@amr-m-abdelgawad/devctl 0.2.0 → 0.2.1

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.
Files changed (2) hide show
  1. package/dist/devctl.js +87 -81
  2. package/package.json +1 -1
package/dist/devctl.js CHANGED
@@ -1,19 +1,19 @@
1
1
  #!/usr/bin/env bun
2
2
  // @bun
3
- var kw=Object.defineProperty;var Cw=(e)=>e;function _w(e,t){this[e]=Cw.bind(null,t)}var ws=(e,t)=>{for(var n in t)kw(e,n,{get:t[n],enumerable:!0,configurable:!0,set:_w.bind(t,n)})};var D=(e,t)=>()=>(e&&(t=e(e=0)),t);var Pw=import.meta.require;var Ur=D(()=>{if(process.env.METADATA_SERVER_DETECTION===void 0)process.env.METADATA_SERVER_DETECTION="bios-only";if(process.env.GCE_METADATA_TIMEOUT===void 0)process.env.GCE_METADATA_TIMEOUT="0"});function rf(e,t=""){if(t===tf)return!0;return e.includes(tf)||e.startsWith(Rw)}function Ss(){if(nf)return;nf=!0;let e=process.emitWarning.bind(process);process.emitWarning=(t,...n)=>{let r=Tw(n[0]),o=Ew(t);if(rf(o,r))return;e(t,...n)}}function of(){let e=process.stderr.write.bind(process.stderr);return process.stderr.write=(t,n,r)=>{let o=Aw(t);if(rf(o)){let i=typeof n==="function"?n:typeof r==="function"?r:void 0;if(typeof i==="function")i();return!0}if(typeof n==="function")return e(t,n);return e(t,n,r)},()=>{process.stderr.write=e}}function Ew(e){if(typeof e==="string")return e;if(e instanceof Error)return e.message;return String(e)}function Tw(e){if(typeof e==="string")return e;if(e&&typeof e==="object"&&"type"in e&&typeof e.type==="string")return e.type;return""}function Aw(e){if(typeof e==="string")return e;if(e instanceof Uint8Array)return new TextDecoder().decode(e);return""}var tf="MetadataLookupWarning",Rw="received unexpected error =",nf=!1;var sl=D(()=>{Ur()});function T(e,t){return new De(e,t)}function pe(e,t,n){let r=n instanceof Error?n:Error(String(n));return new De(e,t,{cause:r})}function Se(e,t,n,r=""){return new De(e,t,{hint:n,service:r})}function Cs(e,t){return e instanceof De&&e.kind===t}function cf(e){if(e instanceof De)return e.exitCode();return 1}function lf(e){if(e instanceof De)return{error:j(e),kind:e.kind,hint:e.hint,service:e.service};return{error:j(e)}}function df(e){if(typeof e==="string")return T("general",e);if(e.kind)return new De(e.kind,e.error.replace(`${e.kind}: `,""),{hint:e.hint,service:e.service});return T("general",e.error)}function j(e){if(e instanceof De){if(e.hint!=="")return`${sf(e)} \u2014 ${e.hint}`;return sf(e)}if(e instanceof Error)return e.message;return String(e)}function sf(e){let t=`${e.kind}: `;if(e.message.startsWith(t)){let n=e.message.slice(t.length),r=e.causeError?`: ${e.causeError.message}`:"";if(r!==""&&n.endsWith(r))return n.slice(0,n.length-r.length);return n}return e.message}var X="configuration",tr="configuration_missing",ei="service_not_found",af="dependency",Je="process_start",Kr="authentication",nr="authorization",dn="token",ks="impersonation",al="iap",Ln="proxy",cl="health_check",Ye="general",De;var Pe=D(()=>{De=class De extends Error{kind;hint;service;causeError;constructor(e,t,n){super(n?.cause?`${e}: ${t}: ${n.cause.message}`:`${e}: ${t}`);this.name="DevctlError",this.kind=e,this.hint=n?.hint??"",this.service=n?.service??"",this.causeError=n?.cause}exitCode(){switch(this.kind){case"configuration":case"configuration_missing":case"service_not_found":case"dependency":return 2;case"authentication":case"token":case"iap":return 3;case"authorization":case"impersonation":return 4;case"process_start":return 5;case"health_check":return 6;case"proxy":return 7;default:return 1}}}});import{spawnSync as Lw}from"child_process";import{createHash as Dw,randomBytes as ul}from"crypto";import{copyFileSync as Ow,existsSync as Dn,mkdirSync as Mw,readdirSync as $w,readFileSync as pl,renameSync as fl,statSync as Iw,unlinkSync as ll,writeFileSync as Fw}from"fs";import{homedir as Nw}from"os";import{basename as Hw,dirname as dl,join as lt,resolve as jw}from"path";function $t(){let e=process.env.DEVCTL_HOME;if(e&&e!=="")return e;return lt(Nw(),".devctl")}function Vt(e){Mw(e,{recursive:!0,mode:Bw})}function un(e){let t=jw(e),n=process.platform==="win32"?t.toLowerCase():t;return Dw("sha256").update(n).digest("hex").slice(0,Gw)}function qr(e){let t=lt($t(),"state",un(e)),n=lt($t(),"sessions",un(e));if(!Dn(t)&&Dn(n)){Vt(dl(t));try{fl(n,t)}catch{Vt(t);for(let r of["state.json","devctl.lock","devctl.sock"]){let o=lt(n,r);if(Dn(o))Ow(o,lt(t,r))}}}return Vt(t),t}function _s(){let e=lt($t(),"logs");return Vt(e),e}function rr(){let e=lt($t(),"exports");return Vt(e),e}function Ht(){let e=lt($t(),"credentials");return Vt(e),e}function Ps(e,t=process.platform){if(t==="win32")return`\\\\.\\pipe\\devctl-${un(e)}`;return lt(qr(e),"devctl.sock")}function Uw(e){return lt(qr(e),"devctl.lock")}function uf(e){return lt(qr(e),"state.json")}function ti(e){return lt(qr(e),"bootstrap.log")}function ff(e){let t=ti(e);if(!Dn(t))return;let n=qr(e),r=lt(n,`${pf}${gl()}.log`);try{fl(t,r)}catch{return}qw(n)}function qw(e){let t;try{t=$w(e).filter((r)=>r.startsWith(pf)&&r.endsWith(".log"))}catch{return}let n=t.map((r)=>{let o=lt(e,r);try{return{path:o,mtime:Iw(o).mtimeMs}}catch{return}}).filter((r)=>r!==void 0).sort((r,o)=>o.mtime-r.mtime);for(let r=Kw;r<n.length;r++)try{ll(n[r].path)}catch{}}function jt(e,t){Vt(dl(e));let n=lt(dl(e),`.${Hw(e)}.tmp-${process.pid}-${ul(4).toString("hex")}`);Fw(n,t,{mode:Ww}),fl(n,e)}function gl(e=new Date){return`${e.toISOString().slice(0,19).replace(/:/g,"-")+"Z"}-${ul(3).toString("hex")}`}function Rs(e){let t=e.indexOf("Z-"),n=t>=0?e.slice(0,t+1):e,r=n.indexOf("T");if(r<0||!n.endsWith("Z"))return;let o=n.slice(0,r),i=n.slice(r+1,-1).replace(/-/g,":"),s=new Date(`${o}T${i}Z`);return Number.isNaN(s.getTime())?void 0:s}function ni(e){return ml(uf(e))}function ml(e){if(!Dn(e))return;try{let t=JSON.parse(pl(e,"utf8"));if(Array.isArray(t.processes)&&typeof t.repo_root==="string")return t;return}catch{return}}function gf(e,t){jt(uf(e),`${JSON.stringify(t,null,2)}
4
- `)}function mf(e,t){let n=Uw(e);if(Dn(n)){let r=Vw(n);if(r&&Tt(r.pid))throw Error(`supervisor already running (pid ${r.pid})`);try{ll(n)}catch{}}return jt(n,JSON.stringify({pid:process.pid,socket:t})),{release:()=>{try{ll(n)}catch{}}}}function Vw(e){if(!Dn(e))return;try{let t=JSON.parse(pl(e,"utf8"));if(typeof t.pid==="number"&&typeof t.socket==="string")return{pid:t.pid,socket:t.socket}}catch{return}return}function Tt(e){if(e<=0)return!1;if(process.platform==="win32")return Jw(e);try{return process.kill(e,0),!0}catch{return!1}}function hl(e){try{let t=Lw("cmd.exe",["/d","/c",`tasklist /FO CSV /NH /FI "PID eq ${e}"`],{encoding:"buffer",windowsHide:!0,timeout:5000});return zw(t.stdout)}catch{return""}}function Jw(e){try{return process.kill(e,0),!0}catch{}let t=hl(e).toLowerCase();if(t===""||t.includes("no tasks")||t.includes("no matching"))return!1;return t.includes(String(e))}function zw(e){if(!e)return"";if(typeof e==="string")return e;if(e.length>=2&&e[0]===255&&e[1]===254)return e.toString("utf16le");if(e.length>=4&&e[1]===0&&e[3]===0)return e.toString("utf16le");return e.toString("utf8")}function yl(){return ul(24).toString("hex")}function Yw(e){return lt(qr(e),"mcp-token")}function hf(e){let t=Yw(e);if(Dn(t)){let r=pl(t,"utf8").trim();if(r!=="")return r}let n=yl();return jt(t,n),n}var Bw=448,Ww=384,Gw=16,Kw=5,pf="bootstrap-";var Xe=()=>{};function Vr(){return{args:[],shell:!1}}function xl(){return{vars:{},required:[],defaults:{}}}function bl(){return{type:"",url:"",address:"",command:Vr(),interval_seconds:0,timeout_seconds:0,start_period_seconds:0,unhealthy_threshold:3,healthy_reset_threshold:10}}function St(e){return typeof e==="string"?e:e.service}function On(e){return typeof e==="string"?"service_started":e.condition||"service_started"}function Ts(e){return On(e)==="service_healthy"?`${St(e)} (healthy)`:St(e)}function wl(){return{type:"",mode:"",service_account:"",config:{}}}function Mn(){return{extends:"",description:"",command:Vr(),shell:!1,working_dir:"",dependencies:[],ports:[],environment:xl(),health:bl(),identity:wl(),logs:{stdout:!1,stderr:!1},restart:{policy:"",max_retries:0,backoff_seconds:0},startup:{wait_for_healthy:!1,timeout_seconds:0},capabilities:[],proxy:[],container:void 0,hooks:{pre_start:Vr(),post_start:Vr()}}}function or(){return{version:1,project:{name:""},google:{project_id:"",region:""},profiles:{},templates:{},services:{},tasks:{},proxy:{enabled:!1,listen:{host:"127.0.0.1",port:0},token_endpoint:{enabled:!1,host:"",port:0},routes:[]},logs:{max_memory_events:50000,persistence:{enabled:!0,directory:"~/.devctl/logs",retention_days:14,max_session_logs:0}},auth:{refresh_threshold_seconds:300},shutdown:{grace_seconds:10},ui:{theme:"system",keymap:{}},secrets:{extra_markers:[],extra_patterns:[]},doctor:{tools:[]},plugins:[],environment:{sources:[],secrets:{}},provenance:{},repoRoot:"",configPath:""}}function zr(e){return e.args.length===0||e.args.length===1&&(e.args[0]??"").trim()===""}function ri(e){if(e.type!=="")return e.type;return e.mode}function pn(e){let t=ri(e).toLowerCase();return t==="service"||t==="service_account"}function bf(e){let t=ri(e).toLowerCase();return t==="user"||t===""}function wf(e){if(e.policy!==""){if(e.policy==="always"||e.policy==="on_failure"||e.policy==="never")return e.policy;return e.policy}if(e.enabled===!0)return"on_failure";return"never"}function ir(e){let t=e.host===""?"127.0.0.1":e.host;if(e.port===0)return t;return`${t}:${e.port}`}function As(e){if(e.refresh_threshold_seconds<=0)return 300;return e.refresh_threshold_seconds}function Ls(e){if(e.stop_services_on_exit===void 0)return!0;return e.stop_services_on_exit}function oi(e){if(e.grace_seconds<=0)return 10;return e.grace_seconds}function Sf(e){if(!e.logs.stdout&&!e.logs.stderr)return!0;return e.logs.stdout}function kf(e){if(!e.logs.stdout&&!e.logs.stderr)return!0;return e.logs.stderr}function Sl(e,t){return e.find((n)=>n.name===t)}function Cf(e){return e[0]}var Jr=1,yf="never",vf="on_failure",xf="always",Es=8080,vl="127.0.0.1";function O(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function Cl(e){return O(e)?new Set(Object.keys(e)):new Set}function U(e){if(typeof e==="string")return e;if(typeof e==="number"||typeof e==="boolean")return String(e);return""}function ve(e){if(typeof e==="number")return e;if(typeof e==="string"){let t=Number(e);return Number.isNaN(t)?0:t}return 0}function it(e){return e===!0}function At(e){if(!Array.isArray(e))return[];return e.map((t)=>U(t))}function _l(e){if(!Array.isArray(e))return[];return e.map((t)=>O(t)?{service:U(t.service),condition:U(t.condition)||"service_started"}:U(t))}function $n(e){if(!O(e))return{};let t={};for(let[n,r]of Object.entries(e))t[n]=U(r);return t}function Wt(e){if(typeof e==="string")return{args:e.split(/\s+/).filter((t)=>t!==""),shell:!1};if(Array.isArray(e))return{args:e.map((t)=>U(t)),shell:!1};return Vr()}function Pl(e){if(e===void 0||e===null)return[];if(typeof e==="string"||typeof e==="number")return[kl(e,"http")];if(Array.isArray(e))return e.map((t,n)=>kl(t,`port_${n}`));if(O(e))return Object.entries(e).map(([t,n])=>kl(n,t));return[]}function kl(e,t){if(typeof e==="string"&&e.toLowerCase()==="auto")return{name:t,value:0,auto:!0};return{name:t,value:ve(e),auto:!1}}function _f(e){if(!O(e))return xl();let t={},n=[],r={};for(let[o,i]of Object.entries(e))if(o==="required")n=At(i);else if(o==="defaults")r=$n(i);else t[o]=U(i);return{vars:t,required:n,defaults:r}}function Xw(e){if(!O(e))return wl();return{type:U(e.type),mode:U(e.mode),service_account:U(e.service_account),config:O(e.config)?{...e.config}:{}}}function Qw(e){if(!O(e))return bl();return{type:U(e.type),url:U(e.url),address:U(e.address),command:Wt(e.command),interval_seconds:ve(e.interval_seconds),timeout_seconds:ve(e.timeout_seconds),start_period_seconds:ve(e.start_period_seconds),unhealthy_threshold:e.unhealthy_threshold===void 0?3:ve(e.unhealthy_threshold),healthy_reset_threshold:e.healthy_reset_threshold===void 0?10:ve(e.healthy_reset_threshold)}}function Zw(e){if(!O(e))return{policy:"",max_retries:0,backoff_seconds:0};return{enabled:e.enabled===void 0?void 0:it(e.enabled),policy:U(e.policy),max_retries:ve(e.max_retries),backoff_seconds:ve(e.backoff_seconds)}}function eS(e){if(!O(e))return{wait_for_healthy:!1,timeout_seconds:0};return{wait_for_healthy:it(e.wait_for_healthy),timeout_seconds:ve(e.timeout_seconds)}}function ii(e){if(!O(e))return Mn();let t=O(e.logs)?e.logs:{};return{extends:U(e.extends),description:U(e.description),command:Wt(e.command),shell:it(e.shell),working_dir:U(e.working_dir),dependencies:_l(e.dependencies),ports:Pl(e.ports),environment:_f(e.environment),health:Qw(e.health),identity:Xw(e.identity),logs:{stdout:it(t.stdout),stderr:it(t.stderr)},restart:Zw(e.restart),startup:eS(e.startup),capabilities:At(e.capabilities),proxy:El(e.proxy),container:Rl(e.container),hooks:tS(e.hooks)}}function tS(e){let t=O(e)?e:{};return{pre_start:Wt(t.pre_start),post_start:Wt(t.post_start)}}function Pf(e){let t=O(e)?e:{};return{command:Wt(t.command),shell:it(t.shell),working_dir:U(t.working_dir),dependencies:At(t.dependencies),environment:_f(t.environment)}}function Rl(e){if(!O(e))return;let t={};if(O(e.ports))for(let[n,r]of Object.entries(e.ports))t[n]=ve(r);return{image:U(e.image),runtime:U(e.runtime),ports:t,env:$n(e.env),volumes:At(e.volumes)}}function El(e){if(e===void 0||e===null)return[];if(Array.isArray(e))return e.map((t)=>sr(t));if(O(e))return[sr(e)];return[]}function Ds(e){if(!O(e))return{services:[],environment:{}};return{services:At(e.services),environment:$n(e.environment)}}function nS(e){if(typeof e==="string")return{type:e,service_account:""};if(!O(e))return{type:"",service_account:""};return{type:U(e.type),service_account:U(e.service_account)}}function rS(e){if(!O(e))return{type:"",identity:{type:"",service_account:""},audience:"",service_account:""};return{type:U(e.type),identity:nS(e.identity),audience:U(e.audience),service_account:U(e.service_account)}}function sr(e){if(!O(e))return{name:"",match:{host:"",path:""},upstream:{url:""},auth:{type:"",identity:{type:"",service_account:""},audience:"",service_account:""}};let t=O(e.match)?e.match:{},n=O(e.upstream)?e.upstream:{};return{name:U(e.name),match:{host:U(t.host),path:U(t.path)},upstream:{url:U(n.url)},auth:rS(e.auth)}}var Tl=()=>{};import{existsSync as oS,statSync as Ef}from"fs";import{basename as Rf,dirname as Os,isAbsolute as iS,join as Ms,resolve as Tf}from"path";function In(e,t){if(t!=="")return sS(t);let n=e===""?process.cwd():e;n=iS(n)?n:Tf(n);for(;;){let r=Ms(n,kt,Gt);if(si(r))return{repoRoot:n,configPath:r};let o=Ms(n,"devctl.yaml");if(si(o))return{repoRoot:n,configPath:o};let i=Os(n);if(i===n)break;n=i}throw Se(tr,"no devctl configuration found","run `devctl setup` or create a .devctl/config.yaml in the repository root")}function sS(e){let t=Tf(e),n;try{n=Ef(t)}catch(o){throw pe(tr,"config path not found",o)}if(n.isDirectory()){if(Rf(t)===kt)return{repoRoot:Os(t),configPath:Ms(t,Gt)};return{repoRoot:t,configPath:Ms(t,Gt)}}let r=Os(t);if(Rf(r)===kt)r=Os(r);return{repoRoot:r,configPath:t}}function si(e){return oS(e)&&!Ef(e).isDirectory()}var kt=".devctl",Gt="config.yaml";var ai=D(()=>{Pe()});function Fs(){return{services:{},templates:{},provenance:{}}}function Fn(e,t,n,r,o=""){if(O(t)&&Object.keys(t).length>0){for(let[i,s]of Object.entries(t))Fn(e,s,n,r,o===""?i:`${o}.${i}`);return}if(o==="")return;(e[o]??=[]).push({source:n,layer:r})}function $s(e,t,n){let r=Cl(n);if(O(n))for(let i of aS){let s=n[i];if(O(s))for(let a of Object.keys(s))r.add(`${i}.${a}`)}let o=e[t];e[t]=o?new Set([...o,...r]):r}function Af(e,t,n=Fs(),r={source:"unknown",layer:"unknown"}){if(Fn(n.provenance,t,r.source,r.layer),t.version!==void 0)e.version=ve(t.version);if(O(t.project)&&t.project.name!==void 0)e.project.name=U(t.project.name);if(O(t.google)){if(t.google.project_id!==void 0)e.google.project_id=U(t.google.project_id);if(t.google.region!==void 0)e.google.region=U(t.google.region)}if(O(t.profiles))for(let[o,i]of Object.entries(t.profiles)){let s=e.profiles[o];e.profiles[o]=s?lS(s,i):Ds(i)}if(O(t.templates))for(let[o,i]of Object.entries(t.templates)){let s=e.templates[o];e.templates[o]=s?Is(s,i):ii(i),$s(n.templates,o,i)}if(O(t.services))for(let[o,i]of Object.entries(t.services)){let s=e.services[o];e.services[o]=s?Is(s,i):ii(i),$s(n.services,o,i)}if(O(t.tasks))for(let[o,i]of Object.entries(t.tasks))e.tasks[o]=e.tasks[o]?dS(e.tasks[o],i):Pf(i);if(O(t.proxy))cS(e.proxy,t.proxy);if(O(t.logs)){if(t.logs.max_memory_events!==void 0)e.logs.max_memory_events=ve(t.logs.max_memory_events);if(O(t.logs.persistence)){let o=t.logs.persistence;if(o.enabled!==void 0)e.logs.persistence.enabled=it(o.enabled);if(o.directory!==void 0)e.logs.persistence.directory=U(o.directory);if(o.retention_days!==void 0)e.logs.persistence.retention_days=ve(o.retention_days);if(o.max_session_logs!==void 0)e.logs.persistence.max_session_logs=ve(o.max_session_logs)}}if(O(t.auth)&&t.auth.refresh_threshold_seconds!==void 0)e.auth.refresh_threshold_seconds=ve(t.auth.refresh_threshold_seconds);if(O(t.shutdown)){if(t.shutdown.stop_services_on_exit!==void 0)e.shutdown.stop_services_on_exit=it(t.shutdown.stop_services_on_exit);if(t.shutdown.grace_seconds!==void 0)e.shutdown.grace_seconds=ve(t.shutdown.grace_seconds)}if(O(t.ui)){if(t.ui.theme!==void 0)e.ui.theme=U(t.ui.theme);if(t.ui.keymap!==void 0)e.ui.keymap=$n(t.ui.keymap)}if(O(t.secrets)){if(t.secrets.extra_markers!==void 0)e.secrets.extra_markers=At(t.secrets.extra_markers);if(t.secrets.extra_patterns!==void 0)e.secrets.extra_patterns=At(t.secrets.extra_patterns)}if(O(t.doctor)&&Array.isArray(t.doctor.tools))e.doctor.tools=t.doctor.tools.filter(O).map((o)=>({name:U(o.name),command:U(o.command)}));if(Array.isArray(t.plugins))e.plugins=t.plugins.filter(O).map((o)=>({path:U(o.path)})).filter((o)=>o.path!=="");if(O(t.environment)){if(Array.isArray(t.environment.sources))e.environment.sources=At(t.environment.sources);if(O(t.environment.secrets))e.environment.secrets={...e.environment.secrets,...$n(t.environment.secrets)}}}function cS(e,t){if(t.enabled!==void 0)e.enabled=it(t.enabled);if(O(t.listen)){if(t.listen.host!==void 0)e.listen.host=U(t.listen.host);if(t.listen.port!==void 0)e.listen.port=ve(t.listen.port)}if(O(t.token_endpoint)){let n=t.token_endpoint;if(n.enabled!==void 0)e.token_endpoint.enabled=it(n.enabled);if(n.host!==void 0)e.token_endpoint.host=U(n.host);if(n.port!==void 0)e.token_endpoint.port=ve(n.port)}if(Array.isArray(t.routes))e.routes=t.routes.map((n)=>sr(n))}function lS(e,t){if(!O(t))return e;return{services:t.services!==void 0?At(t.services):e.services,environment:t.environment!==void 0?{...e.environment,...$n(t.environment)}:e.environment}}function dS(e,t){if(!O(t))return e;return{command:t.command!==void 0?Wt(t.command):e.command,shell:t.shell!==void 0?it(t.shell):e.shell,working_dir:t.working_dir!==void 0?U(t.working_dir):e.working_dir,dependencies:t.dependencies!==void 0?At(t.dependencies):e.dependencies,environment:Lf(e.environment,t.environment)}}function Is(e,t){if(!O(t))return e;let n=Cl(t),r={...e,environment:Lf(e.environment,t.environment),health:pS(e.health,t.health),identity:fS(e.identity,t.identity),logs:gS(e.logs,t.logs),restart:mS(e.restart,t.restart),startup:hS(e.startup,t.startup),container:yS(e.container,t.container),hooks:uS(e.hooks,t.hooks)};if(n.has("extends"))r.extends=U(t.extends);if(n.has("description"))r.description=U(t.description);if(n.has("command"))r.command=Wt(t.command);if(n.has("shell"))r.shell=it(t.shell);if(n.has("working_dir"))r.working_dir=U(t.working_dir);if(n.has("dependencies"))r.dependencies=_l(t.dependencies);if(n.has("ports"))r.ports=Pl(t.ports);if(n.has("capabilities"))r.capabilities=At(t.capabilities);if(n.has("proxy"))r.proxy=El(t.proxy);return r}function uS(e,t){if(!O(t))return e;return{pre_start:t.pre_start!==void 0?Wt(t.pre_start):e.pre_start,post_start:t.post_start!==void 0?Wt(t.post_start):e.post_start}}function Lf(e,t){if(!O(t))return e;let n={...e.vars},r={...e.defaults},o=e.required;for(let[i,s]of Object.entries(t))if(i==="required")o=At(s);else if(i==="defaults")Object.assign(r,$n(s));else n[i]=U(s);return{vars:n,required:o,defaults:r}}function pS(e,t){if(!O(t))return e;return{type:t.type!==void 0?U(t.type):e.type,url:t.url!==void 0?U(t.url):e.url,address:t.address!==void 0?U(t.address):e.address,command:t.command!==void 0?Wt(t.command):e.command,interval_seconds:t.interval_seconds!==void 0?ve(t.interval_seconds):e.interval_seconds,timeout_seconds:t.timeout_seconds!==void 0?ve(t.timeout_seconds):e.timeout_seconds,start_period_seconds:t.start_period_seconds!==void 0?ve(t.start_period_seconds):e.start_period_seconds,unhealthy_threshold:t.unhealthy_threshold!==void 0?ve(t.unhealthy_threshold):e.unhealthy_threshold,healthy_reset_threshold:t.healthy_reset_threshold!==void 0?ve(t.healthy_reset_threshold):e.healthy_reset_threshold}}function fS(e,t){if(!O(t))return e;return{type:t.type!==void 0?U(t.type):e.type,mode:t.mode!==void 0?U(t.mode):e.mode,service_account:t.service_account!==void 0?U(t.service_account):e.service_account,config:t.config!==void 0&&O(t.config)?{...e.config??{},...t.config}:e.config}}function gS(e,t){if(!O(t))return e;return{stdout:t.stdout!==void 0?it(t.stdout):e.stdout,stderr:t.stderr!==void 0?it(t.stderr):e.stderr}}function mS(e,t){if(!O(t))return e;return{enabled:t.enabled!==void 0?it(t.enabled):e.enabled,policy:t.policy!==void 0?U(t.policy):e.policy,max_retries:t.max_retries!==void 0?ve(t.max_retries):e.max_retries,backoff_seconds:t.backoff_seconds!==void 0?ve(t.backoff_seconds):e.backoff_seconds}}function hS(e,t){if(!O(t))return e;return{wait_for_healthy:t.wait_for_healthy!==void 0?it(t.wait_for_healthy):e.wait_for_healthy,timeout_seconds:t.timeout_seconds!==void 0?ve(t.timeout_seconds):e.timeout_seconds}}function yS(e,t){if(!O(t))return e;let n=Rl(t);if(!n)return e;return{image:t.image!==void 0?n.image:e?.image??"",runtime:t.runtime!==void 0?n.runtime:e?.runtime??"",ports:t.ports!==void 0?{...e?.ports??{},...n.ports}:e?.ports??{},env:t.env!==void 0?{...e?.env??{},...n.env}:e?.env??{},volumes:t.volumes!==void 0?n.volumes:e?.volumes??[]}}function Df(e,t){let n=Object.keys(e.services).sort();for(let r of n){let o=e.services[r]?.proxy??[];if(o.length===0)continue;o.forEach((i,s)=>{let c={name:o.length===1?r:`${r}-${s+1}`,match:i.match,upstream:i.upstream,auth:i.auth},l=e.proxy.routes.length;if(e.proxy.routes.push(c),t)Fn(t,c,`synthesized from services.${r}.proxy`,"synthesized",`proxy.routes.${l}`)})}}function Of(e,t=Fs()){if(Object.keys(e.templates).length===0)return;let n={};for(let[r,o]of Object.entries(e.services))n[r]=Mf(e,o,t.services[r]??new Set,t,{});e.services=n}function Mf(e,t,n,r,o){if(t.extends==="")return t;if(o[t.extends])throw Error(`template cycle involving "${t.extends}"`);let i=e.templates[t.extends]??Mn();if(!e.templates[t.extends])throw Error(`service extends unknown template "${t.extends}"`);let s={...o,[t.extends]:!0},a=r.templates[t.extends]??new Set,c=Mf(e,i,a,r,s),l=vS(c,t,n);return l.extends=t.extends,l}function vS(e,t,n){let r={...e};if(n.has("extends"))r.extends=t.extends;if(n.has("description"))r.description=t.description;if(n.has("command"))r.command=t.command;if(n.has("shell"))r.shell=t.shell;if(n.has("working_dir"))r.working_dir=t.working_dir;if(n.has("dependencies"))r.dependencies=t.dependencies;if(n.has("ports"))r.ports=t.ports;if(n.has("capabilities"))r.capabilities=t.capabilities;if(n.has("proxy"))r.proxy=t.proxy;if(n.has("container")){let o=t.container,i=e.container;r.container=o&&i?{image:n.has("container.image")?o.image:i.image,runtime:n.has("container.runtime")?o.runtime:i.runtime,ports:n.has("container.ports")?o.ports:i.ports,env:n.has("container.env")?o.env:i.env,volumes:n.has("container.volumes")?o.volumes:i.volumes}:o??i}return r.hooks={pre_start:n.has("hooks.pre_start")?t.hooks.pre_start:e.hooks.pre_start,post_start:n.has("hooks.post_start")?t.hooks.post_start:e.hooks.post_start},r.health={type:n.has("health.type")?t.health.type:e.health.type,url:n.has("health.url")?t.health.url:e.health.url,address:n.has("health.address")?t.health.address:e.health.address,command:n.has("health.command")?t.health.command:e.health.command,interval_seconds:n.has("health.interval_seconds")?t.health.interval_seconds:e.health.interval_seconds,timeout_seconds:n.has("health.timeout_seconds")?t.health.timeout_seconds:e.health.timeout_seconds,start_period_seconds:n.has("health.start_period_seconds")?t.health.start_period_seconds:e.health.start_period_seconds,unhealthy_threshold:n.has("health.unhealthy_threshold")?t.health.unhealthy_threshold:e.health.unhealthy_threshold,healthy_reset_threshold:n.has("health.healthy_reset_threshold")?t.health.healthy_reset_threshold:e.health.healthy_reset_threshold},r.identity={type:n.has("identity.type")?t.identity.type:e.identity.type,mode:n.has("identity.mode")?t.identity.mode:e.identity.mode,service_account:n.has("identity.service_account")?t.identity.service_account:e.identity.service_account,config:n.has("identity.config")?t.identity.config:e.identity.config},r.logs={stdout:n.has("logs.stdout")?t.logs.stdout:e.logs.stdout,stderr:n.has("logs.stderr")?t.logs.stderr:e.logs.stderr},r.restart={enabled:n.has("restart.enabled")?t.restart.enabled:e.restart.enabled,policy:n.has("restart.policy")?t.restart.policy:e.restart.policy,max_retries:n.has("restart.max_retries")?t.restart.max_retries:e.restart.max_retries,backoff_seconds:n.has("restart.backoff_seconds")?t.restart.backoff_seconds:e.restart.backoff_seconds},r.startup={wait_for_healthy:n.has("startup.wait_for_healthy")?t.startup.wait_for_healthy:e.startup.wait_for_healthy,timeout_seconds:n.has("startup.timeout_seconds")?t.startup.timeout_seconds:e.startup.timeout_seconds},r.environment={vars:{...e.environment.vars,...t.environment.vars},defaults:{...e.environment.defaults,...t.environment.defaults},required:n.has("environment.required")?t.environment.required:e.environment.required},r}var aS;var $f=D(()=>{Tl();aS=["environment","restart","startup","health","logs","identity","container","hooks"]});function Al(e){if(e.version===0)throw T(X,"version is required");if(e.version===Jr)return e;throw T(X,`unsupported config version ${e.version} (expected ${Jr}); no migration is available`)}var Ll=D(()=>{Pe()});var If,Ff,Nf,Hf,jf,Bf,Wf,Gf,Uf,Dl,Ol,Ml,$l,Kf,qf,Vf,Jf,zf,Yf,Xf,Qf,Il,Zf,eg,tg,ng,rg,og,ig,sg,ag,cg,lg,dg;var Fl=D(()=>{If=["version","project","google","profiles","templates","services","tasks","proxy","logs","auth","shutdown","ui","secrets","doctor","plugins","environment"],Ff=["extends","description","command","shell","working_dir","dependencies","ports","environment","health","identity","logs","restart","startup","capabilities","proxy","container","hooks"],Nf=["type","url","address","command","interval_seconds","timeout_seconds","start_period_seconds","unhealthy_threshold","healthy_reset_threshold"],Hf=["service","condition"],jf=["type","mode","service_account","config"],Bf=["enabled","policy","max_retries","backoff_seconds"],Wf=["wait_for_healthy","timeout_seconds"],Gf=["enabled","listen","token_endpoint","routes"],Uf=["host","port"],Dl=["name","match","upstream","auth"],Ol=["host","path"],Ml=["url"],$l=["type","identity","audience","service_account"],Kf=["max_memory_events","persistence"],qf=["enabled","directory","retention_days","max_session_logs"],Vf=["refresh_threshold_seconds"],Jf=["stop_services_on_exit","grace_seconds"],zf=["theme","keymap"],Yf=["name"],Xf=["project_id","region"],Qf=["services","environment"],Il=["required","defaults"],Zf=["stdout","stderr"],eg=["extra_markers","extra_patterns"],tg=["tools"],ng=["name","command"],rg=["enabled","host","port"],og=["path"],ig=["sources","secrets"],sg=["image","runtime","ports","env","volumes"],ag=["pre_start","post_start"],cg=["command","shell","working_dir","dependencies","environment"],lg=["google","google_api","iap","network","service_identity","local_http"],dg=["|","||","&&",";",">",">>","<","&"]});function Nn(e,t){if(Array.isArray(e))return e.flatMap((o,i)=>Nn(o,ug(t,String(i))));if(!PS(e))return[];let n=wS(t),r=[];for(let o of Object.keys(e)){let i=ug(t,o);if(n.length>0&&!n.includes(o)&&!bS(t))r.push(i);r.push(...Nn(e[o],i))}return r}function bS(e){if(e==="services"||e==="profiles"||e==="templates"||e==="tasks")return!0;if(e.endsWith(".environment")||e.endsWith(".defaults")||e.endsWith(".keymap"))return!0;if(e.endsWith(".container.ports")||e.endsWith(".container.env"))return!0;if(e.endsWith(".identity.config")||e.includes(".identity.config."))return!0;return e.includes(".environment.")&&!e.endsWith(".environment")}function wS(e){switch(e){case"":return If;case"project":return Yf;case"google":return Xf;case"proxy":return Gf;case"proxy.listen":return Uf;case"proxy.token_endpoint":return rg;case"logs":return Kf;case"logs.persistence":return qf;case"auth":return Vf;case"shutdown":return Jf;case"ui":return zf;case"secrets":return eg;case"doctor":return tg;case"environment":return ig;default:return SS(e)}}function SS(e){if(e==="services"||e==="profiles"||e==="templates"||e==="tasks")return[];if(e.startsWith("services.")||e.startsWith("templates.")){if(e.includes(".dependencies."))return Hf;return kS(e)}if(e.startsWith("profiles.")){if(e.split(".").length===2)return Qf}if(e.startsWith("tasks.")){let t=e.split(".");if(t.length===2)return cg;if(t[2]==="environment")return Il}if(e.includes("routes"))return _S(e);if(e.startsWith("doctor.tools")&&e.split(".").length>=3)return ng;if(e==="plugins")return[];if(e.startsWith("plugins.")&&e.split(".").length===2)return og;return[]}function kS(e){let t=e.split(".");if(t.length===2)return Ff;if(t.length>=3)switch(t[2]){case"health":return Nf;case"identity":return jf;case"restart":return Bf;case"startup":return Wf;case"logs":return Zf;case"environment":return Il;case"proxy":return CS(t);case"container":return sg;case"hooks":return ag;default:return[]}return[]}function CS(e){let t=e.slice(3),n=t[0]!==void 0&&/^\d+$/.test(t[0])?1:0,r=t[n]??"";if(r==="match")return Ol;if(r==="upstream")return Ml;if(r==="auth")return $l;return Dl}function _S(e){if(e==="proxy.routes")return[];if(e.endsWith(".match"))return Ol;if(e.endsWith(".upstream"))return Ml;if(e.endsWith(".auth"))return $l;if(e.includes("proxy.routes")&&e.split(".").length===xS+1)return Dl;return[]}function ug(e,t){if(e==="")return t;return`${e}.${t}`}function PS(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function Yr(e){return`unknown fields: ${e.join(", ")}`}var xS=2;var pg=D(()=>{Fl()});function fg(e,t,n){let r=e,o="";for(;;){let i=r.indexOf("${");if(i<0)return o+r;o+=r.slice(0,i);let s=r.slice(i).indexOf("}");if(s<0)throw Error(`unclosed environment reference in "${e}"`);let a=r.slice(i+2,i+s);o+=RS(a,t,n),r=r.slice(i+s+1)}}function RS(e,t,n){let r=e.split(".");if(r.length<3||r[0]!=="services")throw Error(`unsupported reference \${${e}}`);let o=r[1]??"",i=t.services[o];if(!i)throw Error(`reference \${${e}}: unknown service`);let s=n[o];if(r[2]==="port"){if(s){if(s.http!==void 0)return String(s.http);let c=Object.values(s)[0];if(c!==void 0)return String(c)}let a=Cf(i.ports);if(a&&!a.auto)return String(a.value)}if(r[2]==="ports"){let a=r[3];if(!a)throw Error(`reference \${${e}}: missing port name`);if(s&&s[a]!==void 0)return String(s[a]);let c=Sl(i.ports,a);if(c&&!c.auto)return String(c.value);let l=Number.parseInt(a,10);if(!Number.isNaN(l)&&l>=0&&l<i.ports.length){let d=i.ports[l];if(d&&!d.auto)return String(d.value)}}throw Error(`unresolvable reference \${${e}}`)}function Nl(e,t,n){let r={};for(let[o,i]of Object.entries(e))r[o]=fg(i,t,n);return r}function gg(e){let t=[],n=e;for(;;){let r=n.indexOf("${");if(r<0)return t;let o=n.slice(r).indexOf("}");if(o<0)return t;t.push(n.slice(r+2,r+o)),n=n.slice(r+o+1)}}function mg(e,t){let n=e.split(".");if(n.length<2)return!1;if(n[0]!=="services"||n.length<3)return!1;let r=t.services[n[1]??""];if(!r)return!1;if(n[2]==="port"||n[2]==="ports"){if(n.length===3)return r.ports.length>0;if(n.length>=4){let o=n[3]??"";if(!Number.isNaN(Number.parseInt(o,10)))return!0;return Sl(r.ports,o)!==void 0}}return!0}var Hl=()=>{};import{existsSync as ES}from"fs";import{isAbsolute as TS,resolve as AS}from"path";import{fileURLToPath as LS}from"url";function jl(e){let t=[];for(let[n,r]of Object.entries(e.services)){let o=r.health.type;if(o!==""&&!vg.includes(o.toLowerCase()))t.push({service:n,type:o})}return t}function Jt(e){let t=[];if(e.version===0)t.push("version is required");else if(e.version!==Jr)t.push(`unsupported config version ${e.version} (expected ${Jr}); no migration is available`);if(Object.keys(e.services).length===0)t.push("at least one service must be defined");t.push(...MS(e)),t.push(...OS(e)),t.push(...NS(e)),t.push(...HS(e)),t.push(...jS(e));for(let[n,r]of e.plugins.entries())if(r.path==="")t.push(`plugins.${n}.path is required`);else try{let o=r.path.startsWith("file:")?LS(r.path):TS(r.path)?r.path:AS(e.repoRoot,r.path);if(!ES(o))t.push(`plugins.${n}.path does not exist: ${r.path}`)}catch{t.push(`plugins.${n}.path is invalid: ${r.path}`)}if(e.logs.max_memory_events<0)t.push("logs.max_memory_events must be >= 0");return t}function OS(e){let t=[];for(let[n,r]of Object.entries(e.tasks)){let o=`tasks.${n}`;if(zr(r.command))t.push(`${o}.command is required`);t.push(...Ns(o,r.command,r.shell));for(let i of r.dependencies)if(!e.services[i])t.push(`${o}.dependencies: unknown service "${i}"`);t.push(...xg(`${o}.environment`,r.environment,e))}return t}function MS(e){let t=[],n={};for(let[r,o]of Object.entries(e.services)){let i=`services.${r}`;if(zr(o.command)&&!o.container)t.push(`${i}.command is required`);t.push(...Ns(i,o.command,o.shell)),t.push(...Ns(`${i}.hooks.pre_start`,o.hooks.pre_start,o.shell)),t.push(...Ns(`${i}.hooks.post_start`,o.hooks.post_start,o.shell)),t.push(...WS(i,o.capabilities));for(let c of o.dependencies){let l=St(c);if(!e.services[l])t.push(`${i}.dependencies: unknown service "${l}"`);if(l===r)t.push(`${i}.dependencies: service cannot depend on itself`);if(!["service_started","service_healthy"].includes(On(c)))t.push(`${i}.dependencies: condition must be service_started or service_healthy`);if(On(c)==="service_healthy"&&e.services[l]?.health.type==="")t.push(`${i}.dependencies: service_healthy requires ${l} to define a health check`)}if(o.extends!==""&&!e.templates[o.extends])t.push(`${i}.extends: unknown template "${o.extends}"`);for(let c of o.ports.filter((l)=>!l.auto))if(c.value<js||c.value>Hs)t.push(`${i}.ports.${c.name}: invalid port ${c.value}`);else if(n[c.value])t.push(`duplicate port ${c.value} used by ${n[c.value]} and ${r}`);else n[c.value]=r;let s=FS(`${i}.identity`,o.identity,e.plugins.length>0);if(s!=="")t.push(s);if(t.push(...$S(i,o,e.plugins.length>0)),o.health.start_period_seconds<0)t.push(`${i}.health.start_period_seconds must be >= 0`);if(o.health.unhealthy_threshold<1)t.push(`${i}.health.unhealthy_threshold must be >= 1`);if(o.health.healthy_reset_threshold<1)t.push(`${i}.health.healthy_reset_threshold must be >= 1`);let a=wf(o.restart);if(a!==yf&&a!==vf&&a!==xf)t.push(`${i}.restart.policy must be never, on_failure, or always`);if(t.push(...xg(`${i}.environment`,o.environment,e)),o.container){if(o.container.image==="")t.push(`${i}.container.image is required`);if(o.container.runtime!==""&&o.container.runtime!=="docker"&&o.container.runtime!=="podman")t.push(`${i}.container.runtime must be docker or podman`);for(let[c,l]of Object.entries(o.container.ports)){if(!o.ports.some((d)=>d.name===c))t.push(`${i}.container.ports.${c}: no matching service port`);if(l<js||l>Hs)t.push(`${i}.container.ports.${c}: invalid container port ${l}`)}}}return t}function $S(e,t,n){let r=[];if(t.health.type==="")return r;let o=t.health.type.toLowerCase();if(!vg.includes(o)&&!n)r.push(`${e}.health.type must be http, tcp, process, or command`);if(o==="http"&&t.health.url==="")r.push(`${e}.health.url is required for http health checks`);if(o==="tcp"&&t.health.address===""&&t.ports.length===0)r.push(`${e}.health.address is required for tcp health checks without ports`);if(o==="command"&&zr({args:t.health.command.args,shell:!1}))r.push(`${e}.health.command is required for command health checks`);return r}function FS(e,t,n){let r=ri(t).toLowerCase();if(r===""||r==="user")return"";if(r==="service"||r==="service_account"){if(t.service_account==="")return`${e}.service_account is required for service identity`;if(!t.service_account.includes("@"))return`${e}.service_account must be an email`;return""}if(n)return"";return`${e}.type must be user or service_account`}function Bl(e){let t=[];for(let[n,r]of Object.entries(e.services)){let o=ri(r.identity).toLowerCase();if(!IS.includes(o))t.push({service:n,type:o})}return t}function NS(e){let t={},n=[],r=[],o=(i)=>{let s=t[i]??DS;if(s===yg)return;if(s===hg){n.push(`dependency cycle: ${[...r,i].join(" \u2192 ")}`);return}t[i]=hg,r.push(i);let a=e.services[i];if(a)for(let c of a.dependencies){let l=St(c);if(e.services[l])o(l)}r.pop(),t[i]=yg};for(let i of Object.keys(e.services))o(i);return n}function xg(e,t,n){let r=[],o=(i,s)=>{for(let a of gg(s))if(!mg(a,n))r.push(`${e}.${i}: unresolvable reference \${${a}}`)};for(let[i,s]of Object.entries(t.vars))o(i,s);for(let[i,s]of Object.entries(t.defaults))o(i,s);return r}function HS(e){let t=[];for(let[n,r]of Object.entries(e.profiles))for(let o of r.services)if(!e.services[o])t.push(`profiles.${n} references unknown service "${o}"`);return t}function jS(e){let t=[];if(e.proxy.listen.host!==""&&!GS(e.proxy.listen.host))t.push("proxy.listen.host must be an IP address or localhost");if(e.proxy.enabled&&e.proxy.listen.port===0)t.push("proxy.listen.port is required when proxy.enabled is true");if(e.proxy.listen.port!==0&&(e.proxy.listen.port<js||e.proxy.listen.port>Hs))t.push("proxy.listen.port is invalid");let n={};return e.proxy.routes.forEach((r,o)=>{let i=`proxy.routes[${o}]`;if(r.name==="")t.push(`${i}.name is required`);else if(n[r.name])t.push(`${i}: duplicate route name ${r.name}`);if(n[r.name]=!0,r.upstream.url==="")t.push(`${i}.upstream.url is required`);if(r.auth.type.toLowerCase()==="iap"){if(r.auth.audience.trim()==="")t.push(`${i}.auth.audience is required when auth.type is iap`);if(r.auth.identity.type.trim()==="")t.push(`${i}.auth.identity.type is required when auth.type is iap`)}let s=r.auth.identity.type.toLowerCase();if(s==="service"||s==="service_account"||pn({type:s,mode:"",service_account:""})){if((r.auth.identity.service_account||r.auth.service_account)==="")t.push(`${i}.auth.identity.service_account is required`)}}),t.push(...BS(e)),t}function BS(e){let t=[],n=e.proxy.token_endpoint;if(!n.enabled)return t;let r=n.host||vl;if(r==="0.0.0.0")t.push("proxy.token_endpoint.host must be a loopback address");else if(r!==""&&r!==vl&&r!=="localhost"&&!r.startsWith("127."))t.push("proxy.token_endpoint.host must be a loopback address");if(n.port!==0&&(n.port<js||n.port>Hs))t.push("proxy.token_endpoint.port is invalid");return t}function Ns(e,t,n){if(t.shell||n)return[];for(let r of t.args)if(dg.includes(r)||r.includes("|")||r.includes(";")||r.includes("&&"))return[`${e}.command contains shell metacharacters; set shell: true to run via a shell`];return[]}function WS(e,t){let n=[];for(let r of t)if(!lg.includes(r))n.push(`${e}.capabilities: unknown capability "${r}"`);return n}function GS(e){if(e==="localhost")return!0;return US(e)}function US(e){if(/^(\d{1,3}\.){3}\d{1,3}$/.test(e))return e.split(".").every((n)=>{let r=Number(n);return r>=0&&r<=255});return e.includes(":")}var Hs=65535,js=1,vg,DS=0,hg=1,yg=2,IS;var Bs=D(()=>{Fl();Hl();vg=["http","tcp","process","command"];IS=["","user","service","service_account"]});import{readdirSync as KS,readFileSync as qS}from"fs";import{basename as wg,dirname as VS,extname as JS,join as ar,resolve as zS}from"path";import{parse as YS}from"yaml";function Xr(e,t,n){try{return li(e,t,{candidateText:n}),[]}catch(r){if(r instanceof De){let o=`${r.kind}: `;return[r.message.startsWith(o)?r.message.slice(o.length):r.message]}return[r instanceof Error?r.message:String(r)]}}function dt(e,t){let{repoRoot:n,configPath:r}=In(e,t);return li(n,r)}function ci(e,t){try{return dt(e,t)}catch(n){if(!Cs(n,tr))throw n;let r=e===""?process.cwd():zS(e),o=or();return o.repoRoot=r,o.configPath=ar(r,kt,Gt),o}}function li(e,t,n){let r=or(),o=Fs();Sg(t,r,o,n?.candidateText,"main"),r.repoRoot=e,r.configPath=t;let i=VS(t);if(wg(i)===kt)QS(i,r,o);r=XS(r,e,t,o),r=Al(r);try{Of(r,o)}catch(a){throw pe(X,"template merge failed",a)}Df(r,o.provenance),r.provenance=o.provenance;let s=Jt(r);if(s.length>0)throw T(X,s.join(`
5
- `));return r}function XS(e,t,n,r){let o=ar($t(),"config.local.yaml"),i=ar(t,kt,"config.local.yaml");for(let s of[o,i]){if(s===n||!si(s))continue;Sg(s,e,r,void 0,s===o?"home_local":"repo_local")}return e}function Sg(e,t,n,r,o="main"){let i=r!==void 0?kg(r,e):Wl(e),s=Nn(i,"");if(s.length>0)throw T(X,Yr(s));Af(t,i,n,{source:e,layer:o})}function QS(e,t,n){bg(ar(e,"services"),(o,i,s)=>{let a=Nn(i,`services.${o}`);if(a.length>0)throw T(X,Yr(a));let c=t.services[o];t.services[o]=c?Is(c,i):ii(i),$s(n.services,o,i),Fn(n.provenance,i,s,"modular_service",`services.${o}`)}),bg(ar(e,"profiles"),(o,i,s)=>{let a=Nn(i,`profiles.${o}`);if(a.length>0)throw T(X,Yr(a));t.profiles[o]=Ds(i),Fn(n.provenance,i,s,"modular_profile",`profiles.${o}`)});let r=ar(e,"proxy","routes.yaml");if(si(r))ZS(r,t,n)}function ZS(e,t,n){let r=Wl(e);if(O(r.proxy))Fn(n.provenance,r.proxy,e,"modular_proxy","proxy");if(Array.isArray(r.routes))Fn(n.provenance,r.routes,e,"modular_proxy","proxy.routes");if(O(r.proxy)){let o=Nn({proxy:r.proxy},"");if(o.length>0)throw T(X,Yr(o))}if(Array.isArray(r.routes))r.routes.forEach((o,i)=>{let s=Nn(o,`proxy.routes.${i}`);if(s.length>0)throw T(X,Yr(s))});if(O(r.proxy)){if(Array.isArray(r.proxy.routes))t.proxy.routes.push(...r.proxy.routes.map((o)=>sr(o)));if(O(r.proxy.listen)){if(typeof r.proxy.listen.host==="string"&&r.proxy.listen.host!=="")t.proxy.listen.host=r.proxy.listen.host;if(typeof r.proxy.listen.port==="number"&&r.proxy.listen.port!==0)t.proxy.listen.port=r.proxy.listen.port}}if(Array.isArray(r.routes))t.proxy.routes.push(...r.routes.map((o)=>sr(o)))}function bg(e,t){let n;try{n=KS(e)}catch(r){if(ek(r))return;throw r}for(let r of n.sort()){let o=JS(r);if(o!==".yaml"&&o!==".yml")continue;let i=ar(e,r),s=Wl(i);t(wg(r,o),s,i)}}function Wl(e){let t;try{t=qS(e,"utf8")}catch(n){throw pe(X,"unable to read config",n)}return kg(t,e)}function kg(e,t){let n;try{n=YS(e)}catch(r){throw pe(X,`invalid YAML in ${t}`,r)}if(n===null||n===void 0)return{};if(!O(n))throw T(X,`unable to decode config: ${t} is not a mapping`);return n}function ek(e){return typeof e==="object"&&e!==null&&"code"in e&&e.code==="ENOENT"}var Cg=D(()=>{Pe();Xe();Tl();ai();$f();Ll();pg();Bs();ai();Bs()});function di(e){return Object.entries(e.provenance).sort(([t],[n])=>t.localeCompare(n)).flatMap(([t,n])=>{let r=n[n.length-1];if(!r)return[];return[{path:t,value:tk(e,t),...r,shadowed:n.slice(0,-1)}]})}function tk(e,t){let n=e;for(let r of t.split(".")){if(typeof n!=="object"||n===null)return;n=n[r]}return n}var st=D(()=>{Cg();ai();Bs();Ll();Hl()});import{readdirSync as nk}from"fs";import{join as _g,resolve as Gl,sep as Ul}from"path";function rk(e){let t=_g($t(),"state"),n;try{n=nk(t)}catch{return}let r=Pg(Gl(e)),o;for(let i of n){let s=ml(_g(t,i,"state.json"));if(!s)continue;let a=Pg(Gl(s.repo_root));if(!ok(a,r))continue;if(!o||a.length>o.length)o=a}return o}function Ws(e,t,n=""){if(t!=="")return{repoRoot:Gl(t),source:"explicit"};let r=e===""?process.cwd():e;try{let{repoRoot:i}=In(r,n);return{repoRoot:i,source:"config"}}catch{if(n!=="")return}let o=rk(r);return o?{repoRoot:o,source:"state-scan"}:void 0}function Pg(e){let t=e.length>1&&e.endsWith(Ul)?e.slice(0,-1):e;return process.platform==="win32"?t.toLowerCase():t}function ok(e,t){return t===e||t.startsWith(e.endsWith(Ul)?e:`${e}${Ul}`)}var Rg=D(()=>{ai();Xe()});import{existsSync as Tg,readFileSync as Ag}from"fs";import{isAbsolute as ik,join as Kl}from"path";import{parse as sk}from"dotenv";function lk(){return{name:"dotenv",load:(e)=>{let t=Eg(e.repoRoot,e.profile);if(e.workDir!=="")Object.assign(t,Eg(e.workDir,e.profile));return t}}}function Gs(e){return async(t)=>{let n=t.includes("/versions/")?t:`${t}/versions/latest`,r=await e(),o=await fetch(`https://secretmanager.googleapis.com/v1/${n}:access`,{headers:{Authorization:`Bearer ${r}`}});if(!o.ok)throw T(X,`secret manager request failed for ${t}: HTTP ${o.status}`);let i=await o.json();if(!i.payload?.data)throw T(X,`secret manager response for ${t} had no payload`);return Buffer.from(i.payload.data,"base64").toString("utf8")}}function dk(e){let t=e?.environment.sources??[];if(t.length===0)return[...pi];let n=new Set([...ck,...t]),r=new Set(pi),o=t.filter((s)=>!r.has(s)),i=[];for(let s of pi){if(s==="defaults")i.push(...o);if(n.has(s))i.push(s)}return i}async function Us(e,t){let n={},r=t.serviceCfg.working_dir;if(r!==""&&!ik(r))r=Kl(e,r);let o={repoRoot:e,profile:t.profile,service:t.service,serviceCfg:t.serviceCfg,workDir:r,cfg:t.cfg},i=uk(t),s={process:t.includeProcess===!1?{}:t.clientEnv??Qr(),profile:ui(t.profileEnv,t.cfg,i),dotenv:ui(await lk().load(o),t.cfg,i),generated:{},keychain:t.sourceValues?.keychain??pk(o),secret_manager:t.sourceValues?.secret_manager??await fk(o,t.fetchSecret),defaults:ui(t.serviceCfg.environment.defaults,t.cfg,i),vars:ui(t.serviceCfg.environment.vars,t.cfg,i),runtime:t.runtime};for(let a of dk(t.cfg)){if(s[a]!==void 0){Object.assign(n,s[a]);continue}let c=t.pluginSources?.find((l)=>l.name===a);if(c)Object.assign(n,ui(await c.load(o),t.cfg,i))}for(let a of t.serviceCfg.environment.required)if((n[a]??"").trim()==="")throw T(X,`service ${t.service} missing required environment variable ${a}`);return n}function uk(e){let t={};if(e.cfg)for(let[n,r]of Object.entries(e.cfg.services)){let o={};for(let i of r.ports)if(!i.auto)o[i.name]=i.value;t[n]=o}if(e.assignedPorts)t[e.service]=e.assignedPorts;return t}function ui(e,t,n){if(!t||Object.keys(e).length===0)return e;return Nl(e,t,n)}function pk(e){let t=e.cfg?.environment.sources??[];if(t.length>0&&!t.includes("keychain"))return{};let n={},r=new Set([...Object.keys(e.serviceCfg.environment.defaults),...Object.keys(e.serviceCfg.environment.vars),...e.serviceCfg.environment.required]);for(let o of r){let i=Kl(Ht(),"env",o);if(!Tg(i))continue;try{n[o]=Ag(i,"utf8").replace(/\n$/,"")}catch(s){throw pe(X,`unable to read keychain env ${o}`,s)}}return n}async function fk(e,t){if(!(e.cfg?.environment.sources??[]).includes("secret_manager"))return{};let r=e.cfg?.environment.secrets??{},o={};for(let[i,s]of Object.entries(r)){if(!ak.test(s))throw T(X,`environment.secrets.${i} is not a Secret Manager resource`);if(!t)throw T(X,"environment source secret_manager is not configured \u2014 set credentials or remove it from environment.sources");o[i]=await t(s)}return o}function Eg(e,t){let n={},r=[".env",".env.development",".env.local"];if(t!=="")r.push(`.env.${t}`);for(let o of r){let i=Kl(e,o);if(!Tg(i))continue;try{let s=sk(Ag(i));Object.assign(n,s)}catch(s){throw pe(X,`unable to read ${i}`,s)}}return n}function Qr(){let e={};for(let[t,n]of Object.entries(process.env))if(n!==void 0)e[t]=n;return e}function Ks(e,t,n,r,o){let i={DEVCTL_SERVICE_NAME:e,DEVCTL_ENVIRONMENT:o,SERVICE_HOST:t};if(r!=="")i.DEVCTL_PROXY_URL=r;if(n.http!==void 0)i.SERVICE_PORT=String(n.http);else{let s=Object.values(n)[0];if(s!==void 0)i.SERVICE_PORT=String(s)}for(let[s,a]of Object.entries(n))i[`${s.toUpperCase()}_PORT`]=String(a);return i}function fi(e){return{...e}}var pi,ak,ck;var ql=D(()=>{st();Pe();Xe();pi=["process","profile","dotenv","generated","keychain","secret_manager","defaults","vars","runtime"],ak=/^projects\/[^/]+\/secrets\/[^/]+(?:\/versions\/[^/]+)?$/,ck=["process","defaults","vars","runtime"]});function Lt(){return"devctl 0.2.0"}var ut="0.2.0",gi=1;import{createConnection as gk}from"net";var{spawn:mk}=globalThis.Bun;function bk(e){if(e.legacy)return"attached daemon predates the client/daemon compatibility handshake";return`attached daemon speaks RPC protocol ${e.daemonProtocol??"unknown"}; this client speaks ${gi}`}function wk(e){if(e.compatible&&e.daemonVersion!==void 0&&e.daemonVersion!==ut)return`attached daemon is devctl ${e.daemonVersion}; this client is ${ut} (run \`devctl down\` then start again to update it)`;return}function Vl(e,t){if(!e.compat.compatible&&!xk.has(t))throw Se(Ye,bk(e.compat),"run `devctl down` to stop it, then start again")}class Og{socket;buf="";pending=new Map;listeners=[];nextID=0;compat={compatible:!0,legacy:!1};session="";constructor(e){this.socket=e,e.on("data",(t)=>{this.buf+=t.toString("utf8");let n=this.buf.split(`
6
- `);this.buf=n.pop()??"";for(let r of n){if(r.trim()==="")continue;this.onLine(r)}}),e.on("error",(t)=>this.rejectPending(t instanceof Error?t:Error(String(t)))),e.on("close",()=>this.rejectPending(Error("supervisor connection closed")))}onLine(e){let t;try{t=JSON.parse(e)}catch{return}if(t.event){for(let r of this.listeners)r(t.event);return}let n=t.id?this.pending.get(t.id):void 0;if(!n)return;if(this.pending.delete(t.id??""),clearTimeout(n.timer),t.error){n.reject(df({error:t.error,kind:t.kind,hint:t.hint,service:t.service}));return}n.resolve(t.result)}onEvent(e){return this.listeners.push(e),()=>{let t=this.listeners.indexOf(e);if(t>=0)this.listeners.splice(t,1)}}call(e,t,n=vk){this.nextID+=1;let r=String(this.nextID);return new Promise((o,i)=>{let s=setTimeout(()=>{this.pending.delete(r),i(Error(`${e} timed out after ${n}ms`))},n);this.pending.set(r,{resolve:o,reject:i,timer:s}),this.socket.write(JSON.stringify({id:r,method:e,params:t})+`
7
- `)})}close(){this.rejectPending(Error("supervisor connection closed")),this.socket.destroy()}rejectPending(e){for(let t of this.pending.values())clearTimeout(t.timer),t.reject(e);this.pending.clear()}}function Mg(e,t){let n=Ps(e),r=Date.now()+t;return new Promise((o,i)=>{let s=()=>{let a=gk(n);a.once("connect",()=>{let c=new Og(a);Sk(c).finally(()=>o(c))}),a.once("error",(c)=>{if(a.destroy(),Date.now()>=r){i(Se(Ye,"supervisor is not running","run `devctl start` or `devctl attach` after starting services"));return}setTimeout(s,hk)})};s()})}async function Sk(e){let t;try{t=await e.call("ping",null,Dg)}catch{return}let n=kk(t)?t:{};if(typeof n.session==="string")e.session=n.session;let r=typeof n.protocol==="number"?n.protocol:void 0,o=typeof n.version==="string"?n.version:void 0;if(r===void 0){e.compat={compatible:!1,legacy:!0,daemonVersion:o};return}e.compat={compatible:r===gi,legacy:!1,daemonVersion:o,daemonProtocol:r}}function kk(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}async function cr(e){try{return await Mg(e,yk)}catch{return}}function Ck(e,t,n,r){return n?[e,...r]:[e,t,...r]}async function $g(e,t){let n=await cr(e);if(n)return n;ff(e);let r=ti(e),o=Ck(process.execPath,process.argv[1]??"",Bun.isStandaloneExecutable===!0,["--config",t,"_supervisor","--repo",e]);mk({cmd:o,env:process.env,stdout:"ignore",stderr:Bun.file(r),stdin:"ignore",detached:!0}).unref();try{return await Mg(e,Dg)}catch{throw Se(Ye,"supervisor failed to start",`see ${r} for details`)}}class qs{cfg;client;constructor(e){this.cfg=e}async start(e){return await this.call("start",{...e,client_env:Qr()})}async stop(e){await this.call("stop",{services:e})}async restart(e,t){await this.call("restart",{services:e,cascade:t===!0,client_env:Qr()})}async runTask(e){return await this.call("run_task",{name:e,client_env:Qr()},Lg)}async execService(e,t,n=!1){return await this.call("exec",{service:e,command:t,print_env:n,client_env:Qr()},Lg)}async status(){return await this.call("status",null)}async refreshAuth(){return await this.call("auth_refresh",null)}async configSnapshot(){return await this.call("config_snapshot",null)}async logs(e){return(await this.call("logs",e)).events??[]}async logsPage(e){return await this.call("logs_page",e)}async logsStats(e){return await this.call("logs_stats",e)}async proxyStart(){await this.call("proxy_start",null)}async proxyStop(){await this.call("proxy_stop",null)}async mcpStart(e){await this.call("mcp_start",e??null)}async mcpStop(){await this.call("mcp_stop",null)}async mcpSetTools(e){return(await this.call("mcp_set_tools",{disabled:[...e]})).disabled_tools??[]}async reload(){return await this.call("reload",null)}async invalidateAuth(){await this.call("auth_invalidate",null)}onEvent(e){if(this.client)return this.client.onEvent(e);return()=>{return}}async close(e){if(!this.client)return;try{if(e?.shutdownSupervisor===!0&&e.detach!==!0){let t=Math.max(5000,this.cfg.shutdown.grace_seconds*1000+2000);await this.client.call("shutdown",{stop_services:!0},t)}}finally{this.client.close()}}async call(e,t,n){if(!this.client)throw pe(Ye,"supervisor is not running",Error("no client"));return Vl(this.client,e),this.client.call(e,t,n)}}function mi(e){let t=e&&wk(e.compat);if(t)process.stderr.write(`warning: ${t}
8
- `)}async function Jl(e,t,n=""){let r=Ws(e,t,n);if(!r)throw Se(Ye,"no devctl configuration found","run `devctl setup`, create a .devctl/config.yaml in the repository root, or pass --repo");let o=await cr(r.repoRoot);return mi(o),{repoRoot:r.repoRoot,client:o}}async function Ct(e,t,n,r){let o=r?.allowMissingConfig===!0?ci(e,t):dt(e,t),i=new qs(o);if(!n)return i.client=await cr(o.repoRoot),mi(i.client),i;return i.client=await $g(o.repoRoot,o.configPath),mi(i.client),i}async function Ig(e){let t=new qs(or());return t.client=e,mi(t.client),t.cfg=await t.configSnapshot(),t}async function Fg(e,t){let n=Ws(e,"",t),r=n?await cr(n.repoRoot):void 0;if(!r)throw Se(Ye,"supervisor is not running","run `devctl start` before `devctl attach`");return Ig(r)}async function Ng(e,t){let n=Ws(e,"",t),r=n?await cr(n.repoRoot):void 0;if(r)return Ig(r);let o=dt(e,t),i=new qs(o);return i.client=await $g(o.repoRoot,o.configPath),mi(i.client),i.cfg=await i.configSnapshot(),i}var hk=50,Dg=8000,yk=200,vk=30000,Lg=86400000,xk;var zl=D(()=>{st();Rg();ql();Pe();Xe();xk=new Set(["logs","logs_page","logs_stats"])});function Js(e){if(pn(e))return It({kind:lr,serviceAccount:e.service_account});if(bf(e)&&(e.type!==""||e.mode!==""))return It({kind:Vs});let t=(e.type||e.mode).toLowerCase();if(t!=="")return It({kind:t,providerConfig:e.config??{}});return It({kind:Zr})}function dr(e){if(e.type.toLowerCase()==="none")return It({kind:Zr});let t=e.identity.type.toLowerCase(),n=e.identity.service_account||e.service_account;if(t==="service"||t==="service_account"||e.type==="service_account")return It({kind:lr,serviceAccount:n});if(e.type.toLowerCase()==="iap"&&t==="")return It({kind:Zr});if(e.type===""&&t==="")return It({kind:Zr});return It({kind:Vs})}function Hg(e){return e.kind===Vs||e.kind===lr}function eo(e){if(e.tokenKey!=="")return e.tokenKey;if(e.kind===lr)return`sa:${e.serviceAccount}`;if(e.email!=="")return`user:${e.email}`;return"user"}function It(e={}){return{kind:Zr,email:"",serviceAccount:"",project:"",projectSource:"",adcAvailable:!1,providerConfig:{},tokenKey:"",...e}}function Yl(e){let t=new Map,n=(r,o)=>{if(r!=="")t.set(r,(t.get(r)??!1)||o)};for(let r of Object.values(e.services))if(pn(r.identity)&&r.identity.service_account!=="")n(r.identity.service_account,!0);for(let r of e.proxy.routes){let o=r.auth.type.toLowerCase(),i=r.auth.identity.type.toLowerCase(),s=r.auth.identity.service_account||r.auth.service_account;if(i==="service"||i==="service_account"||o==="service_account")n(s,o!=="none")}return[...t.entries()].map(([r,o])=>({email:r,active:o})).sort((r,o)=>r.email.localeCompare(o.email))}function Hn(e){return Yl(e).filter((t)=>t.active).map((t)=>t.email)}function jg(e,t,n){let r=[];for(let o of t){let i=e.services[o];if(!i)continue;let s=Js(i.identity);if(pn(i.identity)&&i.identity.service_account===""){r.push({name:o,message:"service account identity is not configured"});continue}if((Hg(s)||i.capabilities.some((c)=>c==="google_api"||c==="iap"||c==="service_identity"))&&!n)r.push({name:o,message:"ADC unavailable"})}return r}function hi(e){if(Hn(e).length>0)return!0;if(e.proxy.routes.some((t)=>t.auth.type.toLowerCase()==="iap"))return!0;return Object.values(e.services).some((t)=>{if(Hg(Js(t.identity)))return!0;return t.capabilities.some((n)=>n==="google_api"||n==="iap"||n==="service_identity")})}function Xl(){return{name:"user",accepts:(e)=>!pn(e),resolve:async(e,t)=>{if(e.type===""&&e.mode==="")return It({kind:Zr});return{...await t(),kind:Vs}}}}function Ql(){return{name:"service_account",accepts:(e)=>pn(e),resolve:async(e,t)=>{if(e.service_account==="")throw T(ks,"service account identity is not configured");return{...await t(),kind:lr,serviceAccount:e.service_account}}}}async function Bg(e,t,n){if(n)for(let r=n.length-1;r>=0;r-=1){let o=n[r];if(o?.accepts(e))return o.resolve(e,t)}if(pn(e))return Ql().resolve(e,t);return Xl().resolve(e,t)}var Vs="user",lr="service_account",Zr="none";var ur=D(()=>{st();Pe()});import{existsSync as zs,readFileSync as _k}from"fs";import{homedir as Gg}from"os";import{join as Zl}from"path";var{spawn:ed}=globalThis.Bun;function no(){let e=globalThis;if(e.window&&typeof e.window.fetch!=="function")e.window.fetch=fetch}function td(){let e=process.env.GOOGLE_APPLICATION_CREDENTIALS||Zl(Gg(),".config","gcloud","application_default_credentials.json");if(!zs(e))return"";try{let t=JSON.parse(_k(e,"utf8"));return typeof t.quota_project_id==="string"?t.quota_project_id:""}catch{return""}}async function Ut(e){let t={gcloudInstalled:await nd("gcloud"),adcAvailable:!1,userEmail:"",projectID:"",projectSource:""};if(e!=="")t.projectID=e,t.projectSource="configuration";else{let n=Dk("GOOGLE_CLOUD_PROJECT","GCLOUD_PROJECT","GOOGLE_PROJECT");if(n!=="")t.projectID=n,t.projectSource="environment variable";else if(t.gcloudInstalled){let r=await Wg("core/project");if(r!=="")t.projectID=r,t.projectSource="gcloud configuration"}}if(yi())try{await Jg(Ek(t),Rk)}catch(n){t.adcAvailable=!1,t.error=ro(n)}if(t.userEmail===""&&t.gcloudInstalled)t.userEmail=await Wg("core/account");return t}async function Ek(e){no();let{GoogleAuth:t}=await import("google-auth-library"),n=new t({scopes:[Pk]});await n.getClient(),e.adcAvailable=!0;let r=await n.getProjectId().catch(()=>"");if(e.projectID===""&&r)e.projectID=r,e.projectSource="application default credentials";let o=await Tk(n);if(o!=="")e.userEmail=o}async function Tk(e){try{let t=await e.getCredentials();if(t.client_email)return t.client_email}catch{}try{let t=await e.getClient(),n=typeof t.credentials?.id_token==="string"?t.credentials.id_token:"";if(n!==""){let r=Ak(n);if(r!=="")return r}}catch{return""}return""}function Ak(e){let t=e.split(".");if(t.length<2||!t[1])return"";try{let n=JSON.parse(Buffer.from(t[1],"base64url").toString("utf8"));return typeof n.email==="string"?n.email:""}catch{return""}}async function Kg(e){let t=await Ut(e);return It({kind:"user",email:t.userEmail,project:t.projectID,projectSource:t.projectSource,adcAvailable:t.adcAvailable})}async function Ys(){if(await ed({cmd:["gcloud","auth","application-default","login"],stdin:"inherit",stdout:"inherit",stderr:"inherit"}).exited!==0)throw Se(Kr,"application-default login failed","run `gcloud auth application-default login`")}async function qg(){if(await ed({cmd:["gcloud","auth","application-default","revoke","--quiet"],stdout:"ignore",stderr:"pipe"}).exited!==0)throw Se(Kr,"failed to revoke application-default credentials","run `gcloud auth application-default revoke`")}function ro(e){let t=Lk(e).toLowerCase();if(to(t,["unauth","invalid_grant","token has been expired","expired"]))return Se(Kr,"credential expired or invalid","run `devctl auth login` or `gcloud auth application-default login`");if(to(t,["api has not been used","has not been enabled","access not configured","service_disabled"]))return Se(nr,"required Google API is not enabled","enable the API in the target service account project; devctl will not enable APIs automatically");if(to(t,["permission","forbidden","iam"])){if(to(t,["serviceaccounttoken","iamcredentials","token creator","getaccesstoken"]))return Se(ks,"cannot impersonate service account","ask an administrator to grant roles/iam.serviceAccountTokenCreator on the target service account");return Se(nr,"authorization failure","verify IAM permissions for the current user on this project")}if(t.includes("audience"))return Se(al,"IAP audience is incorrect","set auth.audience on the proxy route to the IAP OAuth client ID");if(t.includes("iap"))return pe(al,"IAP authentication failure",e);if(t.includes("project"))return Se(X,"wrong or missing Google project","set google.project_id in .devctl/config.yaml");if(to(t,["timeout","network","connection refused","no such host"]))return pe(Ye,"network problem reaching Google Cloud",e);if(to(t,["adc","default credentials","could not find"]))return Se(Kr,"application default credentials unavailable","run `gcloud auth application-default login`");return pe(Kr,"Google authentication failed",e)}function Lk(e){let t=[],n=new Set,r=(o,i)=>{if(o===null||o===void 0||i>8||n.has(o))return;if(typeof o==="string"){t.push(o);return}if(typeof o!=="object")return;n.add(o);let s=o;for(let a of["message","reason","status","code","error_description","permission","service"])r(s[a],i+1);for(let a of["error","errors","details","response","data","cause","metadata"]){let c=s[a];if(Array.isArray(c))c.forEach((l)=>r(l,i+1));else r(c,i+1)}};return r(e,0),t.length>0?t.join(" "):String(e)}function to(e,t){return t.some((n)=>e.includes(n))}function Dk(...e){for(let t of e){let n=process.env[t];if(n)return n}return""}async function nd(e){try{return(await Vg(process.platform==="win32"?["where",e]:["which",e],Ug)).code===0}catch{return!1}}function yi(){let e=process.env.GOOGLE_APPLICATION_CREDENTIALS;if(e&&zs(e))return!0;if(zs(Zl(Gg(),".config","gcloud","application_default_credentials.json")))return!0;let t=process.env.APPDATA;return Boolean(t&&zs(Zl(t,"gcloud","application_default_credentials.json")))}async function Wg(e){try{let t=await Vg(["gcloud","config","get-value",e],Ug);if(t.code!==0)return"";let n=t.stdout.trim();if(n===""||n==="(unset)")return"";return n}catch{return""}}async function Vg(e,t){let n=ed({cmd:e,stdout:"pipe",stderr:"ignore",env:{...process.env,CLOUDSDK_CORE_DISABLE_PROMPTS:"1",CLOUDSDK_CORE_DISABLE_USAGE_REPORTING:"true"}}),r=n.stdout?new Response(n.stdout).text():Promise.resolve("");try{let[o,i]=await Jg(Promise.all([r,n.exited]),t);return{code:i??1,stdout:o}}catch{return n.kill(),{code:1,stdout:""}}}function Jg(e,t){return new Promise((n,r)=>{let o=setTimeout(()=>r(Error("timeout")),t);e.then((i)=>{clearTimeout(o),n(i)},(i)=>{clearTimeout(o),r(i)})})}var Pk="https://www.googleapis.com/auth/cloud-platform",Ug=1500,Rk=2000;var pr=D(()=>{Ur();Pe();ur()});var{spawn:rd}=globalThis.Bun;import{createServer as zg}from"net";async function Yg(e,t,n={}){let r={};for(let[i,s]of Object.entries(n))for(let a of Object.values(s))r[a]=i;let o={};for(let[i,s]of Object.entries(e.services)){if(t.length>0&&!t.includes(i))continue;let a={};for(let c of s.ports){let l=n[i]?.[c.name],d=l&&l>=od?l:c.value;if(l===void 0&&c.auto)d=await Mk();if(d<od||d>Ok)throw new De(X,`invalid port ${d} on service ${i}`,{service:i});if(r[d]&&r[d]!==i)throw new De(X,`duplicate port ${d} used by ${r[d]} and ${i}`,{service:i});if(l!==d&&!c.auto&&!await oo(d))throw await $k(i,c.name,d);r[d]=i,a[c.name]=d}o[i]=a}return o}function Mk(){return new Promise((e,t)=>{let n=zg();n.listen(0,"127.0.0.1",()=>{let r=n.address();n.close(()=>{if(r&&typeof r==="object")e(r.port);else t(pe(X,"unable to allocate dynamic port",Error("no address")))})}),n.on("error",(r)=>t(pe(X,"unable to allocate dynamic port",r)))})}async function Xs(e){let t=e.ports.filter((r)=>!r.auto&&r.value>=od);if(t.length===0)return;let n={};for(let r of t){if(await oo(r.value))return;n[r.name]=r.value}return n}function oo(e){return new Promise((t)=>{let n=zg();n.listen(e,"127.0.0.1",()=>{n.close(()=>t(!0))}),n.on("error",()=>t(!1))})}async function $k(e,t,n){let r=await io(n);return Ik(e,t,n,r)}function Ik(e,t,n,r){let o=t===""?`${e} port`:`${e} ports.${t}`;if(r&&r.pid===process.pid)return Se(Je,`${e} blocked: this TUI already holds port ${n}`,`Stop the proxy from the Proxy screen, or change ${o} in .devctl.`,e);if(r)return Se(Je,`${e} blocked: ${r.command} (pid ${r.pid}) is using port ${n}`,`Open Doctor and press enter to free port ${n}, or change ${o} in .devctl.`,e);return Se(Je,`${e} blocked: port ${n} is already in use`,`Something is listening on ${n}. Open Doctor to free it, or change ${o} in .devctl.`,e)}function Fk(e,t){let n=e.split(`
9
- `).filter((r)=>r.trim()!==""&&!r.startsWith("COMMAND"));for(let r of n){let o=r.trim().split(/\s+/),i=o[0]??"",s=Number(o[1]);if(i!==""&&Number.isInteger(s)&&s>0)return{port:t,pid:s,command:i}}return}async function io(e){if(process.platform==="win32")return Hk(e);let t=rd({cmd:["lsof","-nP",`-iTCP:${e}`,"-sTCP:LISTEN"],stdout:"pipe",stderr:"ignore"}),n=await new Response(t.stdout).text();await t.exited;let r=Fk(n,e);if(r)return r;let o=rd({cmd:["fuser","-n","tcp",String(e)],stdout:"pipe",stderr:"pipe"}),i=`${await new Response(o.stdout).text()} ${await new Response(o.stderr).text()}`;await o.exited;let s=i.match(/(\d+)/),a=s?Number(s[1]):0;if(!Number.isInteger(a)||a<=0)return;return{port:e,pid:a,command:"process"}}function Nk(e,t){for(let n of e.split(`
10
- `)){if(!n.includes("LISTENING")&&!n.includes("LISTEN"))continue;if(!n.includes(`:${t}`)&&!n.includes(` ${t} `))continue;let r=n.trim().match(/(\d+)\s*$/),o=r?Number(r[1]):0;if(Number.isInteger(o)&&o>0)return{port:t,pid:o,command:"process"}}return}async function Hk(e){let t=rd({cmd:["netstat","-ano"],stdout:"pipe",stderr:"ignore"}),n=t.stdout?await new Response(t.stdout).text():"";return await t.exited,Nk(n,e)}async function Qs(e){if(e.pid===process.pid)throw Se(Je,`port ${e.port} is held by this TUI`,"stop the proxy from the proxy screen, or quit the TUI");try{process.kill(e.pid,"SIGTERM")}catch(t){throw pe(Je,`could not stop pid ${e.pid} on port ${e.port}`,t)}await Bk(jk);try{process.kill(e.pid,0),process.kill(e.pid,"SIGKILL")}catch{return}}function Bk(e){return new Promise((t)=>{setTimeout(t,e)})}var Ok=65535,od=1,jk=400;var vi=D(()=>{Pe()});var{spawn:cd}=globalThis.Bun;import{existsSync as ea,readdirSync as Wk,readFileSync as Xg,unlinkSync as Gk}from"fs";import{join as xi}from"path";function ad(e){return xi(Ht(),`${na(e)}${sd}`)}function ta(e){if(e==="file"||process.env.DEVCTL_HOME&&e!=="keychain")return new Zs;if(e==="keychain"||process.platform==="darwin"||process.platform==="win32"||process.platform==="linux")return new Qg(new Zs);return new Zs}class Zs{backend="file";async get(e){let t=Vk(e);if(!t||t.accessToken==="")return;return t}async set(e,t){jt(ad(e),`${JSON.stringify({...qk(t),key:e})}
11
- `)}async delete(e){let t=ad(e);if(ea(t))Gk(t)}async list(){let e=Ht();if(!ea(e))return[];let t=[];for(let n of Wk(e)){if(!n.endsWith(sd))continue;let r=n.slice(0,-sd.length),o=Zg(xi(Ht(),n));if(!o)continue;t.push(em(o.key??r,o.record))}return t.sort((n,r)=>n.identity.localeCompare(r.identity))}}class Qg{backend="keychain";fallback;constructor(e){this.fallback=e}async get(e){let t=await Jk(e);if(t)return t;return this.fallback.get(e)}async set(e,t){if(!await zk(e,t))await this.fallback.set(e,t);Uk(e)}async delete(e){await Yk(e),await this.fallback.delete(e),Kk(e)}async list(){let e=new Set(dd()),t=await this.fallback.list(),n=new Map;for(let r of t)n.set(r.key,r);for(let r of e){let o=await this.get(r);if(o)n.set(r,em(r,o))}return[...n.values()].sort((r,o)=>r.identity.localeCompare(o.identity))}}function Uk(e){let t=dd();if(!t.includes(e))jt(xi(Ht(),ld),`${JSON.stringify([...t,e])}
12
- `)}function Kk(e){let t=dd(),n=t.filter((r)=>r!==e);if(n.length!==t.length)jt(xi(Ht(),ld),`${JSON.stringify(n)}
13
- `)}function dd(){let e=xi(Ht(),ld);if(!ea(e))return[];try{let t=JSON.parse(Xg(e,"utf8"));return Array.isArray(t)?t.filter((n)=>typeof n==="string"):[]}catch{return[]}}function qk(e){return{...e,accessToken:""}}function Vk(e){return Zg(ad(e))?.record}function Zg(e){if(!ea(e))return;try{let t=JSON.parse(Xg(e,"utf8"));if(typeof t.identity!=="string")return;return{key:typeof t.key==="string"&&t.key!==""?t.key:void 0,record:{identity:t.identity,audience:typeof t.audience==="string"?t.audience:"",scopes:Array.isArray(t.scopes)?t.scopes.filter((n)=>typeof n==="string"):[],accessToken:typeof t.accessToken==="string"?t.accessToken:"",tokenType:typeof t.tokenType==="string"?t.tokenType:"Bearer",expiresAt:typeof t.expiresAt==="string"?t.expiresAt:""}}}catch{return}}function em(e,t){let n=Date.parse(t.expiresAt);return{key:e,identity:t.identity,audience:t.audience,scopes:t.scopes,expires_at:t.expiresAt,valid:Number.isFinite(n)&&n-Date.now()>0}}function na(e){return e.replace(/[^A-Za-z0-9._-]+/g,"_").slice(0,80)||"token"}async function Jk(e){let t=await Xk(e);if(!t)return;try{return JSON.parse(t)}catch{return}}async function zk(e,t){let n=JSON.stringify(t);if(process.platform==="darwin")return await so(["security","delete-generic-password","-s",fr,"-a",e]),await so(["security","add-generic-password","-s",fr,"-a",e,"-w",n,"-U"])===0;if(process.platform==="linux")return await Qk(["secret-tool","store","--label",`devctl ${e}`,"service",fr,"account",e],n)===0;if(process.platform==="win32"){let o=`Add-Type -AssemblyName System.Security; $bytes = [Convert]::FromBase64String('${Buffer.from(n,"utf8").toString("base64")}'); $enc = [System.Security.Cryptography.ProtectedData]::Protect($bytes, $null, 'CurrentUser'); [IO.File]::WriteAllBytes($env:LOCALAPPDATA + '\\devctl-cred-${na(e)}.bin', $enc)`;return await so(["powershell","-NoProfile","-Command",o])===0}return!1}async function Yk(e){if(process.platform==="darwin"){await so(["security","delete-generic-password","-s",fr,"-a",e]);return}if(process.platform==="linux"){await so(["secret-tool","clear","service",fr,"account",e]);return}if(process.platform==="win32")await so(["powershell","-NoProfile","-Command",`Remove-Item -ErrorAction SilentlyContinue ($env:LOCALAPPDATA + '\\devctl-cred-${na(e)}.bin')`])}async function Xk(e){if(process.platform==="darwin"){let t=await id(["security","find-generic-password","-s",fr,"-a",e,"-w"]);return t.code===0&&t.stdout!==""?t.stdout:void 0}if(process.platform==="linux"){let t=await id(["secret-tool","lookup","service",fr,"account",e]);return t.code===0&&t.stdout!==""?t.stdout:void 0}if(process.platform==="win32"){let t=`$p = $env:LOCALAPPDATA + '\\devctl-cred-${na(e)}.bin'; if (-not (Test-Path $p)) { exit 1 }; Add-Type -AssemblyName System.Security; $raw = [IO.File]::ReadAllBytes($p); $dec = [System.Security.Cryptography.ProtectedData]::Unprotect($raw, $null, 'CurrentUser'); [Text.Encoding]::UTF8.GetString($dec)`,n=await id(["powershell","-NoProfile","-Command",t]);return n.code===0&&n.stdout!==""?n.stdout:void 0}return}async function so(e){try{return await cd({cmd:e,stdout:"ignore",stderr:"ignore",timeout:ud}).exited}catch{return 1}}async function Qk(e,t){try{return await cd({cmd:e,stdin:new TextEncoder().encode(t),stdout:"ignore",stderr:"ignore",timeout:ud}).exited}catch{return 1}}async function id(e){try{let t=cd({cmd:e,stdout:"pipe",stderr:"ignore",timeout:ud}),n=t.stdout?await new Response(t.stdout).text():"";return{code:await t.exited,stdout:n.trim()}}catch{return{code:1,stdout:""}}}var ld="keychain-index.json",fr="devctl.credentials",sd=".cred.json",ud=3000;var pd=D(()=>{Xe()});function Oe(e,t,n){return{type:e,timestamp:new Date().toISOString(),service:t,payload:n}}class hd{subs=new Map;nextID=0;buffer=[];maxBuf;constructor(e){this.maxBuf=e>0?e:1024}subscribe(e,t=[]){this.nextID+=1;let n=this.nextID;return this.subs.set(n,{types:new Set(t),handler:e}),()=>{this.subs.delete(n)}}publish(e){let t=e.timestamp===""?{...e,timestamp:new Date().toISOString()}:e;if(this.buffer.length>=this.maxBuf)this.buffer=this.buffer.slice(1);this.buffer.push(t);for(let n of this.subs.values())if(n.types.size===0||n.types.has(t.type))n.handler(t)}recent(){return[...this.buffer]}}var tm="ServiceStarted",fd="ServiceStopped",nm="ServiceFailed",rm="ServiceStateChanged",om="ServiceHealthChanged",ra="LogReceived",ao="TokenRefreshed",gr="TokenRefreshFailed",gd="AuthenticationChanged",im="ProxyStarted",sm="ProxyStopped",md="ProxyRequest",oa="ConfigurationChanged",bi="ConfigurationReloadFailed",am="SessionRecovered";async function cm(e,t={}){let n=t.attempts??Zk,r=t.backoffMs??eC,o=t.retry??tC,i=Error("retry exhausted");for(let s=0;s<n;s+=1)try{return await e()}catch(a){if(i=a,!o(a)||s===n-1)throw a;await nC(r*(s+1))}throw i}function tC(e){if(e instanceof De)return e.kind!==X&&e.kind!==nr;return!0}function nC(e){return new Promise((t)=>{setTimeout(t,e)})}var Zk=3,eC=200;var lm=D(()=>{Pe()});var fm={};ws(fm,{TokenManager:()=>co,expiresSoonToken:()=>um,googleTokenProviders:()=>mr,isValidToken:()=>dm,staticTokenProvider:()=>fC,tokenCacheKey:()=>yd,tokenMetaPath:()=>pm});import{createHash as rC}from"crypto";import{join as oC}from"path";import{GoogleAuth as sa,Impersonated as iC}from"google-auth-library";function yd(e,t,n){return`${e}|${t}|${n.join(",")}`}function dm(e,t=vd){if(e.accessToken==="")return!1;return e.expiresAt.getTime()-Date.now()>=t}function um(e,t=vd){if(e.accessToken==="")return!0;let n=e.expiresAt.getTime()-Date.now();return n>0&&n<t}class co{cache=new Map;inflight=new Map;providers;thresholdMs;bus;store;constructor(e,t,n,r){this.thresholdMs=e>0?e:vd,this.providers=[...t],this.bus=n,this.store=r??ta(process.env.DEVCTL_CREDENTIAL_BACKEND==="file"?"file":void 0)}replaceProviders(e){this.providers.splice(0,this.providers.length,...e)}isValid(e){return dm(e,this.thresholdMs)}expiresSoon(e){return um(e,this.thresholdMs)}invalidate(e){if(e===void 0||e===""){this.cache.clear(),this.clearStore();return}this.cache.delete(e),this.store.delete(e)}async listStatus(){return this.store.list()}storeBackend(){return this.store.backend}async get(e,t,n){let r=yd(e,t,n),o=this.cache.get(r)??await this.loadStored(r);if(o&&this.isValid(o))return this.cache.set(r,o),o;return this.refresh(e,t,n)}async refresh(e,t,n){let r=yd(e,t,n),o=this.inflight.get(r);if(o)return o;let i=this.refreshOnce(r,e,t,n);this.inflight.set(r,i);try{return await i}finally{this.inflight.delete(r)}}async refreshOnce(e,t,n,r){let o=this.providers.filter((s)=>!s.accepts||s.accepts(t,n,r));if(o.length===0)throw T(dn,`no token provider accepts identity ${t}`);let i=T(dn,"no token provider available");for(let s of o)try{let a=await cm(()=>s.fetch(t,n,r),{attempts:aC,backoffMs:cC,retry:kC});return this.cache.set(e,a),dC(e,a),await this.store.set(e,uC(a)),this.bus?.publish(Oe(ao,"",{identity:a.identity,audience:a.audience})),a}catch(a){i=a instanceof Error?a:Error(String(a))}throw this.bus?.publish(Oe(gr,"",{identity:t,audience:n,error:j(i)})),i}async loadStored(e){let t=await this.store.get(e);if(!t||t.accessToken==="")return;return pC(t)}async clearStore(){let e=await this.store.list();await Promise.all(e.map((t)=>this.store.delete(t.key)))}}function pm(e){let t=rC("sha256").update(e).digest("hex").slice(0,16);return oC(Ht(),`${t}.json`)}function dC(e,t){let n={identity:t.identity,audience:t.audience,expires_at:t.expiresAt.toISOString(),scopes:t.scopes};jt(pm(e),`${JSON.stringify(n)}
14
- `)}function uC(e){return{identity:e.identity,audience:e.audience,scopes:e.scopes,accessToken:e.accessToken,tokenType:e.tokenType,expiresAt:e.expiresAt.toISOString()}}function pC(e){return{accessToken:e.accessToken,tokenType:e.tokenType||"Bearer",expiresAt:new Date(e.expiresAt),audience:e.audience,identity:e.identity,scopes:e.scopes}}function mr(){return[hC(),mC(),gC()]}function fC(e){return{name:"static",accepts:(t,n)=>(e.identity===""||t===e.identity)&&(e.audience===""||n===e.audience),fetch:async(t,n,r)=>({...e,identity:t,audience:n,scopes:r})}}function gC(){return{name:"user",accepts:(e,t)=>!e.startsWith("sa:")&&t==="",fetch:async(e,t,n)=>{if(e.startsWith("sa:"))throw T(dn,"user provider cannot mint service-account tokens");return bC(e,t,n)}}}function mC(){return{name:"service_account",accepts:(e,t)=>e.startsWith("sa:")&&t==="",fetch:async(e,t,n)=>{if(!e.startsWith("sa:"))throw T(dn,"service-account provider cannot mint user tokens");return yC(e,t,n)}}}function hC(){return{name:"iap",accepts:(e,t)=>t!=="",fetch:async(e,t,n)=>{if(t==="")throw T(dn,"IAP audience is required");if(e.startsWith("sa:"))return vC(e,t,n);return xC(e,t,n)}}}async function yC(e,t,n){let r=e.slice(3);try{no();let i=await new sa({scopes:n.length>0?n:[ia]}).getClient(),s=new iC({sourceClient:i,targetPrincipal:r,targetScopes:n.length>0?n:[ia],lifetime:3600}),a=await s.getAccessToken(),c=typeof a==="string"?a:a?.token;if(!c)throw T(dn,"empty impersonated token");return{accessToken:c,tokenType:"Bearer",expiresAt:aa(c,s),audience:t,identity:e,scopes:n}}catch(o){throw ro(o)}}async function vC(e,t,n){let r=e.slice(3);try{no();let i=await new sa({scopes:[ia]}).getClient(),s=`https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/${encodeURIComponent(r)}:generateIdToken`,c=(await i.request({url:s,method:"POST",data:{audience:t,includeEmail:!0}})).data.token;if(!c)throw T(dn,"empty impersonated IAP id token");return{accessToken:c,tokenType:"Bearer",expiresAt:aa(c),audience:t,identity:e,scopes:n}}catch(o){throw ro(o)}}async function xC(e,t,n){try{no();let i=await(await new sa({scopes:n.length>0?n:[lC]}).getIdTokenClient(t)).idTokenProvider.fetchIdToken(t);return{accessToken:i,tokenType:"Bearer",expiresAt:aa(i),audience:t,identity:e,scopes:n}}catch(r){throw ro(r)}}async function bC(e,t,n){try{no();let o=await new sa({scopes:n.length>0?n:[ia]}).getClient(),i=await o.getAccessToken();if(!i.token)throw T(dn,"empty access token");return{accessToken:i.token,tokenType:"Bearer",expiresAt:wC(o,i.token),audience:t,identity:e,scopes:n}}catch(r){throw ro(r)}}function aa(e,t){if(t?.credentials?.expiry_date)return new Date(t.credentials.expiry_date);return SC(e)??new Date(Date.now()+sC)}function wC(e,t){return aa(t,e)}function SC(e){let t=e.split(".");if(t.length<2||!t[1])return;try{let n=JSON.parse(Buffer.from(t[1],"base64url").toString("utf8"));if(typeof n.exp==="number")return new Date(n.exp*1000)}catch{return}return}function kC(e){if(e instanceof De)return e.kind!==X&&e.kind!==nr;let t=e instanceof Error?e.message.toLowerCase():String(e).toLowerCase();return t.includes("network")||t.includes("econnreset")||t.includes("etimedout")||t.includes("503")||t.includes("429")}var vd=300000,sC=3000000,aC=3,cC=200,ia="https://www.googleapis.com/auth/cloud-platform",lC="https://www.googleapis.com/auth/userinfo.email";var wi=D(()=>{Ur();pd();Pe();pr();lm();Xe()});async function jn(e,t=gm,n,r){let o={checks:[],issues:0},i="Preparing diagnostics",s=()=>n?.({active:i,checks:[...o.checks]}),a=(g)=>{i=g,s()},c=(g)=>{if(o.checks.push(g),g.severity==="error")o.issues+=1;s()},l=[...new Set(Object.values(e.services).flatMap((g)=>g.container?[g.container.runtime||"docker"]:[]))];for(let g of l){a(`${g} container runtime`);let x=await t.hasCommand(g),y=x&&await(t.containerRuntimeAvailable??gm.containerRuntimeAvailable)(g);c(y?{name:`${g} container runtime`,severity:"ok",message:`${g} daemon reachable`}:{name:`${g} container runtime`,severity:"error",message:x?`${g} daemon is not reachable`:`${g} not found`,hint:`install and start ${g}`})}if(a("Google CLI installed"),await t.hasCommand("gcloud"))c({name:"Google CLI installed",severity:"ok",message:"gcloud found"});else c({name:"Google CLI installed",severity:hi(e)?"error":"warn",message:"gcloud not installed",hint:"install the Google Cloud CLI from https://cloud.google.com/sdk/docs/install"});a("Google environment");let d=await t.detectGoogle(e.google.project_id);if(d.adcAvailable)c({name:"Google authentication available",severity:"ok",message:"Application Default Credentials found"});else c({name:"Google authentication available",severity:hi(e)?"error":"warn",message:"ADC unavailable",hint:"run `gcloud auth application-default login`"});if(d.projectID!=="")c({name:"Project configured",severity:"ok",message:`${d.projectID} (source: ${d.projectSource})`});else c({name:"Project configured",severity:hi(e)?"error":"warn",message:"no Google project configured",hint:"set google.project_id in .devctl/config.yaml"});if(hi(e)||Object.values(e.services).some((g)=>g.capabilities.includes("google")||g.identity.type!=="")){a("Live Google access");let g=!0,x=(y)=>{if(g)c(y)};try{await ki((async()=>{await PC(e,x,t,d.userEmail),await _C(e,x,t)})(),t.liveDeadlineMs??CC)}catch(y){x({name:"Live Google probes",severity:"warn",message:j(y),hint:"network or timeout \u2014 retry when online"})}finally{g=!1}}for(let g of e.doctor.tools){let x=g.command||g.name;if(a(`${g.name} installed`),await t.hasCommand(x))c({name:`${g.name} installed`,severity:"ok",message:`${x} found`});else c({name:`${g.name} installed`,severity:"error",message:`${x} not found`,hint:`install ${g.name} and ensure it is on PATH`})}if(a("Repository configuration"),r?.repositoryConfigError!==void 0)if(r.repositoryConfigError==="")c({name:"Repository configuration",severity:"ok",message:"valid"});else c({name:"Repository configuration",severity:"error",message:r.repositoryConfigError});else try{let g=Jt(e);if(g.length>0)c({name:"Repository configuration",severity:"error",message:g.join("; ")});else c({name:"Repository configuration",severity:"ok",message:"valid"})}catch(g){c({name:"Repository configuration",severity:"error",message:j(g)})}let m={};for(let[g,x]of Object.entries(e.services))for(let y of x.ports){if(y.auto)continue;let b=`Port ${y.value}`;if(a(b),m[y.value])c({name:b,severity:"error",message:`configured on both ${m[y.value]} and ${g}`});else{m[y.value]=g;let k=r?.services?.[g],S=Boolean(x.container&&k&&["STARTING","RUNNING","HEALTHY","UNHEALTHY"].includes(k.state??""));if(Boolean(k&&(k.pid>0||S)&&Object.values(k.ports).includes(y.value)))c({name:b,severity:"ok",message:`in use by running service ${g}`});else if(await t.portAvailable(y.value))c({name:b,severity:"ok",message:"available"});else c(await hm(b,y.value,`services.${g}.ports`))}}if(e.proxy.listen.port>0){let g=`Port ${e.proxy.listen.port}`;if(a(g),r?.proxyRunning)c({name:g,severity:"ok",message:"in use by the running proxy"});else if(await t.portAvailable(e.proxy.listen.port))c({name:g,severity:"ok",message:"proxy listen port available"});else c(await hm(g,e.proxy.listen.port,"proxy.listen.port"))}return i="Diagnostics complete",s(),o}async function _C(e,t,n){let r=e.google.project_id,o=n.hasLocalAdc??yi;if(r===""||!o())return;let i=n.probeServiceUsage??xm,s=[{name:"IAM Credentials API",service:"iamcredentials.googleapis.com"},{name:"Resource Manager API",service:"cloudresourcemanager.googleapis.com"},{name:"IAP API",service:"iap.googleapis.com"}];(await Promise.allSettled(s.map((c)=>ki(i(r,c.service),Si)))).forEach((c,l)=>{let d=s[l];if(!d)return;if(c.status==="fulfilled"){t({name:d.name,severity:c.value?"ok":"warn",message:c.value?"enabled":"not enabled or unreachable",hint:c.value?void 0:`enable ${d.service} in the Google Cloud console \u2014 doctor never auto-enables APIs`});return}t({name:d.name,severity:"warn",message:j(c.reason),hint:`enable ${d.service} in the Google Cloud console \u2014 doctor never auto-enables APIs`})})}async function ym(){if(!xd)xd=Promise.resolve().then(() => (wi(),fm)).then(({TokenManager:e,googleTokenProviders:t})=>new e(60000,t(),void 0,ta("file")));return xd}async function vm(e,t){await(await ym()).get(e,t,[])}async function xm(e,t){let n=await ym(),r=await ki(n.get("user","",[]),Si),o=`https://serviceusage.googleapis.com/v1/projects/${e}/services/${t}`,i=await fetch(o,{headers:{Authorization:`Bearer ${r.accessToken}`},signal:AbortSignal.timeout(Si)});if(!i.ok)return!1;return(await i.json().catch(()=>{return}))?.state==="ENABLED"}async function PC(e,t,n,r){let o=Hn(e),i=e.proxy.routes.filter((f)=>f.auth.type.toLowerCase()==="iap"),s=i.filter((f)=>f.auth.audience.trim()!=="");for(let f of i)if(f.auth.audience.trim()==="")t({name:`IAP audience ${f.name}`,severity:"error",message:"missing audience",hint:"set auth.audience to the IAP OAuth client ID"});if(o.length===0&&s.length===0)return;if(!(n.hasLocalAdc??yi)())return;let c=n.mintToken??vm,l=o.map(async(f)=>{try{await ki(c(`sa:${f}`,""),Si),t({name:`Impersonate ${f}`,severity:"ok",message:"token minted"})}catch(m){let g=(n.adcQuotaProject??td)(),x=r||"the ADC principal",y=g===""?"unknown":g,b=mm(`Impersonate ${f}`,m,`grant roles/iam.serviceAccountTokenCreator to ${x} on ${f}; ADC quota project: ${y}`);if(g!==""&&b.message.toLowerCase().includes("api is not enabled"))b.message=`IAM Credentials API is disabled in ADC quota project ${g}`,b.hint=`enable iamcredentials.googleapis.com in ${g}, or set the ADC quota project to ${e.google.project_id}`;else if(b.message.toLowerCase()==="google authentication failed")b.message=`access-token mint failed: ${x} \u2192 ${f}`,b.hint=`verify roles/iam.serviceAccountTokenCreator for ${x} on this service account; ADC quota project: ${y}`;t(b)}}),d=s.map(async(f)=>{let m=dr(f.auth).kind===lr?`sa:${dr(f.auth).serviceAccount}`:"user";try{await ki(c(m,f.auth.audience),Si),t({name:`IAP ${f.name}`,severity:"ok",message:"id token minted"})}catch(g){t(mm(`IAP ${f.name}`,g,"check IAP OAuth client ID and ADC"))}});await Promise.all([...l,...d])}function mm(e,t,n){let r=j(t),o=r.toLowerCase();if(o.includes("timeout")||o.includes("network")||o.includes("econnrefused")||o.includes("enotfound"))return{name:e,severity:"warn",message:r,hint:"network or timeout \u2014 retry when online"};if(t instanceof De&&t.hint!==""){let i=`${t.kind}: `,s=t.message.startsWith(i)?t.message.slice(i.length):t.message;return{name:e,severity:"error",message:s,hint:t.hint}}return{name:e,severity:"error",message:r,hint:n}}function ki(e,t){return new Promise((n,r)=>{let o=setTimeout(()=>r(Error("timeout")),t);e.then((i)=>{clearTimeout(o),n(i)},(i)=>{clearTimeout(o),r(i)})})}async function hm(e,t,n){let r=await io(t);if(!r)return{name:e,severity:"error",message:"already in use",hint:`stop the process using port ${t} or change ${n}`};if(r.pid===process.pid)return{name:e,severity:"error",message:`in use by this TUI (${r.command} pid ${r.pid})`,hint:"stop the proxy from the proxy screen (x), then rerun doctor"};return{name:e,severity:"error",message:`in use by ${r.command} (pid ${r.pid})`,hint:"enter stop that process after a confirmation",action:{kind:"free-port",holder:r}}}function ca(e){let t=[`${Lt()} doctor`,""];for(let n of e.checks){let r=n.severity==="error"?"\u2717":n.severity==="warn"?"!":"\u2713";if(t.push(`${r} ${n.name}`),n.severity!=="ok"){if(t.push(` ${n.message}`),n.hint)t.push(` \u2192 ${n.hint}`)}}return t.push("",`${e.issues} issue(s) found.`),t.join(`
3
+ var Zw=Object.defineProperty;var eS=(e)=>e;function tS(e,t){this[e]=eS.bind(null,t)}var Ls=(e,t)=>{for(var n in t)Zw(e,n,{get:t[n],enumerable:!0,configurable:!0,set:tS.bind(t,n)})};var D=(e,t)=>()=>(e&&(t=e(e=0)),t);var nS=import.meta.require;var eo=D(()=>{if(process.env.METADATA_SERVER_DETECTION===void 0)process.env.METADATA_SERVER_DETECTION="bios-only";if(process.env.GCE_METADATA_TIMEOUT===void 0)process.env.GCE_METADATA_TIMEOUT="0"});function Ef(e,t=""){if(t===Rf)return!0;return e.includes(Rf)||e.startsWith(rS)}function Ds(){if(Pf)return;Pf=!0;let e=process.emitWarning.bind(process);process.emitWarning=(t,...n)=>{let r=iS(n[0]),o=oS(t);if(Ef(o,r))return;e(t,...n)}}function Tf(){let e=process.stderr.write.bind(process.stderr);return process.stderr.write=(t,n,r)=>{let o=sS(t);if(Ef(o)){let i=typeof n==="function"?n:typeof r==="function"?r:void 0;if(typeof i==="function")i();return!0}if(typeof n==="function")return e(t,n);return e(t,n,r)},()=>{process.stderr.write=e}}function oS(e){if(typeof e==="string")return e;if(e instanceof Error)return e.message;return String(e)}function iS(e){if(typeof e==="string")return e;if(e&&typeof e==="object"&&"type"in e&&typeof e.type==="string")return e.type;return""}function sS(e){if(typeof e==="string")return e;if(e instanceof Uint8Array)return new TextDecoder().decode(e);return""}var Rf="MetadataLookupWarning",rS="received unexpected error =",Pf=!1;var vl=D(()=>{eo()});function L(e,t){return new Oe(e,t)}function fe(e,t,n){let r=n instanceof Error?n:Error(String(n));return new Oe(e,t,{cause:r})}function ke(e,t,n,r=""){return new Oe(e,t,{hint:n,service:r})}function Ms(e,t){return e instanceof Oe&&e.kind===t}function Df(e){if(e instanceof Oe)return e.exitCode();return 1}function Of(e){if(e instanceof Oe)return{error:F(e),kind:e.kind,hint:e.hint,service:e.service};return{error:F(e)}}function Mf(e){if(typeof e==="string")return L("general",e);if(e.kind)return new Oe(e.kind,e.error.replace(`${e.kind}: `,""),{hint:e.hint,service:e.service});return L("general",e.error)}function F(e){if(e instanceof Oe){if(e.hint!=="")return`${Af(e)} \u2014 ${e.hint}`;return Af(e)}if(e instanceof Error)return e.message;return String(e)}function Af(e){let t=`${e.kind}: `;if(e.message.startsWith(t)){let n=e.message.slice(t.length),r=e.causeError?`: ${e.causeError.message}`:"";if(r!==""&&n.endsWith(r))return n.slice(0,n.length-r.length);return n}return e.message}var ee="configuration",ar="configuration_missing",pi="service_not_found",Lf="dependency",Ke="process_start",to="authentication",cr="authorization",hn="token",Os="impersonation",yl="iap",$n="proxy",xl="health_check",Je="general",Oe;var Pe=D(()=>{Oe=class Oe extends Error{kind;hint;service;causeError;constructor(e,t,n){super(n?.cause?`${e}: ${t}: ${n.cause.message}`:`${e}: ${t}`);this.name="DevctlError",this.kind=e,this.hint=n?.hint??"",this.service=n?.service??"",this.causeError=n?.cause}exitCode(){switch(this.kind){case"configuration":case"configuration_missing":case"service_not_found":case"dependency":return 2;case"authentication":case"token":case"iap":return 3;case"authorization":case"impersonation":return 4;case"process_start":return 5;case"health_check":return 6;case"proxy":return 7;default:return 1}}}});import{spawnSync as aS}from"child_process";import{createHash as cS,randomBytes as Sl}from"crypto";import{copyFileSync as lS,existsSync as In,mkdirSync as dS,readdirSync as uS,readFileSync as kl,renameSync as Cl,statSync as pS,unlinkSync as bl,writeFileSync as fS}from"fs";import{homedir as gS}from"os";import{basename as mS,dirname as wl,join as dt,resolve as hS}from"path";function Ft(){let e=process.env.DEVCTL_HOME;if(e&&e!=="")return e;return dt(gS(),".devctl")}function Yt(e){dS(e,{recursive:!0,mode:vS})}function vn(e){let t=hS(e),n=process.platform==="win32"?t.toLowerCase():t;return cS("sha256").update(n).digest("hex").slice(0,xS)}function no(e){let t=dt(Ft(),"state",vn(e)),n=dt(Ft(),"sessions",vn(e));if(!In(t)&&In(n)){Yt(wl(t));try{Cl(n,t)}catch{Yt(t);for(let r of["state.json","devctl.lock","devctl.sock"]){let o=dt(n,r);if(In(o))lS(o,dt(t,r))}}}return Yt(t),t}function $s(){let e=dt(Ft(),"logs");return Yt(e),e}function lr(){let e=dt(Ft(),"exports");return Yt(e),e}function Wt(){let e=dt(Ft(),"credentials");return Yt(e),e}function Is(e,t=process.platform){if(t==="win32")return`\\\\.\\pipe\\devctl-${vn(e)}`;return dt(no(e),"devctl.sock")}function bS(e){return dt(no(e),"devctl.lock")}function $f(e){return dt(no(e),"state.json")}function dr(e){return dt(no(e),"bootstrap.log")}function Ff(e){let t=dr(e);if(!In(t))return;let n=no(e),r=dt(n,`${If}${_l()}.log`);try{Cl(t,r)}catch{return}SS(n)}function SS(e){let t;try{t=uS(e).filter((r)=>r.startsWith(If)&&r.endsWith(".log"))}catch{return}let n=t.map((r)=>{let o=dt(e,r);try{return{path:o,mtime:pS(o).mtimeMs}}catch{return}}).filter((r)=>r!==void 0).sort((r,o)=>o.mtime-r.mtime);for(let r=wS;r<n.length;r++)try{bl(n[r].path)}catch{}}function Gt(e,t){Yt(wl(e));let n=dt(wl(e),`.${mS(e)}.tmp-${process.pid}-${Sl(4).toString("hex")}`);fS(n,t,{mode:yS}),Cl(n,e)}function _l(e=new Date){return`${e.toISOString().slice(0,19).replace(/:/g,"-")+"Z"}-${Sl(3).toString("hex")}`}function Fs(e){let t=e.indexOf("Z-"),n=t>=0?e.slice(0,t+1):e,r=n.indexOf("T");if(r<0||!n.endsWith("Z"))return;let o=n.slice(0,r),i=n.slice(r+1,-1).replace(/-/g,":"),s=new Date(`${o}T${i}Z`);return Number.isNaN(s.getTime())?void 0:s}function ur(e){return Rl($f(e))}function Rl(e){if(!In(e))return;try{let t=JSON.parse(kl(e,"utf8"));if(Array.isArray(t.processes)&&typeof t.repo_root==="string")return t;return}catch{return}}function Nf(e,t){Gt($f(e),`${JSON.stringify(t,null,2)}
4
+ `)}function Hf(e,t){let n=bS(e);if(In(n)){let r=kS(n);if(r&&Pt(r.pid))throw Error(`supervisor already running (pid ${r.pid})`);try{bl(n)}catch{}}return Gt(n,JSON.stringify({pid:process.pid,socket:t})),{release:()=>{try{bl(n)}catch{}}}}function kS(e){if(!In(e))return;try{let t=JSON.parse(kl(e,"utf8"));if(typeof t.pid==="number"&&typeof t.socket==="string")return{pid:t.pid,socket:t.socket}}catch{return}return}function Pt(e){if(e<=0)return!1;if(process.platform==="win32")return CS(e);try{return process.kill(e,0),!0}catch{return!1}}function Pl(e){try{let t=aS("cmd.exe",["/d","/c",`tasklist /FO CSV /NH /FI "PID eq ${e}"`],{encoding:"buffer",windowsHide:!0,timeout:5000});return _S(t.stdout)}catch{return""}}function CS(e){try{return process.kill(e,0),!0}catch{}let t=Pl(e).toLowerCase();if(t===""||t.includes("no tasks")||t.includes("no matching"))return!1;return t.includes(String(e))}function _S(e){if(!e)return"";if(typeof e==="string")return e;if(e.length>=2&&e[0]===255&&e[1]===254)return e.toString("utf16le");if(e.length>=4&&e[1]===0&&e[3]===0)return e.toString("utf16le");return e.toString("utf8")}function El(){return Sl(24).toString("hex")}function RS(e){return dt(no(e),"mcp-token")}function jf(e){let t=RS(e);if(In(t)){let r=kl(t,"utf8").trim();if(r!=="")return r}let n=El();return Gt(t,n),n}var vS=448,yS=384,xS=16,wS=5,If="bootstrap-";var ze=()=>{};function ro(){return{args:[],shell:!1}}function Al(){return{vars:{},required:[],defaults:{}}}function Ll(){return{type:"",url:"",address:"",command:ro(),interval_seconds:0,timeout_seconds:0,start_period_seconds:0,unhealthy_threshold:3,healthy_reset_threshold:10}}function wt(e){return typeof e==="string"?e:e.service}function Fn(e){return typeof e==="string"?"service_started":e.condition||"service_started"}function Hs(e){return Fn(e)==="service_healthy"?`${wt(e)} (healthy)`:wt(e)}function Dl(){return{type:"",mode:"",service_account:"",config:{}}}function Nn(){return{extends:"",description:"",command:ro(),shell:!1,working_dir:"",dependencies:[],ports:[],environment:Al(),health:Ll(),identity:Dl(),logs:{stdout:!1,stderr:!1},restart:{policy:"",max_retries:0,backoff_seconds:0},startup:{wait_for_healthy:!1,timeout_seconds:0},capabilities:[],proxy:[],container:void 0,hooks:{pre_start:ro(),post_start:ro()}}}function pr(){return{version:1,project:{name:""},google:{project_id:"",region:""},profiles:{},templates:{},services:{},tasks:{},proxy:{enabled:!1,listen:{host:"127.0.0.1",port:0},token_endpoint:{enabled:!1,host:"",port:0},routes:[]},logs:{max_memory_events:50000,persistence:{enabled:!0,directory:"~/.devctl/logs",retention_days:14,max_session_logs:0}},auth:{refresh_threshold_seconds:300},shutdown:{grace_seconds:10},ui:{theme:"system",keymap:{}},secrets:{extra_markers:[],extra_patterns:[]},doctor:{tools:[]},plugins:[],environment:{sources:[],secrets:{}},provenance:{},repoRoot:"",configPath:""}}function io(e){return e.args.length===0||e.args.length===1&&(e.args[0]??"").trim()===""}function fi(e){if(e.type!=="")return e.type;return e.mode}function yn(e){let t=fi(e).toLowerCase();return t==="service"||t==="service_account"}function Uf(e){let t=fi(e).toLowerCase();return t==="user"||t===""}function Kf(e){if(e.policy!==""){if(e.policy==="always"||e.policy==="on_failure"||e.policy==="never")return e.policy;return e.policy}if(e.enabled===!0)return"on_failure";return"never"}function fr(e){let t=e.host===""?"127.0.0.1":e.host;if(e.port===0)return t;return`${t}:${e.port}`}function js(e){if(e.refresh_threshold_seconds<=0)return 300;return e.refresh_threshold_seconds}function Bs(e){if(e.stop_services_on_exit===void 0)return!0;return e.stop_services_on_exit}function gi(e){if(e.grace_seconds<=0)return 10;return e.grace_seconds}function qf(e){if(!e.logs.stdout&&!e.logs.stderr)return!0;return e.logs.stdout}function Vf(e){if(!e.logs.stdout&&!e.logs.stderr)return!0;return e.logs.stderr}function Ol(e,t){return e.find((n)=>n.name===t)}function Jf(e){return e[0]}var oo=1,Bf="never",Wf="on_failure",Gf="always",Ns=8080,Tl="127.0.0.1";function I(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function $l(e){return I(e)?new Set(Object.keys(e)):new Set}function K(e){if(typeof e==="string")return e;if(typeof e==="number"||typeof e==="boolean")return String(e);return""}function xe(e){if(typeof e==="number")return e;if(typeof e==="string"){let t=Number(e);return Number.isNaN(t)?0:t}return 0}function it(e){return e===!0}function Tt(e){if(!Array.isArray(e))return[];return e.map((t)=>K(t))}function Il(e){if(!Array.isArray(e))return[];return e.map((t)=>I(t)?{service:K(t.service),condition:K(t.condition)||"service_started"}:K(t))}function Hn(e){if(!I(e))return{};let t={};for(let[n,r]of Object.entries(e))t[n]=K(r);return t}function Ut(e){if(typeof e==="string")return{args:e.split(/\s+/).filter((t)=>t!==""),shell:!1};if(Array.isArray(e))return{args:e.map((t)=>K(t)),shell:!1};return ro()}function Fl(e){if(e===void 0||e===null)return[];if(typeof e==="string"||typeof e==="number")return[Ml(e,"http")];if(Array.isArray(e))return e.map((t,n)=>Ml(t,`port_${n}`));if(I(e))return Object.entries(e).map(([t,n])=>Ml(n,t));return[]}function Ml(e,t){if(typeof e==="string"&&e.toLowerCase()==="auto")return{name:t,value:0,auto:!0};return{name:t,value:xe(e),auto:!1}}function zf(e){if(!I(e))return Al();let t={},n=[],r={};for(let[o,i]of Object.entries(e))if(o==="required")n=Tt(i);else if(o==="defaults")r=Hn(i);else t[o]=K(i);return{vars:t,required:n,defaults:r}}function PS(e){if(!I(e))return Dl();return{type:K(e.type),mode:K(e.mode),service_account:K(e.service_account),config:I(e.config)?{...e.config}:{}}}function ES(e){if(!I(e))return Ll();return{type:K(e.type),url:K(e.url),address:K(e.address),command:Ut(e.command),interval_seconds:xe(e.interval_seconds),timeout_seconds:xe(e.timeout_seconds),start_period_seconds:xe(e.start_period_seconds),unhealthy_threshold:e.unhealthy_threshold===void 0?3:xe(e.unhealthy_threshold),healthy_reset_threshold:e.healthy_reset_threshold===void 0?10:xe(e.healthy_reset_threshold)}}function TS(e){if(!I(e))return{policy:"",max_retries:0,backoff_seconds:0};return{enabled:e.enabled===void 0?void 0:it(e.enabled),policy:K(e.policy),max_retries:xe(e.max_retries),backoff_seconds:xe(e.backoff_seconds)}}function AS(e){if(!I(e))return{wait_for_healthy:!1,timeout_seconds:0};return{wait_for_healthy:it(e.wait_for_healthy),timeout_seconds:xe(e.timeout_seconds)}}function mi(e){if(!I(e))return Nn();let t=I(e.logs)?e.logs:{};return{extends:K(e.extends),description:K(e.description),command:Ut(e.command),shell:it(e.shell),working_dir:K(e.working_dir),dependencies:Il(e.dependencies),ports:Fl(e.ports),environment:zf(e.environment),health:ES(e.health),identity:PS(e.identity),logs:{stdout:it(t.stdout),stderr:it(t.stderr)},restart:TS(e.restart),startup:AS(e.startup),capabilities:Tt(e.capabilities),proxy:Hl(e.proxy),container:Nl(e.container),hooks:LS(e.hooks)}}function LS(e){let t=I(e)?e:{};return{pre_start:Ut(t.pre_start),post_start:Ut(t.post_start)}}function Yf(e){let t=I(e)?e:{};return{command:Ut(t.command),shell:it(t.shell),working_dir:K(t.working_dir),dependencies:Tt(t.dependencies),environment:zf(t.environment)}}function Nl(e){if(!I(e))return;let t={};if(I(e.ports))for(let[n,r]of Object.entries(e.ports))t[n]=xe(r);return{image:K(e.image),runtime:K(e.runtime),ports:t,env:Hn(e.env),volumes:Tt(e.volumes)}}function Hl(e){if(e===void 0||e===null)return[];if(Array.isArray(e))return e.map((t)=>gr(t));if(I(e))return[gr(e)];return[]}function Ws(e){if(!I(e))return{services:[],environment:{}};return{services:Tt(e.services),environment:Hn(e.environment)}}function DS(e){if(typeof e==="string")return{type:e,service_account:""};if(!I(e))return{type:"",service_account:""};return{type:K(e.type),service_account:K(e.service_account)}}function OS(e){if(!I(e))return{type:"",identity:{type:"",service_account:""},audience:"",service_account:""};return{type:K(e.type),identity:DS(e.identity),audience:K(e.audience),service_account:K(e.service_account)}}function gr(e){if(!I(e))return{name:"",match:{host:"",path:""},upstream:{url:""},auth:{type:"",identity:{type:"",service_account:""},audience:"",service_account:""}};let t=I(e.match)?e.match:{},n=I(e.upstream)?e.upstream:{};return{name:K(e.name),match:{host:K(t.host),path:K(t.path)},upstream:{url:K(n.url)},auth:OS(e.auth)}}var jl=()=>{};import{existsSync as MS,statSync as Qf}from"fs";import{basename as Xf,dirname as Gs,isAbsolute as $S,join as Us,resolve as Zf}from"path";function jn(e,t){if(t!=="")return IS(t);let n=e===""?process.cwd():e;n=$S(n)?n:Zf(n);for(;;){let r=Us(n,St,Kt);if(hi(r))return{repoRoot:n,configPath:r};let o=Us(n,"devctl.yaml");if(hi(o))return{repoRoot:n,configPath:o};let i=Gs(n);if(i===n)break;n=i}throw ke(ar,"no devctl configuration found","run `devctl setup` or create a .devctl/config.yaml in the repository root")}function IS(e){let t=Zf(e),n;try{n=Qf(t)}catch(o){throw fe(ar,"config path not found",o)}if(n.isDirectory()){if(Xf(t)===St)return{repoRoot:Gs(t),configPath:Us(t,Kt)};return{repoRoot:t,configPath:Us(t,Kt)}}let r=Gs(t);if(Xf(r)===St)r=Gs(r);return{repoRoot:r,configPath:t}}function hi(e){return MS(e)&&!Qf(e).isDirectory()}var St=".devctl",Kt="config.yaml";var vi=D(()=>{Pe()});function Vs(){return{services:{},templates:{},provenance:{}}}function Bn(e,t,n,r,o=""){if(I(t)&&Object.keys(t).length>0){for(let[i,s]of Object.entries(t))Bn(e,s,n,r,o===""?i:`${o}.${i}`);return}if(o==="")return;(e[o]??=[]).push({source:n,layer:r})}function Ks(e,t,n){let r=$l(n);if(I(n))for(let i of FS){let s=n[i];if(I(s))for(let a of Object.keys(s))r.add(`${i}.${a}`)}let o=e[t];e[t]=o?new Set([...o,...r]):r}function eg(e,t,n=Vs(),r={source:"unknown",layer:"unknown"}){if(Bn(n.provenance,t,r.source,r.layer),t.version!==void 0)e.version=xe(t.version);if(I(t.project)&&t.project.name!==void 0)e.project.name=K(t.project.name);if(I(t.google)){if(t.google.project_id!==void 0)e.google.project_id=K(t.google.project_id);if(t.google.region!==void 0)e.google.region=K(t.google.region)}if(I(t.profiles))for(let[o,i]of Object.entries(t.profiles)){let s=e.profiles[o];e.profiles[o]=s?HS(s,i):Ws(i)}if(I(t.templates))for(let[o,i]of Object.entries(t.templates)){let s=e.templates[o];e.templates[o]=s?qs(s,i):mi(i),Ks(n.templates,o,i)}if(I(t.services))for(let[o,i]of Object.entries(t.services)){let s=e.services[o];e.services[o]=s?qs(s,i):mi(i),Ks(n.services,o,i)}if(I(t.tasks))for(let[o,i]of Object.entries(t.tasks))e.tasks[o]=e.tasks[o]?jS(e.tasks[o],i):Yf(i);if(I(t.proxy))NS(e.proxy,t.proxy);if(I(t.logs)){if(t.logs.max_memory_events!==void 0)e.logs.max_memory_events=xe(t.logs.max_memory_events);if(I(t.logs.persistence)){let o=t.logs.persistence;if(o.enabled!==void 0)e.logs.persistence.enabled=it(o.enabled);if(o.directory!==void 0)e.logs.persistence.directory=K(o.directory);if(o.retention_days!==void 0)e.logs.persistence.retention_days=xe(o.retention_days);if(o.max_session_logs!==void 0)e.logs.persistence.max_session_logs=xe(o.max_session_logs)}}if(I(t.auth)&&t.auth.refresh_threshold_seconds!==void 0)e.auth.refresh_threshold_seconds=xe(t.auth.refresh_threshold_seconds);if(I(t.shutdown)){if(t.shutdown.stop_services_on_exit!==void 0)e.shutdown.stop_services_on_exit=it(t.shutdown.stop_services_on_exit);if(t.shutdown.grace_seconds!==void 0)e.shutdown.grace_seconds=xe(t.shutdown.grace_seconds)}if(I(t.ui)){if(t.ui.theme!==void 0)e.ui.theme=K(t.ui.theme);if(t.ui.keymap!==void 0)e.ui.keymap=Hn(t.ui.keymap)}if(I(t.secrets)){if(t.secrets.extra_markers!==void 0)e.secrets.extra_markers=Tt(t.secrets.extra_markers);if(t.secrets.extra_patterns!==void 0)e.secrets.extra_patterns=Tt(t.secrets.extra_patterns)}if(I(t.doctor)&&Array.isArray(t.doctor.tools))e.doctor.tools=t.doctor.tools.filter(I).map((o)=>({name:K(o.name),command:K(o.command)}));if(Array.isArray(t.plugins))e.plugins=t.plugins.filter(I).map((o)=>({path:K(o.path)})).filter((o)=>o.path!=="");if(I(t.environment)){if(Array.isArray(t.environment.sources))e.environment.sources=Tt(t.environment.sources);if(I(t.environment.secrets))e.environment.secrets={...e.environment.secrets,...Hn(t.environment.secrets)}}}function NS(e,t){if(t.enabled!==void 0)e.enabled=it(t.enabled);if(I(t.listen)){if(t.listen.host!==void 0)e.listen.host=K(t.listen.host);if(t.listen.port!==void 0)e.listen.port=xe(t.listen.port)}if(I(t.token_endpoint)){let n=t.token_endpoint;if(n.enabled!==void 0)e.token_endpoint.enabled=it(n.enabled);if(n.host!==void 0)e.token_endpoint.host=K(n.host);if(n.port!==void 0)e.token_endpoint.port=xe(n.port)}if(Array.isArray(t.routes))e.routes=t.routes.map((n)=>gr(n))}function HS(e,t){if(!I(t))return e;return{services:t.services!==void 0?Tt(t.services):e.services,environment:t.environment!==void 0?{...e.environment,...Hn(t.environment)}:e.environment}}function jS(e,t){if(!I(t))return e;return{command:t.command!==void 0?Ut(t.command):e.command,shell:t.shell!==void 0?it(t.shell):e.shell,working_dir:t.working_dir!==void 0?K(t.working_dir):e.working_dir,dependencies:t.dependencies!==void 0?Tt(t.dependencies):e.dependencies,environment:tg(e.environment,t.environment)}}function qs(e,t){if(!I(t))return e;let n=$l(t),r={...e,environment:tg(e.environment,t.environment),health:WS(e.health,t.health),identity:GS(e.identity,t.identity),logs:US(e.logs,t.logs),restart:KS(e.restart,t.restart),startup:qS(e.startup,t.startup),container:VS(e.container,t.container),hooks:BS(e.hooks,t.hooks)};if(n.has("extends"))r.extends=K(t.extends);if(n.has("description"))r.description=K(t.description);if(n.has("command"))r.command=Ut(t.command);if(n.has("shell"))r.shell=it(t.shell);if(n.has("working_dir"))r.working_dir=K(t.working_dir);if(n.has("dependencies"))r.dependencies=Il(t.dependencies);if(n.has("ports"))r.ports=Fl(t.ports);if(n.has("capabilities"))r.capabilities=Tt(t.capabilities);if(n.has("proxy"))r.proxy=Hl(t.proxy);return r}function BS(e,t){if(!I(t))return e;return{pre_start:t.pre_start!==void 0?Ut(t.pre_start):e.pre_start,post_start:t.post_start!==void 0?Ut(t.post_start):e.post_start}}function tg(e,t){if(!I(t))return e;let n={...e.vars},r={...e.defaults},o=e.required;for(let[i,s]of Object.entries(t))if(i==="required")o=Tt(s);else if(i==="defaults")Object.assign(r,Hn(s));else n[i]=K(s);return{vars:n,required:o,defaults:r}}function WS(e,t){if(!I(t))return e;return{type:t.type!==void 0?K(t.type):e.type,url:t.url!==void 0?K(t.url):e.url,address:t.address!==void 0?K(t.address):e.address,command:t.command!==void 0?Ut(t.command):e.command,interval_seconds:t.interval_seconds!==void 0?xe(t.interval_seconds):e.interval_seconds,timeout_seconds:t.timeout_seconds!==void 0?xe(t.timeout_seconds):e.timeout_seconds,start_period_seconds:t.start_period_seconds!==void 0?xe(t.start_period_seconds):e.start_period_seconds,unhealthy_threshold:t.unhealthy_threshold!==void 0?xe(t.unhealthy_threshold):e.unhealthy_threshold,healthy_reset_threshold:t.healthy_reset_threshold!==void 0?xe(t.healthy_reset_threshold):e.healthy_reset_threshold}}function GS(e,t){if(!I(t))return e;return{type:t.type!==void 0?K(t.type):e.type,mode:t.mode!==void 0?K(t.mode):e.mode,service_account:t.service_account!==void 0?K(t.service_account):e.service_account,config:t.config!==void 0&&I(t.config)?{...e.config??{},...t.config}:e.config}}function US(e,t){if(!I(t))return e;return{stdout:t.stdout!==void 0?it(t.stdout):e.stdout,stderr:t.stderr!==void 0?it(t.stderr):e.stderr}}function KS(e,t){if(!I(t))return e;return{enabled:t.enabled!==void 0?it(t.enabled):e.enabled,policy:t.policy!==void 0?K(t.policy):e.policy,max_retries:t.max_retries!==void 0?xe(t.max_retries):e.max_retries,backoff_seconds:t.backoff_seconds!==void 0?xe(t.backoff_seconds):e.backoff_seconds}}function qS(e,t){if(!I(t))return e;return{wait_for_healthy:t.wait_for_healthy!==void 0?it(t.wait_for_healthy):e.wait_for_healthy,timeout_seconds:t.timeout_seconds!==void 0?xe(t.timeout_seconds):e.timeout_seconds}}function VS(e,t){if(!I(t))return e;let n=Nl(t);if(!n)return e;return{image:t.image!==void 0?n.image:e?.image??"",runtime:t.runtime!==void 0?n.runtime:e?.runtime??"",ports:t.ports!==void 0?{...e?.ports??{},...n.ports}:e?.ports??{},env:t.env!==void 0?{...e?.env??{},...n.env}:e?.env??{},volumes:t.volumes!==void 0?n.volumes:e?.volumes??[]}}function ng(e,t){let n=Object.keys(e.services).sort();for(let r of n){let o=e.services[r]?.proxy??[];if(o.length===0)continue;o.forEach((i,s)=>{let c={name:o.length===1?r:`${r}-${s+1}`,match:i.match,upstream:i.upstream,auth:i.auth},l=e.proxy.routes.length;if(e.proxy.routes.push(c),t)Bn(t,c,`synthesized from services.${r}.proxy`,"synthesized",`proxy.routes.${l}`)})}}function rg(e,t=Vs()){if(Object.keys(e.templates).length===0)return;let n={};for(let[r,o]of Object.entries(e.services))n[r]=og(e,o,t.services[r]??new Set,t,{});e.services=n}function og(e,t,n,r,o){if(t.extends==="")return t;if(o[t.extends])throw Error(`template cycle involving "${t.extends}"`);let i=e.templates[t.extends]??Nn();if(!e.templates[t.extends])throw Error(`service extends unknown template "${t.extends}"`);let s={...o,[t.extends]:!0},a=r.templates[t.extends]??new Set,c=og(e,i,a,r,s),l=JS(c,t,n);return l.extends=t.extends,l}function JS(e,t,n){let r={...e};if(n.has("extends"))r.extends=t.extends;if(n.has("description"))r.description=t.description;if(n.has("command"))r.command=t.command;if(n.has("shell"))r.shell=t.shell;if(n.has("working_dir"))r.working_dir=t.working_dir;if(n.has("dependencies"))r.dependencies=t.dependencies;if(n.has("ports"))r.ports=t.ports;if(n.has("capabilities"))r.capabilities=t.capabilities;if(n.has("proxy"))r.proxy=t.proxy;if(n.has("container")){let o=t.container,i=e.container;r.container=o&&i?{image:n.has("container.image")?o.image:i.image,runtime:n.has("container.runtime")?o.runtime:i.runtime,ports:n.has("container.ports")?o.ports:i.ports,env:n.has("container.env")?o.env:i.env,volumes:n.has("container.volumes")?o.volumes:i.volumes}:o??i}return r.hooks={pre_start:n.has("hooks.pre_start")?t.hooks.pre_start:e.hooks.pre_start,post_start:n.has("hooks.post_start")?t.hooks.post_start:e.hooks.post_start},r.health={type:n.has("health.type")?t.health.type:e.health.type,url:n.has("health.url")?t.health.url:e.health.url,address:n.has("health.address")?t.health.address:e.health.address,command:n.has("health.command")?t.health.command:e.health.command,interval_seconds:n.has("health.interval_seconds")?t.health.interval_seconds:e.health.interval_seconds,timeout_seconds:n.has("health.timeout_seconds")?t.health.timeout_seconds:e.health.timeout_seconds,start_period_seconds:n.has("health.start_period_seconds")?t.health.start_period_seconds:e.health.start_period_seconds,unhealthy_threshold:n.has("health.unhealthy_threshold")?t.health.unhealthy_threshold:e.health.unhealthy_threshold,healthy_reset_threshold:n.has("health.healthy_reset_threshold")?t.health.healthy_reset_threshold:e.health.healthy_reset_threshold},r.identity={type:n.has("identity.type")?t.identity.type:e.identity.type,mode:n.has("identity.mode")?t.identity.mode:e.identity.mode,service_account:n.has("identity.service_account")?t.identity.service_account:e.identity.service_account,config:n.has("identity.config")?t.identity.config:e.identity.config},r.logs={stdout:n.has("logs.stdout")?t.logs.stdout:e.logs.stdout,stderr:n.has("logs.stderr")?t.logs.stderr:e.logs.stderr},r.restart={enabled:n.has("restart.enabled")?t.restart.enabled:e.restart.enabled,policy:n.has("restart.policy")?t.restart.policy:e.restart.policy,max_retries:n.has("restart.max_retries")?t.restart.max_retries:e.restart.max_retries,backoff_seconds:n.has("restart.backoff_seconds")?t.restart.backoff_seconds:e.restart.backoff_seconds},r.startup={wait_for_healthy:n.has("startup.wait_for_healthy")?t.startup.wait_for_healthy:e.startup.wait_for_healthy,timeout_seconds:n.has("startup.timeout_seconds")?t.startup.timeout_seconds:e.startup.timeout_seconds},r.environment={vars:{...e.environment.vars,...t.environment.vars},defaults:{...e.environment.defaults,...t.environment.defaults},required:n.has("environment.required")?t.environment.required:e.environment.required},r}var FS;var ig=D(()=>{jl();FS=["environment","restart","startup","health","logs","identity","container","hooks"]});function Bl(e){if(e.version===0)throw L(ee,"version is required");if(e.version===oo)return e;throw L(ee,`unsupported config version ${e.version} (expected ${oo}); no migration is available`)}var Wl=D(()=>{Pe()});var sg,ag,cg,lg,dg,ug,pg,fg,gg,Gl,Ul,Kl,ql,mg,hg,vg,yg,xg,bg,wg,Sg,Vl,kg,Cg,_g,Rg,Pg,Eg,Tg,Ag,Lg,Dg,Og,Mg;var Jl=D(()=>{sg=["version","project","google","profiles","templates","services","tasks","proxy","logs","auth","shutdown","ui","secrets","doctor","plugins","environment"],ag=["extends","description","command","shell","working_dir","dependencies","ports","environment","health","identity","logs","restart","startup","capabilities","proxy","container","hooks"],cg=["type","url","address","command","interval_seconds","timeout_seconds","start_period_seconds","unhealthy_threshold","healthy_reset_threshold"],lg=["service","condition"],dg=["type","mode","service_account","config"],ug=["enabled","policy","max_retries","backoff_seconds"],pg=["wait_for_healthy","timeout_seconds"],fg=["enabled","listen","token_endpoint","routes"],gg=["host","port"],Gl=["name","match","upstream","auth"],Ul=["host","path"],Kl=["url"],ql=["type","identity","audience","service_account"],mg=["max_memory_events","persistence"],hg=["enabled","directory","retention_days","max_session_logs"],vg=["refresh_threshold_seconds"],yg=["stop_services_on_exit","grace_seconds"],xg=["theme","keymap"],bg=["name"],wg=["project_id","region"],Sg=["services","environment"],Vl=["required","defaults"],kg=["stdout","stderr"],Cg=["extra_markers","extra_patterns"],_g=["tools"],Rg=["name","command"],Pg=["enabled","host","port"],Eg=["path"],Tg=["sources","secrets"],Ag=["image","runtime","ports","env","volumes"],Lg=["pre_start","post_start"],Dg=["command","shell","working_dir","dependencies","environment"],Og=["google","google_api","iap","network","service_identity","local_http"],Mg=["|","||","&&",";",">",">>","<","&"]});function Wn(e,t){if(Array.isArray(e))return e.flatMap((o,i)=>Wn(o,$g(t,String(i))));if(!nk(e))return[];let n=XS(t),r=[];for(let o of Object.keys(e)){let i=$g(t,o);if(n.length>0&&!n.includes(o)&&!YS(t))r.push(i);r.push(...Wn(e[o],i))}return r}function YS(e){if(e==="services"||e==="profiles"||e==="templates"||e==="tasks")return!0;if(e.endsWith(".environment")||e.endsWith(".defaults")||e.endsWith(".keymap"))return!0;if(e.endsWith(".container.ports")||e.endsWith(".container.env"))return!0;if(e.endsWith(".identity.config")||e.includes(".identity.config."))return!0;return e.includes(".environment.")&&!e.endsWith(".environment")}function XS(e){switch(e){case"":return sg;case"project":return bg;case"google":return wg;case"proxy":return fg;case"proxy.listen":return gg;case"proxy.token_endpoint":return Pg;case"logs":return mg;case"logs.persistence":return hg;case"auth":return vg;case"shutdown":return yg;case"ui":return xg;case"secrets":return Cg;case"doctor":return _g;case"environment":return Tg;default:return QS(e)}}function QS(e){if(e==="services"||e==="profiles"||e==="templates"||e==="tasks")return[];if(e.startsWith("services.")||e.startsWith("templates.")){if(e.includes(".dependencies."))return lg;return ZS(e)}if(e.startsWith("profiles.")){if(e.split(".").length===2)return Sg}if(e.startsWith("tasks.")){let t=e.split(".");if(t.length===2)return Dg;if(t[2]==="environment")return Vl}if(e.includes("routes"))return tk(e);if(e.startsWith("doctor.tools")&&e.split(".").length>=3)return Rg;if(e==="plugins")return[];if(e.startsWith("plugins.")&&e.split(".").length===2)return Eg;return[]}function ZS(e){let t=e.split(".");if(t.length===2)return ag;if(t.length>=3)switch(t[2]){case"health":return cg;case"identity":return dg;case"restart":return ug;case"startup":return pg;case"logs":return kg;case"environment":return Vl;case"proxy":return ek(t);case"container":return Ag;case"hooks":return Lg;default:return[]}return[]}function ek(e){let t=e.slice(3),n=t[0]!==void 0&&/^\d+$/.test(t[0])?1:0,r=t[n]??"";if(r==="match")return Ul;if(r==="upstream")return Kl;if(r==="auth")return ql;return Gl}function tk(e){if(e==="proxy.routes")return[];if(e.endsWith(".match"))return Ul;if(e.endsWith(".upstream"))return Kl;if(e.endsWith(".auth"))return ql;if(e.includes("proxy.routes")&&e.split(".").length===zS+1)return Gl;return[]}function $g(e,t){if(e==="")return t;return`${e}.${t}`}function nk(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function so(e){return`unknown fields: ${e.join(", ")}`}var zS=2;var Ig=D(()=>{Jl()});function Fg(e,t,n){let r=e,o="";for(;;){let i=r.indexOf("${");if(i<0)return o+r;o+=r.slice(0,i);let s=r.slice(i).indexOf("}");if(s<0)throw Error(`unclosed environment reference in "${e}"`);let a=r.slice(i+2,i+s);o+=rk(a,t,n),r=r.slice(i+s+1)}}function rk(e,t,n){let r=e.split(".");if(r.length<3||r[0]!=="services")throw Error(`unsupported reference \${${e}}`);let o=r[1]??"",i=t.services[o];if(!i)throw Error(`reference \${${e}}: unknown service`);let s=n[o];if(r[2]==="port"){if(s){if(s.http!==void 0)return String(s.http);let c=Object.values(s)[0];if(c!==void 0)return String(c)}let a=Jf(i.ports);if(a&&!a.auto)return String(a.value)}if(r[2]==="ports"){let a=r[3];if(!a)throw Error(`reference \${${e}}: missing port name`);if(s&&s[a]!==void 0)return String(s[a]);let c=Ol(i.ports,a);if(c&&!c.auto)return String(c.value);let l=Number.parseInt(a,10);if(!Number.isNaN(l)&&l>=0&&l<i.ports.length){let d=i.ports[l];if(d&&!d.auto)return String(d.value)}}throw Error(`unresolvable reference \${${e}}`)}function zl(e,t,n){let r={};for(let[o,i]of Object.entries(e))r[o]=Fg(i,t,n);return r}function Ng(e){let t=[],n=e;for(;;){let r=n.indexOf("${");if(r<0)return t;let o=n.slice(r).indexOf("}");if(o<0)return t;t.push(n.slice(r+2,r+o)),n=n.slice(r+o+1)}}function Hg(e,t){let n=e.split(".");if(n.length<2)return!1;if(n[0]!=="services"||n.length<3)return!1;let r=t.services[n[1]??""];if(!r)return!1;if(n[2]==="port"||n[2]==="ports"){if(n.length===3)return r.ports.length>0;if(n.length>=4){let o=n[3]??"";if(!Number.isNaN(Number.parseInt(o,10)))return!0;return Ol(r.ports,o)!==void 0}}return!0}var Yl=()=>{};import{existsSync as ok}from"fs";import{isAbsolute as ik,resolve as sk}from"path";import{fileURLToPath as ak}from"url";function Xl(e){let t=[];for(let[n,r]of Object.entries(e.services)){let o=r.health.type;if(o!==""&&!Wg.includes(o.toLowerCase()))t.push({service:n,type:o})}return t}function Xt(e){let t=[];if(e.version===0)t.push("version is required");else if(e.version!==oo)t.push(`unsupported config version ${e.version} (expected ${oo}); no migration is available`);if(Object.keys(e.services).length===0)t.push("at least one service must be defined");t.push(...dk(e)),t.push(...lk(e)),t.push(...gk(e)),t.push(...mk(e)),t.push(...hk(e));for(let[n,r]of e.plugins.entries())if(r.path==="")t.push(`plugins.${n}.path is required`);else try{let o=r.path.startsWith("file:")?ak(r.path):ik(r.path)?r.path:sk(e.repoRoot,r.path);if(!ok(o))t.push(`plugins.${n}.path does not exist: ${r.path}`)}catch{t.push(`plugins.${n}.path is invalid: ${r.path}`)}if(e.logs.max_memory_events<0)t.push("logs.max_memory_events must be >= 0");return t}function lk(e){let t=[];for(let[n,r]of Object.entries(e.tasks)){let o=`tasks.${n}`;if(io(r.command))t.push(`${o}.command is required`);t.push(...Js(o,r.command,r.shell));for(let i of r.dependencies)if(!e.services[i])t.push(`${o}.dependencies: unknown service "${i}"`);t.push(...Gg(`${o}.environment`,r.environment,e))}return t}function dk(e){let t=[],n={};for(let[r,o]of Object.entries(e.services)){let i=`services.${r}`;if(io(o.command)&&!o.container)t.push(`${i}.command is required`);t.push(...Js(i,o.command,o.shell)),t.push(...Js(`${i}.hooks.pre_start`,o.hooks.pre_start,o.shell)),t.push(...Js(`${i}.hooks.post_start`,o.hooks.post_start,o.shell)),t.push(...yk(i,o.capabilities));for(let c of o.dependencies){let l=wt(c);if(!e.services[l])t.push(`${i}.dependencies: unknown service "${l}"`);if(l===r)t.push(`${i}.dependencies: service cannot depend on itself`);if(!["service_started","service_healthy"].includes(Fn(c)))t.push(`${i}.dependencies: condition must be service_started or service_healthy`);if(Fn(c)==="service_healthy"&&e.services[l]?.health.type==="")t.push(`${i}.dependencies: service_healthy requires ${l} to define a health check`)}if(o.extends!==""&&!e.templates[o.extends])t.push(`${i}.extends: unknown template "${o.extends}"`);for(let c of o.ports.filter((l)=>!l.auto))if(c.value<Ys||c.value>zs)t.push(`${i}.ports.${c.name}: invalid port ${c.value}`);else if(n[c.value])t.push(`duplicate port ${c.value} used by ${n[c.value]} and ${r}`);else n[c.value]=r;let s=fk(`${i}.identity`,o.identity,e.plugins.length>0);if(s!=="")t.push(s);if(t.push(...uk(i,o,e.plugins.length>0)),o.health.start_period_seconds<0)t.push(`${i}.health.start_period_seconds must be >= 0`);if(o.health.unhealthy_threshold<1)t.push(`${i}.health.unhealthy_threshold must be >= 1`);if(o.health.healthy_reset_threshold<1)t.push(`${i}.health.healthy_reset_threshold must be >= 1`);let a=Kf(o.restart);if(a!==Bf&&a!==Wf&&a!==Gf)t.push(`${i}.restart.policy must be never, on_failure, or always`);if(t.push(...Gg(`${i}.environment`,o.environment,e)),o.container){if(o.container.image==="")t.push(`${i}.container.image is required`);if(o.container.runtime!==""&&o.container.runtime!=="docker"&&o.container.runtime!=="podman")t.push(`${i}.container.runtime must be docker or podman`);for(let[c,l]of Object.entries(o.container.ports)){if(!o.ports.some((d)=>d.name===c))t.push(`${i}.container.ports.${c}: no matching service port`);if(l<Ys||l>zs)t.push(`${i}.container.ports.${c}: invalid container port ${l}`)}}}return t}function uk(e,t,n){let r=[];if(t.health.type==="")return r;let o=t.health.type.toLowerCase();if(!Wg.includes(o)&&!n)r.push(`${e}.health.type must be http, tcp, process, or command`);if(o==="http"&&t.health.url==="")r.push(`${e}.health.url is required for http health checks`);if(o==="tcp"&&t.health.address===""&&t.ports.length===0)r.push(`${e}.health.address is required for tcp health checks without ports`);if(o==="command"&&io({args:t.health.command.args,shell:!1}))r.push(`${e}.health.command is required for command health checks`);return r}function fk(e,t,n){let r=fi(t).toLowerCase();if(r===""||r==="user")return"";if(r==="service"||r==="service_account"){if(t.service_account==="")return`${e}.service_account is required for service identity`;if(!t.service_account.includes("@"))return`${e}.service_account must be an email`;return""}if(n)return"";return`${e}.type must be user or service_account`}function Ql(e){let t=[];for(let[n,r]of Object.entries(e.services)){let o=fi(r.identity).toLowerCase();if(!pk.includes(o))t.push({service:n,type:o})}return t}function gk(e){let t={},n=[],r=[],o=(i)=>{let s=t[i]??ck;if(s===Bg)return;if(s===jg){n.push(`dependency cycle: ${[...r,i].join(" \u2192 ")}`);return}t[i]=jg,r.push(i);let a=e.services[i];if(a)for(let c of a.dependencies){let l=wt(c);if(e.services[l])o(l)}r.pop(),t[i]=Bg};for(let i of Object.keys(e.services))o(i);return n}function Gg(e,t,n){let r=[],o=(i,s)=>{for(let a of Ng(s))if(!Hg(a,n))r.push(`${e}.${i}: unresolvable reference \${${a}}`)};for(let[i,s]of Object.entries(t.vars))o(i,s);for(let[i,s]of Object.entries(t.defaults))o(i,s);return r}function mk(e){let t=[];for(let[n,r]of Object.entries(e.profiles))for(let o of r.services)if(!e.services[o])t.push(`profiles.${n} references unknown service "${o}"`);return t}function hk(e){let t=[];if(e.proxy.listen.host!==""&&!xk(e.proxy.listen.host))t.push("proxy.listen.host must be an IP address or localhost");if(e.proxy.enabled&&e.proxy.listen.port===0)t.push("proxy.listen.port is required when proxy.enabled is true");if(e.proxy.listen.port!==0&&(e.proxy.listen.port<Ys||e.proxy.listen.port>zs))t.push("proxy.listen.port is invalid");let n={};return e.proxy.routes.forEach((r,o)=>{let i=`proxy.routes[${o}]`;if(r.name==="")t.push(`${i}.name is required`);else if(n[r.name])t.push(`${i}: duplicate route name ${r.name}`);if(n[r.name]=!0,r.upstream.url==="")t.push(`${i}.upstream.url is required`);if(r.auth.type.toLowerCase()==="iap"){if(r.auth.audience.trim()==="")t.push(`${i}.auth.audience is required when auth.type is iap`);if(r.auth.identity.type.trim()==="")t.push(`${i}.auth.identity.type is required when auth.type is iap`)}let s=r.auth.identity.type.toLowerCase();if(s==="service"||s==="service_account"||yn({type:s,mode:"",service_account:""})){if((r.auth.identity.service_account||r.auth.service_account)==="")t.push(`${i}.auth.identity.service_account is required`)}}),t.push(...vk(e)),t}function vk(e){let t=[],n=e.proxy.token_endpoint;if(!n.enabled)return t;let r=n.host||Tl;if(r==="0.0.0.0")t.push("proxy.token_endpoint.host must be a loopback address");else if(r!==""&&r!==Tl&&r!=="localhost"&&!r.startsWith("127."))t.push("proxy.token_endpoint.host must be a loopback address");if(n.port!==0&&(n.port<Ys||n.port>zs))t.push("proxy.token_endpoint.port is invalid");return t}function Js(e,t,n){if(t.shell||n)return[];for(let r of t.args)if(Mg.includes(r)||r.includes("|")||r.includes(";")||r.includes("&&"))return[`${e}.command contains shell metacharacters; set shell: true to run via a shell`];return[]}function yk(e,t){let n=[];for(let r of t)if(!Og.includes(r))n.push(`${e}.capabilities: unknown capability "${r}"`);return n}function xk(e){if(e==="localhost")return!0;return bk(e)}function bk(e){if(/^(\d{1,3}\.){3}\d{1,3}$/.test(e))return e.split(".").every((n)=>{let r=Number(n);return r>=0&&r<=255});return e.includes(":")}var zs=65535,Ys=1,Wg,ck=0,jg=1,Bg=2,pk;var Xs=D(()=>{Jl();Yl();Wg=["http","tcp","process","command"];pk=["","user","service","service_account"]});import{readdirSync as wk,readFileSync as Sk}from"fs";import{basename as Kg,dirname as kk,extname as Ck,join as mr,resolve as _k}from"path";import{parse as Rk}from"yaml";function ao(e,t,n){try{return xi(e,t,{candidateText:n}),[]}catch(r){if(r instanceof Oe){let o=`${r.kind}: `;return[r.message.startsWith(o)?r.message.slice(o.length):r.message]}return[r instanceof Error?r.message:String(r)]}}function ut(e,t){let{repoRoot:n,configPath:r}=jn(e,t);return xi(n,r)}function yi(e,t){try{return ut(e,t)}catch(n){if(!Ms(n,ar))throw n;let r=e===""?process.cwd():_k(e),o=pr();return o.repoRoot=r,o.configPath=mr(r,St,Kt),o}}function xi(e,t,n){let r=pr(),o=Vs();qg(t,r,o,n?.candidateText,"main"),r.repoRoot=e,r.configPath=t;let i=kk(t);if(Kg(i)===St)Ek(i,r,o);r=Pk(r,e,t,o),r=Bl(r);try{rg(r,o)}catch(a){throw fe(ee,"template merge failed",a)}ng(r,o.provenance),r.provenance=o.provenance;let s=Xt(r);if(s.length>0)throw L(ee,s.join(`
5
+ `));return r}function Pk(e,t,n,r){let o=mr(Ft(),"config.local.yaml"),i=mr(t,St,"config.local.yaml");for(let s of[o,i]){if(s===n||!hi(s))continue;qg(s,e,r,void 0,s===o?"home_local":"repo_local")}return e}function qg(e,t,n,r,o="main"){let i=r!==void 0?Vg(r,e):Zl(e),s=Wn(i,"");if(s.length>0)throw L(ee,so(s));eg(t,i,n,{source:e,layer:o})}function Ek(e,t,n){Ug(mr(e,"services"),(o,i,s)=>{let a=Wn(i,`services.${o}`);if(a.length>0)throw L(ee,so(a));let c=t.services[o];t.services[o]=c?qs(c,i):mi(i),Ks(n.services,o,i),Bn(n.provenance,i,s,"modular_service",`services.${o}`)}),Ug(mr(e,"profiles"),(o,i,s)=>{let a=Wn(i,`profiles.${o}`);if(a.length>0)throw L(ee,so(a));t.profiles[o]=Ws(i),Bn(n.provenance,i,s,"modular_profile",`profiles.${o}`)});let r=mr(e,"proxy","routes.yaml");if(hi(r))Tk(r,t,n)}function Tk(e,t,n){let r=Zl(e);if(I(r.proxy))Bn(n.provenance,r.proxy,e,"modular_proxy","proxy");if(Array.isArray(r.routes))Bn(n.provenance,r.routes,e,"modular_proxy","proxy.routes");if(I(r.proxy)){let o=Wn({proxy:r.proxy},"");if(o.length>0)throw L(ee,so(o))}if(Array.isArray(r.routes))r.routes.forEach((o,i)=>{let s=Wn(o,`proxy.routes.${i}`);if(s.length>0)throw L(ee,so(s))});if(I(r.proxy)){if(Array.isArray(r.proxy.routes))t.proxy.routes.push(...r.proxy.routes.map((o)=>gr(o)));if(I(r.proxy.listen)){if(typeof r.proxy.listen.host==="string"&&r.proxy.listen.host!=="")t.proxy.listen.host=r.proxy.listen.host;if(typeof r.proxy.listen.port==="number"&&r.proxy.listen.port!==0)t.proxy.listen.port=r.proxy.listen.port}}if(Array.isArray(r.routes))t.proxy.routes.push(...r.routes.map((o)=>gr(o)))}function Ug(e,t){let n;try{n=wk(e)}catch(r){if(Ak(r))return;throw r}for(let r of n.sort()){let o=Ck(r);if(o!==".yaml"&&o!==".yml")continue;let i=mr(e,r),s=Zl(i);t(Kg(r,o),s,i)}}function Zl(e){let t;try{t=Sk(e,"utf8")}catch(n){throw fe(ee,"unable to read config",n)}return Vg(t,e)}function Vg(e,t){let n;try{n=Rk(e)}catch(r){throw fe(ee,`invalid YAML in ${t}`,r)}if(n===null||n===void 0)return{};if(!I(n))throw L(ee,`unable to decode config: ${t} is not a mapping`);return n}function Ak(e){return typeof e==="object"&&e!==null&&"code"in e&&e.code==="ENOENT"}var Jg=D(()=>{Pe();ze();jl();vi();ig();Wl();Ig();Xs();vi();Xs()});function hr(e){return Object.entries(e.provenance).sort(([t],[n])=>t.localeCompare(n)).flatMap(([t,n])=>{let r=n[n.length-1];if(!r)return[];return[{path:t,value:Lk(e,t),...r,shadowed:n.slice(0,-1)}]})}function Lk(e,t){let n=e;for(let r of t.split(".")){if(typeof n!=="object"||n===null)return;n=n[r]}return n}var st=D(()=>{Jg();vi();Xs();Wl();Yl()});import{readdirSync as Dk}from"fs";import{join as zg,resolve as ed,sep as td}from"path";function Ok(e){let t=zg(Ft(),"state"),n;try{n=Dk(t)}catch{return}let r=Yg(ed(e)),o;for(let i of n){let s=Rl(zg(t,i,"state.json"));if(!s)continue;let a=Yg(ed(s.repo_root));if(!Mk(a,r))continue;if(!o||a.length>o.length)o=a}return o}function Qs(e,t,n=""){if(t!=="")return{repoRoot:ed(t),source:"explicit"};let r=e===""?process.cwd():e;try{let{repoRoot:i}=jn(r,n);return{repoRoot:i,source:"config"}}catch{if(n!=="")return}let o=Ok(r);return o?{repoRoot:o,source:"state-scan"}:void 0}function Yg(e){let t=e.length>1&&e.endsWith(td)?e.slice(0,-1):e;return process.platform==="win32"?t.toLowerCase():t}function Mk(e,t){return t===e||t.startsWith(e.endsWith(td)?e:`${e}${td}`)}var Xg=D(()=>{vi();ze()});import{existsSync as Zg,readFileSync as em}from"fs";import{isAbsolute as $k,join as nd}from"path";import{parse as Ik}from"dotenv";function Hk(){return{name:"dotenv",load:(e)=>{let t=Qg(e.repoRoot,e.profile);if(e.workDir!=="")Object.assign(t,Qg(e.workDir,e.profile));return t}}}function Zs(e){return async(t)=>{let n=t.includes("/versions/")?t:`${t}/versions/latest`,r=await e(),o=await fetch(`https://secretmanager.googleapis.com/v1/${n}:access`,{headers:{Authorization:`Bearer ${r}`}});if(!o.ok)throw L(ee,`secret manager request failed for ${t}: HTTP ${o.status}`);let i=await o.json();if(!i.payload?.data)throw L(ee,`secret manager response for ${t} had no payload`);return Buffer.from(i.payload.data,"base64").toString("utf8")}}function jk(e){let t=e?.environment.sources??[];if(t.length===0)return[...wi];let n=new Set([...Nk,...t]),r=new Set(wi),o=t.filter((s)=>!r.has(s)),i=[];for(let s of wi){if(s==="defaults")i.push(...o);if(n.has(s))i.push(s)}return i}async function ea(e,t){let n={},r=t.serviceCfg.working_dir;if(r!==""&&!$k(r))r=nd(e,r);let o={repoRoot:e,profile:t.profile,service:t.service,serviceCfg:t.serviceCfg,workDir:r,cfg:t.cfg},i=Bk(t),s={process:t.includeProcess===!1?{}:t.clientEnv??co(),profile:bi(t.profileEnv,t.cfg,i),dotenv:bi(await Hk().load(o),t.cfg,i),generated:{},keychain:t.sourceValues?.keychain??Wk(o),secret_manager:t.sourceValues?.secret_manager??await Gk(o,t.fetchSecret),defaults:bi(t.serviceCfg.environment.defaults,t.cfg,i),vars:bi(t.serviceCfg.environment.vars,t.cfg,i),runtime:t.runtime};for(let a of jk(t.cfg)){if(s[a]!==void 0){Object.assign(n,s[a]);continue}let c=t.pluginSources?.find((l)=>l.name===a);if(c)Object.assign(n,bi(await c.load(o),t.cfg,i))}for(let a of t.serviceCfg.environment.required)if((n[a]??"").trim()==="")throw L(ee,`service ${t.service} missing required environment variable ${a}`);return n}function Bk(e){let t={};if(e.cfg)for(let[n,r]of Object.entries(e.cfg.services)){let o={};for(let i of r.ports)if(!i.auto)o[i.name]=i.value;t[n]=o}if(e.assignedPorts)t[e.service]=e.assignedPorts;return t}function bi(e,t,n){if(!t||Object.keys(e).length===0)return e;return zl(e,t,n)}function Wk(e){let t=e.cfg?.environment.sources??[];if(t.length>0&&!t.includes("keychain"))return{};let n={},r=new Set([...Object.keys(e.serviceCfg.environment.defaults),...Object.keys(e.serviceCfg.environment.vars),...e.serviceCfg.environment.required]);for(let o of r){let i=nd(Wt(),"env",o);if(!Zg(i))continue;try{n[o]=em(i,"utf8").replace(/\n$/,"")}catch(s){throw fe(ee,`unable to read keychain env ${o}`,s)}}return n}async function Gk(e,t){if(!(e.cfg?.environment.sources??[]).includes("secret_manager"))return{};let r=e.cfg?.environment.secrets??{},o={};for(let[i,s]of Object.entries(r)){if(!Fk.test(s))throw L(ee,`environment.secrets.${i} is not a Secret Manager resource`);if(!t)throw L(ee,"environment source secret_manager is not configured \u2014 set credentials or remove it from environment.sources");o[i]=await t(s)}return o}function Qg(e,t){let n={},r=[".env",".env.development",".env.local"];if(t!=="")r.push(`.env.${t}`);for(let o of r){let i=nd(e,o);if(!Zg(i))continue;try{let s=Ik(em(i));Object.assign(n,s)}catch(s){throw fe(ee,`unable to read ${i}`,s)}}return n}function co(){let e={};for(let[t,n]of Object.entries(process.env))if(n!==void 0)e[t]=n;return e}function ta(e,t,n,r,o){let i={DEVCTL_SERVICE_NAME:e,DEVCTL_ENVIRONMENT:o,SERVICE_HOST:t};if(r!=="")i.DEVCTL_PROXY_URL=r;if(n.http!==void 0)i.SERVICE_PORT=String(n.http);else{let s=Object.values(n)[0];if(s!==void 0)i.SERVICE_PORT=String(s)}for(let[s,a]of Object.entries(n))i[`${s.toUpperCase()}_PORT`]=String(a);return i}function Si(e){return{...e}}var wi,Fk,Nk;var rd=D(()=>{st();Pe();ze();wi=["process","profile","dotenv","generated","keychain","secret_manager","defaults","vars","runtime"],Fk=/^projects\/[^/]+\/secrets\/[^/]+(?:\/versions\/[^/]+)?$/,Nk=["process","defaults","vars","runtime"]});function At(){return"devctl 0.2.1"}var pt="0.2.1",ki=1;import{createConnection as Uk}from"net";var{spawn:Kk}=globalThis.Bun;function Yk(e){if(e.legacy)return"attached daemon predates the client/daemon compatibility handshake";return`attached daemon speaks RPC protocol ${e.daemonProtocol??"unknown"}; this client speaks ${ki}`}function Xk(e){if(e.compatible&&e.daemonVersion!==void 0&&e.daemonVersion!==pt)return`attached daemon is devctl ${e.daemonVersion}; this client is ${pt} (run \`devctl down\` then start again to update it)`;return}function od(e,t){if(!e.compat.compatible&&!zk.has(t))throw ke(Je,Yk(e.compat),"run `devctl down` to stop it, then start again")}class rm{socket;buf="";pending=new Map;listeners=[];nextID=0;compat={compatible:!0,legacy:!1};session="";constructor(e){this.socket=e,e.on("data",(t)=>{this.buf+=t.toString("utf8");let n=this.buf.split(`
6
+ `);this.buf=n.pop()??"";for(let r of n){if(r.trim()==="")continue;this.onLine(r)}}),e.on("error",(t)=>this.rejectPending(t instanceof Error?t:Error(String(t)))),e.on("close",()=>this.rejectPending(Error("supervisor connection closed")))}onLine(e){let t;try{t=JSON.parse(e)}catch{return}if(t.event){for(let r of this.listeners)r(t.event);return}let n=t.id?this.pending.get(t.id):void 0;if(!n)return;if(this.pending.delete(t.id??""),clearTimeout(n.timer),t.error){n.reject(Mf({error:t.error,kind:t.kind,hint:t.hint,service:t.service}));return}n.resolve(t.result)}onEvent(e){return this.listeners.push(e),()=>{let t=this.listeners.indexOf(e);if(t>=0)this.listeners.splice(t,1)}}call(e,t,n=Jk){this.nextID+=1;let r=String(this.nextID);return new Promise((o,i)=>{let s=setTimeout(()=>{this.pending.delete(r),i(Error(`${e} timed out after ${n}ms`))},n);this.pending.set(r,{resolve:o,reject:i,timer:s}),this.socket.write(JSON.stringify({id:r,method:e,params:t})+`
7
+ `)})}close(){this.rejectPending(Error("supervisor connection closed")),this.socket.destroy()}rejectPending(e){for(let t of this.pending.values())clearTimeout(t.timer),t.reject(e);this.pending.clear()}}function om(e,t){let n=Is(e),r=Date.now()+t;return new Promise((o,i)=>{let s=()=>{let a=Uk(n);a.once("connect",()=>{let c=new rm(a);Qk(c).finally(()=>o(c))}),a.once("error",(c)=>{if(a.destroy(),Date.now()>=r){i(ke(Je,"supervisor is not running","run `devctl start` or `devctl attach` after starting services"));return}setTimeout(s,qk)})};s()})}async function Qk(e){let t;try{t=await e.call("ping",null,nm)}catch{return}let n=Zk(t)?t:{};if(typeof n.session==="string")e.session=n.session;let r=typeof n.protocol==="number"?n.protocol:void 0,o=typeof n.version==="string"?n.version:void 0;if(r===void 0){e.compat={compatible:!1,legacy:!0,daemonVersion:o};return}e.compat={compatible:r===ki,legacy:!1,daemonVersion:o,daemonProtocol:r}}function Zk(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}async function vr(e){try{return await om(e,Vk)}catch{return}}function eC(e,t,n,r){return n?[e,...r]:[e,t,...r]}async function im(e,t){let n=await vr(e);if(n)return n;Ff(e);let r=dr(e),o=eC(process.execPath,process.argv[1]??"",Bun.isStandaloneExecutable===!0,["--config",t,"_supervisor","--repo",e]);Kk({cmd:o,env:process.env,stdout:"ignore",stderr:Bun.file(r),stdin:"ignore",detached:!0}).unref();try{return await om(e,nm)}catch{throw ke(Je,"supervisor failed to start",`see ${r} for details`)}}class na{cfg;client;previousPersisted;constructor(e){this.cfg=e}async start(e){return await this.call("start",{...e,client_env:co()})}async stop(e){await this.call("stop",{services:e})}async restart(e,t){await this.call("restart",{services:e,cascade:t===!0,client_env:co()})}async runTask(e){return await this.call("run_task",{name:e,client_env:co()},tm)}async execService(e,t,n=!1){return await this.call("exec",{service:e,command:t,print_env:n,client_env:co()},tm)}async status(){return await this.call("status",null)}async refreshAuth(){return await this.call("auth_refresh",null)}async configSnapshot(){return await this.call("config_snapshot",null)}async logs(e){return(await this.call("logs",e)).events??[]}async logsPage(e){return await this.call("logs_page",e)}async logsStats(e){return await this.call("logs_stats",e)}async proxyStart(){await this.call("proxy_start",null)}async proxyStop(){await this.call("proxy_stop",null)}async mcpStart(e){await this.call("mcp_start",e??null)}async mcpStop(){await this.call("mcp_stop",null)}async mcpSetTools(e){return(await this.call("mcp_set_tools",{disabled:[...e]})).disabled_tools??[]}async reload(){return await this.call("reload",null)}async invalidateAuth(){await this.call("auth_invalidate",null)}onEvent(e){if(this.client)return this.client.onEvent(e);return()=>{return}}async close(e){if(!this.client)return;try{if(e?.shutdownSupervisor===!0&&e.detach!==!0){let t=Math.max(5000,this.cfg.shutdown.grace_seconds*1000+2000);await this.client.call("shutdown",{stop_services:!0},t)}}finally{this.client.close()}}async call(e,t,n){if(!this.client)throw fe(Je,"supervisor is not running",Error("no client"));return od(this.client,e),this.client.call(e,t,n)}}function Ci(e){let t=e&&Xk(e.compat);if(t)process.stderr.write(`warning: ${t}
8
+ `)}async function id(e,t,n=""){let r=Qs(e,t,n);if(!r)throw ke(Je,"no devctl configuration found","run `devctl setup`, create a .devctl/config.yaml in the repository root, or pass --repo");let o=await vr(r.repoRoot);return Ci(o),{repoRoot:r.repoRoot,client:o}}async function kt(e,t,n,r){let o=r?.allowMissingConfig===!0?yi(e,t):ut(e,t),i=new na(o);if(!n)return i.client=await vr(o.repoRoot),Ci(i.client),i;return i.client=await im(o.repoRoot,o.configPath),Ci(i.client),i}async function sm(e){let t=new na(pr());return t.client=e,Ci(t.client),t.cfg=await t.configSnapshot(),t}async function am(e,t){let n=Qs(e,"",t),r=n?await vr(n.repoRoot):void 0;if(!r)throw ke(Je,"supervisor is not running","run `devctl start` before `devctl attach`");return sm(r)}async function cm(e,t){let n=Qs(e,"",t),r=n?await vr(n.repoRoot):void 0;if(r)return sm(r);let o=ut(e,t),i=new na(o),s=ur(o.repoRoot);if(i.client=await im(o.repoRoot,o.configPath),Ci(i.client),i.cfg=await i.configSnapshot(),s&&s.processes.length>0)i.previousPersisted=s;return i}var qk=50,nm=8000,Vk=200,Jk=30000,tm=86400000,zk;var sd=D(()=>{st();Xg();rd();Pe();ze();zk=new Set(["logs","logs_page","logs_stats"])});function oa(e){if(yn(e))return Nt({kind:yr,serviceAccount:e.service_account});if(Uf(e)&&(e.type!==""||e.mode!==""))return Nt({kind:ra});let t=(e.type||e.mode).toLowerCase();if(t!=="")return Nt({kind:t,providerConfig:e.config??{}});return Nt({kind:lo})}function xr(e){if(e.type.toLowerCase()==="none")return Nt({kind:lo});let t=e.identity.type.toLowerCase(),n=e.identity.service_account||e.service_account;if(t==="service"||t==="service_account"||e.type==="service_account")return Nt({kind:yr,serviceAccount:n});if(e.type.toLowerCase()==="iap"&&t==="")return Nt({kind:lo});if(e.type===""&&t==="")return Nt({kind:lo});return Nt({kind:ra})}function lm(e){return e.kind===ra||e.kind===yr}function uo(e){if(e.tokenKey!=="")return e.tokenKey;if(e.kind===yr)return`sa:${e.serviceAccount}`;if(e.email!=="")return`user:${e.email}`;return"user"}function Nt(e={}){return{kind:lo,email:"",serviceAccount:"",project:"",projectSource:"",adcAvailable:!1,providerConfig:{},tokenKey:"",...e}}function ad(e){let t=new Map,n=(r,o)=>{if(r!=="")t.set(r,(t.get(r)??!1)||o)};for(let r of Object.values(e.services))if(yn(r.identity)&&r.identity.service_account!=="")n(r.identity.service_account,!0);for(let r of e.proxy.routes){let o=r.auth.type.toLowerCase(),i=r.auth.identity.type.toLowerCase(),s=r.auth.identity.service_account||r.auth.service_account;if(i==="service"||i==="service_account"||o==="service_account")n(s,o!=="none")}return[...t.entries()].map(([r,o])=>({email:r,active:o})).sort((r,o)=>r.email.localeCompare(o.email))}function Gn(e){return ad(e).filter((t)=>t.active).map((t)=>t.email)}function dm(e,t,n){let r=[];for(let o of t){let i=e.services[o];if(!i)continue;let s=oa(i.identity);if(yn(i.identity)&&i.identity.service_account===""){r.push({name:o,message:"service account identity is not configured"});continue}if((lm(s)||i.capabilities.some((c)=>c==="google_api"||c==="iap"||c==="service_identity"))&&!n)r.push({name:o,message:"ADC unavailable"})}return r}function _i(e){if(Gn(e).length>0)return!0;if(e.proxy.routes.some((t)=>t.auth.type.toLowerCase()==="iap"))return!0;return Object.values(e.services).some((t)=>{if(lm(oa(t.identity)))return!0;return t.capabilities.some((n)=>n==="google_api"||n==="iap"||n==="service_identity")})}function cd(){return{name:"user",accepts:(e)=>!yn(e),resolve:async(e,t)=>{if(e.type===""&&e.mode==="")return Nt({kind:lo});return{...await t(),kind:ra}}}}function ld(){return{name:"service_account",accepts:(e)=>yn(e),resolve:async(e,t)=>{if(e.service_account==="")throw L(Os,"service account identity is not configured");return{...await t(),kind:yr,serviceAccount:e.service_account}}}}async function um(e,t,n){if(n)for(let r=n.length-1;r>=0;r-=1){let o=n[r];if(o?.accepts(e))return o.resolve(e,t)}if(yn(e))return ld().resolve(e,t);return cd().resolve(e,t)}var ra="user",yr="service_account",lo="none";var br=D(()=>{st();Pe()});import{existsSync as ia,readFileSync as tC}from"fs";import{homedir as fm}from"os";import{join as dd}from"path";var{spawn:ud}=globalThis.Bun;function fo(){let e=globalThis;if(e.window&&typeof e.window.fetch!=="function")e.window.fetch=fetch}function pd(){let e=process.env.GOOGLE_APPLICATION_CREDENTIALS||dd(fm(),".config","gcloud","application_default_credentials.json");if(!ia(e))return"";try{let t=JSON.parse(tC(e,"utf8"));return typeof t.quota_project_id==="string"?t.quota_project_id:""}catch{return""}}async function Lt(e){let t={gcloudInstalled:await fd("gcloud"),adcAvailable:!1,userEmail:"",projectID:"",projectSource:""};if(e!=="")t.projectID=e,t.projectSource="configuration";else{let n=cC("GOOGLE_CLOUD_PROJECT","GCLOUD_PROJECT","GOOGLE_PROJECT");if(n!=="")t.projectID=n,t.projectSource="environment variable";else if(t.gcloudInstalled){let r=await pm("core/project");if(r!=="")t.projectID=r,t.projectSource="gcloud configuration"}}if(Ri())try{await vm(oC(t),rC)}catch(n){t.adcAvailable=!1,t.error=mo(n)}if(t.userEmail===""&&t.gcloudInstalled)t.userEmail=await pm("core/account");return t}async function oC(e){fo();let{GoogleAuth:t}=await import("google-auth-library"),n=new t({scopes:[nC]});await n.getClient(),e.adcAvailable=!0;let r=await n.getProjectId().catch(()=>"");if(e.projectID===""&&r)e.projectID=r,e.projectSource="application default credentials";let o=await iC(n);if(o!=="")e.userEmail=o}async function iC(e){try{let t=await e.getCredentials();if(t.client_email)return t.client_email}catch{}try{let t=await e.getClient(),n=typeof t.credentials?.id_token==="string"?t.credentials.id_token:"";if(n!==""){let r=sC(n);if(r!=="")return r}}catch{return""}return""}function sC(e){let t=e.split(".");if(t.length<2||!t[1])return"";try{let n=JSON.parse(Buffer.from(t[1],"base64url").toString("utf8"));return typeof n.email==="string"?n.email:""}catch{return""}}async function mm(e){let t=await Lt(e);return Nt({kind:"user",email:t.userEmail,project:t.projectID,projectSource:t.projectSource,adcAvailable:t.adcAvailable})}async function go(){if(await ud({cmd:["gcloud","auth","application-default","login"],stdin:"inherit",stdout:"inherit",stderr:"inherit"}).exited!==0)throw ke(to,"application-default login failed","run `gcloud auth application-default login`")}async function sa(){if(await ud({cmd:["gcloud","auth","application-default","revoke","--quiet"],stdout:"ignore",stderr:"pipe"}).exited!==0)throw ke(to,"failed to revoke application-default credentials","run `gcloud auth application-default revoke`")}function mo(e){let t=aC(e).toLowerCase();if(po(t,["unauth","invalid_grant","token has been expired","expired"]))return ke(to,"credential expired or invalid","run `devctl auth login` or `gcloud auth application-default login`");if(po(t,["api has not been used","has not been enabled","access not configured","service_disabled"]))return ke(cr,"required Google API is not enabled","enable the API in the target service account project; devctl will not enable APIs automatically");if(po(t,["permission","forbidden","iam"])){if(po(t,["serviceaccounttoken","iamcredentials","token creator","getaccesstoken"]))return ke(Os,"cannot impersonate service account","ask an administrator to grant roles/iam.serviceAccountTokenCreator on the target service account");return ke(cr,"authorization failure","verify IAM permissions for the current user on this project")}if(t.includes("audience"))return ke(yl,"IAP audience is incorrect","set auth.audience on the proxy route to the IAP OAuth client ID");if(t.includes("iap"))return fe(yl,"IAP authentication failure",e);if(t.includes("project"))return ke(ee,"wrong or missing Google project","set google.project_id in .devctl/config.yaml");if(po(t,["timeout","network","connection refused","no such host"]))return fe(Je,"network problem reaching Google Cloud",e);if(po(t,["adc","default credentials","could not find"]))return ke(to,"application default credentials unavailable","run `gcloud auth application-default login`");return fe(to,"Google authentication failed",e)}function aC(e){let t=[],n=new Set,r=(o,i)=>{if(o===null||o===void 0||i>8||n.has(o))return;if(typeof o==="string"){t.push(o);return}if(typeof o!=="object")return;n.add(o);let s=o;for(let a of["message","reason","status","code","error_description","permission","service"])r(s[a],i+1);for(let a of["error","errors","details","response","data","cause","metadata"]){let c=s[a];if(Array.isArray(c))c.forEach((l)=>r(l,i+1));else r(c,i+1)}};return r(e,0),t.length>0?t.join(" "):String(e)}function po(e,t){return t.some((n)=>e.includes(n))}function cC(...e){for(let t of e){let n=process.env[t];if(n)return n}return""}async function fd(e){try{return(await hm(process.platform==="win32"?["where",e]:["which",e],gm)).code===0}catch{return!1}}function Ri(){let e=process.env.GOOGLE_APPLICATION_CREDENTIALS;if(e&&ia(e))return!0;if(ia(dd(fm(),".config","gcloud","application_default_credentials.json")))return!0;let t=process.env.APPDATA;return Boolean(t&&ia(dd(t,"gcloud","application_default_credentials.json")))}async function pm(e){try{let t=await hm(["gcloud","config","get-value",e],gm);if(t.code!==0)return"";let n=t.stdout.trim();if(n===""||n==="(unset)")return"";return n}catch{return""}}async function hm(e,t){let n=ud({cmd:e,stdout:"pipe",stderr:"ignore",env:{...process.env,CLOUDSDK_CORE_DISABLE_PROMPTS:"1",CLOUDSDK_CORE_DISABLE_USAGE_REPORTING:"true"}}),r=n.stdout?new Response(n.stdout).text():Promise.resolve("");try{let[o,i]=await vm(Promise.all([r,n.exited]),t);return{code:i??1,stdout:o}}catch{return n.kill(),{code:1,stdout:""}}}function vm(e,t){return new Promise((n,r)=>{let o=setTimeout(()=>r(Error("timeout")),t);e.then((i)=>{clearTimeout(o),n(i)},(i)=>{clearTimeout(o),r(i)})})}var nC="https://www.googleapis.com/auth/cloud-platform",gm=1500,rC=2000;var wr=D(()=>{eo();Pe();br()});var{spawn:gd}=globalThis.Bun;import{createServer as ym}from"net";async function xm(e,t,n={}){let r={};for(let[i,s]of Object.entries(n))for(let a of Object.values(s))r[a]=i;let o={};for(let[i,s]of Object.entries(e.services)){if(t.length>0&&!t.includes(i))continue;let a={};for(let c of s.ports){let l=n[i]?.[c.name],d=l&&l>=md?l:c.value;if(l===void 0&&c.auto)d=await dC();if(d<md||d>lC)throw new Oe(ee,`invalid port ${d} on service ${i}`,{service:i});if(r[d]&&r[d]!==i)throw new Oe(ee,`duplicate port ${d} used by ${r[d]} and ${i}`,{service:i});if(l!==d&&!c.auto&&!await ho(d))throw await uC(i,c.name,d);r[d]=i,a[c.name]=d}o[i]=a}return o}function dC(){return new Promise((e,t)=>{let n=ym();n.listen(0,"127.0.0.1",()=>{let r=n.address();n.close(()=>{if(r&&typeof r==="object")e(r.port);else t(fe(ee,"unable to allocate dynamic port",Error("no address")))})}),n.on("error",(r)=>t(fe(ee,"unable to allocate dynamic port",r)))})}async function aa(e){let t=e.ports.filter((r)=>!r.auto&&r.value>=md);if(t.length===0)return;let n={};for(let r of t){if(await ho(r.value))return;n[r.name]=r.value}return n}function ho(e){return new Promise((t)=>{let n=ym();n.listen(e,"127.0.0.1",()=>{n.close(()=>t(!0))}),n.on("error",()=>t(!1))})}async function uC(e,t,n){let r=await vo(n);return pC(e,t,n,r)}function pC(e,t,n,r){let o=t===""?`${e} port`:`${e} ports.${t}`;if(r&&r.pid===process.pid)return ke(Ke,`${e} blocked: this TUI already holds port ${n}`,`Stop the proxy from the Proxy screen, or change ${o} in .devctl.`,e);if(r)return ke(Ke,`${e} blocked: ${r.command} (pid ${r.pid}) is using port ${n}`,`Open Doctor and press enter to free port ${n}, or change ${o} in .devctl.`,e);return ke(Ke,`${e} blocked: port ${n} is already in use`,`Something is listening on ${n}. Open Doctor to free it, or change ${o} in .devctl.`,e)}function fC(e,t){let n=e.split(`
9
+ `).filter((r)=>r.trim()!==""&&!r.startsWith("COMMAND"));for(let r of n){let o=r.trim().split(/\s+/),i=o[0]??"",s=Number(o[1]);if(i!==""&&Number.isInteger(s)&&s>0)return{port:t,pid:s,command:i}}return}async function vo(e){if(process.platform==="win32")return mC(e);let t=gd({cmd:["lsof","-nP",`-iTCP:${e}`,"-sTCP:LISTEN"],stdout:"pipe",stderr:"ignore"}),n=await new Response(t.stdout).text();await t.exited;let r=fC(n,e);if(r)return r;let o=gd({cmd:["fuser","-n","tcp",String(e)],stdout:"pipe",stderr:"pipe"}),i=`${await new Response(o.stdout).text()} ${await new Response(o.stderr).text()}`;await o.exited;let s=i.match(/(\d+)/),a=s?Number(s[1]):0;if(!Number.isInteger(a)||a<=0)return;return{port:e,pid:a,command:"process"}}function gC(e,t){for(let n of e.split(`
10
+ `)){if(!n.includes("LISTENING")&&!n.includes("LISTEN"))continue;if(!n.includes(`:${t}`)&&!n.includes(` ${t} `))continue;let r=n.trim().match(/(\d+)\s*$/),o=r?Number(r[1]):0;if(Number.isInteger(o)&&o>0)return{port:t,pid:o,command:"process"}}return}async function mC(e){let t=gd({cmd:["netstat","-ano"],stdout:"pipe",stderr:"ignore"}),n=t.stdout?await new Response(t.stdout).text():"";return await t.exited,gC(n,e)}async function ca(e){if(e.pid===process.pid)throw ke(Ke,`port ${e.port} is held by this TUI`,"stop the proxy from the proxy screen, or quit the TUI");try{process.kill(e.pid,"SIGTERM")}catch(t){throw fe(Ke,`could not stop pid ${e.pid} on port ${e.port}`,t)}await vC(hC);try{process.kill(e.pid,0),process.kill(e.pid,"SIGKILL")}catch{return}}function vC(e){return new Promise((t)=>{setTimeout(t,e)})}var lC=65535,md=1,hC=400;var Pi=D(()=>{Pe()});var{spawn:xd}=globalThis.Bun;import{existsSync as da,readdirSync as yC,readFileSync as bm,unlinkSync as xC}from"fs";import{join as Ei}from"path";function yd(e){return Ei(Wt(),`${pa(e)}${vd}`)}function ua(e){if(e==="file"||process.env.DEVCTL_HOME&&e!=="keychain")return new la;if(e==="keychain"||process.platform==="darwin"||process.platform==="win32"||process.platform==="linux")return new wm(new la);return new la}class la{backend="file";async get(e){let t=kC(e);if(!t||t.accessToken==="")return;return t}async set(e,t){Gt(yd(e),`${JSON.stringify({...SC(t),key:e})}
11
+ `)}async delete(e){let t=yd(e);if(da(t))xC(t)}async list(){let e=Wt();if(!da(e))return[];let t=[];for(let n of yC(e)){if(!n.endsWith(vd))continue;let r=n.slice(0,-vd.length),o=Sm(Ei(Wt(),n));if(!o)continue;t.push(km(o.key??r,o.record))}return t.sort((n,r)=>n.identity.localeCompare(r.identity))}}class wm{backend="keychain";fallback;constructor(e){this.fallback=e}async get(e){let t=await CC(e);if(t)return t;return this.fallback.get(e)}async set(e,t){if(!await _C(e,t))await this.fallback.set(e,t);bC(e)}async delete(e){await RC(e),await this.fallback.delete(e),wC(e)}async list(){let e=new Set(wd()),t=await this.fallback.list(),n=new Map;for(let r of t)n.set(r.key,r);for(let r of e){let o=await this.get(r);if(o)n.set(r,km(r,o))}return[...n.values()].sort((r,o)=>r.identity.localeCompare(o.identity))}}function bC(e){let t=wd();if(!t.includes(e))Gt(Ei(Wt(),bd),`${JSON.stringify([...t,e])}
12
+ `)}function wC(e){let t=wd(),n=t.filter((r)=>r!==e);if(n.length!==t.length)Gt(Ei(Wt(),bd),`${JSON.stringify(n)}
13
+ `)}function wd(){let e=Ei(Wt(),bd);if(!da(e))return[];try{let t=JSON.parse(bm(e,"utf8"));return Array.isArray(t)?t.filter((n)=>typeof n==="string"):[]}catch{return[]}}function SC(e){return{...e,accessToken:""}}function kC(e){return Sm(yd(e))?.record}function Sm(e){if(!da(e))return;try{let t=JSON.parse(bm(e,"utf8"));if(typeof t.identity!=="string")return;return{key:typeof t.key==="string"&&t.key!==""?t.key:void 0,record:{identity:t.identity,audience:typeof t.audience==="string"?t.audience:"",scopes:Array.isArray(t.scopes)?t.scopes.filter((n)=>typeof n==="string"):[],accessToken:typeof t.accessToken==="string"?t.accessToken:"",tokenType:typeof t.tokenType==="string"?t.tokenType:"Bearer",expiresAt:typeof t.expiresAt==="string"?t.expiresAt:""}}}catch{return}}function km(e,t){let n=Date.parse(t.expiresAt);return{key:e,identity:t.identity,audience:t.audience,scopes:t.scopes,expires_at:t.expiresAt,valid:Number.isFinite(n)&&n-Date.now()>0}}function pa(e){return e.replace(/[^A-Za-z0-9._-]+/g,"_").slice(0,80)||"token"}async function CC(e){let t=await PC(e);if(!t)return;try{return JSON.parse(t)}catch{return}}async function _C(e,t){let n=JSON.stringify(t);if(process.platform==="darwin")return await yo(["security","delete-generic-password","-s",Sr,"-a",e]),await yo(["security","add-generic-password","-s",Sr,"-a",e,"-w",n,"-U"])===0;if(process.platform==="linux")return await EC(["secret-tool","store","--label",`devctl ${e}`,"service",Sr,"account",e],n)===0;if(process.platform==="win32"){let o=`Add-Type -AssemblyName System.Security; $bytes = [Convert]::FromBase64String('${Buffer.from(n,"utf8").toString("base64")}'); $enc = [System.Security.Cryptography.ProtectedData]::Protect($bytes, $null, 'CurrentUser'); [IO.File]::WriteAllBytes($env:LOCALAPPDATA + '\\devctl-cred-${pa(e)}.bin', $enc)`;return await yo(["powershell","-NoProfile","-Command",o])===0}return!1}async function RC(e){if(process.platform==="darwin"){await yo(["security","delete-generic-password","-s",Sr,"-a",e]);return}if(process.platform==="linux"){await yo(["secret-tool","clear","service",Sr,"account",e]);return}if(process.platform==="win32")await yo(["powershell","-NoProfile","-Command",`Remove-Item -ErrorAction SilentlyContinue ($env:LOCALAPPDATA + '\\devctl-cred-${pa(e)}.bin')`])}async function PC(e){if(process.platform==="darwin"){let t=await hd(["security","find-generic-password","-s",Sr,"-a",e,"-w"]);return t.code===0&&t.stdout!==""?t.stdout:void 0}if(process.platform==="linux"){let t=await hd(["secret-tool","lookup","service",Sr,"account",e]);return t.code===0&&t.stdout!==""?t.stdout:void 0}if(process.platform==="win32"){let t=`$p = $env:LOCALAPPDATA + '\\devctl-cred-${pa(e)}.bin'; if (-not (Test-Path $p)) { exit 1 }; Add-Type -AssemblyName System.Security; $raw = [IO.File]::ReadAllBytes($p); $dec = [System.Security.Cryptography.ProtectedData]::Unprotect($raw, $null, 'CurrentUser'); [Text.Encoding]::UTF8.GetString($dec)`,n=await hd(["powershell","-NoProfile","-Command",t]);return n.code===0&&n.stdout!==""?n.stdout:void 0}return}async function yo(e){try{return await xd({cmd:e,stdout:"ignore",stderr:"ignore",timeout:Sd}).exited}catch{return 1}}async function EC(e,t){try{return await xd({cmd:e,stdin:new TextEncoder().encode(t),stdout:"ignore",stderr:"ignore",timeout:Sd}).exited}catch{return 1}}async function hd(e){try{let t=xd({cmd:e,stdout:"pipe",stderr:"ignore",timeout:Sd}),n=t.stdout?await new Response(t.stdout).text():"";return{code:await t.exited,stdout:n.trim()}}catch{return{code:1,stdout:""}}}var bd="keychain-index.json",Sr="devctl.credentials",vd=".cred.json",Sd=3000;var kd=D(()=>{ze()});function Me(e,t,n){return{type:e,timestamp:new Date().toISOString(),service:t,payload:n}}class Pd{subs=new Map;nextID=0;buffer=[];maxBuf;constructor(e){this.maxBuf=e>0?e:1024}subscribe(e,t=[]){this.nextID+=1;let n=this.nextID;return this.subs.set(n,{types:new Set(t),handler:e}),()=>{this.subs.delete(n)}}publish(e){let t=e.timestamp===""?{...e,timestamp:new Date().toISOString()}:e;if(this.buffer.length>=this.maxBuf)this.buffer=this.buffer.slice(1);this.buffer.push(t);for(let n of this.subs.values())if(n.types.size===0||n.types.has(t.type))n.handler(t)}recent(){return[...this.buffer]}}var Cm="ServiceStarted",Cd="ServiceStopped",_m="ServiceFailed",Rm="ServiceStateChanged",Pm="ServiceHealthChanged",fa="LogReceived",xo="TokenRefreshed",kr="TokenRefreshFailed",_d="AuthenticationChanged",Em="ProxyStarted",Tm="ProxyStopped",Rd="ProxyRequest",ga="ConfigurationChanged",Ti="ConfigurationReloadFailed",Am="SessionRecovered";async function Lm(e,t={}){let n=t.attempts??TC,r=t.backoffMs??AC,o=t.retry??LC,i=Error("retry exhausted");for(let s=0;s<n;s+=1)try{return await e()}catch(a){if(i=a,!o(a)||s===n-1)throw a;await DC(r*(s+1))}throw i}function LC(e){if(e instanceof Oe)return e.kind!==ee&&e.kind!==cr;return!0}function DC(e){return new Promise((t)=>{setTimeout(t,e)})}var TC=3,AC=200;var Dm=D(()=>{Pe()});var Im={};Ls(Im,{TokenManager:()=>bo,expiresSoonToken:()=>Mm,googleTokenProviders:()=>Cr,isValidToken:()=>Om,staticTokenProvider:()=>GC,tokenCacheKey:()=>Ed,tokenMetaPath:()=>$m});import{createHash as OC}from"crypto";import{join as MC}from"path";import{GoogleAuth as ha,Impersonated as $C}from"google-auth-library";function Ed(e,t,n){return`${e}|${t}|${n.join(",")}`}function Om(e,t=Td){if(e.accessToken==="")return!1;return e.expiresAt.getTime()-Date.now()>=t}function Mm(e,t=Td){if(e.accessToken==="")return!0;let n=e.expiresAt.getTime()-Date.now();return n>0&&n<t}class bo{cache=new Map;inflight=new Map;providers;thresholdMs;bus;store;constructor(e,t,n,r){this.thresholdMs=e>0?e:Td,this.providers=[...t],this.bus=n,this.store=r??ua(process.env.DEVCTL_CREDENTIAL_BACKEND==="file"?"file":void 0)}replaceProviders(e){this.providers.splice(0,this.providers.length,...e)}isValid(e){return Om(e,this.thresholdMs)}expiresSoon(e){return Mm(e,this.thresholdMs)}invalidate(e){if(e===void 0||e===""){this.cache.clear(),this.clearStore();return}this.cache.delete(e),this.store.delete(e)}async listStatus(){return this.store.list()}storeBackend(){return this.store.backend}async get(e,t,n){let r=Ed(e,t,n),o=this.cache.get(r)??await this.loadStored(r);if(o&&this.isValid(o))return this.cache.set(r,o),o;return this.refresh(e,t,n)}async refresh(e,t,n){let r=Ed(e,t,n),o=this.inflight.get(r);if(o)return o;let i=this.refreshOnce(r,e,t,n);this.inflight.set(r,i);try{return await i}finally{this.inflight.delete(r)}}async refreshOnce(e,t,n,r){let o=this.providers.filter((s)=>!s.accepts||s.accepts(t,n,r));if(o.length===0)throw L(hn,`no token provider accepts identity ${t}`);let i=L(hn,"no token provider available");for(let s of o)try{let a=await Lm(()=>s.fetch(t,n,r),{attempts:FC,backoffMs:NC,retry:ZC});return this.cache.set(e,a),jC(e,a),await this.store.set(e,BC(a)),this.bus?.publish(Me(xo,"",{identity:a.identity,audience:a.audience})),a}catch(a){i=a instanceof Error?a:Error(String(a))}throw this.bus?.publish(Me(kr,"",{identity:t,audience:n,error:F(i)})),i}async loadStored(e){let t=await this.store.get(e);if(!t||t.accessToken==="")return;return WC(t)}async clearStore(){let e=await this.store.list();await Promise.all(e.map((t)=>this.store.delete(t.key)))}}function $m(e){let t=OC("sha256").update(e).digest("hex").slice(0,16);return MC(Wt(),`${t}.json`)}function jC(e,t){let n={identity:t.identity,audience:t.audience,expires_at:t.expiresAt.toISOString(),scopes:t.scopes};Gt($m(e),`${JSON.stringify(n)}
14
+ `)}function BC(e){return{identity:e.identity,audience:e.audience,scopes:e.scopes,accessToken:e.accessToken,tokenType:e.tokenType,expiresAt:e.expiresAt.toISOString()}}function WC(e){return{accessToken:e.accessToken,tokenType:e.tokenType||"Bearer",expiresAt:new Date(e.expiresAt),audience:e.audience,identity:e.identity,scopes:e.scopes}}function Cr(){return[qC(),KC(),UC()]}function GC(e){return{name:"static",accepts:(t,n)=>(e.identity===""||t===e.identity)&&(e.audience===""||n===e.audience),fetch:async(t,n,r)=>({...e,identity:t,audience:n,scopes:r})}}function UC(){return{name:"user",accepts:(e,t)=>!e.startsWith("sa:")&&t==="",fetch:async(e,t,n)=>{if(e.startsWith("sa:"))throw L(hn,"user provider cannot mint service-account tokens");return YC(e,t,n)}}}function KC(){return{name:"service_account",accepts:(e,t)=>e.startsWith("sa:")&&t==="",fetch:async(e,t,n)=>{if(!e.startsWith("sa:"))throw L(hn,"service-account provider cannot mint user tokens");return VC(e,t,n)}}}function qC(){return{name:"iap",accepts:(e,t)=>t!=="",fetch:async(e,t,n)=>{if(t==="")throw L(hn,"IAP audience is required");if(e.startsWith("sa:"))return JC(e,t,n);return zC(e,t,n)}}}async function VC(e,t,n){let r=e.slice(3);try{fo();let i=await new ha({scopes:n.length>0?n:[ma]}).getClient(),s=new $C({sourceClient:i,targetPrincipal:r,targetScopes:n.length>0?n:[ma],lifetime:3600}),a=await s.getAccessToken(),c=typeof a==="string"?a:a?.token;if(!c)throw L(hn,"empty impersonated token");return{accessToken:c,tokenType:"Bearer",expiresAt:va(c,s),audience:t,identity:e,scopes:n}}catch(o){throw mo(o)}}async function JC(e,t,n){let r=e.slice(3);try{fo();let i=await new ha({scopes:[ma]}).getClient(),s=`https://iamcredentials.googleapis.com/v1/projects/-/serviceAccounts/${encodeURIComponent(r)}:generateIdToken`,c=(await i.request({url:s,method:"POST",data:{audience:t,includeEmail:!0}})).data.token;if(!c)throw L(hn,"empty impersonated IAP id token");return{accessToken:c,tokenType:"Bearer",expiresAt:va(c),audience:t,identity:e,scopes:n}}catch(o){throw mo(o)}}async function zC(e,t,n){try{fo();let i=await(await new ha({scopes:n.length>0?n:[HC]}).getIdTokenClient(t)).idTokenProvider.fetchIdToken(t);return{accessToken:i,tokenType:"Bearer",expiresAt:va(i),audience:t,identity:e,scopes:n}}catch(r){throw mo(r)}}async function YC(e,t,n){try{fo();let o=await new ha({scopes:n.length>0?n:[ma]}).getClient(),i=await o.getAccessToken();if(!i.token)throw L(hn,"empty access token");return{accessToken:i.token,tokenType:"Bearer",expiresAt:XC(o,i.token),audience:t,identity:e,scopes:n}}catch(r){throw mo(r)}}function va(e,t){if(t?.credentials?.expiry_date)return new Date(t.credentials.expiry_date);return QC(e)??new Date(Date.now()+IC)}function XC(e,t){return va(t,e)}function QC(e){let t=e.split(".");if(t.length<2||!t[1])return;try{let n=JSON.parse(Buffer.from(t[1],"base64url").toString("utf8"));if(typeof n.exp==="number")return new Date(n.exp*1000)}catch{return}return}function ZC(e){if(e instanceof Oe)return e.kind!==ee&&e.kind!==cr;let t=e instanceof Error?e.message.toLowerCase():String(e).toLowerCase();return t.includes("network")||t.includes("econnreset")||t.includes("etimedout")||t.includes("503")||t.includes("429")}var Td=300000,IC=3000000,FC=3,NC=200,ma="https://www.googleapis.com/auth/cloud-platform",HC="https://www.googleapis.com/auth/userinfo.email";var Ai=D(()=>{eo();kd();Pe();wr();Dm();ze()});async function Un(e,t=Fm,n,r){let o={checks:[],issues:0},i="Preparing diagnostics",s=()=>n?.({active:i,checks:[...o.checks]}),a=(m)=>{i=m,s()},c=(m)=>{if(o.checks.push(m),m.severity==="error")o.issues+=1;s()},l=[...new Set(Object.values(e.services).flatMap((m)=>m.container?[m.container.runtime||"docker"]:[]))];for(let m of l){a(`${m} container runtime`);let x=await t.hasCommand(m),v=x&&await(t.containerRuntimeAvailable??Fm.containerRuntimeAvailable)(m);c(v?{name:`${m} container runtime`,severity:"ok",message:`${m} daemon reachable`}:{name:`${m} container runtime`,severity:"error",message:x?`${m} daemon is not reachable`:`${m} not found`,hint:`install and start ${m}`})}if(a("Google CLI installed"),await t.hasCommand("gcloud"))c({name:"Google CLI installed",severity:"ok",message:"gcloud found"});else c({name:"Google CLI installed",severity:_i(e)?"error":"warn",message:"gcloud not installed",hint:"install the Google Cloud CLI from https://cloud.google.com/sdk/docs/install"});a("Google environment");let d=await t.detectGoogle(e.google.project_id);if(d.adcAvailable)c({name:"Google authentication available",severity:"ok",message:"Application Default Credentials found"});else c({name:"Google authentication available",severity:_i(e)?"error":"warn",message:"ADC unavailable",hint:"run `gcloud auth application-default login`"});if(d.projectID!=="")c({name:"Project configured",severity:"ok",message:`${d.projectID} (source: ${d.projectSource})`});else c({name:"Project configured",severity:_i(e)?"error":"warn",message:"no Google project configured",hint:"set google.project_id in .devctl/config.yaml"});if(_i(e)||Object.values(e.services).some((m)=>m.capabilities.includes("google")||m.identity.type!=="")){a("Live Google access");let m=!0,x=(v)=>{if(m)c(v)};try{await Di((async()=>{await n_(e,x,t,d.userEmail),await t_(e,x,t)})(),t.liveDeadlineMs??e_)}catch(v){x({name:"Live Google probes",severity:"warn",message:F(v),hint:"network or timeout \u2014 retry when online"})}finally{m=!1}}for(let m of e.doctor.tools){let x=m.command||m.name;if(a(`${m.name} installed`),await t.hasCommand(x))c({name:`${m.name} installed`,severity:"ok",message:`${x} found`});else c({name:`${m.name} installed`,severity:"error",message:`${x} not found`,hint:`install ${m.name} and ensure it is on PATH`})}if(a("Repository configuration"),r?.repositoryConfigError!==void 0)if(r.repositoryConfigError==="")c({name:"Repository configuration",severity:"ok",message:"valid"});else c({name:"Repository configuration",severity:"error",message:r.repositoryConfigError});else try{let m=Xt(e);if(m.length>0)c({name:"Repository configuration",severity:"error",message:m.join("; ")});else c({name:"Repository configuration",severity:"ok",message:"valid"})}catch(m){c({name:"Repository configuration",severity:"error",message:F(m)})}let g={};for(let[m,x]of Object.entries(e.services))for(let v of x.ports){if(v.auto)continue;let S=`Port ${v.value}`;if(a(S),g[v.value])c({name:S,severity:"error",message:`configured on both ${g[v.value]} and ${m}`});else{g[v.value]=m;let P=r?.services?.[m],k=Boolean(x.container&&P&&["STARTING","RUNNING","HEALTHY","UNHEALTHY"].includes(P.state??""));if(Boolean(P&&(P.pid>0||k)&&Object.values(P.ports).includes(v.value)))c({name:S,severity:"ok",message:`in use by running service ${m}`});else if(await t.portAvailable(v.value))c({name:S,severity:"ok",message:"available"});else c(await Hm(S,v.value,`services.${m}.ports`))}}if(e.proxy.listen.port>0){let m=`Port ${e.proxy.listen.port}`;if(a(m),r?.proxyRunning)c({name:m,severity:"ok",message:"in use by the running proxy"});else if(await t.portAvailable(e.proxy.listen.port))c({name:m,severity:"ok",message:"proxy listen port available"});else c(await Hm(m,e.proxy.listen.port,"proxy.listen.port"))}return i="Diagnostics complete",s(),o}async function t_(e,t,n){let r=e.google.project_id,o=n.hasLocalAdc??Ri;if(r===""||!o())return;let i=n.probeServiceUsage??Wm,s=[{name:"IAM Credentials API",service:"iamcredentials.googleapis.com"},{name:"Resource Manager API",service:"cloudresourcemanager.googleapis.com"},{name:"IAP API",service:"iap.googleapis.com"}];(await Promise.allSettled(s.map((c)=>Di(i(r,c.service),Li)))).forEach((c,l)=>{let d=s[l];if(!d)return;if(c.status==="fulfilled"){t({name:d.name,severity:c.value?"ok":"warn",message:c.value?"enabled":"not enabled or unreachable",hint:c.value?void 0:`enable ${d.service} in the Google Cloud console \u2014 doctor never auto-enables APIs`});return}t({name:d.name,severity:"warn",message:F(c.reason),hint:`enable ${d.service} in the Google Cloud console \u2014 doctor never auto-enables APIs`})})}async function jm(){if(!Ad)Ad=Promise.resolve().then(() => (Ai(),Im)).then(({TokenManager:e,googleTokenProviders:t})=>new e(60000,t(),void 0,ua("file")));return Ad}async function Bm(e,t){await(await jm()).get(e,t,[])}async function Wm(e,t){let n=await jm(),r=await Di(n.get("user","",[]),Li),o=`https://serviceusage.googleapis.com/v1/projects/${e}/services/${t}`,i=await fetch(o,{headers:{Authorization:`Bearer ${r.accessToken}`},signal:AbortSignal.timeout(Li)});if(!i.ok)return!1;return(await i.json().catch(()=>{return}))?.state==="ENABLED"}async function n_(e,t,n,r){let o=Gn(e),i=e.proxy.routes.filter((f)=>f.auth.type.toLowerCase()==="iap"),s=i.filter((f)=>f.auth.audience.trim()!=="");for(let f of i)if(f.auth.audience.trim()==="")t({name:`IAP audience ${f.name}`,severity:"error",message:"missing audience",hint:"set auth.audience to the IAP OAuth client ID"});if(o.length===0&&s.length===0)return;if(!(n.hasLocalAdc??Ri)())return;let c=n.mintToken??Bm,l=o.map(async(f)=>{try{await Di(c(`sa:${f}`,""),Li),t({name:`Impersonate ${f}`,severity:"ok",message:"token minted"})}catch(g){let m=(n.adcQuotaProject??pd)(),x=r||"the ADC principal",v=m===""?"unknown":m,S=Nm(`Impersonate ${f}`,g,`grant roles/iam.serviceAccountTokenCreator to ${x} on ${f}; ADC quota project: ${v}`);if(m!==""&&S.message.toLowerCase().includes("api is not enabled"))S.message=`IAM Credentials API is disabled in ADC quota project ${m}`,S.hint=`enable iamcredentials.googleapis.com in ${m}, or set the ADC quota project to ${e.google.project_id}`;else if(S.message.toLowerCase()==="google authentication failed")S.message=`access-token mint failed: ${x} \u2192 ${f}`,S.hint=`verify roles/iam.serviceAccountTokenCreator for ${x} on this service account; ADC quota project: ${v}`;t(S)}}),d=s.map(async(f)=>{let g=xr(f.auth).kind===yr?`sa:${xr(f.auth).serviceAccount}`:"user";try{await Di(c(g,f.auth.audience),Li),t({name:`IAP ${f.name}`,severity:"ok",message:"id token minted"})}catch(m){t(Nm(`IAP ${f.name}`,m,"check IAP OAuth client ID and ADC"))}});await Promise.all([...l,...d])}function Nm(e,t,n){let r=F(t),o=r.toLowerCase();if(o.includes("timeout")||o.includes("network")||o.includes("econnrefused")||o.includes("enotfound"))return{name:e,severity:"warn",message:r,hint:"network or timeout \u2014 retry when online"};if(t instanceof Oe&&t.hint!==""){let i=`${t.kind}: `,s=t.message.startsWith(i)?t.message.slice(i.length):t.message;return{name:e,severity:"error",message:s,hint:t.hint}}return{name:e,severity:"error",message:r,hint:n}}function Di(e,t){return new Promise((n,r)=>{let o=setTimeout(()=>r(Error("timeout")),t);e.then((i)=>{clearTimeout(o),n(i)},(i)=>{clearTimeout(o),r(i)})})}async function Hm(e,t,n){let r=await vo(t);if(!r)return{name:e,severity:"error",message:"already in use",hint:`stop the process using port ${t} or change ${n}`};if(r.pid===process.pid)return{name:e,severity:"error",message:`in use by this TUI (${r.command} pid ${r.pid})`,hint:"stop the proxy from the proxy screen (x), then rerun doctor"};return{name:e,severity:"error",message:`in use by ${r.command} (pid ${r.pid})`,hint:"enter stop that process after a confirmation",action:{kind:"free-port",holder:r}}}function ya(e){let t=[`${At()} doctor`,""];for(let n of e.checks){let r=n.severity==="error"?"\u2717":n.severity==="warn"?"!":"\u2713";if(t.push(`${r} ${n.name}`),n.severity!=="ok"){if(t.push(` ${n.message}`),n.hint)t.push(` \u2192 ${n.hint}`)}}return t.push("",`${e.issues} issue(s) found.`),t.join(`
15
15
  `)+`
16
- `}var Si=4000,CC=8000,gm,xd;var Ci=D(()=>{Ur();st();Pe();pr();ur();vi();pd();gm={detectGoogle:Ut,hasCommand:nd,portAvailable:oo,hasLocalAdc:yi,adcQuotaProject:td,mintToken:vm,probeServiceUsage:xm,containerRuntimeAvailable:async(e)=>{try{return await Bun.spawn({cmd:[e,"info"],stdout:"ignore",stderr:"ignore",stdin:"ignore"}).exited===0}catch{return!1}}}});function po(e){if(e.state===Ft&&e.health===_t)return hr;if(e.state===Ft&&e.health===ke)return lo;return e.state}function la(e){return{name:e,state:uo,health:Dt,pid:0,ports:{},restarts:0,last_error:"",identity:"",startTime:void 0,cpuPercent:void 0,memoryKB:void 0,profile:"",env_source:"daemon",orphaned:!1}}function wm(e,t){let n={},r={};for(let a of Object.keys(t))n[a]=0;for(let a of Object.keys(t)){let c=e.services[a]?.dependencies??[];for(let l of c){let d=St(l);if(!t[d])continue;r[d]=[...r[d]??[],a],n[a]=(n[a]??0)+1}}let o=[],i=Object.keys(t).length,s={};while(i>0){let a=Object.entries(n).filter(([c,l])=>l===0&&!s[c]).map(([c])=>c).sort();if(a.length===0)throw T(af,"dependency cycle detected while planning startup");o.push(a);for(let c of a){s[c]=!0,i-=1;for(let l of r[c]??[])n[l]=(n[l]??0)-1}}return o}function Sd(e,t){if(!e.services[t])throw T(ei,`unknown service "${t}"`)}function Pi(e,t,n){let r={},o=(a)=>{if(r[a])return;Sd(e,a),r[a]=!0;for(let c of e.services[a]?.dependencies??[])o(St(c))};for(let a of t)o(a);let i=wm(e,r),s=[];return i.forEach((a,c)=>{for(let l of a)s.push({name:l,wave:c+1,dependencies:[...e.services[l]?.dependencies??[]]})}),{profile:n,steps:s,waves:i,blockers:[]}}function kd(e,t){let n={};for(let[i,s]of Object.entries(e.services))for(let a of s.dependencies){let c=St(a);n[c]=[...n[c]??[],i]}let r={},o=(i)=>{if(r[i])return;Sd(e,i),r[i]=!0;for(let s of n[i]??[])o(s)};for(let i of t)o(i);return Object.keys(r)}function Sm(e,t){let n=[...wm(e,t)].reverse().map((o)=>[...o].sort()),r=[];return n.forEach((o,i)=>{for(let s of o)r.push({name:s,wave:i+1,dependencies:[...e.services[s]?.dependencies??[]]})}),{steps:r,waves:n,profile:"",blockers:[]}}function Ri(e,t){let n=Object.fromEntries(kd(e,t).map((r)=>[r,!0]));return Sm(e,n)}function km(e,t){let n={};for(let r of t)Sd(e,r),n[r]=!0;return Sm(e,n)}function Cd(e){let t="";if(e.profile!=="")t+=`Profile: ${e.profile}
16
+ `}var Li=4000,e_=8000,Fm,Ad;var Oi=D(()=>{eo();st();Pe();wr();br();Pi();kd();Fm={detectGoogle:Lt,hasCommand:fd,portAvailable:ho,hasLocalAdc:Ri,adcQuotaProject:pd,mintToken:Bm,probeServiceUsage:Wm,containerRuntimeAvailable:async(e)=>{try{return await Bun.spawn({cmd:[e,"info"],stdout:"ignore",stderr:"ignore",stdin:"ignore"}).exited===0}catch{return!1}}}});function ko(e){if(e.state===Ht&&e.health===Ct)return _r;if(e.state===Ht&&e.health===Ce)return wo;return e.state}function xa(e){return{name:e,state:So,health:Dt,pid:0,ports:{},restarts:0,last_error:"",identity:"",startTime:void 0,cpuPercent:void 0,memoryKB:void 0,profile:"",env_source:"daemon",orphaned:!1}}function Um(e,t){let n={},r={};for(let a of Object.keys(t))n[a]=0;for(let a of Object.keys(t)){let c=e.services[a]?.dependencies??[];for(let l of c){let d=wt(l);if(!t[d])continue;r[d]=[...r[d]??[],a],n[a]=(n[a]??0)+1}}let o=[],i=Object.keys(t).length,s={};while(i>0){let a=Object.entries(n).filter(([c,l])=>l===0&&!s[c]).map(([c])=>c).sort();if(a.length===0)throw L(Lf,"dependency cycle detected while planning startup");o.push(a);for(let c of a){s[c]=!0,i-=1;for(let l of r[c]??[])n[l]=(n[l]??0)-1}}return o}function Od(e,t){if(!e.services[t])throw L(pi,`unknown service "${t}"`)}function $i(e,t,n){let r={},o=(a)=>{if(r[a])return;Od(e,a),r[a]=!0;for(let c of e.services[a]?.dependencies??[])o(wt(c))};for(let a of t)o(a);let i=Um(e,r),s=[];return i.forEach((a,c)=>{for(let l of a)s.push({name:l,wave:c+1,dependencies:[...e.services[l]?.dependencies??[]]})}),{profile:n,steps:s,waves:i,blockers:[]}}function Md(e,t){let n={};for(let[i,s]of Object.entries(e.services))for(let a of s.dependencies){let c=wt(a);n[c]=[...n[c]??[],i]}let r={},o=(i)=>{if(r[i])return;Od(e,i),r[i]=!0;for(let s of n[i]??[])o(s)};for(let i of t)o(i);return Object.keys(r)}function Km(e,t){let n=[...Um(e,t)].reverse().map((o)=>[...o].sort()),r=[];return n.forEach((o,i)=>{for(let s of o)r.push({name:s,wave:i+1,dependencies:[...e.services[s]?.dependencies??[]]})}),{steps:r,waves:n,profile:"",blockers:[]}}function Ii(e,t){let n=Object.fromEntries(Md(e,t).map((r)=>[r,!0]));return Km(e,n)}function qm(e,t){let n={};for(let r of t)Od(e,r),n[r]=!0;return Km(e,n)}function $d(e){let t="";if(e.profile!=="")t+=`Profile: ${e.profile}
17
17
 
18
18
  `;t+=`Plan:
19
19
 
@@ -21,7 +21,7 @@ var kw=Object.defineProperty;var Cw=(e)=>e;function _w(e,t){this[e]=Cw.bind(null
21
21
  `,n+=1;if((e.blockers??[]).length>0){t+=`
22
22
  Blocked:
23
23
  `;for(let r of e.blockers??[])t+=`- ${r.name}: ${r.message}
24
- `}return t}function da(e){return`${e.join(", ")} changed and only take effect after a full \`devctl down && devctl start\`, not a reload`}function RC(e,t,n){let r={};if(t!==""){let o=e.profiles[t];if(!o)throw T("configuration",`unknown profile "${t}"`);Object.assign(r,o.environment)}if(n.length>0)return{services:bm(e,n),env:r};if(t==="")return{services:Object.keys(e.services),env:r};return{services:bm(e,e.profiles[t]?.services??[]),env:r}}function EC(e){return Object.keys(e.profiles).sort()[0]??""}function ua(e,t){let n=t.services??[],r=t.profile??"";if(n.length===0&&r===""){if(r=t.activeProfile||EC(e),r==="")throw T(X,"no profile or services given; pass service names or add a profile")}let o=RC(e,r,n);return{services:o.services,env:o.env,profile:r}}function bm(e,t){let n={},r=[];for(let o of t){if(n[o])continue;if(!e.services[o])throw T("service_not_found",`unknown service "${o}"`);n[o]=!0,r.push(o)}return r}var bd="STARTING",Ft="RUNNING",hr="HEALTHY",lo="UNHEALTHY",wd="STOPPING",uo="STOPPED",yr="FAILED",_i="RESTARTING",Dt="UNKNOWN",_t="HEALTHY",ke="UNHEALTHY";var vr=D(()=>{st();Pe()});var Pm={};ws(Pm,{createStarterConfig:()=>$C,resolveSetupTarget:()=>Cm,runSetup:()=>Ed});import{existsSync as Rd,mkdirSync as _d,statSync as TC,writeFileSync as AC}from"fs";import{createInterface as LC}from"readline/promises";import{stdin as DC,stdout as OC}from"process";import{basename as pa,dirname as Pd,join as fn,resolve as MC}from"path";function Cm(e,t){let n=e===""?process.cwd():e;if(t==="")return{repo:n,cfgPath:fn(n,kt,Gt)};let r=MC(t);if(!(Rd(r)?TC(r).isDirectory():!/\.ya?ml$/i.test(r))){let i=Pd(r);return{repo:pa(i)===kt?Pd(i):i,cfgPath:r}}if(pa(r)===kt)return{repo:Pd(r),cfgPath:fn(r,Gt)};return{repo:r,cfgPath:fn(r,kt,Gt)}}function $C(e,t=pa(e),n="",r="",o=!1){let i=fn(e,kt,Gt);if(!o&&Rd(i))throw T(X,`configuration already exists at ${i}; not overwriting`);return _m(e,t,n,r),i}async function Ed(e,t="",n=!1){let{repo:r,cfgPath:o}=Cm(e,t);if(!n&&Rd(o)){yt(`Found existing configuration at ${o}; nothing written.`),yt("Pass --force to overwrite it, or edit it directly.");return}let i=LC({input:DC,output:OC}),s=async(S,N)=>{let K=N!==""?` [${N}]`:"",v=(await i.question(`${S}${K}: `)).trim();return v===""?N:v},a=t===""?9:8,c=0,l=()=>(c+=1,c);if(yt(`devctl setup \u2014 ${a} steps`),yt(""),t==="")await s(`${l()}. Repository root`,r);let d=await s(`${l()}. Environment / project name`,pa(r)),f=await Ut(""),m=await s(`${l()}. Google Cloud project`,f.projectID);if(yt(`${l()}. Authentication`),!f.adcAvailable){if(yt(" ADC is not available. Run: gcloud auth application-default login"),(await s(" Run login now? (y/N)","n")).toLowerCase()==="y")try{await Ys()}catch(N){yt(` login failed: ${N instanceof Error?N.message:String(N)}`)}}else if(yt(" \u2713 Application Default Credentials available"),f.userEmail!=="")yt(` user: ${f.userEmail}`);let g=await s(`${l()}. Service account email to record (optional, never hard-coded at runtime)`,""),x=await s(`${l()}. IAP audience to record on a sample route (optional)`,""),y=await s(`${l()}. Proxy listen port`,String(Es)),b=Number(y)||Es,k=await s(`${l()}. Default profile name (optional)`,"");i.close(),_m(r,d,m,k,{sa:g,audience:x,proxyPort:b}),yt(""),yt(`Wrote starter configuration to ${o}`),yt(`${l()}. Validation`);try{let S=dt(r,""),N=await jn(S);yt(ca(N))}catch(S){yt(` configuration is not valid yet: ${S instanceof Error?S.message:String(S)}`),yt(" edit .devctl/config.yaml and run `devctl config validate`")}}function _m(e,t,n,r,o={sa:"",audience:"",proxyPort:Es}){let i=fn(e,".devctl");_d(fn(i,"services"),{recursive:!0}),_d(fn(i,"profiles"),{recursive:!0}),_d(fn(i,"proxy"),{recursive:!0}),AC(fn(i,"config.yaml"),`# yaml-language-server: $schema=https://raw.githubusercontent.com/amr-m-abdelgawad/devctl/main/schema/devctl.config.schema.json
24
+ `}return t}function ba(e){return`${e.join(", ")} changed and only take effect after a full \`devctl down && devctl start\`, not a reload`}function r_(e,t,n){let r={};if(t!==""){let o=e.profiles[t];if(!o)throw L("configuration",`unknown profile "${t}"`);Object.assign(r,o.environment)}if(n.length>0)return{services:Gm(e,n),env:r};if(t==="")return{services:Object.keys(e.services),env:r};return{services:Gm(e,e.profiles[t]?.services??[]),env:r}}function o_(e){return Object.keys(e.profiles).sort()[0]??""}function wa(e,t){let n=t.services??[],r=t.profile??"";if(n.length===0&&r===""){if(r=t.activeProfile||o_(e),r==="")throw L(ee,"no profile or services given; pass service names or add a profile")}let o=r_(e,r,n);return{services:o.services,env:o.env,profile:r}}function Gm(e,t){let n={},r=[];for(let o of t){if(n[o])continue;if(!e.services[o])throw L("service_not_found",`unknown service "${o}"`);n[o]=!0,r.push(o)}return r}var Ld="STARTING",Ht="RUNNING",_r="HEALTHY",wo="UNHEALTHY",Dd="STOPPING",So="STOPPED",Rr="FAILED",Mi="RESTARTING",Dt="UNKNOWN",Ct="HEALTHY",Ce="UNHEALTHY";var Pr=D(()=>{st();Pe()});var zm={};Ls(zm,{createStarterConfig:()=>u_,resolveSetupTarget:()=>Vm,runSetup:()=>Hd});import{existsSync as Nd,mkdirSync as Id,statSync as i_,writeFileSync as s_}from"fs";import{createInterface as a_}from"readline/promises";import{stdin as c_,stdout as l_}from"process";import{basename as Sa,dirname as Fd,join as xn,resolve as d_}from"path";function Vm(e,t){let n=e===""?process.cwd():e;if(t==="")return{repo:n,cfgPath:xn(n,St,Kt)};let r=d_(t);if(!(Nd(r)?i_(r).isDirectory():!/\.ya?ml$/i.test(r))){let i=Fd(r);return{repo:Sa(i)===St?Fd(i):i,cfgPath:r}}if(Sa(r)===St)return{repo:Fd(r),cfgPath:xn(r,Kt)};return{repo:r,cfgPath:xn(r,St,Kt)}}function u_(e,t=Sa(e),n="",r="",o=!1){let i=xn(e,St,Kt);if(!o&&Nd(i))throw L(ee,`configuration already exists at ${i}; not overwriting`);return Jm(e,t,n,r),i}async function Hd(e,t="",n=!1){let{repo:r,cfgPath:o}=Vm(e,t);if(!n&&Nd(o)){ht(`Found existing configuration at ${o}; nothing written.`),ht("Pass --force to overwrite it, or edit it directly.");return}let i=a_({input:c_,output:l_}),s=async(k,j)=>{let V=j!==""?` [${j}]`:"",C=(await i.question(`${k}${V}: `)).trim();return C===""?j:C},a=t===""?9:8,c=0,l=()=>(c+=1,c);if(ht(`devctl setup \u2014 ${a} steps`),ht(""),t==="")await s(`${l()}. Repository root`,r);let d=await s(`${l()}. Environment / project name`,Sa(r)),f=await Lt(""),g=await s(`${l()}. Google Cloud project`,f.projectID);if(ht(`${l()}. Authentication`),!f.adcAvailable){if(ht(" ADC is not available. Run: gcloud auth application-default login"),(await s(" Run login now? (y/N)","n")).toLowerCase()==="y")try{await go()}catch(j){ht(` login failed: ${j instanceof Error?j.message:String(j)}`)}}else if(ht(" \u2713 Application Default Credentials available"),f.userEmail!=="")ht(` user: ${f.userEmail}`);let m=await s(`${l()}. Service account email to record (optional, never hard-coded at runtime)`,""),x=await s(`${l()}. IAP audience to record on a sample route (optional)`,""),v=await s(`${l()}. Proxy listen port`,String(Ns)),S=Number(v)||Ns,P=await s(`${l()}. Default profile name (optional)`,"");i.close(),Jm(r,d,g,P,{sa:m,audience:x,proxyPort:S}),ht(""),ht(`Wrote starter configuration to ${o}`),ht(`${l()}. Validation`);try{let k=ut(r,""),j=await Un(k);ht(ya(j))}catch(k){ht(` configuration is not valid yet: ${k instanceof Error?k.message:String(k)}`),ht(" edit .devctl/config.yaml and run `devctl config validate`")}}function Jm(e,t,n,r,o={sa:"",audience:"",proxyPort:Ns}){let i=xn(e,".devctl");Id(xn(i,"services"),{recursive:!0}),Id(xn(i,"profiles"),{recursive:!0}),Id(xn(i,"proxy"),{recursive:!0}),s_(xn(i,"config.yaml"),`# yaml-language-server: $schema=https://raw.githubusercontent.com/amr-m-abdelgawad/devctl/main/schema/devctl.config.schema.json
25
25
  version: 1
26
26
 
27
27
  project:
@@ -68,13 +68,13 @@ auth:
68
68
  shutdown:
69
69
  stop_services_on_exit: true
70
70
  grace_seconds: 10
71
- `)}function yt(e){process.stdout.write(`${e}
72
- `)}var Td=D(()=>{st();Ci();Pe();pr()});var Wm={};ws(Wm,{DEFAULT_LOG_PAGE_SIZE:()=>Im,LevelDebug:()=>Id,LevelError:()=>ma,LevelFatal:()=>ha,LevelInfo:()=>Fd,LevelTrace:()=>$d,LevelUnknown:()=>Hd,LevelWarn:()=>Nd,LogManager:()=>va,MAX_LOG_PAGE_SIZE:()=>Fm,clampLogPageSize:()=>Nm,compileLogSearch:()=>ya,defaultExportPath:()=>Hm,defaultLogParser:()=>jd,listSessions:()=>b_,loadSessionEvents:()=>w_,matchLog:()=>xr,openInFileManager:()=>ba,parseLevel:()=>Bd,parseRequestID:()=>Wd,pruneSessions:()=>Bm,resolveExportPath:()=>go,safeServiceFile:()=>jm,writeLogExport:()=>xa});import{spawn as Ld}from"child_process";import{createWriteStream as e_,existsSync as Ei,mkdirSync as t_,readdirSync as Md,readFileSync as n_,rmSync as r_,statSync as Od,writeFileSync as o_}from"fs";import{homedir as i_}from"os";import{dirname as Om,isAbsolute as s_,join as br,resolve as a_}from"path";function jd(){return{name:"default",parse:(e)=>({level:Bd(e),request_id:Wd(e)||void 0})}}function Bd(e){return l_.find((n)=>n.re.test(e))?.level??Hd}function Wd(e){return c_.exec(e)?.[1]??""}function xr(e,t){if(e.services&&e.services.length>0&&!e.services.includes(t.service))return!1;if(e.level&&(Lm[t.level]??2)<(Lm[e.level]??2))return!1;if(e.source&&t.source!==e.source)return!1;if(e.since&&t.timestamp<e.since)return!1;if(e.until&&t.timestamp>e.until)return!1;if(!e.search)return!0;if(e.regex){let n=ya(e.search);if(n)return n.test(t.message)}return t.message.toLowerCase().includes(e.search.toLowerCase())}function ya(e){let t=f_(e);if(t===void 0)return;return new RegExp(t)}function f_(e){if(e.length===0||e.length>d_)return;let t={raw:e,i:0,out:[],quantifiers:0,depth:0,lastAtom:"none",groupQuant:[]};if(!Mm(t)||t.i!==e.length||t.depth!==0)return;return t.out.join("")}function Mm(e){while(e.i<e.raw.length){if(e.raw[e.i]===")")return!0;if(!g_(e))return!1}return!0}function g_(e){let t=e.raw[e.i]??"";if(t==="|")return ga(e,"|","none");if(t==="^")return ga(e,"^","none");if(t==="$")return ga(e,"$","none");if(t===".")return ga(e,".","atom");if(t==="(")return m_(e);if(t==="[")return y_(e);if(t==="*"||t==="+"||t==="?"||t==="{")return h_(e);if(t==="\\")return $m(e);return e.out.push(RegExp.escape(t)),e.i+=1,e.lastAtom="atom",!0}function ga(e,t,n){return e.out.push(t),e.i+=1,e.lastAtom=n,!0}function m_(e){if(e.i+=1,e.depth+=1,e.depth>p_)return!1;if(e.groupQuant.push(!1),e.out.push("(?:"),!Mm(e)||e.raw[e.i]!==")")return!1;e.out.push(")"),e.i+=1,e.depth-=1;let t=e.groupQuant.pop()===!0;return e.lastAtom=t?"quantified-group":"atom",!0}function h_(e){let t=e.raw[e.i]??"";if(t==="{"||e.lastAtom==="none"||e.lastAtom==="quant"||e.lastAtom==="quantified-group")return!1;if(e.quantifiers>=u_)return!1;if(t==="*")e.out.push("*");else if(t==="+")e.out.push("+");else if(t==="?")e.out.push("?");else return!1;e.i+=1,e.quantifiers+=1;let n=e.groupQuant.length-1;if(n>=0)e.groupQuant[n]=!0;if(e.raw[e.i]==="?")e.out.push("?"),e.i+=1;return e.lastAtom="quant",!0}function y_(e){if(e.i+=1,e.out.push("["),e.raw[e.i]==="^")e.out.push("^"),e.i+=1;if(e.raw[e.i]==="]")e.out.push(RegExp.escape("]")),e.i+=1;while(e.i<e.raw.length&&e.raw[e.i]!=="]"){let t=e.raw[e.i]??"";if(t==="\\"){if(!$m(e))return!1}else if(t==="-")e.out.push("-"),e.i+=1;else e.out.push(RegExp.escape(t)),e.i+=1}if(e.raw[e.i]!=="]")return!1;return e.out.push("]"),e.i+=1,e.lastAtom="atom",!0}function $m(e){let t=e.raw[e.i+1];if(t===void 0)return!1;if(t==="d")e.out.push("\\d");else if(t==="D")e.out.push("\\D");else if(t==="w")e.out.push("\\w");else if(t==="W")e.out.push("\\W");else if(t==="s")e.out.push("\\s");else if(t==="S")e.out.push("\\S");else if(t==="n")e.out.push("\\n");else if(t==="t")e.out.push("\\t");else if(t==="r")e.out.push("\\r");else if(t==="b")e.out.push("\\b");else if(t==="B")e.out.push("\\B");else e.out.push(RegExp.escape(t));return e.i+=2,e.lastAtom="atom",!0}function Dm(e){return Buffer.from(JSON.stringify(e),"utf8").toString("base64url")}function x_(e){try{let t=JSON.parse(Buffer.from(e,"base64url").toString("utf8"));if(typeof t==="object"&&t!==null&&typeof t.session==="string"&&typeof t.seq==="number")return t}catch{}return}function Dd(e,t){let n={...e};return n[t]=void 0,n}function Nm(e){if(!Number.isInteger(e)||(e??0)<=0)return Im;return Math.min(e,Fm)}class va{events=[];eventStart=0;nextSeq=1;max;bus;detector;persistDir;persist;sessionID;streams=new Map;lastWrite=new Map;parsers=[];constructor(e,t,n,r,o,i,s=0,a=0){this.max=e>0?e:v_,this.bus=t,this.detector=n,this.sessionID=i;let c=o===""||o.startsWith("~/")?_s():o;if(this.persist=r&&i!=="",this.persistDir=this.persist?br(c,`${Gd}${i}`):"",this.persist)t_(this.persistDir,{recursive:!0,mode:448}),Bm(c,s,a)}sessionDir(){return this.persistDir}setParsers(e){this.parsers=e}append(e){let t=this.parseLine(e.message),n={...e,timestamp:e.timestamp||new Date().toISOString(),level:e.level||t.level||Bd(e.message),request_id:e.request_id||t.request_id||Wd(e.message),message:this.detector?this.detector.redactText(e.message):e.message,seq:this.nextSeq++};if(this.events.length<this.max)this.events.push(n);else this.events[this.eventStart]=n,this.eventStart=(this.eventStart+1)%this.max;if(this.bus?.publish(Oe(ra,n.service,{event:n,level:n.level})),this.persist){let r=`${n.timestamp} ${n.service} ${n.level} ${n.message}
73
- `,o=jm(n.service),i=this.streamFor(o);this.lastWrite.set(o,new Promise((s)=>{i.write(r,()=>s())}))}}async flush(){await Promise.all([...this.lastWrite.values()])}parseLine(e){let t={};for(let n of this.parsers)try{let r=n.parse(e);if(r)t={...t,...r}}catch{}return t}streamFor(e){let t=this.streams.get(e);if(t===void 0)t=e_(br(this.persistDir,`${e}.log`),{flags:"a",mode:384}),t.on("error",()=>{}),this.streams.set(e,t);return t}async close(){await this.flush(),await Promise.all([...this.streams.values()].map((e)=>new Promise((t)=>{e.end(()=>t())}))),this.streams.clear(),this.lastWrite.clear()}query(e){let t=[];return this.forEachEvent((n)=>{if(xr(e,n))t.push(n)}),t}queryPage(e,t={}){let n=Nm(t.limit),r=t.cursor?x_(t.cursor):void 0,o=r!==void 0&&r.session!==this.sessionID,i=o?void 0:r,s=i?t.direction??"backward":"backward",a=[];this.forEachEvent((g)=>{if(xr(e,g))a.push(g)});let c;if(!i)c=a.slice(Math.max(0,a.length-n));else if(s==="forward")c=a.filter((g)=>g.seq>i.seq).slice(0,n);else{let g=a.filter((x)=>x.seq<i.seq);c=g.slice(Math.max(0,g.length-n))}let l=c[0]?.seq,d=c[c.length-1]?.seq,f=l!==void 0&&a.some((g)=>g.seq<l),m=d!==void 0&&a.some((g)=>g.seq>d);return{events:c,prevCursor:Dm({session:this.sessionID,seq:l??i?.seq??0}),nextCursor:Dm({session:this.sessionID,seq:d??i?.seq??this.nextSeq-1}),hasNext:m,hasPrev:f,sessionChanged:o}}queryFacets(e){let t=Dd(e,"services"),n=Dd(e,"level"),r=Dd(e,"source"),o=0,i={},s={},a={};return this.forEachEvent((c)=>{if(xr(e,c))o+=1;if(xr(t,c))i[c.service]=(i[c.service]??0)+1;if(xr(n,c))s[c.level]=(s[c.level]??0)+1;if(xr(r,c))a[c.source]=(a[c.source]??0)+1}),{total:o,byService:i,byLevel:s,bySource:a}}snapshot(){let e={},t=0;return this.forEachEvent((n)=>{if(e[n.service]=(e[n.service]??0)+1,n.level===ma||n.level===ha)t+=1}),{total:this.events.length,errors:t,counts:e}}forEachEvent(e){let t=this.events.length;for(let n=0;n<t;n+=1){let r=this.events[(this.eventStart+n)%t];if(r)e(r)}}exportTo(e,t){xa(e,this.query(t))}}function Hm(e=new Date){let t=e.toISOString().replace(/[:.]/g,"-");return br(rr(),`devctl-logs-${t}.log`)}function go(e=""){if(e==="")return Hm();let t=e.startsWith("~/")?br(i_(),e.slice(2)):e;return s_(t)?t:a_(process.cwd(),t)}function xa(e,t){Vt(Om(e));let n=t.map((r)=>`${r.timestamp} ${r.service} ${r.level} ${r.message}`);o_(e,`${n.join(`
71
+ `)}function ht(e){process.stdout.write(`${e}
72
+ `)}var jd=D(()=>{st();Oi();Pe();wr()});var uh={};Ls(uh,{DEFAULT_LOG_PAGE_SIZE:()=>ih,LevelDebug:()=>Vd,LevelError:()=>_a,LevelFatal:()=>Ra,LevelInfo:()=>Jd,LevelTrace:()=>qd,LevelUnknown:()=>Yd,LevelWarn:()=>zd,LogManager:()=>Ea,MAX_LOG_PAGE_SIZE:()=>sh,clampLogPageSize:()=>ah,compileLogSearch:()=>Pa,defaultExportPath:()=>ch,defaultLogParser:()=>Xd,listSessions:()=>Y_,loadSessionEvents:()=>X_,matchLog:()=>Er,openInFileManager:()=>Aa,parseLevel:()=>Qd,parseRequestID:()=>Zd,pruneSessions:()=>dh,resolveExportPath:()=>_o,safeServiceFile:()=>lh,writeLogExport:()=>Ta});import{spawn as Wd}from"child_process";import{createWriteStream as A_,existsSync as Fi,mkdirSync as L_,readdirSync as Kd,readFileSync as D_,rmSync as O_,statSync as Ud,writeFileSync as M_}from"fs";import{homedir as $_}from"os";import{dirname as nh,isAbsolute as I_,join as Tr,resolve as F_}from"path";function Xd(){return{name:"default",parse:(e)=>({level:Qd(e),request_id:Zd(e)||void 0})}}function Qd(e){return H_.find((n)=>n.re.test(e))?.level??Yd}function Zd(e){return N_.exec(e)?.[1]??""}function Er(e,t){if(e.services&&e.services.length>0&&!e.services.includes(t.service))return!1;if(e.level&&(eh[t.level]??2)<(eh[e.level]??2))return!1;if(e.source&&t.source!==e.source)return!1;if(e.since&&t.timestamp<e.since)return!1;if(e.until&&t.timestamp>e.until)return!1;if(!e.search)return!0;if(e.regex){let n=Pa(e.search);if(n)return n.test(t.message)}return t.message.toLowerCase().includes(e.search.toLowerCase())}function Pa(e){let t=G_(e);if(t===void 0)return;return new RegExp(t)}function G_(e){if(e.length===0||e.length>j_)return;let t={raw:e,i:0,out:[],quantifiers:0,depth:0,lastAtom:"none",groupQuant:[]};if(!rh(t)||t.i!==e.length||t.depth!==0)return;return t.out.join("")}function rh(e){while(e.i<e.raw.length){if(e.raw[e.i]===")")return!0;if(!U_(e))return!1}return!0}function U_(e){let t=e.raw[e.i]??"";if(t==="|")return Ca(e,"|","none");if(t==="^")return Ca(e,"^","none");if(t==="$")return Ca(e,"$","none");if(t===".")return Ca(e,".","atom");if(t==="(")return K_(e);if(t==="[")return V_(e);if(t==="*"||t==="+"||t==="?"||t==="{")return q_(e);if(t==="\\")return oh(e);return e.out.push(RegExp.escape(t)),e.i+=1,e.lastAtom="atom",!0}function Ca(e,t,n){return e.out.push(t),e.i+=1,e.lastAtom=n,!0}function K_(e){if(e.i+=1,e.depth+=1,e.depth>W_)return!1;if(e.groupQuant.push(!1),e.out.push("(?:"),!rh(e)||e.raw[e.i]!==")")return!1;e.out.push(")"),e.i+=1,e.depth-=1;let t=e.groupQuant.pop()===!0;return e.lastAtom=t?"quantified-group":"atom",!0}function q_(e){let t=e.raw[e.i]??"";if(t==="{"||e.lastAtom==="none"||e.lastAtom==="quant"||e.lastAtom==="quantified-group")return!1;if(e.quantifiers>=B_)return!1;if(t==="*")e.out.push("*");else if(t==="+")e.out.push("+");else if(t==="?")e.out.push("?");else return!1;e.i+=1,e.quantifiers+=1;let n=e.groupQuant.length-1;if(n>=0)e.groupQuant[n]=!0;if(e.raw[e.i]==="?")e.out.push("?"),e.i+=1;return e.lastAtom="quant",!0}function V_(e){if(e.i+=1,e.out.push("["),e.raw[e.i]==="^")e.out.push("^"),e.i+=1;if(e.raw[e.i]==="]")e.out.push(RegExp.escape("]")),e.i+=1;while(e.i<e.raw.length&&e.raw[e.i]!=="]"){let t=e.raw[e.i]??"";if(t==="\\"){if(!oh(e))return!1}else if(t==="-")e.out.push("-"),e.i+=1;else e.out.push(RegExp.escape(t)),e.i+=1}if(e.raw[e.i]!=="]")return!1;return e.out.push("]"),e.i+=1,e.lastAtom="atom",!0}function oh(e){let t=e.raw[e.i+1];if(t===void 0)return!1;if(t==="d")e.out.push("\\d");else if(t==="D")e.out.push("\\D");else if(t==="w")e.out.push("\\w");else if(t==="W")e.out.push("\\W");else if(t==="s")e.out.push("\\s");else if(t==="S")e.out.push("\\S");else if(t==="n")e.out.push("\\n");else if(t==="t")e.out.push("\\t");else if(t==="r")e.out.push("\\r");else if(t==="b")e.out.push("\\b");else if(t==="B")e.out.push("\\B");else e.out.push(RegExp.escape(t));return e.i+=2,e.lastAtom="atom",!0}function th(e){return Buffer.from(JSON.stringify(e),"utf8").toString("base64url")}function z_(e){try{let t=JSON.parse(Buffer.from(e,"base64url").toString("utf8"));if(typeof t==="object"&&t!==null&&typeof t.session==="string"&&typeof t.seq==="number")return t}catch{}return}function Gd(e,t){let n={...e};return n[t]=void 0,n}function ah(e){if(!Number.isInteger(e)||(e??0)<=0)return ih;return Math.min(e,sh)}class Ea{events=[];eventStart=0;nextSeq=1;max;bus;detector;persistDir;persist;sessionID;streams=new Map;lastWrite=new Map;parsers=[];constructor(e,t,n,r,o,i,s=0,a=0){this.max=e>0?e:J_,this.bus=t,this.detector=n,this.sessionID=i;let c=o===""||o.startsWith("~/")?$s():o;if(this.persist=r&&i!=="",this.persistDir=this.persist?Tr(c,`${eu}${i}`):"",this.persist)L_(this.persistDir,{recursive:!0,mode:448}),dh(c,s,a)}sessionDir(){return this.persistDir}setParsers(e){this.parsers=e}append(e){let t=this.parseLine(e.message),n={...e,timestamp:e.timestamp||new Date().toISOString(),level:e.level||t.level||Qd(e.message),request_id:e.request_id||t.request_id||Zd(e.message),message:this.detector?this.detector.redactText(e.message):e.message,seq:this.nextSeq++};if(this.events.length<this.max)this.events.push(n);else this.events[this.eventStart]=n,this.eventStart=(this.eventStart+1)%this.max;if(this.bus?.publish(Me(fa,n.service,{event:n,level:n.level})),this.persist){let r=`${n.timestamp} ${n.service} ${n.level} ${n.message}
73
+ `,o=lh(n.service),i=this.streamFor(o);this.lastWrite.set(o,new Promise((s)=>{i.write(r,()=>s())}))}}async flush(){await Promise.all([...this.lastWrite.values()])}parseLine(e){let t={};for(let n of this.parsers)try{let r=n.parse(e);if(r)t={...t,...r}}catch{}return t}streamFor(e){let t=this.streams.get(e);if(t===void 0)t=A_(Tr(this.persistDir,`${e}.log`),{flags:"a",mode:384}),t.on("error",()=>{}),this.streams.set(e,t);return t}async close(){await this.flush(),await Promise.all([...this.streams.values()].map((e)=>new Promise((t)=>{e.end(()=>t())}))),this.streams.clear(),this.lastWrite.clear()}query(e){let t=[];return this.forEachEvent((n)=>{if(Er(e,n))t.push(n)}),t}queryPage(e,t={}){let n=ah(t.limit),r=t.cursor?z_(t.cursor):void 0,o=r!==void 0&&r.session!==this.sessionID,i=o?void 0:r,s=i?t.direction??"backward":"backward",a=[];this.forEachEvent((m)=>{if(Er(e,m))a.push(m)});let c;if(!i)c=a.slice(Math.max(0,a.length-n));else if(s==="forward")c=a.filter((m)=>m.seq>i.seq).slice(0,n);else{let m=a.filter((x)=>x.seq<i.seq);c=m.slice(Math.max(0,m.length-n))}let l=c[0]?.seq,d=c[c.length-1]?.seq,f=l!==void 0&&a.some((m)=>m.seq<l),g=d!==void 0&&a.some((m)=>m.seq>d);return{events:c,prevCursor:th({session:this.sessionID,seq:l??i?.seq??0}),nextCursor:th({session:this.sessionID,seq:d??i?.seq??this.nextSeq-1}),hasNext:g,hasPrev:f,sessionChanged:o}}queryFacets(e){let t=Gd(e,"services"),n=Gd(e,"level"),r=Gd(e,"source"),o=0,i={},s={},a={};return this.forEachEvent((c)=>{if(Er(e,c))o+=1;if(Er(t,c))i[c.service]=(i[c.service]??0)+1;if(Er(n,c))s[c.level]=(s[c.level]??0)+1;if(Er(r,c))a[c.source]=(a[c.source]??0)+1}),{total:o,byService:i,byLevel:s,bySource:a}}snapshot(){let e={},t=0;return this.forEachEvent((n)=>{if(e[n.service]=(e[n.service]??0)+1,n.level===_a||n.level===Ra)t+=1}),{total:this.events.length,errors:t,counts:e}}forEachEvent(e){let t=this.events.length;for(let n=0;n<t;n+=1){let r=this.events[(this.eventStart+n)%t];if(r)e(r)}}exportTo(e,t){Ta(e,this.query(t))}}function ch(e=new Date){let t=e.toISOString().replace(/[:.]/g,"-");return Tr(lr(),`devctl-logs-${t}.log`)}function _o(e=""){if(e==="")return ch();let t=e.startsWith("~/")?Tr($_(),e.slice(2)):e;return I_(t)?t:F_(process.cwd(),t)}function Ta(e,t){Yt(nh(e));let n=t.map((r)=>`${r.timestamp} ${r.service} ${r.level} ${r.message}`);M_(e,`${n.join(`
74
74
  `)}
75
- `,{mode:384})}function ba(e){let t=Ei(e)&&Od(e).isDirectory()?e:Om(e);if(Vt(t),process.platform==="darwin"){let n=Ei(e)&&Od(e).isFile()?["-R",e]:[t];Ld("open",n,{detached:!0,stdio:"ignore"}).unref();return}if(process.platform==="win32"){Ld("explorer",[t],{detached:!0,stdio:"ignore"}).unref();return}Ld("xdg-open",[t],{detached:!0,stdio:"ignore"}).unref()}function b_(e=_s()){if(!Ei(e))return[];return Md(e).filter((t)=>t.startsWith(Gd)).sort().reverse()}function w_(e,t=_s()){let n=br(t,e);if(!Ei(n))return[];let r=[];for(let i of Md(n)){if(!i.endsWith(".log"))continue;let s=n_(br(n,i),"utf8");for(let a of s.split(`
76
- `)){if(a.trim()==="")continue;let c=a.split(" ");r.push({timestamp:c[0]??"",service:c[1]??i.replace(/\.log$/,""),source:"history",level:c[2]??"INFO",message:c.slice(3).join(" "),pid:0,seq:0})}}let o=r.sort((i,s)=>i.timestamp.localeCompare(s.timestamp));return o.forEach((i,s)=>{i.seq=s+1}),o}function jm(e){let t=e.replace(/[^A-Za-z0-9._-]+/g,"_");return t===""?"service":t}function Bm(e,t,n){if(!Ei(e))return;let r=Md(e).filter((i)=>i.startsWith(Gd)).map((i)=>{let s=br(e,i),a=Od(s);return{path:s,mtime:a.mtimeMs}}).sort((i,s)=>s.mtime-i.mtime),o=t>0?Date.now()-t*86400000:0;r.forEach((i,s)=>{let a=o>0&&i.mtime<o,c=n>0&&s>=n;if(a||c)r_(i.path,{recursive:!0,force:!0})})}var $d="TRACE",Id="DEBUG",Fd="INFO",Nd="WARN",ma="ERROR",ha="FATAL",Hd="UNKNOWN",Lm,c_,l_,d_=200,u_=8,p_=2,v_=50000,Gd="session-",Im=500,Fm=5000;var wr=D(()=>{Xe();Lm={[$d]:0,[Id]:1,[Fd]:2,[Nd]:3,[ma]:4,[ha]:5,[Hd]:2};c_=/(?:x-devctl-request-id|request[_-]?id)[=: ]+([A-Za-z0-9-]+)/i,l_=[{re:/\b(fatal|critical)\b/i,level:ha},{re:/\b(error|err)\b/i,level:ma},{re:/\b(warn|warning)\b/i,level:Nd},{re:/\b(debug|dbg)\b/i,level:Id},{re:/\b(trace)\b/i,level:$d},{re:/\b(info|information)\b/i,level:Fd}]});class gn{nameMarkers;patterns;constructor(e,t){this.nameMarkers=[...yh,...e],this.patterns=t.flatMap((n)=>{try{return[new RegExp(n)]}catch{return[]}})}update(e,t){this.nameMarkers=[...yh,...e],this.patterns=t.flatMap((n)=>{try{return[new RegExp(n)]}catch{return[]}})}isSecretName(e){let t=e.toUpperCase();return this.nameMarkers.some((n)=>t.includes(n.toUpperCase()))}redactValue(e,t){if(t==="")return t;if(this.isSecretName(e))return"********";if(this.patterns.some((n)=>n.test(t)))return"********";return t}redactMap(e){let t={};for(let[n,r]of Object.entries(e))t[n]=this.redactValue(n,r);return t}redactText(e){if(e==="")return e;let t=e;for(let n of this.patterns)t=t.replace(n,"********");return X_(t)}}function X_(e){let t=e.toLowerCase(),n="authorization: bearer ",r=t.indexOf("authorization: bearer ");if(r>=0)return vh(e,r+22);let o=t.indexOf("bearer ");if(o<0)return e;return vh(e,o+7)}function vh(e,t){let n=t;while(n<e.length&&!Q_(e[n]??""))n+=1;return e.slice(0,t)+"********"+e.slice(n)}function Q_(e){return e===" "||e==="\t"||e===`
77
- `||e==="\r"}var yh;var Li=D(()=>{yh=["PASSWORD","SECRET","TOKEN","PRIVATE_KEY","CLIENT_SECRET","API_KEY","CREDENTIAL","ACCESS_KEY","AUTH_KEY"]});var Ra;var xh=D(()=>{Ra={procedure:`---
75
+ `,{mode:384})}function Aa(e){let t=Fi(e)&&Ud(e).isDirectory()?e:nh(e);if(Yt(t),process.platform==="darwin"){let n=Fi(e)&&Ud(e).isFile()?["-R",e]:[t];Wd("open",n,{detached:!0,stdio:"ignore"}).unref();return}if(process.platform==="win32"){Wd("explorer",[t],{detached:!0,stdio:"ignore"}).unref();return}Wd("xdg-open",[t],{detached:!0,stdio:"ignore"}).unref()}function Y_(e=$s()){if(!Fi(e))return[];return Kd(e).filter((t)=>t.startsWith(eu)).sort().reverse()}function X_(e,t=$s()){let n=Tr(t,e);if(!Fi(n))return[];let r=[];for(let i of Kd(n)){if(!i.endsWith(".log"))continue;let s=D_(Tr(n,i),"utf8");for(let a of s.split(`
76
+ `)){if(a.trim()==="")continue;let c=a.split(" ");r.push({timestamp:c[0]??"",service:c[1]??i.replace(/\.log$/,""),source:"history",level:c[2]??"INFO",message:c.slice(3).join(" "),pid:0,seq:0})}}let o=r.sort((i,s)=>i.timestamp.localeCompare(s.timestamp));return o.forEach((i,s)=>{i.seq=s+1}),o}function lh(e){let t=e.replace(/[^A-Za-z0-9._-]+/g,"_");return t===""?"service":t}function dh(e,t,n){if(!Fi(e))return;let r=Kd(e).filter((i)=>i.startsWith(eu)).map((i)=>{let s=Tr(e,i),a=Ud(s);return{path:s,mtime:a.mtimeMs}}).sort((i,s)=>s.mtime-i.mtime),o=t>0?Date.now()-t*86400000:0;r.forEach((i,s)=>{let a=o>0&&i.mtime<o,c=n>0&&s>=n;if(a||c)O_(i.path,{recursive:!0,force:!0})})}var qd="TRACE",Vd="DEBUG",Jd="INFO",zd="WARN",_a="ERROR",Ra="FATAL",Yd="UNKNOWN",eh,N_,H_,j_=200,B_=8,W_=2,J_=50000,eu="session-",ih=500,sh=5000;var Ar=D(()=>{ze();eh={[qd]:0,[Vd]:1,[Jd]:2,[zd]:3,[_a]:4,[Ra]:5,[Yd]:2};N_=/(?:x-devctl-request-id|request[_-]?id)[=: ]+([A-Za-z0-9-]+)/i,H_=[{re:/\b(fatal|critical)\b/i,level:Ra},{re:/\b(error|err)\b/i,level:_a},{re:/\b(warn|warning)\b/i,level:zd},{re:/\b(debug|dbg)\b/i,level:Vd},{re:/\b(trace)\b/i,level:qd},{re:/\b(info|information)\b/i,level:Jd}]});class qt{nameMarkers;patterns;constructor(e,t){this.nameMarkers=[...jh,...e],this.patterns=t.flatMap((n)=>{try{return[new RegExp(n)]}catch{return[]}})}update(e,t){this.nameMarkers=[...jh,...e],this.patterns=t.flatMap((n)=>{try{return[new RegExp(n)]}catch{return[]}})}isSecretName(e){let t=e.toUpperCase();return this.nameMarkers.some((n)=>t.includes(n.toUpperCase()))}redactValue(e,t){if(t==="")return t;if(this.isSecretName(e))return"********";if(this.patterns.some((n)=>n.test(t)))return"********";return t}redactMap(e){let t={};for(let[n,r]of Object.entries(e))t[n]=this.redactValue(n,r);return t}redactText(e){if(e==="")return e;let t=e;for(let n of this.patterns)t=t.replace(n,"********");return P0(t)}}function P0(e){let t=e.toLowerCase(),n="authorization: bearer ",r=t.indexOf("authorization: bearer ");if(r>=0)return Bh(e,r+22);let o=t.indexOf("bearer ");if(o<0)return e;return Bh(e,o+7)}function Bh(e,t){let n=t;while(n<e.length&&!E0(e[n]??""))n+=1;return e.slice(0,t)+"********"+e.slice(n)}function E0(e){return e===" "||e==="\t"||e===`
77
+ `||e==="\r"}var jh;var To=D(()=>{jh=["PASSWORD","SECRET","TOKEN","PRIVATE_KEY","CLIENT_SECRET","API_KEY","CREDENTIAL","ACCESS_KEY","AUTH_KEY"]});var Fa;var Wh=D(()=>{Fa={procedure:`---
78
78
  name: devctl-onboard
79
79
  description: Survey a repository \u2014 its runnable services, docker-compose, Terraform, Kubernetes manifests, .env files, task runners \u2014 and author a validated .devctl configuration for it. Use when asked to onboard a repo to devctl, add or fix .devctl/config.yaml, generate devctl services/profiles/proxy routes, or diagnose why a devctl config fails to load.
80
80
  ---
@@ -607,49 +607,55 @@ Rules for turning that into YAML:
607
607
  a full one. Remember that a bare \`devctl start\` falls back to the first
608
608
  configured profile, and the TUI's default is the first profile
609
609
  alphabetically \u2014 so name them with that in mind.
610
- `}});import{existsSync as Z_,readFileSync as e0}from"fs";function Bn(e,t){return!(t??[]).includes(e)}function bh(e){return Ta.filter((t)=>Bn(t.name,e))}function Aa(e){return Ta.some((t)=>t.name===e)}function La(e){return new gn(e.secrets.extra_markers,e.secrets.extra_patterns)}function wh(e){return Object.values(e.services).map((t)=>({name:t.name,state:t.state,health:t.health,ports:t.ports,pid:t.pid,last_error:t.last_error}))}function n0(e,t){let n=e.config(),r=n.services[t];if(!r)throw Error(`unknown service ${t}`);let i=e.status().services[t],s=La(n);return{name:t,state:i?.state,health:i?.health,pid:i?.pid,last_error:i?.last_error,command:r.command.args,cwd:r.working_dir,ports:i?.ports??Object.fromEntries(r.ports.map((a)=>[a.name,a.value])),environment:s.redactMap({...r.environment.defaults,...r.environment.vars}),container:r.container?{...r.container,env:s.redactMap(r.container.env)}:void 0}}function Sh(e){return{session_id:e.session_id,repo_root:e.repo_root,profile:e.profile,setup_mode:e.setup_mode===!0?!0:void 0,identity:{user:e.identity.user,project:e.identity.project,adc:e.identity.adc,iap:e.identity.iap,service_accounts:e.identity.service_accounts,service_account_status:e.identity.service_account_status},proxy:{running:e.proxy.running,address:e.proxy.address,routes:e.proxy.routes},logs:e.logs,mcp:e.mcp?{running:e.mcp.running,address:e.mcp.address,port:e.mcp.port}:{running:!1}}}async function kh(e,t){let n=typeof t.service==="string"?t.service:"",r=typeof t.since==="string"?t.since:"",o=typeof t.cursor==="string"?t.cursor:void 0,i=await e.logsPage({services:n===""?[]:[n],level:typeof t.level==="string"?t.level:"",search:typeof t.search==="string"?t.search:"",source:typeof t.source==="string"?t.source:"",since:r,until:typeof t.until==="string"?t.until:"",cursor:o,direction:o?"forward":void 0,limit:t0}),s=La(e.config());return{events:i.events.map((a)=>({timestamp:a.timestamp,service:a.service,source:a.source,level:a.level,message:s.redactText(a.message),pid:a.pid})),truncated:i.hasPrev,has_more:i.hasNext,next_since:i.events[i.events.length-1]?.timestamp??r,next_cursor:i.nextCursor,session_changed:i.sessionChanged}}function r0(e){return Object.entries(e.profiles).sort(([t],[n])=>t.localeCompare(n)).map(([t,n])=>({name:t,services:n.services}))}function Ch(e){let t=Object.entries(e.services).map(([n,r])=>({name:n,description:r.description,command:r.command.args,cwd:r.working_dir,ports:r.ports.map((o)=>({name:o.name,value:o.auto?0:o.value,auto:o.auto})),dependencies:r.dependencies,container:r.container?{image:r.container.image,runtime:r.container.runtime||"docker",ports:r.container.ports,volumes:r.container.volumes}:void 0}));return{project:e.project.name,config_path:e.configPath,repo_root:e.repoRoot,services:t,proxy:{enabled:e.proxy.enabled,listen:{host:e.proxy.listen.host,port:e.proxy.listen.port},routes:e.proxy.routes.map((n)=>({name:n.name,match:n.match,upstream:n.upstream.url,auth:n.auth.type}))}}}function o0(e){let t=La(e);return{entries:di(e).map((n)=>{let r=typeof n.value==="string"?n.value:JSON.stringify(n.value);return{...n,value:t.redactMap({[n.path]:r})[n.path]}})}}function Ea(e){if(!Array.isArray(e))return[];return e.filter((t)=>typeof t==="string")}async function _h(e,t,n){switch(t){case"list_services":return wh(e.status());case"get_service":if(typeof n.name!=="string"||n.name==="")throw Error("name is required");return n0(e,n.name);case"get_status":return Sh(e.status());case"get_logs":return kh(e,n);case"list_profiles":return r0(e.config());case"get_config":return Ch(e.config());case"get_config_sources":return o0(e.config());case"run_doctor":return e.doctor();case"start_services":return e.start({services:Ea(n.services),profile:typeof n.profile==="string"?n.profile:""});case"stop_services":return await e.stop(Ea(n.services)),{ok:!0};case"restart_services":return await e.restart(Ea(n.services),n.cascade===!0),{ok:!0};case"reload_config":return e.reload();case"exec_service":{if(typeof n.service!=="string"||n.service==="")throw Error("service is required");if(!e.exec)throw Error("exec is unavailable");let r=await e.exec(n.service,Ea(n.command),n.print_env===!0),o=La(e.config());return{...r,stdout:o.redactText(r.stdout),stderr:o.redactText(r.stderr),environment:r.environment?o.redactMap(r.environment):void 0}}case"get_setup_guide":return i0(n);case"validate_config":return s0(e,n);default:throw Error(`unknown tool ${t}`)}}function i0(e){let t=typeof e.section==="string"?e.section:"procedure",n=t in Ra?t:"procedure";return{section:n,text:Ra[n],sections:Object.keys(Ra)}}function s0(e,t){let n=e.config();if(typeof t.text==="string"){let o=Xr(n.repoRoot,n.configPath,t.text);return{valid:o.length===0,issues:o,source:"candidate",config_path:n.configPath}}if(!Z_(n.configPath))return{valid:!1,issues:[`no configuration at ${n.configPath}`],source:"disk",config_path:n.configPath,setup_mode:!0};let r=Xr(n.repoRoot,n.configPath,e0(n.configPath,"utf8"));return{valid:r.length===0,issues:r,source:"disk",config_path:n.configPath}}function Ph(e){return Yd.includes(e)}async function Rh(e,t){switch(t){case"devctl://status":return Sh(e.status());case"devctl://services":return wh(e.status());case"devctl://logs":return kh(e,{});case"devctl://config":return Ch(e.config());case"devctl://doctor":return e.doctor();default:throw Error(`unknown resource ${t}`)}}var t0=200,Yd,Xd,Ta;var Di=D(()=>{st();Li();xh();Yd=["devctl://status","devctl://services","devctl://logs","devctl://config","devctl://doctor"],Xd=["inspect","logs","diagnostics","control","setup"],Ta=[{name:"list_services",label:"List services",summary:"Name, state, health, ports, pid",category:"inspect",description:"List services with state, health, ports, pid, and last error",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_service",label:"Service detail",summary:"One service with command, cwd, ports",category:"inspect",description:"One service plus command, cwd, and ports. Environment values are redacted.",inputSchema:{type:"object",properties:{name:{type:"string"}},required:["name"],additionalProperties:!1}},{name:"get_status",label:"Status",summary:"Profile, identity, proxy, log counts",category:"inspect",description:"Profile, session, identity flags (no tokens), proxy, and log counts",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_logs",label:"Read logs",summary:"Filtered log pages, secrets redacted",category:"logs",description:"Recent log lines, optionally filtered. Capped at 200 events per page. Secrets are redacted. Pass cursor=next_cursor to page forward with no duplicate or same-millisecond-lost events; since/until are plain timestamp filters for a fresh query, not a follow cursor.",inputSchema:{type:"object",properties:{service:{type:"string"},level:{type:"string"},search:{type:"string"},source:{type:"string"},since:{type:"string",description:"Only events at or after this timestamp"},until:{type:"string",description:"Only events at or before this timestamp"},cursor:{type:"string",description:"Opaque cursor from a previous response's next_cursor; continues forward from exactly there"}},additionalProperties:!1}},{name:"list_profiles",label:"List profiles",summary:"Configured profiles and their members",category:"inspect",description:"Configured profiles and their member services",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_config",label:"Read config",summary:"Merged project summary, no secret values",category:"inspect",description:"Merged project summary: services, routes, and proxy listen paths. No secret env values.",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_config_sources",label:"Config sources",summary:"Winning and shadowed config sources",category:"inspect",description:"List effective configuration values with their winning source/layer and any shadowed sources. Secret-like values are redacted.",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"run_doctor",label:"Run doctor",summary:"Environment diagnostics",category:"diagnostics",description:"Run environment diagnostics",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"start_services",label:"Start services",summary:"Start named services or a profile",category:"control",mutates:!0,description:"Start named services, or a profile when names are omitted. Empty start uses profile, then the active session profile, then the first configured profile \u2014 never every service.",inputSchema:{type:"object",properties:{services:{type:"array",items:{type:"string"}},profile:{type:"string",description:"Profile to start when services is omitted"}},additionalProperties:!1}},{name:"stop_services",label:"Stop services",summary:"Stop services and their dependents",category:"control",mutates:!0,description:"Stop named services, or all started services when names are omitted. Also stops every service that transitively depends on a named one (never a named service's own dependencies, which other running services may still need).",inputSchema:{type:"object",properties:{services:{type:"array",items:{type:"string"}}},additionalProperties:!1}},{name:"restart_services",label:"Restart services",summary:"Restart services, optionally cascading",category:"control",mutates:!0,description:"Restart named services. By default this touches only the named services, not anything that depends on them. Pass cascade=true to also restart their transitive dependents (the same set stop_services would affect).",inputSchema:{type:"object",properties:{services:{type:"array",items:{type:"string"}},cascade:{type:"boolean",description:"Also restart transitive dependents; default false restarts only the named services"}},additionalProperties:!1}},{name:"reload_config",label:"Reload config",summary:"Re-read .devctl configuration",category:"control",mutates:!0,description:"Reload .devctl configuration",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"exec_service",label:"Execute in service",summary:"Run a command in a resolved service context",category:"control",mutates:!0,description:"Run an arbitrary command with a service's fully resolved environment and working directory, whether or not it is running. Output and print_env values are redacted.",inputSchema:{type:"object",properties:{service:{type:"string"},command:{type:"array",items:{type:"string"}},print_env:{type:"boolean",description:"Return the resolved environment without executing a command"}},required:["service"],additionalProperties:!1}},{name:"get_setup_guide",label:"Setup guide",summary:"How to author a .devctl for this repo",category:"setup",description:"The devctl onboarding guide: how to survey a repository and author a .devctl configuration for it. Read section=procedure first; read section=authoring BEFORE writing any YAML (it carries the rules the loader rejects on, which the JSON Schema does not state); read section=discovery for mapping compose/package.json/pyproject/Terraform/k8s/.env to services. Write the files with your own editing tools \u2014 this server does not write them \u2014 then check your work with validate_config.",inputSchema:{type:"object",properties:{section:{type:"string",enum:["procedure","authoring","discovery"],description:"Which part of the guide to return; defaults to procedure"}},additionalProperties:!1}},{name:"validate_config",label:"Validate config",summary:"Check configuration or a draft for errors",category:"setup",description:"Validate devctl configuration and return the exact issues the loader would report. With no arguments, validates what is on disk. Pass text to validate a candidate config.yaml before writing it \u2014 the candidate is run through the real load pipeline (modular services/profiles, overlays, templates), so it works even when no configuration exists yet. This is the only way to validate over MCP; there is no CLI round-trip needed.",inputSchema:{type:"object",properties:{text:{type:"string",description:"Candidate config.yaml contents to validate instead of the file on disk"}},additionalProperties:!1}}]});function Cr(e){if(!Number.isInteger(e))return Zd;return Math.min(Mh,Math.max(v0,e))}function $h(e,t){if(t.length!==1||t<"0"||t>"9")return e;if(e.length>=x0)return t;return`${e}${t}`}function Ih(e){return e.slice(0,-1)}function Fh(e,t){if(e==="")return Cr(t);let n=Number(e);if(!Number.isInteger(n))return Cr(t);return Cr(n)}function xo(e){let t=Number.parseInt(un(e).slice(0,h0),16),n=Number.isFinite(t)?t%Oh:0;return Zd+n}function Nh(e,t){return t===xo(e)}async function Hh(e,t){let n=Number.isInteger(t)&&(t??0)>0?t:xo(e);for(let r=0;r<y0;r+=1){let o=n+r;if(o>Mh)break;if(await oo(o))return o}throw T(X,`no free MCP port starting at ${n}`)}var Zd=18700,Oh=600,UO,h0=8,y0=600,Mh=65535,v0=1024,x0=5;var Oa=D(()=>{Pe();vi();Xe();UO=Zd+Oh-1});import{existsSync as Fa,readFileSync as Ma}from"fs";import{dirname as b0,isAbsolute as jh,join as Ia,resolve as w0}from"path";function mn(){return process.platform==="darwin"?"cmd+c":"ctrl+shift+c"}function R0(){return{theme:"devctl",leader_timeout:Na,font_size:Pr,keybinds:{...P0},scroll_speed:S0,scroll_acceleration:{enabled:!1},diff_style:"auto",cursor:{style:"block",blinking:!0},mouse:!0,attention:{enabled:!1,notifications:!0,sound:!0,volume:k0,sound_pack:"default",sounds:{}},log_timestamps:!0,log_metadata:!0,mcp_enabled:!1}}function Ha(){return Ia($t(),"tui.json")}function Ii(e=""){for(let t of[C0,_0]){let n=process.env[t];if(!n||n==="")continue;let r=jh(n)?n:w0(e||process.cwd(),n);if(Fa(r))return r}return}function E0(e,t){if(!t||Object.keys(t).length===0)return e;return{...e,keybinds:{...e.keybinds,...t}}}function zt(e,t){let n=E0(R0(),t),r=Ii(e);if(r)return eu(n,$a(Ma(r,"utf8")),r);let o=T0(e),i=o?eu(n,$a(Ma(o,"utf8")),o):n,s=Ha();if(!Fa(s)||o===s)return i;return eu(i,$a(Ma(s,"utf8")),s)}function Bh(e){let t=Ha(),n={};if(Fa(t)){let o=$a(Ma(t,"utf8"));if(_r(o))n=o}let r={...n};if(e.theme!==void 0)r.theme=e.theme;if(e.mouse!==void 0)r.mouse=e.mouse;if(e.leader_timeout!==void 0)r.leader_timeout=e.leader_timeout;if(e.font_size!==void 0)r.font_size=e.font_size;if(e.log_timestamps!==void 0)r.log_timestamps=e.log_timestamps;if(e.log_metadata!==void 0)r.log_metadata=e.log_metadata;if(e.mcp_enabled!==void 0)r.mcp_enabled=e.mcp_enabled;if(e.mcp_port===null)delete r.mcp_port;else if(e.mcp_port!==void 0)r.mcp_port=e.mcp_port;if(e.mcp_disabled_tools!==void 0)r.mcp_disabled_tools=e.mcp_disabled_tools;return jt(t,`${JSON.stringify(r,null,2)}
611
- `),t}function T0(e){let t=Ii(e);if(t)return t;let n=[e||process.cwd(),Ia(e||process.cwd(),".devctl"),$t()],r=["tui.json","tui.jsonc"];for(let o of n)for(let i of r){let s=Ia(o,i);if(Fa(s))return s}return}function eu(e,t,n){let r=_r(t)?t:{},o={...e.keybinds};if(_r(r.keybinds)){for(let[c,l]of Object.entries(r.keybinds))if(typeof l==="string")o[c]=l}let i={...e.cursor};if(_r(r.cursor)){if(L0(r.cursor.style))i.style=r.cursor.style;if(typeof r.cursor.blinking==="boolean")i.blinking=r.cursor.blinking}let s={...e.scroll_acceleration};if(_r(r.scroll_acceleration)&&typeof r.scroll_acceleration.enabled==="boolean")s.enabled=r.scroll_acceleration.enabled;let a={...e.attention,sounds:{...e.attention.sounds}};if(_r(r.attention)){if(typeof r.attention.enabled==="boolean")a.enabled=r.attention.enabled;if(typeof r.attention.notifications==="boolean")a.notifications=r.attention.notifications;if(typeof r.attention.sound==="boolean")a.sound=r.attention.sound;if(typeof r.attention.volume==="number")a.volume=r.attention.volume;if(typeof r.attention.sound_pack==="string")a.sound_pack=r.attention.sound_pack;if(_r(r.attention.sounds)){for(let[c,l]of Object.entries(r.attention.sounds))if(typeof l==="string")a.sounds[c]=A0(l,n)}}return{theme:typeof r.theme==="string"?r.theme:e.theme,leader_timeout:typeof r.leader_timeout==="number"?r.leader_timeout:e.leader_timeout,font_size:typeof r.font_size==="number"&&Number.isFinite(r.font_size)?Math.round(r.font_size):e.font_size,keybinds:o,scroll_speed:typeof r.scroll_speed==="number"?r.scroll_speed:e.scroll_speed,scroll_acceleration:s,diff_style:r.diff_style==="stacked"?"stacked":"auto",cursor:i,mouse:typeof r.mouse==="boolean"?r.mouse:e.mouse,attention:a,log_timestamps:typeof r.log_timestamps==="boolean"?r.log_timestamps:e.log_timestamps,log_metadata:typeof r.log_metadata==="boolean"?r.log_metadata:e.log_metadata,mcp_enabled:typeof r.mcp_enabled==="boolean"?r.mcp_enabled:e.mcp_enabled,mcp_port:typeof r.mcp_port==="number"&&Number.isInteger(r.mcp_port)?r.mcp_port:e.mcp_port,mcp_disabled_tools:Array.isArray(r.mcp_disabled_tools)?r.mcp_disabled_tools.filter((c)=>typeof c==="string"):e.mcp_disabled_tools,path:n}}function A0(e,t){if(e.startsWith("file://")||jh(e))return e;return Ia(b0(t),e)}function L0(e){return e==="block"||e==="underline"||e==="line"||e==="default"}function _r(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function $a(e){let t=e.replace(/\/\*[\s\S]*?\*\//g,"").replace(/^\s*\/\/.*$/gm,"");return JSON.parse(t)}function D0(e){if(e===""||e==="none")return[];return e.split(",").flatMap((t)=>{let n=t.trim();if(n===""||n==="none"||/\s/.test(n))return[];let r=n.toLowerCase().split("+"),o=r[r.length-1]??"";return[{name:o==="return"?"return":o,ctrl:r.includes("ctrl")||r.includes("control"),shift:r.includes("shift"),meta:r.includes("meta")||r.includes("cmd")||r.includes("super"),alt:r.includes("alt")||r.includes("option")}]})}function hn(e,t){return D0(t).some((r)=>(e.name??"").toLowerCase()===r.name&&Boolean(e.ctrl)===r.ctrl&&Boolean(e.shift)===r.shift&&Boolean(e.meta||e.super)===r.meta&&Boolean(e.option??e.alt)===r.alt)}var Na=2000,Pr=14,S0=3,k0=0.4,C0="DEVCTL_TUI_CONFIG",_0="OPENCODE_TUI_CONFIG",P0;var Yt=D(()=>{Xe();P0={leader:"ctrl+x",command_list:"ctrl+p",command:"/",help:"?",search:"f",quit:"q",services:"s",logs:"l",auth:"a",proxy:"p",doctor:"d",config:"c",setup:"u",refresh:"r",restart:"R",find:"f",fullscreen:"z",confirm:"enter",cancel:"esc",select:"space",interrupt:"ctrl+c",copy:mn()}});function bo(e){return`http://127.0.0.1:${e}/mcp`}function ou(e){if(e==="")return{};return{Authorization:`Bearer ${e}`}}function iu(e,t){return JSON.stringify({mcpServers:{devctl:{type:"http",url:e,headers:ou(t)}}},null,2)}function su(e,t){return JSON.stringify({mcpServers:{devctl:{url:e,headers:ou(t)}}},null,2)}function au(e,t){return JSON.stringify({mcp:{devctl:{type:"remote",url:e,headers:ou(t),enabled:!0}}},null,2)}function cu(e,t){let n=t===""?"":`
610
+ `}});import{existsSync as T0,readFileSync as A0}from"fs";function Kn(e,t){return!(t??[]).includes(e)}function Gh(e){return Ha.filter((t)=>Kn(t.name,e))}function ja(e){return Ha.some((t)=>t.name===e)}function Ba(e){return new qt(e.secrets.extra_markers,e.secrets.extra_patterns)}function Uh(e){return Object.values(e.services).map((t)=>({name:t.name,state:t.state,health:t.health,ports:t.ports,pid:t.pid,last_error:t.last_error}))}function D0(e,t){let n=e.config(),r=n.services[t];if(!r)throw Error(`unknown service ${t}`);let i=e.status().services[t],s=Ba(n);return{name:t,state:i?.state,health:i?.health,pid:i?.pid,last_error:i?.last_error,command:r.command.args,cwd:r.working_dir,ports:i?.ports??Object.fromEntries(r.ports.map((a)=>[a.name,a.value])),environment:s.redactMap({...r.environment.defaults,...r.environment.vars}),container:r.container?{...r.container,env:s.redactMap(r.container.env)}:void 0}}function Kh(e){return{session_id:e.session_id,repo_root:e.repo_root,profile:e.profile,setup_mode:e.setup_mode===!0?!0:void 0,identity:{user:e.identity.user,project:e.identity.project,adc:e.identity.adc,iap:e.identity.iap,service_accounts:e.identity.service_accounts,service_account_status:e.identity.service_account_status},proxy:{running:e.proxy.running,address:e.proxy.address,routes:e.proxy.routes},logs:e.logs,mcp:e.mcp?{running:e.mcp.running,address:e.mcp.address,port:e.mcp.port}:{running:!1}}}async function qh(e,t){let n=typeof t.service==="string"?t.service:"",r=typeof t.since==="string"?t.since:"",o=typeof t.cursor==="string"?t.cursor:void 0,i=await e.logsPage({services:n===""?[]:[n],level:typeof t.level==="string"?t.level:"",search:typeof t.search==="string"?t.search:"",source:typeof t.source==="string"?t.source:"",since:r,until:typeof t.until==="string"?t.until:"",cursor:o,direction:o?"forward":void 0,limit:L0}),s=Ba(e.config());return{events:i.events.map((a)=>({timestamp:a.timestamp,service:a.service,source:a.source,level:a.level,message:s.redactText(a.message),pid:a.pid})),truncated:i.hasPrev,has_more:i.hasNext,next_since:i.events[i.events.length-1]?.timestamp??r,next_cursor:i.nextCursor,session_changed:i.sessionChanged}}function O0(e){return Object.entries(e.profiles).sort(([t],[n])=>t.localeCompare(n)).map(([t,n])=>({name:t,services:n.services}))}function Vh(e){let t=Object.entries(e.services).map(([n,r])=>({name:n,description:r.description,command:r.command.args,cwd:r.working_dir,ports:r.ports.map((o)=>({name:o.name,value:o.auto?0:o.value,auto:o.auto})),dependencies:r.dependencies,container:r.container?{image:r.container.image,runtime:r.container.runtime||"docker",ports:r.container.ports,volumes:r.container.volumes}:void 0}));return{project:e.project.name,config_path:e.configPath,repo_root:e.repoRoot,services:t,proxy:{enabled:e.proxy.enabled,listen:{host:e.proxy.listen.host,port:e.proxy.listen.port},routes:e.proxy.routes.map((n)=>({name:n.name,match:n.match,upstream:n.upstream.url,auth:n.auth.type}))}}}function M0(e){let t=Ba(e);return{entries:hr(e).map((n)=>{let r=typeof n.value==="string"?n.value:JSON.stringify(n.value);return{...n,value:t.redactMap({[n.path]:r})[n.path]}})}}function Na(e){if(!Array.isArray(e))return[];return e.filter((t)=>typeof t==="string")}async function Jh(e,t,n){switch(t){case"list_services":return Uh(e.status());case"get_service":if(typeof n.name!=="string"||n.name==="")throw Error("name is required");return D0(e,n.name);case"get_status":return Kh(e.status());case"get_logs":return qh(e,n);case"list_profiles":return O0(e.config());case"get_config":return Vh(e.config());case"get_config_sources":return M0(e.config());case"run_doctor":return e.doctor();case"start_services":return e.start({services:Na(n.services),profile:typeof n.profile==="string"?n.profile:""});case"stop_services":return await e.stop(Na(n.services)),{ok:!0};case"restart_services":return await e.restart(Na(n.services),n.cascade===!0),{ok:!0};case"reload_config":return e.reload();case"exec_service":{if(typeof n.service!=="string"||n.service==="")throw Error("service is required");if(!e.exec)throw Error("exec is unavailable");let r=await e.exec(n.service,Na(n.command),n.print_env===!0),o=Ba(e.config());return{...r,stdout:o.redactText(r.stdout),stderr:o.redactText(r.stderr),environment:r.environment?o.redactMap(r.environment):void 0}}case"get_setup_guide":return $0(n);case"validate_config":return I0(e,n);default:throw Error(`unknown tool ${t}`)}}function $0(e){let t=typeof e.section==="string"?e.section:"procedure",n=t in Fa?t:"procedure";return{section:n,text:Fa[n],sections:Object.keys(Fa)}}function I0(e,t){let n=e.config();if(typeof t.text==="string"){let o=ao(n.repoRoot,n.configPath,t.text);return{valid:o.length===0,issues:o,source:"candidate",config_path:n.configPath}}if(!T0(n.configPath))return{valid:!1,issues:[`no configuration at ${n.configPath}`],source:"disk",config_path:n.configPath,setup_mode:!0};let r=ao(n.repoRoot,n.configPath,A0(n.configPath,"utf8"));return{valid:r.length===0,issues:r,source:"disk",config_path:n.configPath}}function zh(e){return au.includes(e)}async function Yh(e,t){switch(t){case"devctl://status":return Kh(e.status());case"devctl://services":return Uh(e.status());case"devctl://logs":return qh(e,{});case"devctl://config":return Vh(e.config());case"devctl://doctor":return e.doctor();default:throw Error(`unknown resource ${t}`)}}var L0=200,au,cu,Ha;var ji=D(()=>{st();To();Wh();au=["devctl://status","devctl://services","devctl://logs","devctl://config","devctl://doctor"],cu=["inspect","logs","diagnostics","control","setup"],Ha=[{name:"list_services",label:"List services",summary:"Name, state, health, ports, pid",category:"inspect",description:"List services with state, health, ports, pid, and last error",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_service",label:"Service detail",summary:"One service with command, cwd, ports",category:"inspect",description:"One service plus command, cwd, and ports. Environment values are redacted.",inputSchema:{type:"object",properties:{name:{type:"string"}},required:["name"],additionalProperties:!1}},{name:"get_status",label:"Status",summary:"Profile, identity, proxy, log counts",category:"inspect",description:"Profile, session, identity flags (no tokens), proxy, and log counts",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_logs",label:"Read logs",summary:"Filtered log pages, secrets redacted",category:"logs",description:"Recent log lines, optionally filtered. Capped at 200 events per page. Secrets are redacted. Pass cursor=next_cursor to page forward with no duplicate or same-millisecond-lost events; since/until are plain timestamp filters for a fresh query, not a follow cursor.",inputSchema:{type:"object",properties:{service:{type:"string"},level:{type:"string"},search:{type:"string"},source:{type:"string"},since:{type:"string",description:"Only events at or after this timestamp"},until:{type:"string",description:"Only events at or before this timestamp"},cursor:{type:"string",description:"Opaque cursor from a previous response's next_cursor; continues forward from exactly there"}},additionalProperties:!1}},{name:"list_profiles",label:"List profiles",summary:"Configured profiles and their members",category:"inspect",description:"Configured profiles and their member services",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_config",label:"Read config",summary:"Merged project summary, no secret values",category:"inspect",description:"Merged project summary: services, routes, and proxy listen paths. No secret env values.",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"get_config_sources",label:"Config sources",summary:"Winning and shadowed config sources",category:"inspect",description:"List effective configuration values with their winning source/layer and any shadowed sources. Secret-like values are redacted.",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"run_doctor",label:"Run doctor",summary:"Environment diagnostics",category:"diagnostics",description:"Run environment diagnostics",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"start_services",label:"Start services",summary:"Start named services or a profile",category:"control",mutates:!0,description:"Start named services, or a profile when names are omitted. Empty start uses profile, then the active session profile, then the first configured profile \u2014 never every service.",inputSchema:{type:"object",properties:{services:{type:"array",items:{type:"string"}},profile:{type:"string",description:"Profile to start when services is omitted"}},additionalProperties:!1}},{name:"stop_services",label:"Stop services",summary:"Stop services and their dependents",category:"control",mutates:!0,description:"Stop named services, or all started services when names are omitted. Also stops every service that transitively depends on a named one (never a named service's own dependencies, which other running services may still need).",inputSchema:{type:"object",properties:{services:{type:"array",items:{type:"string"}}},additionalProperties:!1}},{name:"restart_services",label:"Restart services",summary:"Restart services, optionally cascading",category:"control",mutates:!0,description:"Restart named services. By default this touches only the named services, not anything that depends on them. Pass cascade=true to also restart their transitive dependents (the same set stop_services would affect).",inputSchema:{type:"object",properties:{services:{type:"array",items:{type:"string"}},cascade:{type:"boolean",description:"Also restart transitive dependents; default false restarts only the named services"}},additionalProperties:!1}},{name:"reload_config",label:"Reload config",summary:"Re-read .devctl configuration",category:"control",mutates:!0,description:"Reload .devctl configuration",inputSchema:{type:"object",properties:{},additionalProperties:!1}},{name:"exec_service",label:"Execute in service",summary:"Run a command in a resolved service context",category:"control",mutates:!0,description:"Run an arbitrary command with a service's fully resolved environment and working directory, whether or not it is running. Output and print_env values are redacted.",inputSchema:{type:"object",properties:{service:{type:"string"},command:{type:"array",items:{type:"string"}},print_env:{type:"boolean",description:"Return the resolved environment without executing a command"}},required:["service"],additionalProperties:!1}},{name:"get_setup_guide",label:"Setup guide",summary:"How to author a .devctl for this repo",category:"setup",description:"The devctl onboarding guide: how to survey a repository and author a .devctl configuration for it. Read section=procedure first; read section=authoring BEFORE writing any YAML (it carries the rules the loader rejects on, which the JSON Schema does not state); read section=discovery for mapping compose/package.json/pyproject/Terraform/k8s/.env to services. Write the files with your own editing tools \u2014 this server does not write them \u2014 then check your work with validate_config.",inputSchema:{type:"object",properties:{section:{type:"string",enum:["procedure","authoring","discovery"],description:"Which part of the guide to return; defaults to procedure"}},additionalProperties:!1}},{name:"validate_config",label:"Validate config",summary:"Check configuration or a draft for errors",category:"setup",description:"Validate devctl configuration and return the exact issues the loader would report. With no arguments, validates what is on disk. Pass text to validate a candidate config.yaml before writing it \u2014 the candidate is run through the real load pipeline (modular services/profiles, overlays, templates), so it works even when no configuration exists yet. This is the only way to validate over MCP; there is no CLI round-trip needed.",inputSchema:{type:"object",properties:{text:{type:"string",description:"Candidate config.yaml contents to validate instead of the file on disk"}},additionalProperties:!1}}]});function Or(e){if(!Number.isInteger(e))return du;return Math.min(rv,Math.max(J0,e))}function ov(e,t){if(t.length!==1||t<"0"||t>"9")return e;if(e.length>=z0)return t;return`${e}${t}`}function iv(e){return e.slice(0,-1)}function sv(e,t){if(e==="")return Or(t);let n=Number(e);if(!Number.isInteger(n))return Or(t);return Or(n)}function Lo(e){let t=Number.parseInt(vn(e).slice(0,q0),16),n=Number.isFinite(t)?t%nv:0;return du+n}function av(e,t){return t===Lo(e)}async function cv(e,t){let n=Number.isInteger(t)&&(t??0)>0?t:Lo(e);for(let r=0;r<V0;r+=1){let o=n+r;if(o>rv)break;if(await ho(o))return o}throw L(ee,`no free MCP port starting at ${n}`)}var du=18700,nv=600,kM,q0=8,V0=600,rv=65535,J0=1024,z0=5;var Ga=D(()=>{Pe();Pi();ze();kM=du+nv-1});import{existsSync as Va,readFileSync as Ua}from"fs";import{dirname as Y0,isAbsolute as lv,join as qa,resolve as X0}from"path";function bn(){return process.platform==="darwin"?"cmd+c":"ctrl+shift+c"}function rR(){return{theme:"devctl",leader_timeout:Ja,font_size:$r,keybinds:{...nR},scroll_speed:Q0,scroll_acceleration:{enabled:!1},diff_style:"auto",cursor:{style:"block",blinking:!0},mouse:!0,attention:{enabled:!1,notifications:!0,sound:!0,volume:Z0,sound_pack:"default",sounds:{}},log_timestamps:!0,log_metadata:!0,mcp_enabled:!1}}function za(){return qa(Ft(),"tui.json")}function Ui(e=""){for(let t of[eR,tR]){let n=process.env[t];if(!n||n==="")continue;let r=lv(n)?n:X0(e||process.cwd(),n);if(Va(r))return r}return}function oR(e,t){if(!t||Object.keys(t).length===0)return e;return{...e,keybinds:{...e.keybinds,...t}}}function Qt(e,t){let n=oR(rR(),t),r=Ui(e);if(r)return uu(n,Ka(Ua(r,"utf8")),r);let o=iR(e),i=o?uu(n,Ka(Ua(o,"utf8")),o):n,s=za();if(!Va(s)||o===s)return i;return uu(i,Ka(Ua(s,"utf8")),s)}function dv(e){let t=za(),n={};if(Va(t)){let o=Ka(Ua(t,"utf8"));if(Mr(o))n=o}let r={...n};if(e.theme!==void 0)r.theme=e.theme;if(e.mouse!==void 0)r.mouse=e.mouse;if(e.leader_timeout!==void 0)r.leader_timeout=e.leader_timeout;if(e.font_size!==void 0)r.font_size=e.font_size;if(e.log_timestamps!==void 0)r.log_timestamps=e.log_timestamps;if(e.log_metadata!==void 0)r.log_metadata=e.log_metadata;if(e.mcp_enabled!==void 0)r.mcp_enabled=e.mcp_enabled;if(e.mcp_port===null)delete r.mcp_port;else if(e.mcp_port!==void 0)r.mcp_port=e.mcp_port;if(e.mcp_disabled_tools!==void 0)r.mcp_disabled_tools=e.mcp_disabled_tools;return Gt(t,`${JSON.stringify(r,null,2)}
611
+ `),t}function iR(e){let t=Ui(e);if(t)return t;let n=[e||process.cwd(),qa(e||process.cwd(),".devctl"),Ft()],r=["tui.json","tui.jsonc"];for(let o of n)for(let i of r){let s=qa(o,i);if(Va(s))return s}return}function uu(e,t,n){let r=Mr(t)?t:{},o={...e.keybinds};if(Mr(r.keybinds)){for(let[c,l]of Object.entries(r.keybinds))if(typeof l==="string")o[c]=l}let i={...e.cursor};if(Mr(r.cursor)){if(aR(r.cursor.style))i.style=r.cursor.style;if(typeof r.cursor.blinking==="boolean")i.blinking=r.cursor.blinking}let s={...e.scroll_acceleration};if(Mr(r.scroll_acceleration)&&typeof r.scroll_acceleration.enabled==="boolean")s.enabled=r.scroll_acceleration.enabled;let a={...e.attention,sounds:{...e.attention.sounds}};if(Mr(r.attention)){if(typeof r.attention.enabled==="boolean")a.enabled=r.attention.enabled;if(typeof r.attention.notifications==="boolean")a.notifications=r.attention.notifications;if(typeof r.attention.sound==="boolean")a.sound=r.attention.sound;if(typeof r.attention.volume==="number")a.volume=r.attention.volume;if(typeof r.attention.sound_pack==="string")a.sound_pack=r.attention.sound_pack;if(Mr(r.attention.sounds)){for(let[c,l]of Object.entries(r.attention.sounds))if(typeof l==="string")a.sounds[c]=sR(l,n)}}return{theme:typeof r.theme==="string"?r.theme:e.theme,leader_timeout:typeof r.leader_timeout==="number"?r.leader_timeout:e.leader_timeout,font_size:typeof r.font_size==="number"&&Number.isFinite(r.font_size)?Math.round(r.font_size):e.font_size,keybinds:o,scroll_speed:typeof r.scroll_speed==="number"?r.scroll_speed:e.scroll_speed,scroll_acceleration:s,diff_style:r.diff_style==="stacked"?"stacked":"auto",cursor:i,mouse:typeof r.mouse==="boolean"?r.mouse:e.mouse,attention:a,log_timestamps:typeof r.log_timestamps==="boolean"?r.log_timestamps:e.log_timestamps,log_metadata:typeof r.log_metadata==="boolean"?r.log_metadata:e.log_metadata,mcp_enabled:typeof r.mcp_enabled==="boolean"?r.mcp_enabled:e.mcp_enabled,mcp_port:typeof r.mcp_port==="number"&&Number.isInteger(r.mcp_port)?r.mcp_port:e.mcp_port,mcp_disabled_tools:Array.isArray(r.mcp_disabled_tools)?r.mcp_disabled_tools.filter((c)=>typeof c==="string"):e.mcp_disabled_tools,path:n}}function sR(e,t){if(e.startsWith("file://")||lv(e))return e;return qa(Y0(t),e)}function aR(e){return e==="block"||e==="underline"||e==="line"||e==="default"}function Mr(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function Ka(e){let t=e.replace(/\/\*[\s\S]*?\*\//g,"").replace(/^\s*\/\/.*$/gm,"");return JSON.parse(t)}function cR(e){if(e===""||e==="none")return[];return e.split(",").flatMap((t)=>{let n=t.trim();if(n===""||n==="none"||/\s/.test(n))return[];let r=n.toLowerCase().split("+"),o=r[r.length-1]??"";return[{name:o==="return"?"return":o,ctrl:r.includes("ctrl")||r.includes("control"),shift:r.includes("shift"),meta:r.includes("meta")||r.includes("cmd")||r.includes("super"),alt:r.includes("alt")||r.includes("option")}]})}function wn(e,t){return cR(t).some((r)=>(e.name??"").toLowerCase()===r.name&&Boolean(e.ctrl)===r.ctrl&&Boolean(e.shift)===r.shift&&Boolean(e.meta||e.super)===r.meta&&Boolean(e.option??e.alt)===r.alt)}var Ja=2000,$r=14,Q0=3,Z0=0.4,eR="DEVCTL_TUI_CONFIG",tR="OPENCODE_TUI_CONFIG",nR;var Zt=D(()=>{ze();nR={leader:"ctrl+x",command_list:"ctrl+p",command:"/",help:"?",search:"f",quit:"q",services:"s",logs:"l",auth:"a",proxy:"p",doctor:"d",config:"c",setup:"u",refresh:"r",restart:"R",find:"f",fullscreen:"z",confirm:"enter",cancel:"esc",select:"space",interrupt:"ctrl+c",copy:bn()}});function Do(e){return`http://127.0.0.1:${e}/mcp`}function mu(e){if(e==="")return{};return{Authorization:`Bearer ${e}`}}function hu(e,t){return JSON.stringify({mcpServers:{devctl:{type:"http",url:e,headers:mu(t)}}},null,2)}function vu(e,t){return JSON.stringify({mcpServers:{devctl:{url:e,headers:mu(t)}}},null,2)}function yu(e,t){return JSON.stringify({mcp:{devctl:{type:"remote",url:e,headers:mu(t),enabled:!0}}},null,2)}function xu(e,t){let n=t===""?"":`
612
612
  http_headers = { Authorization = "Bearer ${t}" }`;return`[mcp_servers.devctl]
613
613
  url = "${e}"${n}
614
- `}function Z0(e){return`codex mcp add --url ${e}`}function Fi(e,t){return[{kind:"claude",title:"Claude",path:".mcp.json",language:"json",text:iu(e,t),hint:"claude mcp add-json"},{kind:"cursor",title:"Cursor",path:".cursor/mcp.json",language:"json",text:su(e,t)},{kind:"kilo",title:"Kilo Code",path:"kilo.jsonc",language:"json",text:au(e,t)},{kind:"codex",title:"Codex",path:"~/.codex/config.toml",language:"toml",text:cu(e,t),hint:Z0(e)}]}function qh(e,t){let n=[`URL ${e}`,""];for(let r of Fi(e,t))n.push(`# ${r.title} ${r.path}${r.hint?` (${r.hint})`:""}`),n.push(r.text.trimEnd()),n.push("");return n.join(`
615
- `)}function wo(){return[{name:"start",aliases:["up"],desc:"Start selected services or the current profile",leader:"n",group:"services"},{name:"stop",aliases:["down"],desc:"Stop selected services",leader:"x",group:"services"},{name:"restart",aliases:[],desc:"Restart selected services",leader:"R",group:"services"},{name:"services",aliases:["s"],desc:"Open the services screen",leader:"s",group:"nav"},{name:"logs",aliases:["l"],desc:"Open the log viewer",leader:"l",group:"nav"},{name:"auth",aliases:["identity","a"],desc:"Open identity; add refresh to probe accounts",leader:"a",group:"nav"},{name:"credentials",aliases:["creds"],desc:"Open credential store status",leader:"",group:"nav"},{name:"reload",aliases:[],desc:"Reload configuration",leader:"",group:"ui"},{name:"proxy",aliases:["p"],desc:"Open the proxy screen",leader:"p",group:"nav"},{name:"mcp",aliases:["agent"],desc:"Open the MCP server screen for coding agents",leader:"",group:"nav"},{name:"doctor",aliases:["d"],desc:"Run environment diagnostics",leader:"d",group:"nav"},{name:"stats",aliases:["metrics"],desc:"View system and service statistics",leader:"m",group:"nav"},{name:"config",aliases:["c"],desc:"View merged configuration",leader:"c",group:"nav"},{name:"profiles",aliases:["o"],desc:"Select a development profile",leader:"o",group:"nav"},{name:"setup",aliases:["init"],desc:"Open setup guidance",leader:"i",group:"nav"},{name:"dashboard",aliases:["home"],desc:"Return to the dashboard",leader:"h",group:"nav"},{name:"themes",aliases:["theme"],desc:"List available themes",leader:"t",group:"ui"},{name:"settings",aliases:["prefs","preferences"],desc:"Open TUI settings (theme, mouse, MCP page)",leader:"",group:"ui"},{name:"help",aliases:["?"],desc:"Show the help dialog",leader:"",group:"ui"},{name:"refresh",aliases:[],desc:"Refresh status and logs",leader:"r",group:"ui"},{name:"regex",aliases:[],desc:"Toggle regex log search",leader:"",group:"logs"},{name:"since",aliases:[],desc:"Filter logs after an ISO timestamp",leader:"",group:"logs"},{name:"until",aliases:[],desc:"Filter logs before an ISO timestamp",leader:"",group:"logs"},{name:"history",aliases:[],desc:"Load a persisted log session",leader:"",group:"logs"},{name:"edit",aliases:[],desc:"Open configuration in $EDITOR",leader:"",group:"ui"},{name:"buffer",aliases:[],desc:"Edit configuration in a validate/save buffer",leader:"",group:"ui"},{name:"pause",aliases:[],desc:"Pause or resume live logs",leader:"",group:"logs"},{name:"fullscreen",aliases:["zen","expand"],desc:"Expand logs to fill the terminal",leader:"z",group:"logs"},{name:"filter",aliases:[],desc:"Toggle ERROR+ log filter",leader:"",group:"logs"},{name:"system",aliases:["internal"],desc:"Show or hide internal auth/mcp/devctl/proxy logs",leader:"",group:"logs"},{name:"reveal",aliases:[],desc:"Reveal or hide secret environment values",leader:"",group:"ui"},{name:"wrap",aliases:[],desc:"Cycle log wrap: selected, all lines, or clip",leader:"",group:"logs"},{name:"copy",aliases:[],desc:"Copy visible logs to the clipboard",leader:"",group:"logs"},{name:"export",aliases:[],desc:"Write filtered logs to ~/.devctl/exports",leader:"e",group:"logs"},{name:"exports",aliases:["open-exports"],desc:"Open the log export folder",leader:"",group:"logs"},{name:"clear",aliases:["new"],desc:"Clear the on-screen log buffer",leader:"",group:"logs"},{name:"version",aliases:["v"],desc:"Show the current devctl version",leader:"",group:"app"},{name:"exit",aliases:["quit","q"],desc:"Exit",leader:"q",group:"app"}]}function Vh(e){let t=e.trim().toLowerCase().replace(/^\//,"");return wo().filter((n)=>t===""||eP(n,t))}function eP(e,t){if(e.name.startsWith(t)||e.name.includes(t)||e.desc.toLowerCase().includes(t))return!0;return e.aliases.some((n)=>n.startsWith(t)||n===t)}function Ni(e){let t=e.trim().toLowerCase().replace(/^\//,"").split(" ")[0]??"";return wo().find((n)=>n.name===t||n.aliases.includes(t))}function Jh(e){return e.trim().replace(/^\//,"").split(/\s+/).slice(1).filter((n)=>n!=="")}function zh(e){return wo().find((n)=>n.leader===e)?.name??""}function Wa(e){let t=e.toLowerCase().trim(),n=tP[t];if(n)return n;return vt.includes(t)?t:"devctl"}function nP(){if(process.env.DEVCTL_THEME_LIGHT==="1")return!0;if(process.env.DEVCTL_THEME_LIGHT==="0")return!1;if(process.platform==="darwin")try{let t=Bun.spawnSync(["defaults","read","-g","AppleInterfaceStyle"],{stdout:"pipe",stderr:"pipe"}),n=t.stdout.toString();if(t.exitCode===0&&n.toLowerCase().includes("dark"))return!1;if(t.exitCode!==0)return!0}catch{}let e=process.env.COLORFGBG??"";if(e.includes(";15")||e.endsWith(";7"))return!0;if(e.includes(";0")||e.endsWith(";8"))return!1;return!1}function Yh(e){let t=Wa(e);if(t==="system"){if(nP())return{...lu["solarized-light"],name:"system"};return lu.system}return lu[t]}function Ot(e){switch(e.toUpperCase()){case"HEALTHY":case"OK":return"\u2713";case"UNHEALTHY":case"WARNING":case"WARN":return"!";case"FAILED":case"ERROR":return"\u2717";case"STOPPED":case"UNKNOWN":return"\u25CB";case"RUNNING":case"STARTING":case"RESTARTING":return"\u25CF";default:return"\u25CB"}}function Er(e,t){return ji(e)>=Hi?Ga:t}function ji(e){let t=e.startsWith("#")?e.slice(1):e,n=Number.parseInt(t,uP);if(Number.isNaN(n))return 0;let r=n>>pP&du,o=n>>fP&du,i=n&du;return(r*aP+o*cP+i*lP)/dP}function gP(e){let t=iP;for(let n=0;n<e.length;n+=1)t^=e.charCodeAt(n),t=Math.imul(t,sP);return t>>>0}function Ua(e){return ji(e.background)>=Hi}function pu(e){if(!e||!/^#[0-9a-f]{6}$/i.test(e))return!1;return ji(e)<Hi}function Ka(e,t){let n=mP[e];return Ua(t)?n.light:n.dark}function Xh(e,t){return ji(Ka(e,t))>=Hi?hP:yP}function je(e,t){if(e===""||e==="all")return t.muted;let n=ji(t.background)>=Hi?oP:rP;return n[gP(e)%n.length]??t.info}function vP(e,t){switch(t.toUpperCase()){case"ERROR":case"FATAL":return e.error;case"WARN":case"WARNING":return e.warning;case"INFO":return e.text;case"DEBUG":case"TRACE":return e.muted;default:return e.text}}function Qh(e,t,n){if(n==="string")return e.accent;if(n==="number")return e.info;if(n==="keyword")return e.error;return vP(e,t)}function Te(e,t){switch(t.toUpperCase()){case"HEALTHY":case"OK":return e.success;case"UNHEALTHY":case"WARNING":case"WARN":return e.warning;case"FAILED":case"ERROR":return e.error;case"RUNNING":case"STARTING":case"RESTARTING":return e.primary;case"INFO":return e.info;case"FATAL":return e.error;case"DEBUG":case"TRACE":case"UNKNOWN":return e.muted;default:return e.muted}}var vt,uu,lu,tP,rP,oP,iP=2166136261,sP=16777619,aP=299,cP=587,lP=114,dP=1000,Hi=160,uP=16,du=255,pP=16,fP=8,Ga="#1A1A1A",mP,hP="#1A1A1A",yP="#F5F5F5";var Qe=D(()=>{vt=["devctl","ember","tokyonight","catppuccin","catppuccin-latte","nord","gruvbox","kanagawa","dracula","onedark","monokai","solarized-dark","solarized-light","rose-pine","everforest","github-dark","iceberg","ayu-dark","oxocarbon","night-owl","terminal","voltage","voltage-light","ironclad","ironclad-light","signal","signal-light","system"],uu={devctl:"amber + cyan, product theme",ember:"warm orange",tokyonight:"Tokyo Night storm blues",catppuccin:"Catppuccin Mocha","catppuccin-latte":"Catppuccin Latte (light)",nord:"Arctic Nord frost",gruvbox:"Gruvbox dark hard",kanagawa:"Kanagawa wave / gold",dracula:"classic Dracula purple",onedark:"Atom / VS Code One Dark",monokai:"Monokai Sublime","solarized-dark":"Solarized dark","solarized-light":"Solarized light","rose-pine":"Ros\xE9 Pine moon",everforest:"Everforest dark medium","github-dark":"GitHub dimmed canvas",iceberg:"Iceberg navy","ayu-dark":"Ayu Mirage-adjacent dark",oxocarbon:"IBM Oxocarbon","night-owl":"Sarah Drasner Night Owl",terminal:"black + VGA ANSI chrome",voltage:"max contrast, electric neon (dark)","voltage-light":"max contrast, electric neon (light)",ironclad:"max contrast, steel & amber (dark)","ironclad-light":"max contrast, steel & amber (light)",signal:"max contrast, traffic-light semantics (dark)","signal-light":"max contrast, traffic-light semantics (light)",system:"neutral dark (system default)"},lu={tokyonight:{name:"tokyonight",primary:"#82AAFF",accent:"#C792EA",error:"#FF5370",warning:"#FFCB6B",success:"#C3E88D",info:"#89DDFF",text:"#F4F7FF",muted:"#A8B2CC",background:"#0F111A",panel:"#1A1B2E",element:"#24283B",highlight:"#2E3350",inverse:"#0F111A",border:"#3D4466",borderActive:"#82AAFF"},catppuccin:{name:"catppuccin",primary:"#89B4FA",accent:"#F5C2E7",error:"#F38BA8",warning:"#F9E2AF",success:"#A6E3A1",info:"#89DCEB",text:"#E4E8F7",muted:"#A6A9BE",background:"#11111B",panel:"#1E1E2E",element:"#313244",highlight:"#45475A",inverse:"#11111B",border:"#585B70",borderActive:"#89B4FA"},"catppuccin-latte":{name:"catppuccin-latte",primary:"#1E66F5",accent:"#EA76CB",error:"#D20F39",warning:"#DF8E1D",success:"#40A02B",info:"#179299",text:"#4C4F69",muted:"#6C6F85",background:"#EFF1F5",panel:"#E6E9EF",element:"#DCE0E8",highlight:"#CCD0DA",inverse:"#EFF1F5",border:"#9CA0B0",borderActive:"#1E66F5"},nord:{name:"nord",primary:"#88C0D0",accent:"#B48EAD",error:"#BF616A",warning:"#EBCB8B",success:"#A3BE8C",info:"#8FBCBB",text:"#F2F5FA",muted:"#A4AEBF",background:"#2E3440",panel:"#3B4252",element:"#434C5E",highlight:"#4C566A",inverse:"#2E3440",border:"#5E6A7D",borderActive:"#88C0D0"},gruvbox:{name:"gruvbox",primary:"#FE8019",accent:"#FABD2F",error:"#FB4934",warning:"#FE8019",success:"#B8BB26",info:"#8EC07C",text:"#F2E5BC",muted:"#C4B394",background:"#1D2021",panel:"#282828",element:"#3C3836",highlight:"#504945",inverse:"#1D2021",border:"#665C54",borderActive:"#FE8019"},kanagawa:{name:"kanagawa",primary:"#7FB4CA",accent:"#E6C384",error:"#E82424",warning:"#FFA066",success:"#98BB6C",info:"#7FB4CA",text:"#E8E4C9",muted:"#B4C0D6",background:"#16161D",panel:"#1F1F28",element:"#2A2A37",highlight:"#363646",inverse:"#16161D",border:"#54546D",borderActive:"#E6C384"},dracula:{name:"dracula",primary:"#BD93F9",accent:"#FF79C6",error:"#FF5555",warning:"#F1FA8C",success:"#50FA7B",info:"#8BE9FD",text:"#F8F8F2",muted:"#6272A4",background:"#21222C",panel:"#282A36",element:"#343746",highlight:"#44475A",inverse:"#21222C",border:"#6272A4",borderActive:"#BD93F9"},onedark:{name:"onedark",primary:"#61AFEF",accent:"#C678DD",error:"#E06C75",warning:"#E5C07B",success:"#98C379",info:"#56B6C2",text:"#ABB2BF",muted:"#5C6370",background:"#21252B",panel:"#282C34",element:"#2C323C",highlight:"#3E4451",inverse:"#21252B",border:"#4B5263",borderActive:"#61AFEF"},monokai:{name:"monokai",primary:"#66D9EF",accent:"#AE81FF",error:"#F92672",warning:"#E6DB74",success:"#A6E22E",info:"#66D9EF",text:"#F8F8F2",muted:"#75715E",background:"#1D1E19",panel:"#272822",element:"#3E3D32",highlight:"#49483E",inverse:"#1D1E19",border:"#75715E",borderActive:"#F92672"},"solarized-dark":{name:"solarized-dark",primary:"#268BD2",accent:"#6C71C4",error:"#DC322F",warning:"#B58900",success:"#859900",info:"#2AA198",text:"#93A1A1",muted:"#586E75",background:"#002B36",panel:"#073642",element:"#0A4A58",highlight:"#1A5A68",inverse:"#002B36",border:"#586E75",borderActive:"#268BD2"},"solarized-light":{name:"solarized-light",primary:"#268BD2",accent:"#D33682",error:"#DC322F",warning:"#CB4B16",success:"#859900",info:"#2AA198",text:"#586E75",muted:"#839496",background:"#FDF6E3",panel:"#EEE8D5",element:"#E4DCC8",highlight:"#D5CDB6",inverse:"#FDF6E3",border:"#93A1A1",borderActive:"#268BD2"},"rose-pine":{name:"rose-pine",primary:"#C4A7E7",accent:"#EBBCBA",error:"#EB6F92",warning:"#F6C177",success:"#31748F",info:"#9CCFD8",text:"#E0DEF4",muted:"#908CAA",background:"#191724",panel:"#1F1D2E",element:"#26233A",highlight:"#403D52",inverse:"#191724",border:"#6E6A86",borderActive:"#C4A7E7"},everforest:{name:"everforest",primary:"#7FBBB3",accent:"#D699B6",error:"#E67E80",warning:"#DBBC7F",success:"#A7C080",info:"#83C092",text:"#D3C6AA",muted:"#9DA9A0",background:"#232A2E",panel:"#2D353B",element:"#343F44",highlight:"#3D484D",inverse:"#232A2E",border:"#4F585E",borderActive:"#A7C080"},"github-dark":{name:"github-dark",primary:"#58A6FF",accent:"#A371F7",error:"#F85149",warning:"#D29922",success:"#3FB950",info:"#79C0FF",text:"#E6EDF3",muted:"#8B949E",background:"#0D1117",panel:"#161B22",element:"#21262D",highlight:"#30363D",inverse:"#0D1117",border:"#30363D",borderActive:"#58A6FF"},iceberg:{name:"iceberg",primary:"#84A0C6",accent:"#A093C7",error:"#E27878",warning:"#E2A478",success:"#B4BE82",info:"#89B8C2",text:"#C6C8D1",muted:"#6B7089",background:"#161821",panel:"#1E2132",element:"#2A3150",highlight:"#3D425B",inverse:"#161821",border:"#444B71",borderActive:"#84A0C6"},"ayu-dark":{name:"ayu-dark",primary:"#59C2FF",accent:"#FFB454",error:"#D95757",warning:"#FF8F40",success:"#C2D94C",info:"#95E6CB",text:"#B3B1AD",muted:"#626A73",background:"#0A0E14",panel:"#0D1017",element:"#131721",highlight:"#1B212C",inverse:"#0A0E14",border:"#2D3640",borderActive:"#FFB454"},oxocarbon:{name:"oxocarbon",primary:"#78A9FF",accent:"#EE5396",error:"#FA4D56",warning:"#F1C21B",success:"#42BE65",info:"#3DDBD9",text:"#F2F4F8",muted:"#A8A8A8",background:"#161616",panel:"#262626",element:"#393939",highlight:"#525252",inverse:"#161616",border:"#6F6F6F",borderActive:"#78A9FF"},"night-owl":{name:"night-owl",primary:"#82AAFF",accent:"#C792EA",error:"#EF5350",warning:"#ECC48D",success:"#ADDB67",info:"#7FDBCA",text:"#D6DEEB",muted:"#637777",background:"#011627",panel:"#0B2942",element:"#1D3B53",highlight:"#1E4B6B",inverse:"#011627",border:"#5F7E97",borderActive:"#82AAFF"},terminal:{name:"terminal",primary:"#55FFFF",accent:"#FF55FF",error:"#FF5555",warning:"#FFFF55",success:"#55FF55",info:"#5555FF",text:"#C0C0C0",muted:"#808080",background:"#000000",panel:"#000000",element:"#000000",highlight:"#1A1A1A",inverse:"#000000",border:"#555555",borderActive:"#55FFFF"},voltage:{name:"voltage",primary:"#00E5FF",accent:"#FF3EA5",error:"#FF1744",warning:"#FFEA00",success:"#00E676",info:"#40C4FF",text:"#FFFFFF",muted:"#C0C0C0",background:"#000000",panel:"#000000",element:"#0D0D0D",highlight:"#262626",inverse:"#000000",border:"#808080",borderActive:"#FFFFFF"},"voltage-light":{name:"voltage-light",primary:"#0057B7",accent:"#C2185B",error:"#D50000",warning:"#FF6D00",success:"#2E7D32",info:"#00838F",text:"#000000",muted:"#424242",background:"#FFFFFF",panel:"#FFFFFF",element:"#EDEDED",highlight:"#D6D6D6",inverse:"#FFFFFF",border:"#616161",borderActive:"#000000"},ironclad:{name:"ironclad",primary:"#4FC3F7",accent:"#FFD54F",error:"#FF5252",warning:"#FFB300",success:"#69F0AE",info:"#64B5F6",text:"#FFFFFF",muted:"#BDBDBD",background:"#000000",panel:"#000000",element:"#101010",highlight:"#242424",inverse:"#000000",border:"#757575",borderActive:"#4FC3F7"},"ironclad-light":{name:"ironclad-light",primary:"#01579B",accent:"#E65100",error:"#B71C1C",warning:"#EF6C00",success:"#1B5E20",info:"#0277BD",text:"#000000",muted:"#4A4A4A",background:"#FFFFFF",panel:"#FFFFFF",element:"#EFEFEF",highlight:"#DADADA",inverse:"#FFFFFF",border:"#6E6E6E",borderActive:"#01579B"},signal:{name:"signal",primary:"#29B6F6",accent:"#AB47BC",error:"#FF0000",warning:"#FFC400",success:"#00E400",info:"#00B8D4",text:"#FFFFFF",muted:"#B3B3B3",background:"#000000",panel:"#000000",element:"#0A0A0A",highlight:"#202020",inverse:"#000000",border:"#8A8A8A",borderActive:"#29B6F6"},"signal-light":{name:"signal-light",primary:"#01579B",accent:"#6A1B9A",error:"#C62828",warning:"#F9A825",success:"#2E7D32",info:"#00796B",text:"#000000",muted:"#3D3D3D",background:"#FFFFFF",panel:"#FFFFFF",element:"#ECECEC",highlight:"#D2D2D2",inverse:"#FFFFFF",border:"#5C5C5C",borderActive:"#01579B"},system:{name:"system",primary:"#60A5FA",accent:"#C084FC",error:"#F87171",warning:"#FBBF24",success:"#34D399",info:"#22D3EE",text:"#F9FAFB",muted:"#C4CAD3",background:"#030712",panel:"#111827",element:"#1F2937",highlight:"#374151",inverse:"#030712",border:"#4B5563",borderActive:"#60A5FA"},devctl:{name:"devctl",primary:"#FFB020",accent:"#3DE0FF",error:"#FF5C7A",warning:"#FFD166",success:"#3DFF9A",info:"#3DE0FF",text:"#F7FAFD",muted:"#B7C3D0",background:"#070B10",panel:"#121A22",element:"#1C2833",highlight:"#243444",inverse:"#0A1016",border:"#334556",borderActive:"#FFB020"},ember:{name:"ember",primary:"#FF9F43",accent:"#2EE6FF",error:"#FF4D6D",warning:"#FFE566",success:"#3DFF9A",info:"#2EE6FF",text:"#F7F9FF",muted:"#B0B8CC",background:"#07090F",panel:"#12161F",element:"#1A2130",highlight:"#243044",inverse:"#0B0D12",border:"#334155",borderActive:"#FF9F43"}},tP={opencode:"ember",light:"system",mocha:"catppuccin",latte:"catppuccin-latte","one-dark":"onedark","one dark":"onedark",solarized:"solarized-dark",rosepine:"rose-pine","rose pine":"rose-pine",github:"github-dark",ayu:"ayu-dark","night owl":"night-owl",ansi:"terminal",xterm:"terminal",console:"terminal",classic:"terminal",vga:"terminal",contrast:"voltage","contrast-light":"voltage-light",hc:"voltage","hc-light":"voltage-light",a11y:"voltage","a11y-light":"voltage-light"};rP=["#7AA2F7","#9ECE6A","#E0AF68","#BB9AF7","#2AC3DE","#FF9E64","#F7768E","#73DACA","#C0CAF5","#FF79C6","#7DCFFF","#C3E88D"],oP=["#2E5AAC","#3D7A1F","#9A6B12","#6B3FA0","#0E7A86","#B85C1A","#B4234A","#1A7A6D","#4A5080","#9A3480","#1565C0","#4A7C19"];mP={claude:{dark:"#E08A6A",light:"#B54328"},cursor:{dark:"#B8D4FF",light:"#1E4EBF"},kilo:{dark:"#F0C94A",light:"#8A6400"},codex:{dark:"#4ADE80",light:"#0B7A4B"}}});function ty(){return Ii()!==void 0}function Zh(e){let t=e/1000;if(Number.isInteger(t))return`${t}s`;return`${e}ms`}function mu(e,t,n){let r=e.indexOf(t),i=((r<0?0:r)+n+e.length)%e.length;return e[i]??e[0]}function ny(e,t){let n=[...vt],r=n.includes(e)?e:gu;return mu(n,r,t)}function ry(e,t){let n=[...xP],r=n.reduce((o,i)=>Math.abs(i-e)<Math.abs(o-e)?i:o,n[0]);return mu(n,r,t)}function Bi(e){let t=[...fu];return t.reduce((n,r)=>Math.abs(r-e)<Math.abs(n-e)?r:n,t[0])}function Va(e,t){return mu([...fu],Bi(e),t)}function Wi(e){let t=Bi(e),n=ey[t]??ey[Pr];return{px:t,...n}}function yn(e){return e.label==="compact"}function Gi(e){return e.steps<=2}function oy(e){return fu.map((n,r)=>r<e?"\u2588":"\u2591").join(" ")}function qa(e){return Wi(e).label}function iy(e){let t=e.locked?"Applies this session only. DEVCTL_TUI_CONFIG overrides the user file.":`Saved to ${e.configPath}.`;return[{id:"theme",group:"Appearance",kind:"cycle",name:"Theme",value:e.themeName,hint:"\u2190 \u2192 save enter picker",detail:`Arrows write the theme to the user file. Enter opens the picker. ${t}`},{id:"font",group:"Appearance",kind:"cycle",name:"Display size",value:qa(e.fontSize),hint:"\u2190 \u2192 save",detail:`Scales content padding and list-row height. Default keeps a thin rule between chrome and panes. Compact sits toolbars flush against borders. Header, nav, and status stay one line. Does not change the terminal font. ${t}`},{id:"mouse",group:"Input",kind:"toggle",name:"Mouse",value:e.mouse?"on":"off",hint:"space or enter toggle",detail:`Clicks on nav and lists. Restart the TUI after a change. ${t}`},{id:"leader",group:"Input",kind:"cycle",name:"Leader",value:Zh(e.leaderMs),hint:"\u2190 \u2192 save",detail:`How long ctrl+x waits for the next key. ${t}`},{id:"mcp",group:"MCP",kind:"page",name:"Settings page",value:e.mcpRunning?"running \u2192 /mcp":"off \u2192 /mcp",hint:"enter open the MCP page",detail:"Opens a dedicated MCP page (also /mcp or /agent). Start or stop the localhost server, change the port, and copy Claude, Cursor, Codex, and Kilo Code config."},{id:"file",group:"About",kind:"info",name:"File",value:e.configPath,hint:"read-only",detail:e.locked?`Using ${e.configPath} from DEVCTL_TUI_CONFIG.`:`User preferences live in ${e.configPath}.`},{id:"version",group:"About",kind:"info",name:"Version",value:ut,hint:"read-only",detail:Lt()},{id:"reset",group:"About",kind:"action",name:"Reset",value:"defaults",hint:"enter confirm reset",detail:`Restore theme ${gu}, display ${qa(Pr)}, mouse on, leader ${Zh(Na)}. Enter asks first. ${t}`}]}function hu(){return{theme:gu,mouse:!0,leader_timeout:Na,font_size:Pr}}function sy(e){return["Appearance","Input","MCP","About"].flatMap((n)=>{let r=e.filter((o)=>o.group===n);if(r.length===0)return[];return[{group:n,items:r}]})}function yu(e,t){if(e.length===0)return 0;return Math.min(Math.max(t,0),e.length-1)}function So(e,t){return e[yu(e,t)]}function vu(){return Ii()??Ha()}var xP,fu,gu="devctl",ey;var vn=D(()=>{Qe();Yt();xP=[1000,2000,3000],fu=[12,14,16,18,20,22];ey={12:{pad:0,rowH:1,gap:0,steps:1,label:"compact"},14:{pad:0,rowH:1,gap:0,steps:2,label:"default"},16:{pad:1,rowH:1,gap:1,steps:3,label:"comfortable"},18:{pad:1,rowH:2,gap:1,steps:4,label:"large"},20:{pad:2,rowH:2,gap:1,steps:5,label:"xl"},22:{pad:2,rowH:2,gap:2,steps:6,label:"xxl"}}});import{createContext as bP,useContext as wP}from"react";function ne(){return wP(xu)}var xu;var at=D(()=>{vn();Yt();xu=bP(Wi(Pr))});function my(e,t=!0){let n=e<nc?ay+1:ay,r=t?IP:0;return n+r+OP+r+MP+r+$P+r}function Wn(e){return e.length+FP}function hy(e,t){if(t<HP)return le(e,3);if(t<NP)return le(e,4);return e}function yy(e,t,n){let r=e.length;if(r===0||n<=0)return{start:0,end:-1};let o=t>=0&&t<r?t:0,i=bu(e,o,n);if(i.start===0&&i.end===r-1)return i;let s=o>0?Ja:0,a=o<r-1?Ja:0,c=s+a,l=bu(e,o,Math.max(e[o]??0,n-c)),d=(s>0&&l.start===0?Ja:0)+(a>0&&l.end===r-1?Ja:0);if(d===0)return l;return bu(e,o,Math.max(e[o]??0,n-c+d))}function bu(e,t,n){let r=e.length,o=t,i=t,s=e[t]??0;if(s>=n)return{start:t,end:t};while(o>0||i<r-1){let a=o>0?e[o-1]??0:Number.POSITIVE_INFINITY,c=i<r-1?e[i+1]??0:Number.POSITIVE_INFINITY,l=o>0&&s+a<=n,d=i<r-1&&s+c<=n;if(!l&&!d)break;let f=t-(o-1),m=i+1-t;if(l&&(!d||f<=m))o-=1,s+=a;else if(d)i+=1,s+=c;else break}return{start:o,end:i}}function vy(e){if(e==="detail")return Gn.findIndex((t)=>t.id==="services");return Gn.findIndex((t)=>t.id===e)}function le(e,t){if(t<=0)return"";if(e.length<=t)return e;if(t===1)return"\u2026";return`${e.slice(0,t-1)}\u2026`}function Eu(e){return e>=CP}function Tu(e){return e>=_P}function Au(e){return e>=PP}function oc(e,t=0){return Math.max(1,e-gy-t*2)}function xy(e){let t=py+Xt+xt;if(Eu(e))t+=xn;if(Tu(e))t+=Qa;if(Au(e))t+=Un;return Math.max(Ru,e-t)}function ky(e,t,n){let r=n?ly:jP+ly+Math.max(0,t)*2;return Math.max(1,e-r)}function UP(e){if(e.startsWith('"')||e.startsWith("'"))return"string";if(/^\d+$/.test(e))return"number";return"keyword"}function ac(e,t){let n=Math.max(1,t),r=e.replace(/\r\n/g,`
614
+ `}function TR(e){return`codex mcp add --url ${e}`}function Ki(e,t){return[{kind:"claude",title:"Claude",path:".mcp.json",language:"json",text:hu(e,t),hint:"claude mcp add-json"},{kind:"cursor",title:"Cursor",path:".cursor/mcp.json",language:"json",text:vu(e,t)},{kind:"kilo",title:"Kilo Code",path:"kilo.jsonc",language:"json",text:yu(e,t)},{kind:"codex",title:"Codex",path:"~/.codex/config.toml",language:"toml",text:xu(e,t),hint:TR(e)}]}function mv(e,t){let n=[`URL ${e}`,""];for(let r of Ki(e,t))n.push(`# ${r.title} ${r.path}${r.hint?` (${r.hint})`:""}`),n.push(r.text.trimEnd()),n.push("");return n.join(`
615
+ `)}function Oo(){return[{name:"start",aliases:["up"],desc:"Start selected services or the current profile",leader:"n",group:"services"},{name:"stop",aliases:["down"],desc:"Stop selected services",leader:"x",group:"services"},{name:"restart",aliases:[],desc:"Restart selected services",leader:"R",group:"services"},{name:"run",aliases:["task"],desc:"Run a one-off task: /run <task>",leader:"",group:"services"},{name:"exec",aliases:[],desc:"Run a command in a service context: /exec <service> -- <command\u2026>",leader:"",group:"services"},{name:"services",aliases:["s"],desc:"Open the services screen",leader:"s",group:"nav"},{name:"logs",aliases:["l"],desc:"Open the log viewer",leader:"l",group:"nav"},{name:"auth",aliases:["identity","a"],desc:"Open identity; /auth login, logout, or refresh",leader:"a",group:"nav"},{name:"credentials",aliases:["creds"],desc:"Open credential store status",leader:"",group:"nav"},{name:"reload",aliases:[],desc:"Reload configuration",leader:"",group:"ui"},{name:"proxy",aliases:["p"],desc:"Open the proxy screen",leader:"p",group:"nav"},{name:"mcp",aliases:["agent"],desc:"Open the MCP server screen for coding agents",leader:"",group:"nav"},{name:"doctor",aliases:["d"],desc:"Run environment diagnostics",leader:"d",group:"nav"},{name:"stats",aliases:["metrics"],desc:"View system and service statistics",leader:"m",group:"nav"},{name:"config",aliases:["c"],desc:"View merged configuration",leader:"c",group:"nav"},{name:"diff",aliases:["provenance"],desc:"Show winning config sources and what they shadowed",leader:"",group:"ui"},{name:"daemon",aliases:["bootstrap"],desc:"Show supervisor bootstrap logs (same file as devctl daemon logs)",leader:"",group:"app"},{name:"update",aliases:[],desc:"Check GitHub Releases for a newer version",leader:"",group:"app"},{name:"profiles",aliases:["o"],desc:"Select a development profile",leader:"o",group:"nav"},{name:"setup",aliases:["init"],desc:"Open setup guidance",leader:"i",group:"nav"},{name:"dashboard",aliases:["home"],desc:"Return to the dashboard",leader:"h",group:"nav"},{name:"themes",aliases:["theme"],desc:"List available themes",leader:"t",group:"ui"},{name:"settings",aliases:["prefs","preferences"],desc:"Open TUI settings (theme, mouse, MCP page)",leader:"",group:"ui"},{name:"help",aliases:["?"],desc:"Show the help dialog",leader:"",group:"ui"},{name:"refresh",aliases:[],desc:"Refresh status and logs",leader:"r",group:"ui"},{name:"regex",aliases:[],desc:"Toggle regex log search",leader:"",group:"logs"},{name:"since",aliases:[],desc:"Filter logs after an ISO timestamp",leader:"",group:"logs"},{name:"until",aliases:[],desc:"Filter logs before an ISO timestamp",leader:"",group:"logs"},{name:"history",aliases:[],desc:"Load a persisted log session",leader:"",group:"logs"},{name:"edit",aliases:[],desc:"Open configuration in $EDITOR",leader:"",group:"ui"},{name:"buffer",aliases:[],desc:"Edit configuration in a validate/save buffer",leader:"",group:"ui"},{name:"pause",aliases:[],desc:"Pause or resume live logs",leader:"",group:"logs"},{name:"fullscreen",aliases:["zen","expand"],desc:"Expand logs to fill the terminal",leader:"z",group:"logs"},{name:"filter",aliases:[],desc:"Toggle ERROR+ log filter",leader:"",group:"logs"},{name:"system",aliases:["internal"],desc:"Show or hide internal auth/mcp/devctl/proxy logs",leader:"",group:"logs"},{name:"reveal",aliases:[],desc:"Reveal or hide secret environment values",leader:"",group:"ui"},{name:"wrap",aliases:[],desc:"Cycle log wrap: selected, all lines, or clip",leader:"",group:"logs"},{name:"copy",aliases:[],desc:"Copy visible logs to the clipboard",leader:"",group:"logs"},{name:"export",aliases:[],desc:"Write filtered logs to ~/.devctl/exports",leader:"e",group:"logs"},{name:"exports",aliases:["open-exports"],desc:"Open the log export folder",leader:"",group:"logs"},{name:"clear",aliases:["new"],desc:"Clear the on-screen log buffer",leader:"",group:"logs"},{name:"version",aliases:["v"],desc:"Show the current devctl version",leader:"",group:"app"},{name:"exit",aliases:["quit","q"],desc:"Exit",leader:"q",group:"app"}]}function hv(e){let t=e.trim().toLowerCase().replace(/^\//,"");return Oo().filter((n)=>t===""||AR(n,t))}function AR(e,t){if(e.name.startsWith(t)||e.name.includes(t)||e.desc.toLowerCase().includes(t))return!0;return e.aliases.some((n)=>n.startsWith(t)||n===t)}function qi(e){let t=e.trim().toLowerCase().replace(/^\//,"").split(" ")[0]??"";return Oo().find((n)=>n.name===t||n.aliases.includes(t))}function vv(e){return e.trim().replace(/^\//,"").split(/\s+/).slice(1).filter((n)=>n!=="")}function yv(e){return Oo().find((n)=>n.leader===e)?.name??""}function xv(e){let t=e.includes("--print-env"),n=e.includes("--reveal"),r=e.filter((o)=>o!=="--print-env"&&o!=="--reveal"&&o!=="--");return{service:r[0]??"",printEnv:t,reveal:n,command:r.slice(1)}}function wu(e){if(e.newer)return`update available ${e.current} \u2192 ${e.latest} ${e.hint}`;if(e.latest!=="")return`${e.current} up to date`;return`${e.current} (latest unavailable)`}async function Vi(e=fetch){try{let t=await e(LR,{headers:{Accept:"application/vnd.github+json"}});if(!t.ok)return{current:pt,latest:"",newer:!1,hint:bu};let r=((await t.json()).tag_name??"").replace(/^v/,"");return{current:pt,latest:r,newer:r!==""&&DR(r,pt)>0,hint:bu}}catch{return{current:pt,latest:"",newer:!1,hint:bu}}}function DR(e,t){let n=bv(e),r=bv(t);for(let o=0;o<3;o+=1){let i=(n[o]??0)-(r[o]??0);if(i!==0)return i>0?1:-1}return 0}function bv(e){return e.replace(/^v/,"").split(".").slice(0,3).map((t)=>{let n=Number.parseInt(t.replace(/[^0-9].*$/,""),10);return Number.isFinite(n)?n:0})}var LR="https://api.github.com/repos/amr-m-abdelgawad/devctl/releases/latest",bu="npm install --global @amr-m-abdelgawad/devctl@latest # alternatives: Homebrew or the unsigned GitHub Release binaries \u2014 see docs/installation.md";var Su=()=>{};function Tv(e,t=!0){let n=e<sc?wv+1:wv,r=t?VR:0;return n+r+UR+r+KR+r+qR+r}function qn(e){return e.length+JR}function Av(e,t){if(t<YR)return ce(e,3);if(t<zR)return ce(e,4);return e}function Lv(e,t,n){let r=e.length;if(r===0||n<=0)return{start:0,end:-1};let o=t>=0&&t<r?t:0,i=ku(e,o,n);if(i.start===0&&i.end===r-1)return i;let s=o>0?Qa:0,a=o<r-1?Qa:0,c=s+a,l=ku(e,o,Math.max(e[o]??0,n-c)),d=(s>0&&l.start===0?Qa:0)+(a>0&&l.end===r-1?Qa:0);if(d===0)return l;return ku(e,o,Math.max(e[o]??0,n-c+d))}function ku(e,t,n){let r=e.length,o=t,i=t,s=e[t]??0;if(s>=n)return{start:t,end:t};while(o>0||i<r-1){let a=o>0?e[o-1]??0:Number.POSITIVE_INFINITY,c=i<r-1?e[i+1]??0:Number.POSITIVE_INFINITY,l=o>0&&s+a<=n,d=i<r-1&&s+c<=n;if(!l&&!d)break;let f=t-(o-1),g=i+1-t;if(l&&(!d||f<=g))o-=1,s+=a;else if(d)i+=1,s+=c;else break}return{start:o,end:i}}function Dv(e){if(e==="detail")return Vn.findIndex((t)=>t.id==="services");return Vn.findIndex((t)=>t.id===e)}function ce(e,t){if(t<=0)return"";if(e.length<=t)return e;if(t===1)return"\u2026";return`${e.slice(0,t-1)}\u2026`}function Lu(e){return e>=$R}function Du(e){return e>=IR}function Ou(e){return e>=FR}function cc(e,t=0){return Math.max(1,e-Ev-t*2)}function Ov(e){let t=Rv+en+vt;if(Lu(e))t+=Sn;if(Du(e))t+=nc;if(Ou(e))t+=Jn;return Math.max(Au,e-t)}function Fv(e,t,n){let r=n?kv:XR+kv+Math.max(0,t)*2;return Math.max(1,e-r)}function tP(e){if(e.startsWith('"')||e.startsWith("'"))return"string";if(/^\d+$/.test(e))return"number";return"keyword"}function $o(e){return e.replace(nP,"")}function uc(e,t){let n=Math.max(1,t),r=$o(e).replace(/\r\n/g,`
616
616
  `).replace(/\r/g,`
617
617
  `).split(`
618
- `),o=[];for(let i of r)if(i.length<=n)o.push(i);else o.push(...KP(i,n));return o.length>0?o:[""]}function Cy(e,t,n){let r=e.length>0?[...e]:[""];if(n||r.length<=1)return{visible:r,mark:"",folded:!1,hidden:0};let o=r.length-1,i=` ${BP}${o}`,s=Math.max(1,t-i.length);return{visible:[le(r[0]??"",s)],mark:i,folded:!0,hidden:o}}function _y(e,t){return e==="all"||e==="focus"&&t}function Lu(e){if(e==="clip")return"focus";if(e==="focus")return"all";return"clip"}function Py(e,t,n,r=Ar){if(e.length===0)return{start:0,items:[],newer:0};if(!t){let a=Math.max(0,e.length-r);return{start:a,items:e.slice(a),newer:0}}let o=e.length-1,i=Math.max(0,Math.min(n,o)),s=e.slice(i,i+r);return{start:i,items:s,newer:Math.max(0,e.length-i-s.length)}}function Du(e,t=Ar){return Math.max(0,e-t)}function Ou(e,t,n,r){let o=Math.max(t-1,0);if(e<0&&n>0)return{selected:0,startDelta:Math.max(-n,e)};if(e>o&&r>0)return{selected:o,startDelta:Math.min(r,e-o)};return{selected:Math.min(o,Math.max(0,e)),startDelta:0}}function Ki(e){if(e==="all")return"wrap all";if(e==="focus")return"wrap selected";return"clip"}function KP(e,t){let n=[],r=e;while(r.length>t){let o=r.slice(0,t),i=qP(o);if(i>0)n.push(r.slice(0,i).trimEnd()),r=r.slice(i).trimStart();else n.push(r.slice(0,t)),r=r.slice(t)}if(r.length>0)n.push(r);return n}function qP(e){let t=e.lastIndexOf(" "),n=e.lastIndexOf("\t"),r=e.lastIndexOf(","),o=Math.max(t,n,r);if(o<Math.floor(e.length*WP))return-1;return e[o]===","?o+1:o}function Ry(e){let t=[],n=new RegExp(GP.source,"gi"),r=0,o=n.exec(e);while(o){let i=o[0]??"";if(o.index>r)t.push({text:e.slice(r,o.index),kind:"text"});t.push({text:i,kind:UP(i)}),r=o.index+i.length,o=n.exec(e)}if(r<e.length)t.push({text:e.slice(r),kind:"text"});if(t.length===0)return[{text:e,kind:"text"}];return t}function Ey(e){let t=e.showTimestamps?ic:0,n=e.showMeta?rc:0;return Math.max(by,e.width-t-e.serviceWidth-sc-n-wy-Ui*Sy)}function qi(e){return Math.max(AP,e-LP*2)}function Ty(e){let t=e.width<EP,n=e.proxyOn?`\u25CF ${le(e.proxyAddress,t?10:18)}`:t?"":"\u25CB off";return[{label:t?`${e.running}/${e.total}`:$u(e.running,e.total),tone:e.running>0?"success":"idle"},{label:n,tone:e.proxyOn?"info":"idle",hide:t&&!e.proxyOn},{label:"MCP",tone:"info",hide:!e.mcpOn},{label:e.adc?t?"ADC":"ADC ok":t?"!ADC":"ADC missing",tone:e.adc?"success":"error"},{label:t?"sec":"secrets shown",tone:"warning",hide:!e.reveal}]}function Ay(e,t){let n=t.reduce((s,a)=>Math.max(s,a.length),0),r=ic+sc+wy+by+Ui*Sy,o=Math.max(cy,e-r),i=Math.max(cy,n);return Math.min(fy,o,i)}function cc(e,t,n){if(n)return e;let r=t.reduce((a,c)=>Math.max(a,c.length),0),o=Math.min(fy,Math.max(Ru,r+SP)),i=py+Xt+xt+o+gy+kP,s=Math.max(Ya,Math.floor(e*RP));return Math.min(s,Math.max(Ya,i))}function z(e,t){if(t<=0)return"";if(e.length>=t)return le(e,t);return e.padEnd(t)}function Co(e,t){let n=[],r=0;for(let o of e){let i=o.key.length+o.label.length+3;if(r+i>t)break;n.push(o),r+=i}return n}function Ly(e){return e<DP}function _o(e,t,n,r,o="center",i=!0){let s=Math.min(n,Math.max(1,e-4)),a=Math.min(my(e,i),Math.max(0,t-1)),c=Math.min(r,Math.max(1,t-a)),l=Math.max(0,Math.min(Math.floor((e-s)/2),Math.max(0,e-s))),d=o==="bottom"?t-2-c:Math.floor((t-c)/2),f=Math.max(0,Math.min(d,t-c));return{left:l,top:f,width:s,height:c}}function Dy(e){if(e==="")return"idle";if(JP.test(e))return"error";if(e.includes("session only"))return"warning";if(VP.test(e))return"success";return"info"}function Oy(e,t,n){let r=n!==""&&e.profiles[n]?n:"";if(t.length>0)return{services:t,profile:r};if(r!=="")return{services:[...e.profiles[n]?.services??[]],profile:r};return{services:Object.keys(e.services),profile:""}}function My(e,t){if(e==="doctor")return t.doctor;if(e==="settings")return t.settings;if(e==="profiles")return t.profiles;if(e==="dashboard"||e==="services")return t.services;if(e==="logs")return t.logs??0;if(e==="mcp")return t.mcp??0;if(e==="setup")return TP;return 0}function $y(e){if(e==="0")return Gn[9]?.id;if(e.length===1&&e>="1"&&e<="9")return Gn[Number(e)-1]?.id;return}function lc(e){if(!e)return"";return Object.keys(e.profiles).sort()[0]??""}function dc(e){return zP.has(e)}function Vi(e){if(!e)return!1;return dc(e.state)}function uc(e,t){let n=t??Object.keys(e?.services??{});return{running:n.filter((o)=>Vi(e?.services[o])).length,total:n.length}}function Iy(e,t){let n=0,r=0,o=0,i=0,s=0,a=0;for(let c of e){let l=t?.services[c];if(l?.health==="HEALTHY")o+=1;let d=l?.state??"STOPPED";if(d==="FAILED")i+=1;else if(d==="STOPPING")s+=1;else if(d==="STARTING"||d==="RESTARTING")r+=1;else if(dc(d))n+=1;else a+=1}return{total:e.length,live:n+r,running:n,starting:r,healthy:o,failed:i,stopping:s,stopped:a}}function Fy(e,t){if(!Number.isFinite(e)||!Number.isFinite(t)||t<=0)return 0;return e/t}function tR(e,t,n){if(!Number.isFinite(e))return"success";if(e>n)return"error";if(e>t)return"warning";return"success"}function nR(e,t){return tR(Fy(e,t),YP,XP)}function rR(e,t){let n=t>0?e/t:1;if(n<ZP)return"error";if(n<QP)return"warning";return"success"}function wu(e){if(!Number.isFinite(e)||e<0)return"\u2014";return e.toFixed(2)}function oR(e){if(!Number.isFinite(e)||e<0)return"\u2014";return`${Math.round(e*100)}%`}function Ny(e,t=Date.now()){if(!e?.startTime)return"\u2014";let n=new Date(e.startTime).getTime();if(!Number.isFinite(n))return"\u2014";return Ro(t-n)}function Hy(e,t=eR){return Object.entries(e).sort((n,r)=>r[1]-n[1]||n[0].localeCompare(r[0])).slice(0,t)}function jy(e,t=1){return Math.max(24,e-uR-t*2-pR-fR-gR)}function By(e){let t=e>=iR,n=e>=sR,r=e>=aR,o=e>=cR,i=e>=lR,s=e>=dR,a=Xt+xt;if(t)a+=xn+xt;if(n)a+=ec+xt;if(r)a+=tc+xt;if(o)a+=Za+xt;if(i)a+=pc+xt;if(s)a+=Un;return{name:Math.max(Ru,e-a),health:t,cpu:n,mem:r,up:o,rst:i,pid:s}}function Wy(e){let t=Number.isFinite(e)&&e>0?e:0;return{ratio:Math.min(1,t),label:oR(t)}}function Gy(e,t=yR){return`[${Ji(e.ratio,t)}] ${e.label.padStart(4)}`}function Mu(e,t){let n=e.reduce((l,d)=>Math.max(l,d.what.length),4),r=e.reduce((l,d)=>Math.max(l,d.reading.length),7),o=e.some((l)=>l.meter)?vR:0,i=Po*(o>0?3:2),s=Math.min(mR,Math.max(Su,n)),a=Math.min(hR,Math.max(ku,r)),c=t-s-a-o-i;if(c<za&&a>ku)a=Math.max(ku,a-(za-c)),c=t-s-a-o-i;if(c<za&&s>Su)s=Math.max(Su,s-(za-c)),c=t-s-a-o-i;return{what:s,reading:a,meaning:Math.max(0,c),meter:o}}function Uy(e){return xR.has((e?.health.type??"").toLowerCase())}function Ky(e){if(e==="darwin")return"macOS";if(e==="win32")return"Windows";if(e==="linux")return"Linux";return e||"this computer"}function qy(e,t){let n=Math.max(1,t),r=nR(e,n),o=r==="error"?"overloaded":r==="warning"?"busy":"not busy",i=r==="error"?`${n} cores are queued up \u2014 last minute ${wu(e)}`:r==="warning"?`${n} cores nearly full \u2014 last minute ${wu(e)}`:`${n} cores. Last minute ${wu(e)} (under ${n} is fine)`;return{what:"CPU work",reading:o,meaning:i,tone:r,meter:Wy(Fy(e,n))}}function Vy(e,t){let n=rR(e,t),r=`${Xa(e)} of ${Xa(t)}`,o=n==="error"?"Almost no RAM left for new work":n==="warning"?"RAM is getting tight":"RAM the computer can still give out",i=t>0?Math.max(0,(t-e)/t):0;return{what:"RAM leftover",reading:r,meaning:o,tone:n,meter:Wy(i)}}function Jy(e){let t=e?.state??"STOPPED";if(t==="FAILED")return"crashed";if(t==="STOPPING")return"stopping";if(t==="STARTING"||t==="RESTARTING")return"starting";if(dc(t))return"up";return"off"}function zy(e){if(!e||!dc(e.state))return"\u2014";if(e.health==="HEALTHY")return"ready";if(e.health==="UNHEALTHY")return"failing";if(e.state==="STARTING"||e.state==="RESTARTING")return"waiting";return"checking"}function Yy(e){if(e==="keychain")return"password store";if(e==="file")return"local file";return e||"unknown store"}function Xy(e,t){let n=[{what:"Started",reading:String(e.live),meaning:e.live===0?"nothing is running yet":"process is up",tone:e.live>0?"success":"muted"}];if(t)n.push({what:"Ready",reading:String(e.healthy),meaning:e.live===0?"start services first":"passed their health check",tone:e.live>0&&e.healthy<e.live?"warning":e.healthy>0?"success":"muted"});if(e.starting>0)n.push({what:"Still starting",reading:String(e.starting),meaning:"not ready for traffic yet",tone:"warning"});if(e.stopping>0)n.push({what:"Stopping",reading:String(e.stopping),meaning:"shutting down",tone:"warning"});return n.push({what:"Crashed",reading:String(e.failed),meaning:e.failed>0?"open the service for the error":"none",tone:e.failed>0?"error":"muted"}),n.push({what:"Not started",reading:String(e.stopped),meaning:e.stopped>0?"off until you start them":"all are up",tone:"muted"}),n}function Ji(e,t=20){let n=Number.isFinite(e)?Math.min(1,Math.max(0,e)):0,r=Math.round(n*t);return"\u2588".repeat(r)+"\u2591".repeat(Math.max(0,t-r))}function Ro(e){if(!Number.isFinite(e)||e<Cu)return"< 1s";let t=Math.floor(e/dy),n=Math.floor(e%dy/Pu),r=Math.floor(e%Pu/_u),o=Math.floor(e%_u/Cu);if(t>0)return`${t}d ${n}h`;if(n>0)return`${n}h ${r}m`;if(r>0)return`${r}m ${String(o).padStart(2,"0")}s`;return`${o}s`}function Xa(e){if(!Number.isFinite(e)||e<0)return"\u2014";let t=e/bR;if(t>=uy)return`${(t/uy).toFixed(1)}G`;if(t>=1)return`${Math.round(t)}M`;return`${Math.round(e)}K`}function Qy(e){if(!Number.isFinite(e)||e<0)return"\u2014";return`${e.toFixed(1)}%`}function Eo(e){if(!e)return!0;let t=Object.values(e.services);if(t.length===0)return!0;return!t.some((n)=>Vi(n))}function Zy(e,t){if(e.length>0)return e;return[...t]}function fc(e,t){if(e.length>0)return[...e];return t===""?[]:[t]}function zi(e){return wR.has(e)}function tv(e,t,n,r){let o=n===""?t:t.filter((a)=>a.timestamp>=n);if(o.length===0)return e;let i=Math.max(1,r);if(o.length>=i)return o.slice(-i);let s=Math.max(0,e.length+o.length-i);return e.slice(s).concat(o)}function nv(e,t){let n=t.length>0?t[t.length-1].seq:-1,r=e.filter((o)=>o.seq>n);return[...t,...r]}function rv(e,t){if(t.length===0)return e;let n=new Set(e.map((o)=>o.seq)),r=t.filter((o)=>!n.has(o.seq));return r.length===0?e:[...r,...e]}function ov(e,t,n){return e&&t<=0&&n}function iv(e){return e.filter((t)=>t.level==="ERROR"||t.level==="FATAL").length}function SR(e){return`${e.timestamp} ${e.service} ${e.level} ${e.message}`}function sv(e){return[e.message,`time ${e.timestamp}`,`service ${e.service}`,`source ${e.source}${e.stream?` / ${e.stream}`:""}`,`level ${e.level}`,`pid ${e.pid||"\u2014"}`,`request ${e.request_id||"\u2014"}`,`identity ${e.identity||"\u2014"}`].join(`
619
- `)}function av(e){return e.map((t)=>SR(t)).join(`
620
- `)}function To(e,t){let n=t.services?.filter((l)=>l!=="")??[],r=t.service??"",o=(t.search??"").trim(),i=t.source??"",s=t.since??"",a=t.until??"",c;if(o!=="")if(t.regex===!0){let l=ya(o);if(l)c=(d)=>l.test(d);else c=(d)=>d.toLowerCase().includes(o.toLowerCase())}else{let l=o.toLowerCase();c=(d)=>d.toLowerCase().includes(l)}return e.filter((l)=>{if(n.length>0&&!n.includes(l.service))return!1;if(r!==""&&l.service!==r)return!1;if(i!==""&&l.source!==i)return!1;if(t.systemLogs===!1&&zi(l.source))return!1;if(s!==""&&l.timestamp<s)return!1;if(a!==""&&l.timestamp>a)return!1;if(t.errorOnly===!0&&l.level!=="ERROR"&&l.level!=="FATAL")return!1;if(!c)return!0;return c(l.message)||c(l.service)})}function kR(e,t){let n={};for(let i of e)n[i.service]=(n[i.service]??0)+1;let r=t.map((i)=>({name:i,count:n[i]??0})),o=Object.keys(n).filter((i)=>!t.includes(i)).sort().map((i)=>({name:i,count:n[i]??0}));return[...r,...o]}function cv(e,t,n=[]){let r=Yi(e,t,n);return[{name:"",count:t.length},...kR(t,r)]}function CR(e,t){let n=e.map((o)=>({name:o,count:t[o]??0})),r=Object.keys(t).filter((o)=>!e.includes(o)).sort().map((o)=>({name:o,count:t[o]??0}));return[...n,...r]}function lv(e,t,n=[]){let r=Object.keys(t.byService).map((i)=>({service:i})),o=Yi(e,r,n);return[{name:"",count:t.total},...CR(o,t.byService)]}function $u(e,t){if(e<=0)return"none started";return`${e}/${t} running`}function Yi(e,t,n=[]){let r=[...e],o=(i)=>{if(i!==""&&!r.includes(i))r.push(i)};for(let i of n)o(i);for(let i of t)o(i.service);return r}function dv(e,t,n){let r=["",...Yi(e,t)];if(n<1||n>r.length)return;return r[n-1]}function Iu(e,t,n){let r=["",...e],o=r.indexOf(t),s=((o<0?0:o)+n+r.length)%r.length;return r[s]??""}function Xi(e){return e.waves.flat().join(" \u2192 ")}function uv(e){let t=Xi(e);if(t==="")return"Started selected services";return`Started ${t}`}function pv(e){let t=Xi(e);if(t==="")return"Stopped running services";return`Stopped ${t}`}function fv(e,t,n,r="start"){let o=n?.services[e],i=Nt(o);if(o?.last_error&&r!=="stop")return o.last_error;if(r==="stop"){if(i==="STOPPED")return"stopped";if(i==="STOPPING")return"stopping now";if(i==="FAILED")return"already failed";return"queued"}if(i==="HEALTHY")return"ready";if(i==="STARTING")return"starting now";if(i==="RUNNING")return"up, waiting for health";if(i==="UNHEALTHY")return"unhealthy \u2014 retrying health check";if(i==="STOPPING")return"stopping first";if(i==="FAILED")return"failed \u2014 later waves will not start";let a=(t.steps.find((c)=>c.name===e)?.dependencies??[]).filter((c)=>{let l=Nt(n?.services[St(c)]);return On(c)==="service_healthy"?l!=="HEALTHY":l==="STOPPED"||l==="FAILED"}).map(St);if(a.length>0)return`waits for ${a.join(", ")}`;return"queued"}function Qi(e,t,n="start"){if(e.length===0)return"completed";let r=e.map((i)=>t?.services[i]);if(r.some((i)=>i?.state==="FAILED"))return"failed";if(n==="stop"){if(r.every((i)=>!i||i.state==="STOPPED"||i.state==="UNKNOWN"))return"completed";if(r.some((i)=>i?.state==="STOPPING"))return"active";return"queued"}let o=(i)=>Boolean(i&&(i.state==="HEALTHY"||i.health==="HEALTHY"||i.state==="RUNNING"&&i.health!=="UNHEALTHY"));if(r.every(o))return"completed";if(r.some((i)=>i?.state==="UNHEALTHY"||i?.health==="UNHEALTHY"))return"unhealthy";if(r.some((i)=>i?.state==="STARTING"||i?.state==="RUNNING"||i?.state==="RESTARTING"))return"active";return"queued"}function gv(e,t,n="start"){let o=e.waves.flat().length,i=0,s=0,a=0,c=0;for(let x=0;x<e.waves.length;x++){let y=e.waves[x]??[],b=Qi(y,t,n);if(b==="active"||b==="unhealthy"||b==="failed")c=x;else if(b==="completed"&&c===x&&x<e.waves.length-1)c=x+1;for(let k of y){let S=t?.services[k];if(n==="stop"?!S||S.state==="STOPPED"||S.state==="UNKNOWN":Boolean(S&&(S.state==="HEALTHY"||S.health==="HEALTHY"||S.state==="RUNNING"&&S.health!=="UNHEALTHY")))i++;else if(S?.state==="FAILED")s++;else if(S?.state==="STARTING"||S?.state==="RUNNING"||S?.state==="UNHEALTHY"||S?.health==="UNHEALTHY"||S?.state==="STOPPING"||S?.state==="RESTARTING")a++}}let l=o>0?Math.round(i/o*100):100,d=16,f=Math.round(l/100*d),m="\u2588".repeat(f)+"\u2591".repeat(Math.max(0,d-f)),g=i===o&&o>0;return{total:o,ready:i,active:a,failed:s,percent:l,progressBar:m,currentWaveIndex:c,totalWaves:e.waves.length,isComplete:g}}function mv(e,t,n){let r=n==="completed"?"\u2713 Completed":n==="failed"?"\u2717 Failed":n==="unhealthy"?"\u26A0 Unhealthy":n==="active"?"\u23F3 In Progress":"\u25CB Queued";return`${e==="stop"?t===0?"Wave 1 (Stop First)":`Wave ${t+1}`:t===0?"Wave 1 (Start First)":`Wave ${t+1}`} \xB7 ${r}`}function hv(e,t,n,r){let o=r?` \xB7 Profile ${r}`:"";if(n)return`${e==="stop"?"Shutdown":"Startup"} Failed (${n})`;if(t)return`${e==="stop"?"Stopping Services":e==="restart"?"Restarting Pipeline":"Starting Pipeline"}${o}`;return`${e==="stop"?"Shutdown Complete":"Startup Complete"}${o}`}function yv(e,t){if(e)return{primary:"Working\u2026 esc hide this panel (keeps running in background)",secondary:"Services are transitioning. You can dismiss anytime without stopping them."};if(t)return{primary:"enter or esc back to dashboard",secondary:"Execution stopped. Check logs or open Doctor to resolve errors."};return{primary:"enter or esc back to dashboard",secondary:"All waves finished. Click here or press enter to continue."}}function vv(e){let t=Tr.indexOf(e);if(t<0)return"dashboard";return Tr[(t+1)%Tr.length]??"dashboard"}function xv(e){let t=Tr.indexOf(e);if(t<0)return"dashboard";return Tr[(t-1+Tr.length)%Tr.length]??"dashboard"}function bv(e){return["services","nav","logs","ui","app"].flatMap((n)=>{let r=e.filter((o)=>o.group===n);if(r.length===0)return[];return[{group:n,items:r}]})}function wv(e){let t=e.trim().toLowerCase().replace(/^\//,""),n=wo().filter((r)=>t===""||r.name.includes(t)||r.desc.toLowerCase().includes(t)||r.aliases.some((o)=>o.startsWith(t)));return bv(n).flatMap((r)=>r.items)}function Sv(e){return bv(e).flatMap((t)=>t.items.map((n)=>({name:`/${n.name}`,description:`${t.group} \xB7 ${n.desc}`,value:n.name})))}function kv(e,t,n=mn()){if(t==="slash")return[{key:"\u2191\u2193",label:"suggest"},{key:"tab",label:"complete"},{key:"enter",label:"run"},{key:"esc",label:"cancel"}];if(t==="palette"||t==="themes")return[{key:"\u2191\u2193",label:"move"},{key:"enter",label:t==="themes"?"save":"select"},{key:"esc",label:t==="themes"?"revert":"close"}];if(t==="help")return[{key:"j/k",label:"scroll"},{key:"esc",label:"close"}];if(t==="log-details")return[{key:"j/k",label:"scroll"},{key:n,label:"copy"},{key:"esc",label:"close"}];if(t==="confirm")return[{key:"enter",label:"confirm"},{key:"esc",label:"stay"}];if(t==="plan")return[{key:"esc",label:"back to dashboard"},{key:"enter",label:"done"}];if(t==="leader")return Fu();if(t==="config-edit")return[{key:"ctrl+s",label:"save"},{key:"esc",label:"discard"}];return _R(e,n)}function Fu(){return[{key:"n",label:"start"},{key:"x",label:"stop"},{key:"R",label:"restart"},{key:"s",label:"services"},{key:"l",label:"logs"},{key:"t",label:"themes"},{key:"q",label:"quit"}]}function _R(e,t){let n=[{key:"/",label:"command"},{key:"ctrl+p",label:"palette"},{key:"?",label:"help"}];switch(e){case"dashboard":return[{key:"space",label:"select"},{key:"*",label:"all"},{key:"-",label:"none"},{key:"enter",label:"start or open"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"r",label:"refresh"},{key:"R",label:"restart"},{key:"\u2190\u2192",label:"log filter"},{key:"g",label:"latest"},{key:"z",label:"full logs"},{key:"i",label:"internal logs"},{key:"ctrl+l",label:"clear logs"},{key:t,label:"copy logs"},{key:"j/k",label:"move"},...n];case"services":return[{key:"enter",label:"detail"},{key:"space",label:"select"},{key:"*",label:"all"},{key:"-",label:"none"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"r",label:"refresh"},{key:"R",label:"restart"},...n];case"detail":return[{key:"j/k",label:"scroll env"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"o",label:"config"},{key:"l",label:"logs"},{key:"esc",label:"back"},...n];case"logs":return[{key:"\u2190\u2192",label:"filter"},{key:"1-9",label:"source"},{key:"e",label:"errors"},{key:"i",label:"internal logs"},{key:"ctrl+l",label:"clear logs"},{key:"g",label:"latest"},{key:"f",label:"search"},{key:"t",label:"time"},{key:"m",label:"meta"},{key:"w",label:"wrap"},{key:"j/k",label:"move"},{key:t,label:"copy"},{key:"p",label:"pause"},{key:"z",label:"full screen"},{key:"/exports",label:"open folder"},...n];case"profiles":return[{key:"space",label:"set current"},{key:"enter",label:"set and start"},{key:"j/k",label:"move"},...n];case"proxy":return[{key:"n",label:"start proxy"},{key:"x",label:"stop proxy"},...n];case"mcp":return[{key:"j/k",label:"move"},{key:"space",label:"start or copy"},{key:"\u2190\u2192",label:"change port"},{key:"enter",label:"start or copy"},...n];case"config":return[{key:"v",label:"buffer"},{key:"e",label:"editor"},{key:"/reload",label:"reload"},{key:"j/k",label:"scroll"},...n];case"setup":return[{key:"j/k",label:"steps"},{key:"enter",label:"continue"},{key:"esc",label:"back or exit"},...n];case"doctor":return[{key:"r",label:"run doctor again"},{key:"j/k",label:"move"},{key:"enter",label:"fix port"},...n];case"auth":return[{key:"r",label:"probe identities"},{key:"/auth refresh",label:"probe"},...n];case"settings":return[{key:"j/k",label:"move"},{key:"\u2190\u2192",label:"save"},{key:"enter",label:"apply or open page"},{key:"space",label:"toggle"},...n];default:return[{key:"tab",label:"screens"},...n]}}function Cv(e,t,n){if(n<=t||e<t)return 0;return Math.min(e-t+1,n-t)}function Lr(e,t){if(e.length===0)return;let n=Math.min(Math.max(t,0),e.length-1);return e[n]}function gc(e){return e.command.args.join(" ")||"\u2014"}function Zi(e,t){let n=Dr(t);if(n!=="")return n;if(e.ports.length===0)return"\u2014";return e.ports.map((r)=>`${r.name}:${r.auto?"auto":r.value}`).join(" ")}function mc(e){let t=e.health.type||"none",n=e.health.url||e.health.address;return n===""?t:`${t} ${n}`}function hc(e,t){if(t?.identity)return t.identity;let n=e.identity.type||"none",r=e.identity.service_account;return r===""?n:`${n} ${r}`}function yc(e){let t=e.restart.policy||"none";if(e.restart.max_retries>0)return`${t} \xD7${e.restart.max_retries}`;return t}function _v(e,t,n,r){let o={...e.environment.defaults,...e.environment.vars},i=LR(o,t,n,r);return[...new Set([...Object.keys(i),...e.environment.required])].sort().map((a)=>({key:a,value:i[a]??"",required:e.environment.required.includes(a)}))}function Pv(e){let t=Math.max(AR,e-TR);return Math.min(RR,Math.max(PR,Math.floor(t*ER)))}function Dr(e){if(!e)return"";if(e.ports.http!==void 0)return String(e.ports.http);let t=Object.values(e.ports)[0];return t!==void 0?String(t):""}function Nt(e){if(!e)return"STOPPED";return po(e)}function Rv(e,t,n){if(e==="quit")return{title:"Quit",body:"Stop managed services and leave the TUI? Press d to detach and leave them running."};if(e==="reload")return{title:"Reload applied",body:t===""?"Configuration changed. Restart marked services?":`Restart required: ${t}`};if(e==="reset-prefs")return{title:"Reset preferences",body:"Restore theme, display size, mouse, and leader timeout to defaults? This overwrites your saved tui.json values."};if(e==="free-port"){let r=n?.port??0,o=n?.process||"process",i=n?.pid??0;return{title:`Free port ${r}`,body:`Stop ${o} (pid ${i}) so port ${r} can be used? This sends SIGTERM, then SIGKILL if it stays up.`}}return{title:"Start profile",body:t===""?"Start the configured services?":`Start profile ${t}?`}}function LR(e,t,n,r){if(t)return e;return new gn(n,r).redactMap(e)}function Ev(e,t){if(!e)return"";return(e.profiles[t]?.services??[]).join(", ")}function Ao(e,t,n){let r=e?.google?.project_id??"";if(r!=="")return{project:r,source:"configuration"};let o=t?.project||n?.projectID||"",i=t?.project_source||n?.projectSource||"";return{project:o,source:i}}function Tv(e,t,n,r){let o=Math.max(8,r-2),i=`logs ${n}`,s=Wn(i),a=e||"(no user)",c=t||"";if(o<=s+6){let m=Math.max(2,o-s-2);return[{label:le(a,m),tone:"idle"},{label:le(i,s-2),tone:"muted"}]}let l=o-s;if(c&&l>=36){let m=le(c,14),g=Wn(m),x=l-g-2,y=x>=a.length+9?`identity ${a}`:a;return[{label:le(y,x),tone:"idle"},{label:m,tone:"muted"},{label:i,tone:"muted"}]}if(c&&l>=28&&c.length<=10){let m=le(c,10),g=Wn(m),x=l-g-2;return[{label:le(a,x),tone:"idle"},{label:m,tone:"muted"},{label:i,tone:"muted"}]}let d=l>=a.length+9?`identity ${a}`:a;return[{label:le(d,l-2),tone:"idle"},{label:i,tone:"muted"}]}function Av(e){let t=e.payload?.error;return typeof t==="string"&&t!==""?t:"configuration reload failed"}var ko=100,py=8,Xt=12,xn=10,Qa=8,Un=8,Za=9,ec=7,tc=8,Ru=12,fy=40,xt=2,SP=2,gy=2,kP=2,Ya=34,CP=48,_P=60,PP=72,RP=0.48,nc=90,EP=60,TP=9,rc=8,AP=8,LP=6,DP=20,ay=1,OP=1,MP=1,$P=1,IP=1,WM,FP=2,Ja=2,NP=80,HP=56,ic=9,sc=7,cy=10,by=16,wy=2,Ui=1,Ar=200,jP=2,ly=1,BP="\u25B8",Sy=2,WP=0.4,GP,VP,JP,Gn,Tr,zP,YP=0.85,XP=1.5,QP=0.2,ZP=0.1,eR=5,iR=52,sR=64,aR=72,cR=82,lR=90,dR=100,uR=2,pR=2,fR=2,gR=1,pc=8,Su=8,mR=22,ku=6,hR=28,za=12,Po=2,yR=10,vR=18,xR,Cu=1000,_u,Pu,dy,bR=1024,uy=1024,wR,ev,PR=10,RR=28,ER=0.42,TR=2,AR=20;var Ae=D(()=>{st();wr();Li();vr();Yt();WM=my(nc-1);GP=/("[^"]*"|'[^']*'|\b(?:ERROR|FATAL|WARN(?:ING)?|FAIL(?:ED)?)\b|\b\d{3,5}\b)/gi;VP=/^(started|stopped|restarted|refreshed|cleared|copied|exported|jumped|proxy started|proxy stopped|secrets|re-running|theme |mouse |leader |display |restored)/i,JP=/\b(fail|error|unknown|not found|no configuration|blocked|already in use|is using port)\b/i;Gn=[{id:"dashboard",label:"dashboard"},{id:"services",label:"services"},{id:"logs",label:"logs"},{id:"auth",label:"identity"},{id:"credentials",label:"credentials"},{id:"proxy",label:"proxy"},{id:"doctor",label:"doctor"},{id:"config",label:"config"},{id:"profiles",label:"profiles"},{id:"setup",label:"setup"},{id:"stats",label:"stats"},{id:"settings",label:"settings"}];Tr=Gn.map((e)=>e.id);zP=new Set(["RUNNING","STARTING","RESTARTING","HEALTHY","UNHEALTHY"]);xR=new Set(["http","tcp","command"]);_u=60*Cu,Pu=60*_u,dy=24*Pu;wR=new Set(["auth","devctl","proxy"]),ev=["devctl","mcp","auth"]});import{useEffect as DR,useRef as OR}from"react";import{jsxDEV as re,Fragment as $R}from"@opentui/react/jsx-dev-runtime";function MR(e,t){switch(t){case"primary":return{bg:e.primary,fg:Er(e.primary,e.inverse)};case"accent":return{bg:e.accent,fg:Ua(e)?Ga:Er(e.accent,e.inverse)};case"success":return{bg:e.success,fg:Er(e.success,e.inverse)};case"warning":return{bg:e.warning,fg:Ua(e)?Ga:Er(e.warning,e.inverse)};case"error":return{bg:e.error,fg:Er(e.error,e.inverse)};case"info":return{bg:e.info,fg:Er(e.info,e.inverse)};case"muted":return{bg:e.element,fg:e.text};default:return{bg:e.element,fg:e.text}}}function Lv(e){let{palette:t,dir:n}=e;return re("box",{width:2,height:1,flexShrink:0,overflow:"hidden",children:re("text",{fg:t.muted,children:n==="left"?"\u2039":"\u203A"},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Be(e){let{palette:t,children:n,backgroundColor:r,edge:o="bottom"}=e,i=ne(),s=e.ruled??!yn(i),a=r??t.element,c=re("box",{flexShrink:0,flexDirection:"column",backgroundColor:a,overflow:"hidden",children:n},void 0,!1,void 0,this);if(!s)return c;return re("box",{flexShrink:0,flexDirection:"column",overflow:"hidden",border:[...o==="both"?["top","bottom"]:[o]],borderStyle:"single",borderColor:t.border,children:c},void 0,!1,void 0,this)}function vc(e){let{palette:t,items:n,active:r,width:o,onPick:i}=e,s=n.map((d)=>Wn(d.label)),a=yy(s,r,Math.max(1,o)),c=a.start>0,l=a.end>=0&&a.end<n.length-1;return re("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:[c?re(Lv,{palette:t,dir:"left"},void 0,!1,void 0,this):null,n.map((d,f)=>{if(f<a.start||f>a.end)return null;let m=f===r;return re(fe,{palette:t,label:d.label,tone:m?"primary":"muted",fg:m?void 0:d.color,onMouseDown:()=>i(f)},d.id,!1,void 0,this)}),l?re(Lv,{palette:t,dir:"right"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function fe(e){let{palette:t,label:n,tone:r="idle",fg:o,bg:i,onMouseDown:s}=e,a=MR(t,r);return re("box",{height:1,paddingLeft:1,paddingRight:1,backgroundColor:i??a.bg,overflow:"hidden",flexShrink:0,onMouseDown:s,children:re("text",{fg:o??a.fg,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Le(e){let{palette:t,hints:n}=e;return re("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:n.map((r)=>re("box",{height:1,paddingLeft:1,paddingRight:1,flexShrink:0,overflow:"hidden",children:re("text",{wrapMode:"none",children:[re("span",{fg:t.primary,children:r.key},void 0,!1,void 0,this),re("span",{fg:t.muted,children:` ${r.label}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},`${r.key}-${r.label}`,!1,void 0,this))},void 0,!1,void 0,this)}function We(e){let{palette:t,items:n,hints:r,ruled:o=!0}=e,i=re("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:[n.map((s,a)=>re(fe,{palette:t,label:s.text,tone:s.tone,onMouseDown:s.onMouseDown},`${s.text}-${a}`,!1,void 0,this)),r&&r.length>0?re($R,{children:[re("box",{flexGrow:1,backgroundColor:t.element},void 0,!1,void 0,this),re(Le,{palette:t,hints:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this):null]},void 0,!0,void 0,this);if(!o)return i;return re(Be,{palette:t,backgroundColor:t.element,children:i},void 0,!1,void 0,this)}function tt(e){let{palette:t,title:n,termW:r,termH:o,preferW:i,preferH:s,anchor:a="center",borderColor:c,bottomTitle:l,gap:d,children:f}=e,m=yn(ne()),g=_o(r,o,i,s,a,!m);return re("box",{position:"absolute",left:g.left,top:g.top,width:g.width,height:g.height,border:!0,borderStyle:Nu,borderColor:c??t.borderActive,backgroundColor:t.panel,padding:m?0:1,title:n,titleColor:t.primary,bottomTitle:l,gap:m?0:d,flexDirection:"column",overflow:"hidden",children:f},void 0,!1,void 0,this)}function Me(e){return{rootOptions:{flexGrow:1,height:"100%",overflow:"hidden",backgroundColor:e.panel},viewportOptions:{backgroundColor:e.panel},contentOptions:{backgroundColor:e.panel},scrollbarOptions:{trackOptions:{foregroundColor:e.primary,backgroundColor:e.element}}}}function Ge(e,t){if(!e)return;e.scrollBy({x:0,y:t})}function Lo(e,t){let n=OR(null);return DR(()=>{let r=n.current;if(!r||e<0)return;let o=requestAnimationFrame(()=>{r.scrollChildIntoView(`${t}-${e}`)});return()=>cancelAnimationFrame(o)},[t,e]),n}function nt(e){let t=ne(),n=Gi(t),r=e.scroll?re("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Me(e.palette),children:re("box",{flexDirection:"column",overflow:"hidden",children:e.children},void 0,!1,void 0,this)},void 0,!1,void 0,this):e.children;return re("box",{flexGrow:1,border:!0,borderStyle:Nu,borderColor:e.borderColor??e.palette.border,title:e.title,titleColor:e.palette.primary,paddingLeft:t.pad,paddingRight:t.pad,paddingTop:n?0:t.pad,paddingBottom:n?0:t.pad,backgroundColor:e.palette.panel,flexDirection:"column",overflow:"hidden",children:r},void 0,!1,void 0,this)}function Or(e){let{palette:t,label:n,value:r,tone:o="text"}=e,i=ne(),s=o==="success"?t.success:o==="warning"?t.warning:o==="error"?t.error:o==="muted"?t.muted:t.text;return re("box",{height:i.rowH,flexDirection:"row",overflow:"hidden",children:[re("box",{width:14,flexShrink:0,overflow:"hidden",children:re("text",{fg:t.muted,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("box",{flexGrow:1,overflow:"hidden",children:re("text",{fg:s,wrapMode:"none",children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function xc(e){let{palette:t,title:n,body:r,hint:o}=e;return re("box",{height:o?5:4,paddingLeft:1,paddingRight:1,flexDirection:"column",overflow:"hidden",border:!0,borderStyle:Nu,borderColor:t.borderActive,titleColor:t.primary,children:[re("text",{fg:t.primary,children:n},void 0,!1,void 0,this),re("text",{fg:t.text,wrapMode:"word",children:r},void 0,!1,void 0,this),o?re("text",{fg:t.muted,wrapMode:"word",children:o},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}var Nu="rounded";var xe=D(()=>{at();vn();Qe();Ae()});import{jsxDEV as se,Fragment as Dv}from"@opentui/react/jsx-dev-runtime";function Ov(e){let{palette:t,cfg:n,snap:r,google:o,profile:i,reveal:s,width:a}=e,c=uc(r,n?Object.keys(n.services):void 0),l=r?.proxy.running===!0,d=o?.adcAvailable===!0,f=a<nc,m=le(n?.project.name||"local",f?18:22),g=le(i||r?.profile||"no profile",16),x=se(Dv,{children:Ty({width:a,running:c.running,total:c.total,proxyOn:l,proxyAddress:r?.proxy.address??"",mcpOn:r?.mcp?.running===!0,adc:d,reveal:s}).filter((b)=>!b.hide&&b.label!=="").map((b)=>se(fe,{palette:t,label:b.label,tone:b.tone},b.label,!1,void 0,this))},void 0,!1,void 0,this),y=Gi(ne());return se(Be,{palette:t,backgroundColor:t.panel,ruled:!y,children:se("box",{height:f?2:1,flexDirection:"column",backgroundColor:t.panel,overflow:"hidden",children:[se("box",{height:1,flexDirection:"row",overflow:"hidden",children:[se(fe,{palette:t,label:Lt(),tone:"primary"},void 0,!1,void 0,this),se(fe,{palette:t,label:m,tone:"idle"},void 0,!1,void 0,this),se(fe,{palette:t,label:g,tone:"accent"},void 0,!1,void 0,this),f?null:se(Dv,{children:[se("box",{flexGrow:1,backgroundColor:t.panel},void 0,!1,void 0,this),x]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),f?se("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.panel,children:x},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function Mv(e){let{palette:t,screen:n,width:r,onSelect:o}=e,i=Gn.map((a)=>({id:a.id,label:hy(a.label,r)})),s=vy(n);return se(Be,{palette:t,backgroundColor:t.element,children:se(vc,{palette:t,items:i,active:s,width:r,onPick:(a)=>{let c=Gn[a];if(c)o(c.id)}},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function $v(e){let{palette:t,overlay:n,query:r,onQuery:o,onSubmit:i}=e;if(n==="slash"||n==="palette"){let c=n==="slash"?"/":"> ";return se(Be,{palette:t,backgroundColor:t.highlight,edge:"top",children:se("box",{height:1,backgroundColor:t.highlight,paddingLeft:1,flexDirection:"row",overflow:"hidden",children:[se("box",{width:2,flexShrink:0,children:se("text",{fg:t.primary,children:c},void 0,!1,void 0,this)},void 0,!1,void 0,this),se("box",{flexGrow:1,overflow:"hidden",children:se("input",{focused:!0,value:r,placeholder:n==="slash"?"start auth":"filter commands",onInput:o,onSubmit:()=>i(r),backgroundColor:t.highlight,focusedBackgroundColor:t.highlight,textColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}let a=n==="leader"?[{key:"n",label:"start"},{key:"x",label:"stop"},{key:"R",label:"restart"},{key:"s",label:"services"},{key:"l",label:"logs"},{key:"t",label:"themes"},{key:"q",label:"quit"}]:[{key:"/",label:"command"},{key:"ctrl+p",label:"palette"},{key:"ctrl+x",label:"leader"},{key:"?",label:"help"}];return se(Be,{palette:t,backgroundColor:t.element,edge:"top",children:se("box",{height:1,backgroundColor:t.element,overflow:"hidden",children:se(Le,{palette:t,hints:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Iv(e){let{palette:t,screen:n,overlay:r,status:o,paused:i,errorOnly:s,width:a,copyKey:c}=e,l=Gi(ne()),d=Math.max(18,Math.floor(a*0.42)),f=Co(kv(n,r,c),d),m=Dy(o);return se(Be,{palette:t,backgroundColor:t.panel,edge:"top",ruled:!l,children:se("box",{height:1,backgroundColor:t.panel,overflow:"hidden",children:se(We,{ruled:!1,palette:t,items:[{text:n,tone:"primary"},{text:i?"PAUSED":"LIVE",tone:i?"warning":"success"},...s?[{text:"ERROR+",tone:"error"}]:[],...o===""?[]:[{text:le(o,Math.max(16,a-d-28)),tone:m}]],hints:f},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function $e(e){return se("box",{flexGrow:1,padding:1,overflow:"hidden",children:se(xc,{palette:e.palette,title:e.title,body:e.body,hint:e.hint},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function bc(e){return se("box",{flexGrow:1,padding:1,overflow:"hidden",children:se("text",{fg:e.palette.text,children:e.label},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Fv(e){return se("box",{flexGrow:1,padding:1,flexDirection:"column",overflow:"hidden",children:[se("text",{fg:e.palette.error,children:e.title},void 0,!1,void 0,this),se("text",{fg:e.palette.text,wrapMode:"word",children:e.body},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Pt=D(()=>{at();Ae();xe();vn();Qe()});function IR(){if(process.platform==="darwin")return[["pbcopy"]];if(process.platform==="win32")return[["clip"]];return[["wl-copy"],["xclip","-selection","clipboard"],["xsel","--clipboard","--input"]]}function FR(){return IR().filter((e)=>{let t=e[0];return typeof t==="string"&&Bun.which(t)!==null})}function NR(e){return`\x1B]52;c;${Buffer.from(e,"utf8").toString("base64")}\x07`}function Nv(){if(process.platform==="linux")return"install wl-clipboard (Wayland) or xclip (X11)";return"no clipboard helper found"}async function Hu(e){let t=FR(),n;for(let r of t)try{await jR(r,e);return}catch(o){n=o instanceof Error?o:Error(String(o))}if(process.platform!=="win32")try{await HR(e);return}catch(r){n=r instanceof Error?r:Error(String(r))}throw Se(Ye,"clipboard unavailable",n?`${Nv()} (${n.message})`:Nv())}async function HR(e){let t=NR(e);try{await Bun.write("/dev/tty",t)}catch{if(!process.stderr.write(t))throw Error("terminal clipboard write failed")}}async function jR(e,t){let n=Bun.spawn(e,{stdin:"pipe",stdout:"ignore",stderr:"ignore"});n.stdin.write(t),await n.stdin.end();let r=await n.exited;if(r!==0)throw Error(`${e[0]} exited ${r}`)}var Hv=D(()=>{Pe()});function jv(e){return e==="slash"||e==="palette"||e==="config-edit"}function Bv(e,t){return hn(e,t.keybinds.leader??"ctrl+x")}function Wv(e,t){return hn(e,t.keybinds.command_list??"ctrl+p")}function Gv(e,t){return hn(e,t.keybinds.command??"/")||e.name==="/"}function Uv(e,t){return hn(e,t.keybinds.help??"?")||e.sequence==="?"}function Kv(e,t){return hn(e,t.keybinds.search??"f")}function qv(e){let t=e.name??"";return t==="R"||e.shift===!0&&t.toLowerCase()==="r"}function Vv(e){return e.ctrl===!0&&(e.name??"").toLowerCase()==="l"}function Jv(e,t){if(t&&hn(e,t.keybinds.interrupt??"ctrl+c"))return!0;return e.ctrl===!0&&(e.name??"").toLowerCase()==="c"}function zv(e,t){return hn(e,t.keybinds.copy??mn())}function Yv(e,t,n=BR){return t>0&&e-t<=n}function Kn(e,t,n,r){return hn(e,t.keybinds[n]??r)}function wc(e){let t=(e.name??"").toLowerCase();return t==="pagedown"||e.ctrl===!0&&t==="d"&&!e.meta}function Sc(e){let t=(e.name??"").toLowerCase();return t==="pageup"||e.ctrl===!0&&t==="u"&&!e.meta}var BR=2000;var Xv=D(()=>{Yt()});import{jsxDEV as qn}from"@opentui/react/jsx-dev-runtime";function Qv(e){let{palette:t,path:n,initialValue:r,error:o,termW:i,termH:s,textareaRef:a}=e;return qn(tt,{palette:t,title:"config buffer",bottomTitle:"ctrl+s save \xB7 esc discard \xB7 e still opens $EDITOR",termW:i,termH:s,preferW:88,preferH:28,gap:1,children:[qn("box",{height:1,overflow:"hidden",children:qn("text",{fg:t.muted,wrapMode:"none",children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),qn("textarea",{ref:a,focused:!0,initialValue:r,backgroundColor:t.panel,focusedBackgroundColor:t.panel,textColor:t.text,focusedTextColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this),o!==""?qn("box",{height:2,overflow:"hidden",children:qn("text",{fg:t.error,wrapMode:"word",children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this):qn("box",{height:1,overflow:"hidden",children:qn("text",{fg:t.muted,children:"validate, then write. invalid YAML is not saved."},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Zv=D(()=>{xe()});import{jsxDEV as ju}from"@opentui/react/jsx-dev-runtime";function ex(e){let{palette:t,title:n,body:r,termW:o,termH:i}=e;return ju(tt,{palette:t,title:n,bottomTitle:"enter confirm \xB7 esc stay",termW:o,termH:i,preferW:52,preferH:8,borderColor:t.warning,gap:1,children:[ju("text",{fg:t.text,wrapMode:"word",children:r},void 0,!1,void 0,this),ju(Le,{palette:t,hints:[{key:"enter",label:"confirm"},{key:"esc",label:"stay"}]},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var tx=D(()=>{xe()});import{jsxDEV as Kt}from"@opentui/react/jsx-dev-runtime";function nx(e){let{palette:t,event:n,termW:r,termH:o,scrollRef:i}=e;if(!n)return null;let s=n.message.length>120||n.message.includes(`
621
- `);return Kt(tt,{palette:t,title:"log details",bottomTitle:"j/k scroll \xB7 esc close",termW:r,termH:o,preferW:s?84:72,preferH:s?22:14,gap:1,children:Kt("scrollbox",{ref:i,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:Kt("box",{flexDirection:"column",overflow:"hidden",children:[Kt("text",{fg:t.text,wrapMode:"word",children:n.message},void 0,!1,void 0,this),Kt("text",{fg:t.muted,children:`time ${n.timestamp}`},void 0,!1,void 0,this),Kt("text",{fg:je(n.service,t),children:`service ${n.service}`},void 0,!1,void 0,this),Kt("text",{fg:t.muted,children:`source ${n.source}${n.stream?` / ${n.stream}`:""}`},void 0,!1,void 0,this),Kt("text",{fg:t.muted,children:`level ${n.level}`},void 0,!1,void 0,this),Kt("text",{fg:t.muted,children:`pid ${n.pid||"\u2014"}`},void 0,!1,void 0,this),Kt("text",{fg:t.muted,children:`request ${n.request_id||"\u2014"}`},void 0,!1,void 0,this),Kt("text",{fg:t.muted,children:`identity ${n.identity||"\u2014"}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var rx=D(()=>{xe();Qe()});import{jsxDEV as be,Fragment as ix}from"@opentui/react/jsx-dev-runtime";function zR(e){return[{key:"\u2190\u2192",label:"filter services"},{key:"1-9",label:"jump to source"},{key:"e",label:"ERROR+ only"},{key:"g",label:"jump to latest"},{key:"p",label:"pause stream"},{key:"z",label:"full-screen logs"},{key:"f",label:"search"},{key:"t",label:"timestamps"},{key:"m",label:"metadata"},{key:"w",label:"clip / wrap selected / wrap all"},{key:"j/k",label:"move and unfold"},{key:e,label:"copy visible logs"},{key:"/export",label:"write ~/.devctl/exports"},{key:"/exports",label:"open export folder"},{key:"ctrl+c \xD72",label:"quit"}]}function Jn(e){return e+UR}function sx(e){let t=Jn(Wu.length),n=Jn(Gu.length),r=Jn(e.logCount),o=Jn(Uu.length),i=Jn(Ku.length),s=qu+e.pad*2;if(e.stacked)return s+t+n+r+o+i+Bu+(VR-1)*e.gap;let a=Math.max(t,n),c=Math.max(o,i);return s+a+r+c+Bu+(JR-1)*e.gap}function YR(e){return sx(e)-qu-e.pad*2}function XR(e){return e-qu*2<GR}function ax(e){let{palette:t,termW:n,termH:r,copyKey:o=mn(),scrollRef:i}=e,s=yn(ne()),a=XR(n),c=s?0:1,l=s?0:1,d=zR(o),f={stacked:a,logCount:d.length,pad:c,gap:l},m=sx(f),g=YR(f);return be(tt,{palette:t,title:"help",bottomTitle:`${Lt()} \xB7 j/k scroll \xB7 esc close`,termW:n,termH:r,preferW:WR,preferH:m,gap:0,children:be("scrollbox",{ref:i,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:be("box",{height:g,flexDirection:"column",flexShrink:0,overflow:"hidden",gap:l,children:[a?be(ix,{children:[be(Vn,{palette:t,title:"navigation",bindings:Wu},void 0,!1,void 0,this),be(Vn,{palette:t,title:"services",bindings:Gu},void 0,!1,void 0,this),be(Vn,{palette:t,title:"logs",bindings:d},void 0,!1,void 0,this),be(Vn,{palette:t,title:"commands",bindings:Uu},void 0,!1,void 0,this),be(Vn,{palette:t,title:"display",bindings:Ku},void 0,!1,void 0,this)]},void 0,!0,void 0,this):be(ix,{children:[be(ox,{palette:t,left:{title:"navigation",bindings:Wu},right:{title:"services",bindings:Gu}},void 0,!1,void 0,this),be(Vn,{palette:t,title:"logs",bindings:d},void 0,!1,void 0,this),be(ox,{palette:t,left:{title:"commands",bindings:Uu},right:{title:"display",bindings:Ku}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),be("box",{height:Bu,flexShrink:0,overflow:"hidden",paddingLeft:1,children:be("text",{fg:t.muted,wrapMode:"none",children:"~/.devctl/tui.json \xB7 DEVCTL_TUI_CONFIG"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function ox(e){let{palette:t,left:n,right:r}=e,o=Math.max(Jn(n.bindings.length),Jn(r.bindings.length));return be("box",{height:o,flexDirection:"row",flexShrink:0,overflow:"hidden",gap:qR,children:[be(Vn,{palette:t,title:n.title,bindings:n.bindings,height:o,stretch:!0},void 0,!1,void 0,this),be(Vn,{palette:t,title:r.title,bindings:r.bindings,height:o,stretch:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Vn(e){let{palette:t,title:n,bindings:r,stretch:o=!1}=e,i=e.height??Jn(r.length);return be("box",{height:i,flexGrow:o?1:0,flexBasis:o?0:void 0,flexShrink:0,flexDirection:"column",overflow:"hidden",border:!0,borderStyle:"rounded",borderColor:t.border,title:n,titleColor:t.accent,children:r.map((s)=>be("box",{height:1,flexShrink:0,overflow:"hidden",paddingLeft:1,paddingRight:1,children:be(QR,{palette:t,binding:s},void 0,!1,void 0,this)},`${s.key}-${s.label}`,!1,void 0,this))},void 0,!1,void 0,this)}function QR(e){let{palette:t,binding:n}=e;return be("box",{height:1,flexDirection:"row",overflow:"hidden",children:[be("box",{width:KR,flexShrink:0,overflow:"hidden",children:be("text",{fg:t.primary,wrapMode:"none",children:n.key},void 0,!1,void 0,this)},void 0,!1,void 0,this),be("box",{flexGrow:1,overflow:"hidden",children:be("text",{fg:t.text,wrapMode:"none",children:n.label},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var WR=78,GR=56,UR=2,qu=2,Bu=1,Vu=8,KR=16,qR=2,VR=6,JR=4,Wu,Gu,Uu,Ku;var cx=D(()=>{at();xe();vn();Yt();Wu=[{key:"tab",label:"next screen"},{key:"1-9,0",label:"jump to screen"},{key:"s/l/a/p/d/c/u",label:"letter jump (config, setup)"},{key:"j/k",label:"move selection"},{key:"esc",label:"back / close"}],Gu=[{key:"enter",label:"start profile or open"},{key:"space",label:"multi-select"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"r",label:"refresh"},{key:"R",label:"restart"}];Uu=[{key:"/",label:"slash command"},{key:"ctrl+p",label:"command palette"},{key:"ctrl+x",label:"leader chord"},{key:"/settings",label:"preferences \xB7 MCP page"},{key:"/themes",label:"preview themes"},{key:"/mcp",label:"agent MCP server"}],Ku=[{key:"ctrl+=",label:"larger"},{key:"ctrl+-",label:"smaller"},{key:"?",label:"this overlay"}]});import{jsxDEV as lx}from"@opentui/react/jsx-dev-runtime";function dx(e){let{palette:t,termW:n,termH:r}=e,o=Fu();return lx(tt,{palette:t,title:"leader",termW:n,termH:r,preferW:68,preferH:5,anchor:"bottom",children:lx(Le,{palette:t,hints:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var ux=D(()=>{Ae();xe()});import{jsxDEV as px}from"@opentui/react/jsx-dev-runtime";function fx(e){let{palette:t,items:n,selected:r,termW:o,termH:i,onIndex:s,onPick:a}=e,c=Sv(n),l=_o(o,i,64,18,"center",!yn(ne()));return px(tt,{palette:t,title:"commands",bottomTitle:"enter select \xB7 esc close",termW:o,termH:i,preferW:64,preferH:18,children:px("select",{height:Math.max(4,l.height-3),options:c,selectedIndex:r,showDescription:!0,showSelectionIndicator:!0,wrapSelection:!0,backgroundColor:t.panel,focusedBackgroundColor:t.panel,textColor:t.text,focusedTextColor:t.text,selectedBackgroundColor:t.highlight,selectedTextColor:t.primary,descriptionColor:t.muted,selectedDescriptionColor:t.accent,onChange:(d)=>s(d),onSelect:(d,f)=>{let m=f?.value;if(typeof m==="string"&&m!=="")a(m)}},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var gx=D(()=>{at();Ae();xe();vn()});import{jsxDEV as F}from"@opentui/react/jsx-dev-runtime";function Ju(e,t){switch(e){case"completed":return{icon:"\u2713",label:"Completed",tone:"success",color:t.success};case"failed":return{icon:"\u2717",label:"Failed",tone:"error",color:t.error};case"unhealthy":return{icon:"\u26A0",label:"Unhealthy",tone:"warning",color:t.warning};case"active":return{icon:"\u25CF",label:"In progress",tone:"primary",color:t.primary};default:return{icon:"\u25CB",label:"Queued",tone:"muted",color:t.muted}}}function ZR(e,t,n,r){if(t!=="")return{icon:"\u2717",label:"Failed",tone:"error",color:r.error};if(!e)return{icon:"\u2713",label:"Finished",tone:"success",color:r.success};if(n==="unhealthy")return{icon:"\u26A0",label:"Waiting on health",tone:"warning",color:r.warning};return{icon:"\u25CF",label:"Running",tone:"primary",color:r.primary}}function mx(e){return F("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:F("text",{wrapMode:"none",children:[F("span",{fg:e.palette.primary,children:e.label.toUpperCase()},void 0,!1,void 0,this),e.detail?F("span",{fg:e.palette.muted,children:` ${e.detail}`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function hx(e){let{palette:t,plan:n,snap:r,busy:o,failed:i,kind:s,termW:a=80,termH:c=24,scrollRef:l,initiallyRunning:d=[],onDismiss:f}=e,m=new Set(d),g=n.waves.map((ce,Ie)=>({wave:ce.filter((qe)=>!m.has(qe)),waveIdx:Ie})).filter(({wave:ce})=>ce.length>0),x=gv(n,r,s),y=n.waves[x.currentWaveIndex]??[],b=Qi(y,r,s),k=Ju(b,t),S=ZR(o,i,b,t),N=hv(s,o,i,n.profile),K=yv(o,i),v=i?t.inverse:t.text,C=i?t.error:t.element,h=Math.min(92,Math.max(40,a-8)),P=h>=82?22:h>=66?17:13,H=12,Q=9,ae=h>=56,we=h>=72,ze=h<72||n.waves.length>3,Ke=n.profile?`PROFILE ${n.profile}`:s.toUpperCase();return F(tt,{palette:t,title:N,bottomTitle:"enter close \xB7 esc hide (operation continues)",termW:a,termH:c,preferW:98,preferH:28,borderColor:S.color,gap:0,children:[F("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,children:[F(fe,{palette:t,label:`${S.icon} ${S.label.toUpperCase()}`,tone:S.tone},void 0,!1,void 0,this),F("box",{paddingLeft:1,flexGrow:1,overflow:"hidden",children:F("text",{fg:t.text,wrapMode:"none",children:Ke},void 0,!1,void 0,this)},void 0,!1,void 0,this),F(fe,{palette:t,label:`${x.ready}/${x.total} READY`,tone:x.isComplete?"success":"info"},void 0,!1,void 0,this),F(fe,{palette:t,label:`WAVE ${Math.min(x.currentWaveIndex+1,Math.max(1,x.totalWaves))}/${Math.max(1,x.totalWaves)}`,tone:k.tone},void 0,!1,void 0,this)]},void 0,!0,void 0,this),F("box",{height:2,flexDirection:"column",overflow:"hidden",flexShrink:0,paddingLeft:1,paddingRight:1,children:[F("box",{height:1,flexDirection:"row",overflow:"hidden",children:[F("text",{wrapMode:"none",children:[F("span",{fg:t.muted,children:"PROGRESS "},void 0,!1,void 0,this),F("span",{fg:S.color,children:`[${x.progressBar}]`},void 0,!1,void 0,this),F("span",{fg:t.text,children:` ${x.percent}%`},void 0,!1,void 0,this)]},void 0,!0,void 0,this),F("box",{flexGrow:1},void 0,!1,void 0,this),F("text",{wrapMode:"none",children:F("span",{fg:k.color,children:`${k.icon} ${k.label}`},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),F("box",{height:1,overflow:"hidden",children:F("text",{fg:t.muted,wrapMode:"none",children:o?s==="stop"?"Dependents stop first; each wave waits for the previous wave.":"Each wave waits until its services are healthy before the next wave starts.":K.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),F(mx,{palette:t,label:"Pipeline",detail:`${n.waves.length} execution wave${n.waves.length===1?"":"s"}`},void 0,!1,void 0,this),F("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,children:n.waves.map((ce,Ie)=>{let qe=Qi(ce,r,s),ue=Ju(qe,t),_e=ze?`W${Ie+1} ${ue.icon} ${ce.length}`:`W${Ie+1} ${ue.icon} ${ue.label} \xB7 ${ce.length}`;return F("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:[F(fe,{palette:t,label:_e,tone:ue.tone},void 0,!1,void 0,this),Ie<n.waves.length-1?F("box",{width:3,flexShrink:0,overflow:"hidden",children:F("text",{fg:t.muted,children:" \u2500\u25BA"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},`step-${Ie}`,!0,void 0,this)})},void 0,!1,void 0,this),(n.blockers??[]).length>0?F("box",{minHeight:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,paddingLeft:1,children:F("text",{fg:t.error,wrapMode:"word",children:`BLOCKED ${n.blockers?.map((ce)=>`${ce.name}: ${ce.message}`).join(" \xB7 ")}`},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,d.length>0?F("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,paddingLeft:1,children:F("text",{wrapMode:"none",children:[F("span",{fg:t.success,children:"\u2713 ALREADY READY"},void 0,!1,void 0,this),F("span",{fg:t.muted,children:` ${d.join(", ")}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this):null,F(mx,{palette:t,label:"Wave details",detail:"live process and health state"},void 0,!1,void 0,this),F("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,paddingLeft:1,children:[F("box",{width:2,flexShrink:0},void 0,!1,void 0,this),F("box",{width:P,flexShrink:0,overflow:"hidden",children:F("text",{fg:t.muted,children:z("SERVICE",P)},void 0,!1,void 0,this)},void 0,!1,void 0,this),F("box",{width:12,flexShrink:0,overflow:"hidden",children:F("text",{fg:t.muted,children:z("STATE",12)},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae?F("box",{width:9,flexShrink:0,overflow:"hidden",children:F("text",{fg:t.muted,children:z("PORT",9)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,we?F("box",{flexGrow:1,overflow:"hidden",children:F("text",{fg:t.muted,children:"DETAIL"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),F("scrollbox",{ref:l,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:F("box",{flexDirection:"column",overflow:"hidden",gap:1,children:g.map(({wave:ce,waveIdx:Ie})=>{let qe=Qi(ce,r,s),ue=Ju(qe,t),_e=`${mv(s,Ie,qe)} \xB7 ${ce.length} service${ce.length===1?"":"s"}`;return F("box",{border:!0,borderStyle:"rounded",borderColor:ue.color,title:_e,titleColor:ue.color,flexDirection:"column",paddingLeft:1,paddingRight:1,flexShrink:0,overflow:"hidden",children:ce.map((Ee)=>{let G=r?.services[Ee],Fe=Nt(G),ft=fv(Ee,n,r,s),Ne=Ee===i||Fe==="FAILED",Et=Fe==="UNHEALTHY",gt=Fe==="HEALTHY"||s==="stop"&&Fe==="STOPPED",en=Dr(G),mt=Ne?"\u2717":gt?"\u2713":Et?"\u26A0":Fe==="STARTING"||Fe==="RUNNING"||Fe==="STOPPING"||Fe==="RESTARTING"?"\u25CF":"\u25CB",tn=Ne?t.error:Te(t,Fe),ht=Ne?t.error:Et?t.warning:gt?t.success:t.muted;return F("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[F("box",{width:2,flexShrink:0,overflow:"hidden",children:F("text",{fg:tn,children:mt},void 0,!1,void 0,this)},void 0,!1,void 0,this),F("box",{width:P,flexShrink:0,overflow:"hidden",children:F("text",{fg:je(Ee,t),wrapMode:"none",children:z(Ee,P)},void 0,!1,void 0,this)},void 0,!1,void 0,this),F("box",{width:12,flexShrink:0,overflow:"hidden",children:F("text",{fg:Te(t,Fe),wrapMode:"none",children:z(Fe,12)},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae?F("box",{width:9,flexShrink:0,overflow:"hidden",children:F("text",{fg:en?t.info:t.muted,wrapMode:"none",children:z(en?`:${en}`:"\u2014",9)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,we?F("box",{flexGrow:1,overflow:"hidden",children:F("text",{fg:ht,wrapMode:"none",children:ft},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},Ee,!0,void 0,this)})},`wave-card-${Ie}`,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this),F("box",{height:3,flexShrink:0,flexDirection:"column",backgroundColor:C,border:["top"],borderStyle:"single",borderColor:S.color,paddingLeft:1,paddingRight:1,overflow:"hidden",onMouseDown:f,children:[F("text",{fg:v,wrapMode:"none",children:K.primary},void 0,!1,void 0,this),F("text",{fg:i?t.inverse:t.muted,wrapMode:"none",children:K.secondary},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}var yx=D(()=>{Ae();xe();Qe()});import{jsxDEV as Qt}from"@opentui/react/jsx-dev-runtime";function vx(e){let{palette:t,route:n,termW:r,termH:o,scrollRef:i}=e;if(!n)return null;return Qt(tt,{palette:t,title:n.name,bottomTitle:"j/k scroll \xB7 esc close",termW:r,termH:o,preferW:78,preferH:16,gap:1,children:Qt("scrollbox",{ref:i,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:Qt("box",{flexDirection:"column",overflow:"hidden",children:[Qt("text",{fg:t.muted,children:`auth ${n.authType||"none"}`},void 0,!1,void 0,this),Qt("text",{fg:t.muted,children:`identity ${n.identityType||"\u2014"}`},void 0,!1,void 0,this),Qt("text",{fg:t.text,wrapMode:"word",children:`account ${n.serviceAccount||"\u2014"}`},void 0,!1,void 0,this),Qt("text",{fg:t.text,wrapMode:"word",children:`audience ${n.audience||"\u2014"}`},void 0,!1,void 0,this),Qt("text",{fg:t.muted,children:`match host ${n.matchHost||"*"}`},void 0,!1,void 0,this),Qt("text",{fg:t.muted,children:`match path ${n.matchPath||"*"}`},void 0,!1,void 0,this),Qt("text",{fg:t.text,wrapMode:"word",children:`upstream ${n.upstream}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var xx=D(()=>{xe()});import{jsxDEV as Mt}from"@opentui/react/jsx-dev-runtime";function wx(e){let{palette:t,items:n,query:r,selected:o,onQuery:i,onSubmit:s}=e,a=Cv(o,bx,n.length),c=n.slice(a,a+bx),l=Math.max(c.length,1),d=Lr(n,o);return Mt("box",{height:l+3,flexShrink:0,border:!0,borderStyle:"rounded",borderColor:t.borderActive,titleColor:t.primary,backgroundColor:t.panel,title:"commands",flexDirection:"column",overflow:"hidden",children:[c.length===0?Mt("box",{height:1,paddingLeft:1,overflow:"hidden",children:Mt("text",{fg:t.muted,children:"no matching command"},void 0,!1,void 0,this)},void 0,!1,void 0,this):c.map((f)=>{let m=f.name===d?.name;return Mt("box",{height:1,flexDirection:"row",overflow:"hidden",paddingLeft:1,paddingRight:1,backgroundColor:m?t.highlight:t.panel,children:[Mt("box",{width:14,flexShrink:0,overflow:"hidden",children:Mt("text",{fg:m?t.primary:t.text,wrapMode:"none",children:`${m?"\u203A":" "} /${f.name}`},void 0,!1,void 0,this)},void 0,!1,void 0,this),Mt("box",{flexGrow:1,overflow:"hidden",children:Mt("text",{fg:m?t.accent:t.muted,wrapMode:"none",children:f.desc},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},f.name,!0,void 0,this)}),Mt("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.highlight,paddingLeft:1,children:[Mt("box",{width:2,flexShrink:0,children:Mt("text",{fg:t.primary,children:"/"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Mt("box",{flexGrow:1,overflow:"hidden",children:Mt("input",{focused:!0,value:r,placeholder:"start auth",onInput:i,onSubmit:()=>s(),backgroundColor:t.highlight,focusedBackgroundColor:t.highlight,textColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}var bx=8;var Sx=D(()=>{Ae()});import{jsxDEV as _x}from"@opentui/react/jsx-dev-runtime";function Px(e){let{palette:t,themeName:n,selected:r,termW:o,termH:i,onIndex:s,onPreview:a,onPick:c}=e,l=vt.map((f)=>({name:f===n?`${f} (active)`:f,description:f===n?`${uu[f]} \xB7 current`:uu[f],value:f})),d=_o(o,i,kx,Cx,"center",!yn(ne()));return _x(tt,{palette:t,title:"/themes",bottomTitle:"enter save \xB7 esc revert",termW:o,termH:i,preferW:kx,preferH:Cx,children:_x("select",{height:Math.max(4,d.height-3),options:l,selectedIndex:r,showDescription:!0,showSelectionIndicator:!0,wrapSelection:!0,backgroundColor:t.panel,focusedBackgroundColor:t.panel,textColor:t.text,focusedTextColor:t.text,selectedBackgroundColor:t.highlight,selectedTextColor:t.primary,descriptionColor:t.muted,selectedDescriptionColor:t.accent,onChange:(f)=>{s(f);let m=vt[f];if(m)a(m)},onSelect:(f,m)=>{let g=m?.value;if(typeof g==="string"&&g!=="")c(g)}},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var kx=52,Cx=22;var Rx=D(()=>{at();Ae();xe();vn();Qe()});import{jsxDEV as Ue}from"@opentui/react/jsx-dev-runtime";function kc(e){let{palette:t,title:n,tone:r="muted",children:o}=e,i=r==="success"?t.success:r==="warning"?t.warning:r==="error"?t.error:t.border;return Ue("box",{border:!0,borderStyle:"rounded",borderColor:i,title:n,titleColor:i,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,marginBottom:1,overflow:"hidden",children:o},void 0,!1,void 0,this)}function Ex(e){let{palette:t,cfg:n,google:r,identity:o}=e;if(!r&&!o)return Ue(bc,{palette:t,label:"Checking Application Default Credentials\u2026"},void 0,!1,void 0,this);let i=eE(n,o),s=o?.user||r?.userEmail||"",{project:a,source:c}=Ao(n,o,r),l=o?.adc??r?.adcAvailable===!0,d=o?.iap??(n?.proxy.routes??[]).some((y)=>y.auth.type.toLowerCase()==="iap"),f=i.filter((y)=>y.inactive!==!0),m=f.some((y)=>y.ok===!0),g=f.some((y)=>y.ok===!1),x=m?"AVAILABLE":g?"UNAVAILABLE":f.length>0?"NOT PROBED":i.length>0?"not required":"not configured";return Ue(nt,{palette:t,title:"identity",scroll:!0,children:[Ue(kc,{palette:t,title:"Google identity",tone:l?"success":"warning",children:[Ue(Or,{palette:t,label:"user",value:s||"(unknown)"},void 0,!1,void 0,this),Ue(Or,{palette:t,label:"project",value:a||"(unset)"},void 0,!1,void 0,this),Ue(Or,{palette:t,label:"source",value:c||"\u2014"},void 0,!1,void 0,this),Ue(Or,{palette:t,label:"ADC",value:l?"\u2713 available":"\u2717 missing",tone:l?"success":"error"},void 0,!1,void 0,this),Ue(Or,{palette:t,label:"gcloud",value:r?.gcloudInstalled?"\u2713 installed":"\u2717 not installed",tone:r?.gcloudInstalled?"success":"error"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ue(kc,{palette:t,title:`Service accounts (${i.length})`,tone:f.length===0?"muted":m?"success":"warning",children:[i.length===0?Ue("text",{fg:t.muted,wrapMode:"word",children:"none configured \u2014 identities come from config, never hard-coded"},void 0,!1,void 0,this):i.map((y)=>Ue("text",{fg:y.inactive?t.muted:y.ok===!0?t.success:y.ok===!1?t.error:t.text,wrapMode:"none",children:`${y.inactive?"\u2013":y.ok===!0?"\u2713":y.ok===!1?"\u2717":"\u25CB"} ${y.email}${y.inactive?" \u2014 inactive (route auth is none)":""}`},y.email,!1,void 0,this)),Ue("box",{height:1,flexShrink:0},void 0,!1,void 0,this),Ue(Or,{palette:t,label:"impersonation",value:x,tone:m?"success":f.length>0?"warning":"muted"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Ue(kc,{palette:t,title:"IAP",tone:d?"success":"muted",children:[Ue("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:Ue(fe,{palette:t,label:d?"routes present":"no IAP routes",tone:d?"success":"idle"},void 0,!1,void 0,this)},void 0,!1,void 0,this),d?Ue("text",{fg:t.muted,wrapMode:"word",children:"each route needs its own audience"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),!l?Ue(kc,{palette:t,title:"ADC unavailable",tone:"warning",children:[Ue("text",{fg:t.text,wrapMode:"word",children:"Local services still start. Cloud identity, impersonation, and IAP need ADC."},void 0,!1,void 0,this),Ue("text",{fg:t.muted,wrapMode:"word",children:"run `gcloud auth application-default login` or /auth"},void 0,!1,void 0,this)]},void 0,!0,void 0,this):null]},void 0,!0,void 0,this)}function eE(e,t){let n=new Map((e?Yl(e):[]).map((i)=>[i.email,i.active])),r=t?.service_account_status??{};return[...new Set([...n.keys(),...Object.keys(r)])].sort((i,s)=>i.localeCompare(s)).map((i)=>{let s=r[i]??"unknown",a=n.get(i)===!1;return{email:i,inactive:a,ok:a||s==="unknown"?void 0:s==="available"}})}var Tx=D(()=>{Pt();Ae();xe();ur()});import{jsxDEV as pt}from"@opentui/react/jsx-dev-runtime";function Ax(e){let{palette:t,credentials:n}=e;if(!n)return pt(bc,{palette:t,label:"Reading credential store\u2026"},void 0,!1,void 0,this);let r=n.entries.filter((i)=>i.valid).length,o=n.entries.length-r;return pt(nt,{palette:t,title:"credentials",scroll:!0,children:[pt("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[pt(fe,{palette:t,label:`backend: ${n.backend}`,tone:"info"},void 0,!1,void 0,this),n.entries.length>0?pt(fe,{palette:t,label:`${r} valid`,tone:"success"},void 0,!1,void 0,this):null,o>0?pt(fe,{palette:t,label:`${o} expired`,tone:"warning"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),pt("text",{fg:t.muted,wrapMode:"word",children:"Tokens stay in the OS keychain or ~/.devctl/credentials (0600). They are never shown here."},void 0,!1,void 0,this),pt("box",{height:1,flexShrink:0},void 0,!1,void 0,this),n.entries.length===0?pt("text",{fg:t.muted,children:"no cached credentials"},void 0,!1,void 0,this):pt("box",{flexDirection:"column",overflow:"hidden",gap:1,children:n.entries.map((i)=>pt("box",{border:!0,borderStyle:"rounded",borderColor:i.valid?t.success:t.warning,title:i.identity,titleColor:i.valid?t.success:t.warning,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[pt("text",{wrapMode:"none",children:[pt("span",{fg:i.valid?t.success:t.warning,children:i.valid?"\u2713 valid":"\u2717 expired"},void 0,!1,void 0,this),pt("span",{fg:t.muted,children:` \xB7 expires ${i.expires_at}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this),pt("text",{fg:t.muted,wrapMode:"none",children:`audience: ${i.audience||"(none)"}`},void 0,!1,void 0,this)]},`${i.identity}|${i.audience}`,!0,void 0,this))},void 0,!1,void 0,this),pt(xc,{palette:t,title:"Actions",body:"Use /refresh to mint again or auth refresh on the CLI. Invalidate clears the store without printing tokens.",hint:"/refresh /auth"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Lx=D(()=>{Pt();xe()});function Dx(e){let t=Object.keys(e.services).length,n=Object.keys(e.profiles).length,r=e.proxy.routes.length,o=[{text:e.project.name||"unnamed",tone:"primary"},{text:`schema ${e.version}`,tone:"muted"},{text:`${t} service${t===1?"":"s"}`,tone:t>0?"info":"idle"},{text:`${n} profile${n===1?"":"s"}`,tone:n>0?"info":"idle"},{text:e.proxy.enabled?"proxy on":"proxy off",tone:e.proxy.enabled?"success":"idle"}];if(r>0)o.push({text:`${r} route${r===1?"":"s"}`,tone:"info"});return o}function Ox(e,t){return[{label:"path",value:e.configPath||"\u2014"},{label:"repo",value:e.repoRoot||"\u2014"},{label:"devctl",value:t},{label:"schema",value:String(e.version)}]}function Mx(e){return[{label:"project",value:e.google.project_id||"(unset)",tone:e.google.project_id?"text":"muted"},{label:"region",value:e.google.region||"(unset)",tone:e.google.region?"text":"muted"}]}function $x(e){let t=tE(e);return[{label:"exit",value:t,tone:t==="ask on quit"?"warning":"text"},{label:"grace",value:`${e.shutdown.grace_seconds}s`},{label:"refresh",value:`${As(e.auth)}s`},{label:"env",value:e.environment.sources.join(", ")||"\u2014",tone:e.environment.sources.length>0?"text":"muted"},{label:"theme",value:e.ui.theme||"system"}]}function Ix(e){let t=e.logs.persistence;return[{label:"memory",value:`${e.logs.max_memory_events} events`},{label:"persist",value:t.enabled?t.directory:"off",tone:t.enabled?"text":"muted"},{label:"keep",value:t.enabled?`${t.retention_days}d \xB7 ${t.max_session_logs||"\u221E"} sessions`:"\u2014"}]}function Fx(e){return[{label:"listen",value:ir(e.proxy.listen),tone:e.proxy.enabled?"text":"muted"},{label:"token",value:oE(e),tone:e.proxy.token_endpoint.enabled?"text":"muted"}]}function Nx(e){return Object.keys(e.services).sort().map((t)=>{let n=e.services[t]??Mn();return{name:t,extends:n.extends||"\u2014",command:gc(n),ports:Zi(n),identity:hc(n),health:mc(n),depends:n.dependencies.map(Ts).join(", ")||"\u2014",restart:yc(n)}})}function Hx(e){return e.proxy.routes.map((t)=>({name:t.name||t.match.host||"(unnamed)",match:iE(t),upstream:t.upstream.url||"\u2014",auth:t.auth.type||"none",identity:sE(t)}))}function jx(e){return Object.keys(e.profiles).sort().map((t)=>{let n=e.profiles[t],r=Object.keys(n?.environment??{}).sort();return{name:t,services:n?.services.join(", ")||"\u2014",env:r.length>0?r.join(", "):"\u2014"}})}function Bx(e){return Object.keys(e.templates).sort().map((t)=>({name:t,summary:aE(e.templates[t])}))}function Wx(e){let t=e.doctor.tools.map((i)=>i.name||i.command).filter((i)=>i!==""),n=e.plugins.map((i)=>i.path).filter((i)=>i!==""),r=Object.keys(e.ui.keymap),o=[...e.secrets.extra_markers,...e.secrets.extra_patterns];return[{label:"doctor",value:t.join(", ")||"\u2014",tone:t.length>0?"text":"muted"},{label:"plugins",value:n.join(", ")||"\u2014",tone:n.length>0?"text":"muted"},{label:"keymap",value:r.length>0?`${r.length} override${r.length===1?"":"s"}`:"defaults",tone:r.length>0?"text":"muted"},{label:"secrets",value:o.length>0?o.join(", "):"defaults",tone:o.length>0?"text":"muted"}]}function tE(e){if(e.shutdown.stop_services_on_exit===void 0)return"ask on quit";return e.shutdown.stop_services_on_exit?"stop services":"detach"}function Gx(e){let t=e.reduce((n,r)=>Math.max(n,r.name.length),0);return Math.min(rE,Math.max(nE,t))}function oE(e){let t=e.proxy.token_endpoint;if(!t.enabled)return"off";let n=t.host===""?"127.0.0.1":t.host;if(t.port===0)return n;return`${n}:${t.port}`}function iE(e){let t=e.match.host||"*",n=e.match.path;if(n==="")return t;return`${t}${n.startsWith("/")?n:`/${n}`}`}function sE(e){if(e.auth.identity.service_account!=="")return e.auth.identity.service_account;if(e.auth.service_account!=="")return e.auth.service_account;return e.auth.identity.type||"user"}function aE(e){if(!e)return"empty";let t=[];if(e.health.type!=="")t.push(`health ${e.health.type}`);if(e.restart.policy!=="")t.push(`restart ${e.restart.policy}`);if(e.logs.stdout||e.logs.stderr)t.push("logs");return t.join(" \xB7 ")||"empty"}var nE=8,rE=20,Ux=80,Do=10;var Kx=D(()=>{st();Ae()});import{jsxDEV as A}from"@opentui/react/jsx-dev-runtime";function Jx(e){let{palette:t,cfg:n,width:r}=e,o=ne();if(!n)return A($e,{palette:t,title:"No configuration",body:"Create .devctl/config.yaml or run setup."},void 0,!1,void 0,this);let i=Math.max(Do+8,r-6-o.pad*2),s=i>=Ux,a=s?Math.floor((i-qx)/2):i,c=Nx(n),l=Hx(n),d=jx(n),f=Bx(n);return A(nt,{palette:t,title:`config ${n.project.name||"unnamed"}`,children:[A(We,{palette:t,items:Dx(n)},void 0,!1,void 0,this),A("box",{flexGrow:1,overflow:"hidden",children:A("scrollbox",{ref:e.scrollRef,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:A("box",{flexDirection:"column",overflow:"hidden",gap:Vx,children:[A(zu,{wide:s,left:A(bn,{palette:t,title:"project",children:A(Oo,{palette:t,facts:Ox(n,ut),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),right:A(bn,{palette:t,title:"google",children:A(Oo,{palette:t,facts:Mx(n),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(zu,{wide:s,left:A(bn,{palette:t,title:"runtime",children:A(Oo,{palette:t,facts:$x(n),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),right:A(bn,{palette:t,title:"logs",children:A(Oo,{palette:t,facts:Ix(n),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(bn,{palette:t,title:`proxy ${n.proxy.enabled?"enabled":"disabled"}`,children:[A(Oo,{palette:t,facts:Fx(n),width:i},void 0,!1,void 0,this),A(lE,{palette:t,routes:l,width:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this),A(bn,{palette:t,title:`services ${c.length}`,children:A(cE,{palette:t,rows:c,width:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(zu,{wide:s,left:A(bn,{palette:t,title:`profiles ${d.length}`,children:A(dE,{palette:t,rows:d,width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),right:A(bn,{palette:t,title:`templates ${f.length}`,children:A(uE,{palette:t,rows:f,empty:"no templates",width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(bn,{palette:t,title:"extras",children:A(Oo,{palette:t,facts:Wx(n),width:i},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(Be,{palette:t,backgroundColor:t.element,edge:"top",children:A(Le,{palette:t,hints:[{key:"v",label:"validate/save buffer"},{key:"e",label:"open in $EDITOR"},{key:"/reload",label:"re-read .devctl after editing"},{key:"j/k",label:"scroll"}]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function zu(e){let{wide:t,left:n,right:r}=e;if(!t)return A("box",{flexDirection:"column",overflow:"hidden",gap:Vx,flexShrink:0,children:[n,r]},void 0,!0,void 0,this);return A("box",{flexDirection:"row",overflow:"hidden",gap:qx,flexShrink:0,children:[A("box",{flexGrow:1,flexBasis:0,overflow:"hidden",children:n},void 0,!1,void 0,this),A("box",{flexGrow:1,flexBasis:0,overflow:"hidden",children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function bn(e){let{palette:t,title:n,children:r}=e;return A("box",{border:!0,borderStyle:"rounded",borderColor:t.border,title:n,titleColor:t.accent,paddingLeft:1,paddingRight:1,flexDirection:"column",overflow:"hidden",flexShrink:0,children:r},void 0,!1,void 0,this)}function Oo(e){let{palette:t,facts:n,width:r}=e,o=Math.max(4,r-Do-4);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((i)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:Do,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.muted,wrapMode:"none",children:z(i.label,Do)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:gE(t,i.tone),wrapMode:"none",children:z(i.value,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},i.label,!0,void 0,this))},void 0,!1,void 0,this)}function cE(e){let{palette:t,rows:n,width:r}=e;if(n.length===0)return A(Cc,{palette:t,text:"no services"},void 0,!1,void 0,this);let o=Gx(n),i=Math.max(8,r-o-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((s)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:je(s.name,t),wrapMode:"none",children:z(s.name,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:le(pE(s),i)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},s.name,!0,void 0,this))},void 0,!1,void 0,this)}function lE(e){let{palette:t,routes:n,width:r}=e;if(n.length===0)return A(Cc,{palette:t,text:"no routes"},void 0,!1,void 0,this);let o=Math.min(Do+4,Math.max(8,...n.map((s)=>s.name.length))),i=Math.max(8,r-o-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((s)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.primary,wrapMode:"none",children:z(s.name,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:le(fE(s),i)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${s.name}-${s.match}`,!0,void 0,this))},void 0,!1,void 0,this)}function dE(e){let{palette:t,rows:n,width:r}=e;if(n.length===0)return A(Cc,{palette:t,text:"no profiles"},void 0,!1,void 0,this);let o=Math.min(12,Math.max(8,...n.map((s)=>s.name.length))),i=Math.max(8,r-o-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((s)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.primary,wrapMode:"none",children:z(s.name,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:le(s.env==="\u2014"?s.services:`${s.services} env ${s.env}`,i)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},s.name,!0,void 0,this))},void 0,!1,void 0,this)}function uE(e){let{palette:t,rows:n,empty:r,width:o}=e;if(n.length===0)return A(Cc,{palette:t,text:r},void 0,!1,void 0,this);let i=Math.min(14,Math.max(8,...n.map((a)=>a.name.length))),s=Math.max(8,o-i-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((a)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:z(a.name,i)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:s,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.muted,wrapMode:"none",children:le(a.summary,s)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},a.name,!0,void 0,this))},void 0,!1,void 0,this)}function Cc(e){return A("box",{height:1,overflow:"hidden",children:A("text",{fg:e.palette.muted,wrapMode:"none",children:e.text},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function pE(e){let t=e.extends==="\u2014"?"":` ${e.extends}`;return` ${e.ports} ${e.identity} ${e.health} ${e.restart} \u2190 ${e.depends}${t}`}function fE(e){return` ${e.auth} ${e.identity} ${e.match} \u2192 ${e.upstream}`}function gE(e,t){if(t==="success")return e.success;if(t==="warning")return e.warning;if(t==="error")return e.error;if(t==="muted")return e.muted;return e.text}var qx=1,Vx=1;var zx=D(()=>{Pt();Kx();at();Ae();xe();Qe()});import{useRef as mE}from"react";import{jsxDEV as ge}from"@opentui/react/jsx-dev-runtime";function _c(e){let{palette:t,names:n,snap:r,selected:o,checked:i,width:s,onOpen:a,onSelectIndex:c,onToggle:l}=e,d=ne(),f=mE(!1),m=new Set(i),g=Au(s),x=Tu(s),y=Eu(s),b=xy(s);return ge("box",{flexDirection:"column",flexGrow:1,overflow:"hidden",children:[ge("box",{height:1,flexDirection:"row",overflow:"hidden",children:[ge(bt,{width:2,fg:t.muted,text:""},void 0,!1,void 0,this),ge(bt,{width:4,fg:t.accent,text:"sel"},void 0,!1,void 0,this),ge(bt,{width:2,fg:t.muted,text:""},void 0,!1,void 0,this),ge(bt,{width:b,fg:t.muted,text:"name"},void 0,!1,void 0,this),ge(bt,{width:xt,fg:t.muted,text:""},void 0,!1,void 0,this),ge(bt,{width:Xt,fg:t.muted,text:"state"},void 0,!1,void 0,this),y?ge(bt,{width:xn,fg:t.muted,text:"health"},void 0,!1,void 0,this):null,x?ge(bt,{width:Qa,fg:t.muted,text:"port"},void 0,!1,void 0,this):null,g?ge(bt,{width:Un,fg:t.muted,text:"pid"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),n.map((k,S)=>{let N=r?.services[k],K=Nt(N),v=N?.health??"UNKNOWN",C=m.has(k),h=S===o,P=C?"[x]":"[ ]",H=h?"\u203A":" ";return ge("box",{height:d.rowH,flexDirection:"row",overflow:"hidden",backgroundColor:h?t.highlight:C?t.element:void 0,onMouseDown:()=>{if(f.current)return;if(h){a(k);return}c(S)},children:[ge("box",{width:2,flexShrink:0,children:ge("text",{fg:t.primary,children:H},void 0,!1,void 0,this)},void 0,!1,void 0,this),ge("box",{width:4,flexShrink:0,onMouseDown:()=>{f.current=!0,l?.(k),setTimeout(()=>{f.current=!1},0)},children:ge("text",{fg:hE(t,C,h),children:P},void 0,!1,void 0,this)},void 0,!1,void 0,this),ge("box",{width:2,flexShrink:0,children:ge("text",{fg:Te(t,K),children:Ot(K)},void 0,!1,void 0,this)},void 0,!1,void 0,this),ge(bt,{width:b,fg:h?t.primary:je(k,t),text:z(k,b)},void 0,!1,void 0,this),ge(bt,{width:xt,fg:t.muted,text:""},void 0,!1,void 0,this),ge(bt,{width:Xt,fg:Te(t,K),text:K},void 0,!1,void 0,this),y?ge(bt,{width:xn,fg:Te(t,v),text:v},void 0,!1,void 0,this):null,x?ge(bt,{width:Qa,fg:t.text,text:Dr(N)},void 0,!1,void 0,this):null,g?ge(bt,{width:Un,fg:t.text,text:N?.pid?String(N.pid):""},void 0,!1,void 0,this):null]},k,!0,void 0,this)})]},void 0,!0,void 0,this)}function Pc(e){let{palette:t,checked:n,idle:r,profileName:o}=e,i=n.length;if(i>0)return ge(We,{palette:t,items:[{text:`${i} selected`,tone:"primary"}],hints:[{key:"space",label:"unmark"},{key:"*",label:"all"},{key:"-",label:"none"},{key:"n",label:"start these"},{key:"x",label:"stop these"}]},void 0,!1,void 0,this);if(r)return ge(We,{palette:t,items:[{text:"none started",tone:"idle"}],hints:[{key:"space",label:"select"},{key:"enter",label:o?`start ${o}`:"open"},{key:"n",label:"start"}]},void 0,!1,void 0,this);return ge(We,{palette:t,items:[{text:"running",tone:"success"}],hints:[{key:"space",label:"select"},{key:"n",label:"start"},{key:"x",label:"stop"}]},void 0,!1,void 0,this)}function hE(e,t,n){if(t)return e.success;if(n)return e.primary;return e.muted}function bt(e){return ge("box",{width:e.width,flexShrink:0,overflow:"hidden",children:ge("text",{fg:e.fg,wrapMode:"none",children:e.text},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var Yu=D(()=>{Ae();at();xe();Qe()});import{useEffect as Xu,useRef as Yx}from"react";import{jsxDEV as V,Fragment as SE}from"@opentui/react/jsx-dev-runtime";function Xx(e){let{palette:t,logs:n,names:r,logSources:o,service:i,paused:s,errorOnly:a,showSystemLogs:c,search:l,searchFocused:d,followTick:f,width:m,onSearch:g,onService:x,onToggleErrors:y,onToggleSystemLogs:b,onClearLogs:k,onSelect:S,wrapMode:N="focus",selected:K=-1,follow:v=!0,newer:C=0,viewStart:h=0,viewTotal:P,onLeaveLatest:H,onOpenExports:Q,onJumpLatest:ae,view:we,fullscreen:ze=!1,facets:Ke}=e,ce=ne(),Ie=ky(m,ce.pad,ze),qe=c?n:n.filter((Et)=>!zi(Et.source)),ue=To(n,{service:i,services:e.services,errorOnly:a,search:l,regex:e.regex,source:e.source,systemLogs:c}),_e=we??ue,Ee=P??ue.length,G=Math.min(Ee,h+_e.length),Fe=Ee===0?"empty":`${h+1}\u2013${G} of ${Ee}`,ft=e.services??[],Ne=ft.length>0?ft.join(","):i===""?"all services":i;return V("box",{flexGrow:1,flexDirection:"column",overflow:"hidden",children:[ze?null:V(SE,{children:[V(We,{palette:t,items:[{text:s?"PAUSED":"LIVE",tone:s?"warning":"success"},{text:`shown ${Ee}`,tone:"info"},{text:Ke?`total ${Ke.total}`:`total ${n.length}`},...we&&Ee>we.length?[{text:`${h+1}\u2013${h+we.length} / ${Ee}`,tone:"info"}]:[],{text:Ne,tone:i===""?"idle":"primary"},{text:Ki(N),tone:N==="clip"?"idle":"accent"},...v?[]:[{text:C>0?`pinned \xB7 +${C} new`:"pinned",tone:"warning"}],{text:a?"ERROR+":"all levels",tone:a?"error":"idle",onMouseDown:y},{text:c?"system: on":"system: off",tone:c?"accent":"idle",onMouseDown:b},...e.source?[{text:`src ${e.source}`,tone:"info"}]:[],...e.regex?[{text:"regex",tone:"accent"}]:[],...l===""?[]:[{text:`search ${l}`,tone:"accent"}],{text:"clear",tone:"muted",onMouseDown:k},{text:"open folder",tone:"primary",onMouseDown:Q}]},void 0,!1,void 0,this),V(ep,{palette:t,logs:qe,names:o??r,service:i,errorOnly:a,width:m,onService:x,onToggleErrors:y,facets:Ke},void 0,!1,void 0,this)]},void 0,!0,void 0,this),d?V("box",{height:1,paddingLeft:1,backgroundColor:t.highlight,overflow:"hidden",children:V("input",{focused:!0,value:l,placeholder:"search messages or service names",onInput:g,backgroundColor:t.highlight,focusedBackgroundColor:t.highlight,textColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,we&&Ee>_e.length?V(Qu,{palette:t,start:h,count:_e.length,total:Ee},void 0,!1,void 0,this):null,V("box",{flexGrow:1,border:!ze,borderStyle:"rounded",borderColor:t.border,title:ze?void 0:`logs ${Ne} \xB7 ${Fe}`,titleColor:t.primary,padding:ze?0:ce.pad,overflow:"hidden",children:_e.length===0?V($e,{palette:t,title:n.length===0?"No log events":"No events in this filter",body:n.length===0?"Start services to stream logs.":"Pick All, another service, or clear search / ERROR+.",hint:"\u2190 \u2192 cycle filters 1-9 pick a source e errors i internal ctrl+l clear"},void 0,!1,void 0,this):V(tp,{palette:t,logs:_e,width:Ie,followTick:f,focused:!1,wrapMode:N,selected:K,follow:v,showTimestamps:e.showTimestamps!==!1,showMeta:e.showMeta!==!1,onPick:S,onLeaveLatest:H,viewStart:h},f,!1,void 0,this)},void 0,!1,void 0,this),V(Be,{palette:t,backgroundColor:t.element,edge:"top",children:V(Le,{palette:t,hints:Co([{key:"\u2190\u2192",label:"filter"},{key:"1-9",label:"source"},{key:"e",label:"errors"},{key:"i",label:c?"internal off":"internal on"},{key:"ctrl+l",label:"clear"},{key:"f",label:"search"},{key:"j/k",label:"move"},{key:"enter",label:"details"},{key:"g",label:C>0?`latest +${C}`:"latest"},{key:"w",label:"wrap"},{key:"p",label:"pause"},{key:"z",label:ze?"exit full":"full screen"},{key:"t",label:e.showTimestamps===!1?"time off":"time"},{key:"m",label:e.showMeta===!1?"meta off":"meta"},{key:"pgup/pgdn",label:"history"},{key:"/exports",label:"open folder"}],Math.max(20,m-2))},void 0,!1,void 0,this)},void 0,!1,void 0,this),!v?V(Zu,{palette:t,width:m,newer:C,onJump:ae},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function Qu(e){let t=Math.min(e.total,e.start+e.count),n=Math.max(0,e.start),r=Math.max(0,e.total-t);return V(We,{palette:e.palette,items:[{text:`view ${e.start+1}\u2013${t} of ${e.total}`,tone:"primary"},{text:n>0?`\u2191 ${n} older`:"start of history",tone:n>0?"info":"idle"},{text:r>0?`\u2193 ${r} newer`:"at latest",tone:r>0?"warning":"success"}],hints:[{key:"pgup/pgdn",label:"move history window"},{key:"g",label:"latest"}]},void 0,!1,void 0,this)}function Zu(e){let t=e.newer>0?`g jump to latest \xB7 ${e.newer} new`:"g jump to latest",n=Math.min(e.width,t.length+4);return V("box",{position:"absolute",left:Math.max(0,Math.floor((e.width-n)/2)),bottom:e.bottom??2,width:n,height:3,border:!0,borderStyle:"rounded",borderColor:e.palette.warning,backgroundColor:e.palette.panel,alignItems:"center",justifyContent:"center",onMouseDown:e.onJump,children:V("text",{wrapMode:"none",children:[V("span",{fg:e.palette.primary,children:"g"},void 0,!1,void 0,this),V("span",{fg:e.palette.text,children:t.slice(1)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function ep(e){let{palette:t,logs:n,names:r,service:o,errorOnly:i,width:s,onService:a,onToggleErrors:c,facets:l}=e,d=l?lv(r,l):cv(r,n),f=s<80,m=d.map((b,k)=>{let S=k+1,N=b.name===""?"all":b.name;return{id:N,label:f?`${S} ${N}`:`${S} ${N} \xB7 ${b.count}`,color:je(b.name,t)}}),g=Math.max(0,d.findIndex((b)=>b.name===o)),x=i?"ERROR+":f?"lvls":"all levels",y=Math.max(Wn(m[g]?.label??"1 all"),s-Wn(x));return V(Be,{palette:t,backgroundColor:t.element,children:V("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:[V("box",{flexGrow:1,overflow:"hidden",children:V(vc,{palette:t,items:m,active:g,width:y,onPick:(b)=>{let k=d[b];if(k)a(k.name)}},void 0,!1,void 0,this)},void 0,!1,void 0,this),V(fe,{palette:t,label:x,tone:i?"error":"muted",onMouseDown:c},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function tp(e){let{palette:t,logs:n,limit:r,width:o=80,followTick:i=0,focused:s=!1,wrapMode:a="clip",selected:c=-1,follow:l=!0,showTimestamps:d=!0,showMeta:f=!0,onPick:m,onLeaveLatest:g,viewStart:x=0}=e,y=Yx(null),b=Yx(""),k=r===void 0?n:n.slice(-r),S=[...new Set(n.map((v)=>v.service))],N=Ay(o,S),K=Ey({width:o,serviceWidth:N,showTimestamps:d,showMeta:f});return Xu(()=>{let v=y.current;if(!v)return;if(v.stickyScroll=l,l)v.stickyStart="bottom",v.scrollTo({x:v.scrollLeft,y:Math.max(0,v.scrollHeight)})},[l,i]),Xu(()=>{let v=`${x}:${c}:${a}`;if(b.current===v)return;if(b.current=v,l&&(c<0||c>=k.length-1))return;let C=y.current;if(!C||c<0)return;let h=`log-row-${c}`,P=requestAnimationFrame(()=>{C.stickyScroll=!1,C.scrollChildIntoView(h)});return()=>cancelAnimationFrame(P)},[l,c,k.length,x,a]),Xu(()=>{if(!l||!g)return;let v=!1,C=setTimeout(()=>{v=!0},yE),h=setInterval(()=>{let P=y.current;if(!v||!P)return;let H=P.viewport.height;if(H>0&&P.scrollTop+H<P.scrollHeight-xE)g()},vE);return()=>{clearTimeout(C),clearInterval(h)}},[l,i,g]),V("box",{flexGrow:1,height:"100%",overflow:"hidden",children:V("scrollbox",{ref:y,focused:s,stickyScroll:l,stickyStart:"bottom",scrollX:!1,style:{rootOptions:{flexGrow:1,height:"100%",overflow:"hidden",backgroundColor:t.panel},viewportOptions:{backgroundColor:t.panel},contentOptions:{backgroundColor:t.panel},scrollbarOptions:{trackOptions:{foregroundColor:t.primary,backgroundColor:t.element}}},children:V("box",{flexDirection:"column",overflow:"hidden",children:k.map((v,C)=>V(bE,{id:`log-row-${C}`,palette:t,event:v,serviceWidth:N,msgWidth:K,expanded:_y(a,C===c),active:C===c,showTimestamps:d,showMeta:f,onPick:m?()=>m(C):void 0},`${v.timestamp}-${v.service}-${C}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function bE(e){let{id:t,palette:n,event:r,serviceWidth:o,msgWidth:i,expanded:s,active:a,showTimestamps:c=!0,showMeta:l=!0,onPick:d}=e,f=Cy(ac(r.message,i),i,s);return V("box",{id:t,flexShrink:0,flexDirection:"column",overflow:"hidden",backgroundColor:a?n.highlight:void 0,onMouseDown:d,children:f.visible.map((m,g)=>V("box",{height:1,flexDirection:"row",overflow:"hidden",children:[c?V("box",{width:ic,flexShrink:0,overflow:"hidden",children:V("text",{fg:n.muted,children:g===0?r.timestamp.slice(11,19):""},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,V("box",{width:o,flexShrink:0,overflow:"hidden",children:V("text",{fg:g===0?je(r.service,n):n.muted,wrapMode:"none",children:g===0?z(r.service,o):""},void 0,!1,void 0,this)},void 0,!1,void 0,this),V("box",{width:Ui,flexShrink:0,overflow:"hidden",children:V("text",{children:" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),V("box",{width:sc,flexShrink:0,overflow:"hidden",children:V("text",{fg:g===0?Te(n,r.level):n.muted,children:g===0?String(r.level):""},void 0,!1,void 0,this)},void 0,!1,void 0,this),l?V("box",{width:rc,flexShrink:0,overflow:"hidden",children:V("text",{fg:n.muted,children:g===0&&r.source?z(r.source,rc):""},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,V("box",{width:Ui,flexShrink:0,overflow:"hidden",children:V("text",{fg:n.muted,children:g===0?" ":"\u2502"},void 0,!1,void 0,this)},void 0,!1,void 0,this),V("box",{flexGrow:1,overflow:"hidden",children:V(wE,{palette:n,level:r.level,text:m,mark:g===0?f.mark:""},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${r.timestamp}-${g}`,!0,void 0,this))},void 0,!1,void 0,this)}function wE(e){let{palette:t,level:n,text:r,mark:o}=e;return V("text",{wrapMode:"none",children:[Ry(r).map((i,s)=>V("span",{fg:Qh(t,n,i.kind),children:i.text},`${i.kind}-${s}`,!1,void 0,this)),o===""?null:V("span",{fg:t.muted,children:o},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var yE=400,vE=200,xE=2;var np=D(()=>{Pt();at();Ae();xe();Qe()});import{jsxDEV as de}from"@opentui/react/jsx-dev-runtime";function Zx(e){let{palette:t,cfg:n,snap:r,logs:o,names:i,selected:s,selectedLog:a=-1,checked:c,profile:l,google:d,width:f,paused:m,followTick:g,logService:x,logSources:y,errorOnly:b,showSystemLogs:k,onOpen:S,onSelectIndex:N,onToggle:K,onFilterService:v,onToggleErrors:C,onToggleSystemLogs:h,onClearLogs:P,onShowErrors:H,wrapMode:Q="clip",view:ae,follow:we=!0,onLeaveLatest:ze,onPickLog:Ke,viewStart:ce=0,viewTotal:Ie,newer:qe=0,onJumpLatest:ue,facets:_e}=e,Ee=ne();if(!n||i.length===0)return de($e,{palette:t,title:"No services configured",body:"Add services to .devctl/config.yaml or finish setup.",hint:"open the setup screen with /setup"},void 0,!1,void 0,this);let G=f<ko,Fe=Eo(r),ft=uc(r,i),Ne=i.filter((Fr)=>r?.services[Fr]?.state==="FAILED").length,Et=r?.session_id?Rs(r.session_id):void 0,gt=Et?Ro(Date.now()-Et.getTime()):void 0,en=iv(o),mt=l||lc(n),tn=Ev(n,mt),ht=cc(f,i,G),$r=Math.max(24,G?f-4:f-ht-4),Mc=k?o:o.filter((Fr)=>!zi(Fr.source)),R=To(o,{service:x,errorOnly:b,systemLogs:k}),nn=ae??R,Yn=Ie??R.length,Ir=Math.min(Yn,ce+nn.length),$c=Yn===0?"empty":`${ce+1}\u2013${Ir} of ${Yn}`,Ic=x===""?"all services":x;return de("box",{flexGrow:1,flexDirection:G?"column":"row",overflow:"hidden",children:[de("box",{flexGrow:G?1:0,flexShrink:0,minWidth:G?void 0:ht,width:G?void 0:ht,border:!0,borderStyle:"rounded",borderColor:Fe?t.border:t.borderActive,backgroundColor:t.panel,title:"services",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:[de(We,{palette:t,items:[{text:$u(ft.running,i.length),tone:ft.running>0?"success":"idle"},...Ne>0?[{text:`${Ne} failed`,tone:"error"}]:[],...c.length>0?[{text:`${c.length} selected`,tone:"primary"}]:[],...gt!==void 0?[{text:`up ${gt}`,tone:"idle"}]:[],...en>0?[{text:`${en} errors`,tone:"error",onMouseDown:H}]:[]]},void 0,!1,void 0,this),de(Pc,{palette:t,checked:c,idle:Fe,profileName:mt,members:tn},void 0,!1,void 0,this),de("box",{flexGrow:1,paddingLeft:Ee.pad,paddingRight:Ee.pad,overflow:"hidden",children:de(_c,{palette:t,names:i,snap:r,selected:s,checked:c,width:oc(ht,Ee.pad),onOpen:S,onSelectIndex:N,onToggle:K},void 0,!1,void 0,this)},void 0,!1,void 0,this),de(PE,{palette:t,names:i,snap:r,width:ht,onOpen:S},void 0,!1,void 0,this),de(RE,{palette:t,cfg:n,snap:r,google:d,width:ht},void 0,!1,void 0,this)]},void 0,!0,void 0,this),de("box",{position:"relative",flexGrow:2,minWidth:G?void 0:32,minHeight:G?8:void 0,border:!0,borderStyle:"rounded",borderColor:t.border,backgroundColor:t.panel,title:`logs \xB7 ${$c}`,titleColor:t.primary,overflow:"hidden",flexDirection:"column",children:[de(We,{palette:t,items:[{text:m?"PAUSED":"LIVE",tone:m?"warning":"success"},{text:`shown ${R.length}`,tone:"info"},{text:_e?`total ${_e.total}`:`total ${o.length}`},{text:Ic,tone:x===""?"idle":"primary"},{text:b?"ERROR+":"all levels",tone:b?"error":"idle",onMouseDown:C},{text:k?"system: on":"system: off",tone:k?"accent":"idle",onMouseDown:h},{text:"clear",tone:"muted",onMouseDown:P}]},void 0,!1,void 0,this),de(ep,{palette:t,logs:Mc,names:y??i,service:x,errorOnly:b,width:$r,onService:v,onToggleErrors:C,facets:_e},void 0,!1,void 0,this),Yn>nn.length?de(Qu,{palette:t,start:ce,count:nn.length,total:Yn},void 0,!1,void 0,this):null,R.length===0?de($e,{palette:t,title:Fe?"Waiting for logs":o.length===0?"No events yet":"No events in this filter",body:Fe?"Start services to stream output here. Later starts keep earlier logs.":o.length===0?"New lines appear as services write output.":"Click All or another service chip, or turn off ERROR+.",hint:"[ ] cycle service g jump to latest"},void 0,!1,void 0,this):de(tp,{palette:t,logs:nn,width:$r,followTick:g,focused:!1,wrapMode:Q,selected:a,follow:we,onLeaveLatest:ze,onPick:Ke,viewStart:ce},g,!1,void 0,this),de(Be,{palette:t,backgroundColor:t.element,edge:"top",children:de(Le,{palette:t,hints:Co([{key:"e",label:"errors"},{key:"i",label:k?"internal off":"internal on"},{key:"ctrl+l",label:"clear"},{key:"g",label:"latest"},{key:"z",label:"full logs"},{key:"\u2190\u2192",label:"filter"}],Math.max(20,$r-2))},void 0,!1,void 0,this)},void 0,!1,void 0,this),!we?de(Zu,{palette:t,width:$r,newer:qe,bottom:1,onJump:ue},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}function CE(e){if(!e)return!1;return e.state===yr||e.health===ke||e.state===_i||e.restarts>0||e.last_error!==""}function Qx(e){if(e.state===yr)return 0;if(e.health===ke)return 1;if(e.state===_i)return 2;return 3}function _E(e){if(e.last_error!=="")return e.last_error;if(e.restarts>0)return`restarted ${e.restarts}x, no error recorded`;return e.health===ke?"failing health check":e.state.toLowerCase()}function PE(e){let{palette:t,names:n,snap:r,width:o,onOpen:i}=e,s=n.map((d)=>({name:d,rt:r?.services[d]})).filter((d)=>CE(d.rt)).sort((d,f)=>Qx(d.rt)-Qx(f.rt));if(s.length===0)return null;let a=s.slice(0,kE),c=s.length-a.length,l=Math.max(8,o-rp-4);return de("box",{border:!0,borderStyle:"rounded",borderColor:t.error,title:`issues (${s.length})`,titleColor:t.error,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[a.map(({name:d,rt:f})=>{let m=Nt(f);return de("box",{height:1,flexDirection:"row",overflow:"hidden",onMouseDown:()=>i(d),children:[de("box",{width:2,flexShrink:0,children:de("text",{fg:Te(t,m),children:Ot(m)},void 0,!1,void 0,this)},void 0,!1,void 0,this),de("box",{width:rp,flexShrink:0,overflow:"hidden",children:de("text",{fg:je(d,t),wrapMode:"none",children:z(d,rp)},void 0,!1,void 0,this)},void 0,!1,void 0,this),de("box",{width:l,flexShrink:0,overflow:"hidden",children:de("text",{fg:t.muted,wrapMode:"none",children:le(_E(f),l)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},d,!0,void 0,this)}),c>0?de("text",{fg:t.muted,wrapMode:"none",children:`+${c} more \u2014 open a service to see details`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function RE(e){let{palette:t,cfg:n,snap:r,google:o,width:i}=e,s=o?.userEmail,a=Ao(n,r?.identity,o).project,c=r?.logs.total??0,l=Tv(s,a,c,i);return de(Be,{palette:t,backgroundColor:t.element,edge:"top",children:de("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:l.map((d,f)=>de(fe,{palette:t,label:d.label,tone:d.tone},`${d.label}-${f}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var kE=4,rp=14;var eb=D(()=>{Ae();at();xe();Pt();Qe();vr();Xe();Yu();np()});import{useEffect as EE,useState as TE}from"react";import{jsxDEV as J}from"@opentui/react/jsx-dev-runtime";function nb(e){let{palette:t,report:n,loading:r,progress:o,error:i,selected:s,onPick:a,onReload:c}=e,l=Lo(s,op);if(r)return J(AE,{palette:t,progress:o},void 0,!1,void 0,this);if(i)return J(Fv,{palette:t,title:"Doctor failed",body:i},void 0,!1,void 0,this);if(!n)return J($e,{palette:t,title:"Doctor",body:"Diagnostics have not run yet.",hint:"opening this screen runs doctor"},void 0,!1,void 0,this);let d=n.checks.filter((b)=>b.severity==="ok").length,f=n.checks.filter((b)=>b.severity==="warn").length,m=n.checks.filter((b)=>b.severity==="error").length,g=n.checks.length,x=Ji(g>0?d/g:0),y=m>0?t.error:f>0?t.warning:t.success;return J(nt,{palette:t,title:`doctor ${n.issues} issue(s)`,children:[J("box",{height:4,flexDirection:"column",flexShrink:0,alignItems:"center",justifyContent:"center",overflow:"hidden",border:!0,borderStyle:"rounded",borderColor:t.primary,backgroundColor:t.element,onMouseDown:c,children:[J("text",{wrapMode:"none",children:[J("span",{fg:t.inverse,bg:t.primary,children:" r "},void 0,!1,void 0,this),J("span",{fg:t.primary,children:" RUN DOCTOR AGAIN"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),J("text",{fg:t.muted,wrapMode:"none",children:"results stay cached until you refresh"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),J("box",{height:1,flexShrink:0},void 0,!1,void 0,this),J("box",{height:1,flexShrink:0,overflow:"hidden",children:J("text",{wrapMode:"none",children:[J("span",{fg:y,children:`[${x}]`},void 0,!1,void 0,this),J("span",{fg:t.success,children:` ${d} ok`},void 0,!1,void 0,this),f>0?J("span",{fg:t.warning,children:` \xB7 ${f} warn`},void 0,!1,void 0,this):null,m>0?J("span",{fg:t.error,children:` \xB7 ${m} error`},void 0,!1,void 0,this):null,f===0&&m===0?J("span",{fg:t.muted,children:" \xB7 all clear"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this),J("box",{height:1,flexShrink:0},void 0,!1,void 0,this),J("scrollbox",{ref:l,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:J("box",{flexDirection:"column",overflow:"hidden",gap:1,children:n.checks.map((b,k)=>J(LE,{palette:t,check:b,index:k,active:k===s,onPick:a},`${b.name}-${k}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function AE({palette:e,progress:t}){let[n,r]=TE(0);return EE(()=>{let o=setInterval(()=>r((i)=>(i+1)%tb.length),120);return()=>clearInterval(o)},[]),J("box",{flexGrow:1,alignItems:"center",justifyContent:"center",overflow:"hidden",children:J("box",{width:"80%",maxWidth:52,height:10,flexShrink:1,border:!0,borderStyle:"rounded",borderColor:e.borderActive,backgroundColor:e.panel,flexDirection:"column",alignItems:"center",justifyContent:"center",overflow:"hidden",children:[J("text",{wrapMode:"none",children:[J("span",{fg:e.primary,children:`${tb[n]} `},void 0,!1,void 0,this),J("span",{fg:e.text,children:"devctl doctor"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),J("box",{height:1,flexShrink:0},void 0,!1,void 0,this),J("text",{fg:e.text,wrapMode:"none",children:`Checking ${t.active}`},void 0,!1,void 0,this),J("box",{height:1,flexShrink:0},void 0,!1,void 0,this),t.checks.slice(-4).map((o,i)=>J("text",{wrapMode:"none",children:[J("span",{fg:Te(e,o.severity==="error"?"ERROR":o.severity==="warn"?"WARN":"OK"),children:`${Ot(o.severity==="error"?"ERROR":o.severity==="warn"?"WARN":"OK")} `},void 0,!1,void 0,this),J("span",{fg:e.muted,children:o.name},void 0,!1,void 0,this)]},`${o.name}-${i}`,!0,void 0,this)),t.checks.length===0?J("text",{fg:e.muted,children:"Waiting for the first result\u2026"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function LE(e){let{palette:t,check:n,index:r,active:o,onPick:i}=e,s=n.severity==="error"?"ERROR":n.severity==="warn"?"WARN":"OK";if(n.severity==="ok")return J("box",{id:`${op}-${r}`,flexDirection:"row",flexShrink:0,paddingLeft:1,overflow:"hidden",backgroundColor:o?t.highlight:void 0,onMouseDown:()=>i(r),children:J("text",{wrapMode:"none",children:[J("span",{fg:t.primary,children:o?"\u203A ":" "},void 0,!1,void 0,this),J("span",{fg:Te(t,s),children:Ot(s)},void 0,!1,void 0,this),J("span",{fg:o?t.primary:t.text,children:` ${n.name}`},void 0,!1,void 0,this),J("span",{fg:t.muted,children:n.message?` \xB7 ${n.message}`:""},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this);let c=n.severity==="error"?t.error:t.warning;return J("box",{id:`${op}-${r}`,border:!0,borderStyle:"rounded",borderColor:o?t.borderActive:c,title:n.name,titleColor:c,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",backgroundColor:o?t.highlight:void 0,onMouseDown:()=>i(r),children:[J("text",{wrapMode:"word",children:[J("span",{fg:Te(t,s),children:`${Ot(s)} `},void 0,!1,void 0,this),J("span",{fg:t.text,children:n.message},void 0,!1,void 0,this)]},void 0,!0,void 0,this),n.hint?J("text",{fg:t.info,wrapMode:"word",children:`\u2192 ${n.hint}`},void 0,!1,void 0,this):null,o&&n.action?.kind==="free-port"?J("text",{fg:t.primary,wrapMode:"none",children:`enter stop ${n.action.holder.command} (pid ${n.action.holder.pid})`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}var op="doctor-row",tb;var rb=D(()=>{Pt();Ae();xe();Qe();tb=["\u25D0","\u25D3","\u25D1","\u25D2"]});import{jsxDEV as Re}from"@opentui/react/jsx-dev-runtime";function ib(e){let{palette:t,cfg:n,snap:r,profile:o,selected:i,onPick:s}=e,a=ne(),c=Lo(i,ob),l=Object.keys(n?.profiles??{}).sort();if(l.length===0)return Re($e,{palette:t,title:"No profiles",body:"Add profiles.<name>.services in config.yaml."},void 0,!1,void 0,this);return Re(nt,{palette:t,title:"profiles",children:[Re("box",{height:1,flexShrink:0,overflow:"hidden",children:Re("text",{fg:t.muted,wrapMode:"none",children:[`${l.length} profile${l.length===1?"":"s"} \xB7 current: `,Re("span",{fg:t.success,children:o||"(none)"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Re("box",{height:1,flexShrink:0},void 0,!1,void 0,this),Re("scrollbox",{ref:c,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:Re("box",{flexDirection:"column",overflow:"hidden",gap:a.gap||1,children:l.map((d,f)=>{let m=d===o,g=f===i,x=n?.profiles[d]?.services??[],y=Object.keys(n?.profiles[d]?.environment??{}).length,b=g?t.borderActive:m?t.success:t.border,k=g?t.primary:m?t.success:t.muted;return Re("box",{id:`${ob}-${f}`,border:!0,borderStyle:"rounded",borderColor:b,title:d,titleColor:k,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",backgroundColor:g?t.highlight:void 0,onMouseDown:()=>s(f),children:[Re("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:Re("text",{wrapMode:"none",children:[m?Re("span",{fg:t.success,children:"\u25CF current profile"},void 0,!1,void 0,this):Re("span",{fg:t.muted,children:"\u25CB not active"},void 0,!1,void 0,this),Re("span",{fg:t.muted,children:` \xB7 ${x.length} service${x.length===1?"":"s"}`},void 0,!1,void 0,this),y>0?Re("span",{fg:t.muted,children:` \xB7 ${y} env var${y===1?"":"s"}`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Re("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:x.length===0?Re("text",{fg:t.muted,wrapMode:"none",children:"(no services)"},void 0,!1,void 0,this):Re("text",{wrapMode:"none",children:x.map((S,N)=>{let K=Nt(r?.services[S]);return Re("span",{children:[Re("span",{fg:Te(t,K),children:Ot(K)},void 0,!1,void 0,this),Re("span",{fg:je(S,t),children:` ${S}`},void 0,!1,void 0,this),N<x.length-1?Re("span",{fg:t.muted,children:" "},void 0,!1,void 0,this):null]},S,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},d,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this),Re(Be,{palette:t,backgroundColor:t.element,edge:"top",children:Re(Le,{palette:t,hints:[{key:"space",label:"set current"},{key:"enter",label:"set and start"}]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var ob="profile-row";var sb=D(()=>{Pt();at();Ae();xe();Qe()});import{jsxDEV as B,Fragment as db}from"@opentui/react/jsx-dev-runtime";function DE(e){let t=e.toLowerCase();if(t==="iap")return"info";if(t==="service"||t==="service_account")return"primary";return"idle"}function OE(e,t,n){if(n||t>=500)return e.error;if(t===0||t>=400)return e.warning;return e.success}function ME(e,t){if(t.startsWith("sa:"))return{label:"SA",color:e.primary};if(t!=="")return{label:"USR",color:e.info};return{label:"\u2014",color:e.muted}}function NE(e){let{palette:t,req:n,cols:r}=e,o=OE(t,n.status,n.error),i=n.status>0?String(n.status):"ERR",s=ME(t,n.identity),a=n.route||ub,c=n.error?`${n.path} \u2014 ${le(n.error,FE)}`:n.path;return B("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[B("box",{width:ip,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:n.timestamp.slice(11,19)},void 0,!1,void 0,this)},void 0,!1,void 0,this),r.showMethod?B("box",{width:Rc,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.text,wrapMode:"none",children:z(n.method,Rc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,B("box",{width:Ec,flexShrink:0,overflow:"hidden",children:B("text",{fg:o,wrapMode:"none",children:z(i,Ec)},void 0,!1,void 0,this)},void 0,!1,void 0,this),r.showDur?B("box",{width:Tc,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,wrapMode:"none",children:z(`${n.durationMs}ms`,Tc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,B("box",{width:Ac,flexShrink:0,overflow:"hidden",children:B("text",{fg:s.color,wrapMode:"none",children:z(s.label,Ac)},void 0,!1,void 0,this)},void 0,!1,void 0,this),B("box",{width:r.routeCol,flexShrink:0,overflow:"hidden",children:B("text",{fg:n.route?t.info:t.muted,wrapMode:"none",children:z(a,r.routeCol)},void 0,!1,void 0,this)},void 0,!1,void 0,this),B("box",{flexGrow:1,overflow:"hidden",children:B("text",{fg:n.error?t.error:t.text,wrapMode:"none",children:c},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function HE(e){let{palette:t,cols:n}=e;return B("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,children:[B("box",{width:ip,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:z("TIME",ip)},void 0,!1,void 0,this)},void 0,!1,void 0,this),n.showMethod?B("box",{width:Rc,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:z("METHOD",Rc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,B("box",{width:Ec,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:z("ST",Ec)},void 0,!1,void 0,this)},void 0,!1,void 0,this),n.showDur?B("box",{width:Tc,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:z("DUR",Tc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,B("box",{width:Ac,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:z("WHO",Ac)},void 0,!1,void 0,this)},void 0,!1,void 0,this),B("box",{width:n.routeCol,flexShrink:0,overflow:"hidden",children:B("text",{fg:t.muted,children:z("ROUTE",n.routeCol)},void 0,!1,void 0,this)},void 0,!1,void 0,this),B("box",{flexGrow:1,overflow:"hidden",children:B("text",{fg:t.muted,children:"PATH"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function jE(e){let{palette:t,name:n,auth:r,identity:o,upstream:i,match:s,onMouseDown:a}=e;return B("box",{flexDirection:"column",flexShrink:0,overflow:"hidden",onMouseDown:a,children:[B("text",{fg:t.text,wrapMode:"none",children:n},void 0,!1,void 0,this),B("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[B(fe,{palette:t,label:r||"no auth",tone:DE(r)},void 0,!1,void 0,this),o?B(fe,{palette:t,label:o,tone:"idle"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),s?B("text",{fg:t.muted,wrapMode:"none",children:`match: ${s}`},void 0,!1,void 0,this):null,B("text",{fg:t.muted,wrapMode:"none",children:`\u2192 ${i}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function pb(e){let{palette:t,cfg:n,snap:r,width:o,onSelectRoute:i}=e,s=r?.proxy.routes??[],a=new Map((n?.proxy.routes??[]).map((v)=>[v.name,v])),c=new Map((n?.proxy.routes??[]).map((v)=>[v.name,v.match])),l=r?.proxy.recentRequests??[],d=r?.proxy.requestTotal??0,f=r?.proxy.requestErrors??0,m=o<ko,g=Math.max(ab,Math.min(BE,Math.floor(o*0.36))),x=m?o-cb:o-g-cb,y=Math.max(20,x-2),b=y>=lb,k=y>=WE,S=y>=lb?GE:UE,N=l.reduce((v,C)=>Math.min(S,Math.max(v,(C.route||ub).length+IE)),$E),K={showMethod:b,showDur:k,routeCol:N};return B(nt,{palette:t,title:"proxy",children:[B(We,{palette:t,items:[{text:r?.proxy.running?"RUNNING":"STOPPED",tone:r?.proxy.running?"success":"idle"},...r?.proxy.address?[{text:r.proxy.address,tone:"info"}]:[],{text:`${s.length} routes`,tone:s.length>0?"primary":"idle"},...d>0?[{text:`${d} requests`,tone:"idle"},...f>0?[{text:`${f} errors`,tone:"warning"}]:[]]:[]]},void 0,!1,void 0,this),B("box",{flexGrow:1,flexDirection:m?"column":"row",overflow:"hidden",children:[B("box",{flexGrow:m?1:0,flexBasis:m?0:void 0,flexShrink:0,minWidth:m?void 0:ab,width:m?void 0:g,minHeight:m?8:void 0,border:!0,borderStyle:"rounded",borderColor:t.border,title:"routes",titleColor:t.primary,paddingLeft:1,paddingRight:1,flexDirection:"column",overflow:"hidden",children:s.length===0?B($e,{palette:t,title:"No proxy routes",body:"Add routes under proxy.routes or .devctl/proxy/routes.yaml."},void 0,!1,void 0,this):B(db,{children:[i?B("text",{fg:t.muted,wrapMode:"word",children:"click a route for full details"},void 0,!1,void 0,this):null,B("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:B("box",{flexDirection:"column",overflow:"hidden",gap:1,children:s.map((v)=>{let C=c.get(v.name),h=C&&(C.host||C.path)?`${C.host||"*"}${C.path?C.path:""}`:void 0,P=a.get(v.name);return B(jE,{palette:t,name:v.name,auth:v.auth,identity:v.identity,upstream:v.upstream,match:h,onMouseDown:i?()=>i({name:v.name,authType:P?.auth.type||v.auth,identityType:P?.auth.identity.type??"",serviceAccount:P?.auth.identity.service_account||P?.auth.service_account||"",audience:P?.auth.audience??"",matchHost:P?.match.host??"",matchPath:P?.match.path??"",upstream:v.upstream}):void 0},v.name,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),B("box",{flexGrow:1,flexBasis:0,minWidth:m?void 0:30,minHeight:m?10:void 0,border:!0,borderStyle:"rounded",borderColor:t.borderActive,title:"requests",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:l.length===0?B("box",{paddingLeft:1,paddingRight:1,children:B("text",{fg:t.muted,wrapMode:"word",children:r?.proxy.running?"No requests seen yet. Send one through the proxy to see it show up here \u2014 no need to restart or press r.":"Start the proxy, then send it a request to see live traffic here."},void 0,!1,void 0,this)},void 0,!1,void 0,this):B(db,{children:[B(HE,{palette:t,cols:K},void 0,!1,void 0,this),B("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:B("box",{flexDirection:"column",overflow:"hidden",children:l.map((v)=>B(NE,{palette:t,req:v,cols:K},v.requestId,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),B(Be,{palette:t,backgroundColor:t.element,edge:"top",children:B(Le,{palette:t,hints:[{key:"n",label:"start proxy"},{key:"x",label:"stop proxy"}]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var ip=9,Rc=8,Ec=4,Tc=8,Ac=4,$E=8,IE=2,FE=64,ub="(none)",ab=26,BE=42,cb=2,lb=46,WE=54,GE=20,UE=12;var fb=D(()=>{Pt();Ae();xe()});import{jsxDEV as te}from"@opentui/react/jsx-dev-runtime";function hb(e){let{palette:t,name:n}=e;return te("box",{flexGrow:1,border:!0,borderStyle:"rounded",borderColor:t.borderActive,backgroundColor:t.panel,title:n,titleColor:je(n,t),flexDirection:"column",overflow:"hidden",children:te(sp,{...e,compact:!1},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function sp(e){let{palette:t,cfg:n,snap:r,name:o,reveal:i,width:s,compact:a=!0,envScrollRef:c}=e,l=ne(),d=n?.services[o];if(!d)return te($e,{palette:t,title:"Unknown service",body:`No service named ${o}.`,hint:"j/k move"},void 0,!1,void 0,this);let f=r?.services[o],m=Nt(f),g=f?.health??"UNKNOWN",x=Dr(f)||Zi(d,f),y=_v(d,i,n?.secrets.extra_markers??[],n?.secrets.extra_patterns??[]),b=s>=qE,k=[{label:"health",value:mc(d)},{label:"workdir",value:d.working_dir||"."},{label:"restart",value:yc(d)},{label:"caps",value:d.capabilities.join(", ")||"\u2014"},{label:"runtime",value:d.container?`${d.container.runtime||"docker"} \xB7 ${d.container.image}`:"host"}],S=[{label:"identity",value:hc(d,f)},{label:"depends",value:d.dependencies.map(Ts).join(", ")||"\u2014"},{label:"ports",value:Zi(d,f)},{label:"tries",value:String(f?.restarts??0),tone:f?.restarts?"warning":"muted"}],N=Math.max(Mr+8,s-2),K=b?Math.floor(N/2):N;return te("box",{padding:l.pad,flexGrow:1,flexDirection:"column",overflow:"hidden",children:[te(We,{palette:t,items:[{text:m,tone:mb(m)},{text:g,tone:mb(g)},{text:f?.pid?`pid ${f.pid}`:"pid \u2014",tone:f?.pid?"info":"idle"},{text:x==="\u2014"?"port \u2014":`port ${x}`,tone:x==="\u2014"?"idle":"info"}]},void 0,!1,void 0,this),d.description?te("box",{height:1,overflow:"hidden",children:te("text",{fg:t.muted,wrapMode:"none",children:le(d.description,Math.max(8,s-4))},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,f?.last_error?te("box",{height:1,overflow:"hidden",children:te("text",{fg:t.error,wrapMode:"none",children:le(f.last_error,KE)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,te(ap,{palette:t,item:{label:"command",value:gc(d)},valueWidth:Math.max(8,N-Mr)},void 0,!1,void 0,this),te(VE,{palette:t,left:k,right:S,wide:b,colWidth:K},void 0,!1,void 0,this),te(JE,{palette:t,entries:y,reveal:i,width:s,focused:!a,scrollRef:c},void 0,!1,void 0,this),a?null:te(Le,{palette:t,hints:[{key:"n",label:"start"},{key:"x",label:"stop"},{key:"R",label:"restart"},{key:"o",label:"config"},{key:"l",label:"logs"},{key:"/reveal",label:"secrets"},{key:"esc",label:"back"}]},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function VE(e){let{palette:t,left:n,right:r,wide:o,colWidth:i}=e,s=Math.max(4,i-Mr);if(!o)return te("box",{width:i,flexShrink:0,flexDirection:"column",overflow:"hidden",children:[...n,...r].map((a)=>te(ap,{palette:t,item:a,valueWidth:s},a.label,!1,void 0,this))},void 0,!1,void 0,this);return te("box",{height:n.length,flexShrink:0,flexDirection:"row",overflow:"hidden",children:[te(gb,{palette:t,items:n,width:i},void 0,!1,void 0,this),te(gb,{palette:t,items:r,width:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function gb(e){let t=Math.max(4,e.width-Mr);return te("box",{width:e.width,flexShrink:0,flexDirection:"column",overflow:"hidden",children:e.items.map((n)=>te(ap,{palette:e.palette,item:n,valueWidth:t},n.label,!1,void 0,this))},void 0,!1,void 0,this)}function ap(e){let{palette:t,item:n,valueWidth:r}=e,o=n.tone==="warning"?t.warning:n.tone==="muted"?t.muted:t.text;return te("box",{height:1,width:Mr+r,flexDirection:"row",overflow:"hidden",children:[te("box",{width:Mr,flexShrink:0,overflow:"hidden",children:te("text",{fg:t.muted,wrapMode:"none",children:z(n.label,Mr)},void 0,!1,void 0,this)},void 0,!1,void 0,this),te("box",{width:r,flexShrink:0,overflow:"hidden",children:te("text",{fg:o,wrapMode:"none",children:z(n.value,r)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function JE(e){let{palette:t,entries:n,reveal:r,width:o,focused:i,scrollRef:s}=e,a=Pv(o),c=Math.max(8,o-a-4);return te("box",{flexGrow:1,flexDirection:"column",overflow:"hidden",children:[te(We,{palette:t,items:[{text:`env ${n.length}`,tone:n.length>0?"info":"idle"},{text:r?"secrets shown":"redacted",tone:r?"warning":"muted"}],hints:i?[{key:"j/k",label:"scroll"}]:[{key:"/reveal",label:"secrets"}]},void 0,!1,void 0,this),n.length===0?te("text",{fg:t.muted,children:"no service env overrides"},void 0,!1,void 0,this):te("box",{flexGrow:1,height:"100%",overflow:"hidden",children:te("scrollbox",{ref:s,focused:i,stickyScroll:!1,scrollX:!1,style:{rootOptions:{flexGrow:1,height:"100%",overflow:"hidden",backgroundColor:t.panel},viewportOptions:{backgroundColor:t.panel},contentOptions:{backgroundColor:t.panel},scrollbarOptions:{trackOptions:{foregroundColor:t.primary,backgroundColor:t.element}}},children:te("box",{flexDirection:"column",overflow:"hidden",children:n.map((l)=>te("box",{height:1,flexDirection:"row",overflow:"hidden",children:[te("box",{width:a,flexShrink:0,overflow:"hidden",children:te("text",{fg:l.required?t.warning:t.muted,wrapMode:"none",children:z(l.required?`${l.key}*`:l.key,a)},void 0,!1,void 0,this)},void 0,!1,void 0,this),te("box",{width:c,flexShrink:0,overflow:"hidden",children:te("text",{fg:l.value===""?t.muted:t.text,wrapMode:"none",children:z(l.value===""&&l.required?"(required)":l.value,c)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},l.key,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function mb(e){switch(e.toUpperCase()){case"HEALTHY":case"RUNNING":return"success";case"UNHEALTHY":case"WARNING":case"WARN":case"STARTING":case"RESTARTING":return"warning";case"FAILED":case"ERROR":return"error";default:return"muted"}}var KE=72,qE=56,Mr=9;var cp=D(()=>{Ae();Pt();at();xe();Qe();st()});import{jsxDEV as zn}from"@opentui/react/jsx-dev-runtime";function yb(e){let{palette:t,cfg:n,names:r,snap:o,selected:i,checked:s,width:a,reveal:c,onOpen:l,onSelectIndex:d,onToggle:f}=e;if(r.length===0)return zn($e,{palette:t,title:"No services",body:"This configuration does not define any services."},void 0,!1,void 0,this);let m=a<ko,g=r[i]??"",x=cc(a,r,m),y=4,b=m?Math.max(lp,a-y):Math.max(lp,a-x-y);return zn("box",{flexGrow:1,flexDirection:m?"column":"row",overflow:"hidden",children:[zn("box",{flexGrow:m?1:0,flexShrink:0,minWidth:m?void 0:Ya,width:m?void 0:x,border:!0,borderStyle:"rounded",borderColor:t.borderActive,backgroundColor:t.panel,title:"services",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:[zn(Pc,{palette:t,checked:s,idle:Eo(o),profileName:"",members:""},void 0,!1,void 0,this),zn("box",{flexGrow:1,overflow:"hidden",children:zn(_c,{palette:t,names:r,snap:o,selected:i,checked:s,width:oc(x),onOpen:l,onSelectIndex:d,onToggle:f},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),zn("box",{flexGrow:2,minWidth:m?void 0:lp,minHeight:m?zE:void 0,border:!0,borderStyle:"rounded",borderColor:t.border,backgroundColor:t.panel,title:g||"detail",titleColor:g?je(g,t):t.primary,overflow:"hidden",flexDirection:"column",children:zn(sp,{palette:t,cfg:n,snap:o,name:g,reveal:c,width:b},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var lp=36,zE=12;var vb=D(()=>{Pt();Ae();Qe();cp();Yu()});import{jsxDEV as me}from"@opentui/react/jsx-dev-runtime";function XE(e){switch(e){case"cycle":return"\u2194";case"toggle":return"\u23FB";case"page":return"\u25B8";case"action":return"!";default:return"\xB7"}}function Sb(e){let{palette:t,items:n,selected:r,locked:o,width:i,onPick:s,onActivate:a}=e,c=ne(),l=yu(n,r),d=So(n,l);return me("box",{flexGrow:1,border:!0,borderStyle:"rounded",borderColor:t.borderActive,backgroundColor:t.panel,title:"settings",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:[me("box",{height:2,paddingLeft:c.pad,flexShrink:0,flexDirection:"column",overflow:"hidden",children:[me("text",{fg:t.primary,wrapMode:"none",children:"Preferences"},void 0,!1,void 0,this),me("text",{fg:t.muted,wrapMode:"none",children:o?"DEVCTL_TUI_CONFIG is set \u2014 changes stay in this session.":"Changes save to your user tui.json unless noted."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),me("box",{flexGrow:1,paddingLeft:c.pad,paddingRight:c.pad,overflow:"hidden",flexShrink:1,children:me(QE,{palette:t,items:n,active:l,scale:c,width:i,onPick:s,onActivate:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),me(eT,{palette:t,item:d,scale:c},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function QE(e){let{palette:t,items:n,active:r,scale:o,width:i,onPick:s,onActivate:a}=e,c=Lo(r,wb),l=Math.max(8,i-xb-bb-10),d=0,f=sy(n);return me("scrollbox",{ref:c,focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:me("box",{flexDirection:"column",overflow:"hidden",children:f.map((m,g)=>{let x=d;d+=m.items.length;let y=r>=x&&r<x+m.items.length;return me("box",{border:!0,borderStyle:"rounded",borderColor:y?t.borderActive:t.border,title:`${m.group} (${m.items.length})`,titleColor:y?t.primary:t.muted,flexDirection:"column",flexShrink:0,marginBottom:g<f.length-1?Math.max(1,o.gap):0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[m.group==="MCP"?me("box",{height:1,overflow:"hidden",children:me("text",{fg:t.muted,wrapMode:"none",children:"dedicated page \u2014 also /mcp or /agent"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,m.items.map((b,k)=>{let S=x+k;return me(ZE,{index:S,palette:t,item:b,active:S===r,rowH:o.rowH,valueWidth:l,onPick:()=>s(S),onActivate:()=>a(b)},b.id,!1,void 0,this)})]},m.group,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function ZE(e){let{palette:t,index:n,item:r,active:o,rowH:i,valueWidth:s,onPick:a,onActivate:c}=e;return me("box",{id:`${wb}-${n}`,height:i,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:o?t.highlight:void 0,onMouseDown:()=>{if(o){c();return}a()},children:[me("box",{width:2,flexShrink:0,overflow:"hidden",children:me("text",{fg:t.primary,children:o?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{width:bb,flexShrink:0,overflow:"hidden",children:me("text",{fg:o?t.primary:t.muted,children:XE(r.kind)},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{width:xb,flexShrink:0,overflow:"hidden",children:me("text",{fg:o?t.primary:t.text,wrapMode:"none",children:r.name},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{flexGrow:1,overflow:"hidden",children:me("text",{fg:tT(t,r,o),wrapMode:"none",children:le(r.value,s)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function eT(e){let{palette:t,item:n,scale:r}=e,o=n?.id==="font",i=n?.kind==="page"?`${n.name} \u2192 dedicated page`:n?.name??"";return me("box",{height:YE,flexShrink:0,border:!0,borderStyle:"rounded",borderColor:t.border,title:"selected",titleColor:t.muted,backgroundColor:t.element,paddingLeft:r.pad,paddingRight:r.pad,flexDirection:"column",overflow:"hidden",children:[me("box",{height:1,overflow:"hidden",children:me("text",{fg:t.primary,wrapMode:"none",children:o?`${oy(r.steps)} ${r.label}`:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{height:1,overflow:"hidden",children:me("text",{fg:t.text,wrapMode:"word",children:n?.detail??""},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{height:1,overflow:"hidden",children:me("text",{fg:t.muted,wrapMode:"none",children:n?n.kind==="info"?"read-only":n.hint:""},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function tT(e,t,n){if(t.id==="mouse")return t.value==="on"?e.success:e.text;if(t.kind==="page")return e.info;if(t.kind==="info")return e.text;return n?e.primary:e.text}var xb=14,bb=2,YE=5,wb="settings-row";var kb=D(()=>{at();Ae();xe();vn()});import{useEffect as nT,useState as rT}from"react";import{jsxDEV as q}from"@opentui/react/jsx-dev-runtime";function Mo(e){let{palette:t,title:n,tone:r="muted",children:o}=e,i=r==="success"?t.success:r==="warning"?t.warning:r==="error"?t.error:t.border;return q("box",{border:!0,borderStyle:"rounded",borderColor:i,title:n,titleColor:i,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,marginBottom:1,overflow:"hidden",children:o},void 0,!1,void 0,this)}function dp(e,t){if(t.color)return t.color;switch(t.tone){case"success":return e.success;case"warning":return e.warning;case"error":return e.error;case"primary":return e.primary;case"muted":return e.muted;default:return e.text}}function ts(e){let{palette:t,cells:n,header:r,gap:o=0,stripe:i}=e;return q("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:i?t.element:void 0,children:n.map((s,a)=>q("box",{flexDirection:"row",flexShrink:0,overflow:"hidden",children:[a>0&&o>0?q("box",{width:o,flexShrink:0},void 0,!1,void 0,this):null,q("box",{width:s.width,flexShrink:0,overflow:"hidden",children:q("text",{fg:r?t.primary:dp(t,s),wrapMode:"none",children:z(s.text,s.width)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${s.text}-${a}`,!0,void 0,this))},void 0,!1,void 0,this)}function Cb(e){let{palette:t,width:n}=e;return q("box",{height:1,flexShrink:0,overflow:"hidden",children:q("text",{fg:t.border,wrapMode:"none",children:z("\u2500".repeat(Math.max(1,n)),n)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function es(e){let{palette:t,facts:n,width:r}=e,o=Mu(n,r),i=[{text:"what",width:o.what},{text:"reading",width:o.reading}];if(o.meter>0)i.push({text:"used",width:o.meter});return i.push({text:"meaning",width:o.meaning}),q("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[q(ts,{palette:t,header:!0,gap:Po,cells:i},void 0,!1,void 0,this),q(Cb,{palette:t,width:r},void 0,!1,void 0,this),n.map((s,a)=>{let c=s.meaning===""?[""]:ac(s.meaning,Math.max(1,o.meaning)),l=s.meter?Gy(s.meter):o.meter>0?"":void 0,d=[{text:s.what,width:o.what,tone:"text"},{text:s.reading,width:o.reading,tone:s.tone??"text"}];if(o.meter>0)d.push({text:l??"",width:o.meter,tone:s.meter?s.tone??"text":"muted"});return d.push({text:c[0]??"",width:o.meaning,tone:"muted"}),q("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[q(ts,{palette:t,gap:Po,stripe:a%2===1,cells:d},void 0,!1,void 0,this),c.slice(1).map((f,m)=>{let g=[{text:"",width:o.what},{text:"",width:o.reading}];if(o.meter>0)g.push({text:"",width:o.meter});return g.push({text:f,width:o.meaning,tone:"muted"}),q(ts,{palette:t,gap:Po,stripe:a%2===1,cells:g},`${s.what}-more-${m}`,!1,void 0,this)})]},`${s.what}-${s.reading}-${a}`,!0,void 0,this)})]},void 0,!0,void 0,this)}function _b(e){let{palette:t,cfg:n,snap:r,width:o,onRefresh:i}=e,s=ne(),[,a]=rT(0);if(nT(()=>{let qe=setInterval(()=>{a((ue)=>{let _e=ue+1;if(i&&_e%iT===0)i();return _e})},oT);return()=>clearInterval(qe)},[i]),!n)return q($e,{palette:t,title:"No configuration loaded",body:"Add services to .devctl/config.yaml or finish setup."},void 0,!1,void 0,this);let c=Object.keys(n.services).sort(),l=c.some((qe)=>Uy(n.services[qe])),d=Iy(c,r),f=Xy(d,l),m=l&&d.live>0?d.healthy/d.live:d.total>0?d.live/d.total:0,g=Ji(m,sT),x=d.failed>0?"error":l&&d.live>0&&d.healthy<d.live?"warning":"success",y=jy(o,s.pad),b=r?.session_id?Rs(r.session_id):void 0,k=b?Ro(Date.now()-b.getTime()):"just started",S=r?.logs.total??0,N=r?.logs.errors??0,K=Hy(r?.logs.counts??{}),v=r?.proxy.routes??[],C=r?.credentials,h=(C?.entries??[]).filter((qe)=>qe.valid).length,P=r?.system,H=P?P.memAvailableKB??P.memFreeKB:0,Q=P?qy(P.loadAvg1,P.cpuCount):void 0,ae=P?Vy(H,P.memTotalKB):void 0,we=[];if(P&&Q&&ae)we.push(Q,ae,{what:"Computer",reading:Ky(P.platform),meaning:`on for ${Ro(P.hostUptimeSec*aT)}`,tone:"text"});let ze=d.failed>0||Q?.tone==="error"||ae?.tone==="error"?"error":x==="warning"||Q?.tone==="warning"||ae?.tone==="warning"?"warning":"success",Ke=[{what:"This session",reading:k,meaning:"how long this run has been going",tone:"text"},{what:"Profile",reading:r?.profile||"none",meaning:"which group of services is selected",tone:r?.profile?"text":"muted"},{what:"This window",reading:r?.detached?"closed":"watching",meaning:r?.detached?"services keep running without this screen":"you are watching the services from here",tone:r?.detached?"warning":"text"},{what:"Project folder",reading:"",meaning:n.repoRoot,tone:"muted"}],ce=[{what:"Lines kept",reading:String(S),meaning:"log lines still in memory",tone:"text"},{what:"Error lines",reading:String(N),meaning:N>0?"open Logs and press e to see only errors":"no ERROR or FATAL lines",tone:N>0?"error":"muted"},...K.map(([qe,ue])=>({what:qe,reading:String(ue),meaning:"lines from this service",tone:"text"}))],Ie=[{what:"Web proxy",reading:r?.proxy.running?"on":"off",meaning:r?.proxy.running?`${v.length} apps${r.proxy.address?` at ${r.proxy.address}`:""}`:"not forwarding local URLs",tone:r?.proxy.running?"success":"muted"},{what:"Agent tools",reading:r?.mcp?.running?"on":"off",meaning:r?.mcp?.address?`Cursor talks to devctl at ${r.mcp.address}`:"turn on from Settings \u2192 MCP",tone:r?.mcp?.running?"success":"muted"},{what:"Google account",reading:r?.identity.user?"signed in":"not signed in",meaning:[r?.identity.user,r?.identity.project].filter(Boolean).join(" \xB7 ")||"no Google user for this session",tone:r?.identity.user?"success":"muted"},{what:"Saved tokens",reading:C?`${h} of ${C.entries.length} good`:"none",meaning:C?Yy(C.backend):"nothing stored yet",tone:C&&h<C.entries.length?"warning":C?"success":"muted"}];return q(nt,{palette:t,title:"stats",scroll:!0,children:[q(Mo,{palette:t,title:`Your services ${d.live} of ${d.total} started`,tone:ze,children:[q(es,{palette:t,facts:f,width:y},void 0,!1,void 0,this),q("box",{height:1,flexShrink:0},void 0,!1,void 0,this),q("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:q("text",{wrapMode:"none",children:[q("span",{fg:t.muted,children:z(l?"Ready":"Started",Mu(f,y).what)},void 0,!1,void 0,this),q("span",{children:" ".repeat(Po)},void 0,!1,void 0,this),q("span",{fg:dp(t,{text:"",width:1,tone:x}),children:`[${g}]`},void 0,!1,void 0,this),q("span",{fg:dp(t,{text:"",width:1,tone:x}),children:l?` ${d.healthy} of ${d.live||d.total} passing checks`:` ${d.live} of ${d.total} up`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),P?q(Mo,{palette:t,title:"This computer",tone:Q?.tone==="error"||ae?.tone==="error"?"error":Q?.tone==="warning"||ae?.tone==="warning"?"warning":"success",children:q(es,{palette:t,facts:we,width:y},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,q(Mo,{palette:t,title:"This session",children:q(es,{palette:t,facts:Ke,width:y},void 0,!1,void 0,this)},void 0,!1,void 0,this),q(Mo,{palette:t,title:"Each service",tone:d.failed>0?"error":l&&d.live>0&&d.healthy<d.live?"warning":"success",children:d.total===0?q("text",{fg:t.muted,children:"No services in this project yet."},void 0,!1,void 0,this):q("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[q(cT,{palette:t,names:c,snap:r,width:y},void 0,!1,void 0,this),q("box",{height:1,flexShrink:0},void 0,!1,void 0,this),q("text",{fg:t.muted,wrapMode:"none",children:z("CPU is % of one core. RAM is what that process is holding now.",y)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),q(Mo,{palette:t,title:"Log lines",tone:N>0?"warning":"muted",children:q(es,{palette:t,facts:ce,width:y},void 0,!1,void 0,this)},void 0,!1,void 0,this),q(Mo,{palette:t,title:"Other parts",children:q(es,{palette:t,facts:Ie,width:y},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function cT(e){let{palette:t,names:n,snap:r,width:o}=e,i=By(o),s=[{text:"service",width:i.name},{text:"status",width:Xt}];if(i.health)s.push({text:"check",width:xn});if(i.cpu)s.push({text:"cpu",width:ec});if(i.mem)s.push({text:"ram",width:tc});if(i.up)s.push({text:"up",width:Za});if(i.rst)s.push({text:"restarts",width:pc});if(i.pid)s.push({text:"pid",width:Un});return q("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[q(ts,{palette:t,header:!0,gap:xt,cells:s},void 0,!1,void 0,this),q(Cb,{palette:t,width:o},void 0,!1,void 0,this),n.map((a,c)=>q(pT,{palette:t,name:a,rt:r?.services[a],cols:i,stripe:c%2===1},a,!1,void 0,this))]},void 0,!0,void 0,this)}function uT(e){if(e===void 0)return"muted";if(e>dT)return"error";if(e>lT)return"warning";return"text"}function pT(e){let{palette:t,name:n,rt:r,cols:o,stripe:i}=e,s=Jy(r),a=zy(r),c=r?.restarts??0,l=[{text:n,width:o.name,color:je(n,t)},{text:s,width:Xt,color:Te(t,r?.state??"STOPPED")}];if(o.health)l.push({text:a,width:xn,color:Te(t,r?.health??"UNKNOWN")});if(o.cpu)l.push({text:r?.cpuPercent!==void 0?Qy(r.cpuPercent):"\u2014",width:ec,tone:uT(r?.cpuPercent)});if(o.mem)l.push({text:r?.memoryKB!==void 0?Xa(r.memoryKB):"\u2014",width:tc,tone:"text"});if(o.up)l.push({text:Ny(r),width:Za,tone:"text"});if(o.rst)l.push({text:String(c),width:pc,tone:c>0?"warning":"muted"});if(o.pid)l.push({text:r?.pid?String(r.pid):"\u2014",width:Un,tone:"muted"});return q("box",{flexDirection:"column",flexShrink:0,overflow:"hidden",children:[q(ts,{palette:t,gap:xt,stripe:i,cells:l},void 0,!1,void 0,this),r?.last_error?q("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:q("text",{fg:t.error,wrapMode:"none",children:z(` ${r.last_error}`,Math.max(24,o.name+xt+Xt+xn))},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}var oT=1000,iT=5,sT=16,aT=1000,lT=80,dT=100;var Pb=D(()=>{Pt();Ae();at();xe();Qe();Xe()});import{jsxDEV as ye}from"@opentui/react/jsx-dev-runtime";function Rb(e){let{palette:t,cfg:n,google:r,bootError:o,bootErrorMissing:i=!1,step:s=0}=e,a=ne();if(o&&!n)return i?ye($e,{palette:t,title:"No configuration found",body:"Would you like to run setup?",hint:"[Enter] Setup [Esc] Exit"},void 0,!1,void 0,this):ye($e,{palette:t,title:"Configuration error",body:o,hint:"Fix .devctl/config.yaml, then restart devctl [Esc] Exit"},void 0,!1,void 0,this);let c=n?Jt(n):["configuration not loaded"],l=fT(n,r,c),d=l.filter((S)=>S.ok).length,f=l.length,m=f>0?Math.round(d/f*100):0,g=20,x=Math.round(m/100*g),y="\u2588".repeat(x)+"\u2591".repeat(Math.max(0,g-x)),b=m===100?t.success:m===0?t.muted:t.primary,k=l[s];return ye(nt,{palette:t,title:"setup",scroll:!0,children:[ye("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:ye("text",{fg:t.primary,children:"Developer onboarding"},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:ye("text",{wrapMode:"none",children:[ye("span",{fg:b,children:`[${y}]`},void 0,!1,void 0,this),ye("span",{fg:t.text,children:` ${d}/${f} ready`},void 0,!1,void 0,this),ye("span",{fg:t.muted,children:` (${m}%)`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),ye("box",{height:1,flexShrink:0},void 0,!1,void 0,this),l.map((S,N)=>{let K=N===s;return ye("box",{height:a.rowH,flexDirection:"row",overflow:"hidden",backgroundColor:K?t.highlight:void 0,paddingLeft:1,children:[ye("box",{width:2,flexShrink:0,children:ye("text",{fg:Te(t,S.ok?"OK":"WARN"),children:Ot(S.ok?"OK":"WARN")},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{width:3,flexShrink:0,children:ye("text",{fg:K?t.primary:t.muted,children:String(N+1).padStart(2," ")},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{width:20,flexShrink:0,overflow:"hidden",children:ye("text",{fg:K?t.primary:t.text,children:S.name},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{flexGrow:1,overflow:"hidden",children:ye("text",{fg:K?t.text:t.muted,wrapMode:"none",children:S.detail},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},S.name,!0,void 0,this)}),ye("box",{height:1,flexShrink:0},void 0,!1,void 0,this),k?ye("box",{border:!0,borderStyle:"rounded",borderColor:k.ok?t.success:t.warning,title:k.name,titleColor:k.ok?t.success:t.warning,flexDirection:"column",paddingLeft:1,paddingRight:1,flexShrink:0,overflow:"hidden",children:ye("text",{fg:k.ok?t.text:t.warning,wrapMode:"word",children:k.detail},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,ye("box",{height:1,flexShrink:0},void 0,!1,void 0,this),ye("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:ye(fe,{palette:t,label:"never hard-coded",tone:"idle"},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("text",{fg:t.muted,wrapMode:"word",children:"Service accounts and IAP audiences stay in configuration. Run `devctl setup` for the interactive CLI wizard."},void 0,!1,void 0,this),ye(Le,{palette:t,hints:[{key:"j/k",label:"steps"},{key:"enter",label:n?"start":"begin setup"},{key:"esc",label:"exit"},{key:"o",label:"profiles"}]},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function fT(e,t,n=[]){let r=Object.values(e?.services??{}).flatMap((s)=>s.ports.filter((a)=>!a.auto)),o=(e?.proxy.routes??[]).some((s)=>s.auth.type.toLowerCase()==="iap"),i=Ao(e,void 0,t).project;return[{name:wn[0],ok:Boolean(e?.repoRoot),detail:e?.repoRoot||"unknown"},{name:wn[1],ok:Boolean(e?.project.name),detail:e?.project.name||"set project.name"},{name:wn[2],ok:Boolean(i),detail:i||"optional for local-only"},{name:wn[3],ok:t?.adcAvailable===!0,detail:t?.adcAvailable?"ADC available":"needed only for cloud identity / IAP"},{name:wn[4],ok:!0,detail:"read from configuration; never hard-coded"},{name:wn[5],ok:!o||(e?.proxy.routes??[]).every((s)=>s.auth.type.toLowerCase()!=="iap"||s.auth.audience!==""),detail:o?"IAP routes present":"no IAP routes"},{name:wn[6],ok:r.length===0||Boolean(e),detail:`${r.length} fixed ports from configuration`},{name:wn[7],ok:Object.keys(e?.profiles??{}).length>0,detail:`${Object.keys(e?.profiles??{}).length} profile(s)`},{name:wn[8],ok:n.length===0,detail:n.length===0?"configuration is valid":n[0]??"invalid"}]}var wn;var Eb=D(()=>{st();Pt();at();xe();Ae();Qe();wn=["Repository","Environment","Google project","Authentication","Service accounts","IAP","Ports","Profiles","Validation"]});import{jsxDEV as W}from"@opentui/react/jsx-dev-runtime";function gp(){return Xd.flatMap((e)=>Ta.filter((t)=>t.category===e))}function Dc(){return Lc+gp().length}function Lb(){return Dc()+Ab}function Oc(e){if(e<Lc||e>=Dc())return;return gp()[e-Lc]}function mp(e){let t=e-Dc();return t>=0&&t<Ab?t:void 0}function Db(e){let{palette:t,snap:n,port:r,portDraft:o="",selected:i,onPick:s,onToggle:a,onCopy:c,onToggleTool:l}=e,d=ne(),f=n?.mcp?.running===!0,m=n?.mcp?.port??r,g=n?.mcp?.address??bo(m),x=n?.mcp?.token??"",y=Fi(g,x),b=n?.mcp?.disabled_tools??[],k=gp(),S=k.filter((v)=>!Bn(v.name,b)).length,N=y[mp(i)??-1],K=N??y[0];return W(nt,{palette:t,title:"mcp settings",children:[W(We,{palette:t,items:[{text:f?"RUNNING":"STOPPED",tone:f?"success":"idle"},{text:`127.0.0.1:${m}`,tone:"info"}]},void 0,!1,void 0,this),W("box",{flexGrow:1,overflow:"hidden",children:W("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Me(t),children:W("box",{flexDirection:"column",overflow:"hidden",children:[W(up,{palette:t,text:"Server"},void 0,!1,void 0,this),W(Tb,{palette:t,active:i===pp,rowH:d.rowH,label:"Listen",value:f?"[ ON ]":"[ OFF ]",valueTone:f?"success":"muted",hint:f?"space or enter stop":"space or enter start",onPick:()=>s(pp),onActivate:a},void 0,!1,void 0,this),W(Tb,{palette:t,active:i===fp,rowH:d.rowH,label:"Port",value:`\u2039 ${o===""?r:o} \u203A`,valueTone:"info",hint:o===""?"\u2190 \u2192 change type digits enter apply":"typing\u2026 enter apply \u232B erase",onPick:()=>s(fp)},void 0,!1,void 0,this),W("box",{height:1,overflow:"hidden",children:W("text",{fg:t.muted,wrapMode:"none",children:f?"Listening on loopback. Agents use the URL and token in the JSON below.":"Server is stopped. Highlight Listen and press space to start it."},void 0,!1,void 0,this)},void 0,!1,void 0,this),W(up,{palette:t,text:"Tools",extra:S===0?"all enabled":`${S} disabled`},void 0,!1,void 0,this),W("box",{height:1,overflow:"hidden",children:W("text",{fg:t.muted,wrapMode:"none",children:"Disabled tools are hidden from agents and refused if called anyway."},void 0,!1,void 0,this)},void 0,!1,void 0,this),Xd.map((v)=>{let C=k.filter((h)=>h.category===v);if(C.length===0)return null;return W("box",{flexDirection:"column",overflow:"hidden",children:[W("box",{height:1,marginTop:1,overflow:"hidden",children:W("text",{fg:t.muted,wrapMode:"none",children:gT[v]??v},void 0,!1,void 0,this)},void 0,!1,void 0,this),C.map((h)=>{let P=Lc+k.indexOf(h);return W(vT,{palette:t,tool:h,enabled:Bn(h.name,b),active:i===P,rowH:d.rowH,onPick:()=>s(P),onToggle:()=>l(h)},h.name,!1,void 0,this)})]},v,!0,void 0,this)}),W(up,{palette:t,text:"Copy agent config",extra:"highlight a row, then enter or click Copy"},void 0,!1,void 0,this),y.map((v,C)=>{let h=Dc()+C;return W(yT,{palette:t,snippet:v,active:i===h,rowH:d.rowH,onPick:()=>s(h),onCopy:()=>c(v)},v.kind,!1,void 0,this)}),W(xT,{palette:t,snippet:K,selected:Boolean(N),brand:K?Ka(K.kind,t):t.muted},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),W(Be,{palette:t,backgroundColor:t.element,edge:"top",children:W(Le,{palette:t,hints:hT(i,f)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function hT(e,t){if(e===pp)return[{key:"space",label:t?"stop server":"start server"},{key:"j/k",label:"move"}];if(e===fp)return[{key:"\u2190\u2192",label:"change port"},{key:"0-9",label:"type port"},{key:"enter",label:"apply port"},{key:"j/k",label:"move"}];if(Oc(e))return[{key:"space",label:"enable / disable"},{key:"enter",label:"enable / disable"},{key:"j/k",label:"move"}];return[{key:"enter",label:"copy JSON"},{key:"space",label:"copy JSON"},{key:"j/k",label:"move"}]}function up(e){let t=e.extra?` \xB7 ${e.extra}`:"";return W("box",{height:1,marginTop:1,overflow:"hidden",children:W("text",{wrapMode:"none",children:[W("span",{fg:e.palette.primary,children:e.text},void 0,!1,void 0,this),W("span",{fg:e.palette.muted,children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function Tb(e){let{palette:t,active:n,rowH:r,label:o,value:i,valueTone:s,hint:a,onPick:c,onActivate:l}=e,d=s==="success"?t.success:s==="info"?t.info:t.muted;return W("box",{height:r,flexDirection:"row",overflow:"hidden",backgroundColor:n?t.highlight:t.panel,onMouseDown:()=>{if(n&&l){l();return}c()},children:[W("box",{width:2,flexShrink:0,overflow:"hidden",children:W("text",{fg:t.primary,children:n?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{width:hp,flexShrink:0,overflow:"hidden",children:W("text",{fg:n?t.primary:t.text,wrapMode:"none",children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{width:mT,flexShrink:0,overflow:"hidden",children:W("text",{fg:d,wrapMode:"none",children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{flexGrow:1,overflow:"hidden",children:W("text",{fg:n?t.text:t.muted,wrapMode:"none",children:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function yT(e){let{palette:t,snippet:n,active:r,rowH:o,onPick:i,onCopy:s}=e,a=Ka(n.kind,t),c=Xh(n.kind,t),l=n.language==="toml"?"Copy TOML":"Copy JSON";return W("box",{height:o,flexDirection:"row",overflow:"hidden",backgroundColor:r?t.highlight:t.panel,onMouseDown:i,children:[W("box",{width:2,flexShrink:0,overflow:"hidden",children:W("text",{fg:a,children:r?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{width:hp,flexShrink:0,overflow:"hidden",children:W("text",{fg:a,wrapMode:"none",children:n.title},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{flexGrow:1,overflow:"hidden",children:W("text",{fg:t.muted,wrapMode:"none",children:n.path},void 0,!1,void 0,this)},void 0,!1,void 0,this),W(fe,{palette:t,label:l,bg:a,fg:c,onMouseDown:()=>{i(),s()}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function vT(e){let{palette:t,tool:n,enabled:r,active:o,rowH:i,onPick:s,onToggle:a}=e;return W("box",{height:i,flexDirection:"row",overflow:"hidden",backgroundColor:o?t.highlight:t.panel,onMouseDown:()=>{if(o){a();return}s()},children:[W("box",{width:2,flexShrink:0,overflow:"hidden",children:W("text",{fg:t.primary,children:o?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{width:5,flexShrink:0,overflow:"hidden",children:W("text",{fg:r?t.success:t.muted,wrapMode:"none",children:r?" ON ":" OFF "},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{width:hp+4,flexShrink:0,overflow:"hidden",children:W("text",{fg:o?t.primary:r?t.text:t.muted,wrapMode:"none",children:n.label},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{width:7,flexShrink:0,overflow:"hidden",children:W("text",{fg:n.mutates?t.warning:t.muted,wrapMode:"none",children:n.mutates?"write":"read"},void 0,!1,void 0,this)},void 0,!1,void 0,this),W("box",{flexGrow:1,overflow:"hidden",children:W("text",{fg:o?t.text:t.muted,wrapMode:"none",children:o?`space or enter ${r?"disable":"enable"} ${n.name}`:n.summary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function xT(e){let{palette:t,snippet:n,selected:r,brand:o}=e;if(!n)return null;let i=n.hint?` \xB7 ${n.hint}`:"";return W("box",{marginTop:1,flexDirection:"column",overflow:"hidden",children:[W("text",{fg:o,wrapMode:"none",children:r?`${n.title} \xB7 paste into ${n.path}${i}`:`Preview ${n.title} \xB7 j/k to a copy row, then enter`},void 0,!1,void 0,this),W("text",{fg:t.text,children:n.text},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var pp=0,fp=1,Lc=2,Ab=4,gT,hp=14,mT=14;var Ob=D(()=>{at();xe();Qe();Di();gT={inspect:"Inspect",logs:"Logs",diagnostics:"Diagnostics",control:"Control",setup:"Setup"}});import{readFileSync as bT,writeFileSync as wT}from"fs";import{useCallback as Y,useEffect as Rt,useMemo as Sn,useRef as rt,useState as I}from"react";import{RGBA as ST}from"@opentui/core";import{useKeyboard as kT,useTerminalDimensions as CT}from"@opentui/react";import{jsxDEV as oe,Fragment as ET}from"@opentui/react/jsx-dev-runtime";function Mb({controller:e,tui:t,onQuit:n,bootError:r,bootErrorMissing:o=!1,terminalBackground:i}){let{width:s,height:a}=CT(),[c,l]=I(t.theme||e?.cfg.ui.theme||"devctl"),d=rt(c),[f,m]=I(t.mouse),g=rt(t.mouse),[x,y]=I(t.leader_timeout),b=rt(t.leader_timeout),[k,S]=I(()=>Bi(t.font_size)),N=rt(k),K=ty(),v=Sn(()=>{let p=Yh(c);if(Wa(c)!=="terminal"||!pu(i))return p;let u=i??p.background;return{...p,background:u,panel:u,element:u,inverse:u}},[i,c]),C=Wa(c)==="terminal"&&pu(i)?ST.defaultBackground(i??void 0):v.background,[h,P]=I(e?"dashboard":"setup"),[H,Q]=I("none"),[ae,we]=I(""),[ze,Ke]=I(0),[ce,Ie]=I(0),[qe,ue]=I(0),[_e,Ee]=I([]),[G,Fe]=I(),ft=Sn(()=>iy({themeName:c,fontSize:k,mouse:f,leaderMs:x,locked:K,configPath:K?t.path||vu():vu(),mcpRunning:G?.mcp?.running===!0}),[k,x,f,K,G?.mcp?.running,c,t.path]),[Ne,Et]=I([]),[gt,en]=I(!1),[mt,tn]=I(!1),[ht,$r]=I(!0),[Mc,R]=I(r??""),[nn,Yn]=I(),[Ir,$c]=I(),[Ic,Fr]=I(!1),[Kb,kp]=I(""),[Fc,Nc]=I(0),[qb,Cp]=I({active:"Preparing diagnostics",checks:[]}),_p=rt(void 0),$o=rt(0),[Vb,Jb]=I({}),[Pp,zb]=I(),[Ze,Hc]=I(lc(e?.cfg)),[Nr,Yb]=I(""),[Io,Xb]=I(!1),[kn,Qb]=I(""),[ns,jc]=I(!1),[Rp,Zb]=I(0),[Hr,Ep]=I(""),[rs,ew]=I(""),[qt,Cn]=I(""),Xn=PT,[Tp,tw]=I(t.log_timestamps!==!1),[Ap,nw]=I(t.log_metadata!==!1),[Lp,rw]=I(()=>[...ev]),[os]=I(""),[Qn]=I(""),[_n,ow]=I(!1),[is,Dp]=I(),[iw,sw]=I(),[Fo,Op]=I("focus"),[wt,Pn]=I(!1),[aw,No]=I(Ar-1),[Ho,ss]=I(!1),[rn,as]=I(-1),[Mp,cw]=I(),[$p,Ip]=I(""),[Fp,Bc]=I(!1),[Np,Hp]=I(!1),jp=rt([]),jo=rt(null),Bo=rt(null),Wo=rt(null),Go=rt(null),Wc=rt(null),Gc=rt(null),Bp=rt(null),[Uc,lw]=I(""),[dw,cs]=I(""),Kc=rt(""),qc=rt(!1),[Wp,Uo]=I(0),[ls,Vc]=I(""),[ds,Jc]=I(),[uw,zc]=I([]),[Gp,on]=I(!1),[Up,Yc]=I("start"),[Zn,Rn]=I("quit"),[En,pw]=I(()=>t.mcp_port??xo(e?.cfg.repoRoot??process.cwd())),Ko=rt(void 0),Xc=rt(0),[M,fw]=I(e?.cfg),[qo,Kp]=I(void 0),qp=t.keybinds.copy??mn(),ct=Sn(()=>Object.keys(M?.services??{}).sort(),[M]),Vo=Sn(()=>Yi(ct,Ne,Lp),[ct,Ne,Lp]),Jo=Sn(()=>Vh(ae),[ae]),jr=Sn(()=>wv(ae),[ae]);Rt(()=>{rw((p)=>{let u=new Set(p),_=!1;for(let L of Ne)if(L.service!==""&&!ct.includes(L.service)&&!u.has(L.service))u.add(L.service),_=!0;return _?[...u].sort():p})},[Ne,ct]),Rt(()=>{Ie(0)},[ae]),Rt(()=>{if(H==="palette")Ke(0)},[H,ae]);let ot=Sn(()=>To(Ne,{service:qt,services:Xn,errorOnly:mt,search:kn,regex:_n,source:Qn,since:Hr,until:rs,systemLogs:ht}),[mt,_n,kn,qt,Xn,Hr,Qn,rs,Ne,ht]),He=Sn(()=>Py(ot,wt,Wp),[ot,wt,Wp]),Tn=He.items,sn=My(h,{doctor:Ir?.checks.length??0,settings:ft.length,profiles:Object.keys(M?.profiles??{}).length,services:ct.length,logs:Tn.length,mcp:Lb()}),Vp=h==="logs"?aw:qe,Z=sn<=0?Math.max(0,Vp):Math.max(0,Math.min(Vp,sn-1));Rt(()=>{as(-1),Pn(!1),No(Math.max(0,Math.min(Ar,ot.length)-1))},[mt,kn,qt,ht]),Rt(()=>{if(h!=="logs")ss(!1)},[h]),Rt(()=>{if(h!=="logs"||wt)return;No(Math.max(0,Math.min(Ar,ot.length)-1))},[ot.length,wt,h]),Rt(()=>{if(h==="settings")return;l(d.current),S(N.current),y(b.current),m(g.current)},[h]);let Qc=Y(()=>{if(!wt)Uo(Du(ot.length)),Pn(!0)},[ot.length,wt]),zo=Y((p)=>{let u=Ou(p,sn,He.start,He.newer);if(u.startDelta!==0){Uo(Math.max(0,He.start+u.startDelta)),Pn(!0),No(u.selected);return}let _=Math.max(sn-1,0),L=sn>0&&(u.selected<_||He.newer>0);if(L&&!wt)Uo(Du(ot.length)),Pn(!0);else if(!L)Pn(!1);No(u.selected)},[ot.length,sn,wt,He.newer,He.start]),us=Y((p)=>{let u=Tn.length,_=Ou(p,u,He.start,He.newer);if(_.startDelta!==0)Uo(Math.max(0,He.start+_.startDelta)),Pn(!0);as(_.selected)},[Tn.length,He.newer,He.start]),Zc=Y(()=>{if(Pn(!1),as(-1),h==="logs")No(Math.max(0,Math.min(Ar,ot.length)-1));Zb((p)=>p+1),R(He.newer>0?`Jumped to latest (+${He.newer} new)`:"Jumped to latest logs")},[ot.length,He.newer,h]),et=Y(()=>{if(Q("none"),we(""),jc(!1),Ko.current)clearTimeout(Ko.current)},[]),el=Y((p)=>{Ee((u)=>u.includes(p)?u.filter((_)=>_!==p):[...u,p])},[]),Ve=Y((p,u)=>{if(K){R(`${u} session only`);return}let _=Bh(p);R(`${u} saved ${_}`)},[K]),Br=Y((p)=>{l(p),d.current=p,Ve({theme:p},`theme ${p}`)},[Ve]),Yo=Y(()=>{let p=!f;m(p),g.current=p,Ve({mouse:p},`mouse ${p?"on":"off"} restart TUI to apply clicks`)},[f,Ve]),ps=Y((p)=>{y(p),b.current=p,Ve({leader_timeout:p},`leader ${p}ms`)},[Ve]),er=Y((p)=>{let u=Bi(p);S(u),N.current=u,Ve({font_size:u},`display ${qa(u)}`)},[Ve]),Jp=Y(()=>{let p=hu();l(p.theme),d.current=p.theme,m(p.mouse),g.current=p.mouse,y(p.leader_timeout),b.current=p.leader_timeout,S(p.font_size),N.current=p.font_size,Ve(p,"restored default preferences")},[Ve]),tl=Y((p)=>{if(p.id==="theme"){Ke(Math.max(0,vt.indexOf(c))),Q("themes");return}if(p.id==="mouse"){Yo();return}if(p.id==="leader"){ps(x);return}if(p.id==="font"){er(k);return}if(p.id==="reset"){Rn("reset-prefs"),Q("confirm");return}if(p.id==="mcp"){P("mcp"),ue(0);return}R(p.detail)},[er,ps,k,x,c,Yo]),zp=Y((p)=>{let u=So(ft,Z);if(!u)return;if(u.id==="theme"){Br(ny(c,p));return}if(u.id==="leader"){ps(ry(x,p));return}if(u.id==="font"){er(Va(k,p));return}if(u.id==="mouse")Yo()},[er,ps,k,x,Z,Br,ft,c,Yo]),gw=Y(()=>{l(d.current)},[]),he=Y(async()=>{if(!e)return;try{let p=await e.status();if(Fe(p),p.profile&&Ze==="")Hc(p.profile);return p}catch(p){R(j(p));return}},[e,Ze]),fs=Y(async()=>{if(!e){R("Supervisor is not running");return}R("Probing configured identities\u2026");try{let p=await e.refreshAuth();Fe((ee)=>ee?{...ee,identity:p}:ee);let u=Object.values(p.service_account_status),_=u.filter((ee)=>ee==="available").length,L=u.filter((ee)=>ee==="unavailable").length;R(u.length===0?"Identity refreshed \u2014 no service accounts configured":`Identity refreshed \u2014 ${_} available${L>0?`, ${L} unavailable`:""}`)}catch(p){R(j(p))}},[e]),gs=Y((p)=>{let u=Cr(p);pw(u);let _=M?.repoRoot??process.cwd();if(Nh(_,u)){Ve({mcp_port:null},`MCP port ${u} (default)`);return}Ve({mcp_port:u},`MCP port ${u}`)},[M,Ve]),Wr=Y(()=>{if(ls==="")return En;let p=Fh(ls,En);return Vc(""),gs(p),p},[En,ls,gs]),Yp=Y(async(p)=>{if(!e||G?.mcp?.running!==!0)return;await e.mcpStop(),await e.mcpStart({port:p}),await he()},[e,he,G?.mcp?.running]),nl=Y(async(p)=>{if(!e){R("Supervisor is not running");return}let u=G?.mcp?.disabled_tools??[],_=Bn(p.name,u),L=_?[...u,p.name]:u.filter((ee)=>ee!==p.name);try{let ee=await e.mcpSetTools(L);Ve({mcp_disabled_tools:ee},`${p.label} ${_?"disabled":"enabled"}`),await he()}catch(ee){R(j(ee))}},[e,Ve,he,G]),ms=Y(async()=>{if(!e){R("Supervisor is not running");return}try{if(G?.mcp?.running)await e.mcpStop(),Ve({mcp_enabled:!1},"MCP off"),R("MCP stopped");else await e.mcpStart({port:En}),Ve({mcp_enabled:!0},"MCP on"),R("MCP started");await he()}catch(p){R(j(p))}},[e,En,Ve,he,G?.mcp?.running]),rl=Y((p)=>{Hu(p.text).then(()=>{R(`Copied ${p.title} snippet`)}).catch((u)=>{R(j(u))})},[]),hs=Y((p)=>{let u=mp(p);if(u===void 0)return!1;let _=G?.mcp?.address??bo(G?.mcp?.port??En),L=Fi(_,G?.mcp?.token??"")[u];if(!L)return!1;return rl(L),!0},[rl,En,G?.mcp?.address,G?.mcp?.port,G?.mcp?.token]),Gr=Sn(()=>({services:qt!==""?[qt]:Xn,level:mt?"ERROR":os,search:kn,regex:_n,source:Qn,since:Hr,until:rs}),[mt,os,_n,kn,qt,Xn,Hr,Qn,rs]),ys=Y(async()=>{if(!e)return;try{cw(await e.logsStats(Gr))}catch(p){R(j(p))}},[e,Gr]),Xp=Y(async()=>{if(!e||gt)return;try{let p=await e.logsPage(Gr);Et((u)=>nv(u,p.events)),Ip(p.prevCursor),Bc(p.hasPrev),await ys()}catch(p){R(j(p))}},[e,Gr,gt,ys]),Xo=Y(()=>{Et([]),Ep(new Date().toISOString()),Pn(!1),R("Cleared on-screen log buffer")},[]),Qo=Y(()=>{$r((p)=>!p)},[]);Rt(()=>{he().then(()=>Xp())},[he,Xp]),Rt(()=>{jp.current=Ne},[Ne]),Rt(()=>{if(!e||Np||!ov(wt,He.start,Fp))return;Hp(!0),e.logsPage({...Gr,cursor:$p,direction:"backward"}).then((p)=>{if(p.sessionChanged){R("Daemon session changed \u2014 older log history is no longer available"),Bc(!1);return}let u=jp.current,_=rv(u,p.events);if(Et(_),_.length>u.length)Uo((L)=>L+(_.length-u.length));Ip(p.prevCursor),Bc(p.hasPrev)}).catch((p)=>R(j(p))).finally(()=>Hp(!1))},[e,Gr,Np,Fp,wt,$p,He.start]),Rt(()=>{if(!e||gt||h!=="logs")return;let p=setInterval(()=>{ys()},RT);return()=>clearInterval(p)},[e,gt,ys,h]),Rt(()=>{if(!e)return;let p,u=!1,_=[],L=M&&M.logs.max_memory_events>0?M.logs.max_memory_events:50000,ee=()=>{if(p=void 0,_.length>0){let w=_.splice(0,_.length);Et((ie)=>tv(ie,w,Hr,L))}if(u)u=!1,he()},An=e.onEvent((w)=>{if(w.type===ra&&w.payload&&typeof w.payload==="object"&&"event"in w.payload){let ie=w.payload.event;if(!gt)_.push(ie);if(!p)p=setTimeout(ee,30);return}if(w.type===bi){Kp(Av(w));return}if(w.type===oa)Kp(void 0),e.configSnapshot().then(fw).catch((ie)=>R(j(ie)));if(u=!0,!p)p=setTimeout(ee,30)});return()=>{if(An(),p)clearTimeout(p)}},[e,Hr,gt,he]),Rt(()=>{Ut(M?.google.project_id??"").then(Yn).catch((p)=>{R(j(p))})},[M?.google.project_id,G?.identity.project]),Rt(()=>{if(h!=="doctor"||!M)return;let p=_p.current,u=G?.session_id??"";if(p?.cfg===M&&p.tick===Fc&&p.sessionID===u&&p.reloadError===qo)return;_p.current={cfg:M,tick:Fc,sessionID:u,reloadError:qo};let _=++$o.current;Fr(!0),kp(""),Cp({active:"Preparing diagnostics",checks:[]});let L;if(M.configPath!==""){L="";try{li(M.repoRoot,M.configPath)}catch(ee){L=j(ee)}}jn(M,void 0,(ee)=>{if(_===$o.current)Cp(ee)},{services:G?.services,proxyRunning:G?.proxy.running,repositoryConfigError:L}).then((ee)=>{if(_!==$o.current)return;$c(ee)}).catch((ee)=>{if(_!==$o.current)return;kp(j(ee))}).finally(()=>{if(_===$o.current)Fr(!1)})},[h,M,Fc,G?.session_id,qo]);let vs=Y((p)=>{Yb(p),P("detail")},[]),an=Y(async(p,u)=>{if(!e||!M){R("no configuration loaded");return}try{let _=ua(M,{services:p,profile:u}),L=Pi(M,_.services,_.profile);Yc("start"),zc(L.waves.flat().filter((w)=>Vi(G?.services[w]))),Jc(L),Q("plan"),on(!0);let ee=_.services.filter((w)=>!Vi(G?.services[w])),An=await e.start({services:ee.length>0?ee:_.services,profile:_.profile});await he(),on(!1),R(uv(An))}catch(_){on(!1),await he(),R(j(_))}},[M,e,he,G]),xs=Y(async(p)=>{if(!e||!M){R("no configuration loaded");return}let u=p.length>0?p:Object.entries(G?.services??{}).filter(([,_])=>_.state!=="STOPPED"&&_.state!=="UNKNOWN").map(([_])=>_);if(u.length===0){R("nothing to stop");return}try{let _=Ri(M,u);Yc("stop"),zc([]),Jc(_),Q("plan"),on(!0),await e.stop(p),await he(),on(!1),R(pv(_))}catch(_){on(!1),await he(),R(j(_))}},[M,e,he,G]),Zo=Y(async(p,u)=>{if(!e||!M){R("no configuration loaded");return}try{let _=Oy(M,p,u),L=Pi(M,_.services,_.profile);Yc("restart"),zc([]),Jc(L),Q("plan"),on(!0),await e.restart(p),await he(),on(!1),R(Xi(L)===""?"Restarted selected services":`Restarted ${Xi(L)}`)}catch(_){on(!1),await he(),R(j(_))}},[M,e,he]),bs=Y(async(p="")=>{let u=H==="log-details"&&is?sv(is):av(ot),_=p===""?"":` \xB7 ${p}`;if(u.trim()===""){R(`No logs to copy${_}`);return}try{await Hu(u);let L=u.split(`
622
- `).length,ee=H==="log-details"?"Copied log event":`Copied ${L} log lines`;R(`${ee}${_}`)}catch(L){R(j(L))}},[ot,is,H]),ol=Y(()=>{if(!M)return;try{lw(bT(M.configPath,"utf8")),cs(""),Q("config-edit")}catch(p){R(j(p))}},[M]),mw=Y(()=>{if(!M)return;let p=Bp.current?.plainText??Uc,u=Xr(M.repoRoot,M.configPath,p);if(u.length>0){cs(u.join(`
623
- `)),R("Config buffer not saved");return}if(wT(M.configPath,p),cs(""),Q("none"),!e){R(`Wrote ${M.configPath}`);return}e.reload().then((_)=>{if(R(_.restart_required.length===0?"Configuration saved and reloaded":`Saved; restart required: ${_.restart_required.join(", ")}`),_.restart_required.length>0)Rn("reload"),Q("confirm");he()})},[M,Uc,e,he]),cn=Y(async(p,u)=>{if(qc.current)return;if(qc.current=!0,p.name!=="start"&&p.name!=="stop"&&p.name!=="restart")Q("none");we("");let _=Zy(u,_e);try{switch(p.name){case"exit":Rn("quit"),Q("confirm");return;case"help":Q("help");return;case"version":R(Lt());return;case"themes":if(u[0]){Br(u[0]);return}Ke(Math.max(0,vt.indexOf(c))),we(""),Q("themes");return;case"settings":P("settings"),ue(0);return;case"dashboard":case"services":P(p.name);return;case"logs":if(u[0])Cn(u[0]);P("logs");return;case"fullscreen":P("logs"),ss((L)=>h==="logs"?!L:!0);return;case"auth":if(u[0]?.toLowerCase()==="refresh"){P("auth"),await fs();return}P("auth");return;case"credentials":case"proxy":case"mcp":case"config":case"profiles":case"setup":P(p.name);return;case"reload":if(!e)return;e.reload().then((L)=>{if(R(L.restart_required.length===0?"Configuration reloaded":`Reload requires restart: ${L.restart_required.join(", ")}`),L.restart_required.length>0)Rn("reload"),Q("confirm");he()});return;case"doctor":P("doctor");return;case"stats":P("stats");return;case"start":await an(_,Ze);return;case"stop":await xs(_);return;case"restart":await Zo(_,Ze);return;case"refresh":if(h==="auth"){await fs();return}await he(),R("Refreshed status and logs");return;case"pause":en((L)=>!L),P("logs");return;case"filter":tn((L)=>!L),P("logs");return;case"system":Qo(),P("logs");return;case"clear":Xo();return;case"reveal":{let L=!Io;Xb(L),R(L?"Secrets visible this session":"Secrets hidden");return}case"wrap":{let L=Lu(Fo);Op(L),R(`Log ${Ki(L)}`);return}case"copy":await bs();return;case"export":{let L=go(u[0]);if(e)await e.logs({export:L,services:Xn,level:mt?"ERROR":os,search:kn,regex:_n,source:Qn});else xa(L,ot);Kc.current=L,R(`Exported ${L}`);return}case"exports":{let L=Kc.current||rr();ba(L),R(`Opened ${rr()}`);return}case"regex":ow((L)=>!L),R(_n?"Substring search":"Regex search");return;case"since":Ep(u[0]||new Date(Date.now()-3600000).toISOString()),R(`Logs since ${u[0]||"1h"}`);return;case"until":ew(u[0]||new Date().toISOString()),R(`Logs until ${u[0]||"now"}`);return;case"history":{let{listSessions:L,loadSessionEvents:ee}=await Promise.resolve().then(() => (wr(),Wm)),An=L(),w=u[0]||An[0];if(!w){R("No persisted log sessions");return}Et(ee(w)),R(`Loaded session ${w}`);return}case"buffer":ol();return;case"edit":{if(!M)return;let L=process.env.DEVCTL_EDITOR||process.env.EDITOR,ee=L?[L,M.configPath]:process.platform==="darwin"?["open",M.configPath]:["xdg-open",M.configPath];Bun.spawn({cmd:ee,stdout:"ignore",stderr:"ignore",stdin:"ignore"}),R(`Opened ${M.configPath} in ${ee[0]}. Run /reload after saving.`);return}default:R(`/${p.name}`)}}catch(L){R(j(L))}finally{setTimeout(()=>{qc.current=!1},_T)}},[Zo,an,xs,_e,M,Xo,e,bs,mt,ot,os,_n,kn,Xn,Qn,Fo,ol,Br,Ze,he,fs,Io,h,c,Qo]),hw=Y(()=>{let p=Kc.current||rr();ba(p),R(`Opened ${rr()}`)},[]),il=Y(()=>{let p=Lr(Jo,ce);if(!p){R(ae.trim()===""?"pick a command from the list":`unknown command /${ae}`),et();return}let _=Ni(ae)?.name===p.name?Jh(ae):[];cn(p,_)},[et,Jo,ae,cn,ce]),Qp=Y((p)=>{Br(p),et()},[et,Br]),yw=Y((p)=>{let u=Ni(p);if(u)cn(u,[])},[cn]),Zp=Y(()=>{if(H==="palette"){let p=Lr(jr,ze);if(p)cn(p,[]);return}il()},[H,ze,jr,cn,il]),vw=Y(()=>{if(M?.shutdown.stop_services_on_exit===void 0){Rn("quit"),Q("confirm");return}n(M.shutdown.stop_services_on_exit===!1)},[M,n]),xw=Y(()=>{if(Zn==="quit"){n(!1);return}if(Zn==="reload"){et();let p=G?.restart_required??[];if(p.length>0)Zo(p,Ze);return}if(Zn==="reset-prefs"){et(),Jp();return}if(Zn==="free-port"){let p=Pp;if(et(),!p)return;Qs(p).then(()=>{R(`Stopped ${p.command} (pid ${p.pid}) on port ${p.port}`),Nc((u)=>u+1)}).catch((u)=>{R(j(u))});return}et(),an([],Ze)},[Jp,Zo,an,et,Zn,n,Pp,Ze,G]),bw=Y(()=>{if(h==="logs"){let u=Tn[Z];if(u)Dp(u),Q("log-details");return}if(h==="profiles"){let _=Object.keys(M?.profiles??{}).sort()[Z];if(_)Hc(_),Rn("start-profile"),Q("confirm");return}if(h==="doctor"){let u=Ir?.checks[Z];if(u?.action?.kind==="free-port"){let _=u.action.holder;zb(_),Jb({port:_.port,pid:_.pid,process:_.command}),Rn("free-port"),Q("confirm")}return}if(h==="mcp"){if(Z===0){ms();return}if(Z===1){Wr();return}let u=Oc(Z);if(u){nl(u);return}hs(Z);return}if(h==="settings"){let u=So(ft,Z);if(u)tl(u);return}if(h==="dashboard"&&Eo(G)){an([],Ze);return}let p=ct[Z];if(p&&(h==="dashboard"||h==="services"))vs(p)},[tl,Wr,an,M,hs,Ir,Z,Tn,ct,vs,Ze,h,ft,G,ms]);kT((p)=>{let u=(p.name??"").toLowerCase(),_=zv(p,t),L=Jv(p,t);if(_&&!L){if(h==="mcp"&&hs(Z))return;bs();return}if(L){let w=Date.now();if(Yv(w,Xc.current)){Xc.current=0,vw();return}Xc.current=w;let ie="Ctrl+C again to quit";if(_)bs(ie);else R(`Press ${ie}`);return}if(p.ctrl&&(u==="="||u==="+"||u==="plus")){er(Va(k,1));return}if(p.ctrl&&(u==="-"||u==="_"||u==="minus")){er(Va(k,-1));return}if(p.ctrl&&u==="0"){er(hu().font_size);return}if(H==="confirm"){if(u==="escape"){et();return}if(Zn==="quit"&&u==="d"){n(!0);return}if(u==="return")xw();return}if(H==="log-details"){if(u==="escape"){et();return}if(u==="down"||u==="j"){Ge(Go.current,t.scroll_speed);return}if(u==="up"||u==="k"){Ge(Go.current,-t.scroll_speed);return}if(wc(p)){Ge(Go.current,qi(a));return}if(Sc(p)){Ge(Go.current,-qi(a));return}return}if(H==="route-details"){if(u==="escape"||u==="return"){et();return}if(u==="down"||u==="j"){Ge(Wc.current,t.scroll_speed);return}if(u==="up"||u==="k"){Ge(Wc.current,-t.scroll_speed);return}return}if(H==="plan"){if(u==="escape"||u==="return"&&!Gp){et();return}if(u==="down"||u==="j"){Ge(Gc.current,t.scroll_speed);return}if(u==="up"||u==="k"){Ge(Gc.current,-t.scroll_speed);return}return}if(H==="help"){if(u==="escape"){et();return}if(u==="down"||u==="j"){Ge(Bo.current,1);return}if(u==="up"||u==="k"){Ge(Bo.current,-1);return}if(u==="pagedown"||wc(p)){Ge(Bo.current,Vu);return}if(u==="pageup"||Sc(p)){Ge(Bo.current,-Vu);return}return}if(H==="themes"){if(u==="escape"){gw(),et();return}if(u==="down"||u==="j"){Ke((w)=>{let ie=Math.min(w+1,vt.length-1),ln=vt[ie];if(ln)l(ln);return ie});return}if(u==="up"||u==="k"){Ke((w)=>{let ie=Math.max(0,w-1),ln=vt[ie];if(ln)l(ln);return ie});return}if(u==="return"){let w=vt[ze%vt.length];if(w)Qp(w)}return}if(H==="leader"){if(Ko.current)clearTimeout(Ko.current);Q("none");let w=zh(u),ie=w?Ni(w):void 0;if(ie)cn(ie,[]);return}if(H==="config-edit"){if(u==="escape"){cs(""),et();return}if(p.ctrl&&u==="s"){mw();return}return}if(jv(H)){if(u==="escape"){et();return}if(H==="slash"&&u==="down"){Ie((w)=>Math.min(Math.max(Jo.length-1,0),w+1));return}if(H==="slash"&&u==="up"){Ie((w)=>Math.max(0,w-1));return}if(H==="slash"&&u==="tab"){if(p.shift){Ie((ie)=>Math.max(0,ie-1));return}let w=Lr(Jo,ce);if(w)we(`${w.name} `);return}if(H==="slash"&&u==="return"){il();return}if(H==="palette"&&u==="down"){Ke((w)=>Math.min(w+1,Math.max(jr.length-1,0)));return}if(H==="palette"&&u==="up"){Ke((w)=>Math.max(0,w-1));return}if(H==="palette"&&u==="return"){let w=Lr(jr,ze);if(w)cn(w,[])}return}if(ns){if(u==="escape")jc(!1);return}if(Bv(p,t)){Q("leader"),Ko.current=setTimeout(()=>Q("none"),x);return}if(Wv(p,t)){we(""),Ke(0),Q("palette");return}if(Gv(p,t)){we(""),Ie(0),Q("slash");return}if(Uv(p,t)){Q("help");return}if(Kv(p,t)||h==="logs"&&u==="f"&&!p.ctrl&&!p.meta){P("logs"),jc(!0);return}if(u==="escape"){if(Ho){ss(!1);return}if(h==="detail"){P("services");return}if(h==="setup")if(e)P("dashboard");else n(!0);return}if(u==="z"&&(h==="logs"||h==="dashboard")&&!p.ctrl&&!p.meta){P("logs"),ss((w)=>h==="logs"?!w:!0);return}let ee=(h==="logs"||h==="dashboard")&&!ns;if(ee&&(u==="left"||u==="["||h==="logs"&&u==="h")){Cn(Iu(Vo,qt,-1));return}if(ee&&(u==="right"||u==="]"||h==="logs"&&u==="l")){Cn(Iu(Vo,qt,1));return}if(h==="logs"&&!ns&&u.length===1&&u>="1"&&u<="9"){let w=dv(Vo,Ne,Number(u));if(w!==void 0)Cn(w);return}if(u==="tab"){P(p.shift?xv(h):vv(h));return}let An=$y(u);if(An){P(An);return}if((h==="dashboard"||h==="setup")&&u==="o"){P("profiles");return}if((h==="dashboard"||h==="services")&&(u==="*"||p.shift&&u==="8")){Ee([...ct]),R(`Selected ${ct.length} services`);return}if((h==="dashboard"||h==="services")&&(u==="-"||u==="_"||u==="minus")){Ee([]),R("Selection cleared");return}if((h==="dashboard"||h==="services")&&u==="n"){an(fc(_e,ct[Z]??""),Ze);return}if((h==="dashboard"||h==="services")&&u==="x"){xs(fc(_e,ct[Z]??""));return}if((h==="dashboard"||h==="services"||h==="detail")&&qv(p)){Zo(fc(_e,ct[Z]??Nr),Ze);return}if((h==="dashboard"||h==="services")&&u==="r"){he(),R("Refreshed");return}if(h==="auth"&&u==="r"){fs();return}if(h==="logs"&&u==="t"){let w=!Tp;tw(w),Ve({log_timestamps:w},w?"timestamps on":"timestamps off");return}if(h==="logs"&&u==="m"){let w=!Ap;nw(w),Ve({log_metadata:w},w?"metadata on":"metadata off");return}if(u==="down"||u==="j"){if(h==="mcp"&&Z===1)Wr();if(h==="config"){Ge(jo.current,t.scroll_speed);return}if(h==="detail"){Ge(Wo.current,t.scroll_speed);return}if(h==="logs"){zo(Z+1);return}if(h==="dashboard"&&rn>=0){us(rn+1);return}ue((w)=>Math.min(Math.max(sn-1,0),w+1));return}if(u==="up"||u==="k"){if(h==="mcp"&&Z===1)Wr();if(h==="config"){Ge(jo.current,-t.scroll_speed);return}if(h==="detail"){Ge(Wo.current,-t.scroll_speed);return}if(h==="logs"){zo(Z-1);return}if(h==="dashboard"&&rn>=0){us(rn-1);return}ue((w)=>Math.max(0,Math.min(w,Math.max(sn-1,0))-1));return}if(wc(p)){let w=qi(a);if(h==="config"){Ge(jo.current,w);return}if(h==="detail"){Ge(Wo.current,w);return}if(h==="logs"){zo(Z+w);return}if(h==="dashboard"&&(wt||rn>=0)){us(Math.max(0,rn)+w);return}ue((ie)=>Math.min(Math.max(sn-1,0),ie+w));return}if(Sc(p)){let w=qi(a);if(h==="config"){Ge(jo.current,-w);return}if(h==="detail"){Ge(Wo.current,-w);return}if(h==="logs"){zo(Z-w);return}if(h==="dashboard"&&(wt||rn>=0)){us(Math.max(0,rn)-w);return}ue((ie)=>Math.max(0,ie-w));return}if(h==="proxy"&&u==="n"){e?.proxyStart().then(async()=>{R("Proxy started"),await he()});return}if(h==="proxy"&&u==="x"){e?.proxyStop().then(async()=>{R("Proxy stopped"),await he()});return}if(h==="detail"&&Nr!==""){if(u==="n"){an([Nr],Ze);return}if(u==="x"){xs([Nr]);return}if(u==="o"){P("config");return}if(u==="l"){Cn(Nr),P("logs");return}}if(h==="mcp"&&Z===1&&(u==="left"||u==="h")){let w=Cr(Wr()-1);gs(w),Yp(w);return}if(h==="mcp"&&Z===1&&(u==="right"||u==="l")){let w=Cr(Wr()+1);gs(w),Yp(w);return}if(h==="mcp"&&Z===1&&(u==="backspace"||u==="delete")){Vc((w)=>Ih(w));return}if(h==="mcp"&&Z===1&&u.length===1&&u>="0"&&u<="9"){Vc((w)=>$h(w,u));return}if(h==="settings"&&(u==="left"||u==="h")){zp(-1);return}if(h==="settings"&&(u==="right"||u==="l")){zp(1);return}if(u==="space"){if(h==="profiles"){let ln=Object.keys(M?.profiles??{}).sort()[Z];if(ln)Hc(ln),R(`Profile ${ln}`);return}if(h==="mcp"){if(Z===0){ms();return}let ie=Oc(Z);if(ie){nl(ie);return}hs(Z);return}if(h==="logs")return;if(h==="settings"){if(So(ft,Z)?.id==="mouse")Yo();return}let w=ct[Z];if(w)el(w);return}if(u==="return"){if(h==="setup"&&!e){if(!o){R(r||"Existing configuration is invalid \u2014 fix it and restart devctl.");return}Promise.resolve().then(() => (Td(),Pm)).then(({createStarterConfig:w})=>{try{let ie=w(process.cwd());R(`Wrote ${ie}. Restart devctl or run the CLI wizard.`)}catch(ie){R(j(ie))}});return}if(h==="setup"&&e){an([],Ze);return}bw();return}if(u==="q"){if(M?.shutdown.stop_services_on_exit===!1){n(!0);return}if(M?.shutdown.stop_services_on_exit===!0){n(!1);return}Rn("quit"),Q("confirm");return}if(Kn(p,t,"services","s")&&H==="none"&&h!=="logs"){P("services");return}if(Kn(p,t,"logs","l")&&H==="none"&&h!=="detail"&&h!=="logs"&&h!=="settings"){P("logs");return}if(Kn(p,t,"auth","a")&&H==="none"){P("auth");return}if(Kn(p,t,"proxy","p")&&H==="none"&&h!=="logs"){P("proxy");return}if(Kn(p,t,"doctor","d")&&H==="none"&&h!=="doctor"){P("doctor");return}if(Kn(p,t,"config","c")&&H==="none"){P("config");return}if(Kn(p,t,"setup","u")&&H==="none"){P("setup");return}if(h==="config"&&u==="e"){cn(Ni("/edit")??{name:"edit",aliases:[],desc:"",leader:"",group:"ui"},[]);return}if(h==="config"&&u==="v"){ol();return}if(h==="doctor"&&u==="r"){Nc((w)=>w+1),R("Re-running doctor");return}if(h==="logs"&&u==="p"){en((w)=>!w);return}if((h==="logs"||h==="dashboard")&&u==="g"){Zc();return}if((h==="logs"||h==="dashboard")&&u==="w"){let w=Lu(Fo);Op(w),R(`Log ${Ki(w)}`);return}if((h==="logs"||h==="dashboard")&&u==="e"){tn((w)=>!w);return}if((h==="logs"||h==="dashboard")&&u==="i"){Qo(),R(ht?"Hiding internal auth/mcp/devctl/proxy logs":"Showing internal logs");return}if((h==="logs"||h==="dashboard")&&Vv(p))Xo()});let ef=Rv(Zn,Ze,Vb),ww=new Set(ds?.waves.flat()??[]),Sw=ds===void 0||Up==="stop"?"":Object.entries(G?.services??{}).find(([p,u])=>ww.has(p)&&u.state==="FAILED")?.[0]??"";return oe(xu.Provider,{value:Wi(k),children:oe("box",{flexDirection:"column",width:s,height:a,backgroundColor:C,overflow:"hidden",children:[Ho?null:oe(ET,{children:[oe(Ov,{palette:v,cfg:M,snap:G,google:nn,profile:Ze,reveal:Io,width:s},void 0,!1,void 0,this),oe(Mv,{palette:v,screen:h,width:s,onSelect:P},void 0,!1,void 0,this),qo?oe("box",{height:1,paddingLeft:1,backgroundColor:v.panel,overflow:"hidden",children:oe("text",{fg:v.error,wrapMode:"none",children:`\u26A0 configuration reload failed: ${qo}`},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),oe("box",{flexGrow:1,overflow:"hidden",children:[h==="dashboard"?oe(Zx,{palette:v,cfg:M,snap:G,logs:Ne,names:ct,selected:Z,checked:_e,profile:Ze,google:nn,width:s,paused:gt,followTick:Rp,logService:qt,errorOnly:mt,showSystemLogs:ht,onOpen:vs,onSelectIndex:ue,selectedLog:rn,onToggle:el,logSources:Vo,onFilterService:Cn,onToggleErrors:()=>tn((p)=>!p),onToggleSystemLogs:Qo,onClearLogs:Xo,onShowErrors:()=>{Cn(""),tn(!0)},wrapMode:Fo,view:Tn,follow:!wt,onLeaveLatest:Qc,onPickLog:(p)=>{let u=Tn[p];if(!u)return;as(p),Dp(u),Qc()},viewStart:He.start,viewTotal:ot.length,newer:He.newer,onJumpLatest:Zc,facets:Mp},void 0,!1,void 0,this):null,h==="services"?oe(yb,{palette:v,cfg:M,names:ct,snap:G,selected:Z,checked:_e,width:s,reveal:Io,onOpen:vs,onSelectIndex:ue,onToggle:el},void 0,!1,void 0,this):null,h==="detail"?oe(hb,{palette:v,cfg:M,snap:G,name:Nr,reveal:Io,width:s,envScrollRef:Wo},void 0,!1,void 0,this):null,h==="logs"?oe(Xx,{palette:v,logs:Ne,names:ct,logSources:Vo,service:qt,paused:gt,errorOnly:mt,showSystemLogs:ht,search:kn,searchFocused:ns,followTick:Rp,width:s,onSearch:Qb,onService:Cn,onToggleErrors:()=>tn((p)=>!p),onToggleSystemLogs:Qo,onClearLogs:Xo,source:Qn,regex:_n,services:Xn,showTimestamps:Tp,showMeta:Ap,view:Tn,wrapMode:Fo,selected:Z,follow:!wt,newer:He.newer,viewStart:He.start,viewTotal:ot.length,onSelect:zo,fullscreen:Ho,onLeaveLatest:Qc,onOpenExports:hw,onJumpLatest:Zc,facets:Mp},void 0,!1,void 0,this):null,h==="auth"?oe(Ex,{palette:v,cfg:M,google:nn,identity:G?.identity},void 0,!1,void 0,this):null,h==="credentials"?oe(Ax,{palette:v,credentials:G?.credentials},void 0,!1,void 0,this):null,h==="proxy"?oe(pb,{palette:v,cfg:M,snap:G,width:s,onSelectRoute:(p)=>{sw(p),Q("route-details")}},void 0,!1,void 0,this):null,h==="mcp"?oe(Db,{palette:v,snap:G,port:En,portDraft:ls,selected:Z,onPick:ue,onToggle:()=>{ms()},onCopy:rl,onToggleTool:(p)=>{nl(p)}},void 0,!1,void 0,this):null,h==="doctor"?oe(nb,{palette:v,report:Ir,loading:Ic,progress:qb,error:Kb,selected:Z,onPick:ue,onReload:()=>{Nc((p)=>p+1),R("Re-running doctor")}},void 0,!1,void 0,this):null,h==="stats"?oe(_b,{palette:v,cfg:M,snap:G,width:s,onRefresh:he},void 0,!1,void 0,this):null,h==="config"?oe(Jx,{palette:v,cfg:M,width:s,scrollRef:jo},void 0,!1,void 0,this):null,h==="profiles"?oe(ib,{palette:v,cfg:M,snap:G,profile:Ze,selected:Z,onPick:ue},void 0,!1,void 0,this):null,h==="setup"?oe(Rb,{palette:v,cfg:M,google:nn,bootError:r,bootErrorMissing:o,step:Z},void 0,!1,void 0,this):null,h==="settings"?oe(Sb,{palette:v,items:ft,selected:Z,locked:K,width:s,onPick:ue,onActivate:tl},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),H==="slash"?oe(wx,{palette:v,items:Jo,query:ae,selected:ce,onQuery:we,onSubmit:Zp},void 0,!1,void 0,this):null,H==="palette"?oe(fx,{palette:v,items:jr,selected:Math.min(ze,Math.max(jr.length-1,0)),termW:s,termH:a,onIndex:Ke,onPick:yw},void 0,!1,void 0,this):null,H==="themes"?oe(Px,{palette:v,themeName:c,selected:ze%vt.length,termW:s,termH:a,onIndex:Ke,onPreview:l,onPick:Qp},void 0,!1,void 0,this):null,H==="help"?oe(ax,{palette:v,termW:s,termH:a,copyKey:qp,scrollRef:Bo},void 0,!1,void 0,this):null,H==="leader"?oe(dx,{palette:v,termW:s,termH:a},void 0,!1,void 0,this):null,H==="confirm"?oe(ex,{palette:v,title:ef.title,body:ef.body,termW:s,termH:a},void 0,!1,void 0,this):null,H==="log-details"?oe(nx,{palette:v,event:is,termW:s,termH:a,scrollRef:Go},void 0,!1,void 0,this):null,H==="route-details"?oe(vx,{palette:v,route:iw,termW:s,termH:a,scrollRef:Wc},void 0,!1,void 0,this):null,H==="config-edit"&&M?oe(Qv,{palette:v,path:M.configPath,initialValue:Uc,error:dw,termW:s,termH:a,textareaRef:Bp},void 0,!1,void 0,this):null,H==="plan"&&ds?oe(hx,{palette:v,plan:ds,snap:G,busy:Gp,failed:Sw,kind:Up,termW:s,termH:a,scrollRef:Gc,initiallyRunning:uw,onDismiss:et},void 0,!1,void 0,this):null,H==="slash"||H==="plan"||H==="config-edit"||Ho||Ly(a)&&H==="none"?null:oe($v,{palette:v,overlay:H,query:ae,onQuery:we,onSubmit:Zp},void 0,!1,void 0,this),Ho?null:oe(Iv,{palette:v,screen:h,overlay:H,status:Mc,paused:gt,errorOnly:mt,width:s,copyKey:qp},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}var _T=50,PT,RT=2000;var $b=D(()=>{st();Ci();vi();pr();Pe();wr();Xe();vr();Oa();Pt();Hv();Ae();Xv();xe();Zv();tx();rx();cx();ux();gx();yx();xx();Sx();Rx();Tx();Lx();zx();eb();rb();np();sb();fb();cp();vb();kb();Pb();Eb();Ob();Di();at();vn();Qe();Yt();PT=[]});var Ib={};ws(Ib,{renderApp:()=>vp,runTui:()=>yp,runTuiWithController:()=>LT,tuiConfigFor:()=>DT});import{createCliRenderer as TT}from"@opentui/core";import{createRoot as AT}from"@opentui/react";import{jsxDEV as OT}from"@opentui/react/jsx-dev-runtime";async function LT(e){let t=zt(e.cfg.repoRoot,e.cfg.ui.keymap);await vp(e,t)}async function yp(e){let t,n,r=!1;try{t=await Ng("",e)}catch(i){n=j(i),r=Cs(i,tr)}let o=zt(t?.cfg.repoRoot??process.cwd(),t?.cfg.ui.keymap);await vp(t,o,n,r)}async function vp(e,t=zt(e?.cfg.repoRoot??process.cwd(),e?.cfg.ui.keymap),n,r=!1){Ss();let o=of(),i=await TT({exitOnCtrlC:!1,useMouse:t.mouse,enableMouseMovement:t.mouse,useKittyKeyboard:{}}),s=AT(i),a=null;try{a=(await i.getPalette({timeout:120,size:16})).defaultBackground}catch{}await new Promise((c)=>{let l=(d)=>{let f=()=>{s.unmount(),o(),i.destroy(),c(),process.exit(0)};if(!e){f();return}e.close({detach:d,shutdownSupervisor:!0}).finally(f)};s.render(OT(Mb,{controller:e,tui:t,onQuit:l,bootError:n,bootErrorMissing:r,terminalBackground:a},void 0,!1,void 0,this))})}function DT(e){return zt(e.repoRoot,e.ui.keymap)}var xp=D(()=>{zl();Pe();$b();sl();Yt()});Ur();sl();st();zl();Xe();Ci();Pe();pr();st();wi();vr();Td();import{Command as IT}from"commander";import{setTimeout as Sp}from"timers/promises";import{stringify as FT}from"yaml";import{existsSync as Bb,readFileSync as NT}from"fs";st();ql();Pe();pr();import{createServer as O0}from"net";import{existsSync as tu,unlinkSync as M0,watch as $0}from"fs";import{cpus as I0,loadavg as F0,platform as N0,uptime as H0}from"os";import{isAbsolute as nu,join as ja}from"path";Xe();vr();import{connect as IC}from"net";var FC=2000,NC=2000,HC=200,jC=300;function Rm(e){if(e.interval_seconds<=0)return NC;return e.interval_seconds*1000}async function Em(e,t,n,r,o,i=[]){let s=e.timeout_seconds>0?e.timeout_seconds*1000:FC,a=e.type.toLowerCase(),c=i.find((l)=>l.name.toLowerCase()===a);if(c)try{let l=await c.check(e,{pid:t,ports:n,workDir:r,env:o});return{status:l.status,message:l.message}}catch(l){return{status:ke,message:l instanceof Error?l.message:String(l)}}if(a==="http")return BC(e.url,s);if(a==="tcp")return GC(WC(e.address,n),s);if(a==="command")return UC(e.command.args,e.command.shell,r,o,s);if(a==="process"||a===""){if(t>0&&Tt(t))return{status:_t,message:"process running"};return{status:ke,message:"process not running"}}return{status:ke,message:`unknown health type ${e.type}`}}async function BC(e,t){let n=new AbortController,r=setTimeout(()=>n.abort(),t);try{let o=await fetch(e,{signal:n.signal});if(o.status>=HC&&o.status<jC)return{status:_t,message:String(o.status)};return{status:ke,message:String(o.status)}}catch(o){return{status:ke,message:o instanceof Error?o.message:String(o)}}finally{clearTimeout(r)}}function WC(e,t){if(e!=="")return e;if(t.http!==void 0)return`127.0.0.1:${t.http}`;let n=Object.values(t)[0];return n!==void 0?`127.0.0.1:${n}`:""}function GC(e,t){return new Promise((n)=>{if(e===""){n({status:ke,message:"no tcp address"});return}let r=e.lastIndexOf(":"),o=Number.parseInt(e.slice(r+1),10),i=e.slice(0,r).replace(/^\[|\]$/g,"");if(r<1||!Number.isFinite(o)){n({status:ke,message:`invalid tcp address ${e}`});return}let s=IC({host:i,port:o},()=>{s.end(),n({status:_t,message:"connected"})});s.setTimeout(t),s.on("error",(a)=>{n({status:ke,message:a.message})}),s.on("timeout",()=>{s.destroy(),n({status:ke,message:"timeout"})})})}async function UC(e,t,n,r,o){if(e.length===0)return{status:ke,message:"empty health command"};let i=t?process.platform==="win32"?["cmd.exe","/c",e.join(" ")]:["/bin/sh","-c",e.join(" ")]:e,s;try{s=Bun.spawn({cmd:i,cwd:n===""?void 0:n,env:r,stdout:"ignore",stderr:"ignore"})}catch(l){return{status:ke,message:l instanceof Error?l.message:String(l)}}let a=setTimeout(()=>s.kill("SIGKILL"),o),c=await s.exited;if(clearTimeout(a),c===0)return{status:_t,message:"ok"};return{status:ke,message:`exit ${c}`}}function Tm(e){if(e===ke)return"WARN";if(e===_t)return"INFO";return"DEBUG"}import{readFileSync as KC}from"fs";import{freemem as qC,totalmem as VC}from"os";import{spawnSync as JC}from"child_process";var Ad=1024,zC=2000,YC=/page size of (\d+) bytes/i,fo;function XC(e){let t=e.match(/^MemAvailable:\s+(\d+)/m);if(!t)return;let n=Number(t[1]);return Number.isFinite(n)&&n>=0?n:void 0}function QC(e){let t=e.match(YC),n=t?Number(t[1]):0;if(!Number.isFinite(n)||n<=0)return;let r=fa(e,"free")+fa(e,"inactive")+fa(e,"speculative")+fa(e,"purgeable");return Math.round(r*n/Ad)}function fa(e,t){let n=e.match(new RegExp(`Pages ${t}:\\s+(\\d+)`,"i")),r=n?Number(n[1]):0;return Number.isFinite(r)&&r>0?r:0}function ZC(){if(process.platform==="linux")try{return XC(KC("/proc/meminfo","utf8"))}catch{return}if(process.platform==="darwin"){let e=Date.now();if(fo&&e-fo.at<zC)return fo.leftoverKB;let t=JC("vm_stat",{encoding:"utf8"});if(t.status!==0||!t.stdout)return fo?.leftoverKB;let n=QC(t.stdout);if(n===void 0)return fo?.leftoverKB;return fo={at:e,leftoverKB:n},n}return}function Am(){let e=Math.max(0,Math.round(VC()/Ad)),t=Math.max(0,Math.round(qC()/Ad)),n=Math.max(0,Math.min(e,ZC()??t));return{totalKB:e,unusedKB:t,leftoverKB:n}}ur();wr();vi();wr();import{pathToFileURL as T_}from"url";import{isAbsolute as A_,resolve as L_}from"path";st();Pe();ur();import{createServer as Vm,request as S_}from"http";import{randomBytes as Gm}from"crypto";import{Readable as k_}from"stream";var Ti="x-devctl-request-id",C_="x-devctl-internal-token",Um=100,Ud=new Set(["connection","keep-alive","proxy-authenticate","proxy-authorization","te","trailers","transfer-encoding","upgrade"]),__=new Set(["gzip","deflate","br"]);class Kd{cfg;tokens;logs;bus;detector;middleware;server;running=!1;addr="";upgradedSockets=new Set;recentRequests=[];constructor(e,t,n,r,o,i=[]){this.cfg=e,this.tokens=t,this.logs=n,this.bus=r,this.detector=o,this.middleware=i}address(){return this.addr||ir(this.cfg.listen)}isRunning(){return this.running}stats(){let e=this.recentRequests.reduce((t,n)=>t+(n.status>=400||n.error?1:0),0);return{total:this.recentRequests.length,errors:e,recent:[...this.recentRequests].reverse()}}recordRequest(e){if(this.recentRequests.push(e),this.recentRequests.length>Um)this.recentRequests.splice(0,this.recentRequests.length-Um)}start(){if(this.cfg.listen.host==="0.0.0.0")return Promise.reject(T(Ln,"refusing to bind proxy to 0.0.0.0 without explicit unsafe configuration"));let e=this.cfg.listen.host||"127.0.0.1";if(this.cfg.listen.port===0)return Promise.reject(T(Ln,"proxy.listen.port is required when the proxy is enabled"));let t=this.cfg.listen.port;return new Promise((n,r)=>{this.server=Vm((o,i)=>{this.serve(o,i)}),this.server.on("upgrade",(o,i,s)=>{this.serveUpgrade(o,i,s)}),this.server.on("error",(o)=>r(pe(Ln,`unable to listen on ${e}:${t}`,o))),this.server.listen(t,e,()=>{this.running=!0,this.addr=`${e}:${t}`,this.bus?.publish(Oe(im,"",{address:this.addr})),n()})})}stop(){let e=this.server;if(!e)return Promise.resolve();for(let t of this.upgradedSockets)t.destroy();return this.upgradedSockets.clear(),new Promise((t)=>{e.close(()=>{this.running=!1,this.bus?.publish(Oe(sm,"",{})),t()})})}async serveUpgrade(e,t,n){let r=Date.now(),o=e.headers[Ti]?.toString()||Gm(8).toString("hex"),i=e.method??"GET",s=e.url??"/",a=this.detector?this.detector.redactText(s):s,c=qm(this.cfg.routes,e);if(!c){t.end(`HTTP/1.1 404 Not Found\r
618
+ `),o=[];for(let i of r)if(i.length<=n)o.push(i);else o.push(...rP(i,n));return o.length>0?o:[""]}function Nv(e,t,n){let r=e.length>0?[...e]:[""];if(n||r.length<=1)return{visible:r,mark:"",folded:!1,hidden:0};let o=r.length-1,i=` ${QR}${o}`,s=Math.max(1,t-i.length);return{visible:[ce(r[0]??"",s)],mark:i,folded:!0,hidden:o}}function Hv(e,t){return e==="all"||e==="focus"&&t}function Mu(e){if(e==="clip")return"focus";if(e==="focus")return"all";return"clip"}function jv(e,t,n,r=Nr){if(e.length===0)return{start:0,items:[],newer:0};if(!t){let a=Math.max(0,e.length-r);return{start:a,items:e.slice(a),newer:0}}let o=e.length-1,i=Math.max(0,Math.min(n,o)),s=e.slice(i,i+r);return{start:i,items:s,newer:Math.max(0,e.length-i-s.length)}}function $u(e,t=Nr){return Math.max(0,e-t)}function Iu(e,t,n,r){let o=Math.max(t-1,0);if(e<0&&n>0)return{selected:0,startDelta:Math.max(-n,e)};if(e>o&&r>0)return{selected:o,startDelta:Math.min(r,e-o)};return{selected:Math.min(o,Math.max(0,e)),startDelta:0}}function zi(e){if(e==="all")return"wrap all";if(e==="focus")return"wrap selected";return"clip"}function rP(e,t){let n=[],r=e;while(r.length>t){let o=r.slice(0,t),i=oP(o);if(i>0)n.push(r.slice(0,i).trimEnd()),r=r.slice(i).trimStart();else n.push(r.slice(0,t)),r=r.slice(t)}if(r.length>0)n.push(r);return n}function oP(e){let t=e.lastIndexOf(" "),n=e.lastIndexOf("\t"),r=e.lastIndexOf(","),o=Math.max(t,n,r);if(o<Math.floor(e.length*ZR))return-1;return e[o]===","?o+1:o}function Bv(e){let t=$o(e),n=[],r=new RegExp(eP.source,"gi"),o=0,i=r.exec(t);while(i){let s=i[0]??"";if(i.index>o)n.push({text:t.slice(o,i.index),kind:"text"});n.push({text:s,kind:tP(s)}),o=i.index+s.length,i=r.exec(t)}if(o<t.length)n.push({text:t.slice(o),kind:"text"});if(n.length===0)return[{text:t,kind:"text"}];return n}function Wv(e){let t=e.showTimestamps?lc:0,n=e.showMeta?ac:0;return Math.max(Mv,e.width-t-e.serviceWidth-dc-n-$v-Ji*Iv)}function Yi(e){return Math.max(BR,e-WR*2)}function Gv(e){let t=e.width<HR,n=e.proxyOn?`\u25CF ${ce(e.proxyAddress,t?10:18)}`:t?"":"\u25CB off";return[{label:t?`${e.running}/${e.total}`:Nu(e.running,e.total),tone:e.running>0?"success":"idle"},{label:n,tone:e.proxyOn?"info":"idle",hide:t&&!e.proxyOn},{label:"MCP",tone:"info",hide:!e.mcpOn},{label:e.adc?t?"ADC":"ADC ok":t?"!ADC":"ADC missing",tone:e.adc?"success":"error"},{label:t?"sec":"secrets shown",tone:"warning",hide:!e.reveal}]}function Uv(e,t){let n=t.reduce((s,a)=>Math.max(s,a.length),0),r=lc+dc+$v+Mv+Ji*Iv,o=Math.max(Sv,e-r),i=Math.max(Sv,n);return Math.min(Pv,o,i)}function pc(e,t,n){if(n)return e;let r=t.reduce((a,c)=>Math.max(a,c.length),0),o=Math.min(Pv,Math.max(Au,r+OR)),i=Rv+en+vt+o+Ev+MR,s=Math.max(ec,Math.floor(e*NR));return Math.min(s,Math.max(ec,i))}function X(e,t){if(t<=0)return"";if(e.length>=t)return ce(e,t);return e.padEnd(t)}function Io(e,t){let n=[],r=0;for(let o of e){let i=o.key.length+o.label.length+3;if(r+i>t)break;n.push(o),r+=i}return n}function Kv(e){return e<GR}function Fo(e,t,n,r,o="center",i=!0){let s=Math.min(n,Math.max(1,e-4)),a=Math.min(Tv(e,i),Math.max(0,t-1)),c=Math.min(r,Math.max(1,t-a)),l=Math.max(0,Math.min(Math.floor((e-s)/2),Math.max(0,e-s))),d=o==="bottom"?t-2-c:Math.floor((t-c)/2),f=Math.max(0,Math.min(d,t-c));return{left:l,top:f,width:s,height:c}}function qv(e){if(e==="")return"idle";if(sP.test(e))return"error";if(e.includes("session only"))return"warning";if(iP.test(e))return"success";return"info"}function Vv(e,t,n){let r=n!==""&&e.profiles[n]?n:"";if(t.length>0)return{services:t,profile:r};if(r!=="")return{services:[...e.profiles[n]?.services??[]],profile:r};return{services:Object.keys(e.services),profile:""}}function Jv(e,t){if(e==="doctor")return t.doctor;if(e==="settings")return t.settings;if(e==="profiles")return t.profiles;if(e==="dashboard"||e==="services")return t.services;if(e==="logs")return t.logs??0;if(e==="mcp")return t.mcp??0;if(e==="setup")return jR;return 0}function zv(e){if(e==="0")return Vn[9]?.id;if(e.length===1&&e>="1"&&e<="9")return Vn[Number(e)-1]?.id;return}function fc(e){if(!e)return"";return Object.keys(e.profiles).sort()[0]??""}function gc(e){return aP.has(e)}function Xi(e){if(!e)return!1;return gc(e.state)}function mc(e,t){let n=t??Object.keys(e?.services??{});return{running:n.filter((o)=>Xi(e?.services[o])).length,total:n.length}}function Yv(e,t){let n=0,r=0,o=0,i=0,s=0,a=0;for(let c of e){let l=t?.services[c];if(l?.health==="HEALTHY")o+=1;let d=l?.state??"STOPPED";if(d==="FAILED")i+=1;else if(d==="STOPPING")s+=1;else if(d==="STARTING"||d==="RESTARTING")r+=1;else if(gc(d))n+=1;else a+=1}return{total:e.length,live:n+r,running:n,starting:r,healthy:o,failed:i,stopping:s,stopped:a}}function Xv(e,t){if(!Number.isFinite(e)||!Number.isFinite(t)||t<=0)return 0;return e/t}function fP(e,t,n){if(!Number.isFinite(e))return"success";if(e>n)return"error";if(e>t)return"warning";return"success"}function gP(e,t){return fP(Xv(e,t),cP,lP)}function mP(e,t){let n=t>0?e/t:1;if(n<uP)return"error";if(n<dP)return"warning";return"success"}function Cu(e){if(!Number.isFinite(e)||e<0)return"\u2014";return e.toFixed(2)}function hP(e){if(!Number.isFinite(e)||e<0)return"\u2014";return`${Math.round(e*100)}%`}function Qv(e,t=Date.now()){if(!e?.startTime)return"\u2014";let n=new Date(e.startTime).getTime();if(!Number.isFinite(n))return"\u2014";return Ho(t-n)}function Zv(e,t=pP){return Object.entries(e).sort((n,r)=>r[1]-n[1]||n[0].localeCompare(r[0])).slice(0,t)}function ey(e,t=1){return Math.max(24,e-kP-t*2-CP-_P-RP)}function ty(e){let t=e>=vP,n=e>=yP,r=e>=xP,o=e>=bP,i=e>=wP,s=e>=SP,a=en+vt;if(t)a+=Sn+vt;if(n)a+=oc+vt;if(r)a+=ic+vt;if(o)a+=rc+vt;if(i)a+=hc+vt;if(s)a+=Jn;return{name:Math.max(Au,e-a),health:t,cpu:n,mem:r,up:o,rst:i,pid:s}}function ny(e){let t=Number.isFinite(e)&&e>0?e:0;return{ratio:Math.min(1,t),label:hP(t)}}function ry(e,t=TP){return`[${Qi(e.ratio,t)}] ${e.label.padStart(4)}`}function Fu(e,t){let n=e.reduce((l,d)=>Math.max(l,d.what.length),4),r=e.reduce((l,d)=>Math.max(l,d.reading.length),7),o=e.some((l)=>l.meter)?AP:0,i=No*(o>0?3:2),s=Math.min(PP,Math.max(_u,n)),a=Math.min(EP,Math.max(Ru,r)),c=t-s-a-o-i;if(c<Za&&a>Ru)a=Math.max(Ru,a-(Za-c)),c=t-s-a-o-i;if(c<Za&&s>_u)s=Math.max(_u,s-(Za-c)),c=t-s-a-o-i;return{what:s,reading:a,meaning:Math.max(0,c),meter:o}}function oy(e){return LP.has((e?.health.type??"").toLowerCase())}function iy(e){if(e==="darwin")return"macOS";if(e==="win32")return"Windows";if(e==="linux")return"Linux";return e||"this computer"}function sy(e,t){let n=Math.max(1,t),r=gP(e,n),o=r==="error"?"overloaded":r==="warning"?"busy":"not busy",i=r==="error"?`${n} cores are queued up \u2014 last minute ${Cu(e)}`:r==="warning"?`${n} cores nearly full \u2014 last minute ${Cu(e)}`:`${n} cores. Last minute ${Cu(e)} (under ${n} is fine)`;return{what:"CPU work",reading:o,meaning:i,tone:r,meter:ny(Xv(e,n))}}function ay(e,t){let n=mP(e,t),r=`${tc(e)} of ${tc(t)}`,o=n==="error"?"Almost no RAM left for new work":n==="warning"?"RAM is getting tight":"RAM the computer can still give out",i=t>0?Math.max(0,(t-e)/t):0;return{what:"RAM leftover",reading:r,meaning:o,tone:n,meter:ny(i)}}function cy(e){let t=e?.state??"STOPPED";if(t==="FAILED")return"crashed";if(t==="STOPPING")return"stopping";if(t==="STARTING"||t==="RESTARTING")return"starting";if(gc(t))return"up";return"off"}function ly(e){if(!e||!gc(e.state))return"\u2014";if(e.health==="HEALTHY")return"ready";if(e.health==="UNHEALTHY")return"failing";if(e.state==="STARTING"||e.state==="RESTARTING")return"waiting";return"checking"}function dy(e){if(e==="keychain")return"password store";if(e==="file")return"local file";return e||"unknown store"}function uy(e,t){let n=[{what:"Started",reading:String(e.live),meaning:e.live===0?"nothing is running yet":"process is up",tone:e.live>0?"success":"muted"}];if(t)n.push({what:"Ready",reading:String(e.healthy),meaning:e.live===0?"start services first":"passed their health check",tone:e.live>0&&e.healthy<e.live?"warning":e.healthy>0?"success":"muted"});if(e.starting>0)n.push({what:"Still starting",reading:String(e.starting),meaning:"not ready for traffic yet",tone:"warning"});if(e.stopping>0)n.push({what:"Stopping",reading:String(e.stopping),meaning:"shutting down",tone:"warning"});return n.push({what:"Crashed",reading:String(e.failed),meaning:e.failed>0?"open the service for the error":"none",tone:e.failed>0?"error":"muted"}),n.push({what:"Not started",reading:String(e.stopped),meaning:e.stopped>0?"off until you start them":"all are up",tone:"muted"}),n}function Qi(e,t=20){let n=Number.isFinite(e)?Math.min(1,Math.max(0,e)):0,r=Math.round(n*t);return"\u2588".repeat(r)+"\u2591".repeat(Math.max(0,t-r))}function Ho(e){if(!Number.isFinite(e)||e<Pu)return"< 1s";let t=Math.floor(e/Cv),n=Math.floor(e%Cv/Tu),r=Math.floor(e%Tu/Eu),o=Math.floor(e%Eu/Pu);if(t>0)return`${t}d ${n}h`;if(n>0)return`${n}h ${r}m`;if(r>0)return`${r}m ${String(o).padStart(2,"0")}s`;return`${o}s`}function tc(e){if(!Number.isFinite(e)||e<0)return"\u2014";let t=e/DP;if(t>=_v)return`${(t/_v).toFixed(1)}G`;if(t>=1)return`${Math.round(t)}M`;return`${Math.round(e)}K`}function py(e){if(!Number.isFinite(e)||e<0)return"\u2014";return`${e.toFixed(1)}%`}function jo(e){if(!e)return!0;let t=Object.values(e.services);if(t.length===0)return!0;return!t.some((n)=>Xi(n))}function fy(e,t){if(e.length>0)return e;return[...t]}function vc(e,t){if(e.length>0)return[...e];return t===""?[]:[t]}function Zi(e){return OP.has(e)}function my(e,t,n,r){let o=n===""?t:t.filter((a)=>a.timestamp>=n);if(o.length===0)return e;let i=Math.max(1,r);if(o.length>=i)return o.slice(-i);let s=Math.max(0,e.length+o.length-i);return e.slice(s).concat(o)}function hy(e,t){let n=t.length>0?t[t.length-1].seq:-1,r=e.filter((o)=>o.seq>n);return[...t,...r]}function vy(e,t){if(t.length===0)return e;let n=new Set(e.map((o)=>o.seq)),r=t.filter((o)=>!n.has(o.seq));return r.length===0?e:[...r,...e]}function yy(e,t,n){return e&&t<=0&&n}function xy(e){return e.filter((t)=>t.level==="ERROR"||t.level==="FATAL").length}function MP(e){return`${e.timestamp} ${e.service} ${e.level} ${$o(e.message)}`}function by(e){return[$o(e.message),`time ${e.timestamp}`,`service ${e.service}`,`source ${e.source}${e.stream?` / ${e.stream}`:""}`,`level ${e.level}`,`pid ${e.pid||"\u2014"}`,`request ${e.request_id||"\u2014"}`,`identity ${e.identity||"\u2014"}`].join(`
619
+ `)}function wy(e){return e.map((t)=>MP(t)).join(`
620
+ `)}function Bo(e,t){let n=t.services?.filter((l)=>l!=="")??[],r=t.service??"",o=(t.search??"").trim(),i=t.source??"",s=t.since??"",a=t.until??"",c;if(o!=="")if(t.regex===!0){let l=Pa(o);if(l)c=(d)=>l.test(d);else c=(d)=>d.toLowerCase().includes(o.toLowerCase())}else{let l=o.toLowerCase();c=(d)=>d.toLowerCase().includes(l)}return e.filter((l)=>{if(n.length>0&&!n.includes(l.service))return!1;if(r!==""&&l.service!==r)return!1;if(i!==""&&l.source!==i)return!1;if(t.systemLogs===!1&&Zi(l.source))return!1;if(s!==""&&l.timestamp<s)return!1;if(a!==""&&l.timestamp>a)return!1;if(t.errorOnly===!0&&l.level!=="ERROR"&&l.level!=="FATAL")return!1;if(!c)return!0;return c(l.message)||c(l.service)})}function $P(e,t){let n={};for(let i of e)n[i.service]=(n[i.service]??0)+1;let r=t.map((i)=>({name:i,count:n[i]??0})),o=Object.keys(n).filter((i)=>!t.includes(i)).sort().map((i)=>({name:i,count:n[i]??0}));return[...r,...o]}function Sy(e,t,n=[]){let r=es(e,t,n);return[{name:"",count:t.length},...$P(t,r)]}function IP(e,t){let n=e.map((o)=>({name:o,count:t[o]??0})),r=Object.keys(t).filter((o)=>!e.includes(o)).sort().map((o)=>({name:o,count:t[o]??0}));return[...n,...r]}function ky(e,t,n=[]){let r=Object.keys(t.byService).map((i)=>({service:i})),o=es(e,r,n);return[{name:"",count:t.total},...IP(o,t.byService)]}function Nu(e,t){if(e<=0)return"none started";return`${e}/${t} running`}function es(e,t,n=[]){let r=[...e],o=(i)=>{if(i!==""&&!r.includes(i))r.push(i)};for(let i of n)o(i);for(let i of t)o(i.service);return r}function Cy(e,t,n){let r=["",...es(e,t)];if(n<1||n>r.length)return;return r[n-1]}function Hu(e,t,n){let r=["",...e],o=r.indexOf(t),s=((o<0?0:o)+n+r.length)%r.length;return r[s]??""}function ts(e){return e.waves.flat().join(" \u2192 ")}function _y(e){let t=ts(e);if(t==="")return"Started selected services";return`Started ${t}`}function Ry(e){let t=ts(e);if(t==="")return"Stopped running services";return`Stopped ${t}`}function Py(e,t,n,r="start"){let o=n?.services[e],i=jt(o);if(o?.last_error&&r!=="stop")return o.last_error;if(r==="stop"){if(i==="STOPPED")return"stopped";if(i==="STOPPING")return"stopping now";if(i==="FAILED")return"already failed";return"queued"}if(i==="HEALTHY")return"ready";if(i==="STARTING")return"starting now";if(i==="RUNNING")return"up, waiting for health";if(i==="UNHEALTHY")return"unhealthy \u2014 retrying health check";if(i==="STOPPING")return"stopping first";if(i==="FAILED")return"failed \u2014 later waves will not start";let a=(t.steps.find((c)=>c.name===e)?.dependencies??[]).filter((c)=>{let l=jt(n?.services[wt(c)]);return Fn(c)==="service_healthy"?l!=="HEALTHY":l==="STOPPED"||l==="FAILED"}).map(wt);if(a.length>0)return`waits for ${a.join(", ")}`;return"queued"}function ns(e,t,n="start"){if(e.length===0)return"completed";let r=e.map((i)=>t?.services[i]);if(r.some((i)=>i?.state==="FAILED"))return"failed";if(n==="stop"){if(r.every((i)=>!i||i.state==="STOPPED"||i.state==="UNKNOWN"))return"completed";if(r.some((i)=>i?.state==="STOPPING"))return"active";return"queued"}let o=(i)=>Boolean(i&&(i.state==="HEALTHY"||i.health==="HEALTHY"||i.state==="RUNNING"&&i.health!=="UNHEALTHY"));if(r.every(o))return"completed";if(r.some((i)=>i?.state==="UNHEALTHY"||i?.health==="UNHEALTHY"))return"unhealthy";if(r.some((i)=>i?.state==="STARTING"||i?.state==="RUNNING"||i?.state==="RESTARTING"))return"active";return"queued"}function Ey(e,t,n="start"){let o=e.waves.flat().length,i=0,s=0,a=0,c=0;for(let x=0;x<e.waves.length;x++){let v=e.waves[x]??[],S=ns(v,t,n);if(S==="active"||S==="unhealthy"||S==="failed")c=x;else if(S==="completed"&&c===x&&x<e.waves.length-1)c=x+1;for(let P of v){let k=t?.services[P];if(n==="stop"?!k||k.state==="STOPPED"||k.state==="UNKNOWN":Boolean(k&&(k.state==="HEALTHY"||k.health==="HEALTHY"||k.state==="RUNNING"&&k.health!=="UNHEALTHY")))i++;else if(k?.state==="FAILED")s++;else if(k?.state==="STARTING"||k?.state==="RUNNING"||k?.state==="UNHEALTHY"||k?.health==="UNHEALTHY"||k?.state==="STOPPING"||k?.state==="RESTARTING")a++}}let l=o>0?Math.round(i/o*100):100,d=16,f=Math.round(l/100*d),g="\u2588".repeat(f)+"\u2591".repeat(Math.max(0,d-f)),m=i===o&&o>0;return{total:o,ready:i,active:a,failed:s,percent:l,progressBar:g,currentWaveIndex:c,totalWaves:e.waves.length,isComplete:m}}function Ty(e,t,n){let r=n==="completed"?"\u2713 Completed":n==="failed"?"\u2717 Failed":n==="unhealthy"?"\u26A0 Unhealthy":n==="active"?"\u23F3 In Progress":"\u25CB Queued";return`${e==="stop"?t===0?"Wave 1 (Stop First)":`Wave ${t+1}`:t===0?"Wave 1 (Start First)":`Wave ${t+1}`} \xB7 ${r}`}function Ay(e,t,n,r){let o=r?` \xB7 Profile ${r}`:"";if(n)return`${e==="stop"?"Shutdown":"Startup"} Failed (${n})`;if(t)return`${e==="stop"?"Stopping Services":e==="restart"?"Restarting Pipeline":"Starting Pipeline"}${o}`;return`${e==="stop"?"Shutdown Complete":"Startup Complete"}${o}`}function Ly(e,t){if(e)return{primary:"Working\u2026 esc hide this panel (keeps running in background)",secondary:"Services are transitioning. You can dismiss anytime without stopping them."};if(t)return{primary:"enter or esc back to dashboard",secondary:"Execution stopped. Check logs or open Doctor to resolve errors."};return{primary:"enter or esc back to dashboard",secondary:"All waves finished. Click here or press enter to continue."}}function Dy(e){let t=Fr.indexOf(e);if(t<0)return"dashboard";return Fr[(t+1)%Fr.length]??"dashboard"}function Oy(e){let t=Fr.indexOf(e);if(t<0)return"dashboard";return Fr[(t-1+Fr.length)%Fr.length]??"dashboard"}function My(e){return["services","nav","logs","ui","app"].flatMap((n)=>{let r=e.filter((o)=>o.group===n);if(r.length===0)return[];return[{group:n,items:r}]})}function $y(e){let t=e.trim().toLowerCase().replace(/^\//,""),n=Oo().filter((r)=>t===""||r.name.includes(t)||r.desc.toLowerCase().includes(t)||r.aliases.some((o)=>o.startsWith(t)));return My(n).flatMap((r)=>r.items)}function Iy(e){return My(e).flatMap((t)=>t.items.map((n)=>({name:`/${n.name}`,description:`${t.group} \xB7 ${n.desc}`,value:n.name})))}function Fy(e,t,n=bn()){if(t==="slash")return[{key:"\u2191\u2193",label:"suggest"},{key:"tab",label:"complete"},{key:"enter",label:"run"},{key:"esc",label:"cancel"}];if(t==="palette"||t==="themes")return[{key:"\u2191\u2193",label:"move"},{key:"enter",label:t==="themes"?"save":"select"},{key:"esc",label:t==="themes"?"revert":"close"}];if(t==="help")return[{key:"j/k",label:"scroll"},{key:"esc",label:"close"}];if(t==="log-details"||t==="scroll-text")return[{key:"j/k",label:"scroll"},{key:n,label:"copy"},{key:"esc",label:"close"}];if(t==="confirm")return[{key:"enter",label:"confirm"},{key:"esc",label:"stay"}];if(t==="plan")return[{key:"esc",label:"back to dashboard"},{key:"enter",label:"done"}];if(t==="leader")return ju();if(t==="config-edit")return[{key:"ctrl+s",label:"save"},{key:"esc",label:"discard"}];return FP(e,n)}function ju(){return[{key:"n",label:"start"},{key:"x",label:"stop"},{key:"R",label:"restart"},{key:"s",label:"services"},{key:"l",label:"logs"},{key:"t",label:"themes"},{key:"q",label:"quit"}]}function FP(e,t){let n=[{key:"/",label:"command"},{key:"ctrl+p",label:"palette"},{key:"?",label:"help"}];switch(e){case"dashboard":return[{key:"space",label:"select"},{key:"*",label:"all"},{key:"-",label:"none"},{key:"enter",label:"start or open"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"r",label:"refresh"},{key:"R",label:"restart"},{key:"\u2190\u2192",label:"log filter"},{key:"g",label:"latest"},{key:"z",label:"full logs"},{key:"i",label:"internal logs"},{key:"ctrl+l",label:"clear logs"},{key:t,label:"copy logs"},{key:"j/k",label:"move"},...n];case"services":return[{key:"enter",label:"detail"},{key:"space",label:"select"},{key:"*",label:"all"},{key:"-",label:"none"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"r",label:"refresh"},{key:"R",label:"restart"},...n];case"detail":return[{key:"j/k",label:"scroll env"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"o",label:"config"},{key:"l",label:"logs"},{key:"esc",label:"back"},...n];case"logs":return[{key:"\u2190\u2192",label:"filter"},{key:"1-9",label:"source"},{key:"e",label:"errors"},{key:"i",label:"internal logs"},{key:"ctrl+l",label:"clear logs"},{key:"g",label:"latest"},{key:"f",label:"search"},{key:"t",label:"time"},{key:"m",label:"meta"},{key:"w",label:"wrap"},{key:"j/k",label:"move"},{key:t,label:"copy"},{key:"p",label:"pause"},{key:"z",label:"full screen"},{key:"/exports",label:"open folder"},...n];case"profiles":return[{key:"space",label:"set current"},{key:"enter",label:"set and start"},{key:"j/k",label:"move"},...n];case"proxy":return[{key:"n",label:"start proxy"},{key:"x",label:"stop proxy"},...n];case"mcp":return[{key:"j/k",label:"move"},{key:"space",label:"start or copy"},{key:"\u2190\u2192",label:"change port"},{key:"enter",label:"start or copy"},...n];case"config":return[{key:"v",label:"buffer"},{key:"e",label:"editor"},{key:"/diff",label:"sources"},{key:"/reload",label:"reload"},{key:"j/k",label:"scroll"},...n];case"setup":return[{key:"j/k",label:"steps"},{key:"enter",label:"continue"},{key:"esc",label:"back or exit"},...n];case"doctor":return[{key:"r",label:"run doctor again"},{key:"j/k",label:"move"},{key:"enter",label:"fix port"},...n];case"auth":return[{key:"r",label:"probe identities"},{key:"/auth login",label:"ADC login"},{key:"/auth logout",label:"revoke ADC"},{key:"/auth refresh",label:"probe"},...n];case"settings":return[{key:"j/k",label:"move"},{key:"\u2190\u2192",label:"save"},{key:"enter",label:"apply or open page"},{key:"space",label:"toggle"},...n];default:return[{key:"tab",label:"screens"},...n]}}function Ny(e,t,n){if(n<=t||e<t)return 0;return Math.min(e-t+1,n-t)}function Hr(e,t){if(e.length===0)return;let n=Math.min(Math.max(t,0),e.length-1);return e[n]}function yc(e){return e.command.args.join(" ")||"\u2014"}function rs(e,t){let n=jr(t);if(n!=="")return n;if(e.ports.length===0)return"\u2014";return e.ports.map((r)=>`${r.name}:${r.auto?"auto":r.value}`).join(" ")}function xc(e){let t=e.health.type||"none",n=e.health.url||e.health.address;return n===""?t:`${t} ${n}`}function bc(e,t){if(t?.identity)return t.identity;let n=e.identity.type||"none",r=e.identity.service_account;return r===""?n:`${n} ${r}`}function wc(e){let t=e.restart.policy||"none";if(e.restart.max_retries>0)return`${t} \xD7${e.restart.max_retries}`;return t}function Hy(e,t,n,r,o){let i=o??{...e.environment.defaults,...e.environment.vars},s=GP(i,t,n,r);return[...new Set([...Object.keys(s),...e.environment.required])].sort().map((c)=>({key:c,value:s[c]??"",required:e.environment.required.includes(c)}))}function jy(e,t){if(!e||e.processes.length===0)return;if(t!==void 0&&t!==""&&e.session_id===t)return;return e}function By(e){let t=Math.max(WP,e-BP);return Math.min(HP,Math.max(NP,Math.floor(t*jP)))}function jr(e){if(!e)return"";if(e.ports.http!==void 0)return String(e.ports.http);let t=Object.values(e.ports)[0];return t!==void 0?String(t):""}function jt(e){if(!e)return"STOPPED";return ko(e)}function Wy(e,t,n){if(e==="quit")return{title:"Quit",body:"Stop managed services and leave the TUI? Press d to detach and leave them running."};if(e==="reload")return{title:"Reload applied",body:t===""?"Configuration changed. Restart marked services?":`Restart required: ${t}`};if(e==="reset-prefs")return{title:"Reset preferences",body:"Restore theme, display size, mouse, and leader timeout to defaults? This overwrites your saved tui.json values."};if(e==="free-port"){let r=n?.port??0,o=n?.process||"process",i=n?.pid??0;return{title:`Free port ${r}`,body:`Stop ${o} (pid ${i}) so port ${r} can be used? This sends SIGTERM, then SIGKILL if it stays up.`}}return{title:"Start profile",body:t===""?"Start the configured services?":`Start profile ${t}?`}}function GP(e,t,n,r){if(t)return e;return new qt(n,r).redactMap(e)}function Gy(e,t){if(!e)return"";return(e.profiles[t]?.services??[]).join(", ")}function Wo(e,t,n){let r=e?.google?.project_id??"";if(r!=="")return{project:r,source:"configuration"};let o=t?.project||n?.projectID||"",i=t?.project_source||n?.projectSource||"";return{project:o,source:i}}function Uy(e,t,n,r){let o=Math.max(8,r-2),i=`logs ${n}`,s=qn(i),a=e||"(no user)",c=t||"";if(o<=s+6){let g=Math.max(2,o-s-2);return[{label:ce(a,g),tone:"idle"},{label:ce(i,s-2),tone:"muted"}]}let l=o-s;if(c&&l>=36){let g=ce(c,14),m=qn(g),x=l-m-2,v=x>=a.length+9?`identity ${a}`:a;return[{label:ce(v,x),tone:"idle"},{label:g,tone:"muted"},{label:i,tone:"muted"}]}if(c&&l>=28&&c.length<=10){let g=ce(c,10),m=qn(g),x=l-m-2;return[{label:ce(a,x),tone:"idle"},{label:g,tone:"muted"},{label:i,tone:"muted"}]}let d=l>=a.length+9?`identity ${a}`:a;return[{label:ce(d,l-2),tone:"idle"},{label:i,tone:"muted"}]}function Ky(e){let t=e.payload?.error;return typeof t==="string"&&t!==""?t:"configuration reload failed"}var Mo=100,Rv=8,en=12,Sn=10,nc=8,Jn=8,rc=9,oc=7,ic=8,Au=12,Pv=40,vt=2,OR=2,Ev=2,MR=2,ec=34,$R=48,IR=60,FR=72,NR=0.48,sc=90,HR=60,jR=9,ac=8,BR=8,WR=6,GR=20,wv=1,UR=1,KR=1,qR=1,VR=1,g$,JR=2,Qa=2,zR=80,YR=56,lc=9,dc=7,Sv=10,Mv=16,$v=2,Ji=1,Nr=200,XR=2,kv=1,QR="\u25B8",Iv=2,ZR=0.4,eP,nP,iP,sP,Vn,Fr,aP,cP=0.85,lP=1.5,dP=0.2,uP=0.1,pP=5,vP=52,yP=64,xP=72,bP=82,wP=90,SP=100,kP=2,CP=2,_P=2,RP=1,hc=8,_u=8,PP=22,Ru=6,EP=28,Za=12,No=2,TP=10,AP=18,LP,Pu=1000,Eu,Tu,Cv,DP=1024,_v=1024,OP,gy,NP=10,HP=28,jP=0.42,BP=2,WP=20;var Ee=D(()=>{st();Ar();To();Pr();Zt();g$=Tv(sc-1);eP=/("[^"]*"|'[^']*'|\b(?:ERROR|FATAL|WARN(?:ING)?|FAIL(?:ED)?)\b|\b\d{3,5}\b)/gi;nP=/\x1b\[[0-9;?]*[ -/]*[@-~]|\x1b\][^\x07\x1b]*(?:\x07|\x1b\\)|\x1b[@-Z\\-_]/g;iP=/^(started|stopped|restarted|refreshed|cleared|copied|exported|jumped|proxy started|proxy stopped|secrets|re-running|theme |mouse |leader |display |restored)/i,sP=/\b(fail|error|unknown|not found|no configuration|blocked|already in use|is using port)\b/i;Vn=[{id:"dashboard",label:"dashboard"},{id:"services",label:"services"},{id:"logs",label:"logs"},{id:"auth",label:"identity"},{id:"credentials",label:"credentials"},{id:"proxy",label:"proxy"},{id:"doctor",label:"doctor"},{id:"config",label:"config"},{id:"profiles",label:"profiles"},{id:"setup",label:"setup"},{id:"stats",label:"stats"},{id:"settings",label:"settings"}];Fr=Vn.map((e)=>e.id);aP=new Set(["RUNNING","STARTING","RESTARTING","HEALTHY","UNHEALTHY"]);LP=new Set(["http","tcp","command"]);Eu=60*Pu,Tu=60*Eu,Cv=24*Tu;OP=new Set(["auth","devctl","proxy"]),gy=["devctl","mcp","auth"]});function qy(e){let t=Object.keys(e.services).length,n=Object.keys(e.profiles).length,r=e.proxy.routes.length,o=Object.keys(e.tasks).length,i=[{text:e.project.name||"unnamed",tone:"primary"},{text:`schema ${e.version}`,tone:"muted"},{text:`${t} service${t===1?"":"s"}`,tone:t>0?"info":"idle"},{text:`${n} profile${n===1?"":"s"}`,tone:n>0?"info":"idle"},{text:e.proxy.enabled?"proxy on":"proxy off",tone:e.proxy.enabled?"success":"idle"}];if(r>0)i.push({text:`${r} route${r===1?"":"s"}`,tone:"info"});if(o>0)i.push({text:`${o} task${o===1?"":"s"}`,tone:"info"});return i}function Vy(e,t){return[{label:"path",value:e.configPath||"\u2014"},{label:"repo",value:e.repoRoot||"\u2014"},{label:"devctl",value:t},{label:"schema",value:String(e.version)}]}function Jy(e){return[{label:"project",value:e.google.project_id||"(unset)",tone:e.google.project_id?"text":"muted"},{label:"region",value:e.google.region||"(unset)",tone:e.google.region?"text":"muted"}]}function zy(e){let t=UP(e);return[{label:"exit",value:t,tone:t==="ask on quit"?"warning":"text"},{label:"grace",value:`${e.shutdown.grace_seconds}s`},{label:"refresh",value:`${js(e.auth)}s`},{label:"env",value:e.environment.sources.join(", ")||"\u2014",tone:e.environment.sources.length>0?"text":"muted"},{label:"theme",value:e.ui.theme||"system"}]}function Yy(e){let t=e.logs.persistence;return[{label:"memory",value:`${e.logs.max_memory_events} events`},{label:"persist",value:t.enabled?t.directory:"off",tone:t.enabled?"text":"muted"},{label:"keep",value:t.enabled?`${t.retention_days}d \xB7 ${t.max_session_logs||"\u221E"} sessions`:"\u2014"}]}function Xy(e){return[{label:"listen",value:fr(e.proxy.listen),tone:e.proxy.enabled?"text":"muted"},{label:"token",value:VP(e),tone:e.proxy.token_endpoint.enabled?"text":"muted"}]}function Qy(e){return Object.keys(e.services).sort().map((t)=>{let n=e.services[t]??Nn();return{name:t,extends:n.extends||"\u2014",command:yc(n),ports:rs(n),identity:bc(n),health:xc(n),depends:n.dependencies.map(Hs).join(", ")||"\u2014",restart:wc(n)}})}function Zy(e){return e.proxy.routes.map((t)=>({name:t.name||t.match.host||"(unnamed)",match:JP(t),upstream:t.upstream.url||"\u2014",auth:t.auth.type||"none",identity:zP(t)}))}function ex(e){return Object.keys(e.profiles).sort().map((t)=>{let n=e.profiles[t],r=Object.keys(n?.environment??{}).sort();return{name:t,services:n?.services.join(", ")||"\u2014",env:r.length>0?r.join(", "):"\u2014"}})}function tx(e){return Object.keys(e.templates).sort().map((t)=>({name:t,summary:YP(e.templates[t])}))}function nx(e){return Object.keys(e.tasks).sort().map((t)=>{let n=e.tasks[t],r=n?.command.args.join(" ")||"\u2014",o=n?.dependencies.join(", ");return{name:t,summary:o?`${r} depends ${o}`:r}})}function rx(e,t){let n=hr(e);if(n.length===0)return"No provenance recorded for this configuration.";let r=new qt(e.secrets.extra_markers,e.secrets.extra_patterns);return n.map((o)=>{let i=typeof o.value==="string"?o.value:JSON.stringify(o.value),s=t?i:r.redactMap({[o.path]:i})[o.path],a=o.shadowed.length===0?"":`
621
+ shadowed ${o.shadowed.map((c)=>`${c.layer} \xB7 ${c.source}`).join("; ")}`;return`${o.path}
622
+ ${o.layer} \xB7 ${o.source}
623
+ ${s??""}${a}`}).join(`
624
+
625
+ `)}function ox(e){let t=e.doctor.tools.map((i)=>i.name||i.command).filter((i)=>i!==""),n=e.plugins.map((i)=>i.path).filter((i)=>i!==""),r=Object.keys(e.ui.keymap),o=[...e.secrets.extra_markers,...e.secrets.extra_patterns];return[{label:"doctor",value:t.join(", ")||"\u2014",tone:t.length>0?"text":"muted"},{label:"plugins",value:n.join(", ")||"\u2014",tone:n.length>0?"text":"muted"},{label:"keymap",value:r.length>0?`${r.length} override${r.length===1?"":"s"}`:"defaults",tone:r.length>0?"text":"muted"},{label:"secrets",value:o.length>0?o.join(", "):"defaults",tone:o.length>0?"text":"muted"}]}function UP(e){if(e.shutdown.stop_services_on_exit===void 0)return"ask on quit";return e.shutdown.stop_services_on_exit?"stop services":"detach"}function ix(e){let t=e.reduce((n,r)=>Math.max(n,r.name.length),0);return Math.min(qP,Math.max(KP,t))}function VP(e){let t=e.proxy.token_endpoint;if(!t.enabled)return"off";let n=t.host===""?"127.0.0.1":t.host;if(t.port===0)return n;return`${n}:${t.port}`}function JP(e){let t=e.match.host||"*",n=e.match.path;if(n==="")return t;return`${t}${n.startsWith("/")?n:`/${n}`}`}function zP(e){if(e.auth.identity.service_account!=="")return e.auth.identity.service_account;if(e.auth.service_account!=="")return e.auth.service_account;return e.auth.identity.type||"user"}function YP(e){if(!e)return"empty";let t=[];if(e.health.type!=="")t.push(`health ${e.health.type}`);if(e.restart.policy!=="")t.push(`restart ${e.restart.policy}`);if(e.logs.stdout||e.logs.stderr)t.push("logs");return t.join(" \xB7 ")||"empty"}var KP=8,qP=20,sx=80,Go=10;var Bu=D(()=>{st();To();Ee()});function Sc(e){let t=e.toLowerCase().trim(),n=XP[t];if(n)return n;return yt.includes(t)?t:"devctl"}function QP(){if(process.env.DEVCTL_THEME_LIGHT==="1")return!0;if(process.env.DEVCTL_THEME_LIGHT==="0")return!1;if(process.platform==="darwin")try{let t=Bun.spawnSync(["defaults","read","-g","AppleInterfaceStyle"],{stdout:"pipe",stderr:"pipe"}),n=t.stdout.toString();if(t.exitCode===0&&n.toLowerCase().includes("dark"))return!1;if(t.exitCode!==0)return!0}catch{}let e=process.env.COLORFGBG??"";if(e.includes(";15")||e.endsWith(";7"))return!0;if(e.includes(";0")||e.endsWith(";8"))return!1;return!1}function ax(e){let t=Sc(e);if(t==="system"){if(QP())return{...Wu["solarized-light"],name:"system"};return Wu.system}return Wu[t]}function Ot(e){switch(e.toUpperCase()){case"HEALTHY":case"OK":return"\u2713";case"UNHEALTHY":case"WARNING":case"WARN":return"!";case"FAILED":case"ERROR":return"\u2717";case"STOPPED":case"UNKNOWN":return"\u25CB";case"RUNNING":case"STARTING":case"RESTARTING":return"\u25CF";default:return"\u25CB"}}function Br(e,t){return is(e)>=os?kc:t}function is(e){let t=e.startsWith("#")?e.slice(1):e,n=Number.parseInt(t,aE);if(Number.isNaN(n))return 0;let r=n>>cE&Gu,o=n>>lE&Gu,i=n&Gu;return(r*rE+o*oE+i*iE)/sE}function dE(e){let t=tE;for(let n=0;n<e.length;n+=1)t^=e.charCodeAt(n),t=Math.imul(t,nE);return t>>>0}function Cc(e){return is(e.background)>=os}function Ku(e){if(!e||!/^#[0-9a-f]{6}$/i.test(e))return!1;return is(e)<os}function _c(e,t){let n=uE[e];return Cc(t)?n.light:n.dark}function cx(e,t){return is(_c(e,t))>=os?pE:fE}function Ne(e,t){if(e===""||e==="all")return t.muted;let n=is(t.background)>=os?eE:ZP;return n[dE(e)%n.length]??t.info}function gE(e,t){switch(t.toUpperCase()){case"ERROR":case"FATAL":return e.error;case"WARN":case"WARNING":return e.warning;case"INFO":return e.text;case"DEBUG":case"TRACE":return e.muted;default:return e.text}}function lx(e,t,n){if(n==="string")return e.accent;if(n==="number")return e.info;if(n==="keyword")return e.error;return gE(e,t)}function Le(e,t){switch(t.toUpperCase()){case"HEALTHY":case"OK":return e.success;case"UNHEALTHY":case"WARNING":case"WARN":return e.warning;case"FAILED":case"ERROR":return e.error;case"RUNNING":case"STARTING":case"RESTARTING":return e.primary;case"INFO":return e.info;case"FATAL":return e.error;case"DEBUG":case"TRACE":case"UNKNOWN":return e.muted;default:return e.muted}}var yt,Uu,Wu,XP,ZP,eE,tE=2166136261,nE=16777619,rE=299,oE=587,iE=114,sE=1000,os=160,aE=16,Gu=255,cE=16,lE=8,kc="#1A1A1A",uE,pE="#1A1A1A",fE="#F5F5F5";var Ye=D(()=>{yt=["devctl","ember","tokyonight","catppuccin","catppuccin-latte","nord","gruvbox","kanagawa","dracula","onedark","monokai","solarized-dark","solarized-light","rose-pine","everforest","github-dark","iceberg","ayu-dark","oxocarbon","night-owl","terminal","voltage","voltage-light","ironclad","ironclad-light","signal","signal-light","system"],Uu={devctl:"amber + cyan, product theme",ember:"warm orange",tokyonight:"Tokyo Night storm blues",catppuccin:"Catppuccin Mocha","catppuccin-latte":"Catppuccin Latte (light)",nord:"Arctic Nord frost",gruvbox:"Gruvbox dark hard",kanagawa:"Kanagawa wave / gold",dracula:"classic Dracula purple",onedark:"Atom / VS Code One Dark",monokai:"Monokai Sublime","solarized-dark":"Solarized dark","solarized-light":"Solarized light","rose-pine":"Ros\xE9 Pine moon",everforest:"Everforest dark medium","github-dark":"GitHub dimmed canvas",iceberg:"Iceberg navy","ayu-dark":"Ayu Mirage-adjacent dark",oxocarbon:"IBM Oxocarbon","night-owl":"Sarah Drasner Night Owl",terminal:"black + VGA ANSI chrome",voltage:"max contrast, electric neon (dark)","voltage-light":"max contrast, electric neon (light)",ironclad:"max contrast, steel & amber (dark)","ironclad-light":"max contrast, steel & amber (light)",signal:"max contrast, traffic-light semantics (dark)","signal-light":"max contrast, traffic-light semantics (light)",system:"neutral dark (system default)"},Wu={tokyonight:{name:"tokyonight",primary:"#82AAFF",accent:"#C792EA",error:"#FF5370",warning:"#FFCB6B",success:"#C3E88D",info:"#89DDFF",text:"#F4F7FF",muted:"#A8B2CC",background:"#0F111A",panel:"#1A1B2E",element:"#24283B",highlight:"#2E3350",inverse:"#0F111A",border:"#3D4466",borderActive:"#82AAFF"},catppuccin:{name:"catppuccin",primary:"#89B4FA",accent:"#F5C2E7",error:"#F38BA8",warning:"#F9E2AF",success:"#A6E3A1",info:"#89DCEB",text:"#E4E8F7",muted:"#A6A9BE",background:"#11111B",panel:"#1E1E2E",element:"#313244",highlight:"#45475A",inverse:"#11111B",border:"#585B70",borderActive:"#89B4FA"},"catppuccin-latte":{name:"catppuccin-latte",primary:"#1E66F5",accent:"#EA76CB",error:"#D20F39",warning:"#DF8E1D",success:"#40A02B",info:"#179299",text:"#4C4F69",muted:"#6C6F85",background:"#EFF1F5",panel:"#E6E9EF",element:"#DCE0E8",highlight:"#CCD0DA",inverse:"#EFF1F5",border:"#9CA0B0",borderActive:"#1E66F5"},nord:{name:"nord",primary:"#88C0D0",accent:"#B48EAD",error:"#BF616A",warning:"#EBCB8B",success:"#A3BE8C",info:"#8FBCBB",text:"#F2F5FA",muted:"#A4AEBF",background:"#2E3440",panel:"#3B4252",element:"#434C5E",highlight:"#4C566A",inverse:"#2E3440",border:"#5E6A7D",borderActive:"#88C0D0"},gruvbox:{name:"gruvbox",primary:"#FE8019",accent:"#FABD2F",error:"#FB4934",warning:"#FE8019",success:"#B8BB26",info:"#8EC07C",text:"#F2E5BC",muted:"#C4B394",background:"#1D2021",panel:"#282828",element:"#3C3836",highlight:"#504945",inverse:"#1D2021",border:"#665C54",borderActive:"#FE8019"},kanagawa:{name:"kanagawa",primary:"#7FB4CA",accent:"#E6C384",error:"#E82424",warning:"#FFA066",success:"#98BB6C",info:"#7FB4CA",text:"#E8E4C9",muted:"#B4C0D6",background:"#16161D",panel:"#1F1F28",element:"#2A2A37",highlight:"#363646",inverse:"#16161D",border:"#54546D",borderActive:"#E6C384"},dracula:{name:"dracula",primary:"#BD93F9",accent:"#FF79C6",error:"#FF5555",warning:"#F1FA8C",success:"#50FA7B",info:"#8BE9FD",text:"#F8F8F2",muted:"#6272A4",background:"#21222C",panel:"#282A36",element:"#343746",highlight:"#44475A",inverse:"#21222C",border:"#6272A4",borderActive:"#BD93F9"},onedark:{name:"onedark",primary:"#61AFEF",accent:"#C678DD",error:"#E06C75",warning:"#E5C07B",success:"#98C379",info:"#56B6C2",text:"#ABB2BF",muted:"#5C6370",background:"#21252B",panel:"#282C34",element:"#2C323C",highlight:"#3E4451",inverse:"#21252B",border:"#4B5263",borderActive:"#61AFEF"},monokai:{name:"monokai",primary:"#66D9EF",accent:"#AE81FF",error:"#F92672",warning:"#E6DB74",success:"#A6E22E",info:"#66D9EF",text:"#F8F8F2",muted:"#75715E",background:"#1D1E19",panel:"#272822",element:"#3E3D32",highlight:"#49483E",inverse:"#1D1E19",border:"#75715E",borderActive:"#F92672"},"solarized-dark":{name:"solarized-dark",primary:"#268BD2",accent:"#6C71C4",error:"#DC322F",warning:"#B58900",success:"#859900",info:"#2AA198",text:"#93A1A1",muted:"#586E75",background:"#002B36",panel:"#073642",element:"#0A4A58",highlight:"#1A5A68",inverse:"#002B36",border:"#586E75",borderActive:"#268BD2"},"solarized-light":{name:"solarized-light",primary:"#268BD2",accent:"#D33682",error:"#DC322F",warning:"#CB4B16",success:"#859900",info:"#2AA198",text:"#586E75",muted:"#839496",background:"#FDF6E3",panel:"#EEE8D5",element:"#E4DCC8",highlight:"#D5CDB6",inverse:"#FDF6E3",border:"#93A1A1",borderActive:"#268BD2"},"rose-pine":{name:"rose-pine",primary:"#C4A7E7",accent:"#EBBCBA",error:"#EB6F92",warning:"#F6C177",success:"#31748F",info:"#9CCFD8",text:"#E0DEF4",muted:"#908CAA",background:"#191724",panel:"#1F1D2E",element:"#26233A",highlight:"#403D52",inverse:"#191724",border:"#6E6A86",borderActive:"#C4A7E7"},everforest:{name:"everforest",primary:"#7FBBB3",accent:"#D699B6",error:"#E67E80",warning:"#DBBC7F",success:"#A7C080",info:"#83C092",text:"#D3C6AA",muted:"#9DA9A0",background:"#232A2E",panel:"#2D353B",element:"#343F44",highlight:"#3D484D",inverse:"#232A2E",border:"#4F585E",borderActive:"#A7C080"},"github-dark":{name:"github-dark",primary:"#58A6FF",accent:"#A371F7",error:"#F85149",warning:"#D29922",success:"#3FB950",info:"#79C0FF",text:"#E6EDF3",muted:"#8B949E",background:"#0D1117",panel:"#161B22",element:"#21262D",highlight:"#30363D",inverse:"#0D1117",border:"#30363D",borderActive:"#58A6FF"},iceberg:{name:"iceberg",primary:"#84A0C6",accent:"#A093C7",error:"#E27878",warning:"#E2A478",success:"#B4BE82",info:"#89B8C2",text:"#C6C8D1",muted:"#6B7089",background:"#161821",panel:"#1E2132",element:"#2A3150",highlight:"#3D425B",inverse:"#161821",border:"#444B71",borderActive:"#84A0C6"},"ayu-dark":{name:"ayu-dark",primary:"#59C2FF",accent:"#FFB454",error:"#D95757",warning:"#FF8F40",success:"#C2D94C",info:"#95E6CB",text:"#B3B1AD",muted:"#626A73",background:"#0A0E14",panel:"#0D1017",element:"#131721",highlight:"#1B212C",inverse:"#0A0E14",border:"#2D3640",borderActive:"#FFB454"},oxocarbon:{name:"oxocarbon",primary:"#78A9FF",accent:"#EE5396",error:"#FA4D56",warning:"#F1C21B",success:"#42BE65",info:"#3DDBD9",text:"#F2F4F8",muted:"#A8A8A8",background:"#161616",panel:"#262626",element:"#393939",highlight:"#525252",inverse:"#161616",border:"#6F6F6F",borderActive:"#78A9FF"},"night-owl":{name:"night-owl",primary:"#82AAFF",accent:"#C792EA",error:"#EF5350",warning:"#ECC48D",success:"#ADDB67",info:"#7FDBCA",text:"#D6DEEB",muted:"#637777",background:"#011627",panel:"#0B2942",element:"#1D3B53",highlight:"#1E4B6B",inverse:"#011627",border:"#5F7E97",borderActive:"#82AAFF"},terminal:{name:"terminal",primary:"#55FFFF",accent:"#FF55FF",error:"#FF5555",warning:"#FFFF55",success:"#55FF55",info:"#5555FF",text:"#C0C0C0",muted:"#808080",background:"#000000",panel:"#000000",element:"#000000",highlight:"#1A1A1A",inverse:"#000000",border:"#555555",borderActive:"#55FFFF"},voltage:{name:"voltage",primary:"#00E5FF",accent:"#FF3EA5",error:"#FF1744",warning:"#FFEA00",success:"#00E676",info:"#40C4FF",text:"#FFFFFF",muted:"#C0C0C0",background:"#000000",panel:"#000000",element:"#0D0D0D",highlight:"#262626",inverse:"#000000",border:"#808080",borderActive:"#FFFFFF"},"voltage-light":{name:"voltage-light",primary:"#0057B7",accent:"#C2185B",error:"#D50000",warning:"#FF6D00",success:"#2E7D32",info:"#00838F",text:"#000000",muted:"#424242",background:"#FFFFFF",panel:"#FFFFFF",element:"#EDEDED",highlight:"#D6D6D6",inverse:"#FFFFFF",border:"#616161",borderActive:"#000000"},ironclad:{name:"ironclad",primary:"#4FC3F7",accent:"#FFD54F",error:"#FF5252",warning:"#FFB300",success:"#69F0AE",info:"#64B5F6",text:"#FFFFFF",muted:"#BDBDBD",background:"#000000",panel:"#000000",element:"#101010",highlight:"#242424",inverse:"#000000",border:"#757575",borderActive:"#4FC3F7"},"ironclad-light":{name:"ironclad-light",primary:"#01579B",accent:"#E65100",error:"#B71C1C",warning:"#EF6C00",success:"#1B5E20",info:"#0277BD",text:"#000000",muted:"#4A4A4A",background:"#FFFFFF",panel:"#FFFFFF",element:"#EFEFEF",highlight:"#DADADA",inverse:"#FFFFFF",border:"#6E6E6E",borderActive:"#01579B"},signal:{name:"signal",primary:"#29B6F6",accent:"#AB47BC",error:"#FF0000",warning:"#FFC400",success:"#00E400",info:"#00B8D4",text:"#FFFFFF",muted:"#B3B3B3",background:"#000000",panel:"#000000",element:"#0A0A0A",highlight:"#202020",inverse:"#000000",border:"#8A8A8A",borderActive:"#29B6F6"},"signal-light":{name:"signal-light",primary:"#01579B",accent:"#6A1B9A",error:"#C62828",warning:"#F9A825",success:"#2E7D32",info:"#00796B",text:"#000000",muted:"#3D3D3D",background:"#FFFFFF",panel:"#FFFFFF",element:"#ECECEC",highlight:"#D2D2D2",inverse:"#FFFFFF",border:"#5C5C5C",borderActive:"#01579B"},system:{name:"system",primary:"#60A5FA",accent:"#C084FC",error:"#F87171",warning:"#FBBF24",success:"#34D399",info:"#22D3EE",text:"#F9FAFB",muted:"#C4CAD3",background:"#030712",panel:"#111827",element:"#1F2937",highlight:"#374151",inverse:"#030712",border:"#4B5563",borderActive:"#60A5FA"},devctl:{name:"devctl",primary:"#FFB020",accent:"#3DE0FF",error:"#FF5C7A",warning:"#FFD166",success:"#3DFF9A",info:"#3DE0FF",text:"#F7FAFD",muted:"#B7C3D0",background:"#070B10",panel:"#121A22",element:"#1C2833",highlight:"#243444",inverse:"#0A1016",border:"#334556",borderActive:"#FFB020"},ember:{name:"ember",primary:"#FF9F43",accent:"#2EE6FF",error:"#FF4D6D",warning:"#FFE566",success:"#3DFF9A",info:"#2EE6FF",text:"#F7F9FF",muted:"#B0B8CC",background:"#07090F",panel:"#12161F",element:"#1A2130",highlight:"#243044",inverse:"#0B0D12",border:"#334155",borderActive:"#FF9F43"}},XP={opencode:"ember",light:"system",mocha:"catppuccin",latte:"catppuccin-latte","one-dark":"onedark","one dark":"onedark",solarized:"solarized-dark",rosepine:"rose-pine","rose pine":"rose-pine",github:"github-dark",ayu:"ayu-dark","night owl":"night-owl",ansi:"terminal",xterm:"terminal",console:"terminal",classic:"terminal",vga:"terminal",contrast:"voltage","contrast-light":"voltage-light",hc:"voltage","hc-light":"voltage-light",a11y:"voltage","a11y-light":"voltage-light"};ZP=["#7AA2F7","#9ECE6A","#E0AF68","#BB9AF7","#2AC3DE","#FF9E64","#F7768E","#73DACA","#C0CAF5","#FF79C6","#7DCFFF","#C3E88D"],eE=["#2E5AAC","#3D7A1F","#9A6B12","#6B3FA0","#0E7A86","#B85C1A","#B4234A","#1A7A6D","#4A5080","#9A3480","#1565C0","#4A7C19"];uE={claude:{dark:"#E08A6A",light:"#B54328"},cursor:{dark:"#B8D4FF",light:"#1E4EBF"},kilo:{dark:"#F0C94A",light:"#8A6400"},codex:{dark:"#4ADE80",light:"#0B7A4B"}}});function px(){return Ui()!==void 0}function dx(e){let t=e/1000;if(Number.isInteger(t))return`${t}s`;return`${e}ms`}function Ju(e,t,n){let r=e.indexOf(t),i=((r<0?0:r)+n+e.length)%e.length;return e[i]??e[0]}function fx(e,t){let n=[...yt],r=n.includes(e)?e:Vu;return Ju(n,r,t)}function gx(e,t){let n=[...mE],r=n.reduce((o,i)=>Math.abs(i-e)<Math.abs(o-e)?i:o,n[0]);return Ju(n,r,t)}function ss(e){let t=[...qu];return t.reduce((n,r)=>Math.abs(r-e)<Math.abs(n-e)?r:n,t[0])}function Pc(e,t){return Ju([...qu],ss(e),t)}function as(e){let t=ss(e),n=ux[t]??ux[$r];return{px:t,...n}}function kn(e){return e.label==="compact"}function cs(e){return e.steps<=2}function mx(e){return qu.map((n,r)=>r<e?"\u2588":"\u2591").join(" ")}function Rc(e){return as(e).label}function hx(e){let t=e.locked?"Applies this session only. DEVCTL_TUI_CONFIG overrides the user file.":`Saved to ${e.configPath}.`;return[{id:"theme",group:"Appearance",kind:"cycle",name:"Theme",value:e.themeName,hint:"\u2190 \u2192 save enter picker",detail:`Arrows write the theme to the user file. Enter opens the picker. ${t}`},{id:"font",group:"Appearance",kind:"cycle",name:"Display size",value:Rc(e.fontSize),hint:"\u2190 \u2192 save",detail:`Scales content padding and list-row height. Default keeps a thin rule between chrome and panes. Compact sits toolbars flush against borders. Header, nav, and status stay one line. Does not change the terminal font. ${t}`},{id:"mouse",group:"Input",kind:"toggle",name:"Mouse",value:e.mouse?"on":"off",hint:"space or enter toggle",detail:`Clicks on nav and lists. Restart the TUI after a change. ${t}`},{id:"leader",group:"Input",kind:"cycle",name:"Leader",value:dx(e.leaderMs),hint:"\u2190 \u2192 save",detail:`How long ctrl+x waits for the next key. ${t}`},{id:"mcp",group:"MCP",kind:"page",name:"Settings page",value:e.mcpRunning?"running \u2192 /mcp":"off \u2192 /mcp",hint:"enter open the MCP page",detail:"Opens a dedicated MCP page (also /mcp or /agent). Start or stop the localhost server, change the port, and copy Claude, Cursor, Codex, and Kilo Code config."},{id:"file",group:"About",kind:"info",name:"File",value:e.configPath,hint:"read-only",detail:e.locked?`Using ${e.configPath} from DEVCTL_TUI_CONFIG.`:`User preferences live in ${e.configPath}.`},{id:"version",group:"About",kind:"info",name:"Version",value:pt,hint:"read-only",detail:At()},{id:"reset",group:"About",kind:"action",name:"Reset",value:"defaults",hint:"enter confirm reset",detail:`Restore theme ${Vu}, display ${Rc($r)}, mouse on, leader ${dx(Ja)}. Enter asks first. ${t}`}]}function zu(){return{theme:Vu,mouse:!0,leader_timeout:Ja,font_size:$r}}function vx(e){return["Appearance","Input","MCP","About"].flatMap((n)=>{let r=e.filter((o)=>o.group===n);if(r.length===0)return[];return[{group:n,items:r}]})}function Yu(e,t){if(e.length===0)return 0;return Math.min(Math.max(t,0),e.length-1)}function Uo(e,t){return e[Yu(e,t)]}function Xu(){return Ui()??za()}var mE,qu,Vu="devctl",ux;var Cn=D(()=>{Ye();Zt();mE=[1000,2000,3000],qu=[12,14,16,18,20,22];ux={12:{pad:0,rowH:1,gap:0,steps:1,label:"compact"},14:{pad:0,rowH:1,gap:0,steps:2,label:"default"},16:{pad:1,rowH:1,gap:1,steps:3,label:"comfortable"},18:{pad:1,rowH:2,gap:1,steps:4,label:"large"},20:{pad:2,rowH:2,gap:1,steps:5,label:"xl"},22:{pad:2,rowH:2,gap:2,steps:6,label:"xxl"}}});import{createContext as hE,useContext as vE}from"react";function se(){return vE(Qu)}var Qu;var at=D(()=>{Cn();Zt();Qu=hE(as($r))});import{useEffect as yE,useRef as xE}from"react";import{jsxDEV as ae,Fragment as wE}from"@opentui/react/jsx-dev-runtime";function bE(e,t){switch(t){case"primary":return{bg:e.primary,fg:Br(e.primary,e.inverse)};case"accent":return{bg:e.accent,fg:Cc(e)?kc:Br(e.accent,e.inverse)};case"success":return{bg:e.success,fg:Br(e.success,e.inverse)};case"warning":return{bg:e.warning,fg:Cc(e)?kc:Br(e.warning,e.inverse)};case"error":return{bg:e.error,fg:Br(e.error,e.inverse)};case"info":return{bg:e.info,fg:Br(e.info,e.inverse)};case"muted":return{bg:e.element,fg:e.text};default:return{bg:e.element,fg:e.text}}}function yx(e){let{palette:t,dir:n}=e;return ae("box",{width:2,height:1,flexShrink:0,overflow:"hidden",children:ae("text",{fg:t.muted,children:n==="left"?"\u2039":"\u203A"},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function He(e){let{palette:t,children:n,backgroundColor:r,edge:o="bottom"}=e,i=se(),s=e.ruled??!kn(i),a=r??t.element,c=ae("box",{flexShrink:0,flexDirection:"column",backgroundColor:a,overflow:"hidden",children:n},void 0,!1,void 0,this);if(!s)return c;return ae("box",{flexShrink:0,flexDirection:"column",overflow:"hidden",border:[...o==="both"?["top","bottom"]:[o]],borderStyle:"single",borderColor:t.border,children:c},void 0,!1,void 0,this)}function Ec(e){let{palette:t,items:n,active:r,width:o,onPick:i}=e,s=n.map((d)=>qn(d.label)),a=Lv(s,r,Math.max(1,o)),c=a.start>0,l=a.end>=0&&a.end<n.length-1;return ae("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:[c?ae(yx,{palette:t,dir:"left"},void 0,!1,void 0,this):null,n.map((d,f)=>{if(f<a.start||f>a.end)return null;let g=f===r;return ae(ge,{palette:t,label:d.label,tone:g?"primary":"muted",fg:g?void 0:d.color,onMouseDown:()=>i(f)},d.id,!1,void 0,this)}),l?ae(yx,{palette:t,dir:"right"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function ge(e){let{palette:t,label:n,tone:r="idle",fg:o,bg:i,onMouseDown:s}=e,a=bE(t,r);return ae("box",{height:1,paddingLeft:1,paddingRight:1,backgroundColor:i??a.bg,overflow:"hidden",flexShrink:0,onMouseDown:s,children:ae("text",{fg:o??a.fg,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function De(e){let{palette:t,hints:n}=e;return ae("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:n.map((r)=>ae("box",{height:1,paddingLeft:1,paddingRight:1,flexShrink:0,overflow:"hidden",children:ae("text",{wrapMode:"none",children:[ae("span",{fg:t.primary,children:r.key},void 0,!1,void 0,this),ae("span",{fg:t.muted,children:` ${r.label}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},`${r.key}-${r.label}`,!1,void 0,this))},void 0,!1,void 0,this)}function je(e){let{palette:t,items:n,hints:r,ruled:o=!0}=e,i=ae("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:[n.map((s,a)=>ae(ge,{palette:t,label:s.text,tone:s.tone,onMouseDown:s.onMouseDown},`${s.text}-${a}`,!1,void 0,this)),r&&r.length>0?ae(wE,{children:[ae("box",{flexGrow:1,backgroundColor:t.element},void 0,!1,void 0,this),ae(De,{palette:t,hints:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this):null]},void 0,!0,void 0,this);if(!o)return i;return ae(He,{palette:t,backgroundColor:t.element,children:i},void 0,!1,void 0,this)}function qe(e){let{palette:t,title:n,termW:r,termH:o,preferW:i,preferH:s,anchor:a="center",borderColor:c,bottomTitle:l,gap:d,children:f}=e,g=kn(se()),m=Fo(r,o,i,s,a,!g);return ae("box",{position:"absolute",left:m.left,top:m.top,width:m.width,height:m.height,border:!0,borderStyle:Zu,borderColor:c??t.borderActive,backgroundColor:t.panel,padding:g?0:1,title:n,titleColor:t.primary,bottomTitle:l,gap:g?0:d,flexDirection:"column",overflow:"hidden",children:f},void 0,!1,void 0,this)}function Te(e){return{rootOptions:{flexGrow:1,height:"100%",overflow:"hidden",backgroundColor:e.panel},viewportOptions:{backgroundColor:e.panel},contentOptions:{backgroundColor:e.panel},scrollbarOptions:{trackOptions:{foregroundColor:e.primary,backgroundColor:e.element}}}}function Be(e,t){if(!e)return;e.scrollBy({x:0,y:t})}function Ko(e,t){let n=xE(null);return yE(()=>{let r=n.current;if(!r||e<0)return;let o=requestAnimationFrame(()=>{r.scrollChildIntoView(`${t}-${e}`)});return()=>cancelAnimationFrame(o)},[t,e]),n}function tt(e){let t=se(),n=cs(t),r=e.scroll?ae("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Te(e.palette),children:ae("box",{flexDirection:"column",overflow:"hidden",children:e.children},void 0,!1,void 0,this)},void 0,!1,void 0,this):e.children;return ae("box",{flexGrow:1,border:!0,borderStyle:Zu,borderColor:e.borderColor??e.palette.border,title:e.title,titleColor:e.palette.primary,paddingLeft:t.pad,paddingRight:t.pad,paddingTop:n?0:t.pad,paddingBottom:n?0:t.pad,backgroundColor:e.palette.panel,flexDirection:"column",overflow:"hidden",children:r},void 0,!1,void 0,this)}function Wr(e){let{palette:t,label:n,value:r,tone:o="text"}=e,i=se(),s=o==="success"?t.success:o==="warning"?t.warning:o==="error"?t.error:o==="muted"?t.muted:t.text;return ae("box",{height:i.rowH,flexDirection:"row",overflow:"hidden",children:[ae("box",{width:14,flexShrink:0,overflow:"hidden",children:ae("text",{fg:t.muted,children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),ae("box",{flexGrow:1,overflow:"hidden",children:ae("text",{fg:s,wrapMode:"none",children:r},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Tc(e){let{palette:t,title:n,body:r,hint:o}=e;return ae("box",{height:o?5:4,paddingLeft:1,paddingRight:1,flexDirection:"column",overflow:"hidden",border:!0,borderStyle:Zu,borderColor:t.borderActive,titleColor:t.primary,children:[ae("text",{fg:t.primary,children:n},void 0,!1,void 0,this),ae("text",{fg:t.text,wrapMode:"word",children:r},void 0,!1,void 0,this),o?ae("text",{fg:t.muted,wrapMode:"word",children:o},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}var Zu="rounded";var be=D(()=>{at();Cn();Ye();Ee()});import{jsxDEV as de,Fragment as xx}from"@opentui/react/jsx-dev-runtime";function bx(e){let{palette:t,cfg:n,snap:r,google:o,profile:i,reveal:s,width:a}=e,c=mc(r,n?Object.keys(n.services):void 0),l=r?.proxy.running===!0,d=o?.adcAvailable===!0,f=a<sc,g=ce(n?.project.name||"local",f?18:22),m=ce(i||r?.profile||"no profile",16),x=de(xx,{children:Gv({width:a,running:c.running,total:c.total,proxyOn:l,proxyAddress:r?.proxy.address??"",mcpOn:r?.mcp?.running===!0,adc:d,reveal:s}).filter((S)=>!S.hide&&S.label!=="").map((S)=>de(ge,{palette:t,label:S.label,tone:S.tone},S.label,!1,void 0,this))},void 0,!1,void 0,this),v=cs(se());return de(He,{palette:t,backgroundColor:t.panel,ruled:!v,children:de("box",{height:f?2:1,flexDirection:"column",backgroundColor:t.panel,overflow:"hidden",children:[de("box",{height:1,flexDirection:"row",overflow:"hidden",children:[de(ge,{palette:t,label:At(),tone:"primary"},void 0,!1,void 0,this),de(ge,{palette:t,label:g,tone:"idle"},void 0,!1,void 0,this),de(ge,{palette:t,label:m,tone:"accent"},void 0,!1,void 0,this),f?null:de(xx,{children:[de("box",{flexGrow:1,backgroundColor:t.panel},void 0,!1,void 0,this),x]},void 0,!0,void 0,this)]},void 0,!0,void 0,this),f?de("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.panel,children:x},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function wx(e){let{palette:t,screen:n,width:r,onSelect:o}=e,i=Vn.map((a)=>({id:a.id,label:Av(a.label,r)})),s=Dv(n);return de(He,{palette:t,backgroundColor:t.element,children:de(Ec,{palette:t,items:i,active:s,width:r,onPick:(a)=>{let c=Vn[a];if(c)o(c.id)}},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Sx(e){let{palette:t,overlay:n,query:r,onQuery:o,onSubmit:i}=e;if(n==="slash"||n==="palette"){let c=n==="slash"?"/":"> ";return de(He,{palette:t,backgroundColor:t.highlight,edge:"top",children:de("box",{height:1,backgroundColor:t.highlight,paddingLeft:1,flexDirection:"row",overflow:"hidden",children:[de("box",{width:2,flexShrink:0,children:de("text",{fg:t.primary,children:c},void 0,!1,void 0,this)},void 0,!1,void 0,this),de("box",{flexGrow:1,overflow:"hidden",children:de("input",{focused:!0,value:r,placeholder:n==="slash"?"start auth":"filter commands",onInput:o,onSubmit:()=>i(r),backgroundColor:t.highlight,focusedBackgroundColor:t.highlight,textColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}let a=n==="leader"?[{key:"n",label:"start"},{key:"x",label:"stop"},{key:"R",label:"restart"},{key:"s",label:"services"},{key:"l",label:"logs"},{key:"t",label:"themes"},{key:"q",label:"quit"}]:[{key:"/",label:"command"},{key:"ctrl+p",label:"palette"},{key:"ctrl+x",label:"leader"},{key:"?",label:"help"}];return de(He,{palette:t,backgroundColor:t.element,edge:"top",children:de("box",{height:1,backgroundColor:t.element,overflow:"hidden",children:de(De,{palette:t,hints:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function kx(e){let{palette:t,screen:n,overlay:r,status:o,paused:i,errorOnly:s,width:a,copyKey:c}=e,l=cs(se()),d=Math.max(18,Math.floor(a*0.42)),f=Io(Fy(n,r,c),d),g=qv(o);return de(He,{palette:t,backgroundColor:t.panel,edge:"top",ruled:!l,children:de("box",{height:1,backgroundColor:t.panel,overflow:"hidden",children:de(je,{ruled:!1,palette:t,items:[{text:n,tone:"primary"},{text:i?"PAUSED":"LIVE",tone:i?"warning":"success"},...s?[{text:"ERROR+",tone:"error"}]:[],...o===""?[]:[{text:ce(o,Math.max(16,a-d-28)),tone:g}]],hints:f},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function $e(e){return de("box",{flexGrow:1,padding:1,overflow:"hidden",children:de(Tc,{palette:e.palette,title:e.title,body:e.body,hint:e.hint},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Ac(e){return de("box",{flexGrow:1,padding:1,overflow:"hidden",children:de("text",{fg:e.palette.text,children:e.label},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Cx(e){return de("box",{flexGrow:1,padding:1,flexDirection:"column",overflow:"hidden",children:[de("text",{fg:e.palette.error,children:e.title},void 0,!1,void 0,this),de("text",{fg:e.palette.text,wrapMode:"word",children:e.body},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var _t=D(()=>{at();Ee();be();Cn();Ye()});function SE(){if(process.platform==="darwin")return[["pbcopy"]];if(process.platform==="win32")return[["clip"]];return[["wl-copy"],["xclip","-selection","clipboard"],["xsel","--clipboard","--input"]]}function kE(){return SE().filter((e)=>{let t=e[0];return typeof t==="string"&&Bun.which(t)!==null})}function CE(e){return`\x1B]52;c;${Buffer.from(e,"utf8").toString("base64")}\x07`}function _x(){if(process.platform==="linux")return"install wl-clipboard (Wayland) or xclip (X11)";return"no clipboard helper found"}async function ep(e){let t=kE(),n;for(let r of t)try{await RE(r,e);return}catch(o){n=o instanceof Error?o:Error(String(o))}if(process.platform!=="win32")try{await _E(e);return}catch(r){n=r instanceof Error?r:Error(String(r))}throw ke(Je,"clipboard unavailable",n?`${_x()} (${n.message})`:_x())}async function _E(e){let t=CE(e);try{await Bun.write("/dev/tty",t)}catch{if(!process.stderr.write(t))throw Error("terminal clipboard write failed")}}async function RE(e,t){let n=Bun.spawn(e,{stdin:"pipe",stdout:"ignore",stderr:"ignore"});n.stdin.write(t),await n.stdin.end();let r=await n.exited;if(r!==0)throw Error(`${e[0]} exited ${r}`)}var Rx=D(()=>{Pe()});function Px(e){return e==="slash"||e==="palette"||e==="config-edit"}function Ex(e,t){return wn(e,t.keybinds.leader??"ctrl+x")}function Tx(e,t){return wn(e,t.keybinds.command_list??"ctrl+p")}function Ax(e,t){return wn(e,t.keybinds.command??"/")||e.name==="/"}function Lx(e,t){return wn(e,t.keybinds.help??"?")||e.sequence==="?"}function Dx(e,t){return wn(e,t.keybinds.search??"f")}function Ox(e){let t=e.name??"";return t==="R"||e.shift===!0&&t.toLowerCase()==="r"}function Mx(e){return e.ctrl===!0&&(e.name??"").toLowerCase()==="l"}function $x(e,t){if(t&&wn(e,t.keybinds.interrupt??"ctrl+c"))return!0;return e.ctrl===!0&&(e.name??"").toLowerCase()==="c"}function Ix(e,t){return wn(e,t.keybinds.copy??bn())}function Fx(e,t,n=PE){return t>0&&e-t<=n}function zn(e,t,n,r){return wn(e,t.keybinds[n]??r)}function Lc(e){let t=(e.name??"").toLowerCase();return t==="pagedown"||e.ctrl===!0&&t==="d"&&!e.meta}function Dc(e){let t=(e.name??"").toLowerCase();return t==="pageup"||e.ctrl===!0&&t==="u"&&!e.meta}var PE=2000;var Nx=D(()=>{Zt()});import{jsxDEV as Yn}from"@opentui/react/jsx-dev-runtime";function Hx(e){let{palette:t,path:n,initialValue:r,error:o,termW:i,termH:s,textareaRef:a}=e;return Yn(qe,{palette:t,title:"config buffer",bottomTitle:"ctrl+s save \xB7 esc discard \xB7 e still opens $EDITOR",termW:i,termH:s,preferW:88,preferH:28,gap:1,children:[Yn("box",{height:1,overflow:"hidden",children:Yn("text",{fg:t.muted,wrapMode:"none",children:n},void 0,!1,void 0,this)},void 0,!1,void 0,this),Yn("textarea",{ref:a,focused:!0,initialValue:r,backgroundColor:t.panel,focusedBackgroundColor:t.panel,textColor:t.text,focusedTextColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this),o!==""?Yn("box",{height:2,overflow:"hidden",children:Yn("text",{fg:t.error,wrapMode:"word",children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this):Yn("box",{height:1,overflow:"hidden",children:Yn("text",{fg:t.muted,children:"validate, then write. invalid YAML is not saved."},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var jx=D(()=>{be()});import{jsxDEV as tp}from"@opentui/react/jsx-dev-runtime";function Bx(e){let{palette:t,title:n,body:r,termW:o,termH:i}=e;return tp(qe,{palette:t,title:n,bottomTitle:"enter confirm \xB7 esc stay",termW:o,termH:i,preferW:52,preferH:8,borderColor:t.warning,gap:1,children:[tp("text",{fg:t.text,wrapMode:"word",children:r},void 0,!1,void 0,this),tp(De,{palette:t,hints:[{key:"enter",label:"confirm"},{key:"esc",label:"stay"}]},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Wx=D(()=>{be()});import{jsxDEV as Vt}from"@opentui/react/jsx-dev-runtime";function Gx(e){let{palette:t,event:n,termW:r,termH:o,scrollRef:i}=e;if(!n)return null;let s=n.message.length>120||n.message.includes(`
626
+ `);return Vt(qe,{palette:t,title:"log details",bottomTitle:"j/k scroll \xB7 esc close",termW:r,termH:o,preferW:s?84:72,preferH:s?22:14,gap:1,children:Vt("scrollbox",{ref:i,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:Vt("box",{flexDirection:"column",overflow:"hidden",children:[Vt("text",{fg:t.text,wrapMode:"word",children:$o(n.message)},void 0,!1,void 0,this),Vt("text",{fg:t.muted,children:`time ${n.timestamp}`},void 0,!1,void 0,this),Vt("text",{fg:Ne(n.service,t),children:`service ${n.service}`},void 0,!1,void 0,this),Vt("text",{fg:t.muted,children:`source ${n.source}${n.stream?` / ${n.stream}`:""}`},void 0,!1,void 0,this),Vt("text",{fg:t.muted,children:`level ${n.level}`},void 0,!1,void 0,this),Vt("text",{fg:t.muted,children:`pid ${n.pid||"\u2014"}`},void 0,!1,void 0,this),Vt("text",{fg:t.muted,children:`request ${n.request_id||"\u2014"}`},void 0,!1,void 0,this),Vt("text",{fg:t.muted,children:`identity ${n.identity||"\u2014"}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var Ux=D(()=>{be();Ee();Ye()});import{jsxDEV as we,Fragment as qx}from"@opentui/react/jsx-dev-runtime";function $E(e){return[{key:"\u2190\u2192",label:"filter services"},{key:"1-9",label:"jump to source"},{key:"e",label:"ERROR+ only"},{key:"g",label:"jump to latest"},{key:"p",label:"pause stream"},{key:"z",label:"full-screen logs"},{key:"f",label:"search"},{key:"t",label:"timestamps"},{key:"m",label:"metadata"},{key:"w",label:"clip / wrap selected / wrap all"},{key:"j/k",label:"move and unfold"},{key:e,label:"copy visible logs"},{key:"/export",label:"write ~/.devctl/exports"},{key:"/exports",label:"open export folder"},{key:"ctrl+c \xD72",label:"quit"}]}function Qn(e){return e+AE}function Vx(e){let t=Qn(rp.length),n=Qn(op.length),r=Qn(e.logCount),o=Qn(ip.length),i=Qn(sp.length),s=ap+e.pad*2;if(e.stacked)return s+t+n+r+o+i+np+(OE-1)*e.gap;let a=Math.max(t,n),c=Math.max(o,i);return s+a+r+c+np+(ME-1)*e.gap}function IE(e){return Vx(e)-ap-e.pad*2}function FE(e){return e-ap*2<TE}function Jx(e){let{palette:t,termW:n,termH:r,copyKey:o=bn(),scrollRef:i}=e,s=kn(se()),a=FE(n),c=s?0:1,l=s?0:1,d=$E(o),f={stacked:a,logCount:d.length,pad:c,gap:l},g=Vx(f),m=IE(f);return we(qe,{palette:t,title:"help",bottomTitle:`${At()} \xB7 j/k scroll \xB7 esc close`,termW:n,termH:r,preferW:EE,preferH:g,gap:0,children:we("scrollbox",{ref:i,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:we("box",{height:m,flexDirection:"column",flexShrink:0,overflow:"hidden",gap:l,children:[a?we(qx,{children:[we(Xn,{palette:t,title:"navigation",bindings:rp},void 0,!1,void 0,this),we(Xn,{palette:t,title:"services",bindings:op},void 0,!1,void 0,this),we(Xn,{palette:t,title:"logs",bindings:d},void 0,!1,void 0,this),we(Xn,{palette:t,title:"commands",bindings:ip},void 0,!1,void 0,this),we(Xn,{palette:t,title:"display",bindings:sp},void 0,!1,void 0,this)]},void 0,!0,void 0,this):we(qx,{children:[we(Kx,{palette:t,left:{title:"navigation",bindings:rp},right:{title:"services",bindings:op}},void 0,!1,void 0,this),we(Xn,{palette:t,title:"logs",bindings:d},void 0,!1,void 0,this),we(Kx,{palette:t,left:{title:"commands",bindings:ip},right:{title:"display",bindings:sp}},void 0,!1,void 0,this)]},void 0,!0,void 0,this),we("box",{height:np,flexShrink:0,overflow:"hidden",paddingLeft:1,children:we("text",{fg:t.muted,wrapMode:"none",children:"~/.devctl/tui.json \xB7 DEVCTL_TUI_CONFIG"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Kx(e){let{palette:t,left:n,right:r}=e,o=Math.max(Qn(n.bindings.length),Qn(r.bindings.length));return we("box",{height:o,flexDirection:"row",flexShrink:0,overflow:"hidden",gap:DE,children:[we(Xn,{palette:t,title:n.title,bindings:n.bindings,height:o,stretch:!0},void 0,!1,void 0,this),we(Xn,{palette:t,title:r.title,bindings:r.bindings,height:o,stretch:!0},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Xn(e){let{palette:t,title:n,bindings:r,stretch:o=!1}=e,i=e.height??Qn(r.length);return we("box",{height:i,flexGrow:o?1:0,flexBasis:o?0:void 0,flexShrink:0,flexDirection:"column",overflow:"hidden",border:!0,borderStyle:"rounded",borderColor:t.border,title:n,titleColor:t.accent,children:r.map((s)=>we("box",{height:1,flexShrink:0,overflow:"hidden",paddingLeft:1,paddingRight:1,children:we(NE,{palette:t,binding:s},void 0,!1,void 0,this)},`${s.key}-${s.label}`,!1,void 0,this))},void 0,!1,void 0,this)}function NE(e){let{palette:t,binding:n}=e;return we("box",{height:1,flexDirection:"row",overflow:"hidden",children:[we("box",{width:LE,flexShrink:0,overflow:"hidden",children:we("text",{fg:t.primary,wrapMode:"none",children:n.key},void 0,!1,void 0,this)},void 0,!1,void 0,this),we("box",{flexGrow:1,overflow:"hidden",children:we("text",{fg:t.text,wrapMode:"none",children:n.label},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var EE=78,TE=56,AE=2,ap=2,np=1,cp=8,LE=16,DE=2,OE=6,ME=4,rp,op,ip,sp;var zx=D(()=>{at();be();Cn();Zt();rp=[{key:"tab",label:"next screen"},{key:"1-9,0",label:"jump to screen"},{key:"s/l/a/p/d/c/u",label:"letter jump (config, setup)"},{key:"j/k",label:"move selection"},{key:"esc",label:"back / close"}],op=[{key:"enter",label:"start profile or open"},{key:"space",label:"multi-select"},{key:"n",label:"start"},{key:"x",label:"stop"},{key:"r",label:"refresh"},{key:"R",label:"restart"}];ip=[{key:"/",label:"slash command"},{key:"ctrl+p",label:"command palette"},{key:"ctrl+x",label:"leader chord"},{key:"/settings",label:"preferences \xB7 MCP page"},{key:"/themes",label:"preview themes"},{key:"/diff",label:"config sources"},{key:"/mcp",label:"agent MCP server"}],sp=[{key:"ctrl+=",label:"larger"},{key:"ctrl+-",label:"smaller"},{key:"?",label:"this overlay"}]});import{jsxDEV as Yx}from"@opentui/react/jsx-dev-runtime";function Xx(e){let{palette:t,termW:n,termH:r}=e,o=ju();return Yx(qe,{palette:t,title:"leader",termW:n,termH:r,preferW:68,preferH:5,anchor:"bottom",children:Yx(De,{palette:t,hints:o},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var Qx=D(()=>{Ee();be()});import{jsxDEV as Zx}from"@opentui/react/jsx-dev-runtime";function eb(e){let{palette:t,items:n,selected:r,termW:o,termH:i,onIndex:s,onPick:a}=e,c=Iy(n),l=Fo(o,i,64,18,"center",!kn(se()));return Zx(qe,{palette:t,title:"commands",bottomTitle:"enter select \xB7 esc close",termW:o,termH:i,preferW:64,preferH:18,children:Zx("select",{height:Math.max(4,l.height-3),options:c,selectedIndex:r,showDescription:!0,showSelectionIndicator:!0,wrapSelection:!0,backgroundColor:t.panel,focusedBackgroundColor:t.panel,textColor:t.text,focusedTextColor:t.text,selectedBackgroundColor:t.highlight,selectedTextColor:t.primary,descriptionColor:t.muted,selectedDescriptionColor:t.accent,onChange:(d)=>s(d),onSelect:(d,f)=>{let g=f?.value;if(typeof g==="string"&&g!=="")a(g)}},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var tb=D(()=>{at();Ee();be();Cn()});import{jsxDEV as H}from"@opentui/react/jsx-dev-runtime";function lp(e,t){switch(e){case"completed":return{icon:"\u2713",label:"Completed",tone:"success",color:t.success};case"failed":return{icon:"\u2717",label:"Failed",tone:"error",color:t.error};case"unhealthy":return{icon:"\u26A0",label:"Unhealthy",tone:"warning",color:t.warning};case"active":return{icon:"\u25CF",label:"In progress",tone:"primary",color:t.primary};default:return{icon:"\u25CB",label:"Queued",tone:"muted",color:t.muted}}}function HE(e,t,n,r){if(t!=="")return{icon:"\u2717",label:"Failed",tone:"error",color:r.error};if(!e)return{icon:"\u2713",label:"Finished",tone:"success",color:r.success};if(n==="unhealthy")return{icon:"\u26A0",label:"Waiting on health",tone:"warning",color:r.warning};return{icon:"\u25CF",label:"Running",tone:"primary",color:r.primary}}function nb(e){return H("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:H("text",{wrapMode:"none",children:[H("span",{fg:e.palette.primary,children:e.label.toUpperCase()},void 0,!1,void 0,this),e.detail?H("span",{fg:e.palette.muted,children:` ${e.detail}`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function rb(e){let{palette:t,plan:n,snap:r,busy:o,failed:i,kind:s,termW:a=80,termH:c=24,scrollRef:l,initiallyRunning:d=[],onDismiss:f}=e,g=new Set(d),m=n.waves.map((oe,Ge)=>({wave:oe.filter((Re)=>!g.has(Re)),waveIdx:Ge})).filter(({wave:oe})=>oe.length>0),x=Ey(n,r,s),v=n.waves[x.currentWaveIndex]??[],S=ns(v,r,s),P=lp(S,t),k=HE(o,i,S,t),j=Ay(s,o,i,n.profile),V=Ly(o,i),C=i?t.inverse:t.text,y=i?t.error:t.element,B=Math.min(92,Math.max(40,a-8)),h=B>=82?22:B>=66?17:13,q=12,M=9,Y=B>=56,ue=B>=72,Ie=B<72||n.waves.length>3,ct=n.profile?`PROFILE ${n.profile}`:s.toUpperCase();return H(qe,{palette:t,title:j,bottomTitle:"enter close \xB7 esc hide (operation continues)",termW:a,termH:c,preferW:98,preferH:28,borderColor:k.color,gap:0,children:[H("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,children:[H(ge,{palette:t,label:`${k.icon} ${k.label.toUpperCase()}`,tone:k.tone},void 0,!1,void 0,this),H("box",{paddingLeft:1,flexGrow:1,overflow:"hidden",children:H("text",{fg:t.text,wrapMode:"none",children:ct},void 0,!1,void 0,this)},void 0,!1,void 0,this),H(ge,{palette:t,label:`${x.ready}/${x.total} READY`,tone:x.isComplete?"success":"info"},void 0,!1,void 0,this),H(ge,{palette:t,label:`WAVE ${Math.min(x.currentWaveIndex+1,Math.max(1,x.totalWaves))}/${Math.max(1,x.totalWaves)}`,tone:P.tone},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H("box",{height:2,flexDirection:"column",overflow:"hidden",flexShrink:0,paddingLeft:1,paddingRight:1,children:[H("box",{height:1,flexDirection:"row",overflow:"hidden",children:[H("text",{wrapMode:"none",children:[H("span",{fg:t.muted,children:"PROGRESS "},void 0,!1,void 0,this),H("span",{fg:k.color,children:`[${x.progressBar}]`},void 0,!1,void 0,this),H("span",{fg:t.text,children:` ${x.percent}%`},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H("box",{flexGrow:1},void 0,!1,void 0,this),H("text",{wrapMode:"none",children:H("span",{fg:P.color,children:`${P.icon} ${P.label}`},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H("box",{height:1,overflow:"hidden",children:H("text",{fg:t.muted,wrapMode:"none",children:o?s==="stop"?"Dependents stop first; each wave waits for the previous wave.":"Each wave waits until its services are healthy before the next wave starts.":V.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),H(nb,{palette:t,label:"Pipeline",detail:`${n.waves.length} execution wave${n.waves.length===1?"":"s"}`},void 0,!1,void 0,this),H("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,children:n.waves.map((oe,Ge)=>{let Re=ns(oe,r,s),Qe=lp(Re,t),pe=Ie?`W${Ge+1} ${Qe.icon} ${oe.length}`:`W${Ge+1} ${Qe.icon} ${Qe.label} \xB7 ${oe.length}`;return H("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:[H(ge,{palette:t,label:pe,tone:Qe.tone},void 0,!1,void 0,this),Ge<n.waves.length-1?H("box",{width:3,flexShrink:0,overflow:"hidden",children:H("text",{fg:t.muted,children:" \u2500\u25BA"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},`step-${Ge}`,!0,void 0,this)})},void 0,!1,void 0,this),(n.blockers??[]).length>0?H("box",{minHeight:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,paddingLeft:1,children:H("text",{fg:t.error,wrapMode:"word",children:`BLOCKED ${n.blockers?.map((oe)=>`${oe.name}: ${oe.message}`).join(" \xB7 ")}`},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,d.length>0?H("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,paddingLeft:1,children:H("text",{wrapMode:"none",children:[H("span",{fg:t.success,children:"\u2713 ALREADY READY"},void 0,!1,void 0,this),H("span",{fg:t.muted,children:` ${d.join(", ")}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this):null,H(nb,{palette:t,label:"Wave details",detail:"live process and health state"},void 0,!1,void 0,this),H("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,paddingLeft:1,children:[H("box",{width:2,flexShrink:0},void 0,!1,void 0,this),H("box",{width:h,flexShrink:0,overflow:"hidden",children:H("text",{fg:t.muted,children:X("SERVICE",h)},void 0,!1,void 0,this)},void 0,!1,void 0,this),H("box",{width:12,flexShrink:0,overflow:"hidden",children:H("text",{fg:t.muted,children:X("STATE",12)},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y?H("box",{width:9,flexShrink:0,overflow:"hidden",children:H("text",{fg:t.muted,children:X("PORT",9)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,ue?H("box",{flexGrow:1,overflow:"hidden",children:H("text",{fg:t.muted,children:"DETAIL"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),H("scrollbox",{ref:l,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:H("box",{flexDirection:"column",overflow:"hidden",gap:1,children:m.map(({wave:oe,waveIdx:Ge})=>{let Re=ns(oe,r,s),Qe=lp(Re,t),pe=`${Ty(s,Ge,Re)} \xB7 ${oe.length} service${oe.length===1?"":"s"}`;return H("box",{border:!0,borderStyle:"rounded",borderColor:Qe.color,title:pe,titleColor:Qe.color,flexDirection:"column",paddingLeft:1,paddingRight:1,flexShrink:0,overflow:"hidden",children:oe.map((Se)=>{let $t=r?.services[Se],N=jt($t),Rt=Py(Se,n,r,s),nt=Se===i||N==="FAILED",Ve=N==="UNHEALTHY",Bt=N==="HEALTHY"||s==="stop"&&N==="STOPPED",lt=jr($t),er=nt?"\u2717":Bt?"\u2713":Ve?"\u26A0":N==="STARTING"||N==="RUNNING"||N==="STOPPING"||N==="RESTARTING"?"\u25CF":"\u25CB",mt=nt?t.error:Le(t,N),on=nt?t.error:Ve?t.warning:Bt?t.success:t.muted;return H("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[H("box",{width:2,flexShrink:0,overflow:"hidden",children:H("text",{fg:mt,children:er},void 0,!1,void 0,this)},void 0,!1,void 0,this),H("box",{width:h,flexShrink:0,overflow:"hidden",children:H("text",{fg:Ne(Se,t),wrapMode:"none",children:X(Se,h)},void 0,!1,void 0,this)},void 0,!1,void 0,this),H("box",{width:12,flexShrink:0,overflow:"hidden",children:H("text",{fg:Le(t,N),wrapMode:"none",children:X(N,12)},void 0,!1,void 0,this)},void 0,!1,void 0,this),Y?H("box",{width:9,flexShrink:0,overflow:"hidden",children:H("text",{fg:lt?t.info:t.muted,wrapMode:"none",children:X(lt?`:${lt}`:"\u2014",9)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,ue?H("box",{flexGrow:1,overflow:"hidden",children:H("text",{fg:on,wrapMode:"none",children:Rt},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},Se,!0,void 0,this)})},`wave-card-${Ge}`,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this),H("box",{height:3,flexShrink:0,flexDirection:"column",backgroundColor:y,border:["top"],borderStyle:"single",borderColor:k.color,paddingLeft:1,paddingRight:1,overflow:"hidden",onMouseDown:f,children:[H("text",{fg:C,wrapMode:"none",children:V.primary},void 0,!1,void 0,this),H("text",{fg:i?t.inverse:t.muted,wrapMode:"none",children:V.secondary},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}var ob=D(()=>{Ee();be();Ye()});import{jsxDEV as tn}from"@opentui/react/jsx-dev-runtime";function ib(e){let{palette:t,route:n,termW:r,termH:o,scrollRef:i}=e;if(!n)return null;return tn(qe,{palette:t,title:n.name,bottomTitle:"j/k scroll \xB7 esc close",termW:r,termH:o,preferW:78,preferH:16,gap:1,children:tn("scrollbox",{ref:i,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:tn("box",{flexDirection:"column",overflow:"hidden",children:[tn("text",{fg:t.muted,children:`auth ${n.authType||"none"}`},void 0,!1,void 0,this),tn("text",{fg:t.muted,children:`identity ${n.identityType||"\u2014"}`},void 0,!1,void 0,this),tn("text",{fg:t.text,wrapMode:"word",children:`account ${n.serviceAccount||"\u2014"}`},void 0,!1,void 0,this),tn("text",{fg:t.text,wrapMode:"word",children:`audience ${n.audience||"\u2014"}`},void 0,!1,void 0,this),tn("text",{fg:t.muted,children:`match host ${n.matchHost||"*"}`},void 0,!1,void 0,this),tn("text",{fg:t.muted,children:`match path ${n.matchPath||"*"}`},void 0,!1,void 0,this),tn("text",{fg:t.text,wrapMode:"word",children:`upstream ${n.upstream}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var sb=D(()=>{be()});import{jsxDEV as Oc}from"@opentui/react/jsx-dev-runtime";function ab(e){let{palette:t,title:n,body:r,termW:o,termH:i,scrollRef:s}=e,a=r.length>400||r.split(`
627
+ `).length>16;return Oc(qe,{palette:t,title:n,bottomTitle:"j/k scroll \xB7 esc close",termW:o,termH:i,preferW:a?88:76,preferH:a?24:16,gap:1,children:Oc("scrollbox",{ref:s,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:Oc("box",{flexDirection:"column",overflow:"hidden",children:Oc("text",{fg:r===""?t.muted:t.text,wrapMode:"word",children:r===""?"(empty)":r},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var cb=D(()=>{be()});import{jsxDEV as Mt}from"@opentui/react/jsx-dev-runtime";function db(e){let{palette:t,items:n,query:r,selected:o,onQuery:i,onSubmit:s}=e,a=Ny(o,lb,n.length),c=n.slice(a,a+lb),l=Math.max(c.length,1),d=Hr(n,o);return Mt("box",{height:l+3,flexShrink:0,border:!0,borderStyle:"rounded",borderColor:t.borderActive,titleColor:t.primary,backgroundColor:t.panel,title:"commands",flexDirection:"column",overflow:"hidden",children:[c.length===0?Mt("box",{height:1,paddingLeft:1,overflow:"hidden",children:Mt("text",{fg:t.muted,children:"no matching command"},void 0,!1,void 0,this)},void 0,!1,void 0,this):c.map((f)=>{let g=f.name===d?.name;return Mt("box",{height:1,flexDirection:"row",overflow:"hidden",paddingLeft:1,paddingRight:1,backgroundColor:g?t.highlight:t.panel,children:[Mt("box",{width:14,flexShrink:0,overflow:"hidden",children:Mt("text",{fg:g?t.primary:t.text,wrapMode:"none",children:`${g?"\u203A":" "} /${f.name}`},void 0,!1,void 0,this)},void 0,!1,void 0,this),Mt("box",{flexGrow:1,overflow:"hidden",children:Mt("text",{fg:g?t.accent:t.muted,wrapMode:"none",children:f.desc},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},f.name,!0,void 0,this)}),Mt("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.highlight,paddingLeft:1,children:[Mt("box",{width:2,flexShrink:0,children:Mt("text",{fg:t.primary,children:"/"},void 0,!1,void 0,this)},void 0,!1,void 0,this),Mt("box",{flexGrow:1,overflow:"hidden",children:Mt("input",{focused:!0,value:r,placeholder:"start auth",onInput:i,onSubmit:()=>s(),backgroundColor:t.highlight,focusedBackgroundColor:t.highlight,textColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}var lb=8;var ub=D(()=>{Ee()});import{jsxDEV as gb}from"@opentui/react/jsx-dev-runtime";function mb(e){let{palette:t,themeName:n,selected:r,termW:o,termH:i,onIndex:s,onPreview:a,onPick:c}=e,l=yt.map((f)=>({name:f===n?`${f} (active)`:f,description:f===n?`${Uu[f]} \xB7 current`:Uu[f],value:f})),d=Fo(o,i,pb,fb,"center",!kn(se()));return gb(qe,{palette:t,title:"/themes",bottomTitle:"enter save \xB7 esc revert",termW:o,termH:i,preferW:pb,preferH:fb,children:gb("select",{height:Math.max(4,d.height-3),options:l,selectedIndex:r,showDescription:!0,showSelectionIndicator:!0,wrapSelection:!0,backgroundColor:t.panel,focusedBackgroundColor:t.panel,textColor:t.text,focusedTextColor:t.text,selectedBackgroundColor:t.highlight,selectedTextColor:t.primary,descriptionColor:t.muted,selectedDescriptionColor:t.accent,onChange:(f)=>{s(f);let g=yt[f];if(g)a(g)},onSelect:(f,g)=>{let m=g?.value;if(typeof m==="string"&&m!=="")c(m)}},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var pb=52,fb=22;var hb=D(()=>{at();Ee();be();Cn();Ye()});import{jsxDEV as We}from"@opentui/react/jsx-dev-runtime";function Mc(e){let{palette:t,title:n,tone:r="muted",children:o}=e,i=r==="success"?t.success:r==="warning"?t.warning:r==="error"?t.error:t.border;return We("box",{border:!0,borderStyle:"rounded",borderColor:i,title:n,titleColor:i,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,marginBottom:1,overflow:"hidden",children:o},void 0,!1,void 0,this)}function vb(e){let{palette:t,cfg:n,google:r,identity:o}=e;if(!r&&!o)return We(Ac,{palette:t,label:"Checking Application Default Credentials\u2026"},void 0,!1,void 0,this);let i=jE(n,o),s=o?.user||r?.userEmail||"",{project:a,source:c}=Wo(n,o,r),l=o?.adc??r?.adcAvailable===!0,d=o?.iap??(n?.proxy.routes??[]).some((v)=>v.auth.type.toLowerCase()==="iap"),f=i.filter((v)=>v.inactive!==!0),g=f.some((v)=>v.ok===!0),m=f.some((v)=>v.ok===!1),x=g?"AVAILABLE":m?"UNAVAILABLE":f.length>0?"NOT PROBED":i.length>0?"not required":"not configured";return We(tt,{palette:t,title:"identity",scroll:!0,children:[We(Mc,{palette:t,title:"Google identity",tone:l?"success":"warning",children:[We(Wr,{palette:t,label:"user",value:s||"(unknown)"},void 0,!1,void 0,this),We(Wr,{palette:t,label:"project",value:a||"(unset)"},void 0,!1,void 0,this),We(Wr,{palette:t,label:"source",value:c||"\u2014"},void 0,!1,void 0,this),We(Wr,{palette:t,label:"ADC",value:l?"\u2713 available":"\u2717 missing",tone:l?"success":"error"},void 0,!1,void 0,this),We(Wr,{palette:t,label:"gcloud",value:r?.gcloudInstalled?"\u2713 installed":"\u2717 not installed",tone:r?.gcloudInstalled?"success":"error"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),We(Mc,{palette:t,title:`Service accounts (${i.length})`,tone:f.length===0?"muted":g?"success":"warning",children:[i.length===0?We("text",{fg:t.muted,wrapMode:"word",children:"none configured \u2014 identities come from config, never hard-coded"},void 0,!1,void 0,this):i.map((v)=>We("text",{fg:v.inactive?t.muted:v.ok===!0?t.success:v.ok===!1?t.error:t.text,wrapMode:"none",children:`${v.inactive?"\u2013":v.ok===!0?"\u2713":v.ok===!1?"\u2717":"\u25CB"} ${v.email}${v.inactive?" \u2014 inactive (route auth is none)":""}`},v.email,!1,void 0,this)),We("box",{height:1,flexShrink:0},void 0,!1,void 0,this),We(Wr,{palette:t,label:"impersonation",value:x,tone:g?"success":f.length>0?"warning":"muted"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),We(Mc,{palette:t,title:"IAP",tone:d?"success":"muted",children:[We("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:We(ge,{palette:t,label:d?"routes present":"no IAP routes",tone:d?"success":"idle"},void 0,!1,void 0,this)},void 0,!1,void 0,this),d?We("text",{fg:t.muted,wrapMode:"word",children:"each route needs its own audience"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),!l?We(Mc,{palette:t,title:"ADC unavailable",tone:"warning",children:[We("text",{fg:t.text,wrapMode:"word",children:"Local services still start. Cloud identity, impersonation, and IAP need ADC."},void 0,!1,void 0,this),We("text",{fg:t.muted,wrapMode:"word",children:"/auth login suspends this screen and runs gcloud ADC login, then restores the TUI"},void 0,!1,void 0,this)]},void 0,!0,void 0,this):null]},void 0,!0,void 0,this)}function jE(e,t){let n=new Map((e?ad(e):[]).map((i)=>[i.email,i.active])),r=t?.service_account_status??{};return[...new Set([...n.keys(),...Object.keys(r)])].sort((i,s)=>i.localeCompare(s)).map((i)=>{let s=r[i]??"unknown",a=n.get(i)===!1;return{email:i,inactive:a,ok:a||s==="unknown"?void 0:s==="available"}})}var yb=D(()=>{_t();Ee();be();br()});import{jsxDEV as ft}from"@opentui/react/jsx-dev-runtime";function xb(e){let{palette:t,credentials:n}=e;if(!n)return ft(Ac,{palette:t,label:"Reading credential store\u2026"},void 0,!1,void 0,this);let r=n.entries.filter((i)=>i.valid).length,o=n.entries.length-r;return ft(tt,{palette:t,title:"credentials",scroll:!0,children:[ft("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[ft(ge,{palette:t,label:`backend: ${n.backend}`,tone:"info"},void 0,!1,void 0,this),n.entries.length>0?ft(ge,{palette:t,label:`${r} valid`,tone:"success"},void 0,!1,void 0,this):null,o>0?ft(ge,{palette:t,label:`${o} expired`,tone:"warning"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),ft("text",{fg:t.muted,wrapMode:"word",children:"Tokens stay in the OS keychain or ~/.devctl/credentials (0600). They are never shown here."},void 0,!1,void 0,this),ft("box",{height:1,flexShrink:0},void 0,!1,void 0,this),n.entries.length===0?ft("text",{fg:t.muted,children:"no cached credentials"},void 0,!1,void 0,this):ft("box",{flexDirection:"column",overflow:"hidden",gap:1,children:n.entries.map((i)=>ft("box",{border:!0,borderStyle:"rounded",borderColor:i.valid?t.success:t.warning,title:i.identity,titleColor:i.valid?t.success:t.warning,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[ft("text",{wrapMode:"none",children:[ft("span",{fg:i.valid?t.success:t.warning,children:i.valid?"\u2713 valid":"\u2717 expired"},void 0,!1,void 0,this),ft("span",{fg:t.muted,children:` \xB7 expires ${i.expires_at}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ft("text",{fg:t.muted,wrapMode:"none",children:`audience: ${i.audience||"(none)"}`},void 0,!1,void 0,this)]},`${i.identity}|${i.audience}`,!0,void 0,this))},void 0,!1,void 0,this),ft(Tc,{palette:t,title:"Actions",body:"Use /refresh to mint again or auth refresh on the CLI. Invalidate clears the store without printing tokens.",hint:"/refresh /auth"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var bb=D(()=>{_t();be()});import{jsxDEV as A}from"@opentui/react/jsx-dev-runtime";function Cb(e){let{palette:t,cfg:n,width:r}=e,o=se();if(!n)return A($e,{palette:t,title:"No configuration",body:"Create .devctl/config.yaml or run setup."},void 0,!1,void 0,this);let i=Math.max(Go+8,r-6-o.pad*2),s=i>=sx,a=s?Math.floor((i-Sb)/2):i,c=Qy(n),l=Zy(n),d=ex(n),f=tx(n),g=nx(n);return A(tt,{palette:t,title:`config ${n.project.name||"unnamed"}`,children:[A(je,{palette:t,items:qy(n)},void 0,!1,void 0,this),A("box",{flexGrow:1,overflow:"hidden",children:A("scrollbox",{ref:e.scrollRef,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:A("box",{flexDirection:"column",overflow:"hidden",gap:kb,children:[A(dp,{wide:s,left:A(nn,{palette:t,title:"project",children:A(qo,{palette:t,facts:Vy(n,pt),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),right:A(nn,{palette:t,title:"google",children:A(qo,{palette:t,facts:Jy(n),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(dp,{wide:s,left:A(nn,{palette:t,title:"runtime",children:A(qo,{palette:t,facts:zy(n),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),right:A(nn,{palette:t,title:"logs",children:A(qo,{palette:t,facts:Yy(n),width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(nn,{palette:t,title:`proxy ${n.proxy.enabled?"enabled":"disabled"}`,children:[A(qo,{palette:t,facts:Xy(n),width:i},void 0,!1,void 0,this),A(WE,{palette:t,routes:l,width:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this),A(nn,{palette:t,title:`services ${c.length}`,children:A(BE,{palette:t,rows:c,width:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(nn,{palette:t,title:`tasks ${g.length}`,children:A(wb,{palette:t,rows:g,empty:"no tasks",width:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(dp,{wide:s,left:A(nn,{palette:t,title:`profiles ${d.length}`,children:A(GE,{palette:t,rows:d,width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),right:A(nn,{palette:t,title:`templates ${f.length}`,children:A(wb,{palette:t,rows:f,empty:"no templates",width:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(nn,{palette:t,title:"extras",children:A(qo,{palette:t,facts:ox(n),width:i},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A(He,{palette:t,backgroundColor:t.element,edge:"top",children:A(De,{palette:t,hints:[{key:"v",label:"validate/save buffer"},{key:"e",label:"open in $EDITOR"},{key:"/diff",label:"config sources"},{key:"/reload",label:"re-read .devctl after editing"},{key:"j/k",label:"scroll"}]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function dp(e){let{wide:t,left:n,right:r}=e;if(!t)return A("box",{flexDirection:"column",overflow:"hidden",gap:kb,flexShrink:0,children:[n,r]},void 0,!0,void 0,this);return A("box",{flexDirection:"row",overflow:"hidden",gap:Sb,flexShrink:0,children:[A("box",{flexGrow:1,flexBasis:0,overflow:"hidden",children:n},void 0,!1,void 0,this),A("box",{flexGrow:1,flexBasis:0,overflow:"hidden",children:r},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function nn(e){let{palette:t,title:n,children:r}=e;return A("box",{border:!0,borderStyle:"rounded",borderColor:t.border,title:n,titleColor:t.accent,paddingLeft:1,paddingRight:1,flexDirection:"column",overflow:"hidden",flexShrink:0,children:r},void 0,!1,void 0,this)}function qo(e){let{palette:t,facts:n,width:r}=e,o=Math.max(4,r-Go-4);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((i)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:Go,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.muted,wrapMode:"none",children:X(i.label,Go)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:qE(t,i.tone),wrapMode:"none",children:X(i.value,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},i.label,!0,void 0,this))},void 0,!1,void 0,this)}function BE(e){let{palette:t,rows:n,width:r}=e;if(n.length===0)return A($c,{palette:t,text:"no services"},void 0,!1,void 0,this);let o=ix(n),i=Math.max(8,r-o-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((s)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:Ne(s.name,t),wrapMode:"none",children:X(s.name,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:ce(UE(s),i)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},s.name,!0,void 0,this))},void 0,!1,void 0,this)}function WE(e){let{palette:t,routes:n,width:r}=e;if(n.length===0)return A($c,{palette:t,text:"no routes"},void 0,!1,void 0,this);let o=Math.min(Go+4,Math.max(8,...n.map((s)=>s.name.length))),i=Math.max(8,r-o-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((s)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.primary,wrapMode:"none",children:X(s.name,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:ce(KE(s),i)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${s.name}-${s.match}`,!0,void 0,this))},void 0,!1,void 0,this)}function GE(e){let{palette:t,rows:n,width:r}=e;if(n.length===0)return A($c,{palette:t,text:"no profiles"},void 0,!1,void 0,this);let o=Math.min(12,Math.max(8,...n.map((s)=>s.name.length))),i=Math.max(8,r-o-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((s)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:o,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.primary,wrapMode:"none",children:X(s.name,o)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:ce(s.env==="\u2014"?s.services:`${s.services} env ${s.env}`,i)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},s.name,!0,void 0,this))},void 0,!1,void 0,this)}function wb(e){let{palette:t,rows:n,empty:r,width:o}=e;if(n.length===0)return A($c,{palette:t,text:r},void 0,!1,void 0,this);let i=Math.min(14,Math.max(8,...n.map((a)=>a.name.length))),s=Math.max(8,o-i-6);return A("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:n.map((a)=>A("box",{height:1,flexDirection:"row",overflow:"hidden",children:[A("box",{width:i,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.text,wrapMode:"none",children:X(a.name,i)},void 0,!1,void 0,this)},void 0,!1,void 0,this),A("box",{width:s,flexShrink:0,overflow:"hidden",children:A("text",{fg:t.muted,wrapMode:"none",children:ce(a.summary,s)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},a.name,!0,void 0,this))},void 0,!1,void 0,this)}function $c(e){return A("box",{height:1,overflow:"hidden",children:A("text",{fg:e.palette.muted,wrapMode:"none",children:e.text},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function UE(e){let t=e.extends==="\u2014"?"":` ${e.extends}`;return` ${e.ports} ${e.identity} ${e.health} ${e.restart} \u2190 ${e.depends}${t}`}function KE(e){return` ${e.auth} ${e.identity} ${e.match} \u2192 ${e.upstream}`}function qE(e,t){if(t==="success")return e.success;if(t==="warning")return e.warning;if(t==="error")return e.error;if(t==="muted")return e.muted;return e.text}var Sb=1,kb=1;var _b=D(()=>{_t();Bu();at();Ee();be();Ye()});import{useRef as VE}from"react";import{jsxDEV as me}from"@opentui/react/jsx-dev-runtime";function Ic(e){let{palette:t,names:n,snap:r,selected:o,checked:i,width:s,onOpen:a,onSelectIndex:c,onToggle:l}=e,d=se(),f=VE(!1),g=new Set(i),m=Ou(s),x=Du(s),v=Lu(s),S=Ov(s);return me("box",{flexDirection:"column",flexGrow:1,overflow:"hidden",children:[me("box",{height:1,flexDirection:"row",overflow:"hidden",children:[me(xt,{width:2,fg:t.muted,text:""},void 0,!1,void 0,this),me(xt,{width:4,fg:t.accent,text:"sel"},void 0,!1,void 0,this),me(xt,{width:2,fg:t.muted,text:""},void 0,!1,void 0,this),me(xt,{width:S,fg:t.muted,text:"name"},void 0,!1,void 0,this),me(xt,{width:vt,fg:t.muted,text:""},void 0,!1,void 0,this),me(xt,{width:en,fg:t.muted,text:"state"},void 0,!1,void 0,this),v?me(xt,{width:Sn,fg:t.muted,text:"health"},void 0,!1,void 0,this):null,x?me(xt,{width:nc,fg:t.muted,text:"port"},void 0,!1,void 0,this):null,m?me(xt,{width:Jn,fg:t.muted,text:"pid"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),n.map((P,k)=>{let j=r?.services[P],V=jt(j),C=j?.health??"UNKNOWN",y=g.has(P),B=k===o,h=y?"[x]":"[ ]",q=B?"\u203A":" ";return me("box",{height:d.rowH,flexDirection:"row",overflow:"hidden",backgroundColor:B?t.highlight:y?t.element:void 0,onMouseDown:()=>{if(f.current)return;if(B){a(P);return}c(k)},children:[me("box",{width:2,flexShrink:0,children:me("text",{fg:t.primary,children:q},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{width:4,flexShrink:0,onMouseDown:()=>{f.current=!0,l?.(P),setTimeout(()=>{f.current=!1},0)},children:me("text",{fg:JE(t,y,B),children:h},void 0,!1,void 0,this)},void 0,!1,void 0,this),me("box",{width:2,flexShrink:0,children:me("text",{fg:Le(t,V),children:Ot(V)},void 0,!1,void 0,this)},void 0,!1,void 0,this),me(xt,{width:S,fg:B?t.primary:Ne(P,t),text:X(P,S)},void 0,!1,void 0,this),me(xt,{width:vt,fg:t.muted,text:""},void 0,!1,void 0,this),me(xt,{width:en,fg:Le(t,V),text:V},void 0,!1,void 0,this),v?me(xt,{width:Sn,fg:Le(t,C),text:C},void 0,!1,void 0,this):null,x?me(xt,{width:nc,fg:t.text,text:jr(j)},void 0,!1,void 0,this):null,m?me(xt,{width:Jn,fg:t.text,text:j?.pid?String(j.pid):""},void 0,!1,void 0,this):null]},P,!0,void 0,this)})]},void 0,!0,void 0,this)}function Fc(e){let{palette:t,checked:n,idle:r,profileName:o}=e,i=n.length;if(i>0)return me(je,{palette:t,items:[{text:`${i} selected`,tone:"primary"}],hints:[{key:"space",label:"unmark"},{key:"*",label:"all"},{key:"-",label:"none"},{key:"n",label:"start these"},{key:"x",label:"stop these"}]},void 0,!1,void 0,this);if(r)return me(je,{palette:t,items:[{text:"none started",tone:"idle"}],hints:[{key:"space",label:"select"},{key:"enter",label:o?`start ${o}`:"open"},{key:"n",label:"start"}]},void 0,!1,void 0,this);return me(je,{palette:t,items:[{text:"running",tone:"success"}],hints:[{key:"space",label:"select"},{key:"n",label:"start"},{key:"x",label:"stop"}]},void 0,!1,void 0,this)}function JE(e,t,n){if(t)return e.success;if(n)return e.primary;return e.muted}function xt(e){return me("box",{width:e.width,flexShrink:0,overflow:"hidden",children:me("text",{fg:e.fg,wrapMode:"none",children:e.text},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var up=D(()=>{Ee();at();be();Ye()});import{useEffect as pp,useRef as Rb}from"react";import{jsxDEV as z,Fragment as eT}from"@opentui/react/jsx-dev-runtime";function Pb(e){let{palette:t,logs:n,names:r,logSources:o,service:i,paused:s,errorOnly:a,showSystemLogs:c,search:l,searchFocused:d,followTick:f,width:g,onSearch:m,onService:x,onToggleErrors:v,onToggleSystemLogs:S,onClearLogs:P,onSelect:k,wrapMode:j="focus",selected:V=-1,follow:C=!0,newer:y=0,viewStart:B=0,viewTotal:h,onLeaveLatest:q,onOpenExports:M,onJumpLatest:Y,view:ue,fullscreen:Ie=!1,facets:ct}=e,oe=se(),Ge=Fv(g,oe.pad,Ie),Re=c?n:n.filter((Ve)=>!Zi(Ve.source)),Qe=Bo(n,{service:i,services:e.services,errorOnly:a,search:l,regex:e.regex,source:e.source,systemLogs:c}),pe=ue??Qe,Se=h??Qe.length,$t=Math.min(Se,B+pe.length),N=Se===0?"empty":`${B+1}\u2013${$t} of ${Se}`,Rt=e.services??[],nt=Rt.length>0?Rt.join(","):i===""?"all services":i;return z("box",{flexGrow:1,flexDirection:"column",overflow:"hidden",children:[Ie?null:z(eT,{children:[z(je,{palette:t,items:[{text:s?"PAUSED":"LIVE",tone:s?"warning":"success"},{text:`shown ${Se}`,tone:"info"},{text:ct?`total ${ct.total}`:`total ${n.length}`},...ue&&Se>ue.length?[{text:`${B+1}\u2013${B+ue.length} / ${Se}`,tone:"info"}]:[],{text:nt,tone:i===""?"idle":"primary"},{text:zi(j),tone:j==="clip"?"idle":"accent"},...C?[]:[{text:y>0?`pinned \xB7 +${y} new`:"pinned",tone:"warning"}],{text:a?"ERROR+":"all levels",tone:a?"error":"idle",onMouseDown:v},{text:c?"system: on":"system: off",tone:c?"accent":"idle",onMouseDown:S},...e.source?[{text:`src ${e.source}`,tone:"info"}]:[],...e.regex?[{text:"regex",tone:"accent"}]:[],...l===""?[]:[{text:`search ${l}`,tone:"accent"}],{text:"clear",tone:"muted",onMouseDown:P},{text:"open folder",tone:"primary",onMouseDown:M}]},void 0,!1,void 0,this),z(mp,{palette:t,logs:Re,names:o??r,service:i,errorOnly:a,width:g,onService:x,onToggleErrors:v,facets:ct},void 0,!1,void 0,this)]},void 0,!0,void 0,this),d?z("box",{height:1,paddingLeft:1,backgroundColor:t.highlight,overflow:"hidden",children:z("input",{focused:!0,value:l,placeholder:"search messages or service names",onInput:m,backgroundColor:t.highlight,focusedBackgroundColor:t.highlight,textColor:t.text,cursorColor:t.primary},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,ue&&Se>pe.length?z(fp,{palette:t,start:B,count:pe.length,total:Se},void 0,!1,void 0,this):null,z("box",{flexGrow:1,border:!Ie,borderStyle:"rounded",borderColor:t.border,title:Ie?void 0:`logs ${nt} \xB7 ${N}`,titleColor:t.primary,padding:Ie?0:oe.pad,overflow:"hidden",children:pe.length===0?z($e,{palette:t,title:n.length===0?"No log events":"No events in this filter",body:n.length===0?"Start services to stream logs.":"Pick All, another service, or clear search / ERROR+.",hint:"\u2190 \u2192 cycle filters 1-9 pick a source e errors i internal ctrl+l clear"},void 0,!1,void 0,this):z(hp,{palette:t,logs:pe,width:Ge,followTick:f,focused:!1,wrapMode:j,selected:V,follow:C,showTimestamps:e.showTimestamps!==!1,showMeta:e.showMeta!==!1,onPick:k,onLeaveLatest:q,viewStart:B},f,!1,void 0,this)},void 0,!1,void 0,this),z(He,{palette:t,backgroundColor:t.element,edge:"top",children:z(De,{palette:t,hints:Io([{key:"\u2190\u2192",label:"filter"},{key:"1-9",label:"source"},{key:"e",label:"errors"},{key:"i",label:c?"internal off":"internal on"},{key:"ctrl+l",label:"clear"},{key:"f",label:"search"},{key:"j/k",label:"move"},{key:"enter",label:"details"},{key:"g",label:y>0?`latest +${y}`:"latest"},{key:"w",label:"wrap"},{key:"p",label:"pause"},{key:"z",label:Ie?"exit full":"full screen"},{key:"t",label:e.showTimestamps===!1?"time off":"time"},{key:"m",label:e.showMeta===!1?"meta off":"meta"},{key:"pgup/pgdn",label:"history"},{key:"/exports",label:"open folder"}],Math.max(20,g-2))},void 0,!1,void 0,this)},void 0,!1,void 0,this),!C?z(gp,{palette:t,width:g,newer:y,onJump:Y},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function fp(e){let t=Math.min(e.total,e.start+e.count),n=Math.max(0,e.start),r=Math.max(0,e.total-t);return z(je,{palette:e.palette,items:[{text:`view ${e.start+1}\u2013${t} of ${e.total}`,tone:"primary"},{text:n>0?`\u2191 ${n} older`:"start of history",tone:n>0?"info":"idle"},{text:r>0?`\u2193 ${r} newer`:"at latest",tone:r>0?"warning":"success"}],hints:[{key:"pgup/pgdn",label:"move history window"},{key:"g",label:"latest"}]},void 0,!1,void 0,this)}function gp(e){let t=e.newer>0?`g jump to latest \xB7 ${e.newer} new`:"g jump to latest",n=Math.min(e.width,t.length+4);return z("box",{position:"absolute",left:Math.max(0,Math.floor((e.width-n)/2)),bottom:e.bottom??2,width:n,height:3,border:!0,borderStyle:"rounded",borderColor:e.palette.warning,backgroundColor:e.palette.panel,alignItems:"center",justifyContent:"center",onMouseDown:e.onJump,children:z("text",{wrapMode:"none",children:[z("span",{fg:e.palette.primary,children:"g"},void 0,!1,void 0,this),z("span",{fg:e.palette.text,children:t.slice(1)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function mp(e){let{palette:t,logs:n,names:r,service:o,errorOnly:i,width:s,onService:a,onToggleErrors:c,facets:l}=e,d=l?ky(r,l):Sy(r,n),f=s<80,g=d.map((S,P)=>{let k=P+1,j=S.name===""?"all":S.name;return{id:j,label:f?`${k} ${j}`:`${k} ${j} \xB7 ${S.count}`,color:Ne(S.name,t)}}),m=Math.max(0,d.findIndex((S)=>S.name===o)),x=i?"ERROR+":f?"lvls":"all levels",v=Math.max(qn(g[m]?.label??"1 all"),s-qn(x));return z(He,{palette:t,backgroundColor:t.element,children:z("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:[z("box",{flexGrow:1,overflow:"hidden",children:z(Ec,{palette:t,items:g,active:m,width:v,onPick:(S)=>{let P=d[S];if(P)a(P.name)}},void 0,!1,void 0,this)},void 0,!1,void 0,this),z(ge,{palette:t,label:x,tone:i?"error":"muted",onMouseDown:c},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function hp(e){let{palette:t,logs:n,limit:r,width:o=80,followTick:i=0,focused:s=!1,wrapMode:a="clip",selected:c=-1,follow:l=!0,showTimestamps:d=!0,showMeta:f=!0,onPick:g,onLeaveLatest:m,viewStart:x=0}=e,v=Rb(null),S=Rb(""),P=r===void 0?n:n.slice(-r),k=[...new Set(n.map((C)=>C.service))],j=Uv(o,k),V=Wv({width:o,serviceWidth:j,showTimestamps:d,showMeta:f});return pp(()=>{let C=v.current;if(!C)return;if(C.stickyScroll=l,l)C.stickyStart="bottom",C.scrollTo({x:C.scrollLeft,y:Math.max(0,C.scrollHeight)})},[l,i]),pp(()=>{let C=`${x}:${c}:${a}`;if(S.current===C)return;if(S.current=C,l&&(c<0||c>=P.length-1))return;let y=v.current;if(!y||c<0)return;let B=`log-row-${c}`,h=requestAnimationFrame(()=>{y.stickyScroll=!1,y.scrollChildIntoView(B)});return()=>cancelAnimationFrame(h)},[l,c,P.length,x,a]),pp(()=>{if(!l||!m)return;let C=!1,y=setTimeout(()=>{C=!0},zE),B=setInterval(()=>{let h=v.current;if(!C||!h)return;let q=h.viewport.height;if(q>0&&h.scrollTop+q<h.scrollHeight-XE)m()},YE);return()=>{clearTimeout(y),clearInterval(B)}},[l,i,m]),z("box",{flexGrow:1,height:"100%",overflow:"hidden",children:z("scrollbox",{ref:v,focused:s,stickyScroll:l,stickyStart:"bottom",scrollX:!1,style:{rootOptions:{flexGrow:1,height:"100%",overflow:"hidden",backgroundColor:t.panel},viewportOptions:{backgroundColor:t.panel},contentOptions:{backgroundColor:t.panel},scrollbarOptions:{trackOptions:{foregroundColor:t.primary,backgroundColor:t.element}}},children:z("box",{flexDirection:"column",overflow:"hidden",children:P.map((C,y)=>z(QE,{id:`log-row-${y}`,palette:t,event:C,serviceWidth:j,msgWidth:V,expanded:Hv(a,y===c),active:y===c,showTimestamps:d,showMeta:f,onPick:g?()=>g(y):void 0},`${C.timestamp}-${C.service}-${y}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function QE(e){let{id:t,palette:n,event:r,serviceWidth:o,msgWidth:i,expanded:s,active:a,showTimestamps:c=!0,showMeta:l=!0,onPick:d}=e,f=Nv(uc(r.message,i),i,s);return z("box",{id:t,flexShrink:0,flexDirection:"column",overflow:"hidden",backgroundColor:a?n.highlight:void 0,onMouseDown:d,children:f.visible.map((g,m)=>z("box",{height:1,flexDirection:"row",overflow:"hidden",children:[c?z("box",{width:lc,flexShrink:0,overflow:"hidden",children:z("text",{fg:n.muted,children:m===0?r.timestamp.slice(11,19):""},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,z("box",{width:o,flexShrink:0,overflow:"hidden",children:z("text",{fg:m===0?Ne(r.service,n):n.muted,wrapMode:"none",children:m===0?X(r.service,o):""},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("box",{width:Ji,flexShrink:0,overflow:"hidden",children:z("text",{children:" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("box",{width:dc,flexShrink:0,overflow:"hidden",children:z("text",{fg:m===0?Le(n,r.level):n.muted,children:m===0?String(r.level):""},void 0,!1,void 0,this)},void 0,!1,void 0,this),l?z("box",{width:ac,flexShrink:0,overflow:"hidden",children:z("text",{fg:n.muted,children:m===0&&r.source?X(r.source,ac):""},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,z("box",{width:Ji,flexShrink:0,overflow:"hidden",children:z("text",{fg:n.muted,children:m===0?" ":"\u2502"},void 0,!1,void 0,this)},void 0,!1,void 0,this),z("box",{flexGrow:1,overflow:"hidden",children:z(ZE,{palette:n,level:r.level,text:g,mark:m===0?f.mark:""},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${r.timestamp}-${m}`,!0,void 0,this))},void 0,!1,void 0,this)}function ZE(e){let{palette:t,level:n,text:r,mark:o}=e;return z("text",{wrapMode:"none",children:[Bv(r).map((i,s)=>z("span",{fg:lx(t,n,i.kind),children:i.text},`${i.kind}-${s}`,!1,void 0,this)),o===""?null:z("span",{fg:t.muted,children:o},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var zE=400,YE=200,XE=2;var vp=D(()=>{_t();at();Ee();be();Ye()});import{jsxDEV as ne}from"@opentui/react/jsx-dev-runtime";function Tb(e){let{palette:t,cfg:n,snap:r,logs:o,names:i,selected:s,selectedLog:a=-1,checked:c,profile:l,google:d,width:f,paused:g,followTick:m,logService:x,logSources:v,errorOnly:S,showSystemLogs:P,onOpen:k,onSelectIndex:j,onToggle:V,onFilterService:C,onToggleErrors:y,onToggleSystemLogs:B,onClearLogs:h,onShowErrors:q,wrapMode:M="clip",view:Y,follow:ue=!0,onLeaveLatest:Ie,onPickLog:ct,viewStart:oe=0,viewTotal:Ge,newer:Re=0,onJumpLatest:Qe,facets:pe,leftover:Se}=e,$t=se();if(!n||i.length===0)return ne($e,{palette:t,title:"No services configured",body:"Add services to .devctl/config.yaml or finish setup.",hint:"open the setup screen with /setup"},void 0,!1,void 0,this);let N=f<Mo,Rt=jo(r),nt=mc(r,i),Ve=i.filter((Jo)=>r?.services[Jo]?.state==="FAILED").length,Bt=r?.session_id?Fs(r.session_id):void 0,lt=Bt?Ho(Date.now()-Bt.getTime()):void 0,er=xy(o),mt=l||fc(n),on=Gy(n,mt),sn=Rt?jy(Se,r?.session_id):void 0,an=pc(f,i,N),Ur=Math.max(24,N?f-4:f-an-4),_=P?o:o.filter((Jo)=>!Zi(Jo.source)),cn=Bo(o,{service:x,errorOnly:S,systemLogs:P}),Pn=Y??cn,Jt=Ge??cn.length,Kc=Math.min(Jt,oe+Pn.length),qc=Jt===0?"empty":`${oe+1}\u2013${Kc} of ${Jt}`,us=x===""?"all services":x;return ne("box",{flexGrow:1,flexDirection:N?"column":"row",overflow:"hidden",children:[ne("box",{flexGrow:N?1:0,flexShrink:0,minWidth:N?void 0:an,width:N?void 0:an,border:!0,borderStyle:"rounded",borderColor:Rt?t.border:t.borderActive,backgroundColor:t.panel,title:"services",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:[ne(je,{palette:t,items:[{text:Nu(nt.running,i.length),tone:nt.running>0?"success":"idle"},...Ve>0?[{text:`${Ve} failed`,tone:"error"}]:[],...c.length>0?[{text:`${c.length} selected`,tone:"primary"}]:[],...lt!==void 0?[{text:`up ${lt}`,tone:"idle"}]:[],...er>0?[{text:`${er} errors`,tone:"error",onMouseDown:q}]:[]]},void 0,!1,void 0,this),ne(Fc,{palette:t,checked:c,idle:Rt,profileName:mt,members:on},void 0,!1,void 0,this),ne("box",{flexGrow:1,paddingLeft:$t.pad,paddingRight:$t.pad,overflow:"hidden",children:ne(Ic,{palette:t,names:i,snap:r,selected:s,checked:c,width:cc(an,$t.pad),onOpen:k,onSelectIndex:j,onToggle:V},void 0,!1,void 0,this)},void 0,!1,void 0,this),ne(oT,{palette:t,names:i,snap:r,width:an,onOpen:k},void 0,!1,void 0,this),sn?ne(sT,{palette:t,leftover:sn,width:an},void 0,!1,void 0,this):null,ne(aT,{palette:t,cfg:n,snap:r,google:d,width:an},void 0,!1,void 0,this)]},void 0,!0,void 0,this),ne("box",{position:"relative",flexGrow:2,minWidth:N?void 0:32,minHeight:N?8:void 0,border:!0,borderStyle:"rounded",borderColor:t.border,backgroundColor:t.panel,title:`logs \xB7 ${qc}`,titleColor:t.primary,overflow:"hidden",flexDirection:"column",children:[ne(je,{palette:t,items:[{text:g?"PAUSED":"LIVE",tone:g?"warning":"success"},{text:`shown ${cn.length}`,tone:"info"},{text:pe?`total ${pe.total}`:`total ${o.length}`},{text:us,tone:x===""?"idle":"primary"},{text:S?"ERROR+":"all levels",tone:S?"error":"idle",onMouseDown:y},{text:P?"system: on":"system: off",tone:P?"accent":"idle",onMouseDown:B},{text:"clear",tone:"muted",onMouseDown:h}]},void 0,!1,void 0,this),ne(mp,{palette:t,logs:_,names:v??i,service:x,errorOnly:S,width:Ur,onService:C,onToggleErrors:y,facets:pe},void 0,!1,void 0,this),Jt>Pn.length?ne(fp,{palette:t,start:oe,count:Pn.length,total:Jt},void 0,!1,void 0,this):null,cn.length===0?ne($e,{palette:t,title:Rt?"Waiting for logs":o.length===0?"No events yet":"No events in this filter",body:Rt?"Start services to stream output here. Later starts keep earlier logs.":o.length===0?"New lines appear as services write output.":"Click All or another service chip, or turn off ERROR+.",hint:"[ ] cycle service g jump to latest"},void 0,!1,void 0,this):ne(hp,{palette:t,logs:Pn,width:Ur,followTick:m,focused:!1,wrapMode:M,selected:a,follow:ue,onLeaveLatest:Ie,onPick:ct,viewStart:oe},m,!1,void 0,this),ne(He,{palette:t,backgroundColor:t.element,edge:"top",children:ne(De,{palette:t,hints:Io([{key:"e",label:"errors"},{key:"i",label:P?"internal off":"internal on"},{key:"ctrl+l",label:"clear"},{key:"g",label:"latest"},{key:"z",label:"full logs"},{key:"\u2190\u2192",label:"filter"}],Math.max(20,Ur-2))},void 0,!1,void 0,this)},void 0,!1,void 0,this),!ue?ne(gp,{palette:t,width:Ur,newer:Re,bottom:1,onJump:Qe},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)]},void 0,!0,void 0,this)}function nT(e){if(!e)return!1;return e.state===Rr||e.health===Ce||e.state===Mi||e.restarts>0||e.last_error!==""}function Eb(e){if(e.state===Rr)return 0;if(e.health===Ce)return 1;if(e.state===Mi)return 2;return 3}function rT(e){if(e.last_error!=="")return e.last_error;if(e.restarts>0)return`restarted ${e.restarts}x, no error recorded`;return e.health===Ce?"failing health check":e.state.toLowerCase()}function oT(e){let{palette:t,names:n,snap:r,width:o,onOpen:i}=e,s=n.map((d)=>({name:d,rt:r?.services[d]})).filter((d)=>nT(d.rt)).sort((d,f)=>Eb(d.rt)-Eb(f.rt));if(s.length===0)return null;let a=s.slice(0,tT),c=s.length-a.length,l=Math.max(8,o-yp-4);return ne("box",{border:!0,borderStyle:"rounded",borderColor:t.error,title:`issues (${s.length})`,titleColor:t.error,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[a.map(({name:d,rt:f})=>{let g=jt(f);return ne("box",{height:1,flexDirection:"row",overflow:"hidden",onMouseDown:()=>i(d),children:[ne("box",{width:2,flexShrink:0,children:ne("text",{fg:Le(t,g),children:Ot(g)},void 0,!1,void 0,this)},void 0,!1,void 0,this),ne("box",{width:yp,flexShrink:0,overflow:"hidden",children:ne("text",{fg:Ne(d,t),wrapMode:"none",children:X(d,yp)},void 0,!1,void 0,this)},void 0,!1,void 0,this),ne("box",{width:l,flexShrink:0,overflow:"hidden",children:ne("text",{fg:t.muted,wrapMode:"none",children:ce(rT(f),l)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},d,!0,void 0,this)}),c>0?ne("text",{fg:t.muted,wrapMode:"none",children:`+${c} more \u2014 open a service to see details`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function sT(e){let{palette:t,leftover:n,width:r}=e,o=n.processes.slice(0,iT),i=n.processes.length-o.length,s=Math.max(8,r-xp-4);return ne("box",{border:!0,borderStyle:"rounded",borderColor:t.warning,title:"last session",titleColor:t.warning,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[ne("text",{fg:t.muted,wrapMode:"none",children:ce(`${n.session_id} ${n.profile||"(none)"}`,Math.max(8,r-4))},void 0,!1,void 0,this),o.map((a)=>ne("box",{height:1,flexDirection:"row",overflow:"hidden",children:[ne("box",{width:xp,flexShrink:0,overflow:"hidden",children:ne("text",{fg:t.text,wrapMode:"none",children:X(a.name,xp)},void 0,!1,void 0,this)},void 0,!1,void 0,this),ne("box",{width:s,flexShrink:0,overflow:"hidden",children:ne("text",{fg:t.muted,wrapMode:"none",children:ce(`pid ${a.pid} leftover`,s)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${a.name}-${a.pid}`,!0,void 0,this)),i>0?ne("text",{fg:t.muted,wrapMode:"none",children:`+${i} more leftover pids`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}function aT(e){let{palette:t,cfg:n,snap:r,google:o,width:i}=e,s=o?.userEmail,a=Wo(n,r?.identity,o).project,c=r?.logs.total??0,l=Uy(s,a,c,i);return ne(He,{palette:t,backgroundColor:t.element,edge:"top",children:ne("box",{height:1,flexDirection:"row",overflow:"hidden",backgroundColor:t.element,children:l.map((d,f)=>ne(ge,{palette:t,label:d.label,tone:d.tone},`${d.label}-${f}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)}var tT=4,yp=14,iT=4,xp=14;var Ab=D(()=>{Ee();at();be();_t();Ye();Pr();ze();up();vp()});import{useEffect as cT,useState as lT}from"react";import{jsxDEV as Q}from"@opentui/react/jsx-dev-runtime";function Db(e){let{palette:t,report:n,loading:r,progress:o,error:i,selected:s,onPick:a,onReload:c}=e,l=Ko(s,bp);if(r)return Q(dT,{palette:t,progress:o},void 0,!1,void 0,this);if(i)return Q(Cx,{palette:t,title:"Doctor failed",body:i},void 0,!1,void 0,this);if(!n)return Q($e,{palette:t,title:"Doctor",body:"Diagnostics have not run yet.",hint:"opening this screen runs doctor"},void 0,!1,void 0,this);let d=n.checks.filter((S)=>S.severity==="ok").length,f=n.checks.filter((S)=>S.severity==="warn").length,g=n.checks.filter((S)=>S.severity==="error").length,m=n.checks.length,x=Qi(m>0?d/m:0),v=g>0?t.error:f>0?t.warning:t.success;return Q(tt,{palette:t,title:`doctor ${n.issues} issue(s)`,children:[Q("box",{height:4,flexDirection:"column",flexShrink:0,alignItems:"center",justifyContent:"center",overflow:"hidden",border:!0,borderStyle:"rounded",borderColor:t.primary,backgroundColor:t.element,onMouseDown:c,children:[Q("text",{wrapMode:"none",children:[Q("span",{fg:t.inverse,bg:t.primary,children:" r "},void 0,!1,void 0,this),Q("span",{fg:t.primary,children:" RUN DOCTOR AGAIN"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q("text",{fg:t.muted,wrapMode:"none",children:"results stay cached until you refresh"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q("box",{height:1,flexShrink:0},void 0,!1,void 0,this),Q("box",{height:1,flexShrink:0,overflow:"hidden",children:Q("text",{wrapMode:"none",children:[Q("span",{fg:v,children:`[${x}]`},void 0,!1,void 0,this),Q("span",{fg:t.success,children:` ${d} ok`},void 0,!1,void 0,this),f>0?Q("span",{fg:t.warning,children:` \xB7 ${f} warn`},void 0,!1,void 0,this):null,g>0?Q("span",{fg:t.error,children:` \xB7 ${g} error`},void 0,!1,void 0,this):null,f===0&&g===0?Q("span",{fg:t.muted,children:" \xB7 all clear"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Q("box",{height:1,flexShrink:0},void 0,!1,void 0,this),Q("scrollbox",{ref:l,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:Q("box",{flexDirection:"column",overflow:"hidden",gap:1,children:n.checks.map((S,P)=>Q(uT,{palette:t,check:S,index:P,active:P===s,onPick:a},`${S.name}-${P}`,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function dT({palette:e,progress:t}){let[n,r]=lT(0);return cT(()=>{let o=setInterval(()=>r((i)=>(i+1)%Lb.length),120);return()=>clearInterval(o)},[]),Q("box",{flexGrow:1,alignItems:"center",justifyContent:"center",overflow:"hidden",children:Q("box",{width:"80%",maxWidth:52,height:10,flexShrink:1,border:!0,borderStyle:"rounded",borderColor:e.borderActive,backgroundColor:e.panel,flexDirection:"column",alignItems:"center",justifyContent:"center",overflow:"hidden",children:[Q("text",{wrapMode:"none",children:[Q("span",{fg:e.primary,children:`${Lb[n]} `},void 0,!1,void 0,this),Q("span",{fg:e.text,children:"devctl doctor"},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Q("box",{height:1,flexShrink:0},void 0,!1,void 0,this),Q("text",{fg:e.text,wrapMode:"none",children:`Checking ${t.active}`},void 0,!1,void 0,this),Q("box",{height:1,flexShrink:0},void 0,!1,void 0,this),t.checks.slice(-4).map((o,i)=>Q("text",{wrapMode:"none",children:[Q("span",{fg:Le(e,o.severity==="error"?"ERROR":o.severity==="warn"?"WARN":"OK"),children:`${Ot(o.severity==="error"?"ERROR":o.severity==="warn"?"WARN":"OK")} `},void 0,!1,void 0,this),Q("span",{fg:e.muted,children:o.name},void 0,!1,void 0,this)]},`${o.name}-${i}`,!0,void 0,this)),t.checks.length===0?Q("text",{fg:e.muted,children:"Waiting for the first result\u2026"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function uT(e){let{palette:t,check:n,index:r,active:o,onPick:i}=e,s=n.severity==="error"?"ERROR":n.severity==="warn"?"WARN":"OK";if(n.severity==="ok")return Q("box",{id:`${bp}-${r}`,flexDirection:"row",flexShrink:0,paddingLeft:1,overflow:"hidden",backgroundColor:o?t.highlight:void 0,onMouseDown:()=>i(r),children:Q("text",{wrapMode:"none",children:[Q("span",{fg:t.primary,children:o?"\u203A ":" "},void 0,!1,void 0,this),Q("span",{fg:Le(t,s),children:Ot(s)},void 0,!1,void 0,this),Q("span",{fg:o?t.primary:t.text,children:` ${n.name}`},void 0,!1,void 0,this),Q("span",{fg:t.muted,children:n.message?` \xB7 ${n.message}`:""},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this);let c=n.severity==="error"?t.error:t.warning;return Q("box",{id:`${bp}-${r}`,border:!0,borderStyle:"rounded",borderColor:o?t.borderActive:c,title:n.name,titleColor:c,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",backgroundColor:o?t.highlight:void 0,onMouseDown:()=>i(r),children:[Q("text",{wrapMode:"word",children:[Q("span",{fg:Le(t,s),children:`${Ot(s)} `},void 0,!1,void 0,this),Q("span",{fg:t.text,children:n.message},void 0,!1,void 0,this)]},void 0,!0,void 0,this),n.hint?Q("text",{fg:t.info,wrapMode:"word",children:`\u2192 ${n.hint}`},void 0,!1,void 0,this):null,o&&n.action?.kind==="free-port"?Q("text",{fg:t.primary,wrapMode:"none",children:`enter stop ${n.action.holder.command} (pid ${n.action.holder.pid})`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}var bp="doctor-row",Lb;var Ob=D(()=>{_t();Ee();be();Ye();Lb=["\u25D0","\u25D3","\u25D1","\u25D2"]});import{jsxDEV as Ae}from"@opentui/react/jsx-dev-runtime";function $b(e){let{palette:t,cfg:n,snap:r,profile:o,selected:i,onPick:s}=e,a=se(),c=Ko(i,Mb),l=Object.keys(n?.profiles??{}).sort();if(l.length===0)return Ae($e,{palette:t,title:"No profiles",body:"Add profiles.<name>.services in config.yaml."},void 0,!1,void 0,this);return Ae(tt,{palette:t,title:"profiles",children:[Ae("box",{height:1,flexShrink:0,overflow:"hidden",children:Ae("text",{fg:t.muted,wrapMode:"none",children:[`${l.length} profile${l.length===1?"":"s"} \xB7 current: `,Ae("span",{fg:t.success,children:o||"(none)"},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Ae("box",{height:1,flexShrink:0},void 0,!1,void 0,this),Ae("scrollbox",{ref:c,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:Ae("box",{flexDirection:"column",overflow:"hidden",gap:a.gap||1,children:l.map((d,f)=>{let g=d===o,m=f===i,x=n?.profiles[d]?.services??[],v=Object.keys(n?.profiles[d]?.environment??{}).length,S=m?t.borderActive:g?t.success:t.border,P=m?t.primary:g?t.success:t.muted;return Ae("box",{id:`${Mb}-${f}`,border:!0,borderStyle:"rounded",borderColor:S,title:d,titleColor:P,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,overflow:"hidden",backgroundColor:m?t.highlight:void 0,onMouseDown:()=>s(f),children:[Ae("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:Ae("text",{wrapMode:"none",children:[g?Ae("span",{fg:t.success,children:"\u25CF current profile"},void 0,!1,void 0,this):Ae("span",{fg:t.muted,children:"\u25CB not active"},void 0,!1,void 0,this),Ae("span",{fg:t.muted,children:` \xB7 ${x.length} service${x.length===1?"":"s"}`},void 0,!1,void 0,this),v>0?Ae("span",{fg:t.muted,children:` \xB7 ${v} env var${v===1?"":"s"}`},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)},void 0,!1,void 0,this),Ae("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:x.length===0?Ae("text",{fg:t.muted,wrapMode:"none",children:"(no services)"},void 0,!1,void 0,this):Ae("text",{wrapMode:"none",children:x.map((k,j)=>{let V=jt(r?.services[k]);return Ae("span",{children:[Ae("span",{fg:Le(t,V),children:Ot(V)},void 0,!1,void 0,this),Ae("span",{fg:Ne(k,t),children:` ${k}`},void 0,!1,void 0,this),j<x.length-1?Ae("span",{fg:t.muted,children:" "},void 0,!1,void 0,this):null]},k,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},d,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this),Ae(He,{palette:t,backgroundColor:t.element,edge:"top",children:Ae(De,{palette:t,hints:[{key:"space",label:"set current"},{key:"enter",label:"set and start"}]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Mb="profile-row";var Ib=D(()=>{_t();at();Ee();be();Ye()});import{jsxDEV as G,Fragment as jb}from"@opentui/react/jsx-dev-runtime";function pT(e){let t=e.toLowerCase();if(t==="iap")return"info";if(t==="service"||t==="service_account")return"primary";return"idle"}function fT(e,t,n){if(n||t>=500)return e.error;if(t===0||t>=400)return e.warning;return e.success}function gT(e,t){if(t.startsWith("sa:"))return{label:"SA",color:e.primary};if(t!=="")return{label:"USR",color:e.info};return{label:"\u2014",color:e.muted}}function yT(e){let{palette:t,req:n,cols:r}=e,o=fT(t,n.status,n.error),i=n.status>0?String(n.status):"ERR",s=gT(t,n.identity),a=n.route||Bb,c=n.error?`${n.path} \u2014 ${ce(n.error,vT)}`:n.path;return G("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[G("box",{width:wp,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:n.timestamp.slice(11,19)},void 0,!1,void 0,this)},void 0,!1,void 0,this),r.showMethod?G("box",{width:Nc,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.text,wrapMode:"none",children:X(n.method,Nc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,G("box",{width:Hc,flexShrink:0,overflow:"hidden",children:G("text",{fg:o,wrapMode:"none",children:X(i,Hc)},void 0,!1,void 0,this)},void 0,!1,void 0,this),r.showDur?G("box",{width:jc,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,wrapMode:"none",children:X(`${n.durationMs}ms`,jc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,G("box",{width:Bc,flexShrink:0,overflow:"hidden",children:G("text",{fg:s.color,wrapMode:"none",children:X(s.label,Bc)},void 0,!1,void 0,this)},void 0,!1,void 0,this),G("box",{width:r.routeCol,flexShrink:0,overflow:"hidden",children:G("text",{fg:n.route?t.info:t.muted,wrapMode:"none",children:X(a,r.routeCol)},void 0,!1,void 0,this)},void 0,!1,void 0,this),G("box",{flexGrow:1,overflow:"hidden",children:G("text",{fg:n.error?t.error:t.text,wrapMode:"none",children:c},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function xT(e){let{palette:t,cols:n}=e;return G("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:t.element,children:[G("box",{width:wp,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:X("TIME",wp)},void 0,!1,void 0,this)},void 0,!1,void 0,this),n.showMethod?G("box",{width:Nc,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:X("METHOD",Nc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,G("box",{width:Hc,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:X("ST",Hc)},void 0,!1,void 0,this)},void 0,!1,void 0,this),n.showDur?G("box",{width:jc,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:X("DUR",jc)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,G("box",{width:Bc,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:X("WHO",Bc)},void 0,!1,void 0,this)},void 0,!1,void 0,this),G("box",{width:n.routeCol,flexShrink:0,overflow:"hidden",children:G("text",{fg:t.muted,children:X("ROUTE",n.routeCol)},void 0,!1,void 0,this)},void 0,!1,void 0,this),G("box",{flexGrow:1,overflow:"hidden",children:G("text",{fg:t.muted,children:"PATH"},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function bT(e){let{palette:t,name:n,auth:r,identity:o,upstream:i,match:s,onMouseDown:a}=e;return G("box",{flexDirection:"column",flexShrink:0,overflow:"hidden",onMouseDown:a,children:[G("text",{fg:t.text,wrapMode:"none",children:n},void 0,!1,void 0,this),G("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:[G(ge,{palette:t,label:r||"no auth",tone:pT(r)},void 0,!1,void 0,this),o?G(ge,{palette:t,label:o,tone:"idle"},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),s?G("text",{fg:t.muted,wrapMode:"word",children:`match: ${s}`},void 0,!1,void 0,this):null,G("text",{fg:t.muted,wrapMode:"word",children:`\u2192 ${i}`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Wb(e){let{palette:t,cfg:n,snap:r,width:o,onSelectRoute:i}=e,s=r?.proxy.routes??[],a=new Map((n?.proxy.routes??[]).map((C)=>[C.name,C])),c=new Map((n?.proxy.routes??[]).map((C)=>[C.name,C.match])),l=r?.proxy.recentRequests??[],d=r?.proxy.requestTotal??0,f=r?.proxy.requestErrors??0,g=o<Mo,m=Math.max(Fb,Math.min(wT,Math.floor(o*0.36))),x=g?o-Nb:o-m-Nb,v=Math.max(20,x-2),S=v>=Hb,P=v>=ST,k=v>=Hb?kT:CT,j=l.reduce((C,y)=>Math.min(k,Math.max(C,(y.route||Bb).length+hT)),mT),V={showMethod:S,showDur:P,routeCol:j};return G(tt,{palette:t,title:"proxy",children:[G(je,{palette:t,items:[{text:r?.proxy.running?"RUNNING":"STOPPED",tone:r?.proxy.running?"success":"idle"},...r?.proxy.address?[{text:r.proxy.address,tone:"info"}]:[],{text:`${s.length} routes`,tone:s.length>0?"primary":"idle"},...d>0?[{text:`${d} requests`,tone:"idle"},...f>0?[{text:`${f} errors`,tone:"warning"}]:[]]:[]]},void 0,!1,void 0,this),G("box",{flexGrow:1,flexDirection:g?"column":"row",overflow:"hidden",children:[G("box",{flexGrow:g?1:0,flexBasis:g?0:void 0,flexShrink:0,minWidth:g?void 0:Fb,width:g?void 0:m,minHeight:g?8:void 0,border:!0,borderStyle:"rounded",borderColor:t.border,title:"routes",titleColor:t.primary,paddingLeft:1,paddingRight:1,flexDirection:"column",overflow:"hidden",children:s.length===0?G($e,{palette:t,title:"No proxy routes",body:"Add routes under proxy.routes or .devctl/proxy/routes.yaml."},void 0,!1,void 0,this):G(jb,{children:[i?G("text",{fg:t.muted,wrapMode:"word",children:"click a route for full details"},void 0,!1,void 0,this):null,G("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:G("box",{flexDirection:"column",overflow:"hidden",gap:1,children:s.map((C)=>{let y=c.get(C.name),B=y&&(y.host||y.path)?`${y.host||"*"}${y.path?y.path:""}`:void 0,h=a.get(C.name);return G(bT,{palette:t,name:C.name,auth:C.auth,identity:C.identity,upstream:C.upstream,match:B,onMouseDown:i?()=>i({name:C.name,authType:h?.auth.type||C.auth,identityType:h?.auth.identity.type??"",serviceAccount:h?.auth.identity.service_account||h?.auth.service_account||"",audience:h?.auth.audience??"",matchHost:h?.match.host??"",matchPath:h?.match.path??"",upstream:C.upstream}):void 0},C.name,!1,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),G("box",{flexGrow:1,flexBasis:0,minWidth:g?void 0:30,minHeight:g?10:void 0,border:!0,borderStyle:"rounded",borderColor:t.borderActive,title:"requests",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:l.length===0?G("box",{paddingLeft:1,paddingRight:1,children:G("text",{fg:t.muted,wrapMode:"word",children:r?.proxy.running?"No requests seen yet. Send one through the proxy to see it show up here \u2014 no need to restart or press r.":"Start the proxy, then send it a request to see live traffic here."},void 0,!1,void 0,this)},void 0,!1,void 0,this):G(jb,{children:[G(xT,{palette:t,cols:V},void 0,!1,void 0,this),G("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:G("box",{flexDirection:"column",overflow:"hidden",children:l.map((C)=>G(yT,{palette:t,req:C,cols:V},C.requestId,!1,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),G(He,{palette:t,backgroundColor:t.element,edge:"top",children:G(De,{palette:t,hints:[{key:"n",label:"start proxy"},{key:"x",label:"stop proxy"}]},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var wp=9,Nc=8,Hc=4,jc=8,Bc=4,mT=8,hT=2,vT=64,Bb="(none)",Fb=26,wT=56,Nb=2,Hb=46,ST=54,kT=20,CT=12;var Gb=D(()=>{_t();Ee();be()});import{jsxDEV as re}from"@opentui/react/jsx-dev-runtime";function qb(e){let{palette:t,name:n}=e;return re("box",{flexGrow:1,border:!0,borderStyle:"rounded",borderColor:t.borderActive,backgroundColor:t.panel,title:n,titleColor:Ne(n,t),flexDirection:"column",overflow:"hidden",children:re(Sp,{...e,compact:!1},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function Sp(e){let{palette:t,cfg:n,snap:r,name:o,reveal:i,width:s,compact:a=!0,envScrollRef:c}=e,l=se(),d=n?.services[o];if(!d)return re($e,{palette:t,title:"Unknown service",body:`No service named ${o}.`,hint:"j/k move"},void 0,!1,void 0,this);let f=r?.services[o],g=jt(f),m=f?.health??"UNKNOWN",x=jr(f)||rs(d,f),v=Hy(d,i,n?.secrets.extra_markers??[],n?.secrets.extra_patterns??[],e.resolvedEnv),S=e.envStatus==="error"?"error":e.envStatus==="resolved"?"success":e.envStatus==="loading"?"info":"muted",P=e.envStatus==="resolved"?"resolved":e.envStatus==="loading"?"resolving":e.envStatus==="error"?"config fallback":"config",k=s>=RT,j=[{label:"health",value:xc(d)},{label:"workdir",value:d.working_dir||"."},{label:"restart",value:wc(d)},{label:"caps",value:d.capabilities.join(", ")||"\u2014"},{label:"runtime",value:d.container?`${d.container.runtime||"docker"} \xB7 ${d.container.image}`:"host"}],V=[{label:"identity",value:bc(d,f)},{label:"depends",value:d.dependencies.map(Hs).join(", ")||"\u2014"},{label:"ports",value:rs(d,f)},{label:"tries",value:String(f?.restarts??0),tone:f?.restarts?"warning":"muted"}],C=Math.max(Gr+8,s-2),y=k?Math.floor(C/2):C;return re("box",{padding:l.pad,flexGrow:1,flexDirection:"column",overflow:"hidden",children:[re(je,{palette:t,items:[{text:g,tone:Kb(g)},{text:m,tone:Kb(m)},{text:f?.pid?`pid ${f.pid}`:"pid \u2014",tone:f?.pid?"info":"idle"},{text:x==="\u2014"?"port \u2014":`port ${x}`,tone:x==="\u2014"?"idle":"info"}]},void 0,!1,void 0,this),d.description?re("box",{height:1,overflow:"hidden",children:re("text",{fg:t.muted,wrapMode:"none",children:ce(d.description,Math.max(8,s-4))},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,f?.last_error?re("box",{height:1,overflow:"hidden",children:re("text",{fg:t.error,wrapMode:"none",children:ce(f.last_error,_T)},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,re(kp,{palette:t,item:{label:"command",value:yc(d)},valueWidth:Math.max(8,C-Gr)},void 0,!1,void 0,this),re(PT,{palette:t,left:j,right:V,wide:k,colWidth:y},void 0,!1,void 0,this),re(ET,{palette:t,entries:v,reveal:i,width:s,focused:!a,scrollRef:c,source:P,sourceTone:S,error:e.envError},void 0,!1,void 0,this),a?null:re(De,{palette:t,hints:[{key:"n",label:"start"},{key:"x",label:"stop"},{key:"R",label:"restart"},{key:"o",label:"config"},{key:"l",label:"logs"},{key:"/reveal",label:"secrets"},{key:"esc",label:"back"}]},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function PT(e){let{palette:t,left:n,right:r,wide:o,colWidth:i}=e,s=Math.max(4,i-Gr);if(!o)return re("box",{width:i,flexShrink:0,flexDirection:"column",overflow:"hidden",children:[...n,...r].map((a)=>re(kp,{palette:t,item:a,valueWidth:s},a.label,!1,void 0,this))},void 0,!1,void 0,this);return re("box",{height:n.length,flexShrink:0,flexDirection:"row",overflow:"hidden",children:[re(Ub,{palette:t,items:n,width:i},void 0,!1,void 0,this),re(Ub,{palette:t,items:r,width:i},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Ub(e){let t=Math.max(4,e.width-Gr);return re("box",{width:e.width,flexShrink:0,flexDirection:"column",overflow:"hidden",children:e.items.map((n)=>re(kp,{palette:e.palette,item:n,valueWidth:t},n.label,!1,void 0,this))},void 0,!1,void 0,this)}function kp(e){let{palette:t,item:n,valueWidth:r}=e,o=n.tone==="warning"?t.warning:n.tone==="muted"?t.muted:t.text;return re("box",{height:1,width:Gr+r,flexDirection:"row",overflow:"hidden",children:[re("box",{width:Gr,flexShrink:0,overflow:"hidden",children:re("text",{fg:t.muted,wrapMode:"none",children:X(n.label,Gr)},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("box",{width:r,flexShrink:0,overflow:"hidden",children:re("text",{fg:o,wrapMode:"none",children:X(n.value,r)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function ET(e){let{palette:t,entries:n,reveal:r,width:o,focused:i,scrollRef:s,source:a,sourceTone:c,error:l}=e,d=By(o),f=Math.max(8,o-d-4);return re("box",{flexGrow:1,flexDirection:"column",overflow:"hidden",children:[re(je,{palette:t,items:[{text:`env ${n.length}`,tone:n.length>0?"info":"idle"},{text:a,tone:c},{text:r?"secrets shown":"redacted",tone:r?"warning":"muted"}],hints:i?[{key:"j/k",label:"scroll"}]:[{key:"/reveal",label:"secrets"}]},void 0,!1,void 0,this),l?re("box",{height:1,overflow:"hidden",children:re("text",{fg:t.warning,wrapMode:"none",children:ce(l,Math.max(8,o-4))},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,n.length===0?re("text",{fg:t.muted,children:"no service env overrides"},void 0,!1,void 0,this):re("box",{flexGrow:1,height:"100%",overflow:"hidden",children:re("scrollbox",{ref:s,focused:i,stickyScroll:!1,scrollX:!1,style:{rootOptions:{flexGrow:1,height:"100%",overflow:"hidden",backgroundColor:t.panel},viewportOptions:{backgroundColor:t.panel},contentOptions:{backgroundColor:t.panel},scrollbarOptions:{trackOptions:{foregroundColor:t.primary,backgroundColor:t.element}}},children:re("box",{flexDirection:"column",overflow:"hidden",children:n.map((g)=>re("box",{height:1,flexDirection:"row",overflow:"hidden",children:[re("box",{width:d,flexShrink:0,overflow:"hidden",children:re("text",{fg:g.required?t.warning:t.muted,wrapMode:"none",children:X(g.required?`${g.key}*`:g.key,d)},void 0,!1,void 0,this)},void 0,!1,void 0,this),re("box",{width:f,flexShrink:0,overflow:"hidden",children:re("text",{fg:g.value===""?t.muted:t.text,wrapMode:"none",children:X(g.value===""&&g.required?"(required)":g.value,f)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},g.key,!0,void 0,this))},void 0,!1,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function Kb(e){switch(e.toUpperCase()){case"HEALTHY":case"RUNNING":return"success";case"UNHEALTHY":case"WARNING":case"WARN":case"STARTING":case"RESTARTING":return"warning";case"FAILED":case"ERROR":return"error";default:return"muted"}}var _T=72,RT=56,Gr=9;var Cp=D(()=>{Ee();_t();at();be();Ye();st()});import{jsxDEV as Zn}from"@opentui/react/jsx-dev-runtime";function Vb(e){let{palette:t,cfg:n,names:r,snap:o,selected:i,checked:s,width:a,reveal:c,onOpen:l,onSelectIndex:d,onToggle:f,resolvedEnv:g,envStatus:m,envError:x}=e;if(r.length===0)return Zn($e,{palette:t,title:"No services",body:"This configuration does not define any services."},void 0,!1,void 0,this);let v=a<Mo,S=r[i]??"",P=pc(a,r,v),k=4,j=v?Math.max(_p,a-k):Math.max(_p,a-P-k);return Zn("box",{flexGrow:1,flexDirection:v?"column":"row",overflow:"hidden",children:[Zn("box",{flexGrow:v?1:0,flexShrink:0,minWidth:v?void 0:ec,width:v?void 0:P,border:!0,borderStyle:"rounded",borderColor:t.borderActive,backgroundColor:t.panel,title:"services",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:[Zn(Fc,{palette:t,checked:s,idle:jo(o),profileName:"",members:""},void 0,!1,void 0,this),Zn("box",{flexGrow:1,overflow:"hidden",children:Zn(Ic,{palette:t,names:r,snap:o,selected:i,checked:s,width:cc(P),onOpen:l,onSelectIndex:d,onToggle:f},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),Zn("box",{flexGrow:2,minWidth:v?void 0:_p,minHeight:v?TT:void 0,border:!0,borderStyle:"rounded",borderColor:t.border,backgroundColor:t.panel,title:S||"detail",titleColor:S?Ne(S,t):t.primary,overflow:"hidden",flexDirection:"column",children:Zn(Sp,{palette:t,cfg:n,snap:o,name:S,reveal:c,width:j,resolvedEnv:g,envStatus:m,envError:x},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var _p=36,TT=12;var Jb=D(()=>{_t();Ee();Ye();Cp();up()});import{jsxDEV as he}from"@opentui/react/jsx-dev-runtime";function LT(e){switch(e){case"cycle":return"\u2194";case"toggle":return"\u23FB";case"page":return"\u25B8";case"action":return"!";default:return"\xB7"}}function Qb(e){let{palette:t,items:n,selected:r,locked:o,width:i,onPick:s,onActivate:a}=e,c=se(),l=Yu(n,r),d=Uo(n,l);return he("box",{flexGrow:1,border:!0,borderStyle:"rounded",borderColor:t.borderActive,backgroundColor:t.panel,title:"settings",titleColor:t.primary,flexDirection:"column",overflow:"hidden",children:[he("box",{height:2,paddingLeft:c.pad,flexShrink:0,flexDirection:"column",overflow:"hidden",children:[he("text",{fg:t.primary,wrapMode:"none",children:"Preferences"},void 0,!1,void 0,this),he("text",{fg:t.muted,wrapMode:"none",children:o?"DEVCTL_TUI_CONFIG is set \u2014 changes stay in this session.":"Changes save to your user tui.json unless noted."},void 0,!1,void 0,this)]},void 0,!0,void 0,this),he("box",{flexGrow:1,paddingLeft:c.pad,paddingRight:c.pad,overflow:"hidden",flexShrink:1,children:he(DT,{palette:t,items:n,active:l,scale:c,width:i,onPick:s,onActivate:a},void 0,!1,void 0,this)},void 0,!1,void 0,this),he(MT,{palette:t,item:d,scale:c},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function DT(e){let{palette:t,items:n,active:r,scale:o,width:i,onPick:s,onActivate:a}=e,c=Ko(r,Xb),l=Math.max(8,i-zb-Yb-10),d=0,f=vx(n);return he("scrollbox",{ref:c,focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:he("box",{flexDirection:"column",overflow:"hidden",children:f.map((g,m)=>{let x=d;d+=g.items.length;let v=r>=x&&r<x+g.items.length;return he("box",{border:!0,borderStyle:"rounded",borderColor:v?t.borderActive:t.border,title:`${g.group} (${g.items.length})`,titleColor:v?t.primary:t.muted,flexDirection:"column",flexShrink:0,marginBottom:m<f.length-1?Math.max(1,o.gap):0,paddingLeft:1,paddingRight:1,overflow:"hidden",children:[g.group==="MCP"?he("box",{height:1,overflow:"hidden",children:he("text",{fg:t.muted,wrapMode:"none",children:"dedicated page \u2014 also /mcp or /agent"},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,g.items.map((S,P)=>{let k=x+P;return he(OT,{index:k,palette:t,item:S,active:k===r,rowH:o.rowH,valueWidth:l,onPick:()=>s(k),onActivate:()=>a(S)},S.id,!1,void 0,this)})]},g.group,!0,void 0,this)})},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function OT(e){let{palette:t,index:n,item:r,active:o,rowH:i,valueWidth:s,onPick:a,onActivate:c}=e;return he("box",{id:`${Xb}-${n}`,height:i,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:o?t.highlight:void 0,onMouseDown:()=>{if(o){c();return}a()},children:[he("box",{width:2,flexShrink:0,overflow:"hidden",children:he("text",{fg:t.primary,children:o?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("box",{width:Yb,flexShrink:0,overflow:"hidden",children:he("text",{fg:o?t.primary:t.muted,children:LT(r.kind)},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("box",{width:zb,flexShrink:0,overflow:"hidden",children:he("text",{fg:o?t.primary:t.text,wrapMode:"none",children:r.name},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("box",{flexGrow:1,overflow:"hidden",children:he("text",{fg:$T(t,r,o),wrapMode:"none",children:ce(r.value,s)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function MT(e){let{palette:t,item:n,scale:r}=e,o=n?.id==="font",i=n?.kind==="page"?`${n.name} \u2192 dedicated page`:n?.name??"";return he("box",{height:AT,flexShrink:0,border:!0,borderStyle:"rounded",borderColor:t.border,title:"selected",titleColor:t.muted,backgroundColor:t.element,paddingLeft:r.pad,paddingRight:r.pad,flexDirection:"column",overflow:"hidden",children:[he("box",{height:1,overflow:"hidden",children:he("text",{fg:t.primary,wrapMode:"none",children:o?`${mx(r.steps)} ${r.label}`:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("box",{height:1,overflow:"hidden",children:he("text",{fg:t.text,wrapMode:"word",children:n?.detail??""},void 0,!1,void 0,this)},void 0,!1,void 0,this),he("box",{height:1,overflow:"hidden",children:he("text",{fg:t.muted,wrapMode:"none",children:n?n.kind==="info"?"read-only":n.hint:""},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function $T(e,t,n){if(t.id==="mouse")return t.value==="on"?e.success:e.text;if(t.kind==="page")return e.info;if(t.kind==="info")return e.text;return n?e.primary:e.text}var zb=14,Yb=2,AT=5,Xb="settings-row";var Zb=D(()=>{at();Ee();be();Cn()});import{useEffect as IT,useState as FT}from"react";import{jsxDEV as J}from"@opentui/react/jsx-dev-runtime";function Vo(e){let{palette:t,title:n,tone:r="muted",children:o}=e,i=r==="success"?t.success:r==="warning"?t.warning:r==="error"?t.error:t.border;return J("box",{border:!0,borderStyle:"rounded",borderColor:i,title:n,titleColor:i,flexDirection:"column",flexShrink:0,paddingLeft:1,paddingRight:1,marginBottom:1,overflow:"hidden",children:o},void 0,!1,void 0,this)}function Rp(e,t){if(t.color)return t.color;switch(t.tone){case"success":return e.success;case"warning":return e.warning;case"error":return e.error;case"primary":return e.primary;case"muted":return e.muted;default:return e.text}}function ds(e){let{palette:t,cells:n,header:r,gap:o=0,stripe:i}=e;return J("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,backgroundColor:i?t.element:void 0,children:n.map((s,a)=>J("box",{flexDirection:"row",flexShrink:0,overflow:"hidden",children:[a>0&&o>0?J("box",{width:o,flexShrink:0},void 0,!1,void 0,this):null,J("box",{width:s.width,flexShrink:0,overflow:"hidden",children:J("text",{fg:r?t.primary:Rp(t,s),wrapMode:"none",children:X(s.text,s.width)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},`${s.text}-${a}`,!0,void 0,this))},void 0,!1,void 0,this)}function ew(e){let{palette:t,width:n}=e;return J("box",{height:1,flexShrink:0,overflow:"hidden",children:J("text",{fg:t.border,wrapMode:"none",children:X("\u2500".repeat(Math.max(1,n)),n)},void 0,!1,void 0,this)},void 0,!1,void 0,this)}function ls(e){let{palette:t,facts:n,width:r}=e,o=Fu(n,r),i=[{text:"what",width:o.what},{text:"reading",width:o.reading}];if(o.meter>0)i.push({text:"used",width:o.meter});return i.push({text:"meaning",width:o.meaning}),J("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[J(ds,{palette:t,header:!0,gap:No,cells:i},void 0,!1,void 0,this),J(ew,{palette:t,width:r},void 0,!1,void 0,this),n.map((s,a)=>{let c=s.meaning===""?[""]:uc(s.meaning,Math.max(1,o.meaning)),l=s.meter?ry(s.meter):o.meter>0?"":void 0,d=[{text:s.what,width:o.what,tone:"text"},{text:s.reading,width:o.reading,tone:s.tone??"text"}];if(o.meter>0)d.push({text:l??"",width:o.meter,tone:s.meter?s.tone??"text":"muted"});return d.push({text:c[0]??"",width:o.meaning,tone:"muted"}),J("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[J(ds,{palette:t,gap:No,stripe:a%2===1,cells:d},void 0,!1,void 0,this),c.slice(1).map((f,g)=>{let m=[{text:"",width:o.what},{text:"",width:o.reading}];if(o.meter>0)m.push({text:"",width:o.meter});return m.push({text:f,width:o.meaning,tone:"muted"}),J(ds,{palette:t,gap:No,stripe:a%2===1,cells:m},`${s.what}-more-${g}`,!1,void 0,this)})]},`${s.what}-${s.reading}-${a}`,!0,void 0,this)})]},void 0,!0,void 0,this)}function tw(e){let{palette:t,cfg:n,snap:r,width:o,onRefresh:i}=e,s=se(),[,a]=FT(0);if(IT(()=>{let Re=setInterval(()=>{a((Qe)=>{let pe=Qe+1;if(i&&pe%HT===0)i();return pe})},NT);return()=>clearInterval(Re)},[i]),!n)return J($e,{palette:t,title:"No configuration loaded",body:"Add services to .devctl/config.yaml or finish setup."},void 0,!1,void 0,this);let c=Object.keys(n.services).sort(),l=c.some((Re)=>oy(n.services[Re])),d=Yv(c,r),f=uy(d,l),g=l&&d.live>0?d.healthy/d.live:d.total>0?d.live/d.total:0,m=Qi(g,jT),x=d.failed>0?"error":l&&d.live>0&&d.healthy<d.live?"warning":"success",v=ey(o,s.pad),S=r?.session_id?Fs(r.session_id):void 0,P=S?Ho(Date.now()-S.getTime()):"just started",k=r?.logs.total??0,j=r?.logs.errors??0,V=Zv(r?.logs.counts??{}),C=r?.proxy.routes??[],y=r?.credentials,B=(y?.entries??[]).filter((Re)=>Re.valid).length,h=r?.system,q=h?h.memAvailableKB??h.memFreeKB:0,M=h?sy(h.loadAvg1,h.cpuCount):void 0,Y=h?ay(q,h.memTotalKB):void 0,ue=[];if(h&&M&&Y)ue.push(M,Y,{what:"Computer",reading:iy(h.platform),meaning:`on for ${Ho(h.hostUptimeSec*BT)}`,tone:"text"});let Ie=d.failed>0||M?.tone==="error"||Y?.tone==="error"?"error":x==="warning"||M?.tone==="warning"||Y?.tone==="warning"?"warning":"success",ct=[{what:"This session",reading:P,meaning:"how long this run has been going",tone:"text"},{what:"Profile",reading:r?.profile||"none",meaning:"which group of services is selected",tone:r?.profile?"text":"muted"},{what:"This window",reading:r?.detached?"closed":"watching",meaning:r?.detached?"services keep running without this screen":"you are watching the services from here",tone:r?.detached?"warning":"text"},{what:"Project folder",reading:"",meaning:n.repoRoot,tone:"muted"}],oe=[{what:"Lines kept",reading:String(k),meaning:"log lines still in memory",tone:"text"},{what:"Error lines",reading:String(j),meaning:j>0?"open Logs and press e to see only errors":"no ERROR or FATAL lines",tone:j>0?"error":"muted"},...V.map(([Re,Qe])=>({what:Re,reading:String(Qe),meaning:"lines from this service",tone:"text"}))],Ge=[{what:"Web proxy",reading:r?.proxy.running?"on":"off",meaning:r?.proxy.running?`${C.length} apps${r.proxy.address?` at ${r.proxy.address}`:""}`:"not forwarding local URLs",tone:r?.proxy.running?"success":"muted"},{what:"Agent tools",reading:r?.mcp?.running?"on":"off",meaning:r?.mcp?.address?`Cursor talks to devctl at ${r.mcp.address}`:"turn on from Settings \u2192 MCP",tone:r?.mcp?.running?"success":"muted"},{what:"Google account",reading:r?.identity.user?"signed in":"not signed in",meaning:[r?.identity.user,r?.identity.project].filter(Boolean).join(" \xB7 ")||"no Google user for this session",tone:r?.identity.user?"success":"muted"},{what:"Saved tokens",reading:y?`${B} of ${y.entries.length} good`:"none",meaning:y?dy(y.backend):"nothing stored yet",tone:y&&B<y.entries.length?"warning":y?"success":"muted"}];return J(tt,{palette:t,title:"stats",scroll:!0,children:[J(Vo,{palette:t,title:`Your services ${d.live} of ${d.total} started`,tone:Ie,children:[J(ls,{palette:t,facts:f,width:v},void 0,!1,void 0,this),J("box",{height:1,flexShrink:0},void 0,!1,void 0,this),J("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:J("text",{wrapMode:"none",children:[J("span",{fg:t.muted,children:X(l?"Ready":"Started",Fu(f,v).what)},void 0,!1,void 0,this),J("span",{children:" ".repeat(No)},void 0,!1,void 0,this),J("span",{fg:Rp(t,{text:"",width:1,tone:x}),children:`[${m}]`},void 0,!1,void 0,this),J("span",{fg:Rp(t,{text:"",width:1,tone:x}),children:l?` ${d.healthy} of ${d.live||d.total} passing checks`:` ${d.live} of ${d.total} up`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this),h?J(Vo,{palette:t,title:"This computer",tone:M?.tone==="error"||Y?.tone==="error"?"error":M?.tone==="warning"||Y?.tone==="warning"?"warning":"success",children:J(ls,{palette:t,facts:ue,width:v},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,J(Vo,{palette:t,title:"This session",children:J(ls,{palette:t,facts:ct,width:v},void 0,!1,void 0,this)},void 0,!1,void 0,this),J(Vo,{palette:t,title:"Each service",tone:d.failed>0?"error":l&&d.live>0&&d.healthy<d.live?"warning":"success",children:d.total===0?J("text",{fg:t.muted,children:"No services in this project yet."},void 0,!1,void 0,this):J("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[J(WT,{palette:t,names:c,snap:r,width:v},void 0,!1,void 0,this),J("box",{height:1,flexShrink:0},void 0,!1,void 0,this),J("text",{fg:t.muted,wrapMode:"none",children:X("CPU is % of one core. RAM is what that process is holding now.",v)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),J(Vo,{palette:t,title:"Log lines",tone:j>0?"warning":"muted",children:J(ls,{palette:t,facts:oe,width:v},void 0,!1,void 0,this)},void 0,!1,void 0,this),J(Vo,{palette:t,title:"Other parts",children:J(ls,{palette:t,facts:Ge,width:v},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function WT(e){let{palette:t,names:n,snap:r,width:o}=e,i=ty(o),s=[{text:"service",width:i.name},{text:"status",width:en}];if(i.health)s.push({text:"check",width:Sn});if(i.cpu)s.push({text:"cpu",width:oc});if(i.mem)s.push({text:"ram",width:ic});if(i.up)s.push({text:"up",width:rc});if(i.rst)s.push({text:"restarts",width:hc});if(i.pid)s.push({text:"pid",width:Jn});return J("box",{flexDirection:"column",overflow:"hidden",flexShrink:0,children:[J(ds,{palette:t,header:!0,gap:vt,cells:s},void 0,!1,void 0,this),J(ew,{palette:t,width:o},void 0,!1,void 0,this),n.map((a,c)=>J(qT,{palette:t,name:a,rt:r?.services[a],cols:i,stripe:c%2===1},a,!1,void 0,this))]},void 0,!0,void 0,this)}function KT(e){if(e===void 0)return"muted";if(e>UT)return"error";if(e>GT)return"warning";return"text"}function qT(e){let{palette:t,name:n,rt:r,cols:o,stripe:i}=e,s=cy(r),a=ly(r),c=r?.restarts??0,l=[{text:n,width:o.name,color:Ne(n,t)},{text:s,width:en,color:Le(t,r?.state??"STOPPED")}];if(o.health)l.push({text:a,width:Sn,color:Le(t,r?.health??"UNKNOWN")});if(o.cpu)l.push({text:r?.cpuPercent!==void 0?py(r.cpuPercent):"\u2014",width:oc,tone:KT(r?.cpuPercent)});if(o.mem)l.push({text:r?.memoryKB!==void 0?tc(r.memoryKB):"\u2014",width:ic,tone:"text"});if(o.up)l.push({text:Qv(r),width:rc,tone:"text"});if(o.rst)l.push({text:String(c),width:hc,tone:c>0?"warning":"muted"});if(o.pid)l.push({text:r?.pid?String(r.pid):"\u2014",width:Jn,tone:"muted"});return J("box",{flexDirection:"column",flexShrink:0,overflow:"hidden",children:[J(ds,{palette:t,gap:vt,stripe:i,cells:l},void 0,!1,void 0,this),r?.last_error?J("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:J("text",{fg:t.error,wrapMode:"none",children:X(` ${r.last_error}`,Math.max(24,o.name+vt+en+Sn))},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this)}var NT=1000,HT=5,jT=16,BT=1000,GT=80,UT=100;var nw=D(()=>{_t();Ee();at();be();Ye();ze()});import{jsxDEV as ye}from"@opentui/react/jsx-dev-runtime";function rw(e){let{palette:t,cfg:n,google:r,bootError:o,bootErrorMissing:i=!1,step:s=0}=e,a=se();if(o&&!n)return i?ye($e,{palette:t,title:"No configuration found",body:"Would you like to run setup?",hint:"[Enter] Setup [Esc] Exit"},void 0,!1,void 0,this):ye($e,{palette:t,title:"Configuration error",body:o,hint:"Fix .devctl/config.yaml, then restart devctl [Esc] Exit"},void 0,!1,void 0,this);let c=n?Xt(n):["configuration not loaded"],l=VT(n,r,c),d=l.filter((k)=>k.ok).length,f=l.length,g=f>0?Math.round(d/f*100):0,m=20,x=Math.round(g/100*m),v="\u2588".repeat(x)+"\u2591".repeat(Math.max(0,m-x)),S=g===100?t.success:g===0?t.muted:t.primary,P=l[s];return ye(tt,{palette:t,title:"setup",scroll:!0,children:[ye("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:ye("text",{fg:t.primary,children:"Developer onboarding"},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{height:1,flexDirection:"row",overflow:"hidden",flexShrink:0,children:ye("text",{wrapMode:"none",children:[ye("span",{fg:S,children:`[${v}]`},void 0,!1,void 0,this),ye("span",{fg:t.text,children:` ${d}/${f} ready`},void 0,!1,void 0,this),ye("span",{fg:t.muted,children:` (${g}%)`},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this),ye("box",{height:1,flexShrink:0},void 0,!1,void 0,this),l.map((k,j)=>{let V=j===s;return ye("box",{height:a.rowH,flexDirection:"row",overflow:"hidden",backgroundColor:V?t.highlight:void 0,paddingLeft:1,children:[ye("box",{width:2,flexShrink:0,children:ye("text",{fg:Le(t,k.ok?"OK":"WARN"),children:Ot(k.ok?"OK":"WARN")},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{width:3,flexShrink:0,children:ye("text",{fg:V?t.primary:t.muted,children:String(j+1).padStart(2," ")},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{width:20,flexShrink:0,overflow:"hidden",children:ye("text",{fg:V?t.primary:t.text,children:k.name},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("box",{flexGrow:1,overflow:"hidden",children:ye("text",{fg:V?t.text:t.muted,wrapMode:"none",children:k.detail},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},k.name,!0,void 0,this)}),ye("box",{height:1,flexShrink:0},void 0,!1,void 0,this),P?ye("box",{border:!0,borderStyle:"rounded",borderColor:P.ok?t.success:t.warning,title:P.name,titleColor:P.ok?t.success:t.warning,flexDirection:"column",paddingLeft:1,paddingRight:1,flexShrink:0,overflow:"hidden",children:ye("text",{fg:P.ok?t.text:t.warning,wrapMode:"word",children:P.detail},void 0,!1,void 0,this)},void 0,!1,void 0,this):null,ye("box",{height:1,flexShrink:0},void 0,!1,void 0,this),ye("box",{flexDirection:"row",overflow:"hidden",flexShrink:0,children:ye(ge,{palette:t,label:"never hard-coded",tone:"idle"},void 0,!1,void 0,this)},void 0,!1,void 0,this),ye("text",{fg:t.muted,wrapMode:"word",children:"Service accounts and IAP audiences stay in configuration. Run `devctl setup` for the interactive CLI wizard."},void 0,!1,void 0,this),ye(De,{palette:t,hints:[{key:"j/k",label:"steps"},{key:"enter",label:n?"start":"begin setup"},{key:"esc",label:"exit"},{key:"o",label:"profiles"}]},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function VT(e,t,n=[]){let r=Object.values(e?.services??{}).flatMap((s)=>s.ports.filter((a)=>!a.auto)),o=(e?.proxy.routes??[]).some((s)=>s.auth.type.toLowerCase()==="iap"),i=Wo(e,void 0,t).project;return[{name:_n[0],ok:Boolean(e?.repoRoot),detail:e?.repoRoot||"unknown"},{name:_n[1],ok:Boolean(e?.project.name),detail:e?.project.name||"set project.name"},{name:_n[2],ok:Boolean(i),detail:i||"optional for local-only"},{name:_n[3],ok:t?.adcAvailable===!0,detail:t?.adcAvailable?"ADC available":"needed only for cloud identity / IAP"},{name:_n[4],ok:!0,detail:"read from configuration; never hard-coded"},{name:_n[5],ok:!o||(e?.proxy.routes??[]).every((s)=>s.auth.type.toLowerCase()!=="iap"||s.auth.audience!==""),detail:o?"IAP routes present":"no IAP routes"},{name:_n[6],ok:r.length===0||Boolean(e),detail:`${r.length} fixed ports from configuration`},{name:_n[7],ok:Object.keys(e?.profiles??{}).length>0,detail:`${Object.keys(e?.profiles??{}).length} profile(s)`},{name:_n[8],ok:n.length===0,detail:n.length===0?"configuration is valid":n[0]??"invalid"}]}var _n;var ow=D(()=>{st();_t();at();be();Ee();Ye();_n=["Repository","Environment","Google project","Authentication","Service accounts","IAP","Ports","Profiles","Validation"]});import{jsxDEV as U}from"@opentui/react/jsx-dev-runtime";function Ap(){return cu.flatMap((e)=>Ha.filter((t)=>t.category===e))}function Gc(){return Wc+Ap().length}function aw(){return Gc()+sw}function Uc(e){if(e<Wc||e>=Gc())return;return Ap()[e-Wc]}function Lp(e){let t=e-Gc();return t>=0&&t<sw?t:void 0}function cw(e){let{palette:t,snap:n,port:r,portDraft:o="",selected:i,onPick:s,onToggle:a,onCopy:c,onToggleTool:l}=e,d=se(),f=n?.mcp?.running===!0,g=n?.mcp?.port??r,m=n?.mcp?.address??Do(g),x=n?.mcp?.token??"",v=Ki(m,x),S=n?.mcp?.disabled_tools??[],P=Ap(),k=P.filter((C)=>!Kn(C.name,S)).length,j=v[Lp(i)??-1],V=j??v[0];return U(tt,{palette:t,title:"mcp settings",children:[U(je,{palette:t,items:[{text:f?"RUNNING":"STOPPED",tone:f?"success":"idle"},{text:`127.0.0.1:${g}`,tone:"info"}]},void 0,!1,void 0,this),U("box",{flexGrow:1,overflow:"hidden",children:U("scrollbox",{focused:!1,stickyScroll:!1,scrollX:!1,style:Te(t),children:U("box",{flexDirection:"column",overflow:"hidden",children:[U(Pp,{palette:t,text:"Server"},void 0,!1,void 0,this),U(iw,{palette:t,active:i===Ep,rowH:d.rowH,label:"Listen",value:f?"[ ON ]":"[ OFF ]",valueTone:f?"success":"muted",hint:f?"space or enter stop":"space or enter start",onPick:()=>s(Ep),onActivate:a},void 0,!1,void 0,this),U(iw,{palette:t,active:i===Tp,rowH:d.rowH,label:"Port",value:`\u2039 ${o===""?r:o} \u203A`,valueTone:"info",hint:o===""?"\u2190 \u2192 change type digits enter apply":"typing\u2026 enter apply \u232B erase",onPick:()=>s(Tp)},void 0,!1,void 0,this),U("box",{height:1,overflow:"hidden",children:U("text",{fg:t.muted,wrapMode:"none",children:f?"Listening on loopback. Agents use the URL and token in the JSON below.":"Server is stopped. Highlight Listen and press space to start it."},void 0,!1,void 0,this)},void 0,!1,void 0,this),U(Pp,{palette:t,text:"Tools",extra:k===0?"all enabled":`${k} disabled`},void 0,!1,void 0,this),U("box",{height:1,overflow:"hidden",children:U("text",{fg:t.muted,wrapMode:"none",children:"Disabled tools are hidden from agents and refused if called anyway."},void 0,!1,void 0,this)},void 0,!1,void 0,this),cu.map((C)=>{let y=P.filter((B)=>B.category===C);if(y.length===0)return null;return U("box",{flexDirection:"column",overflow:"hidden",children:[U("box",{height:1,marginTop:1,overflow:"hidden",children:U("text",{fg:t.muted,wrapMode:"none",children:JT[C]??C},void 0,!1,void 0,this)},void 0,!1,void 0,this),y.map((B)=>{let h=Wc+P.indexOf(B);return U(QT,{palette:t,tool:B,enabled:Kn(B.name,S),active:i===h,rowH:d.rowH,onPick:()=>s(h),onToggle:()=>l(B)},B.name,!1,void 0,this)})]},C,!0,void 0,this)}),U(Pp,{palette:t,text:"Copy agent config",extra:"highlight a row, then enter or click Copy"},void 0,!1,void 0,this),v.map((C,y)=>{let B=Gc()+y;return U(XT,{palette:t,snippet:C,active:i===B,rowH:d.rowH,onPick:()=>s(B),onCopy:()=>c(C)},C.kind,!1,void 0,this)}),U(ZT,{palette:t,snippet:V,selected:Boolean(j),brand:V?_c(V.kind,t):t.muted},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)},void 0,!1,void 0,this),U(He,{palette:t,backgroundColor:t.element,edge:"top",children:U(De,{palette:t,hints:YT(i,f)},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function YT(e,t){if(e===Ep)return[{key:"space",label:t?"stop server":"start server"},{key:"j/k",label:"move"}];if(e===Tp)return[{key:"\u2190\u2192",label:"change port"},{key:"0-9",label:"type port"},{key:"enter",label:"apply port"},{key:"j/k",label:"move"}];if(Uc(e))return[{key:"space",label:"enable / disable"},{key:"enter",label:"enable / disable"},{key:"j/k",label:"move"}];return[{key:"enter",label:"copy JSON"},{key:"space",label:"copy JSON"},{key:"j/k",label:"move"}]}function Pp(e){let t=e.extra?` \xB7 ${e.extra}`:"";return U("box",{height:1,marginTop:1,overflow:"hidden",children:U("text",{wrapMode:"none",children:[U("span",{fg:e.palette.primary,children:e.text},void 0,!1,void 0,this),U("span",{fg:e.palette.muted,children:t},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}function iw(e){let{palette:t,active:n,rowH:r,label:o,value:i,valueTone:s,hint:a,onPick:c,onActivate:l}=e,d=s==="success"?t.success:s==="info"?t.info:t.muted;return U("box",{height:r,flexDirection:"row",overflow:"hidden",backgroundColor:n?t.highlight:t.panel,onMouseDown:()=>{if(n&&l){l();return}c()},children:[U("box",{width:2,flexShrink:0,overflow:"hidden",children:U("text",{fg:t.primary,children:n?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{width:Dp,flexShrink:0,overflow:"hidden",children:U("text",{fg:n?t.primary:t.text,wrapMode:"none",children:o},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{width:zT,flexShrink:0,overflow:"hidden",children:U("text",{fg:d,wrapMode:"none",children:i},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{flexGrow:1,overflow:"hidden",children:U("text",{fg:n?t.text:t.muted,wrapMode:"none",children:a},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function XT(e){let{palette:t,snippet:n,active:r,rowH:o,onPick:i,onCopy:s}=e,a=_c(n.kind,t),c=cx(n.kind,t),l=n.language==="toml"?"Copy TOML":"Copy JSON";return U("box",{height:o,flexDirection:"row",overflow:"hidden",backgroundColor:r?t.highlight:t.panel,onMouseDown:i,children:[U("box",{width:2,flexShrink:0,overflow:"hidden",children:U("text",{fg:a,children:r?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{width:Dp,flexShrink:0,overflow:"hidden",children:U("text",{fg:a,wrapMode:"none",children:n.title},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{flexGrow:1,overflow:"hidden",children:U("text",{fg:t.muted,wrapMode:"none",children:n.path},void 0,!1,void 0,this)},void 0,!1,void 0,this),U(ge,{palette:t,label:l,bg:a,fg:c,onMouseDown:()=>{i(),s()}},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function QT(e){let{palette:t,tool:n,enabled:r,active:o,rowH:i,onPick:s,onToggle:a}=e;return U("box",{height:i,flexDirection:"row",overflow:"hidden",backgroundColor:o?t.highlight:t.panel,onMouseDown:()=>{if(o){a();return}s()},children:[U("box",{width:2,flexShrink:0,overflow:"hidden",children:U("text",{fg:t.primary,children:o?"\u203A":" "},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{width:5,flexShrink:0,overflow:"hidden",children:U("text",{fg:r?t.success:t.muted,wrapMode:"none",children:r?" ON ":" OFF "},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{width:Dp+4,flexShrink:0,overflow:"hidden",children:U("text",{fg:o?t.primary:r?t.text:t.muted,wrapMode:"none",children:n.label},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{width:7,flexShrink:0,overflow:"hidden",children:U("text",{fg:n.mutates?t.warning:t.muted,wrapMode:"none",children:n.mutates?"write":"read"},void 0,!1,void 0,this)},void 0,!1,void 0,this),U("box",{flexGrow:1,overflow:"hidden",children:U("text",{fg:o?t.text:t.muted,wrapMode:"none",children:o?`space or enter ${r?"disable":"enable"} ${n.name}`:n.summary},void 0,!1,void 0,this)},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}function ZT(e){let{palette:t,snippet:n,selected:r,brand:o}=e;if(!n)return null;let i=n.hint?` \xB7 ${n.hint}`:"";return U("box",{marginTop:1,flexDirection:"column",overflow:"hidden",children:[U("text",{fg:o,wrapMode:"none",children:r?`${n.title} \xB7 paste into ${n.path}${i}`:`Preview ${n.title} \xB7 j/k to a copy row, then enter`},void 0,!1,void 0,this),U("text",{fg:t.text,children:n.text},void 0,!1,void 0,this)]},void 0,!0,void 0,this)}var Ep=0,Tp=1,Wc=2,sw=4,JT,Dp=14,zT=14;var lw=D(()=>{at();be();Ye();ji();JT={inspect:"Inspect",logs:"Logs",diagnostics:"Diagnostics",control:"Control",setup:"Setup"}});async function dw(e,t){e.suspend();try{return await t()}finally{e.resume(),e.intermediateRender()}}import{existsSync as eA,readFileSync as uw,writeFileSync as tA}from"fs";import{useCallback as Z,useEffect as gt,useMemo as Rn,useRef as Xe,useState as O}from"react";import{RGBA as nA}from"@opentui/core";import{useKeyboard as rA,useRenderer as oA,useTerminalDimensions as iA}from"@opentui/react";import{jsxDEV as ie,Fragment as lA}from"@opentui/react/jsx-dev-runtime";function pw({controller:e,tui:t,onQuit:n,bootError:r,bootErrorMissing:o=!1,terminalBackground:i}){let s=oA(),{width:a,height:c}=iA(),[l,d]=O(t.theme||e?.cfg.ui.theme||"devctl"),f=Xe(l),[g,m]=O(t.mouse),x=Xe(t.mouse),[v,S]=O(t.leader_timeout),P=Xe(t.leader_timeout),[k,j]=O(()=>ss(t.font_size)),V=Xe(k),C=px(),y=Rn(()=>{let p=ax(l);if(Sc(l)!=="terminal"||!Ku(i))return p;let u=i??p.background;return{...p,background:u,panel:u,element:u,inverse:u}},[i,l]),B=Sc(l)==="terminal"&&Ku(i)?nA.defaultBackground(i??void 0):y.background,[h,q]=O(e?"dashboard":"setup"),[M,Y]=O("none"),[ue,Ie]=O(""),[ct,oe]=O(0),[Ge,Re]=O(0),[Qe,pe]=O(0),[Se,$t]=O([]),[N,Rt]=O(),nt=Rn(()=>hx({themeName:l,fontSize:k,mouse:g,leaderMs:v,locked:C,configPath:C?t.path||Xu():Xu(),mcpRunning:N?.mcp?.running===!0}),[k,v,g,C,N?.mcp?.running,l,t.path]),[Ve,Bt]=O([]),[lt,er]=O(!1),[mt,on]=O(!1),[sn,an]=O(!0),[Ur,_]=O(r??""),[cn,Pn]=O(),[Jt,Kc]=O(),[qc,us]=O(!1),[Jo,Np]=O(""),[Vc,Jc]=O(0),[ww,Hp]=O({active:"Preparing diagnostics",checks:[]}),jp=Xe(void 0),zo=Xe(0),[Sw,kw]=O({}),[Bp,Cw]=O(),[Ze,zc]=O(fc(e?.cfg)),[tr,_w]=O(""),[Kr,Wp]=O(!1),[En,Rw]=O(""),[ps,Yc]=O(!1),[Gp,Pw]=O(0),[qr,Up]=O(""),[fs,Ew]=O(""),[zt,It]=O(""),nr=aA,[Kp,Tw]=O(t.log_timestamps!==!1),[qp,Aw]=O(t.log_metadata!==!1),[Vp,Lw]=O(()=>[...gy]),[gs]=O(""),[rr]=O(""),[Tn,Dw]=O(!1),[ms,Jp]=O(),[Ow,Mw]=O(),[Vr,zp]=O(),[hs,Xc]=O(),[$w,Yp]=O(!1),[Xp,Jr]=O(""),[Yo,Qp]=O("focus"),[bt,An]=O(!1),[Iw,Xo]=O(Nr-1),[Qo,vs]=O(!1),[ln,ys]=O(-1),[Zp,Fw]=O(),[ef,tf]=O(""),[nf,Qc]=O(!1),[rf,of]=O(!1),sf=Xe([]),Zo=Xe(null),ei=Xe(null),ti=Xe(null),af=Xe(null),Zc=Xe(null),cf=Xe(null),el=Xe(null),lf=Xe(null),[tl,Nw]=O(""),[Hw,xs]=O(""),nl=Xe(""),rl=Xe(!1),[df,ni]=O(0),[bs,ol]=O(""),[ws,il]=O(),[jw,sl]=O([]),[uf,dn]=O(!1),[pf,al]=O("start"),[or,Ln]=O("quit"),[Dn,Bw]=O(()=>t.mcp_port??Lo(e?.cfg.repoRoot??process.cwd())),ri=Xe(void 0),cl=Xe(0),[T,Ww]=O(e?.cfg),Gw=e?.previousPersisted,[oi,ff]=O(void 0),gf=t.keybinds.copy??bn(),rt=Rn(()=>Object.keys(T?.services??{}).sort(),[T]),ii=Rn(()=>es(rt,Ve,Vp),[rt,Ve,Vp]),si=Rn(()=>hv(ue),[ue]),zr=Rn(()=>$y(ue),[ue]);gt(()=>{Lw((p)=>{let u=new Set(p),R=!1;for(let b of Ve)if(b.service!==""&&!rt.includes(b.service)&&!u.has(b.service))u.add(b.service),R=!0;return R?[...u].sort():p})},[Ve,rt]),gt(()=>{Re(0)},[ue]),gt(()=>{if(M==="palette")oe(0)},[M,ue]);let ot=Rn(()=>Bo(Ve,{service:zt,services:nr,errorOnly:mt,search:En,regex:Tn,source:rr,since:qr,until:fs,systemLogs:sn}),[mt,Tn,En,zt,nr,qr,rr,fs,Ve,sn]),Fe=Rn(()=>jv(ot,bt,df),[ot,bt,df]),On=Fe.items,un=Jv(h,{doctor:Jt?.checks.length??0,settings:nt.length,profiles:Object.keys(T?.profiles??{}).length,services:rt.length,logs:On.length,mcp:aw()}),mf=h==="logs"?Iw:Qe,te=un<=0?Math.max(0,mf):Math.max(0,Math.min(mf,un-1)),pn=h==="detail"?tr:h==="services"?rt[te]??"":"",Ss=hs?.name===pn,hf=Ss?hs?.env:void 0,vf=pn===""?"config":$w&&!Ss?"loading":Ss?"resolved":Xp!==""?"error":"config",yf=Ss||pn===""?"":Xp;gt(()=>{ys(-1),An(!1),Xo(Math.max(0,Math.min(Nr,ot.length)-1))},[mt,En,zt,sn]),gt(()=>{if(h!=="logs")vs(!1)},[h]),gt(()=>{if(h!=="logs"||bt)return;Xo(Math.max(0,Math.min(Nr,ot.length)-1))},[ot.length,bt,h]),gt(()=>{if(h==="settings")return;d(f.current),j(V.current),S(P.current),m(x.current)},[h]);let ll=Z(()=>{if(!bt)ni($u(ot.length)),An(!0)},[ot.length,bt]),ai=Z((p)=>{let u=Iu(p,un,Fe.start,Fe.newer);if(u.startDelta!==0){ni(Math.max(0,Fe.start+u.startDelta)),An(!0),Xo(u.selected);return}let R=Math.max(un-1,0),b=un>0&&(u.selected<R||Fe.newer>0);if(b&&!bt)ni($u(ot.length)),An(!0);else if(!b)An(!1);Xo(u.selected)},[ot.length,un,bt,Fe.newer,Fe.start]),ks=Z((p)=>{let u=On.length,R=Iu(p,u,Fe.start,Fe.newer);if(R.startDelta!==0)ni(Math.max(0,Fe.start+R.startDelta)),An(!0);ys(R.selected)},[On.length,Fe.newer,Fe.start]),dl=Z(()=>{if(An(!1),ys(-1),h==="logs")Xo(Math.max(0,Math.min(Nr,ot.length)-1));Pw((p)=>p+1),_(Fe.newer>0?`Jumped to latest (+${Fe.newer} new)`:"Jumped to latest logs")},[ot.length,Fe.newer,h]),et=Z(()=>{if(Y("none"),Ie(""),Yc(!1),ri.current)clearTimeout(ri.current)},[]),ul=Z((p)=>{$t((u)=>u.includes(p)?u.filter((R)=>R!==p):[...u,p])},[]),Ue=Z((p,u)=>{if(C){_(`${u} session only`);return}let R=dv(p);_(`${u} saved ${R}`)},[C]),Yr=Z((p)=>{d(p),f.current=p,Ue({theme:p},`theme ${p}`)},[Ue]),ci=Z(()=>{let p=!g;m(p),x.current=p,Ue({mouse:p},`mouse ${p?"on":"off"} restart TUI to apply clicks`)},[g,Ue]),Cs=Z((p)=>{S(p),P.current=p,Ue({leader_timeout:p},`leader ${p}ms`)},[Ue]),ir=Z((p)=>{let u=ss(p);j(u),V.current=u,Ue({font_size:u},`display ${Rc(u)}`)},[Ue]),xf=Z(()=>{let p=zu();d(p.theme),f.current=p.theme,m(p.mouse),x.current=p.mouse,S(p.leader_timeout),P.current=p.leader_timeout,j(p.font_size),V.current=p.font_size,Ue(p,"restored default preferences")},[Ue]),pl=Z((p)=>{if(p.id==="theme"){oe(Math.max(0,yt.indexOf(l))),Y("themes");return}if(p.id==="mouse"){ci();return}if(p.id==="leader"){Cs(v);return}if(p.id==="font"){ir(k);return}if(p.id==="reset"){Ln("reset-prefs"),Y("confirm");return}if(p.id==="mcp"){q("mcp"),pe(0);return}_(p.detail)},[ir,Cs,k,v,l,ci]),bf=Z((p)=>{let u=Uo(nt,te);if(!u)return;if(u.id==="theme"){Yr(fx(l,p));return}if(u.id==="leader"){Cs(gx(v,p));return}if(u.id==="font"){ir(Pc(k,p));return}if(u.id==="mouse")ci()},[ir,Cs,k,v,te,Yr,nt,l,ci]),Uw=Z(()=>{d(f.current)},[]),ve=Z(async()=>{if(!e)return;try{let p=await e.status();if(Rt(p),p.profile&&Ze==="")zc(p.profile);return p}catch(p){_(F(p));return}},[e,Ze]),Xr=Z(async()=>{if(!e){_("Supervisor is not running");return}_("Probing configured identities\u2026");try{let p=await e.refreshAuth();Rt((W)=>W?{...W,identity:p}:W);let u=Object.values(p.service_account_status),R=u.filter((W)=>W==="available").length,b=u.filter((W)=>W==="unavailable").length;_(u.length===0?"Identity refreshed \u2014 no service accounts configured":`Identity refreshed \u2014 ${R} available${b>0?`, ${b} unavailable`:""}`)}catch(p){_(F(p))}},[e]),_s=Z((p)=>{let u=Or(p);Bw(u);let R=T?.repoRoot??process.cwd();if(av(R,u)){Ue({mcp_port:null},`MCP port ${u} (default)`);return}Ue({mcp_port:u},`MCP port ${u}`)},[T,Ue]),Qr=Z(()=>{if(bs==="")return Dn;let p=sv(bs,Dn);return ol(""),_s(p),p},[Dn,bs,_s]),wf=Z(async(p)=>{if(!e||N?.mcp?.running!==!0)return;await e.mcpStop(),await e.mcpStart({port:p}),await ve()},[e,ve,N?.mcp?.running]),fl=Z(async(p)=>{if(!e){_("Supervisor is not running");return}let u=N?.mcp?.disabled_tools??[],R=Kn(p.name,u),b=R?[...u,p.name]:u.filter((W)=>W!==p.name);try{let W=await e.mcpSetTools(b);Ue({mcp_disabled_tools:W},`${p.label} ${R?"disabled":"enabled"}`),await ve()}catch(W){_(F(W))}},[e,Ue,ve,N]),Rs=Z(async()=>{if(!e){_("Supervisor is not running");return}try{if(N?.mcp?.running)await e.mcpStop(),Ue({mcp_enabled:!1},"MCP off"),_("MCP stopped");else await e.mcpStart({port:Dn}),Ue({mcp_enabled:!0},"MCP on"),_("MCP started");await ve()}catch(p){_(F(p))}},[e,Dn,Ue,ve,N?.mcp?.running]),gl=Z((p)=>{ep(p.text).then(()=>{_(`Copied ${p.title} snippet`)}).catch((u)=>{_(F(u))})},[]),Ps=Z((p)=>{let u=Lp(p);if(u===void 0)return!1;let R=N?.mcp?.address??Do(N?.mcp?.port??Dn),b=Ki(R,N?.mcp?.token??"")[u];if(!b)return!1;return gl(b),!0},[gl,Dn,N?.mcp?.address,N?.mcp?.port,N?.mcp?.token]),Zr=Rn(()=>({services:zt!==""?[zt]:nr,level:mt?"ERROR":gs,search:En,regex:Tn,source:rr,since:qr,until:fs}),[mt,gs,Tn,En,zt,nr,qr,rr,fs]),Es=Z(async()=>{if(!e)return;try{Fw(await e.logsStats(Zr))}catch(p){_(F(p))}},[e,Zr]),Sf=Z(async()=>{if(!e||lt)return;try{let p=await e.logsPage(Zr);Bt((u)=>hy(u,p.events)),tf(p.prevCursor),Qc(p.hasPrev),await Es()}catch(p){_(F(p))}},[e,Zr,lt,Es]),li=Z(()=>{Bt([]),Up(new Date().toISOString()),An(!1),_("Cleared on-screen log buffer")},[]),di=Z(()=>{an((p)=>!p)},[]);gt(()=>{ve().then(()=>Sf())},[ve,Sf]),gt(()=>{sf.current=Ve},[Ve]),gt(()=>{if(!e||rf||!yy(bt,Fe.start,nf))return;of(!0),e.logsPage({...Zr,cursor:ef,direction:"backward"}).then((p)=>{if(p.sessionChanged){_("Daemon session changed \u2014 older log history is no longer available"),Qc(!1);return}let u=sf.current,R=vy(u,p.events);if(Bt(R),R.length>u.length)ni((b)=>b+(R.length-u.length));tf(p.prevCursor),Qc(p.hasPrev)}).catch((p)=>_(F(p))).finally(()=>of(!1))},[e,Zr,rf,nf,bt,ef,Fe.start]),gt(()=>{if(!e||lt||h!=="logs")return;let p=setInterval(()=>{Es()},cA);return()=>clearInterval(p)},[e,lt,Es,h]),gt(()=>{if(!e)return;let p,u=!1,R=[],b=T&&T.logs.max_memory_events>0?T.logs.max_memory_events:50000,W=()=>{if(p=void 0,R.length>0){let w=R.splice(0,R.length);Bt((le)=>my(le,w,qr,b))}if(u)u=!1,ve()},Mn=e.onEvent((w)=>{if(w.type===fa&&w.payload&&typeof w.payload==="object"&&"event"in w.payload){let le=w.payload.event;if(!lt)R.push(le);if(!p)p=setTimeout(W,30);return}if(w.type===Ti){ff(Ky(w));return}if(w.type===ga)ff(void 0),e.configSnapshot().then(Ww).catch((le)=>_(F(le)));if(u=!0,!p)p=setTimeout(W,30)});return()=>{if(Mn(),p)clearTimeout(p)}},[e,qr,lt,ve]),gt(()=>{Lt(T?.google.project_id??"").then(Pn).catch((p)=>{_(F(p))})},[T?.google.project_id,N?.identity.project]),gt(()=>{if(h!=="doctor"||!T)return;let p=jp.current,u=N?.session_id??"";if(p?.cfg===T&&p.tick===Vc&&p.sessionID===u&&p.reloadError===oi)return;jp.current={cfg:T,tick:Vc,sessionID:u,reloadError:oi};let R=++zo.current;us(!0),Np(""),Hp({active:"Preparing diagnostics",checks:[]});let b;if(T.configPath!==""){b="";try{xi(T.repoRoot,T.configPath)}catch(W){b=F(W)}}Un(T,void 0,(W)=>{if(R===zo.current)Hp(W)},{services:N?.services,proxyRunning:N?.proxy.running,repositoryConfigError:b}).then((W)=>{if(R!==zo.current)return;Kc(W)}).catch((W)=>{if(R!==zo.current)return;Np(F(W))}).finally(()=>{if(R===zo.current)us(!1)})},[h,T,Vc,N?.session_id,oi]);let sr=Z((p)=>{_w(p),q("detail")},[]);gt(()=>{Xc(void 0),Jr("")},[T]),gt(()=>{if(!e||pn===""||!T?.services[pn])return;if(hs?.name===pn)return;let p=!1;return Yp(!0),Jr(""),e.execService(pn,[],!0).then((u)=>{if(p)return;Xc({name:pn,env:u.environment??{}}),Jr("")}).catch((u)=>{if(p)return;Jr(F(u))}).finally(()=>{Yp(!1)}),()=>{p=!0}},[T,e,pn,hs?.name]);let fn=Z(async(p,u)=>{if(!e||!T){_("no configuration loaded");return}try{let R=wa(T,{services:p,profile:u}),b=$i(T,R.services,R.profile);al("start"),sl(b.waves.flat().filter((w)=>Xi(N?.services[w]))),il(b),Y("plan"),dn(!0);let W=R.services.filter((w)=>!Xi(N?.services[w])),Mn=await e.start({services:W.length>0?W:R.services,profile:R.profile});await ve(),dn(!1),_(_y(Mn))}catch(R){dn(!1),await ve(),_(F(R))}},[T,e,ve,N]),Ts=Z(async(p)=>{if(!e||!T){_("no configuration loaded");return}let u=p.length>0?p:Object.entries(N?.services??{}).filter(([,R])=>R.state!=="STOPPED"&&R.state!=="UNKNOWN").map(([R])=>R);if(u.length===0){_("nothing to stop");return}try{let R=Ii(T,u);al("stop"),sl([]),il(R),Y("plan"),dn(!0),await e.stop(p),await ve(),dn(!1),_(Ry(R))}catch(R){dn(!1),await ve(),_(F(R))}},[T,e,ve,N]),ui=Z(async(p,u)=>{if(!e||!T){_("no configuration loaded");return}try{let R=Vv(T,p,u),b=$i(T,R.services,R.profile);al("restart"),sl([]),il(b),Y("plan"),dn(!0),await e.restart(p),await ve(),dn(!1),_(ts(b)===""?"Restarted selected services":`Restarted ${ts(b)}`)}catch(R){dn(!1),await ve(),_(F(R))}},[T,e,ve]),As=Z(async(p="")=>{let u=M==="log-details"&&ms?by(ms):M==="scroll-text"&&Vr?Vr.body:wy(ot),R=p===""?"":` \xB7 ${p}`;if(u.trim()===""){_(`No logs to copy${R}`);return}try{await ep(u);let b=u.split(`
628
+ `).length,W=M==="log-details"?"Copied log event":M==="scroll-text"?"Copied overlay text":`Copied ${b} log lines`;_(`${W}${R}`)}catch(b){_(F(b))}},[ot,ms,M,Vr]),ml=Z(()=>{if(!T)return;try{Nw(uw(T.configPath,"utf8")),xs(""),Y("config-edit")}catch(p){_(F(p))}},[T]),Kw=Z(()=>{if(!T)return;let p=lf.current?.plainText??tl,u=ao(T.repoRoot,T.configPath,p);if(u.length>0){xs(u.join(`
629
+ `)),_("Config buffer not saved");return}if(tA(T.configPath,p),xs(""),Y("none"),!e){_(`Wrote ${T.configPath}`);return}e.reload().then((R)=>{if(_(R.restart_required.length===0?"Configuration saved and reloaded":`Saved; restart required: ${R.restart_required.join(", ")}`),R.restart_required.length>0)Ln("reload"),Y("confirm");ve()})},[T,tl,e,ve]),gn=Z(async(p,u)=>{if(rl.current)return;if(rl.current=!0,p.name!=="start"&&p.name!=="stop"&&p.name!=="restart")Y("none");Ie("");let R=fy(u,Se);try{switch(p.name){case"exit":Ln("quit"),Y("confirm");return;case"help":Y("help");return;case"version":_(At()),Vi().then((b)=>_(wu(b))).catch((b)=>_(F(b)));return;case"update":_("checking for update\u2026"),Vi().then((b)=>_(wu(b))).catch((b)=>_(F(b)));return;case"themes":if(u[0]){Yr(u[0]);return}oe(Math.max(0,yt.indexOf(l))),Ie(""),Y("themes");return;case"settings":q("settings"),pe(0);return;case"dashboard":case"services":q(p.name);return;case"logs":if(u[0])It(u[0]);q("logs");return;case"fullscreen":q("logs"),vs((b)=>h==="logs"?!b:!0);return;case"auth":{let b=(u[0]??"").toLowerCase();if(b==="refresh"){q("auth"),await Xr();return}if(b==="login"){q("auth"),_("starting gcloud ADC login\u2026");try{await dw(s,()=>go()),Pn(await Lt(T?.google.project_id??"")),await Xr(),_("ADC login complete")}catch(W){_(F(W))}return}if(b==="logout"){q("auth"),_("revoking ADC\u2026");try{await sa(),Pn(await Lt(T?.google.project_id??"")),await Xr(),_("ADC revoked")}catch(W){_(F(W))}return}q("auth");return}case"credentials":case"proxy":case"mcp":case"config":case"profiles":case"setup":q(p.name);return;case"diff":if(!T){_("no configuration loaded");return}zp({title:"config sources",body:rx(T,Kr)}),Y("scroll-text");return;case"daemon":{let b=T?.repoRoot;if(!b){_("no repository");return}let W=dr(b);if(!eA(W)){_("no daemon bootstrap log yet for this repository");return}zp({title:"daemon bootstrap",body:uw(W,"utf8")}),Y("scroll-text");return}case"reload":if(!e)return;e.reload().then((b)=>{if(_(b.restart_required.length===0?"Configuration reloaded":`Reload requires restart: ${b.restart_required.join(", ")}`),b.restart_required.length>0)Ln("reload"),Y("confirm");ve()});return;case"doctor":q("doctor");return;case"stats":q("stats");return;case"start":await fn(R,Ze);return;case"stop":await Ts(R);return;case"restart":await ui(R,Ze);return;case"run":{let b=u[0]??"";if(!e||!b){_(b?"no daemon attached":"usage: /run <task>");return}try{let W=await e.runTask(b);It(`task:${b}`),q("logs"),_(`task ${b} exited ${W.code}`)}catch(W){throw It(`task:${b}`),q("logs"),W}return}case"exec":{let b=xv(u);if(!e||!b.service){_(b.service?"no daemon attached":"usage: /exec <service> -- <command\u2026>");return}if(b.printEnv){if(!T?.services[b.service]){_(`unknown service ${b.service}`);return}if(b.reveal)Wp(!0);_(`Resolving environment for ${b.service}\u2026`);try{let W=await e.execService(b.service,[],!0);Xc({name:b.service,env:W.environment??{}}),Jr(""),sr(b.service),_(`Resolved environment for ${b.service}`)}catch(W){Jr(F(W)),sr(b.service),_(F(W))}return}if(b.command.length===0){_("usage: /exec <service> -- <command\u2026>");return}try{let W=await e.execService(b.service,b.command);It(`${b.service}:exec`),q("logs"),_(`${b.service}:exec exited ${W.code}`)}catch(W){throw It(`${b.service}:exec`),q("logs"),W}return}case"refresh":if(h==="auth"){await Xr();return}await ve(),_("Refreshed status and logs");return;case"pause":er((b)=>!b),q("logs");return;case"filter":on((b)=>!b),q("logs");return;case"system":di(),q("logs");return;case"clear":li();return;case"reveal":{let b=!Kr;Wp(b),_(b?"Secrets visible this session":"Secrets hidden");return}case"wrap":{let b=Mu(Yo);Qp(b),_(`Log ${zi(b)}`);return}case"copy":await As();return;case"export":{let b=_o(u[0]);if(e)await e.logs({export:b,services:nr,level:mt?"ERROR":gs,search:En,regex:Tn,source:rr});else Ta(b,ot);nl.current=b,_(`Exported ${b}`);return}case"exports":{let b=nl.current||lr();Aa(b),_(`Opened ${lr()}`);return}case"regex":Dw((b)=>!b),_(Tn?"Substring search":"Regex search");return;case"since":Up(u[0]||new Date(Date.now()-3600000).toISOString()),_(`Logs since ${u[0]||"1h"}`);return;case"until":Ew(u[0]||new Date().toISOString()),_(`Logs until ${u[0]||"now"}`);return;case"history":{let{listSessions:b,loadSessionEvents:W}=await Promise.resolve().then(() => (Ar(),uh)),Mn=b(),w=u[0]||Mn[0];if(!w){_("No persisted log sessions");return}Bt(W(w)),_(`Loaded session ${w}`);return}case"buffer":ml();return;case"edit":{if(!T)return;let b=process.env.DEVCTL_EDITOR||process.env.EDITOR,W=b?[b,T.configPath]:process.platform==="darwin"?["open",T.configPath]:["xdg-open",T.configPath];Bun.spawn({cmd:W,stdout:"ignore",stderr:"ignore",stdin:"ignore"}),_(`Opened ${T.configPath} in ${W[0]}. Run /reload after saving.`);return}default:_(`/${p.name}`)}}catch(b){_(F(b))}finally{setTimeout(()=>{rl.current=!1},sA)}},[ui,fn,Ts,Se,T,li,e,As,mt,ot,gs,Tn,En,nr,rr,Yo,ml,sr,Yr,Ze,ve,Xr,s,Kr,h,l,di]),qw=Z(()=>{let p=nl.current||lr();Aa(p),_(`Opened ${lr()}`)},[]),hl=Z(()=>{let p=Hr(si,Ge);if(!p){_(ue.trim()===""?"pick a command from the list":`unknown command /${ue}`),et();return}let R=qi(ue)?.name===p.name?vv(ue):[];gn(p,R)},[et,si,ue,gn,Ge]),kf=Z((p)=>{Yr(p),et()},[et,Yr]),Vw=Z((p)=>{let u=qi(p);if(u)gn(u,[])},[gn]),Cf=Z(()=>{if(M==="palette"){let p=Hr(zr,ct);if(p)gn(p,[]);return}hl()},[M,ct,zr,gn,hl]),Jw=Z(()=>{if(T?.shutdown.stop_services_on_exit===void 0){Ln("quit"),Y("confirm");return}n(T.shutdown.stop_services_on_exit===!1)},[T,n]),zw=Z(()=>{if(or==="quit"){n(!1);return}if(or==="reload"){et();let p=N?.restart_required??[];if(p.length>0)ui(p,Ze);return}if(or==="reset-prefs"){et(),xf();return}if(or==="free-port"){let p=Bp;if(et(),!p)return;ca(p).then(()=>{_(`Stopped ${p.command} (pid ${p.pid}) on port ${p.port}`),Jc((u)=>u+1)}).catch((u)=>{_(F(u))});return}et(),fn([],Ze)},[xf,ui,fn,et,or,n,Bp,Ze,N]),Yw=Z(()=>{if(h==="logs"){let u=On[te];if(u)Jp(u),Y("log-details");return}if(h==="profiles"){let R=Object.keys(T?.profiles??{}).sort()[te];if(R)zc(R),Ln("start-profile"),Y("confirm");return}if(h==="doctor"){let u=Jt?.checks[te];if(u?.action?.kind==="free-port"){let R=u.action.holder;Cw(R),kw({port:R.port,pid:R.pid,process:R.command}),Ln("free-port"),Y("confirm")}return}if(h==="mcp"){if(te===0){Rs();return}if(te===1){Qr();return}let u=Uc(te);if(u){fl(u);return}Ps(te);return}if(h==="settings"){let u=Uo(nt,te);if(u)pl(u);return}if(h==="dashboard"&&jo(N)){fn([],Ze);return}let p=rt[te];if(p&&(h==="dashboard"||h==="services"))sr(p)},[pl,Qr,fn,T,Ps,Jt,te,On,rt,sr,Ze,h,nt,N,Rs]);rA((p)=>{let u=(p.name??"").toLowerCase(),R=Ix(p,t),b=$x(p,t);if(R&&!b){if(h==="mcp"&&Ps(te))return;As();return}if(b){let w=Date.now();if(Fx(w,cl.current)){cl.current=0,Jw();return}cl.current=w;let le="Ctrl+C again to quit";if(R)As(le);else _(`Press ${le}`);return}if(p.ctrl&&(u==="="||u==="+"||u==="plus")){ir(Pc(k,1));return}if(p.ctrl&&(u==="-"||u==="_"||u==="minus")){ir(Pc(k,-1));return}if(p.ctrl&&u==="0"){ir(zu().font_size);return}if(M==="confirm"){if(u==="escape"){et();return}if(or==="quit"&&u==="d"){n(!0);return}if(u==="return")zw();return}if(M==="log-details"||M==="scroll-text"){if(u==="escape"){et();return}let w=M==="log-details"?af.current:cf.current;if(u==="down"||u==="j"){Be(w,t.scroll_speed);return}if(u==="up"||u==="k"){Be(w,-t.scroll_speed);return}if(Lc(p)){Be(w,Yi(c));return}if(Dc(p)){Be(w,-Yi(c));return}return}if(M==="route-details"){if(u==="escape"||u==="return"){et();return}if(u==="down"||u==="j"){Be(Zc.current,t.scroll_speed);return}if(u==="up"||u==="k"){Be(Zc.current,-t.scroll_speed);return}return}if(M==="plan"){if(u==="escape"||u==="return"&&!uf){et();return}if(u==="down"||u==="j"){Be(el.current,t.scroll_speed);return}if(u==="up"||u==="k"){Be(el.current,-t.scroll_speed);return}return}if(M==="help"){if(u==="escape"){et();return}if(u==="down"||u==="j"){Be(ei.current,1);return}if(u==="up"||u==="k"){Be(ei.current,-1);return}if(u==="pagedown"||Lc(p)){Be(ei.current,cp);return}if(u==="pageup"||Dc(p)){Be(ei.current,-cp);return}return}if(M==="themes"){if(u==="escape"){Uw(),et();return}if(u==="down"||u==="j"){oe((w)=>{let le=Math.min(w+1,yt.length-1),mn=yt[le];if(mn)d(mn);return le});return}if(u==="up"||u==="k"){oe((w)=>{let le=Math.max(0,w-1),mn=yt[le];if(mn)d(mn);return le});return}if(u==="return"){let w=yt[ct%yt.length];if(w)kf(w)}return}if(M==="leader"){if(ri.current)clearTimeout(ri.current);Y("none");let w=yv(u),le=w?qi(w):void 0;if(le)gn(le,[]);return}if(M==="config-edit"){if(u==="escape"){xs(""),et();return}if(p.ctrl&&u==="s"){Kw();return}return}if(Px(M)){if(u==="escape"){et();return}if(M==="slash"&&u==="down"){Re((w)=>Math.min(Math.max(si.length-1,0),w+1));return}if(M==="slash"&&u==="up"){Re((w)=>Math.max(0,w-1));return}if(M==="slash"&&u==="tab"){if(p.shift){Re((le)=>Math.max(0,le-1));return}let w=Hr(si,Ge);if(w)Ie(`${w.name} `);return}if(M==="slash"&&u==="return"){hl();return}if(M==="palette"&&u==="down"){oe((w)=>Math.min(w+1,Math.max(zr.length-1,0)));return}if(M==="palette"&&u==="up"){oe((w)=>Math.max(0,w-1));return}if(M==="palette"&&u==="return"){let w=Hr(zr,ct);if(w)gn(w,[])}return}if(ps){if(u==="escape")Yc(!1);return}if(Ex(p,t)){Y("leader"),ri.current=setTimeout(()=>Y("none"),v);return}if(Tx(p,t)){Ie(""),oe(0),Y("palette");return}if(Ax(p,t)){Ie(""),Re(0),Y("slash");return}if(Lx(p,t)){Y("help");return}if(Dx(p,t)||h==="logs"&&u==="f"&&!p.ctrl&&!p.meta){q("logs"),Yc(!0);return}if(u==="escape"){if(Qo){vs(!1);return}if(h==="detail"){q("services");return}if(h==="setup")if(e)q("dashboard");else n(!0);return}if(u==="z"&&(h==="logs"||h==="dashboard")&&!p.ctrl&&!p.meta){q("logs"),vs((w)=>h==="logs"?!w:!0);return}let W=(h==="logs"||h==="dashboard")&&!ps;if(W&&(u==="left"||u==="["||h==="logs"&&u==="h")){It(Hu(ii,zt,-1));return}if(W&&(u==="right"||u==="]"||h==="logs"&&u==="l")){It(Hu(ii,zt,1));return}if(h==="logs"&&!ps&&u.length===1&&u>="1"&&u<="9"){let w=Cy(ii,Ve,Number(u));if(w!==void 0)It(w);return}if(u==="tab"){q(p.shift?Oy(h):Dy(h));return}let Mn=zv(u);if(Mn){q(Mn);return}if((h==="dashboard"||h==="setup")&&u==="o"){q("profiles");return}if((h==="dashboard"||h==="services")&&(u==="*"||p.shift&&u==="8")){$t([...rt]),_(`Selected ${rt.length} services`);return}if((h==="dashboard"||h==="services")&&(u==="-"||u==="_"||u==="minus")){$t([]),_("Selection cleared");return}if((h==="dashboard"||h==="services")&&u==="n"){fn(vc(Se,rt[te]??""),Ze);return}if((h==="dashboard"||h==="services")&&u==="x"){Ts(vc(Se,rt[te]??""));return}if((h==="dashboard"||h==="services"||h==="detail")&&Ox(p)){ui(vc(Se,rt[te]??tr),Ze);return}if((h==="dashboard"||h==="services")&&u==="r"){ve(),_("Refreshed");return}if(h==="auth"&&u==="r"){Xr();return}if(h==="logs"&&u==="t"){let w=!Kp;Tw(w),Ue({log_timestamps:w},w?"timestamps on":"timestamps off");return}if(h==="logs"&&u==="m"){let w=!qp;Aw(w),Ue({log_metadata:w},w?"metadata on":"metadata off");return}if(u==="down"||u==="j"){if(h==="mcp"&&te===1)Qr();if(h==="config"){Be(Zo.current,t.scroll_speed);return}if(h==="detail"){Be(ti.current,t.scroll_speed);return}if(h==="logs"){ai(te+1);return}if(h==="dashboard"&&ln>=0){ks(ln+1);return}pe((w)=>Math.min(Math.max(un-1,0),w+1));return}if(u==="up"||u==="k"){if(h==="mcp"&&te===1)Qr();if(h==="config"){Be(Zo.current,-t.scroll_speed);return}if(h==="detail"){Be(ti.current,-t.scroll_speed);return}if(h==="logs"){ai(te-1);return}if(h==="dashboard"&&ln>=0){ks(ln-1);return}pe((w)=>Math.max(0,Math.min(w,Math.max(un-1,0))-1));return}if(Lc(p)){let w=Yi(c);if(h==="config"){Be(Zo.current,w);return}if(h==="detail"){Be(ti.current,w);return}if(h==="logs"){ai(te+w);return}if(h==="dashboard"&&(bt||ln>=0)){ks(Math.max(0,ln)+w);return}pe((le)=>Math.min(Math.max(un-1,0),le+w));return}if(Dc(p)){let w=Yi(c);if(h==="config"){Be(Zo.current,-w);return}if(h==="detail"){Be(ti.current,-w);return}if(h==="logs"){ai(te-w);return}if(h==="dashboard"&&(bt||ln>=0)){ks(Math.max(0,ln)-w);return}pe((le)=>Math.max(0,le-w));return}if(h==="proxy"&&u==="n"){e?.proxyStart().then(async()=>{_("Proxy started"),await ve()});return}if(h==="proxy"&&u==="x"){e?.proxyStop().then(async()=>{_("Proxy stopped"),await ve()});return}if(h==="detail"&&tr!==""){if(u==="n"){fn([tr],Ze);return}if(u==="x"){Ts([tr]);return}if(u==="o"){q("config");return}if(u==="l"){It(tr),q("logs");return}}if(h==="mcp"&&te===1&&(u==="left"||u==="h")){let w=Or(Qr()-1);_s(w),wf(w);return}if(h==="mcp"&&te===1&&(u==="right"||u==="l")){let w=Or(Qr()+1);_s(w),wf(w);return}if(h==="mcp"&&te===1&&(u==="backspace"||u==="delete")){ol((w)=>iv(w));return}if(h==="mcp"&&te===1&&u.length===1&&u>="0"&&u<="9"){ol((w)=>ov(w,u));return}if(h==="settings"&&(u==="left"||u==="h")){bf(-1);return}if(h==="settings"&&(u==="right"||u==="l")){bf(1);return}if(u==="space"){if(h==="profiles"){let mn=Object.keys(T?.profiles??{}).sort()[te];if(mn)zc(mn),_(`Profile ${mn}`);return}if(h==="mcp"){if(te===0){Rs();return}let le=Uc(te);if(le){fl(le);return}Ps(te);return}if(h==="logs")return;if(h==="settings"){if(Uo(nt,te)?.id==="mouse")ci();return}let w=rt[te];if(w)ul(w);return}if(u==="return"){if(h==="setup"&&!e){if(!o){_(r||"Existing configuration is invalid \u2014 fix it and restart devctl.");return}Promise.resolve().then(() => (jd(),zm)).then(({createStarterConfig:w})=>{try{let le=w(process.cwd());_(`Wrote ${le}. Restart devctl or run the CLI wizard.`)}catch(le){_(F(le))}});return}if(h==="setup"&&e){fn([],Ze);return}Yw();return}if(u==="q"){if(T?.shutdown.stop_services_on_exit===!1){n(!0);return}if(T?.shutdown.stop_services_on_exit===!0){n(!1);return}Ln("quit"),Y("confirm");return}if(zn(p,t,"services","s")&&M==="none"&&h!=="logs"){q("services");return}if(zn(p,t,"logs","l")&&M==="none"&&h!=="detail"&&h!=="logs"&&h!=="settings"){q("logs");return}if(zn(p,t,"auth","a")&&M==="none"){q("auth");return}if(zn(p,t,"proxy","p")&&M==="none"&&h!=="logs"){q("proxy");return}if(zn(p,t,"doctor","d")&&M==="none"&&h!=="doctor"){q("doctor");return}if(zn(p,t,"config","c")&&M==="none"){q("config");return}if(zn(p,t,"setup","u")&&M==="none"){q("setup");return}if(h==="config"&&u==="e"){gn(qi("/edit")??{name:"edit",aliases:[],desc:"",leader:"",group:"ui"},[]);return}if(h==="config"&&u==="v"){ml();return}if(h==="doctor"&&u==="r"){Jc((w)=>w+1),_("Re-running doctor");return}if(h==="logs"&&u==="p"){er((w)=>!w);return}if((h==="logs"||h==="dashboard")&&u==="g"){dl();return}if((h==="logs"||h==="dashboard")&&u==="w"){let w=Mu(Yo);Qp(w),_(`Log ${zi(w)}`);return}if((h==="logs"||h==="dashboard")&&u==="e"){on((w)=>!w);return}if((h==="logs"||h==="dashboard")&&u==="i"){di(),_(sn?"Hiding internal auth/mcp/devctl/proxy logs":"Showing internal logs");return}if((h==="logs"||h==="dashboard")&&Mx(p))li()});let _f=Wy(or,Ze,Sw),Xw=new Set(ws?.waves.flat()??[]),Qw=ws===void 0||pf==="stop"?"":Object.entries(N?.services??{}).find(([p,u])=>Xw.has(p)&&u.state==="FAILED")?.[0]??"";return ie(Qu.Provider,{value:as(k),children:ie("box",{flexDirection:"column",width:a,height:c,backgroundColor:B,overflow:"hidden",children:[Qo?null:ie(lA,{children:[ie(bx,{palette:y,cfg:T,snap:N,google:cn,profile:Ze,reveal:Kr,width:a},void 0,!1,void 0,this),ie(wx,{palette:y,screen:h,width:a,onSelect:q},void 0,!1,void 0,this),oi?ie("box",{height:1,paddingLeft:1,backgroundColor:y.panel,overflow:"hidden",children:ie("text",{fg:y.error,wrapMode:"none",children:`\u26A0 configuration reload failed: ${oi}`},void 0,!1,void 0,this)},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),ie("box",{flexGrow:1,overflow:"hidden",children:[h==="dashboard"?ie(Tb,{palette:y,cfg:T,snap:N,logs:Ve,names:rt,selected:te,checked:Se,profile:Ze,google:cn,width:a,paused:lt,followTick:Gp,logService:zt,errorOnly:mt,showSystemLogs:sn,onOpen:sr,onSelectIndex:pe,selectedLog:ln,onToggle:ul,logSources:ii,onFilterService:It,onToggleErrors:()=>on((p)=>!p),onToggleSystemLogs:di,onClearLogs:li,onShowErrors:()=>{It(""),on(!0)},wrapMode:Yo,view:On,follow:!bt,onLeaveLatest:ll,onPickLog:(p)=>{let u=On[p];if(!u)return;ys(p),Jp(u),ll()},viewStart:Fe.start,viewTotal:ot.length,newer:Fe.newer,onJumpLatest:dl,facets:Zp,leftover:Gw},void 0,!1,void 0,this):null,h==="services"?ie(Vb,{palette:y,cfg:T,names:rt,snap:N,selected:te,checked:Se,width:a,reveal:Kr,onOpen:sr,onSelectIndex:pe,onToggle:ul,resolvedEnv:hf,envStatus:vf,envError:yf},void 0,!1,void 0,this):null,h==="detail"?ie(qb,{palette:y,cfg:T,snap:N,name:tr,reveal:Kr,width:a,envScrollRef:ti,resolvedEnv:hf,envStatus:vf,envError:yf},void 0,!1,void 0,this):null,h==="logs"?ie(Pb,{palette:y,logs:Ve,names:rt,logSources:ii,service:zt,paused:lt,errorOnly:mt,showSystemLogs:sn,search:En,searchFocused:ps,followTick:Gp,width:a,onSearch:Rw,onService:It,onToggleErrors:()=>on((p)=>!p),onToggleSystemLogs:di,onClearLogs:li,source:rr,regex:Tn,services:nr,showTimestamps:Kp,showMeta:qp,view:On,wrapMode:Yo,selected:te,follow:!bt,newer:Fe.newer,viewStart:Fe.start,viewTotal:ot.length,onSelect:ai,fullscreen:Qo,onLeaveLatest:ll,onOpenExports:qw,onJumpLatest:dl,facets:Zp},void 0,!1,void 0,this):null,h==="auth"?ie(vb,{palette:y,cfg:T,google:cn,identity:N?.identity},void 0,!1,void 0,this):null,h==="credentials"?ie(xb,{palette:y,credentials:N?.credentials},void 0,!1,void 0,this):null,h==="proxy"?ie(Wb,{palette:y,cfg:T,snap:N,width:a,onSelectRoute:(p)=>{Mw(p),Y("route-details")}},void 0,!1,void 0,this):null,h==="mcp"?ie(cw,{palette:y,snap:N,port:Dn,portDraft:bs,selected:te,onPick:pe,onToggle:()=>{Rs()},onCopy:gl,onToggleTool:(p)=>{fl(p)}},void 0,!1,void 0,this):null,h==="doctor"?ie(Db,{palette:y,report:Jt,loading:qc,progress:ww,error:Jo,selected:te,onPick:pe,onReload:()=>{Jc((p)=>p+1),_("Re-running doctor")}},void 0,!1,void 0,this):null,h==="stats"?ie(tw,{palette:y,cfg:T,snap:N,width:a,onRefresh:ve},void 0,!1,void 0,this):null,h==="config"?ie(Cb,{palette:y,cfg:T,width:a,scrollRef:Zo},void 0,!1,void 0,this):null,h==="profiles"?ie($b,{palette:y,cfg:T,snap:N,profile:Ze,selected:te,onPick:pe},void 0,!1,void 0,this):null,h==="setup"?ie(rw,{palette:y,cfg:T,google:cn,bootError:r,bootErrorMissing:o,step:te},void 0,!1,void 0,this):null,h==="settings"?ie(Qb,{palette:y,items:nt,selected:te,locked:C,width:a,onPick:pe,onActivate:pl},void 0,!1,void 0,this):null]},void 0,!0,void 0,this),M==="slash"?ie(db,{palette:y,items:si,query:ue,selected:Ge,onQuery:Ie,onSubmit:Cf},void 0,!1,void 0,this):null,M==="palette"?ie(eb,{palette:y,items:zr,selected:Math.min(ct,Math.max(zr.length-1,0)),termW:a,termH:c,onIndex:oe,onPick:Vw},void 0,!1,void 0,this):null,M==="themes"?ie(mb,{palette:y,themeName:l,selected:ct%yt.length,termW:a,termH:c,onIndex:oe,onPreview:d,onPick:kf},void 0,!1,void 0,this):null,M==="help"?ie(Jx,{palette:y,termW:a,termH:c,copyKey:gf,scrollRef:ei},void 0,!1,void 0,this):null,M==="leader"?ie(Xx,{palette:y,termW:a,termH:c},void 0,!1,void 0,this):null,M==="confirm"?ie(Bx,{palette:y,title:_f.title,body:_f.body,termW:a,termH:c},void 0,!1,void 0,this):null,M==="log-details"?ie(Gx,{palette:y,event:ms,termW:a,termH:c,scrollRef:af},void 0,!1,void 0,this):null,M==="route-details"?ie(ib,{palette:y,route:Ow,termW:a,termH:c,scrollRef:Zc},void 0,!1,void 0,this):null,M==="scroll-text"&&Vr?ie(ab,{palette:y,title:Vr.title,body:Vr.body,termW:a,termH:c,scrollRef:cf},void 0,!1,void 0,this):null,M==="config-edit"&&T?ie(Hx,{palette:y,path:T.configPath,initialValue:tl,error:Hw,termW:a,termH:c,textareaRef:lf},void 0,!1,void 0,this):null,M==="plan"&&ws?ie(rb,{palette:y,plan:ws,snap:N,busy:uf,failed:Qw,kind:pf,termW:a,termH:c,scrollRef:el,initiallyRunning:jw,onDismiss:et},void 0,!1,void 0,this):null,M==="slash"||M==="plan"||M==="config-edit"||Qo||Kv(c)&&M==="none"?null:ie(Sx,{palette:y,overlay:M,query:ue,onQuery:Ie,onSubmit:Cf},void 0,!1,void 0,this),Qo?null:ie(kx,{palette:y,screen:h,overlay:M,status:Ur,paused:lt,errorOnly:mt,width:a,copyKey:gf},void 0,!1,void 0,this)]},void 0,!0,void 0,this)},void 0,!1,void 0,this)}var sA=50,aA,cA=2000;var fw=D(()=>{st();Oi();Pi();wr();Pe();Ar();ze();Pr();Ga();Su();Bu();_t();Rx();Ee();Nx();be();jx();Wx();Ux();zx();Qx();tb();ob();sb();cb();ub();hb();yb();bb();_b();Ab();Ob();vp();Ib();Gb();Cp();Jb();Zb();nw();ow();lw();ji();at();Cn();Ye();Zt();aA=[]});var gw={};Ls(gw,{renderApp:()=>Mp,runTui:()=>Op,runTuiWithController:()=>pA,tuiConfigFor:()=>fA});import{createCliRenderer as dA}from"@opentui/core";import{createRoot as uA}from"@opentui/react";import{jsxDEV as gA}from"@opentui/react/jsx-dev-runtime";async function pA(e){let t=Qt(e.cfg.repoRoot,e.cfg.ui.keymap);await Mp(e,t)}async function Op(e){let t,n,r=!1;try{t=await cm("",e)}catch(i){n=F(i),r=Ms(i,ar)}let o=Qt(t?.cfg.repoRoot??process.cwd(),t?.cfg.ui.keymap);await Mp(t,o,n,r)}async function Mp(e,t=Qt(e?.cfg.repoRoot??process.cwd(),e?.cfg.ui.keymap),n,r=!1){Ds();let o=Tf(),i=await dA({exitOnCtrlC:!1,useMouse:t.mouse,enableMouseMovement:t.mouse,useKittyKeyboard:{}}),s=uA(i),a=null;try{a=(await i.getPalette({timeout:120,size:16})).defaultBackground}catch{}await new Promise((c)=>{let l=(d)=>{let f=()=>{s.unmount(),o(),i.destroy(),c(),process.exit(0)};if(!e){f();return}e.close({detach:d,shutdownSupervisor:!0}).finally(f)};s.render(gA(pw,{controller:e,tui:t,onQuit:l,bootError:n,bootErrorMissing:r,terminalBackground:a},void 0,!1,void 0,this))})}function fA(e){return Qt(e.repoRoot,e.ui.keymap)}var $p=D(()=>{sd();Pe();fw();vl();Zt()});eo();vl();st();sd();ze();Oi();Pe();wr();st();Ai();Pr();jd();import{Command as mA}from"commander";import{setTimeout as Fp}from"timers/promises";import{stringify as hA}from"yaml";import{existsSync as vw,readFileSync as vA}from"fs";st();rd();Pe();wr();import{createServer as lR}from"net";import{existsSync as pu,unlinkSync as dR,watch as uR}from"fs";import{cpus as pR,loadavg as fR,platform as gR,uptime as mR}from"os";import{isAbsolute as fu,join as Ya}from"path";ze();Pr();import{connect as p_}from"net";var f_=2000,g_=2000,m_=200,h_=300;function Ym(e){if(e.interval_seconds<=0)return g_;return e.interval_seconds*1000}async function Xm(e,t,n,r,o,i=[]){let s=e.timeout_seconds>0?e.timeout_seconds*1000:f_,a=e.type.toLowerCase(),c=i.find((l)=>l.name.toLowerCase()===a);if(c)try{let l=await c.check(e,{pid:t,ports:n,workDir:r,env:o});return{status:l.status,message:l.message}}catch(l){return{status:Ce,message:l instanceof Error?l.message:String(l)}}if(a==="http")return v_(e.url,s);if(a==="tcp")return x_(y_(e.address,n),s);if(a==="command")return b_(e.command.args,e.command.shell,r,o,s);if(a==="process"||a===""){if(t>0&&Pt(t))return{status:Ct,message:"process running"};return{status:Ce,message:"process not running"}}return{status:Ce,message:`unknown health type ${e.type}`}}async function v_(e,t){let n=new AbortController,r=setTimeout(()=>n.abort(),t);try{let o=await fetch(e,{signal:n.signal});if(o.status>=m_&&o.status<h_)return{status:Ct,message:String(o.status)};return{status:Ce,message:String(o.status)}}catch(o){return{status:Ce,message:o instanceof Error?o.message:String(o)}}finally{clearTimeout(r)}}function y_(e,t){if(e!=="")return e;if(t.http!==void 0)return`127.0.0.1:${t.http}`;let n=Object.values(t)[0];return n!==void 0?`127.0.0.1:${n}`:""}function x_(e,t){return new Promise((n)=>{if(e===""){n({status:Ce,message:"no tcp address"});return}let r=e.lastIndexOf(":"),o=Number.parseInt(e.slice(r+1),10),i=e.slice(0,r).replace(/^\[|\]$/g,"");if(r<1||!Number.isFinite(o)){n({status:Ce,message:`invalid tcp address ${e}`});return}let s=p_({host:i,port:o},()=>{s.end(),n({status:Ct,message:"connected"})});s.setTimeout(t),s.on("error",(a)=>{n({status:Ce,message:a.message})}),s.on("timeout",()=>{s.destroy(),n({status:Ce,message:"timeout"})})})}async function b_(e,t,n,r,o){if(e.length===0)return{status:Ce,message:"empty health command"};let i=t?process.platform==="win32"?["cmd.exe","/c",e.join(" ")]:["/bin/sh","-c",e.join(" ")]:e,s;try{s=Bun.spawn({cmd:i,cwd:n===""?void 0:n,env:r,stdout:"ignore",stderr:"ignore"})}catch(l){return{status:Ce,message:l instanceof Error?l.message:String(l)}}let a=setTimeout(()=>s.kill("SIGKILL"),o),c=await s.exited;if(clearTimeout(a),c===0)return{status:Ct,message:"ok"};return{status:Ce,message:`exit ${c}`}}function Qm(e){if(e===Ce)return"WARN";if(e===Ct)return"INFO";return"DEBUG"}import{readFileSync as w_}from"fs";import{freemem as S_,totalmem as k_}from"os";import{spawnSync as C_}from"child_process";var Bd=1024,__=2000,R_=/page size of (\d+) bytes/i,Co;function P_(e){let t=e.match(/^MemAvailable:\s+(\d+)/m);if(!t)return;let n=Number(t[1]);return Number.isFinite(n)&&n>=0?n:void 0}function E_(e){let t=e.match(R_),n=t?Number(t[1]):0;if(!Number.isFinite(n)||n<=0)return;let r=ka(e,"free")+ka(e,"inactive")+ka(e,"speculative")+ka(e,"purgeable");return Math.round(r*n/Bd)}function ka(e,t){let n=e.match(new RegExp(`Pages ${t}:\\s+(\\d+)`,"i")),r=n?Number(n[1]):0;return Number.isFinite(r)&&r>0?r:0}function T_(){if(process.platform==="linux")try{return P_(w_("/proc/meminfo","utf8"))}catch{return}if(process.platform==="darwin"){let e=Date.now();if(Co&&e-Co.at<__)return Co.leftoverKB;let t=C_("vm_stat",{encoding:"utf8"});if(t.status!==0||!t.stdout)return Co?.leftoverKB;let n=E_(t.stdout);if(n===void 0)return Co?.leftoverKB;return Co={at:e,leftoverKB:n},n}return}function Zm(){let e=Math.max(0,Math.round(k_()/Bd)),t=Math.max(0,Math.round(S_()/Bd)),n=Math.max(0,Math.min(e,T_()??t));return{totalKB:e,unusedKB:t,leftoverKB:n}}br();Ar();Pi();Ar();import{pathToFileURL as i0}from"url";import{isAbsolute as s0,resolve as a0}from"path";st();Pe();br();import{createServer as hh,request as Q_}from"http";import{randomBytes as ph}from"crypto";import{Readable as Z_}from"stream";var Ni="x-devctl-request-id",e0="x-devctl-internal-token",fh=100,tu=new Set(["connection","keep-alive","proxy-authenticate","proxy-authorization","te","trailers","transfer-encoding","upgrade"]),t0=new Set(["gzip","deflate","br"]);class nu{cfg;tokens;logs;bus;detector;middleware;server;running=!1;addr="";upgradedSockets=new Set;recentRequests=[];constructor(e,t,n,r,o,i=[]){this.cfg=e,this.tokens=t,this.logs=n,this.bus=r,this.detector=o,this.middleware=i}address(){return this.addr||fr(this.cfg.listen)}isRunning(){return this.running}stats(){let e=this.recentRequests.reduce((t,n)=>t+(n.status>=400||n.error?1:0),0);return{total:this.recentRequests.length,errors:e,recent:[...this.recentRequests].reverse()}}recordRequest(e){if(this.recentRequests.push(e),this.recentRequests.length>fh)this.recentRequests.splice(0,this.recentRequests.length-fh)}start(){if(this.cfg.listen.host==="0.0.0.0")return Promise.reject(L($n,"refusing to bind proxy to 0.0.0.0 without explicit unsafe configuration"));let e=this.cfg.listen.host||"127.0.0.1";if(this.cfg.listen.port===0)return Promise.reject(L($n,"proxy.listen.port is required when the proxy is enabled"));let t=this.cfg.listen.port;return new Promise((n,r)=>{this.server=hh((o,i)=>{this.serve(o,i)}),this.server.on("upgrade",(o,i,s)=>{this.serveUpgrade(o,i,s)}),this.server.on("error",(o)=>r(fe($n,`unable to listen on ${e}:${t}`,o))),this.server.listen(t,e,()=>{this.running=!0,this.addr=`${e}:${t}`,this.bus?.publish(Me(Em,"",{address:this.addr})),n()})})}stop(){let e=this.server;if(!e)return Promise.resolve();for(let t of this.upgradedSockets)t.destroy();return this.upgradedSockets.clear(),new Promise((t)=>{e.close(()=>{this.running=!1,this.bus?.publish(Me(Tm,"",{})),t()})})}async serveUpgrade(e,t,n){let r=Date.now(),o=e.headers[Ni]?.toString()||ph(8).toString("hex"),i=e.method??"GET",s=e.url??"/",a=this.detector?this.detector.redactText(s):s,c=mh(this.cfg.routes,e);if(!c){t.end(`HTTP/1.1 404 Not Found\r
624
630
  Connection: close\r
625
631
  Content-Length: 0\r
626
632
  \r
627
- `),this.recordRequest({timestamp:new Date().toISOString(),requestId:o,method:i,path:a,route:"",identity:"",status:404,durationMs:Date.now()-r});return}let l=dr(c.auth),d=eo(l),f,m=!1,g=(y,b)=>{if(m)return;m=!0;let k=Date.now()-r;this.recordRequest({timestamp:new Date().toISOString(),requestId:o,method:i,path:a,route:c.name,identity:d,status:y,durationMs:k,error:b}),this.logs?.append({timestamp:new Date().toISOString(),service:"proxy",source:"proxy",level:y>=400||b?"ERROR":"INFO",message:`${i} ${s} route=${c.name} identity=${d} status=${y} duration=${k}ms upgrade=true${b?` error=${b}`:""}`,pid:0,request_id:o,identity:d}),this.bus?.publish(Oe(md,c.name,{status:y,request_id:o,duration:k,identity:d}))},x=()=>{t.destroy(),f?.destroy()};try{let y={};for(let[v,C]of Object.entries(e.headers)){let h=v.toLowerCase();if(Ud.has(h)&&h!=="connection"&&h!=="upgrade")continue;if(typeof C==="string")y[v]=C;else if(Array.isArray(C))y[v]=C.join(",")}let b=e.socket.remoteAddress??"",k=y.host??"",S=y["x-forwarded-for"];if(y["x-forwarded-for"]=S?`${S}, ${b}`:b,y["x-forwarded-host"]=k,y["x-forwarded-proto"]="http",delete y.host,y[Ti]=o,this.middleware.length===0)await wa(c,y,this.tokens);for(let v of this.middleware)await v.apply({route:c,headers:y,tokens:this.tokens,req:e,method:i,path:s,upgrade:!0});let N=Km(c.upstream.url,s),K=S_(N,{method:i,headers:y});K.on("upgrade",(v,C,h)=>{f=C,this.upgradedSockets.add(t),this.upgradedSockets.add(C);let P=()=>{this.upgradedSockets.delete(t),this.upgradedSockets.delete(C)};t.once("close",()=>{P(),C.destroy()}),C.once("close",()=>{P(),t.destroy()}),t.once("error",x),C.once("error",x);let H=`HTTP/${v.httpVersion} ${v.statusCode??101} ${v.statusMessage??"Switching Protocols"}\r
628
- `,Q=v.rawHeaders.map((ae,we)=>`${we%2===0?ae+":":" "+ae+`\r
629
- `}`).join("");if(t.write(`${H}${Q}\r
630
- `),n.length>0)C.write(n);if(h.length>0)t.write(h);t.pipe(C).pipe(t),g(v.statusCode??101)}),K.on("response",(v)=>{v.resume();let C=v.statusCode??502;t.end(`HTTP/1.1 ${C} ${v.statusMessage??"Bad Gateway"}\r
633
+ `),this.recordRequest({timestamp:new Date().toISOString(),requestId:o,method:i,path:a,route:"",identity:"",status:404,durationMs:Date.now()-r});return}let l=xr(c.auth),d=uo(l),f,g=!1,m=(v,S)=>{if(g)return;g=!0;let P=Date.now()-r;this.recordRequest({timestamp:new Date().toISOString(),requestId:o,method:i,path:a,route:c.name,identity:d,status:v,durationMs:P,error:S}),this.logs?.append({timestamp:new Date().toISOString(),service:"proxy",source:"proxy",level:v>=400||S?"ERROR":"INFO",message:`${i} ${s} route=${c.name} identity=${d} status=${v} duration=${P}ms upgrade=true${S?` error=${S}`:""}`,pid:0,request_id:o,identity:d}),this.bus?.publish(Me(Rd,c.name,{status:v,request_id:o,duration:P,identity:d}))},x=()=>{t.destroy(),f?.destroy()};try{let v={};for(let[C,y]of Object.entries(e.headers)){let B=C.toLowerCase();if(tu.has(B)&&B!=="connection"&&B!=="upgrade")continue;if(typeof y==="string")v[C]=y;else if(Array.isArray(y))v[C]=y.join(",")}let S=e.socket.remoteAddress??"",P=v.host??"",k=v["x-forwarded-for"];if(v["x-forwarded-for"]=k?`${k}, ${S}`:S,v["x-forwarded-host"]=P,v["x-forwarded-proto"]="http",delete v.host,v[Ni]=o,this.middleware.length===0)await La(c,v,this.tokens);for(let C of this.middleware)await C.apply({route:c,headers:v,tokens:this.tokens,req:e,method:i,path:s,upgrade:!0});let j=gh(c.upstream.url,s),V=Q_(j,{method:i,headers:v});V.on("upgrade",(C,y,B)=>{f=y,this.upgradedSockets.add(t),this.upgradedSockets.add(y);let h=()=>{this.upgradedSockets.delete(t),this.upgradedSockets.delete(y)};t.once("close",()=>{h(),y.destroy()}),y.once("close",()=>{h(),t.destroy()}),t.once("error",x),y.once("error",x);let q=`HTTP/${C.httpVersion} ${C.statusCode??101} ${C.statusMessage??"Switching Protocols"}\r
634
+ `,M=C.rawHeaders.map((Y,ue)=>`${ue%2===0?Y+":":" "+Y+`\r
635
+ `}`).join("");if(t.write(`${q}${M}\r
636
+ `),n.length>0)y.write(n);if(B.length>0)t.write(B);t.pipe(y).pipe(t),m(C.statusCode??101)}),V.on("response",(C)=>{C.resume();let y=C.statusCode??502;t.end(`HTTP/1.1 ${y} ${C.statusMessage??"Bad Gateway"}\r
631
637
  Connection: close\r
632
638
  Content-Length: 0\r
633
639
  \r
634
- `),g(C,"upstream refused protocol upgrade")}),K.on("error",(v)=>{g(502,v.message),t.end(`HTTP/1.1 502 Bad Gateway\r
640
+ `),m(y,"upstream refused protocol upgrade")}),V.on("error",(C)=>{m(502,C.message),t.end(`HTTP/1.1 502 Bad Gateway\r
635
641
  Connection: close\r
636
642
  Content-Length: 0\r
637
643
  \r
638
- `)}),t.once("error",()=>K.destroy()),K.end()}catch(y){let b=y instanceof Error?y.message:"proxy upgrade error";g(502,b),t.end(`HTTP/1.1 502 Bad Gateway\r
644
+ `)}),t.once("error",()=>V.destroy()),V.end()}catch(v){let S=v instanceof Error?v.message:"proxy upgrade error";m(502,S),t.end(`HTTP/1.1 502 Bad Gateway\r
639
645
  Connection: close\r
640
646
  Content-Length: 0\r
641
647
  \r
642
- `)}}async serve(e,t){let n=Date.now(),r=e.headers[Ti]?.toString()||Gm(8).toString("hex");t.setHeader(Ti,r);let o=e.method??"GET",i=e.url??"/",s=this.detector?this.detector.redactText(i):i,a=qm(this.cfg.routes,e);if(!a){mo(t,404,"no matching proxy route"),this.recordRequest({timestamp:new Date().toISOString(),requestId:r,method:o,path:s,route:"",identity:"",status:404,durationMs:Date.now()-n});return}let c=dr(a.auth),l=eo(c),d=0,f;try{let m={};for(let[C,h]of Object.entries(e.headers)){if(Ud.has(C.toLowerCase()))continue;if(typeof h==="string")m[C]=h;else if(Array.isArray(h))m[C]=h.join(",")}let g=e.socket.remoteAddress??"",x=m.host??"",y=m["x-forwarded-for"];if(m["x-forwarded-for"]=y?`${y}, ${g}`:g,m["x-forwarded-host"]=x,m["x-forwarded-proto"]="http",delete m.host,m["accept-encoding"]="gzip, deflate, br",m[Ti]=r,this.middleware.length===0)await wa(a,m,this.tokens);for(let C of this.middleware)await C.apply({route:a,headers:m,tokens:this.tokens});let b=Km(a.upstream.url,i),k=o!=="GET"&&o!=="HEAD"?e:void 0,S=await fetch(b,{method:o,headers:m,body:k,redirect:"manual",duplex:k?"half":void 0});t.statusCode=S.status,d=S.status;let N=(S.headers.get("content-encoding")??"").split(",").map((C)=>C.trim().toLowerCase()).filter((C)=>C!==""),K=N.length>0&&N.every((C)=>__.has(C));S.headers.forEach((C,h)=>{let P=h.toLowerCase();if(Ud.has(P))return;if(K&&(P==="content-encoding"||P==="content-length"))return;t.setHeader(h,this.detector?this.detector.redactText(C):C)}),await P_(S,t);let v=Date.now()-n;this.logs?.append({timestamp:new Date().toISOString(),service:"proxy",source:"proxy",level:S.status>=400?"WARN":"INFO",message:`${o} ${i} route=${a.name} identity=${l} status=${S.status} duration=${v}ms`,pid:0,request_id:r,identity:l}),this.bus?.publish(Oe(md,a.name,{status:S.status,request_id:r,duration:v,identity:l}))}catch(m){let g=m instanceof Error?m.message:"proxy error";f=g,d=502,this.logs?.append({timestamp:new Date().toISOString(),service:"proxy",source:"proxy",level:"ERROR",message:`${o} ${i} route=${a.name} identity=${l} error=${g}`,pid:0,request_id:r,identity:l}),mo(t,502,"proxy error")}finally{this.recordRequest({timestamp:new Date().toISOString(),requestId:r,method:o,path:s,route:a.name,identity:l,status:d,durationMs:Date.now()-n,error:f})}}}async function wa(e,t,n){let r=e.auth.type.toLowerCase();if(r===""||r==="none")return;if(!n)throw T(Ln,"token manager unavailable");let o=dr(e.auth),i=await n.get(eo(o),e.auth.audience,[]);t.authorization=`Bearer ${i.accessToken}`}async function P_(e,t){if(!e.body){t.end();return}let n=k_.fromWeb(e.body);await new Promise((r,o)=>{n.on("error",o),t.on("error",o),t.on("finish",r),n.pipe(t)})}function Km(e,t){let n=new URL(e),r=new URL(t||"/",n),o=new URL(n.href);if(o.pathname=R_(r.pathname),o.search=r.search,o.hash="",o.origin!==n.origin)throw T(Ln,"refusing to proxy to a different origin");return o}function R_(e){return(e.startsWith("/")?e:`/${e}`).replace(/^\/+/,"/")}function mo(e,t,n){e.statusCode=t,e.setHeader("content-type","text/plain; charset=utf-8"),e.setHeader("x-content-type-options","nosniff"),e.end(n)}function qm(e,t){let n=(t.headers.host??"").split(":")[0]??"",r=t.url??"/";return e.find((o)=>{let i=o.match.host===""||o.match.host===n,s=o.match.path===""||r.startsWith(o.match.path);return i&&s})}class qd{host;port;secret;tokens;server;constructor(e,t,n,r){this.host=e;this.port=t;this.secret=n;this.tokens=r}listenPort(){let e=this.server?.address();if(typeof e==="object"&&e)return e.port;return this.port}start(){let e=this.host||"127.0.0.1";if(e==="0.0.0.0")return Promise.reject(T(Ln,"refusing to bind token endpoint to 0.0.0.0"));return new Promise((t,n)=>{this.server=Vm((r,o)=>{this.serve(r,o)}),this.server.on("error",(r)=>n(pe(Ln,"token endpoint listen failed",r))),this.server.listen(this.port,e,()=>t())})}stop(){let e=this.server;if(!e)return Promise.resolve();return new Promise((t)=>e.close(()=>t()))}async serve(e,t){if(!E_(e.socket.remoteAddress)){mo(t,403,"forbidden");return}if((e.headers[C_]??"")!==this.secret){mo(t,401,"unauthorized");return}if(e.url?.startsWith("/token")!==!0){mo(t,404,"not found");return}let n=new URL(e.url,"http://127.0.0.1"),r=n.searchParams.get("identity")??"user",o=n.searchParams.get("audience")??"";try{let i=await this.tokens.get(r,o,[]);t.setHeader("content-type","application/json"),t.end(JSON.stringify({access_token:i.accessToken,token_type:i.tokenType,expires_at:i.expiresAt.toISOString(),identity:i.identity}))}catch{mo(t,500,"token error")}}}function E_(e){if(!e)return!0;return e==="127.0.0.1"||e==="::1"||e==="::ffff:127.0.0.1"}wi();ur();var Jm=1;class zm{tokenProviders=[];identityProviders=[];pluginIdentityProviders=[];environmentSources=[];healthChecks=[];logParsers=[];proxyMiddleware=[];loadErrors=[];registerBuiltins(){this.tokenProviders.push(...mr()),this.identityProviders.push(Xl(),Ql()),this.logParsers.push(jd()),this.proxyMiddleware.push(O_())}register(e){D_(e),Sr(this.tokenProviders,e.tokenProviders),Sr(this.identityProviders,e.identityProviders),Sr(this.pluginIdentityProviders,e.identityProviders),Sr(this.environmentSources,e.environmentSources),Sr(this.healthChecks,e.healthChecks),Sr(this.logParsers,e.logParsers),Sr(this.proxyMiddleware,e.proxyMiddleware)}}async function Ym(e,t=process.cwd()){let n=new zm;n.registerBuiltins();for(let r of e){if(r.trim()==="")continue;try{let o=r.startsWith("file:")?r:A_(r)?r:L_(t,r),s=await import(o.startsWith("file:")?o:T_(o).href);if(s.sdkVersion!==Jm)throw Error(`plugin SDK version ${String(s.sdkVersion??"missing")} is incompatible; expected ${Jm}`);n.register(s)}catch(o){n.loadErrors.push({path:r,message:o instanceof Error?o.message:String(o)})}}return n}function D_(e){if(!e||typeof e!=="object")throw Error("plugin module must export an object");ho("tokenProviders",e.tokenProviders,["fetch"]),ho("identityProviders",e.identityProviders,["accepts","resolve"]),ho("environmentSources",e.environmentSources,["load"]),ho("healthChecks",e.healthChecks,["check"]),ho("logParsers",e.logParsers,["parse"]),ho("proxyMiddleware",e.proxyMiddleware,["apply"])}function ho(e,t,n){if(t===void 0)return;if(!Array.isArray(t))throw Error(`${e} must be an array`);for(let[r,o]of t.entries()){if(!o||typeof o!=="object"||typeof o.name!=="string"||o.name==="")throw Error(`${e}[${r}] must have a name`);for(let i of n)if(typeof o[i]!=="function")throw Error(`${e}[${r}].${i} must be a function`)}}function O_(){return{name:"identity_inject",apply:async(e)=>{await wa(e.route,e.headers,e.tokens)}}}function Sr(e,t){if(!t)return;e.push(...t)}Pe();var{spawn:dh}=globalThis.Bun;Xe();var{spawn:M_}=globalThis.Bun;async function Xm(e,t){if(e<=0)return;try{process.kill(-e,t);return}catch{try{process.kill(e,t)}catch{return}}}async function Qm(e){if(!Tt(e))return;let t=await Ai(["ps","-p",String(e),"-o","command="]),n=Date.now(),r=$_(await Ai(["ps","-p",String(e),"-o","etime="])),o=await I_(e);return{pid:e,command:t.trim(),cwd:o,startTime:r===void 0?void 0:new Date(n-r).toISOString()}}function $_(e){let t=e.trim();if(t==="")return;let n=t.indexOf("-"),r=n>=0?t.slice(0,n):"0",i=(n>=0?t.slice(n+1):t).split(":");if(i.length!==2&&i.length!==3)return;let s=Number(r),a=i.length===3?Number(i[0]):0,c=Number(i.length===3?i[1]:i[0]),l=Number(i.at(-1));if(!Number.isInteger(s)||s<0||!Number.isInteger(a)||a<0||a>23||!Number.isInteger(c)||c<0||c>59||!Number.isInteger(l)||l<0||l>59)return;return(((s*24+a)*60+c)*60+l)*1000}async function I_(e){let n=(await Ai(["lsof","-a","-p",String(e),"-d","cwd","-Fn"])).split(`
643
- `).find((i)=>i.startsWith("n"));if(n&&n.length>1)return n.slice(1).trim();let r=await Ai(["pwdx",String(e)]),o=r.indexOf(":");if(o>=0)return r.slice(o+1).trim();return""}async function Ai(e){try{let t=M_({cmd:e,stdout:"pipe",stderr:"ignore"}),n=t.stdout?await new Response(t.stdout).text():"";return await t.exited,n}catch{return""}}async function Zm(e){let t=new Map;if(e.length===0)return t;let n=await Ai(["ps","-o","pid=,pcpu=,rss=","-p",e.join(",")]);for(let r of n.split(`
644
- `)){let o=r.trim();if(o==="")continue;let[i,s,a]=o.split(/\s+/),c=Number(i),l=Number(s),d=Number(a);if(Number.isFinite(c)&&Number.isFinite(l)&&Number.isFinite(d))t.set(c,{pid:c,cpuPercent:l,memoryKB:d})}return t}function eh(e,t){if(e.length===0||t==="")return!1;let n=e.join(" ");if(t.includes(n))return!0;let o=(e[0]??"").split(/[/\\]/).pop()??"";if(o!==""&&t.includes(o))return!0;let i=e[e.length-1]??"";return i!==""&&t.includes(i)}Xe();var{spawn:th}=globalThis.Bun;var F_=1024;async function nh(e,t){if(e<=0)return;try{await th({cmd:["taskkill","/PID",String(e),"/T","/F"],stdout:"ignore",stderr:"ignore"}).exited}catch{return}}async function rh(e){let t=N_(hl(e),e);if(t)return t;if(!Tt(e))return;let n=await Vd(["powershell","-NoProfile","-Command",`Get-CimInstance Win32_Process -Filter "ProcessId=${e}" | Select-Object CommandLine,ExecutablePath,CreationDate | ConvertTo-Json -Compress`]),r=j_(n);if(r&&r.command!=="")return{pid:e,command:r.command,cwd:r.cwd,startTime:r.startTime};let o=await Vd(["powershell","-NoProfile","-Command",`Get-Process -Id ${e} -ErrorAction SilentlyContinue | Select-Object Path,StartTime | ConvertTo-Json -Compress`]),i=H_(o);if(!i&&!r)return;return{pid:e,command:r?.command||i?.command||"",cwd:r?.cwd||i?.cwd||"",startTime:r?.startTime||i?.startTime}}function N_(e,t){let n=String(t);for(let r of e.split(/\r?\n/)){if(!r.includes(n))continue;let i=r.split(",").map((s)=>s.replace(/^"|"$/g,"").trim())[0]??"";if(i===""||i.toLowerCase().includes("info:"))continue;return{pid:t,command:i,cwd:""}}return}function H_(e){let t=e.trim();if(t==="")return;try{let n=JSON.parse(t),r=(n.Path||"").trim();if(r==="")return;return{command:r,cwd:ka(r),startTime:n.StartTime}}catch{let n=Sa(t,"Path");if(n==="")return;return{command:n,cwd:ka(n)}}}function j_(e){let t=e.trim();if(t==="")return;try{let n=JSON.parse(t),r=(n.CommandLine||n.ExecutablePath||"").trim(),o=(n.ExecutablePath||"").trim(),i=ka(o);return{command:r,cwd:i,startTime:n.CreationDate||void 0}}catch{return{command:Sa(t,"CommandLine")||Sa(t,"ExecutablePath"),cwd:ka(Sa(t,"ExecutablePath"))}}}async function oh(e){let t=new Map;if(e.length===0)return t;let n=e.filter((o)=>o>0).join(",");if(n==="")return t;let r=await Vd(["powershell","-NoProfile","-Command",`${n}.Split(',') | ForEach-Object { Get-Process -Id $_ -ErrorAction SilentlyContinue } | Select-Object Id,CPU,WorkingSet64 | ConvertTo-Json -Compress`]);return B_(r)}function B_(e){let t=new Map,n=e.trim();if(n==="")return t;try{let r=JSON.parse(n),o=Array.isArray(r)?r:[r];for(let i of o){if(!i||typeof i!=="object")continue;let s=i,a=Number(s.Id),c=Number(s.CPU??0),l=Number(s.WorkingSet64??0)/F_;if(Number.isFinite(a)&&a>0&&Number.isFinite(c)&&Number.isFinite(l))t.set(a,{pid:a,cpuPercent:c,memoryKB:l})}}catch{return t}return t}function ka(e){if(e==="")return"";let t=e.replace(/\//g,"\\"),n=t.lastIndexOf("\\");return n>0?t.slice(0,n):""}function Sa(e,t){let n=`${t}=`,r=e.split(/\r?\n/).find((o)=>o.startsWith(n));return r?r.slice(n.length).trim():""}async function Vd(e){try{let t=th({cmd:e,stdout:"pipe",stderr:"ignore"}),n=t.stdout?await new Response(t.stdout).text():"";return await t.exited,n}catch{return""}}Xe();Pe();var{spawn:Jd}=globalThis.Bun;async function sh(e){await U_(e.runtime,e.containerName);let t=W_(e),n=await yo(e.runtime,t,e.env);if(n.code!==0||n.stdout.trim()==="")throw T(Je,`failed to start ${e.containerName}: ${n.stderr.trim()||"container runtime returned no id"}`);let r=n.stdout.trim().split(/\s+/)[0]??"";return lh(e.runtime,e.containerName,r,e.onLine,e.onExit)}function W_(e){let t=["run","--detach","--name",e.containerName,"--label","devctl.managed=true"];for(let[n,r]of Object.entries(e.ports)){let o=e.targetPorts[n]??r;t.push("--publish",`127.0.0.1:${r}:${o}`)}for(let n of Object.keys(e.env).sort())t.push("--env",n);for(let n of e.volumes)t.push("--volume",n);return t.push(e.image,...e.command),t}var G_=new Set(["PATH","HOME","HOSTNAME","PWD","OLDPWD","SHLVL","_","TMPDIR"]);function ah(e){return Object.fromEntries(Object.entries(e).filter(([t])=>!G_.has(t)))}async function ch(e,t,n,r){let o=await yo(e,["inspect","--format","{{.Id}} {{.State.Running}}",t],process.env);if(o.code!==0)return;let[i,s]=o.stdout.trim().split(/\s+/);if(!i||s!=="true")return;return lh(e,t,i,n,r)}function lh(e,t,n,r,o){let i=!0,s=Jd({cmd:[e,"logs","--follow",n],stdout:"pipe",stderr:"pipe",stdin:"ignore"});ih(s.stdout,"stdout",r),ih(s.stderr,"stderr",r);let a=Jd({cmd:[e,"wait",n],stdout:"pipe",stderr:"pipe",stdin:"ignore"}),c=Promise.all([new Response(a.stdout).text(),a.exited]).then(async([l,d])=>{i=!1,s.kill();let f=Number.parseInt(l.trim(),10),m=Number.isFinite(f)?f:d??1,g=m===0?void 0:Error(`container exited with code ${m}`);return await yo(e,["rm","--force",n],process.env),o?.(m,g),{code:m,err:g}});return{id:n,runtime:e,containerName:t,done:c,running:()=>i,stop:async(l)=>{let d=Math.max(1,Math.ceil(l/1000));await yo(e,["stop","--time",String(d),n],process.env),await c}}}async function U_(e,t){let n=await yo(e,["inspect","--format","{{.State.Running}}",t],process.env);if(n.code===0&&n.stdout.trim()==="false")await yo(e,["rm","--force",t],process.env)}async function yo(e,t,n){try{let r=Jd({cmd:[e,...t],env:{...process.env,...n},stdout:"pipe",stderr:"pipe",stdin:"ignore"}),[o,i,s]=await Promise.all([new Response(r.stdout).text(),new Response(r.stderr).text(),r.exited]);return{code:s??1,stdout:o,stderr:i}}catch(r){throw pe(Je,`unable to run ${e}`,r)}}async function ih(e,t,n){if(!e||typeof e==="number"||!n)return;let r=e.getReader(),o=new TextDecoder,i="";for(;;){let s=await r.read();if(s.done)break;i+=o.decode(s.value,{stream:!0});let a=i.split(`
645
- `);i=a.pop()??"";for(let c of a)n(t,c.replace(/\r$/,""))}if(i!=="")n(t,i)}var K_=1e4,q_=2000,V_=500;class zd{running=new Map;async start(e){let t=this.running.get(e.name);if(t&&kr(t))return t;if(this.running.delete(e.name),e.args.length===0)throw T(Je,"empty command");let n=e.shell?fh(e.args):e.args,r;try{r=dh({cmd:n,cwd:e.workDir===""?void 0:e.workDir,env:e.env,stdout:e.captureStdout===!1?"ignore":"pipe",stderr:e.captureStderr===!1?"ignore":"pipe",stdin:"ignore",detached:process.platform!=="win32"})}catch(i){throw pe(Je,`failed to start ${e.name}`,i)}let o={name:e.name,pid:r.pid??0,startTime:new Date,workDir:e.workDir,args:[...e.args],proc:r,done:Promise.resolve({code:0})};return Ca(r.stdout,"stdout",e.onLine),Ca(r.stderr,"stderr",e.onLine),o.done=r.exited.then((i)=>{let s=typeof i==="number"?i:0,a=s===0?void 0:Error(`exited with code ${s}`);if(this.running.get(e.name)===o)this.running.delete(e.name);if(e.onExit)e.onExit(s,a);return{code:s,err:a}}),this.running.set(e.name,o),o}async runOnce(e){if(e.args.length===0)throw T(Je,"empty command");let t;try{t=dh({cmd:e.shell?fh(e.args):e.args,cwd:e.workDir||void 0,env:e.env,stdout:"pipe",stderr:"pipe",stdin:"ignore"})}catch(a){throw pe(Je,`failed to run ${e.name}`,a)}let n="",r="",o=(a,c)=>{if(a==="stdout")n+=`${c}
648
+ `)}}async serve(e,t){let n=Date.now(),r=e.headers[Ni]?.toString()||ph(8).toString("hex");t.setHeader(Ni,r);let o=e.method??"GET",i=e.url??"/",s=this.detector?this.detector.redactText(i):i,a=mh(this.cfg.routes,e);if(!a){Ro(t,404,"no matching proxy route"),this.recordRequest({timestamp:new Date().toISOString(),requestId:r,method:o,path:s,route:"",identity:"",status:404,durationMs:Date.now()-n});return}let c=xr(a.auth),l=uo(c),d=0,f;try{let g={};for(let[y,B]of Object.entries(e.headers)){if(tu.has(y.toLowerCase()))continue;if(typeof B==="string")g[y]=B;else if(Array.isArray(B))g[y]=B.join(",")}let m=e.socket.remoteAddress??"",x=g.host??"",v=g["x-forwarded-for"];if(g["x-forwarded-for"]=v?`${v}, ${m}`:m,g["x-forwarded-host"]=x,g["x-forwarded-proto"]="http",delete g.host,g["accept-encoding"]="gzip, deflate, br",g[Ni]=r,this.middleware.length===0)await La(a,g,this.tokens);for(let y of this.middleware)await y.apply({route:a,headers:g,tokens:this.tokens});let S=gh(a.upstream.url,i),P=o!=="GET"&&o!=="HEAD"?e:void 0,k=await fetch(S,{method:o,headers:g,body:P,redirect:"manual",duplex:P?"half":void 0});t.statusCode=k.status,d=k.status;let j=(k.headers.get("content-encoding")??"").split(",").map((y)=>y.trim().toLowerCase()).filter((y)=>y!==""),V=j.length>0&&j.every((y)=>t0.has(y));k.headers.forEach((y,B)=>{let h=B.toLowerCase();if(tu.has(h))return;if(V&&(h==="content-encoding"||h==="content-length"))return;t.setHeader(B,this.detector?this.detector.redactText(y):y)}),await n0(k,t);let C=Date.now()-n;this.logs?.append({timestamp:new Date().toISOString(),service:"proxy",source:"proxy",level:k.status>=400?"WARN":"INFO",message:`${o} ${i} route=${a.name} identity=${l} status=${k.status} duration=${C}ms`,pid:0,request_id:r,identity:l}),this.bus?.publish(Me(Rd,a.name,{status:k.status,request_id:r,duration:C,identity:l}))}catch(g){let m=g instanceof Error?g.message:"proxy error";f=m,d=502,this.logs?.append({timestamp:new Date().toISOString(),service:"proxy",source:"proxy",level:"ERROR",message:`${o} ${i} route=${a.name} identity=${l} error=${m}`,pid:0,request_id:r,identity:l}),Ro(t,502,"proxy error")}finally{this.recordRequest({timestamp:new Date().toISOString(),requestId:r,method:o,path:s,route:a.name,identity:l,status:d,durationMs:Date.now()-n,error:f})}}}async function La(e,t,n){let r=e.auth.type.toLowerCase();if(r===""||r==="none")return;if(!n)throw L($n,"token manager unavailable");let o=xr(e.auth),i=await n.get(uo(o),e.auth.audience,[]);t.authorization=`Bearer ${i.accessToken}`}async function n0(e,t){if(!e.body){t.end();return}let n=Z_.fromWeb(e.body);await new Promise((r,o)=>{n.on("error",o),t.on("error",o),t.on("finish",r),n.pipe(t)})}function gh(e,t){let n=new URL(e),r=new URL(t||"/",n),o=new URL(n.href);if(o.pathname=r0(r.pathname),o.search=r.search,o.hash="",o.origin!==n.origin)throw L($n,"refusing to proxy to a different origin");return o}function r0(e){return(e.startsWith("/")?e:`/${e}`).replace(/^\/+/,"/")}function Ro(e,t,n){e.statusCode=t,e.setHeader("content-type","text/plain; charset=utf-8"),e.setHeader("x-content-type-options","nosniff"),e.end(n)}function mh(e,t){let n=(t.headers.host??"").split(":")[0]??"",r=t.url??"/";return e.find((o)=>{let i=o.match.host===""||o.match.host===n,s=o.match.path===""||r.startsWith(o.match.path);return i&&s})}class ru{host;port;secret;tokens;server;constructor(e,t,n,r){this.host=e;this.port=t;this.secret=n;this.tokens=r}listenPort(){let e=this.server?.address();if(typeof e==="object"&&e)return e.port;return this.port}start(){let e=this.host||"127.0.0.1";if(e==="0.0.0.0")return Promise.reject(L($n,"refusing to bind token endpoint to 0.0.0.0"));return new Promise((t,n)=>{this.server=hh((r,o)=>{this.serve(r,o)}),this.server.on("error",(r)=>n(fe($n,"token endpoint listen failed",r))),this.server.listen(this.port,e,()=>t())})}stop(){let e=this.server;if(!e)return Promise.resolve();return new Promise((t)=>e.close(()=>t()))}async serve(e,t){if(!o0(e.socket.remoteAddress)){Ro(t,403,"forbidden");return}if((e.headers[e0]??"")!==this.secret){Ro(t,401,"unauthorized");return}if(e.url?.startsWith("/token")!==!0){Ro(t,404,"not found");return}let n=new URL(e.url,"http://127.0.0.1"),r=n.searchParams.get("identity")??"user",o=n.searchParams.get("audience")??"";try{let i=await this.tokens.get(r,o,[]);t.setHeader("content-type","application/json"),t.end(JSON.stringify({access_token:i.accessToken,token_type:i.tokenType,expires_at:i.expiresAt.toISOString(),identity:i.identity}))}catch{Ro(t,500,"token error")}}}function o0(e){if(!e)return!0;return e==="127.0.0.1"||e==="::1"||e==="::ffff:127.0.0.1"}Ai();br();var vh=1;class yh{tokenProviders=[];identityProviders=[];pluginIdentityProviders=[];environmentSources=[];healthChecks=[];logParsers=[];proxyMiddleware=[];loadErrors=[];registerBuiltins(){this.tokenProviders.push(...Cr()),this.identityProviders.push(cd(),ld()),this.logParsers.push(Xd()),this.proxyMiddleware.push(l0())}register(e){c0(e),Lr(this.tokenProviders,e.tokenProviders),Lr(this.identityProviders,e.identityProviders),Lr(this.pluginIdentityProviders,e.identityProviders),Lr(this.environmentSources,e.environmentSources),Lr(this.healthChecks,e.healthChecks),Lr(this.logParsers,e.logParsers),Lr(this.proxyMiddleware,e.proxyMiddleware)}}async function xh(e,t=process.cwd()){let n=new yh;n.registerBuiltins();for(let r of e){if(r.trim()==="")continue;try{let o=r.startsWith("file:")?r:s0(r)?r:a0(t,r),s=await import(o.startsWith("file:")?o:i0(o).href);if(s.sdkVersion!==vh)throw Error(`plugin SDK version ${String(s.sdkVersion??"missing")} is incompatible; expected ${vh}`);n.register(s)}catch(o){n.loadErrors.push({path:r,message:o instanceof Error?o.message:String(o)})}}return n}function c0(e){if(!e||typeof e!=="object")throw Error("plugin module must export an object");Po("tokenProviders",e.tokenProviders,["fetch"]),Po("identityProviders",e.identityProviders,["accepts","resolve"]),Po("environmentSources",e.environmentSources,["load"]),Po("healthChecks",e.healthChecks,["check"]),Po("logParsers",e.logParsers,["parse"]),Po("proxyMiddleware",e.proxyMiddleware,["apply"])}function Po(e,t,n){if(t===void 0)return;if(!Array.isArray(t))throw Error(`${e} must be an array`);for(let[r,o]of t.entries()){if(!o||typeof o!=="object"||typeof o.name!=="string"||o.name==="")throw Error(`${e}[${r}] must have a name`);for(let i of n)if(typeof o[i]!=="function")throw Error(`${e}[${r}].${i} must be a function`)}}function l0(){return{name:"identity_inject",apply:async(e)=>{await La(e.route,e.headers,e.tokens)}}}function Lr(e,t){if(!t)return;e.push(...t)}Pe();var{spawn:Oh}=globalThis.Bun;ze();var{spawn:d0}=globalThis.Bun;async function bh(e,t){if(e<=0)return;try{process.kill(-e,t);return}catch{try{process.kill(e,t)}catch{return}}}async function wh(e){if(!Pt(e))return;let t=await Hi(["ps","-p",String(e),"-o","command="]),n=Date.now(),r=u0(await Hi(["ps","-p",String(e),"-o","etime="])),o=await p0(e);return{pid:e,command:t.trim(),cwd:o,startTime:r===void 0?void 0:new Date(n-r).toISOString()}}function u0(e){let t=e.trim();if(t==="")return;let n=t.indexOf("-"),r=n>=0?t.slice(0,n):"0",i=(n>=0?t.slice(n+1):t).split(":");if(i.length!==2&&i.length!==3)return;let s=Number(r),a=i.length===3?Number(i[0]):0,c=Number(i.length===3?i[1]:i[0]),l=Number(i.at(-1));if(!Number.isInteger(s)||s<0||!Number.isInteger(a)||a<0||a>23||!Number.isInteger(c)||c<0||c>59||!Number.isInteger(l)||l<0||l>59)return;return(((s*24+a)*60+c)*60+l)*1000}async function p0(e){let n=(await Hi(["lsof","-a","-p",String(e),"-d","cwd","-Fn"])).split(`
649
+ `).find((i)=>i.startsWith("n"));if(n&&n.length>1)return n.slice(1).trim();let r=await Hi(["pwdx",String(e)]),o=r.indexOf(":");if(o>=0)return r.slice(o+1).trim();return""}async function Hi(e){try{let t=d0({cmd:e,stdout:"pipe",stderr:"ignore"}),n=t.stdout?await new Response(t.stdout).text():"";return await t.exited,n}catch{return""}}async function Sh(e){let t=new Map;if(e.length===0)return t;let n=await Hi(["ps","-o","pid=,pcpu=,rss=","-p",e.join(",")]);for(let r of n.split(`
650
+ `)){let o=r.trim();if(o==="")continue;let[i,s,a]=o.split(/\s+/),c=Number(i),l=Number(s),d=Number(a);if(Number.isFinite(c)&&Number.isFinite(l)&&Number.isFinite(d))t.set(c,{pid:c,cpuPercent:l,memoryKB:d})}return t}function kh(e,t){if(e.length===0||t==="")return!1;let n=e.join(" ");if(t.includes(n))return!0;let o=(e[0]??"").split(/[/\\]/).pop()??"";if(o!==""&&t.includes(o))return!0;let i=e[e.length-1]??"";return i!==""&&t.includes(i)}ze();var{spawn:Ch}=globalThis.Bun;var f0=1024;async function _h(e,t){if(e<=0)return;try{await Ch({cmd:["taskkill","/PID",String(e),"/T","/F"],stdout:"ignore",stderr:"ignore"}).exited}catch{return}}async function Rh(e){let t=g0(Pl(e),e);if(t)return t;if(!Pt(e))return;let n=await ou(["powershell","-NoProfile","-Command",`Get-CimInstance Win32_Process -Filter "ProcessId=${e}" | Select-Object CommandLine,ExecutablePath,CreationDate | ConvertTo-Json -Compress`]),r=h0(n);if(r&&r.command!=="")return{pid:e,command:r.command,cwd:r.cwd,startTime:r.startTime};let o=await ou(["powershell","-NoProfile","-Command",`Get-Process -Id ${e} -ErrorAction SilentlyContinue | Select-Object Path,StartTime | ConvertTo-Json -Compress`]),i=m0(o);if(!i&&!r)return;return{pid:e,command:r?.command||i?.command||"",cwd:r?.cwd||i?.cwd||"",startTime:r?.startTime||i?.startTime}}function g0(e,t){let n=String(t);for(let r of e.split(/\r?\n/)){if(!r.includes(n))continue;let i=r.split(",").map((s)=>s.replace(/^"|"$/g,"").trim())[0]??"";if(i===""||i.toLowerCase().includes("info:"))continue;return{pid:t,command:i,cwd:""}}return}function m0(e){let t=e.trim();if(t==="")return;try{let n=JSON.parse(t),r=(n.Path||"").trim();if(r==="")return;return{command:r,cwd:Oa(r),startTime:n.StartTime}}catch{let n=Da(t,"Path");if(n==="")return;return{command:n,cwd:Oa(n)}}}function h0(e){let t=e.trim();if(t==="")return;try{let n=JSON.parse(t),r=(n.CommandLine||n.ExecutablePath||"").trim(),o=(n.ExecutablePath||"").trim(),i=Oa(o);return{command:r,cwd:i,startTime:n.CreationDate||void 0}}catch{return{command:Da(t,"CommandLine")||Da(t,"ExecutablePath"),cwd:Oa(Da(t,"ExecutablePath"))}}}async function Ph(e){let t=new Map;if(e.length===0)return t;let n=e.filter((o)=>o>0).join(",");if(n==="")return t;let r=await ou(["powershell","-NoProfile","-Command",`${n}.Split(',') | ForEach-Object { Get-Process -Id $_ -ErrorAction SilentlyContinue } | Select-Object Id,CPU,WorkingSet64 | ConvertTo-Json -Compress`]);return v0(r)}function v0(e){let t=new Map,n=e.trim();if(n==="")return t;try{let r=JSON.parse(n),o=Array.isArray(r)?r:[r];for(let i of o){if(!i||typeof i!=="object")continue;let s=i,a=Number(s.Id),c=Number(s.CPU??0),l=Number(s.WorkingSet64??0)/f0;if(Number.isFinite(a)&&a>0&&Number.isFinite(c)&&Number.isFinite(l))t.set(a,{pid:a,cpuPercent:c,memoryKB:l})}}catch{return t}return t}function Oa(e){if(e==="")return"";let t=e.replace(/\//g,"\\"),n=t.lastIndexOf("\\");return n>0?t.slice(0,n):""}function Da(e,t){let n=`${t}=`,r=e.split(/\r?\n/).find((o)=>o.startsWith(n));return r?r.slice(n.length).trim():""}async function ou(e){try{let t=Ch({cmd:e,stdout:"pipe",stderr:"ignore"}),n=t.stdout?await new Response(t.stdout).text():"";return await t.exited,n}catch{return""}}ze();Pe();var{spawn:iu}=globalThis.Bun;async function Th(e){await b0(e.runtime,e.containerName);let t=y0(e),n=await Eo(e.runtime,t,e.env);if(n.code!==0||n.stdout.trim()==="")throw L(Ke,`failed to start ${e.containerName}: ${n.stderr.trim()||"container runtime returned no id"}`);let r=n.stdout.trim().split(/\s+/)[0]??"";return Dh(e.runtime,e.containerName,r,e.onLine,e.onExit)}function y0(e){let t=["run","--detach","--name",e.containerName,"--label","devctl.managed=true"];for(let[n,r]of Object.entries(e.ports)){let o=e.targetPorts[n]??r;t.push("--publish",`127.0.0.1:${r}:${o}`)}for(let n of Object.keys(e.env).sort())t.push("--env",n);for(let n of e.volumes)t.push("--volume",n);return t.push(e.image,...e.command),t}var x0=new Set(["PATH","HOME","HOSTNAME","PWD","OLDPWD","SHLVL","_","TMPDIR"]);function Ah(e){return Object.fromEntries(Object.entries(e).filter(([t])=>!x0.has(t)))}async function Lh(e,t,n,r){let o=await Eo(e,["inspect","--format","{{.Id}} {{.State.Running}}",t],process.env);if(o.code!==0)return;let[i,s]=o.stdout.trim().split(/\s+/);if(!i||s!=="true")return;return Dh(e,t,i,n,r)}function Dh(e,t,n,r,o){let i=!0,s=iu({cmd:[e,"logs","--follow",n],stdout:"pipe",stderr:"pipe",stdin:"ignore"});Eh(s.stdout,"stdout",r),Eh(s.stderr,"stderr",r);let a=iu({cmd:[e,"wait",n],stdout:"pipe",stderr:"pipe",stdin:"ignore"}),c=Promise.all([new Response(a.stdout).text(),a.exited]).then(async([l,d])=>{i=!1,s.kill();let f=Number.parseInt(l.trim(),10),g=Number.isFinite(f)?f:d??1,m=g===0?void 0:Error(`container exited with code ${g}`);return await Eo(e,["rm","--force",n],process.env),o?.(g,m),{code:g,err:m}});return{id:n,runtime:e,containerName:t,done:c,running:()=>i,stop:async(l)=>{let d=Math.max(1,Math.ceil(l/1000));await Eo(e,["stop","--time",String(d),n],process.env),await c}}}async function b0(e,t){let n=await Eo(e,["inspect","--format","{{.State.Running}}",t],process.env);if(n.code===0&&n.stdout.trim()==="false")await Eo(e,["rm","--force",t],process.env)}async function Eo(e,t,n){try{let r=iu({cmd:[e,...t],env:{...process.env,...n},stdout:"pipe",stderr:"pipe",stdin:"ignore"}),[o,i,s]=await Promise.all([new Response(r.stdout).text(),new Response(r.stderr).text(),r.exited]);return{code:s??1,stdout:o,stderr:i}}catch(r){throw fe(Ke,`unable to run ${e}`,r)}}async function Eh(e,t,n){if(!e||typeof e==="number"||!n)return;let r=e.getReader(),o=new TextDecoder,i="";for(;;){let s=await r.read();if(s.done)break;i+=o.decode(s.value,{stream:!0});let a=i.split(`
651
+ `);i=a.pop()??"";for(let c of a)n(t,c.replace(/\r$/,""))}if(i!=="")n(t,i)}var w0=1e4,S0=2000,k0=500;class su{running=new Map;async start(e){let t=this.running.get(e.name);if(t&&Dr(t))return t;if(this.running.delete(e.name),e.args.length===0)throw L(Ke,"empty command");let n=e.shell?Ih(e.args):e.args,r;try{r=Oh({cmd:n,cwd:e.workDir===""?void 0:e.workDir,env:e.env,stdout:e.captureStdout===!1?"ignore":"pipe",stderr:e.captureStderr===!1?"ignore":"pipe",stdin:"ignore",detached:process.platform!=="win32"})}catch(i){throw fe(Ke,`failed to start ${e.name}`,i)}let o={name:e.name,pid:r.pid??0,startTime:new Date,workDir:e.workDir,args:[...e.args],proc:r,done:Promise.resolve({code:0})};return Ma(r.stdout,"stdout",e.onLine),Ma(r.stderr,"stderr",e.onLine),o.done=r.exited.then((i)=>{let s=typeof i==="number"?i:0,a=s===0?void 0:Error(`exited with code ${s}`);if(this.running.get(e.name)===o)this.running.delete(e.name);if(e.onExit)e.onExit(s,a);return{code:s,err:a}}),this.running.set(e.name,o),o}async runOnce(e){if(e.args.length===0)throw L(Ke,"empty command");let t;try{t=Oh({cmd:e.shell?Ih(e.args):e.args,cwd:e.workDir||void 0,env:e.env,stdout:"pipe",stderr:"pipe",stdin:"ignore"})}catch(a){throw fe(Ke,`failed to run ${e.name}`,a)}let n="",r="",o=(a,c)=>{if(a==="stdout")n+=`${c}
646
652
  `;else r+=`${c}
647
- `;e.onLine?.(a,c)},i=[Ca(t.stdout,"stdout",o),Ca(t.stderr,"stderr",o)],s=await t.exited;return await Promise.all(i),{code:typeof s==="number"?s:0,stdout:n,stderr:r}}async startContainer(e){let t=this.running.get(e.name);if(t&&kr(t))return t;let n=await sh(e),r={name:e.name,pid:0,startTime:new Date,workDir:e.workDir,args:[...e.command],done:n.done,container:n};return n.done.finally(()=>{if(this.running.get(e.name)===r)this.running.delete(e.name)}),this.running.set(e.name,r),r}async adoptContainer(e){let t=this.running.get(e.name);if(t&&kr(t))return t;let n=await ch(e.runtime,e.containerName,e.onLine,e.onExit);if(!n)return;let r={name:e.name,pid:0,startTime:new Date,workDir:e.workDir,args:[],done:n.done,container:n};return n.done.finally(()=>{if(this.running.get(e.name)===r)this.running.delete(e.name)}),this.running.set(e.name,r),r}adopt(e){let t=this.running.get(e.name);if(t&&kr(t))return t;if(!Tt(e.pid))throw T(Je,`cannot adopt ${e.name}: pid ${e.pid} is not running`);let n={name:e.name,pid:e.pid,startTime:e.startTime,workDir:e.workDir,args:[...e.args],done:Promise.resolve({code:0})};return n.done=z_(e.pid).then((r)=>{if(this.running.get(e.name)===n)this.running.delete(e.name);if(e.onExit)e.onExit(r,r===0?void 0:Error(`exited with code ${r}`));return{code:r}}),this.running.set(e.name,n),n}async stop(e,t){let n=this.running.get(e);if(!n)return;let r=t>0?t:K_;if(n.container){await n.container.stop(r),this.running.delete(e);return}if(await uh(n.pid,"SIGTERM"),!await mh(n.done,r)){if(await uh(n.pid,"SIGKILL"),!await mh(n.done,q_))throw T(Je,`process ${e} did not exit after SIGKILL`)}this.running.delete(e)}get(e){return this.running.get(e)}all(){return[...this.running.values()]}}function kr(e){if(e.container)return e.container.running();if(e.proc)return e.proc.exitCode===null&&!e.proc.killed;return Tt(e.pid)}async function uh(e,t){if(process.platform==="win32"){await nh(e,t);return}await Xm(e,t)}async function _a(e){if(process.platform==="win32")return rh(e);return Qm(e)}async function hh(e){if(process.platform==="win32")return oh(e);return Zm(e)}var J_=2000;function Pa(e,t){if(e.workDir!==""&&t.cwd!==""&&gh(e.workDir)!==gh(t.cwd))return!1;if(!eh(e.args,t.command))return!1;let n=ph(e.startTime),r=ph(t.startTime);if(n!==void 0&&r!==void 0)return Math.abs(n-r)<=J_;return!0}function ph(e){if(e===void 0)return;if(e instanceof Date)return Number.isNaN(e.getTime())?void 0:e.getTime();let t=Date.parse(e);return Number.isNaN(t)?void 0:t}function fh(e){if(process.platform==="win32")return["cmd.exe","/c",e.join(" ")];return["/bin/sh","-c",e.join(" ")]}function gh(e){return e.replace(/\\/g,"/").replace(/\/+$/,"")}async function z_(e){while(Tt(e))await Y_(V_);return 0}async function Ca(e,t,n){if(!e||typeof e==="number"||!n)return;let r=e.getReader(),o=new TextDecoder,i="";for(;;){let{value:s,done:a}=await r.read();if(a){if(i!=="")n(t,i);return}i+=o.decode(s,{stream:!0});let c=i.split(`
648
- `);i=c.pop()??"";for(let l of c)n(t,l.replace(/\r$/,""))}}async function mh(e,t){return Promise.race([e.then(()=>!0),new Promise((n)=>{setTimeout(()=>n(!1),t)})])}function Y_(e){return new Promise((t)=>{setTimeout(t,e)})}Pe();Di();import{createServer as a0}from"http";var c0="2025-03-26",Dh="2.0",Eh=-32700,Th=-32600,l0=-32601,Ah=-32602,d0=-32603,u0=new Set(["127.0.0.1","localhost","::1"]);function p0(e){return u0.has(e)}class Qd{server;running=!1;addr="";boundPort=0;opts;constructor(e){this.opts=e}disabled(){return this.opts.disabledTools?.()??[]}address(){return this.addr}listenPort(){return this.boundPort}isRunning(){return this.running}emit(e,t){this.opts.onEvent?.(e,t)}start(){if(!p0(this.opts.host))return Promise.reject(T(Ye,`refusing to bind MCP to ${this.opts.host}`));return new Promise((e,t)=>{this.server=a0((n,r)=>{this.serve(n,r)}),this.server.on("error",(n)=>t(pe(Ye,`unable to listen on ${this.opts.host}:${this.opts.port}`,n))),this.server.listen(this.opts.port,this.opts.host,()=>{let n=this.server?.address();this.boundPort=typeof n==="object"&&n?n.port:this.opts.port,this.addr=`${this.opts.host}:${this.boundPort}`,this.running=!0,this.emit("INFO",`listening on ${this.addr}`),e()})})}stop(){let e=this.server,t=this.running;if(!e)return this.running=!1,Promise.resolve();return new Promise((n)=>{e.close(()=>{if(this.running=!1,this.addr="",this.boundPort=0,this.server=void 0,t)this.emit("INFO","stopped");n()})})}async serve(e,t){if(e.method==="OPTIONS"){t.writeHead(204,$i()),t.end();return}if(!this.authorized(e)){this.emit("WARN",`rejected unauthorized request from ${Lh(e)}`),vo(t,401,{error:"unauthorized"});return}if(g0(e)!=="/mcp"){vo(t,404,{error:"not found"});return}if(e.method==="GET"||e.method==="DELETE"){t.writeHead(405,{Allow:"POST, OPTIONS",...$i()}),t.end();return}if(e.method!=="POST"){t.writeHead(405,{Allow:"POST, OPTIONS",...$i()}),t.end();return}let r;try{r=await m0(e)}catch(a){vo(t,400,Oi(null,Eh,a instanceof Error?a.message:"invalid body"));return}let o;try{o=JSON.parse(r)}catch{vo(t,400,Oi(null,Eh,"parse error"));return}let i=Lh(e);if(Array.isArray(o)){let a=[];for(let c of o){let l=await this.dispatch(c,i);if(l!==void 0)a.push(l)}vo(t,200,a);return}let s=await this.dispatch(o,i);if(s===void 0){t.writeHead(202,$i()),t.end();return}vo(t,200,s)}authorized(e){if(this.opts.token==="")return!0;return(e.headers.authorization??"")===`Bearer ${this.opts.token}`}async dispatch(e,t){if(!Da(e))return Oi(null,Th,"invalid request");let n=e,r=n.id??null,o=n.id===void 0;if(n.method===void 0||n.method==="")return o?void 0:Oi(r,Th,"missing method");try{let i=await this.handleMethod(n.method,Da(n.params)?n.params:{},t);if(o)return;return{jsonrpc:Dh,id:r,result:i}}catch(i){if(o)return;let s=i instanceof Mi?i.code:d0,a=i instanceof Error?i.message:"internal error";return this.emit("WARN",`rpc error method=${n.method} addr=${t}: ${a}`),Oi(r,s,a)}}async handleMethod(e,t,n){switch(e){case"initialize":{let r=f0(t);return this.emit("INFO",`client connected addr=${n}${r?` (${r})`:""}`),{protocolVersion:c0,capabilities:{tools:{},resources:{}},serverInfo:{name:"devctl",version:ut}}}case"notifications/initialized":case"ping":return{};case"tools/list":return{tools:bh(this.disabled()).map((r)=>({name:r.name,description:r.description,inputSchema:r.inputSchema}))};case"tools/call":return this.callTool(t);case"resources/list":return{resources:Yd.map((r)=>({uri:r,name:r.replace("devctl://",""),mimeType:"application/json"}))};case"resources/read":return this.readResource(t);default:throw new Mi(l0,`method not found: ${e}`)}}async callTool(e){let t=typeof e.name==="string"?e.name:"";if(t==="")throw new Mi(Ah,"tool name is required");if(Aa(t)&&!Bn(t,this.disabled())){let o=`tool ${t} is disabled in devctl's MCP settings`;return this.emit("WARN",`tool call rejected name=${t}: disabled`),{content:[{type:"text",text:o}],isError:!0}}let n=Da(e.arguments)?e.arguments:{},r=Date.now();try{let o=await _h(this.opts.hostApi,t,n);return this.emit("INFO",`tool call name=${t} duration=${Date.now()-r}ms`),{content:[{type:"text",text:JSON.stringify(o,null,2)}]}}catch(o){let i=o instanceof Error?o.message:"tool failed";return this.emit("WARN",`tool call failed name=${t} duration=${Date.now()-r}ms: ${i}`),{content:[{type:"text",text:i}],isError:!0}}}async readResource(e){let t=typeof e.uri==="string"?e.uri:"";if(!Ph(t))throw new Mi(Ah,`unknown resource ${t}`);let n=await Rh(this.opts.hostApi,t);return this.emit("INFO",`resource read uri=${t}`),{contents:[{uri:t,mimeType:"application/json",text:JSON.stringify(n,null,2)}]}}}function f0(e){let t=e.clientInfo;if(!Da(t))return"";let n=typeof t.name==="string"?t.name:"",r=typeof t.version==="string"?t.version:"";if(n==="")return"";return r===""?n:`${n} ${r}`}function Lh(e){return e.socket.remoteAddress??"unknown"}class Mi extends Error{code;constructor(e,t){super(t);this.code=e}}function $i(){return{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Headers":"Authorization, Content-Type, Accept, MCP-Protocol-Version, Mcp-Session-Id","Access-Control-Allow-Methods":"POST, OPTIONS"}}function vo(e,t,n){let r=JSON.stringify(n);e.writeHead(t,{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r),...$i()}),e.end(r)}function Oi(e,t,n){return{jsonrpc:Dh,id:e,error:{code:t,message:n}}}function g0(e){let t=e.url??"/",n=t.indexOf("?");return n>=0?t.slice(0,n):t}function m0(e){return new Promise((t,n)=>{let r=[];e.on("data",(o)=>{r.push(o)}),e.on("end",()=>{t(Buffer.concat(r).toString("utf8"))}),e.on("error",n)})}function Da(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}Di();Oa();Yt();Ci();Li();vr();Xe();wi();var j0=4000,B0=100,Wh=30000,Gh=3,W0=2,G0=2000,U0=200,K0=3,q0=10,V0=3000;class ru{cfg;sessionID;internalTok;bus;logs;procs;tokens;detector;proxy;proxySuppressed=!1;mcp;mcpToken;tokenEP;profile="";clientEnv=new Map;serviceProfile=new Map;serviceProfileEnv=new Map;generation=new Map;runtimes=new Map;ports=new Map;healthTimers=new Map;restarts=new Map;lock;server;shuttingDown=!1;detached=!1;identityCache=Uh();serviceAccountStatus=new Map;detectGoogleFn;inspectProcessFn;processAliveFn;acquireLockFn;socketExistsFn;unlinkSocketFn;registry;restartRequired=[];processMeta=new Map;credentialEntries=[];boundTokenURL="";configWatcher;watchTimer;unhealthyStreak=new Map;healthyStreak=new Map;restartTimers=new Map;setupMode;mcpDisabledTools=[];profileEnv={};resourceTimer;constructor(e,t){this.cfg=e,this.sessionID=gl(),this.internalTok=yl(),this.mcpToken=hf(e.repoRoot),this.bus=new hd(2048),this.detectGoogleFn=t?.detectGoogle??Ut,this.inspectProcessFn=t?.inspectProcess??_a,this.processAliveFn=t?.processAlive??Tt,this.acquireLockFn=t?.acquireLock??mf,this.socketExistsFn=t?.socketExists??tu,this.unlinkSocketFn=t?.unlinkSocket??M0,this.detector=new gn(e.secrets.extra_markers,e.secrets.extra_patterns),this.logs=new va(e.logs.max_memory_events,this.bus,this.detector,e.logs.persistence.enabled,e.logs.persistence.directory,this.sessionID,e.logs.persistence.retention_days,e.logs.persistence.max_session_logs),this.procs=new zd,this.tokens=t?.tokens??new co(e.auth.refresh_threshold_seconds*1000,mr(),this.bus),this.bus.subscribe((n)=>{let r=n.payload??{},o=n.type===ao?`token refreshed identity=${String(r.identity??"")}`:n.type===gr?`token refresh failed identity=${String(r.identity??"")} audience=${String(r.audience??"")}: ${String(r.error??"")}`:`authentication changed user=${String(r.user??"")}`;if(this.logs.append({timestamp:new Date().toISOString(),service:"auth",source:"auth",level:n.type===gr?"WARN":"INFO",message:o,pid:0}),n.type===ao||n.type===gr)this.syncCredentialEntries()},[ao,gr,gd]),this.setupMode=!tu(e.configPath),this.identityCache=Uh(e);for(let n of Object.keys(e.services))this.runtimes.set(n,la(n))}async run(){let e=Ps(this.cfg.repoRoot);this.lock=this.acquireLockFn(this.cfg.repoRoot,e),this.removeStaleSocket(e),this.registry=await Ym(this.cfg.plugins.map((n)=>n.path),this.cfg.repoRoot);for(let n of this.registry.loadErrors)this.log("devctl","ERROR",`plugin ${n.path} skipped: ${n.message}`);this.applyRegistry(),this.checkPluginHealthTypes(),this.checkPluginIdentityTypes(),this.checkPluginEnvironmentSources(),await this.recoverSession(),this.watchConfig(),this.persistState(),this.log("devctl","INFO",`supervisor started session=${this.sessionID}`),this.refreshIdentity(),this.resourceTimer=setInterval(()=>void this.pollResourceUsage(),V0);let t=zt(this.cfg.repoRoot);if(this.setMcpDisabledTools(t.mcp_disabled_tools??[]),t.mcp_enabled)await this.startMcp(t.mcp_port).catch((n)=>this.log("devctl","ERROR",j(n)));this.removeStaleSocket(e),await new Promise((n,r)=>{this.server=O0((o)=>{this.handleConn(o)}),this.server.on("error",r),this.server.listen(e,()=>n())})}removeStaleSocket(e){if(process.platform==="win32")return;if(this.socketExistsFn(e))try{this.unlinkSocketFn(e)}catch{this.log("devctl","WARN","unable to remove stale socket")}}handleConn(e){let t="",n=2000,r=[],o=!1,i=()=>{while(r.length>0){let c=r[0],l=e.write(`${JSON.stringify(c)}
649
- `);if(r.shift(),!l){o=!0,e.once("drain",()=>{o=!1,i()});return}}},s=(c)=>{if(c.id===void 0&&c.event!==void 0&&r.length>=n){let d=r.findIndex((f)=>f.id===void 0&&f.event!==void 0);if(d>=0)r.splice(d,1)}if(r.push(c),!o)i()},a=this.bus.subscribe((c)=>s({event:c}));e.on("error",(c)=>{this.log("devctl","WARN",`client connection error: ${j(c)}`)}),e.on("data",(c)=>{t+=c.toString("utf8");let l=t.split(`
650
- `);t=l.pop()??"";for(let d of l){if(d.trim()==="")continue;this.dispatchLine(d,s)}}),e.on("close",()=>a())}async dispatchLine(e,t){let n;try{n=JSON.parse(e)}catch{t({error:"invalid json"});return}try{let r=await this.dispatch(n.method??"",n.params);t({id:n.id,result:r})}catch(r){let o=lf(r);t({id:n.id,error:o.error,kind:o.kind,hint:o.hint,service:o.service})}}async dispatch(e,t){let n=Kh(t)?t:{};switch(e){case"ping":return{session:this.sessionID,version:ut,protocol:gi};case"start":return this.start({services:Rr(n.services),profile:typeof n.profile==="string"?n.profile:"",detach:n.detach===!0,client_env:Ba(n.client_env)});case"stop":return await this.stop(Rr(n.services)),null;case"restart":return await this.restart(Rr(n.services),{cascade:n.cascade===!0,clientEnv:Ba(n.client_env)}),null;case"run_task":return this.runTask(typeof n.name==="string"?n.name:"",Ba(n.client_env)??{});case"exec":return this.execService(typeof n.service==="string"?n.service:"",Rr(n.command),Ba(n.client_env)??{},n.print_env===!0);case"auth_refresh":return await this.refreshIdentity({probeServiceAccounts:!0}),this.snapshot().identity;case"status":return this.snapshot();case"logs":return this.queryLogs({services:Rr(n.services),level:typeof n.level==="string"?n.level:"",search:typeof n.search==="string"?n.search:"",regex:n.regex===!0,source:typeof n.source==="string"?n.source:"",since:typeof n.since==="string"?n.since:"",until:typeof n.until==="string"?n.until:"",export:typeof n.export==="string"?n.export:""});case"logs_page":return this.queryLogsPage({services:Rr(n.services),level:typeof n.level==="string"?n.level:"",search:typeof n.search==="string"?n.search:"",regex:n.regex===!0,source:typeof n.source==="string"?n.source:"",since:typeof n.since==="string"?n.since:"",until:typeof n.until==="string"?n.until:"",cursor:typeof n.cursor==="string"?n.cursor:void 0,direction:n.direction==="forward"?"forward":"backward",limit:typeof n.limit==="number"?n.limit:void 0});case"logs_stats":return this.queryLogsFacets({services:Rr(n.services),level:typeof n.level==="string"?n.level:"",search:typeof n.search==="string"?n.search:"",regex:n.regex===!0,source:typeof n.source==="string"?n.source:"",since:typeof n.since==="string"?n.since:"",until:typeof n.until==="string"?n.until:""});case"proxy_start":return this.proxySuppressed=!1,await this.startProxy(),null;case"proxy_stop":return this.proxySuppressed=!0,await this.stopProxy(),null;case"mcp_start":{let o=typeof n.port==="number"?n.port:void 0;return await this.startMcp(o??zt(this.cfg.repoRoot).mcp_port),null}case"mcp_stop":return await this.stopMcp(),null;case"mcp_set_tools":{let o=Array.isArray(n.disabled)?n.disabled.filter((i)=>typeof i==="string"):[];return this.setMcpDisabledTools(o),{disabled_tools:[...this.mcpDisabledTools]}}case"reload":return this.reload();case"config_snapshot":return this.cfg;case"auth_invalidate":return this.tokens.invalidate(),null;case"shutdown":let r=typeof n.stop_services==="boolean"?n.stop_services:Ls(this.cfg.shutdown);return setTimeout(()=>{this.shutdown(r)},50),null;default:throw T(Ye,`unknown method ${e}`)}}isDetached(){return this.detached}async start(e){if(e.detach===!0)this.detached=!0;let t=ua(this.cfg,{services:e.services,profile:e.profile,activeProfile:this.profile});if(t.profile)this.profile=t.profile;if(this.profileEnv=t.env,e.client_env)for(let s of t.services)this.clientEnv.set(s,e.client_env);for(let s of t.services)this.serviceProfile.set(s,t.profile),this.serviceProfileEnv.set(s,t.env);if(e.auto!==!0)for(let s of t.services)this.resetRestartCount(s);let n=Pi(this.cfg,t.services,t.profile),r=await this.detectGoogleFn(this.cfg.google.project_id);n.blockers=jg(this.cfg,n.waves.flat(),r.adcAvailable);let o=new Set(n.blockers.map((s)=>s.name));for(let s of n.blockers)await this.fail(s.name,T(Je,s.message));if(this.cfg.proxy.enabled&&!this.proxySuppressed)await this.startProxy().catch((s)=>this.log("devctl","ERROR",j(s)));let i=[];for(let s of n.waves.flat()){if(o.has(s)||await this.claimIfAlreadyUp(s))continue;i.push(s)}if(i.length>0)try{let s=await Yg(this.cfg,i,Object.fromEntries(this.ports));for(let[a,c]of Object.entries(s)){this.ports.set(a,c);let l=Object.entries(c).map(([d,f])=>`${d}=${f}`).join(", ");this.log(a,"INFO",`assigned ports: ${l||"none"}`)}}catch(s){if(s instanceof De&&s.service!=="")await this.fail(s.service,s);else this.log("devctl","ERROR",j(s));throw s}for(let s of n.waves){let a=s.filter((c)=>i.includes(c));if(a.length>0){let c=await Promise.allSettled(a.map((d)=>this.startOne(d,t.profile,t.env,e.auto!==!0))),l=!1;for(let d of c)if(d.status==="rejected")l=!0,this.log("devctl","ERROR",j(d.reason));if(l)throw T(Je,"one or more services failed to start")}try{await this.awaitWaveHealth(s,n.waves.flat())}catch(c){throw this.log("devctl","ERROR",j(c)),c}}return this.persistState(),n}async runTask(e,t){let n=this.cfg.tasks[e];if(!n)throw T(Ye,`unknown task ${e}`);if(n.dependencies.length>0)await this.start({services:n.dependencies,client_env:t});let r={...Mn(),command:n.command,shell:n.shell,working_dir:n.working_dir,dependencies:n.dependencies,environment:n.environment},o=await Us(this.cfg.repoRoot,{service:`task:${e}`,profile:this.profile,serviceCfg:r,profileEnv:this.profileEnv,assignedPorts:{},runtime:Ks(`task:${e}`,"127.0.0.1",{},"",this.cfg.project.name),cfg:this.cfg,clientEnv:t,fetchSecret:Gs(async()=>(await this.tokens.get("user","",[])).accessToken),pluginSources:this.registry?.environmentSources}),i=n.working_dir&&!nu(n.working_dir)?ja(this.cfg.repoRoot,n.working_dir):n.working_dir,s=await this.runTransient(`task:${e}`,n.command,n.shell,i,fi(o));return{task:e,...s}}async execService(e,t,n,r=!1){let o=this.cfg.services[e];if(!o)throw T(ei,`unknown service ${e}`);let i=this.serviceProfile.get(e)??this.profile,s=this.serviceProfileEnv.get(e)??this.profileEnv,{env:a,workDir:c}=await this.resolveServiceExecution(e,o,i,s,n,!o.container);if(r)return{service:e,code:0,stdout:"",stderr:"",environment:a};if(t.length===0)throw T(Ye,"exec command is required");let l=await this.runTransient(`${e}:exec`,{args:t,shell:!1},!1,c,a);return{service:e,...l}}async resolveServiceExecution(e,t,n,r,o,i=!0){let s=this.ports.get(e)??Object.fromEntries(t.ports.filter((f)=>!f.auto).map((f)=>[f.name,f.value])),a=this.proxy?.isRunning()?`http://${this.proxy.address()}`:this.cfg.proxy.enabled?`http://${ir(this.cfg.proxy.listen)}`:"",c=Ks(e,"127.0.0.1",s,a,this.cfg.project.name);if(!t.container){if(c.DEVCTL_INTERNAL_TOKEN=this.internalTok,this.cfg.proxy.token_endpoint.enabled)c.DEVCTL_TOKEN_URL=this.boundTokenURL||`http://127.0.0.1:${this.tokenEP?.listenPort()||this.cfg.proxy.token_endpoint.port}/token`}let l=await Us(this.cfg.repoRoot,{service:e,profile:n,serviceCfg:t,profileEnv:r,assignedPorts:s,runtime:c,cfg:this.cfg,fetchSecret:Gs(async()=>(await this.tokens.get("user","",[])).accessToken),pluginSources:this.registry?.environmentSources,clientEnv:o,includeProcess:i}),d=t.working_dir&&!nu(t.working_dir)?ja(this.cfg.repoRoot,t.working_dir):t.working_dir;return{env:fi(l),workDir:d}}async runTransient(e,t,n,r,o){if(zr(t))return{code:0,stdout:"",stderr:""};this.log(e,"INFO",`running ${t.args.join(" ")}`);let i=await this.procs.runOnce({name:e,args:[...t.args],shell:n||t.shell,workDir:r,env:o,graceMs:oi(this.cfg.shutdown)*1000,onLine:(s,a)=>this.logs.append({timestamp:new Date().toISOString(),service:e,source:s,stream:s,level:"",message:a,pid:0})});if(i.code!==0)throw T(Je,`${e} exited with code ${i.code}`);return i}serviceIsActive(e){let t=this.procs.get(e);if(t&&kr(t))return!0;let n=this.runtimes.get(e);if(!n)return!1;if(n.health===_t||n.state===hr)return!0;return n.state===bd||n.state===Ft}serviceWorkDir(e){if(e.working_dir!==""&&!nu(e.working_dir))return ja(this.cfg.repoRoot,e.working_dir);return e.working_dir}async claimIfAlreadyUp(e){let t=this.cfg.services[e];if(this.serviceIsActive(e)){if(t&&!this.ports.has(e)){let s=await Xs(t);if(s)this.ports.set(e,s)}return!0}if(!t)return!1;if(t.container){let s=this.bumpGeneration(e),a=t.container.runtime==="podman"?"podman":"docker",c=this.serviceWorkDir(t),l=await this.procs.adoptContainer({name:e,runtime:a,containerName:`devctl-${un(this.cfg.repoRoot)}-${e.replace(/[^a-zA-Z0-9_.-]/g,"-")}`,workDir:c,onLine:(m,g)=>this.logs.append({timestamp:new Date().toISOString(),service:e,source:m,stream:m,level:"",message:g,pid:0}),onExit:(m,g)=>this.onExit(e,s,m,g)});if(!l)return!1;let d=this.ports.get(e)??Object.fromEntries(t.ports.filter((m)=>!m.auto).map((m)=>[m.name,m.value]));this.ports.set(e,d),this.processMeta.set(e,{command:[...t.command.args],cwd:c,startTime:l.startTime}),this.setState(e,Ft,Dt,0,"");let f=await this.resolveAdoptedHealthEnv(e,t,d);return this.startHealth(e,t,0,d,c,f,s),this.persistState(),this.log(e,"INFO",`claimed running ${a} container ${l.container?.id??""}`),!0}let n=await Xs(t);if(!n)return!1;let r=Object.values(n)[0],i=(r===void 0?void 0:await io(r))?.pid??0;if(i>0&&i!==process.pid){let s=ni(this.cfg.repoRoot)?.processes.find((l)=>l.name===e&&l.pid===i);if(!s)return this.log(e,"WARN",`port ${r} is held by pid ${i} with no persisted record for ${e}; not adopting`),!1;let a=await _a(i);if(a!==void 0&&a.command!==""&&Pa({args:[...t.command.args],workDir:this.serviceWorkDir(t),startTime:new Date(s.startTime)},a)){this.ports.set(e,n);let l=this.attachProcess(e,i,[...t.command.args],this.serviceWorkDir(t),new Date(s.startTime))??this.bumpGeneration(e);this.setState(e,Ft,Dt,i,""),this.log(e,"INFO",`already listening on ${Object.values(n).join(", ")}; not starting again`);let d=this.serviceWorkDir(t),f=await this.resolveAdoptedHealthEnv(e,t,n);return this.startHealth(e,t,i,n,d,f,l),!0}this.log(e,"WARN",`port ${r} is in use by an unrelated process (pid ${i}); not adopting`)}return!1}async startOne(e,t,n,r=!1){if(this.serviceIsActive(e))return;let o=this.cfg.services[e];if(!o)throw T(Ye,`unknown service ${e}`);this.setState(e,bd,Dt,0,"");let i=this.bumpGeneration(e),s=Js(o.identity);if(s.kind!=="none")try{if(s=await Bg(o.identity,()=>Kg(this.cfg.google.project_id),this.registry?.identityProviders),s.kind==="service_account")await this.tokens.get(eo(s),"",[]),this.serviceAccountStatus.set(s.serviceAccount,"available")}catch(g){if(s.kind==="service_account")this.serviceAccountStatus.set(s.serviceAccount,"unavailable");if(X0(o)||s.kind==="service_account"||s.kind!=="user"&&s.kind!=="none")throw await this.fail(e,g),g;this.log(e,"WARN","cloud identity unavailable; starting service locally")}let a=this.ports.get(e)??{},{env:c,workDir:l}=await this.resolveServiceExecution(e,o,t,n,this.clientEnv.get(e),!o.container);if(r)try{await this.runTransient(`${e}:pre_start`,o.hooks.pre_start,o.shell,l,c)}catch(g){throw await this.fail(e,g),g}let d=(g,x)=>{this.logs.append({timestamp:new Date().toISOString(),service:e,source:g,stream:g,level:"",message:x,pid:m.pid})},f=(g,x)=>this.onExit(e,i,g,x),m=o.container?await this.procs.startContainer({name:e,runtime:o.container.runtime==="podman"?"podman":"docker",containerName:`devctl-${un(this.cfg.repoRoot)}-${e.replace(/[^a-zA-Z0-9_.-]/g,"-")}`,image:o.container.image,command:[...o.command.args],env:ah({...c,...o.container.env}),ports:a,targetPorts:o.container.ports,volumes:o.container.volumes,workDir:l,onLine:d,onExit:f}):await this.procs.start({name:e,args:[...o.command.args],shell:o.shell||o.command.shell,workDir:l,env:c,graceMs:oi(this.cfg.shutdown)*1000,captureStdout:Sf(o),captureStderr:kf(o),onLine:d,onExit:f});if(this.processMeta.set(e,{command:[...o.command.args],cwd:l,startTime:m.startTime}),this.setState(e,Ft,Dt,m.pid,""),this.bus.publish(Oe(tm,e,{pid:m.pid})),r)try{await this.runTransient(`${e}:post_start`,o.hooks.post_start,o.shell,l,c)}catch(g){throw await this.fail(e,g),g}if(this.startHealth(e,o,m.pid,a,l,c,i),this.persistState(),o.startup.wait_for_healthy){let g=o.startup.timeout_seconds>0?o.startup.timeout_seconds*1000:Wh;try{await this.waitHealthy(e,g)}catch(x){throw await this.fail(e,x),x}}}async resolveAdoptedHealthEnv(e,t,n){let r="";if(this.proxy?.isRunning())r=`http://${this.proxy.address()}`;else if(this.cfg.proxy.enabled)r=`http://${ir(this.cfg.proxy.listen)}`;let o=Ks(e,"127.0.0.1",n,r,this.cfg.project.name);if(o.DEVCTL_INTERNAL_TOKEN=this.internalTok,this.cfg.proxy.token_endpoint.enabled)o.DEVCTL_TOKEN_URL=this.boundTokenURL||`http://127.0.0.1:${this.tokenEP?.listenPort()||this.cfg.proxy.token_endpoint.port}/token`;try{let i=await Us(this.cfg.repoRoot,{service:e,profile:this.serviceProfile.get(e)??this.profile,serviceCfg:t,profileEnv:this.serviceProfileEnv.get(e)??this.profileEnv,assignedPorts:n,runtime:o,cfg:this.cfg,fetchSecret:Gs(async()=>(await this.tokens.get("user","",[])).accessToken),pluginSources:this.registry?.environmentSources});return fi(i)}catch(i){return this.log(e,"WARN",`could not fully reconstruct environment for adopted service's health check (${j(i)}); using a baseline environment`),fi(o)}}async awaitWaveHealth(e,t){for(let n of e){let r=this.cfg.services[n],o=t.some((s)=>(this.cfg.services[s]?.dependencies??[]).some((a)=>St(a)===n&&On(a)==="service_healthy"));if(!r||r.health.type===""||!o)continue;let i=r.startup.timeout_seconds>0?r.startup.timeout_seconds*1000:Wh;try{await this.waitHealthy(n,i)}catch(s){throw await this.fail(n,s),s}}}async waitHealthy(e,t){let n=Date.now()+t;while(Date.now()<n){let r=this.runtimes.get(e);if(r?.health===_t)return;if(r?.state===yr)throw T(cl,`service ${e} failed while waiting for healthy`);await Q0(B0)}throw T(cl,`service ${e} did not become healthy in time`)}onExit(e,t,n,r){if(!this.isCurrentGeneration(e,t))return;let o=this.runtimes.get(e);if(o?.state===yr)return;if(o&&(o.state===wd||o.state===uo)){this.setState(e,uo,Dt,0,""),this.bus.publish(Oe(fd,e,{code:n}));return}let i=this.cfg.services[e],s=i?i.restart.policy||(i.restart.enabled?"on_failure":"never"):"never",a=r?.message??`exited with code ${n}`,c=s==="always"||s==="on_failure"&&n!==0,l=this.restarts.get(e)??0,d=i&&i.restart.max_retries>0?i.restart.max_retries:Gh;if(c&&i&&l<d){this.setState(e,_i,Dt,0,a),this.bumpRestartCount(e,l+1),this.persistState(),this.armRestart(e,i,t,l,()=>{let f=this.serviceProfile.get(e)??this.profile,m=this.serviceProfileEnv.get(e)??this.profileEnv;this.startOne(e,f,m,!1).catch((g)=>this.log(e,"ERROR",j(g)))});return}this.fail(e,T("process_start",a))}startHealth(e,t,n,r,o,i,s){let a=this.healthTimers.get(e);if(a)clearInterval(a);if(t.health.type===""){this.setHealth(e,_t,"no health check");return}let c=Rm(t.health)||G0,l=Date.parse(this.runtimes.get(e)?.startTime??"")||Date.now(),d=()=>{(t.container&&t.health.type.toLowerCase()==="process"?Promise.resolve(this.procs.get(e)&&kr(this.procs.get(e))?{status:_t,message:"container running"}:{status:ke,message:"container not running"}):Em(t.health,n,r,o,i,this.registry?.healthChecks)).catch((m)=>({status:ke,message:j(m)})).then((m)=>{if(!this.isCurrentGeneration(e,s))return;if(m.status===ke&&Date.now()-l<t.health.start_period_seconds*1000){this.logs.append({timestamp:new Date().toISOString(),service:e,source:"health",level:"INFO",message:`health check still in start period: ${m.message}`,pid:n});return}this.setHealth(e,m.status,m.message),this.logs.append({timestamp:new Date().toISOString(),service:e,source:"health",level:Tm(m.status),message:`health ${m.status} ${m.message}`,pid:n}),this.maybeRestartUnhealthy(e,t,m.status,s)})};d(),this.healthTimers.set(e,setInterval(d,c))}async stop(e){let t=e;if(t.length===0)t=[...this.runtimes.entries()].filter(([,i])=>i.state!==uo).map(([i])=>i);if(t.length===0)return;let n=t.filter((i)=>!this.cfg.services[i]&&this.runtimes.has(i)),r=t.filter((i)=>!this.cfg.services[i]&&!this.runtimes.has(i));if(r.length>0)throw T(ei,`unknown service "${r[0]}"`);let o=t.filter((i)=>this.cfg.services[i]!==void 0);if(o.length>0)await this.runStopPlan(Ri(this.cfg,o),{resetRestartCounts:!0});if(n.length>0){await this.runStopPlan({profile:this.profile,steps:[],waves:n.map((i)=>[i])},{resetRestartCounts:!0});for(let i of n)this.forgetService(i)}}forgetService(e){let t=this.healthTimers.get(e);if(t)clearInterval(t),this.healthTimers.delete(e);this.clearRestartTimer(e),this.runtimes.delete(e),this.ports.delete(e),this.processMeta.delete(e),this.clientEnv.delete(e),this.serviceProfile.delete(e),this.serviceProfileEnv.delete(e),this.restarts.delete(e),this.generation.delete(e),this.unhealthyStreak.delete(e),this.healthyStreak.delete(e)}reconcileServices(e,t){for(let n of Object.keys(t))if(!e[n]&&!this.runtimes.has(n))this.runtimes.set(n,la(n));for(let n of Object.keys(e)){if(t[n])continue;if(this.serviceIsActive(n)){let r=this.runtimes.get(n);if(r)r.orphaned=!0;this.log(n,"WARN","removed from configuration while still running; now orphaned \u2014 stop it explicitly to clean it up");continue}this.forgetService(n)}}async restart(e,t){let n=t?.cascade===!0,r=n?kd(this.cfg,e):e,o=n?Ri(this.cfg,e):km(this.cfg,e),i=t?.auto!==!0;await this.runStopPlan(o,{resetRestartCounts:i});let s=r.map((a)=>this.serviceProfile.get(a)).find((a)=>a!==void 0)??this.profile;await this.start({services:r,profile:s,client_env:t?.clientEnv,auto:t?.auto})}async runStopPlan(e,t){for(let r of e.waves.flat())if(this.clearRestartTimer(r),this.bumpGeneration(r),t?.resetRestartCounts)this.resetRestartCount(r);let n=oi(this.cfg.shutdown)*1000;for(let r of e.waves)await Promise.all(r.map(async(o)=>{this.setState(o,wd,Dt,0,"");let i=this.healthTimers.get(o);if(i)clearInterval(i),this.healthTimers.delete(o);await this.procs.stop(o,n),await this.releasePorts(o),this.setState(o,uo,Dt,0,""),this.bus.publish(Oe(fd,o,{}))}));this.persistState()}async startProxy(){if(this.proxy?.isRunning())return;if(this.proxy=new Kd(this.cfg.proxy,this.tokens,this.logs,this.bus,this.detector,this.registry?.proxyMiddleware??[]),await this.proxy.start(),this.cfg.proxy.token_endpoint.enabled)this.tokenEP=new qd(this.cfg.proxy.token_endpoint.host||"127.0.0.1",this.cfg.proxy.token_endpoint.port,this.internalTok,this.tokens),await this.tokenEP.start(),this.boundTokenURL=`http://127.0.0.1:${this.tokenEP.listenPort()}/token`;this.persistState()}async stopProxy(){await this.proxy?.stop(),await this.tokenEP?.stop(),this.persistState()}async startMcp(e){if(this.mcp?.isRunning())return;let t=await Hh(this.cfg.repoRoot,e);this.mcp=new Qd({host:"127.0.0.1",port:t,token:this.mcpToken,hostApi:this.asMcpHost(),onEvent:(n,r)=>this.log("mcp",n,`mcp ${r}`),disabledTools:()=>this.mcpDisabledTools}),await this.mcp.start(),this.persistState()}setMcpDisabledTools(e){let t=e.filter((r)=>Aa(r)),n=this.mcpDisabledTools.join(",");if(this.mcpDisabledTools=[...new Set(t)].sort(),this.mcpDisabledTools.join(",")===n)return;this.log("devctl","INFO",this.mcpDisabledTools.length===0?"all MCP tools enabled":`MCP tools disabled: ${this.mcpDisabledTools.join(", ")}`)}async stopMcp(){await this.mcp?.stop(),this.mcp=void 0,this.persistState()}asMcpHost(){return{status:()=>this.snapshot(),logsPage:(e)=>this.queryLogsPage(e),config:()=>this.cfg,start:(e)=>this.start(e),stop:(e)=>this.stop(e),restart:(e,t)=>this.restart(e,{cascade:t}),reload:()=>this.reload(),doctor:async()=>{for(let e of Hn(this.cfg))await this.probeServiceAccount(e);return jn(this.cfg)},exec:(e,t,n)=>this.execService(e,t,void 0,n)}}async reload(){let e;try{e=dt(this.cfg.repoRoot,this.cfg.configPath)}catch(i){throw this.bus.publish(Oe(bi,"",{error:j(i)})),this.log("devctl","ERROR",`configuration reload failed: ${j(i)}`),i}try{this.checkPluginHealthTypes(e),this.checkPluginIdentityTypes(e),this.checkPluginEnvironmentSources(e)}catch(i){throw this.bus.publish(Oe(bi,"",{error:j(i)})),this.log("devctl","ERROR",`configuration reload failed: ${j(i)}`),i}if(this.setupMode){if(this.setupMode=!1,this.log("devctl","INFO",`configuration created at ${this.cfg.configPath}; leaving setup mode`),!this.configWatcher)this.watchConfig()}let t=J0(this.cfg,e),n=JSON.stringify(this.cfg.proxy)!==JSON.stringify(e.proxy),r=JSON.stringify(this.cfg.secrets)!==JSON.stringify(e.secrets),o=this.cfg.services;if(Object.assign(this.cfg,e),this.reconcileServices(o,e.services),this.restartRequired=t.restart_required,r)this.detector.update(e.secrets.extra_markers,e.secrets.extra_patterns);if(n){let i=this.proxy?.isRunning()??!1;if(await this.stopProxy(),i&&this.cfg.proxy.enabled)await this.startProxy();this.log("devctl","INFO","proxy configuration changed; proxy restarted")}if(this.bus.publish(Oe(oa,"",{restart_required:t.restart_required,changes:t.changes,supervisor_restart_required:t.supervisor_restart_required})),this.log("devctl","INFO",t.restart_required.length===0?"configuration reloaded":`configuration reloaded; restart required: ${t.restart_required.join(", ")}`),t.supervisor_restart_required)this.log("devctl","WARN",da(t.supervisor_restart_required));return this.persistState(),this.refreshIdentity(),t}async shutdown(e){if(this.shuttingDown)return;if(this.shuttingDown=!0,this.persistState(),e)await this.stop([]);if(this.clearAllRestartTimers(),await this.stopProxy(),await this.stopMcp(),this.configWatcher?.close(),this.watchTimer)clearTimeout(this.watchTimer);if(this.resourceTimer)clearInterval(this.resourceTimer);this.server?.close(),this.lock?.release(),await this.logs.close()}snapshot(){let e={};for(let[r,o]of this.runtimes)e[r]={...o,ports:this.ports.get(r)??o.ports,profile:this.serviceProfile.get(r)??o.profile,env_source:this.clientEnv.has(r)?"client":"daemon"};let t=this.proxy?.stats(),n={requestTotal:t?.total??0,requestErrors:t?.errors??0,recentRequests:t?.recent??[]};return{session_id:this.sessionID,repo_root:this.cfg.repoRoot,profile:this.profile,services:e,proxy:{running:this.proxy?.isRunning()??!1,address:this.proxy?.address(),routes:this.cfg.proxy.routes.map((r)=>({name:r.name,identity:r.auth.identity.service_account||r.auth.identity.type||r.auth.type,upstream:r.upstream.url,auth:r.auth.type})),...n},mcp:{running:this.mcp?.isRunning()??!1,address:this.mcp?.isRunning()?`http://${this.mcp.address()}/mcp`:void 0,port:this.mcp?.isRunning()?this.mcp.listenPort():void 0,token:this.mcpToken,disabled_tools:[...this.mcpDisabledTools]},identity:{...this.identityCache,...this.serviceAccountSnapshot()},credentials:{backend:this.tokens.storeBackend(),entries:[...this.credentialEntries]},detached:this.detached,setup_mode:this.setupMode?!0:void 0,logs:this.logs.snapshot(),restart_required:[...this.restartRequired],system:z0()}}async syncCredentialEntries(){this.credentialEntries=(await this.tokens.listStatus()).map((e)=>({identity:e.identity,audience:e.audience,expires_at:e.expires_at,valid:e.valid}))}async refreshIdentity(e){try{let t=await this.detectGoogleFn(this.cfg.google.project_id);if(e?.probeServiceAccounts)for(let o of Hn(this.cfg))await this.probeServiceAccount(o);let{service_accounts:n,service_account_status:r}=this.serviceAccountSnapshot();this.identityCache={user:t.userEmail,project:t.projectID||this.cfg.google.project_id,project_source:t.projectSource||(this.cfg.google.project_id?"configuration":""),adc:t.adcAvailable,service_accounts:n,service_account_status:r,iap:this.cfg.proxy.routes.some((o)=>o.auth.type.toLowerCase()==="iap")},await this.syncCredentialEntries(),this.bus.publish(Oe(gd,"",{user:this.identityCache.user,adc:this.identityCache.adc})),this.log("auth","INFO",`authentication changed user=${this.identityCache.user||"(unknown)"} adc=${this.identityCache.adc}`),this.persistState()}catch(t){this.log("devctl","WARN",`identity refresh failed: ${j(t)}`)}}serviceAccountSnapshot(){let e={},t={};for(let n of Hn(this.cfg)){let r=this.serviceAccountStatus.get(n)??"unknown";if(t[n]=r,r!=="unknown")e[n]=r==="available"}return{service_accounts:e,service_account_status:t}}async probeServiceAccount(e){let t;try{await Y0(this.tokens.refresh(`sa:${e}`,"",[]),j0),t="available"}catch{t="unavailable"}return this.serviceAccountStatus.set(e,t),t}queryLogs(e){let t=this.logs.query({services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until});if(e.export)this.logs.exportTo(e.export,{services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until});return{events:t}}queryLogsPage(e){return this.logs.queryPage({services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until},{cursor:e.cursor,direction:e.direction,limit:e.limit})}queryLogsFacets(e){return this.logs.queryFacets({services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until})}subscribe(e){return this.bus.subscribe(e)}formatStatus(){let e=this.snapshot(),t=[`PROFILE: ${e.profile||"(none)"}`,"","SERVICE\tSTATUS\tHEALTH\tPID"];for(let[n,r]of Object.entries(e.services))t.push(`${n} ${po(r)} ${r.health} ${r.pid}`);return t.push("",`PROXY ${e.proxy.running?"RUNNING":"STOPPED"} ${e.proxy.address??""}`),t.push(`MCP ${e.mcp?.running?"RUNNING":"STOPPED"} ${e.mcp?.address??""}`),t.join(`
653
+ `;e.onLine?.(a,c)},i=[Ma(t.stdout,"stdout",o),Ma(t.stderr,"stderr",o)],s=await t.exited;return await Promise.all(i),{code:typeof s==="number"?s:0,stdout:n,stderr:r}}async startContainer(e){let t=this.running.get(e.name);if(t&&Dr(t))return t;let n=await Th(e),r={name:e.name,pid:0,startTime:new Date,workDir:e.workDir,args:[...e.command],done:n.done,container:n};return n.done.finally(()=>{if(this.running.get(e.name)===r)this.running.delete(e.name)}),this.running.set(e.name,r),r}async adoptContainer(e){let t=this.running.get(e.name);if(t&&Dr(t))return t;let n=await Lh(e.runtime,e.containerName,e.onLine,e.onExit);if(!n)return;let r={name:e.name,pid:0,startTime:new Date,workDir:e.workDir,args:[],done:n.done,container:n};return n.done.finally(()=>{if(this.running.get(e.name)===r)this.running.delete(e.name)}),this.running.set(e.name,r),r}adopt(e){let t=this.running.get(e.name);if(t&&Dr(t))return t;if(!Pt(e.pid))throw L(Ke,`cannot adopt ${e.name}: pid ${e.pid} is not running`);let n={name:e.name,pid:e.pid,startTime:e.startTime,workDir:e.workDir,args:[...e.args],done:Promise.resolve({code:0})};return n.done=_0(e.pid).then((r)=>{if(this.running.get(e.name)===n)this.running.delete(e.name);if(e.onExit)e.onExit(r,r===0?void 0:Error(`exited with code ${r}`));return{code:r}}),this.running.set(e.name,n),n}async stop(e,t){let n=this.running.get(e);if(!n)return;let r=t>0?t:w0;if(n.container){await n.container.stop(r),this.running.delete(e);return}if(await Mh(n.pid,"SIGTERM"),!await Nh(n.done,r)){if(await Mh(n.pid,"SIGKILL"),!await Nh(n.done,S0))throw L(Ke,`process ${e} did not exit after SIGKILL`)}this.running.delete(e)}get(e){return this.running.get(e)}all(){return[...this.running.values()]}}function Dr(e){if(e.container)return e.container.running();if(e.proc)return e.proc.exitCode===null&&!e.proc.killed;return Pt(e.pid)}async function Mh(e,t){if(process.platform==="win32"){await _h(e,t);return}await bh(e,t)}async function $a(e){if(process.platform==="win32")return Rh(e);return wh(e)}async function Hh(e){if(process.platform==="win32")return Ph(e);return Sh(e)}var C0=2000;function Ia(e,t){if(e.workDir!==""&&t.cwd!==""&&Fh(e.workDir)!==Fh(t.cwd))return!1;if(!kh(e.args,t.command))return!1;let n=$h(e.startTime),r=$h(t.startTime);if(n!==void 0&&r!==void 0)return Math.abs(n-r)<=C0;return!0}function $h(e){if(e===void 0)return;if(e instanceof Date)return Number.isNaN(e.getTime())?void 0:e.getTime();let t=Date.parse(e);return Number.isNaN(t)?void 0:t}function Ih(e){if(process.platform==="win32")return["cmd.exe","/c",e.join(" ")];return["/bin/sh","-c",e.join(" ")]}function Fh(e){return e.replace(/\\/g,"/").replace(/\/+$/,"")}async function _0(e){while(Pt(e))await R0(k0);return 0}async function Ma(e,t,n){if(!e||typeof e==="number"||!n)return;let r=e.getReader(),o=new TextDecoder,i="";for(;;){let{value:s,done:a}=await r.read();if(a){if(i!=="")n(t,i);return}i+=o.decode(s,{stream:!0});let c=i.split(`
654
+ `);i=c.pop()??"";for(let l of c)n(t,l.replace(/\r$/,""))}}async function Nh(e,t){return Promise.race([e.then(()=>!0),new Promise((n)=>{setTimeout(()=>n(!1),t)})])}function R0(e){return new Promise((t)=>{setTimeout(t,e)})}Pe();ji();import{createServer as F0}from"http";var N0="2025-03-26",tv="2.0",Xh=-32700,Qh=-32600,H0=-32601,Zh=-32602,j0=-32603,B0=new Set(["127.0.0.1","localhost","::1"]);function W0(e){return B0.has(e)}class lu{server;running=!1;addr="";boundPort=0;opts;constructor(e){this.opts=e}disabled(){return this.opts.disabledTools?.()??[]}address(){return this.addr}listenPort(){return this.boundPort}isRunning(){return this.running}emit(e,t){this.opts.onEvent?.(e,t)}start(){if(!W0(this.opts.host))return Promise.reject(L(Je,`refusing to bind MCP to ${this.opts.host}`));return new Promise((e,t)=>{this.server=F0((n,r)=>{this.serve(n,r)}),this.server.on("error",(n)=>t(fe(Je,`unable to listen on ${this.opts.host}:${this.opts.port}`,n))),this.server.listen(this.opts.port,this.opts.host,()=>{let n=this.server?.address();this.boundPort=typeof n==="object"&&n?n.port:this.opts.port,this.addr=`${this.opts.host}:${this.boundPort}`,this.running=!0,this.emit("INFO",`listening on ${this.addr}`),e()})})}stop(){let e=this.server,t=this.running;if(!e)return this.running=!1,Promise.resolve();return new Promise((n)=>{e.close(()=>{if(this.running=!1,this.addr="",this.boundPort=0,this.server=void 0,t)this.emit("INFO","stopped");n()})})}async serve(e,t){if(e.method==="OPTIONS"){t.writeHead(204,Gi()),t.end();return}if(!this.authorized(e)){this.emit("WARN",`rejected unauthorized request from ${ev(e)}`),Ao(t,401,{error:"unauthorized"});return}if(U0(e)!=="/mcp"){Ao(t,404,{error:"not found"});return}if(e.method==="GET"||e.method==="DELETE"){t.writeHead(405,{Allow:"POST, OPTIONS",...Gi()}),t.end();return}if(e.method!=="POST"){t.writeHead(405,{Allow:"POST, OPTIONS",...Gi()}),t.end();return}let r;try{r=await K0(e)}catch(a){Ao(t,400,Bi(null,Xh,a instanceof Error?a.message:"invalid body"));return}let o;try{o=JSON.parse(r)}catch{Ao(t,400,Bi(null,Xh,"parse error"));return}let i=ev(e);if(Array.isArray(o)){let a=[];for(let c of o){let l=await this.dispatch(c,i);if(l!==void 0)a.push(l)}Ao(t,200,a);return}let s=await this.dispatch(o,i);if(s===void 0){t.writeHead(202,Gi()),t.end();return}Ao(t,200,s)}authorized(e){if(this.opts.token==="")return!0;return(e.headers.authorization??"")===`Bearer ${this.opts.token}`}async dispatch(e,t){if(!Wa(e))return Bi(null,Qh,"invalid request");let n=e,r=n.id??null,o=n.id===void 0;if(n.method===void 0||n.method==="")return o?void 0:Bi(r,Qh,"missing method");try{let i=await this.handleMethod(n.method,Wa(n.params)?n.params:{},t);if(o)return;return{jsonrpc:tv,id:r,result:i}}catch(i){if(o)return;let s=i instanceof Wi?i.code:j0,a=i instanceof Error?i.message:"internal error";return this.emit("WARN",`rpc error method=${n.method} addr=${t}: ${a}`),Bi(r,s,a)}}async handleMethod(e,t,n){switch(e){case"initialize":{let r=G0(t);return this.emit("INFO",`client connected addr=${n}${r?` (${r})`:""}`),{protocolVersion:N0,capabilities:{tools:{},resources:{}},serverInfo:{name:"devctl",version:pt}}}case"notifications/initialized":case"ping":return{};case"tools/list":return{tools:Gh(this.disabled()).map((r)=>({name:r.name,description:r.description,inputSchema:r.inputSchema}))};case"tools/call":return this.callTool(t);case"resources/list":return{resources:au.map((r)=>({uri:r,name:r.replace("devctl://",""),mimeType:"application/json"}))};case"resources/read":return this.readResource(t);default:throw new Wi(H0,`method not found: ${e}`)}}async callTool(e){let t=typeof e.name==="string"?e.name:"";if(t==="")throw new Wi(Zh,"tool name is required");if(ja(t)&&!Kn(t,this.disabled())){let o=`tool ${t} is disabled in devctl's MCP settings`;return this.emit("WARN",`tool call rejected name=${t}: disabled`),{content:[{type:"text",text:o}],isError:!0}}let n=Wa(e.arguments)?e.arguments:{},r=Date.now();try{let o=await Jh(this.opts.hostApi,t,n);return this.emit("INFO",`tool call name=${t} duration=${Date.now()-r}ms`),{content:[{type:"text",text:JSON.stringify(o,null,2)}]}}catch(o){let i=o instanceof Error?o.message:"tool failed";return this.emit("WARN",`tool call failed name=${t} duration=${Date.now()-r}ms: ${i}`),{content:[{type:"text",text:i}],isError:!0}}}async readResource(e){let t=typeof e.uri==="string"?e.uri:"";if(!zh(t))throw new Wi(Zh,`unknown resource ${t}`);let n=await Yh(this.opts.hostApi,t);return this.emit("INFO",`resource read uri=${t}`),{contents:[{uri:t,mimeType:"application/json",text:JSON.stringify(n,null,2)}]}}}function G0(e){let t=e.clientInfo;if(!Wa(t))return"";let n=typeof t.name==="string"?t.name:"",r=typeof t.version==="string"?t.version:"";if(n==="")return"";return r===""?n:`${n} ${r}`}function ev(e){return e.socket.remoteAddress??"unknown"}class Wi extends Error{code;constructor(e,t){super(t);this.code=e}}function Gi(){return{"Access-Control-Allow-Origin":"*","Access-Control-Allow-Headers":"Authorization, Content-Type, Accept, MCP-Protocol-Version, Mcp-Session-Id","Access-Control-Allow-Methods":"POST, OPTIONS"}}function Ao(e,t,n){let r=JSON.stringify(n);e.writeHead(t,{"Content-Type":"application/json","Content-Length":Buffer.byteLength(r),...Gi()}),e.end(r)}function Bi(e,t,n){return{jsonrpc:tv,id:e,error:{code:t,message:n}}}function U0(e){let t=e.url??"/",n=t.indexOf("?");return n>=0?t.slice(0,n):t}function K0(e){return new Promise((t,n)=>{let r=[];e.on("data",(o)=>{r.push(o)}),e.on("end",()=>{t(Buffer.concat(r).toString("utf8"))}),e.on("error",n)})}function Wa(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}ji();Ga();Zt();Oi();To();Pr();ze();Ai();var hR=4000,vR=100,uv=30000,pv=3,yR=2,xR=2000,bR=200,wR=3,SR=10,kR=3000;class gu{cfg;sessionID;internalTok;bus;logs;procs;tokens;detector;proxy;proxySuppressed=!1;mcp;mcpToken;tokenEP;profile="";clientEnv=new Map;serviceProfile=new Map;serviceProfileEnv=new Map;generation=new Map;runtimes=new Map;ports=new Map;healthTimers=new Map;restarts=new Map;lock;server;shuttingDown=!1;detached=!1;identityCache=fv();serviceAccountStatus=new Map;detectGoogleFn;inspectProcessFn;processAliveFn;acquireLockFn;socketExistsFn;unlinkSocketFn;registry;restartRequired=[];processMeta=new Map;credentialEntries=[];boundTokenURL="";configWatcher;watchTimer;unhealthyStreak=new Map;healthyStreak=new Map;restartTimers=new Map;setupMode;mcpDisabledTools=[];profileEnv={};resourceTimer;constructor(e,t){this.cfg=e,this.sessionID=_l(),this.internalTok=El(),this.mcpToken=jf(e.repoRoot),this.bus=new Pd(2048),this.detectGoogleFn=t?.detectGoogle??Lt,this.inspectProcessFn=t?.inspectProcess??$a,this.processAliveFn=t?.processAlive??Pt,this.acquireLockFn=t?.acquireLock??Hf,this.socketExistsFn=t?.socketExists??pu,this.unlinkSocketFn=t?.unlinkSocket??dR,this.detector=new qt(e.secrets.extra_markers,e.secrets.extra_patterns),this.logs=new Ea(e.logs.max_memory_events,this.bus,this.detector,e.logs.persistence.enabled,e.logs.persistence.directory,this.sessionID,e.logs.persistence.retention_days,e.logs.persistence.max_session_logs),this.procs=new su,this.tokens=t?.tokens??new bo(e.auth.refresh_threshold_seconds*1000,Cr(),this.bus),this.bus.subscribe((n)=>{let r=n.payload??{},o=n.type===xo?`token refreshed identity=${String(r.identity??"")}`:n.type===kr?`token refresh failed identity=${String(r.identity??"")} audience=${String(r.audience??"")}: ${String(r.error??"")}`:`authentication changed user=${String(r.user??"")}`;if(this.logs.append({timestamp:new Date().toISOString(),service:"auth",source:"auth",level:n.type===kr?"WARN":"INFO",message:o,pid:0}),n.type===xo||n.type===kr)this.syncCredentialEntries()},[xo,kr,_d]),this.setupMode=!pu(e.configPath),this.identityCache=fv(e);for(let n of Object.keys(e.services))this.runtimes.set(n,xa(n))}async run(){let e=Is(this.cfg.repoRoot);this.lock=this.acquireLockFn(this.cfg.repoRoot,e),this.removeStaleSocket(e),this.registry=await xh(this.cfg.plugins.map((n)=>n.path),this.cfg.repoRoot);for(let n of this.registry.loadErrors)this.log("devctl","ERROR",`plugin ${n.path} skipped: ${n.message}`);this.applyRegistry(),this.checkPluginHealthTypes(),this.checkPluginIdentityTypes(),this.checkPluginEnvironmentSources(),await this.recoverSession(),this.watchConfig(),this.persistState(),this.log("devctl","INFO",`supervisor started session=${this.sessionID}`),this.refreshIdentity(),this.resourceTimer=setInterval(()=>void this.pollResourceUsage(),kR);let t=Qt(this.cfg.repoRoot);if(this.setMcpDisabledTools(t.mcp_disabled_tools??[]),t.mcp_enabled)await this.startMcp(t.mcp_port).catch((n)=>this.log("devctl","ERROR",F(n)));this.removeStaleSocket(e),await new Promise((n,r)=>{this.server=lR((o)=>{this.handleConn(o)}),this.server.on("error",r),this.server.listen(e,()=>n())})}removeStaleSocket(e){if(process.platform==="win32")return;if(this.socketExistsFn(e))try{this.unlinkSocketFn(e)}catch{this.log("devctl","WARN","unable to remove stale socket")}}handleConn(e){let t="",n=2000,r=[],o=!1,i=()=>{while(r.length>0){let c=r[0],l=e.write(`${JSON.stringify(c)}
655
+ `);if(r.shift(),!l){o=!0,e.once("drain",()=>{o=!1,i()});return}}},s=(c)=>{if(c.id===void 0&&c.event!==void 0&&r.length>=n){let d=r.findIndex((f)=>f.id===void 0&&f.event!==void 0);if(d>=0)r.splice(d,1)}if(r.push(c),!o)i()},a=this.bus.subscribe((c)=>s({event:c}));e.on("error",(c)=>{this.log("devctl","WARN",`client connection error: ${F(c)}`)}),e.on("data",(c)=>{t+=c.toString("utf8");let l=t.split(`
656
+ `);t=l.pop()??"";for(let d of l){if(d.trim()==="")continue;this.dispatchLine(d,s)}}),e.on("close",()=>a())}async dispatchLine(e,t){let n;try{n=JSON.parse(e)}catch{t({error:"invalid json"});return}try{let r=await this.dispatch(n.method??"",n.params);t({id:n.id,result:r})}catch(r){let o=Of(r);t({id:n.id,error:o.error,kind:o.kind,hint:o.hint,service:o.service})}}async dispatch(e,t){let n=gv(t)?t:{};switch(e){case"ping":return{session:this.sessionID,version:pt,protocol:ki};case"start":return this.start({services:Ir(n.services),profile:typeof n.profile==="string"?n.profile:"",detach:n.detach===!0,client_env:Xa(n.client_env)});case"stop":return await this.stop(Ir(n.services)),null;case"restart":return await this.restart(Ir(n.services),{cascade:n.cascade===!0,clientEnv:Xa(n.client_env)}),null;case"run_task":return this.runTask(typeof n.name==="string"?n.name:"",Xa(n.client_env)??{});case"exec":return this.execService(typeof n.service==="string"?n.service:"",Ir(n.command),Xa(n.client_env)??{},n.print_env===!0);case"auth_refresh":return await this.refreshIdentity({probeServiceAccounts:!0}),this.snapshot().identity;case"status":return this.snapshot();case"logs":return this.queryLogs({services:Ir(n.services),level:typeof n.level==="string"?n.level:"",search:typeof n.search==="string"?n.search:"",regex:n.regex===!0,source:typeof n.source==="string"?n.source:"",since:typeof n.since==="string"?n.since:"",until:typeof n.until==="string"?n.until:"",export:typeof n.export==="string"?n.export:""});case"logs_page":return this.queryLogsPage({services:Ir(n.services),level:typeof n.level==="string"?n.level:"",search:typeof n.search==="string"?n.search:"",regex:n.regex===!0,source:typeof n.source==="string"?n.source:"",since:typeof n.since==="string"?n.since:"",until:typeof n.until==="string"?n.until:"",cursor:typeof n.cursor==="string"?n.cursor:void 0,direction:n.direction==="forward"?"forward":"backward",limit:typeof n.limit==="number"?n.limit:void 0});case"logs_stats":return this.queryLogsFacets({services:Ir(n.services),level:typeof n.level==="string"?n.level:"",search:typeof n.search==="string"?n.search:"",regex:n.regex===!0,source:typeof n.source==="string"?n.source:"",since:typeof n.since==="string"?n.since:"",until:typeof n.until==="string"?n.until:""});case"proxy_start":return this.proxySuppressed=!1,await this.startProxy(),null;case"proxy_stop":return this.proxySuppressed=!0,await this.stopProxy(),null;case"mcp_start":{let o=typeof n.port==="number"?n.port:void 0;return await this.startMcp(o??Qt(this.cfg.repoRoot).mcp_port),null}case"mcp_stop":return await this.stopMcp(),null;case"mcp_set_tools":{let o=Array.isArray(n.disabled)?n.disabled.filter((i)=>typeof i==="string"):[];return this.setMcpDisabledTools(o),{disabled_tools:[...this.mcpDisabledTools]}}case"reload":return this.reload();case"config_snapshot":return this.cfg;case"auth_invalidate":return this.tokens.invalidate(),null;case"shutdown":let r=typeof n.stop_services==="boolean"?n.stop_services:Bs(this.cfg.shutdown);return setTimeout(()=>{this.shutdown(r)},50),null;default:throw L(Je,`unknown method ${e}`)}}isDetached(){return this.detached}async start(e){if(e.detach===!0)this.detached=!0;let t=wa(this.cfg,{services:e.services,profile:e.profile,activeProfile:this.profile});if(t.profile)this.profile=t.profile;if(this.profileEnv=t.env,e.client_env)for(let s of t.services)this.clientEnv.set(s,e.client_env);for(let s of t.services)this.serviceProfile.set(s,t.profile),this.serviceProfileEnv.set(s,t.env);if(e.auto!==!0)for(let s of t.services)this.resetRestartCount(s);let n=$i(this.cfg,t.services,t.profile),r=await this.detectGoogleFn(this.cfg.google.project_id);n.blockers=dm(this.cfg,n.waves.flat(),r.adcAvailable);let o=new Set(n.blockers.map((s)=>s.name));for(let s of n.blockers)await this.fail(s.name,L(Ke,s.message));if(this.cfg.proxy.enabled&&!this.proxySuppressed)await this.startProxy().catch((s)=>this.log("devctl","ERROR",F(s)));let i=[];for(let s of n.waves.flat()){if(o.has(s)||await this.claimIfAlreadyUp(s))continue;i.push(s)}if(i.length>0)try{let s=await xm(this.cfg,i,Object.fromEntries(this.ports));for(let[a,c]of Object.entries(s)){this.ports.set(a,c);let l=Object.entries(c).map(([d,f])=>`${d}=${f}`).join(", ");this.log(a,"INFO",`assigned ports: ${l||"none"}`)}}catch(s){if(s instanceof Oe&&s.service!=="")await this.fail(s.service,s);else this.log("devctl","ERROR",F(s));throw s}for(let s of n.waves){let a=s.filter((c)=>i.includes(c));if(a.length>0){let c=await Promise.allSettled(a.map((d)=>this.startOne(d,t.profile,t.env,e.auto!==!0))),l=!1;for(let d of c)if(d.status==="rejected")l=!0,this.log("devctl","ERROR",F(d.reason));if(l)throw L(Ke,"one or more services failed to start")}try{await this.awaitWaveHealth(s,n.waves.flat())}catch(c){throw this.log("devctl","ERROR",F(c)),c}}return this.persistState(),n}async runTask(e,t){let n=this.cfg.tasks[e];if(!n)throw L(Je,`unknown task ${e}`);if(n.dependencies.length>0)await this.start({services:n.dependencies,client_env:t});let r={...Nn(),command:n.command,shell:n.shell,working_dir:n.working_dir,dependencies:n.dependencies,environment:n.environment},o=await ea(this.cfg.repoRoot,{service:`task:${e}`,profile:this.profile,serviceCfg:r,profileEnv:this.profileEnv,assignedPorts:{},runtime:ta(`task:${e}`,"127.0.0.1",{},"",this.cfg.project.name),cfg:this.cfg,clientEnv:t,fetchSecret:Zs(async()=>(await this.tokens.get("user","",[])).accessToken),pluginSources:this.registry?.environmentSources}),i=n.working_dir&&!fu(n.working_dir)?Ya(this.cfg.repoRoot,n.working_dir):n.working_dir,s=await this.runTransient(`task:${e}`,n.command,n.shell,i,Si(o));return{task:e,...s}}async execService(e,t,n,r=!1){let o=this.cfg.services[e];if(!o)throw L(pi,`unknown service ${e}`);let i=this.serviceProfile.get(e)??this.profile,s=this.serviceProfileEnv.get(e)??this.profileEnv,{env:a,workDir:c}=await this.resolveServiceExecution(e,o,i,s,n,!o.container);if(r)return{service:e,code:0,stdout:"",stderr:"",environment:a};if(t.length===0)throw L(Je,"exec command is required");let l=await this.runTransient(`${e}:exec`,{args:t,shell:!1},!1,c,a);return{service:e,...l}}async resolveServiceExecution(e,t,n,r,o,i=!0){let s=this.ports.get(e)??Object.fromEntries(t.ports.filter((f)=>!f.auto).map((f)=>[f.name,f.value])),a=this.proxy?.isRunning()?`http://${this.proxy.address()}`:this.cfg.proxy.enabled?`http://${fr(this.cfg.proxy.listen)}`:"",c=ta(e,"127.0.0.1",s,a,this.cfg.project.name);if(!t.container){if(c.DEVCTL_INTERNAL_TOKEN=this.internalTok,this.cfg.proxy.token_endpoint.enabled)c.DEVCTL_TOKEN_URL=this.boundTokenURL||`http://127.0.0.1:${this.tokenEP?.listenPort()||this.cfg.proxy.token_endpoint.port}/token`}let l=await ea(this.cfg.repoRoot,{service:e,profile:n,serviceCfg:t,profileEnv:r,assignedPorts:s,runtime:c,cfg:this.cfg,fetchSecret:Zs(async()=>(await this.tokens.get("user","",[])).accessToken),pluginSources:this.registry?.environmentSources,clientEnv:o,includeProcess:i}),d=t.working_dir&&!fu(t.working_dir)?Ya(this.cfg.repoRoot,t.working_dir):t.working_dir;return{env:Si(l),workDir:d}}async runTransient(e,t,n,r,o){if(io(t))return{code:0,stdout:"",stderr:""};this.log(e,"INFO",`running ${t.args.join(" ")}`);let i=await this.procs.runOnce({name:e,args:[...t.args],shell:n||t.shell,workDir:r,env:o,graceMs:gi(this.cfg.shutdown)*1000,onLine:(s,a)=>this.logs.append({timestamp:new Date().toISOString(),service:e,source:s,stream:s,level:"",message:a,pid:0})});if(i.code!==0)throw L(Ke,`${e} exited with code ${i.code}`);return i}serviceIsActive(e){let t=this.procs.get(e);if(t&&Dr(t))return!0;let n=this.runtimes.get(e);if(!n)return!1;if(n.health===Ct||n.state===_r)return!0;return n.state===Ld||n.state===Ht}serviceWorkDir(e){if(e.working_dir!==""&&!fu(e.working_dir))return Ya(this.cfg.repoRoot,e.working_dir);return e.working_dir}async claimIfAlreadyUp(e){let t=this.cfg.services[e];if(this.serviceIsActive(e)){if(t&&!this.ports.has(e)){let s=await aa(t);if(s)this.ports.set(e,s)}return!0}if(!t)return!1;if(t.container){let s=this.bumpGeneration(e),a=t.container.runtime==="podman"?"podman":"docker",c=this.serviceWorkDir(t),l=await this.procs.adoptContainer({name:e,runtime:a,containerName:`devctl-${vn(this.cfg.repoRoot)}-${e.replace(/[^a-zA-Z0-9_.-]/g,"-")}`,workDir:c,onLine:(g,m)=>this.logs.append({timestamp:new Date().toISOString(),service:e,source:g,stream:g,level:"",message:m,pid:0}),onExit:(g,m)=>this.onExit(e,s,g,m)});if(!l)return!1;let d=this.ports.get(e)??Object.fromEntries(t.ports.filter((g)=>!g.auto).map((g)=>[g.name,g.value]));this.ports.set(e,d),this.processMeta.set(e,{command:[...t.command.args],cwd:c,startTime:l.startTime}),this.setState(e,Ht,Dt,0,"");let f=await this.resolveAdoptedHealthEnv(e,t,d);return this.startHealth(e,t,0,d,c,f,s),this.persistState(),this.log(e,"INFO",`claimed running ${a} container ${l.container?.id??""}`),!0}let n=await aa(t);if(!n)return!1;let r=Object.values(n)[0],i=(r===void 0?void 0:await vo(r))?.pid??0;if(i>0&&i!==process.pid){let s=ur(this.cfg.repoRoot)?.processes.find((l)=>l.name===e&&l.pid===i);if(!s)return this.log(e,"WARN",`port ${r} is held by pid ${i} with no persisted record for ${e}; not adopting`),!1;let a=await $a(i);if(a!==void 0&&a.command!==""&&Ia({args:[...t.command.args],workDir:this.serviceWorkDir(t),startTime:new Date(s.startTime)},a)){this.ports.set(e,n);let l=this.attachProcess(e,i,[...t.command.args],this.serviceWorkDir(t),new Date(s.startTime))??this.bumpGeneration(e);this.setState(e,Ht,Dt,i,""),this.log(e,"INFO",`already listening on ${Object.values(n).join(", ")}; not starting again`);let d=this.serviceWorkDir(t),f=await this.resolveAdoptedHealthEnv(e,t,n);return this.startHealth(e,t,i,n,d,f,l),!0}this.log(e,"WARN",`port ${r} is in use by an unrelated process (pid ${i}); not adopting`)}return!1}async startOne(e,t,n,r=!1){if(this.serviceIsActive(e))return;let o=this.cfg.services[e];if(!o)throw L(Je,`unknown service ${e}`);this.setState(e,Ld,Dt,0,"");let i=this.bumpGeneration(e),s=oa(o.identity);if(s.kind!=="none")try{if(s=await um(o.identity,()=>mm(this.cfg.google.project_id),this.registry?.identityProviders),s.kind==="service_account")await this.tokens.get(uo(s),"",[]),this.serviceAccountStatus.set(s.serviceAccount,"available")}catch(m){if(s.kind==="service_account")this.serviceAccountStatus.set(s.serviceAccount,"unavailable");if(PR(o)||s.kind==="service_account"||s.kind!=="user"&&s.kind!=="none")throw await this.fail(e,m),m;this.log(e,"WARN","cloud identity unavailable; starting service locally")}let a=this.ports.get(e)??{},{env:c,workDir:l}=await this.resolveServiceExecution(e,o,t,n,this.clientEnv.get(e),!o.container);if(r)try{await this.runTransient(`${e}:pre_start`,o.hooks.pre_start,o.shell,l,c)}catch(m){throw await this.fail(e,m),m}let d=(m,x)=>{this.logs.append({timestamp:new Date().toISOString(),service:e,source:m,stream:m,level:"",message:x,pid:g.pid})},f=(m,x)=>this.onExit(e,i,m,x),g=o.container?await this.procs.startContainer({name:e,runtime:o.container.runtime==="podman"?"podman":"docker",containerName:`devctl-${vn(this.cfg.repoRoot)}-${e.replace(/[^a-zA-Z0-9_.-]/g,"-")}`,image:o.container.image,command:[...o.command.args],env:Ah({...c,...o.container.env}),ports:a,targetPorts:o.container.ports,volumes:o.container.volumes,workDir:l,onLine:d,onExit:f}):await this.procs.start({name:e,args:[...o.command.args],shell:o.shell||o.command.shell,workDir:l,env:c,graceMs:gi(this.cfg.shutdown)*1000,captureStdout:qf(o),captureStderr:Vf(o),onLine:d,onExit:f});if(this.processMeta.set(e,{command:[...o.command.args],cwd:l,startTime:g.startTime}),this.setState(e,Ht,Dt,g.pid,""),this.bus.publish(Me(Cm,e,{pid:g.pid})),r)try{await this.runTransient(`${e}:post_start`,o.hooks.post_start,o.shell,l,c)}catch(m){throw await this.fail(e,m),m}if(this.startHealth(e,o,g.pid,a,l,c,i),this.persistState(),o.startup.wait_for_healthy){let m=o.startup.timeout_seconds>0?o.startup.timeout_seconds*1000:uv;try{await this.waitHealthy(e,m)}catch(x){throw await this.fail(e,x),x}}}async resolveAdoptedHealthEnv(e,t,n){let r="";if(this.proxy?.isRunning())r=`http://${this.proxy.address()}`;else if(this.cfg.proxy.enabled)r=`http://${fr(this.cfg.proxy.listen)}`;let o=ta(e,"127.0.0.1",n,r,this.cfg.project.name);if(o.DEVCTL_INTERNAL_TOKEN=this.internalTok,this.cfg.proxy.token_endpoint.enabled)o.DEVCTL_TOKEN_URL=this.boundTokenURL||`http://127.0.0.1:${this.tokenEP?.listenPort()||this.cfg.proxy.token_endpoint.port}/token`;try{let i=await ea(this.cfg.repoRoot,{service:e,profile:this.serviceProfile.get(e)??this.profile,serviceCfg:t,profileEnv:this.serviceProfileEnv.get(e)??this.profileEnv,assignedPorts:n,runtime:o,cfg:this.cfg,fetchSecret:Zs(async()=>(await this.tokens.get("user","",[])).accessToken),pluginSources:this.registry?.environmentSources});return Si(i)}catch(i){return this.log(e,"WARN",`could not fully reconstruct environment for adopted service's health check (${F(i)}); using a baseline environment`),Si(o)}}async awaitWaveHealth(e,t){for(let n of e){let r=this.cfg.services[n],o=t.some((s)=>(this.cfg.services[s]?.dependencies??[]).some((a)=>wt(a)===n&&Fn(a)==="service_healthy"));if(!r||r.health.type===""||!o)continue;let i=r.startup.timeout_seconds>0?r.startup.timeout_seconds*1000:uv;try{await this.waitHealthy(n,i)}catch(s){throw await this.fail(n,s),s}}}async waitHealthy(e,t){let n=Date.now()+t;while(Date.now()<n){let r=this.runtimes.get(e);if(r?.health===Ct)return;if(r?.state===Rr)throw L(xl,`service ${e} failed while waiting for healthy`);await ER(vR)}throw L(xl,`service ${e} did not become healthy in time`)}onExit(e,t,n,r){if(!this.isCurrentGeneration(e,t))return;let o=this.runtimes.get(e);if(o?.state===Rr)return;if(o&&(o.state===Dd||o.state===So)){this.setState(e,So,Dt,0,""),this.bus.publish(Me(Cd,e,{code:n}));return}let i=this.cfg.services[e],s=i?i.restart.policy||(i.restart.enabled?"on_failure":"never"):"never",a=r?.message??`exited with code ${n}`,c=s==="always"||s==="on_failure"&&n!==0,l=this.restarts.get(e)??0,d=i&&i.restart.max_retries>0?i.restart.max_retries:pv;if(c&&i&&l<d){this.setState(e,Mi,Dt,0,a),this.bumpRestartCount(e,l+1),this.persistState(),this.armRestart(e,i,t,l,()=>{let f=this.serviceProfile.get(e)??this.profile,g=this.serviceProfileEnv.get(e)??this.profileEnv;this.startOne(e,f,g,!1).catch((m)=>this.log(e,"ERROR",F(m)))});return}this.fail(e,L("process_start",a))}startHealth(e,t,n,r,o,i,s){let a=this.healthTimers.get(e);if(a)clearInterval(a);if(t.health.type===""){this.setHealth(e,Ct,"no health check");return}let c=Ym(t.health)||xR,l=Date.parse(this.runtimes.get(e)?.startTime??"")||Date.now(),d=()=>{(t.container&&t.health.type.toLowerCase()==="process"?Promise.resolve(this.procs.get(e)&&Dr(this.procs.get(e))?{status:Ct,message:"container running"}:{status:Ce,message:"container not running"}):Xm(t.health,n,r,o,i,this.registry?.healthChecks)).catch((g)=>({status:Ce,message:F(g)})).then((g)=>{if(!this.isCurrentGeneration(e,s))return;if(g.status===Ce&&Date.now()-l<t.health.start_period_seconds*1000){this.logs.append({timestamp:new Date().toISOString(),service:e,source:"health",level:"INFO",message:`health check still in start period: ${g.message}`,pid:n});return}this.setHealth(e,g.status,g.message),this.logs.append({timestamp:new Date().toISOString(),service:e,source:"health",level:Qm(g.status),message:`health ${g.status} ${g.message}`,pid:n}),this.maybeRestartUnhealthy(e,t,g.status,s)})};d(),this.healthTimers.set(e,setInterval(d,c))}async stop(e){let t=e;if(t.length===0)t=[...this.runtimes.entries()].filter(([,i])=>i.state!==So).map(([i])=>i);if(t.length===0)return;let n=t.filter((i)=>!this.cfg.services[i]&&this.runtimes.has(i)),r=t.filter((i)=>!this.cfg.services[i]&&!this.runtimes.has(i));if(r.length>0)throw L(pi,`unknown service "${r[0]}"`);let o=t.filter((i)=>this.cfg.services[i]!==void 0);if(o.length>0)await this.runStopPlan(Ii(this.cfg,o),{resetRestartCounts:!0});if(n.length>0){await this.runStopPlan({profile:this.profile,steps:[],waves:n.map((i)=>[i])},{resetRestartCounts:!0});for(let i of n)this.forgetService(i)}}forgetService(e){let t=this.healthTimers.get(e);if(t)clearInterval(t),this.healthTimers.delete(e);this.clearRestartTimer(e),this.runtimes.delete(e),this.ports.delete(e),this.processMeta.delete(e),this.clientEnv.delete(e),this.serviceProfile.delete(e),this.serviceProfileEnv.delete(e),this.restarts.delete(e),this.generation.delete(e),this.unhealthyStreak.delete(e),this.healthyStreak.delete(e)}reconcileServices(e,t){for(let n of Object.keys(t))if(!e[n]&&!this.runtimes.has(n))this.runtimes.set(n,xa(n));for(let n of Object.keys(e)){if(t[n])continue;if(this.serviceIsActive(n)){let r=this.runtimes.get(n);if(r)r.orphaned=!0;this.log(n,"WARN","removed from configuration while still running; now orphaned \u2014 stop it explicitly to clean it up");continue}this.forgetService(n)}}async restart(e,t){let n=t?.cascade===!0,r=n?Md(this.cfg,e):e,o=n?Ii(this.cfg,e):qm(this.cfg,e),i=t?.auto!==!0;await this.runStopPlan(o,{resetRestartCounts:i});let s=r.map((a)=>this.serviceProfile.get(a)).find((a)=>a!==void 0)??this.profile;await this.start({services:r,profile:s,client_env:t?.clientEnv,auto:t?.auto})}async runStopPlan(e,t){for(let r of e.waves.flat())if(this.clearRestartTimer(r),this.bumpGeneration(r),t?.resetRestartCounts)this.resetRestartCount(r);let n=gi(this.cfg.shutdown)*1000;for(let r of e.waves)await Promise.all(r.map(async(o)=>{this.setState(o,Dd,Dt,0,"");let i=this.healthTimers.get(o);if(i)clearInterval(i),this.healthTimers.delete(o);await this.procs.stop(o,n),await this.releasePorts(o),this.setState(o,So,Dt,0,""),this.bus.publish(Me(Cd,o,{}))}));this.persistState()}async startProxy(){if(this.proxy?.isRunning())return;if(this.proxy=new nu(this.cfg.proxy,this.tokens,this.logs,this.bus,this.detector,this.registry?.proxyMiddleware??[]),await this.proxy.start(),this.cfg.proxy.token_endpoint.enabled)this.tokenEP=new ru(this.cfg.proxy.token_endpoint.host||"127.0.0.1",this.cfg.proxy.token_endpoint.port,this.internalTok,this.tokens),await this.tokenEP.start(),this.boundTokenURL=`http://127.0.0.1:${this.tokenEP.listenPort()}/token`;this.persistState()}async stopProxy(){await this.proxy?.stop(),await this.tokenEP?.stop(),this.persistState()}async startMcp(e){if(this.mcp?.isRunning())return;let t=await cv(this.cfg.repoRoot,e);this.mcp=new lu({host:"127.0.0.1",port:t,token:this.mcpToken,hostApi:this.asMcpHost(),onEvent:(n,r)=>this.log("mcp",n,`mcp ${r}`),disabledTools:()=>this.mcpDisabledTools}),await this.mcp.start(),this.persistState()}setMcpDisabledTools(e){let t=e.filter((r)=>ja(r)),n=this.mcpDisabledTools.join(",");if(this.mcpDisabledTools=[...new Set(t)].sort(),this.mcpDisabledTools.join(",")===n)return;this.log("devctl","INFO",this.mcpDisabledTools.length===0?"all MCP tools enabled":`MCP tools disabled: ${this.mcpDisabledTools.join(", ")}`)}async stopMcp(){await this.mcp?.stop(),this.mcp=void 0,this.persistState()}asMcpHost(){return{status:()=>this.snapshot(),logsPage:(e)=>this.queryLogsPage(e),config:()=>this.cfg,start:(e)=>this.start(e),stop:(e)=>this.stop(e),restart:(e,t)=>this.restart(e,{cascade:t}),reload:()=>this.reload(),doctor:async()=>{for(let e of Gn(this.cfg))await this.probeServiceAccount(e);return Un(this.cfg)},exec:(e,t,n)=>this.execService(e,t,void 0,n)}}async reload(){let e;try{e=ut(this.cfg.repoRoot,this.cfg.configPath)}catch(i){throw this.bus.publish(Me(Ti,"",{error:F(i)})),this.log("devctl","ERROR",`configuration reload failed: ${F(i)}`),i}try{this.checkPluginHealthTypes(e),this.checkPluginIdentityTypes(e),this.checkPluginEnvironmentSources(e)}catch(i){throw this.bus.publish(Me(Ti,"",{error:F(i)})),this.log("devctl","ERROR",`configuration reload failed: ${F(i)}`),i}if(this.setupMode){if(this.setupMode=!1,this.log("devctl","INFO",`configuration created at ${this.cfg.configPath}; leaving setup mode`),!this.configWatcher)this.watchConfig()}let t=CR(this.cfg,e),n=JSON.stringify(this.cfg.proxy)!==JSON.stringify(e.proxy),r=JSON.stringify(this.cfg.secrets)!==JSON.stringify(e.secrets),o=this.cfg.services;if(Object.assign(this.cfg,e),this.reconcileServices(o,e.services),this.restartRequired=t.restart_required,r)this.detector.update(e.secrets.extra_markers,e.secrets.extra_patterns);if(n){let i=this.proxy?.isRunning()??!1;if(await this.stopProxy(),i&&this.cfg.proxy.enabled)await this.startProxy();this.log("devctl","INFO","proxy configuration changed; proxy restarted")}if(this.bus.publish(Me(ga,"",{restart_required:t.restart_required,changes:t.changes,supervisor_restart_required:t.supervisor_restart_required})),this.log("devctl","INFO",t.restart_required.length===0?"configuration reloaded":`configuration reloaded; restart required: ${t.restart_required.join(", ")}`),t.supervisor_restart_required)this.log("devctl","WARN",ba(t.supervisor_restart_required));return this.persistState(),this.refreshIdentity(),t}async shutdown(e){if(this.shuttingDown)return;if(this.shuttingDown=!0,this.persistState(),e)await this.stop([]);if(this.clearAllRestartTimers(),await this.stopProxy(),await this.stopMcp(),this.configWatcher?.close(),this.watchTimer)clearTimeout(this.watchTimer);if(this.resourceTimer)clearInterval(this.resourceTimer);this.server?.close(),this.lock?.release(),await this.logs.close()}snapshot(){let e={};for(let[r,o]of this.runtimes)e[r]={...o,ports:this.ports.get(r)??o.ports,profile:this.serviceProfile.get(r)??o.profile,env_source:this.clientEnv.has(r)?"client":"daemon"};let t=this.proxy?.stats(),n={requestTotal:t?.total??0,requestErrors:t?.errors??0,recentRequests:t?.recent??[]};return{session_id:this.sessionID,repo_root:this.cfg.repoRoot,profile:this.profile,services:e,proxy:{running:this.proxy?.isRunning()??!1,address:this.proxy?.address(),routes:this.cfg.proxy.routes.map((r)=>{let o=r.match.host||"*",i=r.match.path,s=i===""?o:`${o}${i.startsWith("/")?i:`/${i}`}`;return{name:r.name,identity:r.auth.identity.service_account||r.auth.identity.type||r.auth.type,upstream:r.upstream.url,auth:r.auth.type,match:s}}),...n},mcp:{running:this.mcp?.isRunning()??!1,address:this.mcp?.isRunning()?`http://${this.mcp.address()}/mcp`:void 0,port:this.mcp?.isRunning()?this.mcp.listenPort():void 0,token:this.mcpToken,disabled_tools:[...this.mcpDisabledTools]},identity:{...this.identityCache,...this.serviceAccountSnapshot()},credentials:{backend:this.tokens.storeBackend(),entries:[...this.credentialEntries]},detached:this.detached,setup_mode:this.setupMode?!0:void 0,logs:this.logs.snapshot(),restart_required:[...this.restartRequired],system:_R()}}async syncCredentialEntries(){this.credentialEntries=(await this.tokens.listStatus()).map((e)=>({identity:e.identity,audience:e.audience,expires_at:e.expires_at,valid:e.valid}))}async refreshIdentity(e){try{let t=await this.detectGoogleFn(this.cfg.google.project_id);if(e?.probeServiceAccounts)for(let o of Gn(this.cfg))await this.probeServiceAccount(o);let{service_accounts:n,service_account_status:r}=this.serviceAccountSnapshot();this.identityCache={user:t.userEmail,project:t.projectID||this.cfg.google.project_id,project_source:t.projectSource||(this.cfg.google.project_id?"configuration":""),adc:t.adcAvailable,service_accounts:n,service_account_status:r,iap:this.cfg.proxy.routes.some((o)=>o.auth.type.toLowerCase()==="iap")},await this.syncCredentialEntries(),this.bus.publish(Me(_d,"",{user:this.identityCache.user,adc:this.identityCache.adc})),this.log("auth","INFO",`authentication changed user=${this.identityCache.user||"(unknown)"} adc=${this.identityCache.adc}`),this.persistState()}catch(t){this.log("devctl","WARN",`identity refresh failed: ${F(t)}`)}}serviceAccountSnapshot(){let e={},t={};for(let n of Gn(this.cfg)){let r=this.serviceAccountStatus.get(n)??"unknown";if(t[n]=r,r!=="unknown")e[n]=r==="available"}return{service_accounts:e,service_account_status:t}}async probeServiceAccount(e){let t;try{await RR(this.tokens.refresh(`sa:${e}`,"",[]),hR),t="available"}catch{t="unavailable"}return this.serviceAccountStatus.set(e,t),t}queryLogs(e){let t=this.logs.query({services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until});if(e.export)this.logs.exportTo(e.export,{services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until});return{events:t}}queryLogsPage(e){return this.logs.queryPage({services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until},{cursor:e.cursor,direction:e.direction,limit:e.limit})}queryLogsFacets(e){return this.logs.queryFacets({services:e.services,level:e.level,search:e.search,regex:e.regex,source:e.source,since:e.since,until:e.until})}subscribe(e){return this.bus.subscribe(e)}formatStatus(){let e=this.snapshot(),t=[`PROFILE: ${e.profile||"(none)"}`,"","SERVICE\tSTATUS\tHEALTH\tPID"];for(let[n,r]of Object.entries(e.services))t.push(`${n} ${ko(r)} ${r.health} ${r.pid}`);return t.push("",`PROXY ${e.proxy.running?"RUNNING":"STOPPED"} ${e.proxy.address??""}`),t.push(`MCP ${e.mcp?.running?"RUNNING":"STOPPED"} ${e.mcp?.address??""}`),t.join(`
651
657
  `)+`
652
- `}setState(e,t,n,r,o){let i=this.runtimes.get(e)??la(e);i.state=t,i.health=n,i.pid=r,i.last_error=o;let s=t===Ft||t===hr||t===lo;if(i.startTime=s?this.processMeta.get(e)?.startTime.toISOString():void 0,!s)i.cpuPercent=void 0,i.memoryKB=void 0;this.runtimes.set(e,i),this.bus.publish(Oe(rm,e,{state:t,health:n,pid:r}))}bumpRestartCount(e,t){this.restarts.set(e,t);let n=this.runtimes.get(e);if(n)n.restarts=t}resetRestartCount(e){this.healthyStreak.set(e,0),this.bumpRestartCount(e,0)}bumpGeneration(e){let t=(this.generation.get(e)??0)+1;return this.generation.set(e,t),this.healthyStreak.set(e,0),t}isCurrentGeneration(e,t){return this.generation.get(e)===t}scheduleRestart(e,t,n){this.clearRestartTimer(e);let r=setTimeout(()=>{this.restartTimers.delete(e),n()},t);this.restartTimers.set(e,r)}armRestart(e,t,n,r,o){let i=t.restart.backoff_seconds>0?t.restart.backoff_seconds:W0;this.scheduleRestart(e,i*2**r*1000,()=>{if(this.isCurrentGeneration(e,n))o()})}clearRestartTimer(e){let t=this.restartTimers.get(e);if(t)clearTimeout(t),this.restartTimers.delete(e)}clearAllRestartTimers(){for(let e of this.restartTimers.values())clearTimeout(e);this.restartTimers.clear()}async pollResourceUsage(){let e=[];for(let n of this.runtimes.values())if(n.pid>0&&(n.state===Ft||n.state===hr||n.state===lo))e.push(n.pid);if(e.length===0)return;let t=await hh(e);for(let n of this.runtimes.values()){let r=n.pid>0?t.get(n.pid):void 0;if(r)n.cpuPercent=r.cpuPercent,n.memoryKB=r.memoryKB}}setHealth(e,t,n){let r=this.runtimes.get(e);if(!r)return;if(r.health=t,r.state===Ft||r.state===hr||r.state===lo)r.state=t===_t?hr:t===ke?lo:r.state;this.bus.publish(Oe(om,e,{health:t,message:n}))}maybeRestartUnhealthy(e,t,n,r){if(n!==ke){if(this.unhealthyStreak.set(e,0),n===_t)this.maybeForgiveRestarts(e,t);return}this.healthyStreak.set(e,0);let o=t.restart.policy||(t.restart.enabled?"on_failure":"never");if(o!=="on_failure"&&o!=="always")return;if(this.restartTimers.has(e))return;let i=(this.unhealthyStreak.get(e)??0)+1;this.unhealthyStreak.set(e,i);let s=t.health.unhealthy_threshold>0?t.health.unhealthy_threshold:K0;if(i<s)return;this.unhealthyStreak.set(e,0);let a=this.restarts.get(e)??0,c=t.restart.max_retries>0?t.restart.max_retries:Gh;if(a>=c){this.log(e,"WARN",`unhealthy after ${i} consecutive checks but the restart limit (${c}) has already been reached; not restarting`);return}this.bumpRestartCount(e,a+1),this.log(e,"WARN",`restarting after ${i} consecutive unhealthy checks (attempt ${a+1}/${c})`),this.armRestart(e,t,r,a,()=>{this.restart([e],{auto:!0}).catch((l)=>this.log(e,"ERROR",j(l)))})}maybeForgiveRestarts(e,t){let n=(this.healthyStreak.get(e)??0)+1;this.healthyStreak.set(e,n);let r=t.health.healthy_reset_threshold>0?t.health.healthy_reset_threshold:q0;if(n>=r&&(this.restarts.get(e)??0)>0)this.log(e,"INFO",`restart count reset after ${n} consecutive healthy checks`),this.bumpRestartCount(e,0)}applyRegistry(){if(!this.registry)return;if(this.registry.tokenProviders.length>0)this.tokens.replaceProviders(this.registry.tokenProviders);this.logs.setParsers(this.registry.logParsers)}checkPluginHealthTypes(e=this.cfg){let t=jl(e);if(t.length===0)return;let n=new Set((this.registry?.healthChecks??[]).map((o)=>o.name.toLowerCase())),r=t.filter((o)=>!n.has(o.type.toLowerCase()));if(r.length>0)throw T(X,`unknown health check type(s): ${r.map((o)=>`${o.service}.health.type=${o.type}`).join(", ")}`)}checkPluginIdentityTypes(e=this.cfg){let t=Bl(e);if(t.length===0)return;let n=this.registry?.pluginIdentityProviders??[],r=t.filter(({service:o})=>{let i=e.services[o];return!i||!n.some((s)=>s.accepts(i.identity))});if(r.length>0)throw T(X,`unknown identity type(s): ${r.map((o)=>`${o.service}.identity.type=${o.type}`).join(", ")}`)}checkPluginEnvironmentSources(e=this.cfg){let t=new Set(pi),n=new Set((this.registry?.environmentSources??[]).map((o)=>o.name)),r=e.environment.sources.filter((o)=>!t.has(o)&&!n.has(o));if(r.length>0)throw T(X,`unknown environment source(s): ${r.join(", ")}`)}watchConfig(){let e=ja(this.cfg.repoRoot,".devctl");if(!tu(e))return;try{this.configWatcher=$0(e,{recursive:!0},()=>{if(this.watchTimer)clearTimeout(this.watchTimer);this.watchTimer=setTimeout(()=>{this.reload().catch((t)=>this.log("devctl","WARN",j(t)))},U0)})}catch{this.log("devctl","WARN","unable to watch .devctl for configuration changes")}}async releasePorts(e){let t=this.ports.get(e);if(!t)return;let n=this.cfg.services[e];if(n?.container){this.ports.delete(e);return}let r=this.processMeta.get(e);for(let o of Object.values(t)){let i=await io(o);if(!i||i.pid===process.pid)continue;if(n){let s=await _a(i.pid);if(!(s!==void 0&&s.command!==""&&Pa({args:r?.command??[...n.command.args],workDir:r?.cwd??this.serviceWorkDir(n),startTime:r?.startTime},s))){this.log(e,"WARN",`port ${o} is held by pid ${i.pid}, which does not match ${e}; leaving it running`);continue}}try{await Qs(i),this.log(e,"INFO",`released port ${o} (pid ${i.pid})`)}catch(s){this.log(e,"WARN",j(s))}}this.ports.delete(e)}async fail(e,t){let n=this.healthTimers.get(e);if(n)clearInterval(n),this.healthTimers.delete(e);this.clearRestartTimer(e),this.bumpGeneration(e),this.setState(e,yr,Dt,0,j(t));try{await this.procs.stop(e,oi(this.cfg.shutdown)*1000)}catch(r){this.log(e,"WARN",j(r))}this.bus.publish(Oe(nm,e,{error:j(t)})),this.log(e,"ERROR",j(t)),this.persistState()}log(e,t,n){this.logs.append({timestamp:new Date().toISOString(),service:e,source:"devctl",level:t,message:n,pid:0})}persistState(){let e=[];for(let t of this.procs.all()){let n=this.processMeta.get(t.name);e.push({name:t.name,pid:t.pid,command:n?.command??t.args,cwd:n?.cwd??t.workDir,startTime:(n?.startTime??t.startTime).toISOString(),ports:this.ports.get(t.name)??{}})}gf(this.cfg.repoRoot,{session_id:this.sessionID,repo_root:this.cfg.repoRoot,profile:this.profile,processes:e})}attachProcess(e,t,n,r,o){if(this.procs.get(e)&&this.processAliveFn(this.procs.get(e)?.pid??0))return;if(!this.processAliveFn(t)||t===process.pid)return;let i=this.bumpGeneration(e);try{this.procs.adopt({name:e,pid:t,args:n,workDir:r,startTime:o,onExit:(s,a)=>{this.onExit(e,i,s,a)}})}catch(s){let a=s instanceof Error?s.message:String(s);this.log(e,"WARN",`adopt pid ${t} failed (${a}); tracking leftover in snapshot only`)}return this.processMeta.set(e,{command:n,cwd:r,startTime:o}),this.persistState(),i}async recoverSession(){let e=ni(this.cfg.repoRoot);if(!e)return;let t=[];for(let[n,r]of Object.entries(this.cfg.services)){if(!r.container)continue;let o=e.processes.find((d)=>d.name===n),i=this.bumpGeneration(n),s=r.container.runtime==="podman"?"podman":"docker",a=await this.procs.adoptContainer({name:n,runtime:s,containerName:`devctl-${un(this.cfg.repoRoot)}-${n.replace(/[^a-zA-Z0-9_.-]/g,"-")}`,workDir:this.serviceWorkDir(r),onLine:(d,f)=>this.logs.append({timestamp:new Date().toISOString(),service:n,source:d,stream:d,level:"",message:f,pid:0}),onExit:(d,f)=>this.onExit(n,i,d,f)});if(!a)continue;let c=o?.ports??Object.fromEntries(r.ports.filter((d)=>!d.auto).map((d)=>[d.name,d.value]));this.ports.set(n,c),this.processMeta.set(n,{command:[...r.command.args],cwd:this.serviceWorkDir(r),startTime:o?.startTime?new Date(o.startTime):a.startTime}),this.setState(n,Ft,Dt,0,"");let l=await this.resolveAdoptedHealthEnv(n,r,c);this.startHealth(n,r,0,c,this.serviceWorkDir(r),l,i),this.log(n,"INFO",`adopted ${s} container ${a.container?.id??""}`),t.push(n)}for(let n of e.processes){if(!this.cfg.services[n.name]||this.cfg.services[n.name]?.container||n.pid<=0||n.pid===process.pid||!this.processAliveFn(n.pid))continue;let r=await this.inspectProcessFn(n.pid);if(!(r!==void 0&&r.command!==""&&Pa({args:n.command,workDir:n.cwd,startTime:n.startTime?new Date(n.startTime):void 0},r))){if(Object.values(n.ports).length>0&&await Xs({ports:Object.entries(n.ports).map(([c,l])=>({name:c,value:l,auto:!1}))})!==void 0)this.log(n.name,"WARN",`pid ${n.pid} does not match stored command; leftover listener not adopted`);else this.log(n.name,"WARN",`pid ${n.pid} is a different process; not adopting`);continue}let i=this.attachProcess(n.name,n.pid,n.command,n.cwd,new Date(n.startTime||Date.now()))??this.bumpGeneration(n.name);if(Object.keys(n.ports).length>0)this.ports.set(n.name,n.ports);this.setState(n.name,Ft,Dt,n.pid,"");let s=this.cfg.services[n.name];if(s){let a=n.cwd||this.serviceWorkDir(s),c=await this.resolveAdoptedHealthEnv(n.name,s,n.ports);this.startHealth(n.name,s,n.pid,n.ports,a,c,i)}this.log(n.name,"INFO","adopted leftover process; stdout/stderr from before adopt are not captured"),t.push(n.name)}if(t.length>0)this.profile=e.profile||this.profile,this.bus.publish(Oe(am,"",{services:t,session_id:e.session_id})),this.log("devctl","INFO",`recovered session processes: ${t.join(", ")}`)}}function J0(e,t){let n={},r=new Set,o=new Set([...Object.keys(e.services),...Object.keys(t.services)]);for(let s of o){let a=e.services[s],c=t.services[s],l=[];if(!a||!c)l.push("presence"),r.add(s);else{if(a.command.args.join("\x00")!==c.command.args.join("\x00")||a.command.shell!==c.command.shell||a.shell!==c.shell)l.push("command"),r.add(s);if(a.working_dir!==c.working_dir)l.push("working_dir"),r.add(s);if(JSON.stringify(a.environment)!==JSON.stringify(c.environment))l.push("environment"),r.add(s);if(JSON.stringify(a.ports)!==JSON.stringify(c.ports))l.push("ports"),r.add(s);if(JSON.stringify(a.identity)!==JSON.stringify(c.identity))l.push("identity"),r.add(s);if(JSON.stringify(a.health)!==JSON.stringify(c.health))l.push("health"),r.add(s);if(JSON.stringify(a.restart)!==JSON.stringify(c.restart))l.push("restart"),r.add(s);if(JSON.stringify(a.startup)!==JSON.stringify(c.startup))l.push("startup"),r.add(s);if(JSON.stringify(a.logs)!==JSON.stringify(c.logs))l.push("logs"),r.add(s);if(JSON.stringify(a.container)!==JSON.stringify(c.container))l.push("container"),r.add(s)}if(l.length>0)n[s]=l}let i=[];if(JSON.stringify(e.logs)!==JSON.stringify(t.logs))i.push("logs");if(JSON.stringify(e.auth)!==JSON.stringify(t.auth))i.push("auth");if(JSON.stringify(e.plugins)!==JSON.stringify(t.plugins))i.push("plugins");return{restart_required:[...r].sort(),changes:n,supervisor_restart_required:i.length>0?i:void 0}}function Uh(e){return{user:"",project:e?.google.project_id??"",project_source:e?.google.project_id?"configuration":"",adc:!1,service_accounts:{},service_account_status:Object.fromEntries(e?Hn(e).map((t)=>[t,"unknown"]):[]),iap:e?.proxy.routes.some((t)=>t.auth.type.toLowerCase()==="iap")??!1}}function z0(){let e=F0(),t=Am();return{platform:N0(),cpuCount:I0().length,loadAvg1:e[0]??0,loadAvg5:e[1]??0,loadAvg15:e[2]??0,memTotalKB:t.totalKB,memFreeKB:t.unusedKB,memAvailableKB:t.leftoverKB,hostUptimeSec:H0()}}function Y0(e,t){return new Promise((n,r)=>{let o=setTimeout(()=>r(Error("identity probe timed out")),t);e.then((i)=>{clearTimeout(o),n(i)},(i)=>{clearTimeout(o),r(i)})})}function X0(e){return e.capabilities.some((t)=>["google_api","iap","service_identity"].includes(t))}function Kh(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function Rr(e){if(!Array.isArray(e))return[];return e.filter((t)=>typeof t==="string")}function Ba(e){if(!Kh(e))return;let t={};for(let[n,r]of Object.entries(e))if(typeof r==="string")t[n]=r;return t}function Q0(e){return new Promise((t)=>setTimeout(t,e))}wr();Oa();Yt();xp();var Fb=["zsh","bash","fish"];function Nb(e){if(e==="zsh")return`#compdef devctl
658
+ `}setState(e,t,n,r,o){let i=this.runtimes.get(e)??xa(e);i.state=t,i.health=n,i.pid=r,i.last_error=o;let s=t===Ht||t===_r||t===wo;if(i.startTime=s?this.processMeta.get(e)?.startTime.toISOString():void 0,!s)i.cpuPercent=void 0,i.memoryKB=void 0;this.runtimes.set(e,i),this.bus.publish(Me(Rm,e,{state:t,health:n,pid:r}))}bumpRestartCount(e,t){this.restarts.set(e,t);let n=this.runtimes.get(e);if(n)n.restarts=t}resetRestartCount(e){this.healthyStreak.set(e,0),this.bumpRestartCount(e,0)}bumpGeneration(e){let t=(this.generation.get(e)??0)+1;return this.generation.set(e,t),this.healthyStreak.set(e,0),t}isCurrentGeneration(e,t){return this.generation.get(e)===t}scheduleRestart(e,t,n){this.clearRestartTimer(e);let r=setTimeout(()=>{this.restartTimers.delete(e),n()},t);this.restartTimers.set(e,r)}armRestart(e,t,n,r,o){let i=t.restart.backoff_seconds>0?t.restart.backoff_seconds:yR;this.scheduleRestart(e,i*2**r*1000,()=>{if(this.isCurrentGeneration(e,n))o()})}clearRestartTimer(e){let t=this.restartTimers.get(e);if(t)clearTimeout(t),this.restartTimers.delete(e)}clearAllRestartTimers(){for(let e of this.restartTimers.values())clearTimeout(e);this.restartTimers.clear()}async pollResourceUsage(){let e=[];for(let n of this.runtimes.values())if(n.pid>0&&(n.state===Ht||n.state===_r||n.state===wo))e.push(n.pid);if(e.length===0)return;let t=await Hh(e);for(let n of this.runtimes.values()){let r=n.pid>0?t.get(n.pid):void 0;if(r)n.cpuPercent=r.cpuPercent,n.memoryKB=r.memoryKB}}setHealth(e,t,n){let r=this.runtimes.get(e);if(!r)return;if(r.health=t,r.state===Ht||r.state===_r||r.state===wo)r.state=t===Ct?_r:t===Ce?wo:r.state;this.bus.publish(Me(Pm,e,{health:t,message:n}))}maybeRestartUnhealthy(e,t,n,r){if(n!==Ce){if(this.unhealthyStreak.set(e,0),n===Ct)this.maybeForgiveRestarts(e,t);return}this.healthyStreak.set(e,0);let o=t.restart.policy||(t.restart.enabled?"on_failure":"never");if(o!=="on_failure"&&o!=="always")return;if(this.restartTimers.has(e))return;let i=(this.unhealthyStreak.get(e)??0)+1;this.unhealthyStreak.set(e,i);let s=t.health.unhealthy_threshold>0?t.health.unhealthy_threshold:wR;if(i<s)return;this.unhealthyStreak.set(e,0);let a=this.restarts.get(e)??0,c=t.restart.max_retries>0?t.restart.max_retries:pv;if(a>=c){this.log(e,"WARN",`unhealthy after ${i} consecutive checks but the restart limit (${c}) has already been reached; not restarting`);return}this.bumpRestartCount(e,a+1),this.log(e,"WARN",`restarting after ${i} consecutive unhealthy checks (attempt ${a+1}/${c})`),this.armRestart(e,t,r,a,()=>{this.restart([e],{auto:!0}).catch((l)=>this.log(e,"ERROR",F(l)))})}maybeForgiveRestarts(e,t){let n=(this.healthyStreak.get(e)??0)+1;this.healthyStreak.set(e,n);let r=t.health.healthy_reset_threshold>0?t.health.healthy_reset_threshold:SR;if(n>=r&&(this.restarts.get(e)??0)>0)this.log(e,"INFO",`restart count reset after ${n} consecutive healthy checks`),this.bumpRestartCount(e,0)}applyRegistry(){if(!this.registry)return;if(this.registry.tokenProviders.length>0)this.tokens.replaceProviders(this.registry.tokenProviders);this.logs.setParsers(this.registry.logParsers)}checkPluginHealthTypes(e=this.cfg){let t=Xl(e);if(t.length===0)return;let n=new Set((this.registry?.healthChecks??[]).map((o)=>o.name.toLowerCase())),r=t.filter((o)=>!n.has(o.type.toLowerCase()));if(r.length>0)throw L(ee,`unknown health check type(s): ${r.map((o)=>`${o.service}.health.type=${o.type}`).join(", ")}`)}checkPluginIdentityTypes(e=this.cfg){let t=Ql(e);if(t.length===0)return;let n=this.registry?.pluginIdentityProviders??[],r=t.filter(({service:o})=>{let i=e.services[o];return!i||!n.some((s)=>s.accepts(i.identity))});if(r.length>0)throw L(ee,`unknown identity type(s): ${r.map((o)=>`${o.service}.identity.type=${o.type}`).join(", ")}`)}checkPluginEnvironmentSources(e=this.cfg){let t=new Set(wi),n=new Set((this.registry?.environmentSources??[]).map((o)=>o.name)),r=e.environment.sources.filter((o)=>!t.has(o)&&!n.has(o));if(r.length>0)throw L(ee,`unknown environment source(s): ${r.join(", ")}`)}watchConfig(){let e=Ya(this.cfg.repoRoot,".devctl");if(!pu(e))return;try{this.configWatcher=uR(e,{recursive:!0},()=>{if(this.watchTimer)clearTimeout(this.watchTimer);this.watchTimer=setTimeout(()=>{this.reload().catch((t)=>this.log("devctl","WARN",F(t)))},bR)})}catch{this.log("devctl","WARN","unable to watch .devctl for configuration changes")}}async releasePorts(e){let t=this.ports.get(e);if(!t)return;let n=this.cfg.services[e];if(n?.container){this.ports.delete(e);return}let r=this.processMeta.get(e);for(let o of Object.values(t)){let i=await vo(o);if(!i||i.pid===process.pid)continue;if(n){let s=await $a(i.pid);if(!(s!==void 0&&s.command!==""&&Ia({args:r?.command??[...n.command.args],workDir:r?.cwd??this.serviceWorkDir(n),startTime:r?.startTime},s))){this.log(e,"WARN",`port ${o} is held by pid ${i.pid}, which does not match ${e}; leaving it running`);continue}}try{await ca(i),this.log(e,"INFO",`released port ${o} (pid ${i.pid})`)}catch(s){this.log(e,"WARN",F(s))}}this.ports.delete(e)}async fail(e,t){let n=this.healthTimers.get(e);if(n)clearInterval(n),this.healthTimers.delete(e);this.clearRestartTimer(e),this.bumpGeneration(e),this.setState(e,Rr,Dt,0,F(t));try{await this.procs.stop(e,gi(this.cfg.shutdown)*1000)}catch(r){this.log(e,"WARN",F(r))}this.bus.publish(Me(_m,e,{error:F(t)})),this.log(e,"ERROR",F(t)),this.persistState()}log(e,t,n){this.logs.append({timestamp:new Date().toISOString(),service:e,source:"devctl",level:t,message:n,pid:0})}persistState(){let e=[];for(let t of this.procs.all()){let n=this.processMeta.get(t.name);e.push({name:t.name,pid:t.pid,command:n?.command??t.args,cwd:n?.cwd??t.workDir,startTime:(n?.startTime??t.startTime).toISOString(),ports:this.ports.get(t.name)??{}})}Nf(this.cfg.repoRoot,{session_id:this.sessionID,repo_root:this.cfg.repoRoot,profile:this.profile,processes:e})}attachProcess(e,t,n,r,o){if(this.procs.get(e)&&this.processAliveFn(this.procs.get(e)?.pid??0))return;if(!this.processAliveFn(t)||t===process.pid)return;let i=this.bumpGeneration(e);try{this.procs.adopt({name:e,pid:t,args:n,workDir:r,startTime:o,onExit:(s,a)=>{this.onExit(e,i,s,a)}})}catch(s){let a=s instanceof Error?s.message:String(s);this.log(e,"WARN",`adopt pid ${t} failed (${a}); tracking leftover in snapshot only`)}return this.processMeta.set(e,{command:n,cwd:r,startTime:o}),this.persistState(),i}async recoverSession(){let e=ur(this.cfg.repoRoot);if(!e)return;let t=[];for(let[n,r]of Object.entries(this.cfg.services)){if(!r.container)continue;let o=e.processes.find((d)=>d.name===n),i=this.bumpGeneration(n),s=r.container.runtime==="podman"?"podman":"docker",a=await this.procs.adoptContainer({name:n,runtime:s,containerName:`devctl-${vn(this.cfg.repoRoot)}-${n.replace(/[^a-zA-Z0-9_.-]/g,"-")}`,workDir:this.serviceWorkDir(r),onLine:(d,f)=>this.logs.append({timestamp:new Date().toISOString(),service:n,source:d,stream:d,level:"",message:f,pid:0}),onExit:(d,f)=>this.onExit(n,i,d,f)});if(!a)continue;let c=o?.ports??Object.fromEntries(r.ports.filter((d)=>!d.auto).map((d)=>[d.name,d.value]));this.ports.set(n,c),this.processMeta.set(n,{command:[...r.command.args],cwd:this.serviceWorkDir(r),startTime:o?.startTime?new Date(o.startTime):a.startTime}),this.setState(n,Ht,Dt,0,"");let l=await this.resolveAdoptedHealthEnv(n,r,c);this.startHealth(n,r,0,c,this.serviceWorkDir(r),l,i),this.log(n,"INFO",`adopted ${s} container ${a.container?.id??""}`),t.push(n)}for(let n of e.processes){if(!this.cfg.services[n.name]||this.cfg.services[n.name]?.container||n.pid<=0||n.pid===process.pid||!this.processAliveFn(n.pid))continue;let r=await this.inspectProcessFn(n.pid);if(!(r!==void 0&&r.command!==""&&Ia({args:n.command,workDir:n.cwd,startTime:n.startTime?new Date(n.startTime):void 0},r))){if(Object.values(n.ports).length>0&&await aa({ports:Object.entries(n.ports).map(([c,l])=>({name:c,value:l,auto:!1}))})!==void 0)this.log(n.name,"WARN",`pid ${n.pid} does not match stored command; leftover listener not adopted`);else this.log(n.name,"WARN",`pid ${n.pid} is a different process; not adopting`);continue}let i=this.attachProcess(n.name,n.pid,n.command,n.cwd,new Date(n.startTime||Date.now()))??this.bumpGeneration(n.name);if(Object.keys(n.ports).length>0)this.ports.set(n.name,n.ports);this.setState(n.name,Ht,Dt,n.pid,"");let s=this.cfg.services[n.name];if(s){let a=n.cwd||this.serviceWorkDir(s),c=await this.resolveAdoptedHealthEnv(n.name,s,n.ports);this.startHealth(n.name,s,n.pid,n.ports,a,c,i)}this.log(n.name,"INFO","adopted leftover process; stdout/stderr from before adopt are not captured"),t.push(n.name)}if(t.length>0)this.profile=e.profile||this.profile,this.bus.publish(Me(Am,"",{services:t,session_id:e.session_id})),this.log("devctl","INFO",`recovered session processes: ${t.join(", ")}`)}}function CR(e,t){let n={},r=new Set,o=new Set([...Object.keys(e.services),...Object.keys(t.services)]);for(let s of o){let a=e.services[s],c=t.services[s],l=[];if(!a||!c)l.push("presence"),r.add(s);else{if(a.command.args.join("\x00")!==c.command.args.join("\x00")||a.command.shell!==c.command.shell||a.shell!==c.shell)l.push("command"),r.add(s);if(a.working_dir!==c.working_dir)l.push("working_dir"),r.add(s);if(JSON.stringify(a.environment)!==JSON.stringify(c.environment))l.push("environment"),r.add(s);if(JSON.stringify(a.ports)!==JSON.stringify(c.ports))l.push("ports"),r.add(s);if(JSON.stringify(a.identity)!==JSON.stringify(c.identity))l.push("identity"),r.add(s);if(JSON.stringify(a.health)!==JSON.stringify(c.health))l.push("health"),r.add(s);if(JSON.stringify(a.restart)!==JSON.stringify(c.restart))l.push("restart"),r.add(s);if(JSON.stringify(a.startup)!==JSON.stringify(c.startup))l.push("startup"),r.add(s);if(JSON.stringify(a.logs)!==JSON.stringify(c.logs))l.push("logs"),r.add(s);if(JSON.stringify(a.container)!==JSON.stringify(c.container))l.push("container"),r.add(s)}if(l.length>0)n[s]=l}let i=[];if(JSON.stringify(e.logs)!==JSON.stringify(t.logs))i.push("logs");if(JSON.stringify(e.auth)!==JSON.stringify(t.auth))i.push("auth");if(JSON.stringify(e.plugins)!==JSON.stringify(t.plugins))i.push("plugins");return{restart_required:[...r].sort(),changes:n,supervisor_restart_required:i.length>0?i:void 0}}function fv(e){return{user:"",project:e?.google.project_id??"",project_source:e?.google.project_id?"configuration":"",adc:!1,service_accounts:{},service_account_status:Object.fromEntries(e?Gn(e).map((t)=>[t,"unknown"]):[]),iap:e?.proxy.routes.some((t)=>t.auth.type.toLowerCase()==="iap")??!1}}function _R(){let e=fR(),t=Zm();return{platform:gR(),cpuCount:pR().length,loadAvg1:e[0]??0,loadAvg5:e[1]??0,loadAvg15:e[2]??0,memTotalKB:t.totalKB,memFreeKB:t.unusedKB,memAvailableKB:t.leftoverKB,hostUptimeSec:mR()}}function RR(e,t){return new Promise((n,r)=>{let o=setTimeout(()=>r(Error("identity probe timed out")),t);e.then((i)=>{clearTimeout(o),n(i)},(i)=>{clearTimeout(o),r(i)})})}function PR(e){return e.capabilities.some((t)=>["google_api","iap","service_identity"].includes(t))}function gv(e){return typeof e==="object"&&e!==null&&!Array.isArray(e)}function Ir(e){if(!Array.isArray(e))return[];return e.filter((t)=>typeof t==="string")}function Xa(e){if(!gv(e))return;let t={};for(let[n,r]of Object.entries(e))if(typeof r==="string")t[n]=r;return t}function ER(e){return new Promise((t)=>setTimeout(t,e))}Ar();Ga();Zt();$p();var mw=["zsh","bash","fish"];function hw(e){if(e==="zsh")return`#compdef devctl
653
659
  _devctl() {
654
660
  local -a opts
655
661
  local line="\${words[*]}"
@@ -669,81 +675,81 @@ complete -F _devctl devctl
669
675
  devctl __complete (commandline -cp)
670
676
  end
671
677
  complete -c devctl -f -a "(__devctl_complete)"
672
- `;throw Error(`unsupported shell "${e}"; use ${Fb.join(", ")}`)}function bp(e,t){let n=e.trim().split(/\s+/).filter((l)=>l!==""),r=e.endsWith(" ")?"":n[n.length-1]??"",o=e.endsWith(" ")?n:n.slice(0,-1),i=o[1]??"",s=Object.keys(t.services).sort(),a=Object.keys(t.profiles).sort(),c=["start","run","exec","down","daemon","stop","restart","status","logs","doctor","setup","auth","proxy","mcp","config","reload","attach","completion","update","version"];if(i===""||o.length<2)return Zt(c,r);if(i==="start"||i==="stop"||i==="restart"||i==="logs"){if(r==="--profile"||o[o.length-1]==="--profile")return Zt(a,r==="--profile"?"":r);return Zt([...s,"--profile","--detach","--json","--since","--until"],r)}if(i==="completion")return Zt([...Fb].sort(),r);if(i==="run")return Zt([...Object.keys(t.tasks).sort(),"--json"],r);if(i==="exec")return Zt([...s,"--print-env","--reveal","--json"],r);if(i==="auth")return Zt(["status","login","logout","refresh"],r);if(i==="config")return Zt(["validate","show","diff"],r);if(i==="proxy")return Zt(["status","start","stop"],r);return Zt(c,r)}function Zt(e,t){if(t==="")return e;return e.filter((n)=>n.startsWith(t))}var MT="https://api.github.com/repos/amr-m-abdelgawad/devctl/releases/latest",wp="npm install --global @amr-m-abdelgawad/devctl@latest # alternatives: Homebrew or the unsigned GitHub Release binaries \u2014 see docs/installation.md";async function jb(e=fetch){try{let t=await e(MT,{headers:{Accept:"application/vnd.github+json"}});if(!t.ok)return{current:ut,latest:"",newer:!1,hint:wp};let r=((await t.json()).tag_name??"").replace(/^v/,"");return{current:ut,latest:r,newer:r!==""&&$T(r,ut)>0,hint:wp}}catch{return{current:ut,latest:"",newer:!1,hint:wp}}}function $T(e,t){let n=Hb(e),r=Hb(t);for(let o=0;o<3;o+=1){let i=(n[o]??0)-(r[o]??0);if(i!==0)return i>0?1:-1}return 0}function Hb(e){return e.replace(/^v/,"").split(".").slice(0,3).map((t)=>{let n=Number.parseInt(t.replace(/[^0-9].*$/,""),10);return Number.isFinite(n)?n:0})}Li();function HT(){let e=new IT;return e.name("devctl").description("Local development orchestrator").version(Lt(),"-V, --version","print version").option("--config <path>","path to config file or .devctl directory").enablePositionalOptions(),e.command("version").description("print version").action(()=>{E(`${Lt()}
673
- `)}),e.action(async()=>{let t=e.opts();await yp(t.config??"")}),WT(e),GT(e),UT(e),BT(e),jT(e),qT(e),VT(e),XT(e),QT(e),ZT(e),eA(e),tA(e),rA(e),oA(e),iA(e),nA(e),cA(e),sA(e),aA(e),lA(e),e}function jT(e){e.command("exec").argument("<service>","service whose execution context to use").argument("[command...]","command and arguments").option("--print-env","print the resolved environment instead of running a command").option("--reveal","show secret values with --print-env").option("--json","machine-readable output").action(async(t,n,r)=>{if(!r.printEnv&&n.length===0)throw Error("exec command is required (or use --print-env)");let o=await Ct("",Ce(e),!0);try{let i=await o.execService(t,n,r.printEnv===!0);if(i.environment){let s=r.reveal?i.environment:new gn(o.cfg.secrets.extra_markers,o.cfg.secrets.extra_patterns).redactMap(i.environment);if(r.json)E(JSON.stringify({...i,environment:s},null,2)+`
678
+ `;throw Error(`unsupported shell "${e}"; use ${mw.join(", ")}`)}function Ip(e,t){let n=e.trim().split(/\s+/).filter((l)=>l!==""),r=e.endsWith(" ")?"":n[n.length-1]??"",o=e.endsWith(" ")?n:n.slice(0,-1),i=o[1]??"",s=Object.keys(t.services).sort(),a=Object.keys(t.profiles).sort(),c=["start","run","exec","down","daemon","stop","restart","status","logs","doctor","setup","auth","proxy","mcp","config","reload","attach","completion","update","version"];if(i===""||o.length<2)return rn(c,r);if(i==="start"||i==="stop"||i==="restart"||i==="logs"){if(r==="--profile"||o[o.length-1]==="--profile")return rn(a,r==="--profile"?"":r);return rn([...s,"--profile","--detach","--json","--since","--until"],r)}if(i==="completion")return rn([...mw].sort(),r);if(i==="run")return rn([...Object.keys(t.tasks).sort(),"--json"],r);if(i==="exec")return rn([...s,"--print-env","--reveal","--json"],r);if(i==="auth")return rn(["status","login","logout","refresh"],r);if(i==="config")return rn(["validate","show","diff"],r);if(i==="proxy")return rn(["status","start","stop"],r);return rn(c,r)}function rn(e,t){if(t==="")return e;return e.filter((n)=>n.startsWith(t))}Su();To();function yA(){let e=new mA;return e.name("devctl").description("Local development orchestrator").version(At(),"-V, --version","print version").option("--config <path>","path to config file or .devctl directory").enablePositionalOptions(),e.command("version").description("print version").action(()=>{E(`${At()}
679
+ `)}),e.action(async()=>{let t=e.opts();await Op(t.config??"")}),wA(e),SA(e),kA(e),bA(e),xA(e),_A(e),RA(e),AA(e),LA(e),DA(e),OA(e),MA(e),IA(e),FA(e),NA(e),$A(e),BA(e),HA(e),jA(e),WA(e),e}function xA(e){e.command("exec").argument("<service>","service whose execution context to use").argument("[command...]","command and arguments").option("--print-env","print the resolved environment instead of running a command").option("--reveal","show secret values with --print-env").option("--json","machine-readable output").action(async(t,n,r)=>{if(!r.printEnv&&n.length===0)throw Error("exec command is required (or use --print-env)");let o=await kt("",_e(e),!0);try{let i=await o.execService(t,n,r.printEnv===!0);if(i.environment){let s=r.reveal?i.environment:new qt(o.cfg.secrets.extra_markers,o.cfg.secrets.extra_patterns).redactMap(i.environment);if(r.json)E(JSON.stringify({...i,environment:s},null,2)+`
674
680
  `);else for(let a of Object.keys(s).sort())E(`${a}=${s[a]}
675
681
  `)}else if(r.json)E(JSON.stringify(i,null,2)+`
676
- `);else{if(i.stdout)E(i.stdout);if(i.stderr)process.stderr.write(i.stderr)}}finally{await o.close()}})}function BT(e){e.command("run").argument("<task>","task to run").option("--json","machine-readable output").action(async(t,n)=>{let r=await Ct("",Ce(e),!0);try{let o=await r.runTask(t);if(n.json)E(JSON.stringify(o,null,2)+`
677
- `);else{if(o.stdout)E(o.stdout);if(o.stderr)process.stderr.write(o.stderr)}}finally{await r.close()}})}function Ce(e){return e.optsWithGlobals().config??""}function WT(e){e.command("start").argument("[services...]","services to start").option("--profile <name>","profile to start").option("--detach","deprecated, no longer changes behavior: the daemon already outlives this command; use `devctl down` to stop it").option("--json","machine-readable output").action(async(t,n)=>{if(n.detach)process.stderr.write("warning: --detach is deprecated and no longer changes behavior \u2014 the daemon already keeps running after `start` exits; use `devctl down` to stop it\n");let r=await Ct("",Ce(e),!0);try{let o=await r.start({services:t,profile:n.profile,detach:n.detach===!0});if(n.json){E(JSON.stringify(o,null,2)+`
678
- `);return}if(E(Cd(o)),n.detach)E(`detached; services continue running
679
- `)}finally{await r.close()}})}function GT(e){e.command("stop").argument("[services...]","services to stop").option("--json","machine-readable output").action(async(t,n)=>{let r=await Ct("",Ce(e),!0);try{if(await r.stop(t),n.json)E(JSON.stringify({stopped:t},null,2)+`
680
- `)}finally{await r.close()}})}function UT(e){e.command("restart").argument("[services...]").option("--cascade","also restart transitive dependents (default: only the named services)").option("--json","machine-readable output").action(async(t,n)=>{let r=await Ct("",Ce(e),!0);try{if(await r.restart(t,n.cascade===!0),n.json)E(JSON.stringify({restarted:t,cascade:n.cascade===!0},null,2)+`
681
- `)}finally{await r.close()}})}async function Wb(e,t){let{repoRoot:n,client:r}=await Jl("",t.repo??"",Ce(e));try{if(!r){let i=ni(n);if(t.json){E(JSON.stringify({running:!1,persisted:i},null,2)+`
682
+ `);else{if(i.stdout)E(i.stdout);if(i.stderr)process.stderr.write(i.stderr)}}finally{await o.close()}})}function bA(e){e.command("run").argument("<task>","task to run").option("--json","machine-readable output").action(async(t,n)=>{let r=await kt("",_e(e),!0);try{let o=await r.runTask(t);if(n.json)E(JSON.stringify(o,null,2)+`
683
+ `);else{if(o.stdout)E(o.stdout);if(o.stderr)process.stderr.write(o.stderr)}}finally{await r.close()}})}function _e(e){return e.optsWithGlobals().config??""}function wA(e){e.command("start").argument("[services...]","services to start").option("--profile <name>","profile to start").option("--detach","deprecated, no longer changes behavior: the daemon already outlives this command; use `devctl down` to stop it").option("--json","machine-readable output").action(async(t,n)=>{if(n.detach)process.stderr.write("warning: --detach is deprecated and no longer changes behavior \u2014 the daemon already keeps running after `start` exits; use `devctl down` to stop it\n");let r=await kt("",_e(e),!0);try{let o=await r.start({services:t,profile:n.profile,detach:n.detach===!0});if(n.json){E(JSON.stringify(o,null,2)+`
684
+ `);return}if(E($d(o)),n.detach)E(`detached; services continue running
685
+ `)}finally{await r.close()}})}function SA(e){e.command("stop").argument("[services...]","services to stop").option("--json","machine-readable output").action(async(t,n)=>{let r=await kt("",_e(e),!0);try{if(await r.stop(t),n.json)E(JSON.stringify({stopped:t},null,2)+`
686
+ `)}finally{await r.close()}})}function kA(e){e.command("restart").argument("[services...]").option("--cascade","also restart transitive dependents (default: only the named services)").option("--json","machine-readable output").action(async(t,n)=>{let r=await kt("",_e(e),!0);try{if(await r.restart(t,n.cascade===!0),n.json)E(JSON.stringify({restarted:t,cascade:n.cascade===!0},null,2)+`
687
+ `)}finally{await r.close()}})}async function yw(e,t){let{repoRoot:n,client:r}=await id("",t.repo??"",_e(e));try{if(!r){let i=ur(n);if(t.json){E(JSON.stringify({running:!1,persisted:i},null,2)+`
682
688
  `);return}if(E(`supervisor is not running
683
689
  `),i&&i.processes.length>0){E(`last session ${i.session_id} profile ${i.profile||"(none)"}
684
690
  `);for(let s of i.processes)E(`${s.name} stopped UNKNOWN ${s.pid}
685
- `)}return}Vl(r,"status");let o=await r.call("status",null);if(t.json){E(JSON.stringify(o,null,2)+`
691
+ `)}return}od(r,"status");let o=await r.call("status",null);if(t.json){E(JSON.stringify(o,null,2)+`
686
692
  `);return}E(`PROFILE: ${o.profile||"(none)"}
687
693
 
688
694
  SERVICE STATUS HEALTH PID
689
- `);for(let[i,s]of Object.entries(o.services))E(`${i} ${po(s)} ${s.health} ${s.pid}
695
+ `);for(let[i,s]of Object.entries(o.services))E(`${i} ${ko(s)} ${s.health} ${s.pid}
690
696
  `);E(`
691
697
  PROXY ${o.proxy.running?"RUNNING":"STOPPED"} ${o.proxy.address??""}
692
698
  `),E(`MCP ${o.mcp?.running?"RUNNING":"STOPPED"} ${o.mcp?.address??""}
693
699
  `),E(`IDENTITY ${o.identity.user||"(unknown)"}
694
700
  `),E(`CLOUD ${o.identity.project||"(unset)"}
695
- `)}finally{r?.close()}}var KT=2000;function qT(e){e.command("status").option("--repo <path>","target a repository directly, even without a loadable configuration").option("--json","machine-readable output").option("--watch","keep refreshing until interrupted").action(async(t)=>{if(!t.watch){await Wb(e,t);return}let n=new AbortController,r=()=>n.abort();process.on("SIGINT",r),process.on("SIGTERM",r);try{while(!n.signal.aborted){E(`--- ${new Date().toISOString()} ---
696
- `),await Wb(e,t),E(`
697
- `);try{await Sp(KT,void 0,{signal:n.signal})}catch{break}}}finally{process.off("SIGINT",r),process.off("SIGTERM",r)}})}function VT(e){e.command("down").description("stop the daemon (and, by default, its services)").option("--repo <path>","target a repository directly, even without a loadable configuration").option("--keep-services","stop only the daemon; its services keep running, detached").action(async(t)=>{let{repoRoot:n,client:r}=await Jl("",t.repo??"",Ce(e));if(!r){E(`no supervisor is running for ${n}
698
- `);return}let o=await zT(r);try{let i=t.keepServices!==!0;await r.call("shutdown",{stop_services:i},o)}finally{r.close()}await JT(n,o),E(t.keepServices!==!0?`stopped services and the supervisor for ${n}
701
+ `)}finally{r?.close()}}var CA=2000;function _A(e){e.command("status").option("--repo <path>","target a repository directly, even without a loadable configuration").option("--json","machine-readable output").option("--watch","keep refreshing until interrupted").action(async(t)=>{if(!t.watch){await yw(e,t);return}let n=new AbortController,r=()=>n.abort();process.on("SIGINT",r),process.on("SIGTERM",r);try{while(!n.signal.aborted){E(`--- ${new Date().toISOString()} ---
702
+ `),await yw(e,t),E(`
703
+ `);try{await Fp(CA,void 0,{signal:n.signal})}catch{break}}}finally{process.off("SIGINT",r),process.off("SIGTERM",r)}})}function RA(e){e.command("down").description("stop the daemon (and, by default, its services)").option("--repo <path>","target a repository directly, even without a loadable configuration").option("--keep-services","stop only the daemon; its services keep running, detached").action(async(t)=>{let{repoRoot:n,client:r}=await id("",t.repo??"",_e(e));if(!r){E(`no supervisor is running for ${n}
704
+ `);return}let o=await EA(r);try{let i=t.keepServices!==!0;await r.call("shutdown",{stop_services:i},o)}finally{r.close()}await PA(n,o),E(t.keepServices!==!0?`stopped services and the supervisor for ${n}
699
705
  `:`stopped the supervisor for ${n}; its services keep running
700
- `)})}async function JT(e,t){let n=Date.now()+t;while(Date.now()<n){let r=await cr(e);if(!r)return;r.close()}}async function zT(e){try{let n=await e.call("config_snapshot",null),r=typeof n.shutdown?.grace_seconds==="number"?n.shutdown.grace_seconds:0;return Math.max(5000,r*1000+2000)}catch{return 30000}}function Gb(e){return`${e.timestamp.slice(11,19)} ${e.service.padEnd(10)} ${String(e.level).padEnd(6)} ${e.message}
701
- `}async function YT(e,t,n,r=1000){let o=await e(void 0);o.events.forEach(t);let i=o.nextCursor;while(!n.aborted){try{await Sp(r,void 0,{signal:n})}catch{return}o=await e(i),o.events.forEach(t),i=o.nextCursor}}function XT(e){let t=e.command("logs").argument("[services...]").enablePositionalOptions();t.option("--level <level>","minimum level").option("--search <text>","substring or regex search").option("--regex","treat search as regular expression").option("--source <source>","filter by source").option("--since <timestamp>","only events at or after this ISO timestamp").option("--until <timestamp>","only events at or before this ISO timestamp").option("--output <path>","export path").option("--json","machine-readable output").option("-f, --follow","keep printing new matching events until interrupted").action(async(n,r)=>{let o=await Ct("",Ce(e),!0);try{let i=r.output?go(r.output):void 0;if(r.follow&&!i){let a=new AbortController,c=()=>a.abort();process.on("SIGINT",c),process.on("SIGTERM",c);try{await YT((l)=>o.logsPage({services:n,level:r.level,search:r.search,regex:r.regex,source:r.source,since:r.since,until:r.until,cursor:l,direction:"forward"}),(l)=>E(r.json?JSON.stringify(l)+`
702
- `:Gb(l)),a.signal)}finally{process.off("SIGINT",c),process.off("SIGTERM",c)}return}let s=await o.logs({services:n,level:r.level,search:r.search,regex:r.regex,source:r.source,since:r.since,until:r.until,export:i});if(i){E(`exported ${i}
706
+ `)})}async function PA(e,t){let n=Date.now()+t;while(Date.now()<n){let r=await vr(e);if(!r)return;r.close()}}async function EA(e){try{let n=await e.call("config_snapshot",null),r=typeof n.shutdown?.grace_seconds==="number"?n.shutdown.grace_seconds:0;return Math.max(5000,r*1000+2000)}catch{return 30000}}function xw(e){return`${e.timestamp.slice(11,19)} ${e.service.padEnd(10)} ${String(e.level).padEnd(6)} ${e.message}
707
+ `}async function TA(e,t,n,r=1000){let o=await e(void 0);o.events.forEach(t);let i=o.nextCursor;while(!n.aborted){try{await Fp(r,void 0,{signal:n})}catch{return}o=await e(i),o.events.forEach(t),i=o.nextCursor}}function AA(e){let t=e.command("logs").argument("[services...]").enablePositionalOptions();t.option("--level <level>","minimum level").option("--search <text>","substring or regex search").option("--regex","treat search as regular expression").option("--source <source>","filter by source").option("--since <timestamp>","only events at or after this ISO timestamp").option("--until <timestamp>","only events at or before this ISO timestamp").option("--output <path>","export path").option("--json","machine-readable output").option("-f, --follow","keep printing new matching events until interrupted").action(async(n,r)=>{let o=await kt("",_e(e),!0);try{let i=r.output?_o(r.output):void 0;if(r.follow&&!i){let a=new AbortController,c=()=>a.abort();process.on("SIGINT",c),process.on("SIGTERM",c);try{await TA((l)=>o.logsPage({services:n,level:r.level,search:r.search,regex:r.regex,source:r.source,since:r.since,until:r.until,cursor:l,direction:"forward"}),(l)=>E(r.json?JSON.stringify(l)+`
708
+ `:xw(l)),a.signal)}finally{process.off("SIGINT",c),process.off("SIGTERM",c)}return}let s=await o.logs({services:n,level:r.level,search:r.search,regex:r.regex,source:r.source,since:r.since,until:r.until,export:i});if(i){E(`exported ${i}
703
709
  `);return}if(r.json){E(JSON.stringify(s,null,2)+`
704
- `);return}for(let a of s)E(Gb(a))}finally{await o.close()}}),t.command("export").argument("[services...]").requiredOption("--output <path>","export path").option("--level <level>","minimum level").option("--search <text>","substring or regex search").option("--regex","treat search as regular expression").option("--source <source>","filter by source").action(async(n,r)=>{let o=await Ct("",Ce(e),!0);try{let i=go(r.output);await o.logs({services:n,level:r.level,search:r.search,regex:r.regex,source:r.source,export:i}),E(`exported ${i}
705
- `)}finally{await o.close()}})}function QT(e){e.command("daemon").command("logs").option("-f, --follow","keep printing new lines until interrupted").action(async(t)=>{let{repoRoot:n}=In("",Ce(e)),r=ti(n),o=0,i=()=>{if(!Bb(r))return;let c=NT(r,"utf8");if(c.length>o)E(c.slice(o)),o=c.length};if(!Bb(r))E(`no daemon bootstrap log yet for this repository
706
- `);else i();if(!t.follow)return;let s=new AbortController,a=()=>s.abort();process.on("SIGINT",a),process.on("SIGTERM",a);try{while(!s.signal.aborted){try{await Sp(500,void 0,{signal:s.signal})}catch{break}i()}}finally{process.off("SIGINT",a),process.off("SIGTERM",a)}})}function ZT(e){e.command("doctor").option("--json","machine-readable output").action(async(t)=>{let n=dt("",Ce(e)),r=await jn(n);if(t.json)E(JSON.stringify(r,null,2)+`
707
- `);else E(ca(r));if(r.issues>0)process.exitCode=2})}function eA(e){e.command("setup").option("--force","overwrite an existing configuration").action(async(t)=>{await Ed("",Ce(e),t.force===!0)})}function tA(e){let t=e.command("auth").description("Google authentication");t.command("status").option("--json","machine-readable output").action(async(n)=>{let r="";try{r=dt("",Ce(e)).google.project_id}catch{r=""}let o=await Ut(r);if(n.json){E(JSON.stringify(o,null,2)+`
710
+ `);return}for(let a of s)E(xw(a))}finally{await o.close()}}),t.command("export").argument("[services...]").requiredOption("--output <path>","export path").option("--level <level>","minimum level").option("--search <text>","substring or regex search").option("--regex","treat search as regular expression").option("--source <source>","filter by source").action(async(n,r)=>{let o=await kt("",_e(e),!0);try{let i=_o(r.output);await o.logs({services:n,level:r.level,search:r.search,regex:r.regex,source:r.source,export:i}),E(`exported ${i}
711
+ `)}finally{await o.close()}})}function LA(e){e.command("daemon").command("logs").option("-f, --follow","keep printing new lines until interrupted").action(async(t)=>{let{repoRoot:n}=jn("",_e(e)),r=dr(n),o=0,i=()=>{if(!vw(r))return;let c=vA(r,"utf8");if(c.length>o)E(c.slice(o)),o=c.length};if(!vw(r))E(`no daemon bootstrap log yet for this repository
712
+ `);else i();if(!t.follow)return;let s=new AbortController,a=()=>s.abort();process.on("SIGINT",a),process.on("SIGTERM",a);try{while(!s.signal.aborted){try{await Fp(500,void 0,{signal:s.signal})}catch{break}i()}}finally{process.off("SIGINT",a),process.off("SIGTERM",a)}})}function DA(e){e.command("doctor").option("--json","machine-readable output").action(async(t)=>{let n=ut("",_e(e)),r=await Un(n);if(t.json)E(JSON.stringify(r,null,2)+`
713
+ `);else E(ya(r));if(r.issues>0)process.exitCode=2})}function OA(e){e.command("setup").option("--force","overwrite an existing configuration").action(async(t)=>{await Hd("",_e(e),t.force===!0)})}function MA(e){let t=e.command("auth").description("Google authentication");t.command("status").option("--json","machine-readable output").action(async(n)=>{let r="";try{r=ut("",_e(e)).google.project_id}catch{r=""}let o=await Lt(r);if(n.json){E(JSON.stringify(o,null,2)+`
708
714
  `);return}if(E(`User: ${o.userEmail||"(unknown)"}
709
715
  `),E(`Project: ${o.projectID||"(unset)"}
710
716
  `),o.projectID!=="")E(`Source: ${o.projectSource}
711
717
  `);E(`ADC: ${o.adcAvailable}
712
718
  `),E(`gcloud: ${o.gcloudInstalled}
713
- `)}),t.command("login").action(async()=>{await Ys()}),t.command("logout").action(async()=>{await qg()}),t.command("refresh").option("--json","machine-readable output").action(async(n)=>{let r=await Ct("",Ce(e),!1);try{let i=await new co(As(r.cfg.auth)*1000,mr()).refresh("user","",[]),s=r.client?await r.refreshAuth():void 0;if(n.json){E(JSON.stringify({identity:i.identity,expires_at:i.expiresAt.toISOString(),service_account_status:s?.service_account_status??{}},null,2)+`
719
+ `)}),t.command("login").action(async()=>{await go()}),t.command("logout").action(async()=>{await sa()}),t.command("refresh").option("--json","machine-readable output").action(async(n)=>{let r=await kt("",_e(e),!1);try{let i=await new bo(js(r.cfg.auth)*1000,Cr()).refresh("user","",[]),s=r.client?await r.refreshAuth():void 0;if(n.json){E(JSON.stringify({identity:i.identity,expires_at:i.expiresAt.toISOString(),service_account_status:s?.service_account_status??{}},null,2)+`
714
720
  `);return}if(E(`refreshed credentials expire ${i.expiresAt.toISOString()}
715
721
  `),s)for(let[a,c]of Object.entries(s.service_account_status).sort(([l],[d])=>l.localeCompare(d)))E(`service account ${a}: ${c}
716
- `)}finally{await r.close()}})}function nA(e){e.command("reload").description("reload configuration").action(async()=>{let t=await Ct("",Ce(e),!0);try{let n=await t.reload();if(n.restart_required.length===0)E(`configuration reloaded
722
+ `)}finally{await r.close()}})}function $A(e){e.command("reload").description("reload configuration").action(async()=>{let t=await kt("",_e(e),!0);try{let n=await t.reload();if(n.restart_required.length===0)E(`configuration reloaded
717
723
  `);else E(`configuration reloaded; restart required: ${n.restart_required.join(", ")}
718
- `);if(n.supervisor_restart_required&&n.supervisor_restart_required.length>0)E(`note: ${da(n.supervisor_restart_required)}
719
- `)}finally{await t.close()}})}function rA(e){let t=e.command("proxy");t.command("status").option("--json").action(async(n)=>{let r=await Ct("",Ce(e),!1);try{if(!r.client){E(`PROXY STOPPED
724
+ `);if(n.supervisor_restart_required&&n.supervisor_restart_required.length>0)E(`note: ${ba(n.supervisor_restart_required)}
725
+ `)}finally{await t.close()}})}function IA(e){let t=e.command("proxy");t.command("status").option("--json").action(async(n)=>{let r=await kt("",_e(e),!1);try{if(!r.client){E(`PROXY STOPPED
720
726
  `);return}let o=await r.status();if(n.json){E(JSON.stringify(o.proxy,null,2)+`
721
727
  `);return}E(`PROXY ${o.proxy.running?"RUNNING":"STOPPED"} ${o.proxy.address??""}
722
- `);for(let i of o.proxy.routes??[])E(` ${i.name.padEnd(16)} identity=${i.identity} ${i.upstream}
723
- `)}finally{await r.close()}}),t.command("start").action(async()=>{let n=await Ct("",Ce(e),!0);try{await n.proxyStart()}finally{await n.close()}}),t.command("stop").action(async()=>{let n=await Ct("",Ce(e),!0);try{await n.proxyStop()}finally{await n.close()}})}function oA(e){e.command("mcp").description("Local MCP server for coding agents").option("--on","start the MCP listener").option("--off","stop the MCP listener").option("--port <port>","listen port").option("--json","machine-readable output").action(async(t)=>{let n=t.port===void 0?void 0:Number(t.port);if(t.port!==void 0&&(!Number.isInteger(n)||(n??0)<=0))throw Error(`invalid --port ${t.port}`);let r=await Ct("",Ce(e),t.on===!0,{allowMissingConfig:!0});try{if(t.off===!0&&r.client)await r.mcpStop();else if(t.on===!0)await r.mcpStart({port:n});let o=r.client?await r.status():void 0,i=zt(r.cfg.repoRoot,r.cfg.ui.keymap),s=o?.mcp?.port??n??i.mcp_port??xo(r.cfg.repoRoot),a=o?.mcp?.address??bo(s),c=o?.mcp?.token??"";if(t.json){E(JSON.stringify({running:o?.mcp?.running===!0,setup_mode:o?.setup_mode===!0,url:a,port:s,snippets:{claude:JSON.parse(iu(a,c)),cursor:JSON.parse(su(a,c)),kilo:JSON.parse(au(a,c)),codex:cu(a,c)}},null,2)+`
728
+ `);for(let i of o.proxy.routes??[]){let s=i.match?` match=${i.match}`:"";E(` ${i.name.padEnd(16)} identity=${i.identity}${s} ${i.upstream}
729
+ `)}}finally{await r.close()}}),t.command("start").action(async()=>{let n=await kt("",_e(e),!0);try{await n.proxyStart()}finally{await n.close()}}),t.command("stop").action(async()=>{let n=await kt("",_e(e),!0);try{await n.proxyStop()}finally{await n.close()}})}function FA(e){e.command("mcp").description("Local MCP server for coding agents").option("--on","start the MCP listener").option("--off","stop the MCP listener").option("--port <port>","listen port").option("--json","machine-readable output").action(async(t)=>{let n=t.port===void 0?void 0:Number(t.port);if(t.port!==void 0&&(!Number.isInteger(n)||(n??0)<=0))throw Error(`invalid --port ${t.port}`);let r=await kt("",_e(e),t.on===!0,{allowMissingConfig:!0});try{if(t.off===!0&&r.client)await r.mcpStop();else if(t.on===!0)await r.mcpStart({port:n});let o=r.client?await r.status():void 0,i=Qt(r.cfg.repoRoot,r.cfg.ui.keymap),s=o?.mcp?.port??n??i.mcp_port??Lo(r.cfg.repoRoot),a=o?.mcp?.address??Do(s),c=o?.mcp?.token??"";if(t.json){E(JSON.stringify({running:o?.mcp?.running===!0,setup_mode:o?.setup_mode===!0,url:a,port:s,snippets:{claude:JSON.parse(hu(a,c)),cursor:JSON.parse(vu(a,c)),kilo:JSON.parse(yu(a,c)),codex:xu(a,c)}},null,2)+`
724
730
  `);return}if(E(`MCP ${o?.mcp?.running?"RUNNING":"STOPPED"} ${a}
725
731
 
726
732
  `),o?.setup_mode===!0)E(`This repository has no .devctl yet, so the daemon is in setup mode.
727
733
  `),E(`Connect an agent with the config below and ask it to set devctl up for this repository.
728
734
  `),E(`It can call get_setup_guide and validate_config; nothing will run until a configuration exists.
729
735
 
730
- `);E(qh(a,c))}finally{await r.close()}})}function iA(e){let t=e.command("config");t.command("validate").option("--json").action((n)=>{try{let r=dt("",Ce(e)),o=Jt(r);if(n.json){E(JSON.stringify({valid:o.length===0,issues:o},null,2)+`
736
+ `);E(mv(a,c))}finally{await r.close()}})}function NA(e){let t=e.command("config");t.command("validate").option("--json").action((n)=>{try{let r=ut("",_e(e)),o=Xt(r);if(n.json){E(JSON.stringify({valid:o.length===0,issues:o},null,2)+`
731
737
  `);return}if(o.length>0)throw Error(o.join(`
732
738
  `));E(`configuration is valid
733
- `)}catch(r){if(n.json){E(JSON.stringify({valid:!1,error:j(r)},null,2)+`
734
- `);return}throw r}}),t.command("diff").description("show where effective configuration values came from").option("--json").action((n)=>{let r=dt("",Ce(e)),o=di(r);if(n.json){E(JSON.stringify({entries:o},null,2)+`
739
+ `)}catch(r){if(n.json){E(JSON.stringify({valid:!1,error:F(r)},null,2)+`
740
+ `);return}throw r}}),t.command("diff").description("show where effective configuration values came from").option("--json").action((n)=>{let r=ut("",_e(e)),o=hr(r);if(n.json){E(JSON.stringify({entries:o},null,2)+`
735
741
  `);return}for(let i of o){E(`${i.path} = ${JSON.stringify(i.value)}
736
742
  `),E(` winner: ${i.layer} (${i.source})
737
743
  `);for(let s of i.shadowed)E(` shadowed: ${s.layer} (${s.source})
738
- `)}}),t.command("show").option("--json").action((n)=>{let r=dt("",Ce(e));if(n.json){E(JSON.stringify(r,null,2)+`
739
- `);return}E(FT(r))})}function sA(e){e.command("completion").argument("[shell]","zsh, bash, or fish").description("print a shell completion script").action((t)=>{E(Nb(t||"zsh"))}),e.command("__complete",{hidden:!0}).argument("[line...]").description("internal completion helper").action((t)=>{let n=t.join(" "),r=n===""?"devctl ":n;try{let o=dt("",Ce(e));E(bp(r,o).join(`
744
+ `)}}),t.command("show").option("--json").action((n)=>{let r=ut("",_e(e));if(n.json){E(JSON.stringify(r,null,2)+`
745
+ `);return}E(hA(r))})}function HA(e){e.command("completion").argument("[shell]","zsh, bash, or fish").description("print a shell completion script").action((t)=>{E(hw(t||"zsh"))}),e.command("__complete",{hidden:!0}).argument("[line...]").description("internal completion helper").action((t)=>{let n=t.join(" "),r=n===""?"devctl ":n;try{let o=ut("",_e(e));E(Ip(r,o).join(`
740
746
  `)+`
741
- `)}catch{E(bp(r,or()).join(`
747
+ `)}catch{E(Ip(r,pr()).join(`
742
748
  `)+`
743
- `)}})}function aA(e){e.command("update").description("check GitHub Releases for a newer version").option("--json","machine-readable output").action(async(t)=>{let n=await jb();if(t.json){E(JSON.stringify(n,null,2)+`
749
+ `)}})}function jA(e){e.command("update").description("check GitHub Releases for a newer version").option("--json","machine-readable output").action(async(t)=>{let n=await Vi();if(t.json){E(JSON.stringify(n,null,2)+`
744
750
  `);return}if(E(`current ${n.current}
745
751
  `),E(`latest ${n.latest||"(unavailable)"}
746
752
  `),n.newer)E(`install ${n.hint}
747
753
  `);else if(n.latest!=="")E(`up to date
748
- `)})}function cA(e){e.command("attach").action(async()=>{let t=await Fg("",Ce(e)),{runTuiWithController:n}=await Promise.resolve().then(() => (xp(),Ib));await n(t)})}function lA(e){e.command("_supervisor").option("--repo <path>","repository root").action(async(t)=>{let n=ci(t.repo??"",Ce(e)),r=new ru(n),o=!1,i=()=>{if(o)return;o=!0,r.shutdown(Ls(n.shutdown)).finally(()=>process.exit(0))};process.on("SIGINT",i),process.on("SIGTERM",i),await r.run()})}async function Ub(){process.stdout.on("error",(e)=>{if(e.code==="EPIPE")process.exit(0)});try{await HT().parseAsync(process.argv)}catch(e){process.stderr.write(j(e)+`
749
- `),process.exit(cf(e))}}function E(e){try{process.stdout.write(e)}catch(t){if(t.code==="EPIPE")process.exit(0);throw t}}Ss();await Ub();
754
+ `)})}function BA(e){e.command("attach").action(async()=>{let t=await am("",_e(e)),{runTuiWithController:n}=await Promise.resolve().then(() => ($p(),gw));await n(t)})}function WA(e){e.command("_supervisor").option("--repo <path>","repository root").action(async(t)=>{let n=yi(t.repo??"",_e(e)),r=new gu(n),o=!1,i=()=>{if(o)return;o=!0,r.shutdown(Bs(n.shutdown)).finally(()=>process.exit(0))};process.on("SIGINT",i),process.on("SIGTERM",i),await r.run()})}async function bw(){process.stdout.on("error",(e)=>{if(e.code==="EPIPE")process.exit(0)});try{await yA().parseAsync(process.argv)}catch(e){process.stderr.write(F(e)+`
755
+ `),process.exit(Df(e))}}function E(e){try{process.stdout.write(e)}catch(t){if(t.code==="EPIPE")process.exit(0);throw t}}Ds();await bw();