@popmelt.com/core 0.6.8 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/server.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import{spawn as hs}from"child_process";import{createHash as fs}from"crypto";import{dirname as ms,join as gs}from"path";import{fileURLToPath as ys}from"url";import{execFileSync as Xn,spawn as Mt}from"child_process";import{createHash as Yn,randomUUID as Ae}from"crypto";import{mkdir as Qn,readFile as Ct,readdir as Vn,stat as Kn,unlink as Zn,writeFile as De}from"fs/promises";import{createServer as es}from"http";import{tmpdir as ts}from"os";import{basename as ns,dirname as ss,join as re}from"path";import{fileURLToPath as os}from"url";function Ze(s,t){return`<!DOCTYPE html>
1
+ import{spawn as qs}from"child_process";import{createHash as Xs}from"crypto";import{dirname as Ys,join as Qs}from"path";import{fileURLToPath as Ks}from"url";import{execFileSync as Ms,spawn as Xt}from"child_process";import{createHash as Rs,randomUUID as je}from"crypto";import{mkdir as Cs,readFile as Yt,readdir as $s,stat as Os,unlink as _s,writeFile as Le}from"fs/promises";import{createServer as As}from"http";import{tmpdir as Ds}from"os";import{basename as Ns,dirname as Fs,join as ue}from"path";import{fileURLToPath as Bs}from"url";function lt(s,t){return`<!DOCTYPE html>
2
2
  <html>
3
3
  <head>
4
4
  <meta charset="utf-8">
@@ -25,23 +25,24 @@ import{spawn as hs}from"child_process";import{createHash as fs}from"crypto";impo
25
25
  });
26
26
  </script>
27
27
  </body>
28
- </html>`}import{spawn as en}from"child_process";import{createInterface as tn}from"readline";var nn=new Set([".md",".txt",".json",".ts",".tsx",".js",".jsx",".css",".scss",".html",".xml",".yaml",".yml",".toml",".ini",".cfg",".conf",".sh",".bash",".zsh",".py",".rb",".go",".rs",".java",".c",".h",".cpp",".hpp",".swift",".kt",".sql",".graphql",".svg",".env",".gitignore",".prettierrc",".eslintrc"]),et=1e5;function sn(s){let t=s.input?.file_path||s.input?.path;if(!t)return;let n=t.includes(".")?`.${t.split(".").pop().toLowerCase()}`:"";if(!nn.has(n))return;let e;if(s.name==="Write"&&typeof s.input?.content=="string"?e=s.input.content:s.name==="Edit"&&typeof s.input?.new_string=="string"&&(e=s.input.new_string),!!e)return e.length>et?e.slice(0,et)+`
29
- \u2026[truncated]`:e}function fe(s,t){let{prompt:n,projectRoot:e,maxTurns:o=40,maxBudgetUsd:i=1,allowedTools:a=["Read","Edit","Write","Glob","Grep","Bash"],claudePath:c="claude",resumeSessionId:p,model:g,timeoutMs:w=3e5,onEvent:A}=t,D=[];p?D.push("--resume",p,"-p",n):D.push("-p",n),D.push("--output-format","stream-json","--verbose","--max-turns",String(o),"--max-budget-usd",String(i)),g&&D.push("--model",g);for(let F of a)D.push("--allowedTools",F);let M=en(c,D,{cwd:e,stdio:["ignore","pipe","pipe"],env:{...process.env,ANTHROPIC_API_KEY:void 0,CLAUDECODE:void 0}}),f=new Promise(F=>{let z,L=[],H=[],Y=!1,k="",x=!1,I=setTimeout(()=>{x=!0,M.kill("SIGTERM"),setTimeout(()=>{try{M.kill("SIGKILL")}catch{}},5e3)},w),S=tn({input:M.stdout}),y=new Set;S.on("line",U=>{if(U.trim())try{let O=JSON.parse(U);O.session_id&&!z&&(z=O.session_id);let G=O.type??(O.event?.type?`event.${O.event.type}`:"unknown");if(y.add(G),O.type==="result"&&O.result&&L.length===0){let R=typeof O.result=="string"?O.result:"";R&&(L.push(R),A?.({type:"delta",jobId:s,text:R},s))}if(O.type==="assistant"&&Array.isArray(O.message?.content))for(let R of O.message.content){if(R.type==="text"&&R.text&&(L.push(R.text),A?.({type:"delta",jobId:s,text:R.text},s)),R.type==="tool_use"&&R.name){let K=R.input?.file_path||R.input?.path||void 0,ie=sn(R);A?.({type:"tool_use",jobId:s,tool:R.name,...K?{file:K}:{},...ie?{content:ie}:{}},s),R.name==="Edit"&&R.input?.file_path?H.push({tool:"Edit",file_path:R.input.file_path,old_string:R.input.old_string,new_string:R.input.new_string,replace_all:R.input.replace_all}):R.name==="Write"&&R.input?.file_path&&H.push({tool:"Write",file_path:R.input.file_path,content:R.input.content})}R.type==="thinking"&&R.thinking&&A?.({type:"thinking",jobId:s,text:R.thinking},s)}O.type==="user"&&O.tool_use_result?.file?.filePath&&A?.({type:"tool_use",jobId:s,tool:"Read",file:O.tool_use_result.file.filePath},s)}catch{}});let v=[];M.stderr?.on("data",U=>{v.push(U.toString())}),M.on("close",U=>{if(clearTimeout(I),S.close(),L.length===0&&y.size>0&&console.warn(`[Claude:${s}] No text captured. Event types seen: ${[...y].join(", ")}`),x)Y=!0,k=`Timed out after ${Math.round(w/6e4)} minutes`;else if(U!==0&&U!==null){Y=!0;let O=v.join("").trim(),G=L.length===0&&y.size>0?` (no text captured, event types: ${[...y].join(", ")})`:"";k=O||`Claude process exited with code ${U}${G}`}F({sessionId:z,text:L.join(""),success:!Y,error:Y?k:void 0,fileEdits:H.length>0?H:void 0})}),M.on("error",U=>{clearTimeout(I),Y=!0,k=U.message,F({sessionId:z,text:L.join(""),success:!1,error:k,fileEdits:H.length>0?H:void 0})})});return{process:M,result:f}}import{spawn as on}from"child_process";import{createInterface as rn}from"readline";function an(s){let t=s.match(/^\/bin\/(?:ba)?sh\s+-\w+\s+"(.*)"$/s);return t?t[1].replace(/\\"/g,'"').replace(/\\\\/g,"\\"):s}function tt(s,t){let{prompt:n,projectRoot:e,screenshotPath:o,resumeSessionId:i,model:a,onEvent:c}=t,p=[];i?(p.push("exec","resume",i),a&&p.push("-m",a),p.push("--json","--full-auto",n),o&&p.push("--image",o)):(p.push("exec","--json","--full-auto"),a&&p.push("-m",a),p.push(n),o&&p.push("--image",o));let g=on("codex",p,{cwd:e,stdio:["ignore","pipe","pipe"],env:{...process.env,CLAUDECODE:void 0}}),w=new Promise(A=>{let D,M=[],f=[],F=!1,z="",L=rn({input:g.stdout}),H=new Set;L.on("line",k=>{if(k.trim())try{let x=JSON.parse(k),I=x.type??"unknown";if(H.add(I),I==="thread.started"&&x.thread_id&&!D&&(D=x.thread_id),(I==="item.agentMessage.delta"||I==="item/agentMessage/delta")&&x.delta?.text&&(M.push(x.delta.text),c?.({type:"delta",jobId:s,text:x.delta.text},s)),(I==="item.reasoning.delta"||I==="item/reasoning/delta")&&x.delta?.text&&c?.({type:"thinking",jobId:s,text:x.delta.text},s),(I==="item.started"||I==="item/started")&&x.item){let S=x.item.type;if(S==="command_execution"){let y=x.item.command,v=y?an(y):void 0,U=v?`Bash: ${v.split(`
30
- `)[0].slice(0,80)}`:"Bash";f.push(U),c?.({type:"tool_use",jobId:s,tool:"Bash",...v?{content:v}:{}},s)}else if(S==="file_change"){let y=x.item.filename||x.item.path;f.push(y?`Edit ${y.split("/").pop()}`:"Edit"),c?.({type:"tool_use",jobId:s,tool:"Edit",...y?{file:y}:{}},s)}else if(S==="file_read"){let y=x.item.filename||x.item.path;f.push(y?`Read ${y.split("/").pop()}`:"Read"),c?.({type:"tool_use",jobId:s,tool:"Read",...y?{file:y}:{}},s)}else if(S==="web_search")f.push("WebSearch"),c?.({type:"tool_use",jobId:s,tool:"WebSearch"},s);else if(S==="mcp_tool_call"){let y=x.item.tool_name||x.item.name||"MCP";f.push(y),c?.({type:"tool_use",jobId:s,tool:y},s)}}if((I==="item.completed"||I==="item/completed")&&x.item){if(x.item.type==="agent_message"){let S=x.item.text;typeof S=="string"&&S&&(M.push(S),c?.({type:"delta",jobId:s,text:S},s))}else if(x.item.type==="reasoning"){let S=x.item.text;typeof S=="string"&&S&&c?.({type:"thinking",jobId:s,text:S},s)}else if(x.item.type==="file_change"&&Array.isArray(x.item.changes))for(let S of x.item.changes){let y=S.path||S.filename,v=S.kind==="add"?"Write":"Edit";y&&(f.push(`${v} ${y.split("/").pop()}`),c?.({type:"tool_use",jobId:s,tool:v,file:y},s))}}I==="turn.failed"&&(F=!0,z=x.error?.message||x.message||"Turn failed")}catch{}});let Y=[];g.stderr?.on("data",k=>{Y.push(k.toString())}),g.on("close",k=>{L.close(),M.length===0&&H.size>0&&console.warn(`[Codex:${s}] No text captured. Event types seen: ${[...H].join(", ")}`),k!==0&&k!==null&&(F=!0,z=Y.join("")||`Codex process exited with code ${k}`),A({sessionId:D,text:M.join(""),success:!F,error:F?z:void 0,toolsUsed:f.length>0?f:void 0})}),g.on("error",k=>{F=!0,z=k.message,A({sessionId:D,text:M.join(""),success:!1,error:z,toolsUsed:f.length>0?f:void 0})})});return{process:g,result:w}}import{spawn as cn}from"child_process";import{createInterface as ln}from"readline";function nt(s,t){let n=s.trim()||"Copilot CLI failed",e=n.toLowerCase();return e.includes("no authentication information")||e.includes("not authenticated")||e.includes("/login")?{code:"copilot_auth_required",recoverable:!0,message:"Copilot is not authenticated. Run `copilot login`, set `COPILOT_GITHUB_TOKEN`, or refresh `gh auth login`."}:e.includes("model")&&(e.includes("not available")||e.includes("not found")||e.includes("disabled")||e.includes("policy"))?{code:"copilot_model_unavailable",recoverable:!0,message:t?`Copilot rejected ${t}. Choose another model or ask your administrator to enable it.`:n}:e.includes("mcp")&&(e.includes("blocked")||e.includes("allowlist"))?{code:"copilot_mcp_blocked",recoverable:!0,message:"Copilot blocked the Popmelt MCP server. Ask your administrator to add it to the enterprise allowlist."}:e.includes("permission")||e.includes("denied")||e.includes("not allowed")?{code:"copilot_permission_denied",recoverable:!0,message:n}:{code:"copilot_error",recoverable:!1,message:n}}function st(s,t){let{prompt:n,projectRoot:e,resumeSessionId:o,model:i,timeoutMs:a=3e5,onEvent:c,copilotPath:p="copilot"}=t,g=["--no-color","--no-auto-update","--output-format","json","--stream","on","--available-tools=read,write,shell","--allow-all-tools","--deny-tool=shell(git push)","--deny-tool=shell(rm)","--deny-tool=shell(sudo)","--no-ask-user"];o&&g.push(`--resume=${o}`),i&&g.push("--model",i),g.push("-p",n);let w=cn(p,g,{cwd:e,stdio:["ignore","pipe","pipe"],env:{...process.env,ANTHROPIC_API_KEY:void 0,CLAUDECODE:void 0}}),A=new Promise(D=>{let M,f=[],F=[],z=!1,L="",H=!1,Y=setTimeout(()=>{H=!0,w.kill("SIGTERM"),setTimeout(()=>{try{w.kill("SIGKILL")}catch{}},5e3)},a),k=ln({input:w.stdout}),x=new Set,I=[];k.on("line",y=>{if(y.trim())try{let v=JSON.parse(y),U=ge(v);x.add(U),I.length<5&&un(U)&&I.push(y.slice(0,800));let O=me(v,["sessionId","session_id","id"],["session","conversation","thread"]);O&&!M&&(M=O);let G=dn(v,f.length===0);G&&(f.push(G),c?.({type:"delta",jobId:s,text:G},s));let R=pn(v);R&&c?.({type:"thinking",jobId:s,text:R},s);let K=hn(v);K&&(F.push(K.label),c?.({type:"tool_use",jobId:s,tool:K.tool,...K.file?{file:K.file}:{},...K.content?{content:K.content}:{}},s));let ie=fn(v);ie&&(z=!0,L=ie)}catch{}});let S=[];w.stderr?.on("data",y=>{S.push(y.toString())}),w.on("close",y=>{clearTimeout(Y),k.close(),f.length===0&&x.size>0&&(console.warn(`[Copilot:${s}] No text captured. Event types seen: ${[...x].join(", ")}`),I.length>0&&console.warn(`[Copilot:${s}] Sample text-bearing candidates: ${I.join(`
31
- `)}`)),H?(z=!0,L=`Timed out after ${Math.round(a/6e4)} minutes`):y!==0&&y!==null&&(z=!0,L=S.join("").trim()||L||`Copilot process exited with code ${y}`);let v=z?nt(L,i):null;D({sessionId:M,text:f.join(""),success:!z,error:v?.message,errorCode:v?.code,recoverableError:v?.recoverable,provider:"copilot",toolsUsed:F.length>0?F:void 0})}),w.on("error",y=>{clearTimeout(Y);let v=nt(y.message,i);D({sessionId:M,text:f.join(""),success:!1,error:v.message,errorCode:v.code,recoverableError:v.recoverable,provider:"copilot",toolsUsed:F.length>0?F:void 0})})});return{process:w,result:A}}function ge(s){if(typeof s.type=="string")return s.type;let t=s.update;return t&&typeof t.sessionUpdate=="string"?t.sessionUpdate:typeof s.event=="string"?s.event:"unknown"}function dn(s,t=!1){let n=ge(s).toLowerCase(),e=s.update,o=e?.content;if(e?.sessionUpdate==="agent_message_chunk"&&o?.type==="text"&&typeof o.text=="string")return o.text;if(n==="assistant.message_delta"||n.includes("agent_message.delta"))return ne(s.delta)??ne(s.content)??ne(s.message);if(n==="assistant.message"&&t)return ne(s.message)??ne(s.content)??ne(s);if(n==="result"&&t)return ne(s.result)??ne(s.output)??ne(s.message)??ne(s);let i=s.content;if(i?.type==="text"&&typeof i.text=="string")return i.text;if(typeof s.text=="string"&&Be(s))return s.text;if(typeof s.message=="string"&&Be(s))return s.message;if(typeof s.delta=="string"&&Be(s))return s.delta}function ne(s){if(typeof s=="string")return s;if(!s)return;if(Array.isArray(s)){let n=s.map(ne).filter(e=>!!e);return n.length>0?n.join(""):void 0}if(typeof s!="object")return;let t=s;if(typeof t.text=="string")return t.text;if(typeof t.content=="string")return t.content;for(let n of["delta","content","message","messages","parts","items","output","result","data","value","body","markdown","text_delta","textDelta"]){let e=ne(t[n]);if(e)return e}}function un(s){let t=s.toLowerCase();return t.includes("assistant.message")||t==="result"}function pn(s){if(typeof s.thinking=="string")return s.thinking;if(typeof s.reasoning=="string")return s.reasoning;let t=s.update;if(t?.sessionUpdate==="reasoning_chunk"){let n=t.content;if(typeof n?.text=="string")return n.text}}function hn(s){let t=me(s,["tool","toolName","tool_name","name"]),n=me(s,["command","cmd"]),e=me(s,["file","path","filename","filePath"]),o=ge(s);if(n||o.includes("shell"))return{tool:"Bash",label:n?`Bash: ${n.split(`
32
- `)[0].slice(0,80)}`:"Bash",...n?{content:n}:{}};if(t)return{tool:t,label:e?`${t} ${e.split("/").pop()}`:t,...e?{file:e}:{}};if(e&&(o.includes("file")||o.includes("write")||o.includes("edit"))){let i=o.includes("write")?"Write":o.includes("read")?"Read":"Edit";return{tool:i,label:`${i} ${e.split("/").pop()}`,file:e}}}function fn(s){if(typeof s.error=="string")return s.error;if(s.error&&typeof s.error=="object"){let t=s.error;if(typeof t.message=="string")return t.message}if(typeof s.message=="string"&&ge(s).toLowerCase().includes("error"))return s.message}function me(s,t,n=[]){for(let e of t){let o=s[e];if(typeof o=="string")return o}for(let[e,o]of Object.entries(s)){if(!o||typeof o!="object"||n.length>0&&!n.some(a=>e.toLowerCase().includes(a)))continue;let i=me(o,t);if(i)return i}}function Be(s){let t=ge(s).toLowerCase();return(typeof s.role=="string"?s.role.toLowerCase():"")==="assistant"||t.includes("assistant")||t.includes("agent_message")}import{execFile as mn}from"child_process";import{copyFile as ot,mkdir as rt,readdir as gn,readFile as yn,writeFile as wn}from"fs/promises";import{join as ue}from"path";var ke=class{constructor(t){this.projectRoot=t;let n=ue(t,".popmelt");this.decisionsDir=ue(n,"decisions"),this.screenshotsDir=ue(n,"screenshots")}async persist(t,n,e){try{await rt(this.decisionsDir,{recursive:!0}),await rt(this.screenshotsDir,{recursive:!0});try{await ot(n,ue(this.screenshotsDir,`s-${t.id}.webp`))}catch{}for(let o=0;o<e.length;o++)try{let i=t.pastedImagePaths[o];i&&await ot(e[o],ue(this.screenshotsDir,i.replace("screenshots/","")))}catch{}await wn(ue(this.decisionsDir,`d-${t.id}.json`),JSON.stringify(t,null,2))}catch(o){console.error("[DecisionStore] Failed to persist decision record:",o)}}async listDecisionIds(){try{return(await gn(this.decisionsDir)).filter(n=>n.startsWith("d-")&&n.endsWith(".json")).map(n=>n.slice(2,-5))}catch{return[]}}async loadDecision(t){try{let n=await yn(ue(this.decisionsDir,`d-${t}.json`),"utf-8");return JSON.parse(n)}catch{return null}}async loadDecisions(t){return(await Promise.all(t.map(e=>this.loadDecision(e)))).filter(e=>e!==null)}captureGitDiff(t){return new Promise(n=>{mn("git",["diff","HEAD"],{cwd:t,timeout:5e3,maxBuffer:1024*1024},(e,o)=>{if(e){n(null);return}n(o||null)})})}};import{readFile as it,writeFile as le}from"fs/promises";import{join as Je}from"path";var X="[Materializer]",vn={version:1,materializedIds:[],lastRunAt:null,lastRunDecisionIds:[],lastRunError:null};function Sn(s){return Array.isArray(s)?s.map((t,n)=>typeof t=="string"?{id:Math.random().toString(16).slice(2,10),scope:"general",text:t,sources:[]}:t&&typeof t=="object"&&typeof t.text=="string"?t:{id:Math.random().toString(16).slice(2,10),scope:"general",text:String(t),sources:[]}):[]}function ye(s){let t=[];for(let n of s){if(!n||typeof n!="object")continue;let e=n;if(typeof e.id!="string"||typeof e.text!="string"){console.warn(`${X} Dropping rule missing id or text:`,JSON.stringify(n).slice(0,120));continue}t.push({id:e.id,scope:typeof e.scope=="string"?e.scope:"general",text:e.text,sources:Array.isArray(e.sources)?e.sources.filter(o=>typeof o=="string"):[]})}return t.length>30&&console.warn(`${X} Rule count ${t.length} exceeds cap of 30`),t}var Te=class{constructor(t,n,e={}){this.projectRoot=t;this.decisionStore=n;this.options=e;this.cachedIndex=null;this.running=!1;let o=Je(t,".popmelt");this.indexPath=Je(o,"materialized.json"),this.modelPath=Je(o,"model.json")}get isRunning(){return this.running}async loadModel(){try{let t=await it(this.modelPath,"utf-8"),n=JSON.parse(t);return Array.isArray(n.rules)&&(n.rules=Sn(n.rules)),n}catch{return null}}async addComponent(t){let n=await this.loadModel();n||(n={tokens:{},components:{},rules:[]}),(!n.components||typeof n.components!="object")&&(n.components={});let e=n.components;return e[t]?{added:!1,alreadyExists:!0}:(e[t]={description:""},await le(this.modelPath,JSON.stringify(n,null,2)),console.log(`${X} Added component "${t}" to model`),{added:!0,alreadyExists:!1})}async updateToken(t,n){let e=await this.loadModel();e||(e={tokens:{},components:{},rules:[]});let o=t.split("."),i=e;for(let p=0;p<o.length-1;p++){let g=o[p];(!i[g]||typeof i[g]!="object")&&(i[g]={}),i=i[g]}let a=o[o.length-1],c;try{c=JSON.parse(n)}catch{c=null}if(c&&typeof c=="object"&&c!==null&&"value"in c)i[a]=c;else{let p=i[a];p&&typeof p=="object"&&p!==null&&"value"in p?p.value=n:i[a]=n}return await le(this.modelPath,JSON.stringify(e,null,2)),console.log(`${X} Updated token "${t}" \u2192 "${n.slice(0,80)}"`),{updated:!0}}async removeToken(t){let n=await this.loadModel();if(!n)return{removed:!1};let e=t.split("."),o=n;for(let a=0;a<e.length-1;a++){let c=e[a];if(!o[c]||typeof o[c]!="object")return{removed:!1};o=o[c]}let i=e[e.length-1];return i in o?(delete o[i],await le(this.modelPath,JSON.stringify(n,null,2)),console.log(`${X} Removed token "${t}" from model`),{removed:!0}):{removed:!1}}async removeComponent(t){let n=await this.loadModel();if(!n)return{removed:!1};let e=n.components;return!e||!e[t]?{removed:!1}:(delete e[t],await le(this.modelPath,JSON.stringify(n,null,2)),console.log(`${X} Removed component "${t}" from model`),{removed:!0})}async getUnmaterializedPatternDecisions(){let t=await this.loadIndex(),n=new Set(t.materializedIds),o=(await this.decisionStore.listDecisionIds()).filter(a=>!n.has(a));return o.length===0?[]:(await this.decisionStore.loadDecisions(o)).filter(a=>a.resolutions.some(c=>(c.finalScope??c.inferredScope)?.breadth==="pattern"))}async run(){if(this.running)return{processedIds:[],success:!0,error:"Already running"};this.running=!0;try{let t=await this.getUnmaterializedPatternDecisions();if(t.length===0)return{processedIds:[],success:!0};let n=t.map(g=>g.id);console.log(`${X} Processing ${n.length} pattern-scoped decision(s): ${n.join(", ")}`),this.options.onEvent?.({type:"materialize_started",decisionIds:n});let e=await this.loadModel(),o=xn(t,e),i=!0,a;try{let{result:g}=fe(`mat-${Date.now()}`,{prompt:o,projectRoot:this.projectRoot,maxTurns:this.options.maxTurns??5,maxBudgetUsd:this.options.maxBudgetUsd??.5,allowedTools:["Read"],claudePath:this.options.claudePath??"claude"}),w=await g;if(!w.success)i=!1,a=w.error,console.error(`${X} Claude spawn error:`,a);else{let A=Ie(w.text);A?(Array.isArray(A.rules)&&(A.rules=ye(A.rules)),await le(this.modelPath,JSON.stringify(A,null,2)),console.log(`${X} Successfully materialized ${n.length} decision(s) \u2192 ${this.modelPath}`)):(i=!1,a="No <model> block found in response",console.error(`${X} ${a}`))}}catch(g){i=!1,a=g instanceof Error?g.message:String(g),console.error(`${X} Error:`,a)}let c=await this.loadIndex(),p=new Set(c.materializedIds);for(let g of n)p.add(g);return c.materializedIds=[...p],c.lastRunAt=Date.now(),c.lastRunDecisionIds=n,c.lastRunError=a??null,await this.persistIndex(c),this.options.onEvent?.({type:"materialize_done",decisionIds:n,success:i,error:a}),{processedIds:n,success:i,error:a}}finally{this.running=!1}}async consolidate(){if(this.running)return{success:!1,error:"Already running"};this.running=!0;try{let t=await this.loadModel();if(!t)return{success:!1,error:"No model exists"};let n=Pn(t),{result:e}=fe(`consolidate-${Date.now()}`,{prompt:n,projectRoot:this.projectRoot,maxTurns:this.options.maxTurns??3,maxBudgetUsd:this.options.maxBudgetUsd??.3,allowedTools:[],claudePath:this.options.claudePath??"claude"}),o=await e;if(!o.success)return console.error(`${X} Consolidation spawn error:`,o.error),{success:!1,error:o.error};let i=Ie(o.text);return i?(Array.isArray(i.rules)&&(i.rules=ye(i.rules)),!i.tokens&&t.tokens&&(i.tokens=t.tokens),!i.components&&t.components&&(i.components=t.components),await le(this.modelPath,JSON.stringify(i,null,2)),console.log(`${X} Consolidation complete \u2192 ${this.modelPath}`),{success:!0}):(console.error(`${X} No <model> block in consolidation response`),{success:!1,error:"No <model> block found"})}catch(t){let n=t instanceof Error?t.message:String(t);return console.error(`${X} Consolidation error:`,n),{success:!1,error:n}}finally{this.running=!1}}async writeModel(t){Array.isArray(t.rules)&&(t.rules=ye(t.rules)),await le(this.modelPath,JSON.stringify(t,null,2)),console.log(`${X} Model written \u2192 ${this.modelPath}`)}async loadIndex(){if(this.cachedIndex)return this.cachedIndex;try{let t=await it(this.indexPath,"utf-8"),n=JSON.parse(t);return this.cachedIndex=n,n}catch{return this.cachedIndex={...vn,materializedIds:[],lastRunDecisionIds:[]},this.cachedIndex}}async persistIndex(t){this.cachedIndex=t;try{await le(this.indexPath,JSON.stringify(t,null,2))}catch(n){console.error(`${X} Failed to write index:`,n)}}};function Ie(s){let t=s.match(/<model>\s*([\s\S]*?)\s*<\/model>/);if(!t?.[1])return null;try{let n=JSON.parse(t[1]);return typeof n!="object"||n===null||Array.isArray(n)?null:n}catch{return null}}function xn(s,t){let n=s.map(i=>{let c=i.resolutions.filter(w=>(w.finalScope??w.inferredScope)?.breadth==="pattern").map(w=>{let D=(w.finalScope??w.inferredScope)?.target??"unknown",M=w.filesModified?.join(", ")??"none";return`- **${w.summary}** [scope: pattern/${D}]
33
- Files modified: ${M}`}).join(`
34
- `),p=i.annotations.map(w=>w.instruction).filter(Boolean).join(`
35
- `),g=i.gitDiff?`
28
+ </html>`}import{spawn as yn}from"child_process";import{createInterface as wn}from"readline";var vn=new Set([".md",".txt",".json",".ts",".tsx",".js",".jsx",".css",".scss",".html",".xml",".yaml",".yml",".toml",".ini",".cfg",".conf",".sh",".bash",".zsh",".py",".rb",".go",".rs",".java",".c",".h",".cpp",".hpp",".swift",".kt",".sql",".graphql",".svg",".env",".gitignore",".prettierrc",".eslintrc"]),dt=1e5;function Sn(s){let t=s.input?.file_path||s.input?.path;if(!t)return;let n=t.includes(".")?`.${t.split(".").pop().toLowerCase()}`:"";if(!vn.has(n))return;let e;if(s.name==="Write"&&typeof s.input?.content=="string"?e=s.input.content:s.name==="Edit"&&typeof s.input?.new_string=="string"&&(e=s.input.new_string),!!e)return e.length>dt?e.slice(0,dt)+`
29
+ \u2026[truncated]`:e}function Me(s,t){let{prompt:n,projectRoot:e,maxTurns:o=40,maxBudgetUsd:i=1,allowedTools:a=["Read","Edit","Write","Glob","Grep","Bash"],claudePath:c="claude",resumeSessionId:h,model:v,timeoutMs:y=3e5,onEvent:B}=t,N=[];h?N.push("--resume",h,"-p",n):N.push("-p",n),N.push("--output-format","stream-json","--verbose","--max-turns",String(o),"--max-budget-usd",String(i)),v&&N.push("--model",v);for(let m of a)N.push("--allowedTools",m);let R=yn(c,N,{cwd:e,stdio:["ignore","pipe","pipe"],env:{...process.env,ANTHROPIC_API_KEY:void 0,CLAUDECODE:void 0}}),F=new Promise(m=>{let W,H=[],Y=[],q=[],G=!1,I="",z,b,_=!1,u=setTimeout(()=>{_=!0,R.kill("SIGTERM"),setTimeout(()=>{try{R.kill("SIGKILL")}catch{}},5e3)},y),j=wn({input:R.stdout}),E=new Set;j.on("line",C=>{if(C.trim())try{let S=JSON.parse(C);S.session_id&&!W&&(W=S.session_id);let X=S.type??(S.event?.type?`event.${S.event.type}`:"unknown");if(E.add(X),S.type==="result"&&S.result&&H.length===0){let T=typeof S.result=="string"?S.result:"";T&&(H.push(T),B?.({type:"delta",jobId:s,text:T},s))}if(S.type==="assistant"&&Array.isArray(S.message?.content)){typeof S.error=="string"&&(z=S.error);for(let T of S.message.content){if(T.type==="text"&&T.text&&(H.push(T.text),B?.({type:"delta",jobId:s,text:T.text},s)),T.type==="tool_use"&&T.name){let Z=T.input?.file_path||T.input?.path||void 0,ae=Sn(T);if(B?.({type:"tool_use",jobId:s,tool:T.name,...Z?{file:Z}:{},...ae?{content:ae}:{}},s),T.name==="Edit"&&T.input?.file_path){let oe={tool:"Edit",file_path:T.input.file_path,old_string:T.input.old_string,new_string:T.input.new_string,replace_all:T.input.replace_all};Y.push(oe),q.push({sequence:q.length,occurredAt:Date.now(),provider:"claude",source:"claude_tool_use",tool:"Edit",operation:"modify",filePath:oe.file_path,oldString:typeof oe.old_string=="string"?oe.old_string:void 0,newString:typeof oe.new_string=="string"?oe.new_string:void 0,replaceAll:typeof oe.replace_all=="boolean"?oe.replace_all:void 0})}else T.name==="Write"&&T.input?.file_path&&(Y.push({tool:"Write",file_path:T.input.file_path,content:T.input.content}),q.push({sequence:q.length,occurredAt:Date.now(),provider:"claude",source:"claude_tool_use",tool:"Write",operation:"create",filePath:T.input.file_path,content:typeof T.input.content=="string"?T.input.content:void 0}))}T.type==="thinking"&&T.thinking&&B?.({type:"thinking",jobId:s,text:T.thinking},s)}}S.type==="result"&&S.is_error===!0&&(G=!0,typeof S.error=="string"&&(z=S.error),typeof S.result=="string"&&(b=S.result)),S.type==="user"&&S.tool_use_result?.file?.filePath&&B?.({type:"tool_use",jobId:s,tool:"Read",file:S.tool_use_result.file.filePath},s)}catch{}});let w=[];R.stderr?.on("data",C=>{w.push(C.toString())}),R.on("close",C=>{if(clearTimeout(u),j.close(),H.length===0&&E.size>0&&console.warn(`[Claude:${s}] No text captured. Event types seen: ${[...E].join(", ")}`),_)G=!0,I=`Timed out after ${Math.round(y/6e4)} minutes`;else if(C!==0&&C!==null){G=!0;let X=w.join("").trim(),T=H.join("").trim(),Z=H.length===0&&E.size>0?` (no text captured, event types: ${[...E].join(", ")})`:"";I=X||b||T||`Claude process exited with code ${C}${Z}`}G&&!I&&b&&(I=b);let S=xn(I,z);m({sessionId:W,text:H.join(""),success:!G,error:G?S.message:void 0,errorCode:G?S.code:void 0,recoverableError:G?S.recoverable:void 0,fileEdits:Y.length>0?Y:void 0,editEvents:q.length>0?q:void 0})}),R.on("error",C=>{clearTimeout(u),G=!0,I=C.message,m({sessionId:W,text:H.join(""),success:!1,error:I,errorCode:"claude_spawn_error",recoverableError:!1,fileEdits:Y.length>0?Y:void 0,editEvents:q.length>0?q:void 0})})});return{process:R,result:F}}function xn(s,t){let n=s.trim()||"Claude CLI failed",e=`${t??""} ${n}`.toLowerCase();return e.includes("authentication_failed")||e.includes("not logged in")||e.includes("please run /login")||e.includes("api key")?{message:n,code:"claude_auth_required",recoverable:!0}:e.includes("model")&&(e.includes("not found")||e.includes("unknown")||e.includes("unavailable"))?{message:n,code:"claude_model_unavailable",recoverable:!0}:{message:n,code:t||"claude_error",recoverable:!1}}import{spawn as bn,spawnSync as gt}from"child_process";import{readFileSync as Pn,statSync as kn}from"fs";import{basename as Tn,extname as En,isAbsolute as In,relative as yt,resolve as Mn}from"path";import{createInterface as Rn}from"readline";function ut(s){let t=s.match(/^\/bin\/(?:ba)?sh\s+-\w+\s+"(.*)"$/s);return t?t[1].replace(/\\"/g,'"').replace(/\\\\/g,"\\"):s}var pt=new Set([".md",".txt",".json",".ts",".tsx",".js",".jsx",".css",".scss",".html",".xml",".yaml",".yml",".toml",".ini",".cfg",".conf",".sh",".bash",".zsh",".py",".rb",".go",".rs",".java",".c",".h",".cpp",".hpp",".swift",".kt",".sql",".graphql",".svg",".env",".gitignore",".prettierrc",".eslintrc"]),He=2e5,Cn=1e5,wt=2e5;function vt(s){let t=Tn(s).toLowerCase(),n=En(s).toLowerCase();return pt.has(n)||pt.has(t)}function St(s,t){let n=In(t)?t:Mn(s,t),e=yt(s,n);return e===""||e.startsWith("..")?null:n}function Re(s,t){if(!vt(t))return;let n=St(s,t);if(n)try{let e=kn(n);return e.isFile()?e.size>He?{exists:!0,truncated:!0}:{exists:!0,content:Pn(n,"utf8")}:{exists:!1}}catch{return{exists:!1}}}function $n(s,t){for(let n of t){let e=s[n];if(typeof e=="string")return e}}function On(s){let t=s?.toLowerCase()??"";return t.includes("add")||t.includes("create")?"create":t.includes("delete")||t.includes("remove")?"delete":t.includes("rename")||t.includes("move")?"rename":t.includes("modify")||t.includes("update")||t.includes("edit")?"modify":"unknown"}function ft(s){return $n(s,["patch","diff","unifiedDiff","unified_diff"])}function Ge(s,t){return s.length<=t?{text:s}:{text:s.slice(0,t),truncated:!0}}function ht(s,t){let n=gt("git",t,{cwd:s,encoding:"utf8",timeout:5e3,maxBuffer:wt+65536});return n.status!==0?null:n.stdout??""}function _n(s){let t=new Set;for(let n of s.split(`
30
+ `)){if(n.length<4)continue;let e=n.slice(3).trim();if(!e)continue;e.startsWith('"')&&e.endsWith('"')&&(e=e.slice(1,-1));let o=e.split(" -> ");for(let i of o)i&&t.add(i)}return[...t]}function mt(s){let t=ht(s,["status","--porcelain=v1","-uall"]);if(t===null)return;let n=ht(s,["diff","--no-ext-diff","HEAD","--"])??"",e=Ge(n,wt);return{status:t,changedFiles:_n(t),...e.text?{diff:e.text}:{},...e.truncated?{diffTruncated:!0}:{}}}function An(s,t){return!s||!t?!1:s.status!==t.status||(s.diff??"")!==(t.diff??"")}function Dn(s,t){if(!vt(t))return;let n=St(s,t);if(!n)return;let e=yt(s,n);if(e===""||e.startsWith(".."))return;let o=gt("git",["show",`HEAD:${e}`],{cwd:s,encoding:"utf8",timeout:5e3,maxBuffer:He+65536});if(o.status!==0)return{exists:!1};let i=o.stdout??"",a=Ge(i,He);return{exists:!0,content:a.text,...a.truncated?{truncated:!0}:{}}}function Nn(s,t,n){return t.map(e=>{let o=n.has(e)?n.get(e):Dn(s,e),i=Re(s,e);return{filePath:e,...o?{before:o}:{},...i?{after:i}:{}}})}function Ce(s,t){let{prompt:n,projectRoot:e,screenshotPath:o,resumeSessionId:i,model:a,onEvent:c,sandboxMode:h="workspace-write"}=t,v=[];i?(v.push("exec","resume","--skip-git-repo-check","--json","-c",`sandbox_mode="${h}"`),a&&v.push("-m",a),v.push(i),v.push(n),o&&v.push("--image",o)):(v.push("exec","--skip-git-repo-check","--json","--sandbox",h),a&&v.push("-m",a),v.push(n),o&&v.push("--image",o));let y=bn("codex",v,{cwd:e,stdio:["ignore","pipe","pipe"],env:{...process.env,CLAUDECODE:void 0}}),B=new Promise(N=>{let R,F=[],m=[],W=[],H=new Map,Y=new Map,q=!1,G="",I=Rn({input:y.stdout}),z=new Set;I.on("line",_=>{if(_.trim())try{let u=JSON.parse(_),j=u.type??"unknown";if(z.add(j),j==="thread.started"&&u.thread_id&&!R&&(R=u.thread_id),(j==="item.agentMessage.delta"||j==="item/agentMessage/delta")&&u.delta?.text&&(F.push(u.delta.text),c?.({type:"delta",jobId:s,text:u.delta.text},s)),(j==="item.reasoning.delta"||j==="item/reasoning/delta")&&u.delta?.text&&c?.({type:"thinking",jobId:s,text:u.delta.text},s),(j==="item.started"||j==="item/started")&&u.item){let E=u.item.type;if(E==="command_execution"){let w=u.item.command,C=w?ut(w):void 0,S=mt(e),X=new Map;for(let Z of S?.changedFiles??[])X.set(Z,Re(e,Z));typeof u.item.id=="string"&&Y.set(u.item.id,{...w?{rawCommand:w}:{},...C?{command:C}:{},...S?{beforeWorktree:S}:{},beforeSnapshots:X});let T=C?`Bash: ${C.split(`
31
+ `)[0].slice(0,80)}`:"Bash";m.push(T),c?.({type:"tool_use",jobId:s,tool:"Bash",...C?{content:C}:{}},s)}else if(E==="file_change"){let w=u.item.filename||u.item.path;w&&!H.has(w)&&H.set(w,Re(e,w)),m.push(w?`Edit ${w.split("/").pop()}`:"Edit"),c?.({type:"tool_use",jobId:s,tool:"Edit",...w?{file:w}:{}},s)}else if(E==="file_read"){let w=u.item.filename||u.item.path;m.push(w?`Read ${w.split("/").pop()}`:"Read"),c?.({type:"tool_use",jobId:s,tool:"Read",...w?{file:w}:{}},s)}else if(E==="web_search")m.push("WebSearch"),c?.({type:"tool_use",jobId:s,tool:"WebSearch"},s);else if(E==="mcp_tool_call"){let w=u.item.tool_name||u.item.name||"MCP";m.push(w),c?.({type:"tool_use",jobId:s,tool:w},s)}}if((j==="item.completed"||j==="item/completed")&&u.item){if(u.item.type==="agent_message"){let E=u.item.text;typeof E=="string"&&E&&(F.push(E),c?.({type:"delta",jobId:s,text:E},s))}else if(u.item.type==="reasoning"){let E=u.item.text;typeof E=="string"&&E&&c?.({type:"thinking",jobId:s,text:E},s)}else if(u.item.type==="file_change"&&Array.isArray(u.item.changes))for(let E of u.item.changes){let w=E.path||E.filename,C=E.kind==="add"?"Write":"Edit";if(w){m.push(`${C} ${w.split("/").pop()}`),c?.({type:"tool_use",jobId:s,tool:C,file:w},s);let S=E,X=typeof S.kind=="string"?S.kind:void 0,T=On(X),Z=H.get(w),ae=Re(e,w);W.push({sequence:W.length,occurredAt:Date.now(),provider:"codex",source:"codex_file_change",tool:"FileChange",operation:T,filePath:w,...Z?{before:Z}:{},...ae?{after:ae}:{},...ft(S)?{patch:ft(S)}:{},...X?{rawKind:X}:{}}),H.set(w,ae)}}else if(u.item.type==="command_execution"){let E=typeof u.item.id=="string"?u.item.id:void 0,w=E?Y.get(E):void 0,C=typeof u.item.command=="string"?u.item.command:w?.rawCommand,S=C?ut(C):w?.command,X=mt(e);if(An(w?.beforeWorktree,X)){let T=[...new Set([...w?.beforeWorktree?.changedFiles??[],...X?.changedFiles??[]])],Z=typeof u.item.aggregated_output=="string"?Ge(u.item.aggregated_output,Cn):void 0,ae=typeof u.item.exit_code=="number"?u.item.exit_code:u.item.exit_code===null?null:void 0,oe=typeof u.item.status=="string"?u.item.status:void 0;W.push({sequence:W.length,occurredAt:Date.now(),provider:"codex",source:"codex_command_execution",tool:"Bash",operation:"command",...C?{rawCommand:C}:{},...S?{command:S}:{},...ae!==void 0?{exitCode:ae}:{},...oe?{status:oe}:{},...Z?{output:Z.text}:{},...Z?.truncated?{outputTruncated:!0}:{},...w?.beforeWorktree?{beforeWorktree:w.beforeWorktree}:{},...X?{afterWorktree:X}:{},...T.length>0?{touchedFiles:Nn(e,T,w?.beforeSnapshots??new Map)}:{}})}E&&Y.delete(E)}}j==="turn.failed"&&(q=!0,G=u.error?.message||u.message||"Turn failed")}catch{}});let b=[];y.stderr?.on("data",_=>{b.push(_.toString())}),y.on("close",_=>{I.close(),F.length===0&&z.size>0&&console.warn(`[Codex:${s}] No text captured. Event types seen: ${[...z].join(", ")}`),_!==0&&_!==null&&(q=!0,G=b.join("")||`Codex process exited with code ${_}`),N({sessionId:R,text:F.join(""),success:!q,error:q?G:void 0,editEvents:W.length>0?W:void 0,toolsUsed:m.length>0?m:void 0})}),y.on("error",_=>{q=!0,G=_.message,N({sessionId:R,text:F.join(""),success:!1,error:G,editEvents:W.length>0?W:void 0,toolsUsed:m.length>0?m:void 0})})});return{process:y,result:B}}import{spawn as Fn}from"child_process";import{createInterface as Bn}from"readline";function xt(s,t){let n=s.trim()||"Copilot CLI failed",e=n.toLowerCase();return e.includes("no authentication information")||e.includes("not authenticated")||e.includes("/login")?{code:"copilot_auth_required",recoverable:!0,message:"Copilot is not authenticated. Run `copilot login`, set `COPILOT_GITHUB_TOKEN`, or refresh `gh auth login`."}:e.includes("model")&&(e.includes("not available")||e.includes("not found")||e.includes("disabled")||e.includes("policy"))?{code:"copilot_model_unavailable",recoverable:!0,message:t?`Copilot rejected ${t}. Choose another model or ask your administrator to enable it.`:n}:e.includes("mcp")&&(e.includes("blocked")||e.includes("allowlist"))?{code:"copilot_mcp_blocked",recoverable:!0,message:"Copilot blocked the Popmelt MCP server. Ask your administrator to add it to the enterprise allowlist."}:e.includes("permission")||e.includes("denied")||e.includes("not allowed")?{code:"copilot_permission_denied",recoverable:!0,message:n}:{code:"copilot_error",recoverable:!1,message:n}}function bt(s,t){let{prompt:n,projectRoot:e,resumeSessionId:o,model:i,timeoutMs:a=3e5,onEvent:c,copilotPath:h="copilot"}=t,v=["--no-color","--no-auto-update","--output-format","json","--stream","on","--available-tools=read,write,shell","--allow-all-tools","--deny-tool=shell(git push)","--deny-tool=shell(rm)","--deny-tool=shell(sudo)","--no-ask-user"];o&&v.push(`--resume=${o}`),i&&v.push("--model",i),v.push("-p",n);let y=Fn(h,v,{cwd:e,stdio:["ignore","pipe","pipe"],env:{...process.env,ANTHROPIC_API_KEY:void 0,CLAUDECODE:void 0}}),B=new Promise(N=>{let R,F=[],m=[],W=!1,H="",Y=!1,q=setTimeout(()=>{Y=!0,y.kill("SIGTERM"),setTimeout(()=>{try{y.kill("SIGKILL")}catch{}},5e3)},a),G=Bn({input:y.stdout}),I=new Set,z=[];G.on("line",_=>{if(_.trim())try{let u=JSON.parse(_),j=Se(u);I.add(j),z.length<5&&Un(j)&&z.push(_.slice(0,800));let E=ve(u,["sessionId","session_id","id"],["session","conversation","thread"]);E&&!R&&(R=E);let w=Jn(u,F.length===0);w&&(F.push(w),c?.({type:"delta",jobId:s,text:w},s));let C=jn(u);C&&c?.({type:"thinking",jobId:s,text:C},s);let S=Ln(u);S&&(m.push(S.label),c?.({type:"tool_use",jobId:s,tool:S.tool,...S.file?{file:S.file}:{},...S.content?{content:S.content}:{}},s));let X=zn(u);X&&(W=!0,H=X)}catch{}});let b=[];y.stderr?.on("data",_=>{b.push(_.toString())}),y.on("close",_=>{clearTimeout(q),G.close(),F.length===0&&I.size>0&&(console.warn(`[Copilot:${s}] No text captured. Event types seen: ${[...I].join(", ")}`),z.length>0&&console.warn(`[Copilot:${s}] Sample text-bearing candidates: ${z.join(`
32
+ `)}`)),Y?(W=!0,H=`Timed out after ${Math.round(a/6e4)} minutes`):_!==0&&_!==null&&(W=!0,H=b.join("").trim()||H||`Copilot process exited with code ${_}`);let u=W?xt(H,i):null;N({sessionId:R,text:F.join(""),success:!W,error:u?.message,errorCode:u?.code,recoverableError:u?.recoverable,provider:"copilot",toolsUsed:m.length>0?m:void 0})}),y.on("error",_=>{clearTimeout(q);let u=xt(_.message,i);N({sessionId:R,text:F.join(""),success:!1,error:u.message,errorCode:u.code,recoverableError:u.recoverable,provider:"copilot",toolsUsed:m.length>0?m:void 0})})});return{process:y,result:B}}function Se(s){if(typeof s.type=="string")return s.type;let t=s.update;return t&&typeof t.sessionUpdate=="string"?t.sessionUpdate:typeof s.event=="string"?s.event:"unknown"}function Jn(s,t=!1){let n=Se(s).toLowerCase(),e=s.update,o=e?.content;if(e?.sessionUpdate==="agent_message_chunk"&&o?.type==="text"&&typeof o.text=="string")return o.text;if(n==="assistant.message_delta"||n.includes("agent_message.delta"))return ie(s.delta)??ie(s.content)??ie(s.message);if(n==="assistant.message"&&t)return ie(s.message)??ie(s.content)??ie(s);if(n==="result"&&t)return ie(s.result)??ie(s.output)??ie(s.message)??ie(s);let i=s.content;if(i?.type==="text"&&typeof i.text=="string")return i.text;if(typeof s.text=="string"&&qe(s))return s.text;if(typeof s.message=="string"&&qe(s))return s.message;if(typeof s.delta=="string"&&qe(s))return s.delta}function ie(s){if(typeof s=="string")return s;if(!s)return;if(Array.isArray(s)){let n=s.map(ie).filter(e=>!!e);return n.length>0?n.join(""):void 0}if(typeof s!="object")return;let t=s;if(typeof t.text=="string")return t.text;if(typeof t.content=="string")return t.content;for(let n of["delta","content","message","messages","parts","items","output","result","data","value","body","markdown","text_delta","textDelta"]){let e=ie(t[n]);if(e)return e}}function Un(s){let t=s.toLowerCase();return t.includes("assistant.message")||t==="result"}function jn(s){if(typeof s.thinking=="string")return s.thinking;if(typeof s.reasoning=="string")return s.reasoning;let t=s.update;if(t?.sessionUpdate==="reasoning_chunk"){let n=t.content;if(typeof n?.text=="string")return n.text}}function Ln(s){let t=ve(s,["tool","toolName","tool_name","name"]),n=ve(s,["command","cmd"]),e=ve(s,["file","path","filename","filePath"]),o=Se(s);if(n||o.includes("shell"))return{tool:"Bash",label:n?`Bash: ${n.split(`
33
+ `)[0].slice(0,80)}`:"Bash",...n?{content:n}:{}};if(t)return{tool:t,label:e?`${t} ${e.split("/").pop()}`:t,...e?{file:e}:{}};if(e&&(o.includes("file")||o.includes("write")||o.includes("edit"))){let i=o.includes("write")?"Write":o.includes("read")?"Read":"Edit";return{tool:i,label:`${i} ${e.split("/").pop()}`,file:e}}}function zn(s){if(typeof s.error=="string")return s.error;if(s.error&&typeof s.error=="object"){let t=s.error;if(typeof t.message=="string")return t.message}if(typeof s.message=="string"&&Se(s).toLowerCase().includes("error"))return s.message}function ve(s,t,n=[]){for(let e of t){let o=s[e];if(typeof o=="string")return o}for(let[e,o]of Object.entries(s)){if(!o||typeof o!="object"||n.length>0&&!n.some(a=>e.toLowerCase().includes(a)))continue;let i=ve(o,t);if(i)return i}}function qe(s){let t=Se(s).toLowerCase();return(typeof s.role=="string"?s.role.toLowerCase():"")==="assistant"||t.includes("assistant")||t.includes("agent_message")}import{execFile as Wn}from"child_process";import{copyFile as Pt,mkdir as kt,readdir as Hn,readFile as Gn,writeFile as qn}from"fs/promises";import{join as ge}from"path";var $e=class{constructor(t){this.projectRoot=t;let n=ge(t,".popmelt");this.decisionsDir=ge(n,"decisions"),this.screenshotsDir=ge(n,"screenshots")}async persist(t,n,e){try{await kt(this.decisionsDir,{recursive:!0}),await kt(this.screenshotsDir,{recursive:!0});try{await Pt(n,ge(this.screenshotsDir,`s-${t.id}.webp`))}catch{}for(let o=0;o<e.length;o++)try{let i=t.pastedImagePaths[o];i&&await Pt(e[o],ge(this.screenshotsDir,i.replace("screenshots/","")))}catch{}await qn(ge(this.decisionsDir,`d-${t.id}.json`),JSON.stringify(t,null,2))}catch(o){console.error("[DecisionStore] Failed to persist decision record:",o)}}async listDecisionIds(){try{return(await Hn(this.decisionsDir)).filter(n=>n.startsWith("d-")&&n.endsWith(".json")).map(n=>n.slice(2,-5))}catch{return[]}}async loadDecision(t){try{let n=await Gn(ge(this.decisionsDir,`d-${t}.json`),"utf-8");return JSON.parse(n)}catch{return null}}async loadDecisions(t){return(await Promise.all(t.map(e=>this.loadDecision(e)))).filter(e=>e!==null)}captureGitDiff(t){return new Promise(n=>{Wn("git",["diff","HEAD"],{cwd:t,timeout:5e3,maxBuffer:1024*1024},(e,o)=>{if(e){n(null);return}n(o||null)})})}};import{readFile as Tt,writeFile as he}from"fs/promises";import{join as Xe}from"path";var Q="[Materializer]",Xn={version:1,materializedIds:[],lastRunAt:null,lastRunDecisionIds:[],lastRunError:null};function Yn(s){return Array.isArray(s)?s.map((t,n)=>typeof t=="string"?{id:Math.random().toString(16).slice(2,10),scope:"general",text:t,sources:[]}:t&&typeof t=="object"&&typeof t.text=="string"?t:{id:Math.random().toString(16).slice(2,10),scope:"general",text:String(t),sources:[]}):[]}function xe(s){let t=[];for(let n of s){if(!n||typeof n!="object")continue;let e=n;if(typeof e.id!="string"||typeof e.text!="string"){console.warn(`${Q} Dropping rule missing id or text:`,JSON.stringify(n).slice(0,120));continue}t.push({id:e.id,scope:typeof e.scope=="string"?e.scope:"general",text:e.text,sources:Array.isArray(e.sources)?e.sources.filter(o=>typeof o=="string"):[]})}return t.length>30&&console.warn(`${Q} Rule count ${t.length} exceeds cap of 30`),t}var Oe=class{constructor(t,n,e={}){this.projectRoot=t;this.decisionStore=n;this.options=e;this.cachedIndex=null;this.running=!1;let o=Xe(t,".popmelt");this.indexPath=Xe(o,"materialized.json"),this.modelPath=Xe(o,"model.json")}get isRunning(){return this.running}async loadModel(){try{let t=await Tt(this.modelPath,"utf-8"),n=JSON.parse(t);return Array.isArray(n.rules)&&(n.rules=Yn(n.rules)),n}catch{return null}}async addComponent(t){let n=await this.loadModel();n||(n={tokens:{},components:{},rules:[]}),(!n.components||typeof n.components!="object")&&(n.components={});let e=n.components;return e[t]?{added:!1,alreadyExists:!0}:(e[t]={description:""},await he(this.modelPath,JSON.stringify(n,null,2)),console.log(`${Q} Added component "${t}" to model`),{added:!0,alreadyExists:!1})}async updateToken(t,n){let e=await this.loadModel();e||(e={tokens:{},components:{},rules:[]});let o=t.split("."),i=e;for(let h=0;h<o.length-1;h++){let v=o[h];(!i[v]||typeof i[v]!="object")&&(i[v]={}),i=i[v]}let a=o[o.length-1],c;try{c=JSON.parse(n)}catch{c=null}if(c&&typeof c=="object"&&c!==null&&"value"in c)i[a]=c;else{let h=i[a];h&&typeof h=="object"&&h!==null&&"value"in h?h.value=n:i[a]=n}return await he(this.modelPath,JSON.stringify(e,null,2)),console.log(`${Q} Updated token "${t}" \u2192 "${n.slice(0,80)}"`),{updated:!0}}async removeToken(t){let n=await this.loadModel();if(!n)return{removed:!1};let e=t.split("."),o=n;for(let a=0;a<e.length-1;a++){let c=e[a];if(!o[c]||typeof o[c]!="object")return{removed:!1};o=o[c]}let i=e[e.length-1];return i in o?(delete o[i],await he(this.modelPath,JSON.stringify(n,null,2)),console.log(`${Q} Removed token "${t}" from model`),{removed:!0}):{removed:!1}}async removeComponent(t){let n=await this.loadModel();if(!n)return{removed:!1};let e=n.components;return!e||!e[t]?{removed:!1}:(delete e[t],await he(this.modelPath,JSON.stringify(n,null,2)),console.log(`${Q} Removed component "${t}" from model`),{removed:!0})}async getUnmaterializedPatternDecisions(){let t=await this.loadIndex(),n=new Set(t.materializedIds),o=(await this.decisionStore.listDecisionIds()).filter(a=>!n.has(a));return o.length===0?[]:(await this.decisionStore.loadDecisions(o)).filter(a=>a.resolutions.some(c=>(c.finalScope??c.inferredScope)?.breadth==="pattern"))}async run(t={}){if(this.running)return{processedIds:[],success:!0,error:"Already running"};this.running=!0;try{let n=await this.getUnmaterializedPatternDecisions();if(n.length===0)return{processedIds:[],success:!0};let e=n.map(y=>y.id);console.log(`${Q} Processing ${e.length} pattern-scoped decision(s): ${e.join(", ")}`),this.options.onEvent?.({type:"materialize_started",decisionIds:e});let o=await this.loadModel(),i=Qn(n,o),a=!0,c;try{let y=`mat-${Date.now()}`,{provider:B,result:N}=this.spawnModelAgent(y,i,t,{maxTurns:this.options.maxTurns??5,maxBudgetUsd:this.options.maxBudgetUsd??.5,allowedTools:["Read"]}),R=await N;if(!R.success)a=!1,c=R.error,console.error(`${Q} ${B} spawn error:`,c);else{let F=_e(R.text);F?(Array.isArray(F.rules)&&(F.rules=xe(F.rules)),await he(this.modelPath,JSON.stringify(F,null,2)),console.log(`${Q} Successfully materialized ${e.length} decision(s) with ${B} \u2192 ${this.modelPath}`)):(a=!1,c="No <model> block found in response",console.error(`${Q} ${c}`))}}catch(y){a=!1,c=y instanceof Error?y.message:String(y),console.error(`${Q} Error:`,c)}let h=await this.loadIndex(),v=new Set(h.materializedIds);for(let y of e)v.add(y);return h.materializedIds=[...v],h.lastRunAt=Date.now(),h.lastRunDecisionIds=e,h.lastRunError=c??null,await this.persistIndex(h),this.options.onEvent?.({type:"materialize_done",decisionIds:e,success:a,error:c}),{processedIds:e,success:a,error:c}}finally{this.running=!1}}async consolidate(t={}){if(this.running)return{success:!1,error:"Already running"};this.running=!0;try{let n=await this.loadModel();if(!n)return{success:!1,error:"No model exists"};let e=Kn(n),{provider:o,result:i}=this.spawnModelAgent(`consolidate-${Date.now()}`,e,t,{maxTurns:this.options.maxTurns??3,maxBudgetUsd:this.options.maxBudgetUsd??.3,allowedTools:[]}),a=await i;if(!a.success)return console.error(`${Q} ${o} consolidation spawn error:`,a.error),{success:!1,error:a.error};let c=_e(a.text);return c?(Array.isArray(c.rules)&&(c.rules=xe(c.rules)),!c.tokens&&n.tokens&&(c.tokens=n.tokens),!c.components&&n.components&&(c.components=n.components),await he(this.modelPath,JSON.stringify(c,null,2)),console.log(`${Q} Consolidation complete with ${o} \u2192 ${this.modelPath}`),{success:!0}):(console.error(`${Q} No <model> block in consolidation response`),{success:!1,error:"No <model> block found"})}catch(n){let e=n instanceof Error?n.message:String(n);return console.error(`${Q} Consolidation error:`,e),{success:!1,error:e}}finally{this.running=!1}}async writeModel(t){Array.isArray(t.rules)&&(t.rules=xe(t.rules)),await he(this.modelPath,JSON.stringify(t,null,2)),console.log(`${Q} Model written \u2192 ${this.modelPath}`)}async loadIndex(){if(this.cachedIndex)return this.cachedIndex;try{let t=await Tt(this.indexPath,"utf-8"),n=JSON.parse(t);return this.cachedIndex=n,n}catch{return this.cachedIndex={...Xn,materializedIds:[],lastRunDecisionIds:[]},this.cachedIndex}}async persistIndex(t){this.cachedIndex=t;try{await he(this.indexPath,JSON.stringify(t,null,2))}catch(n){console.error(`${Q} Failed to write index:`,n)}}spawnModelAgent(t,n,e,o){let i=e.provider??this.options.provider??"claude",a=this.options.onEvent?(c,h)=>this.options.onEvent?.(c):void 0;return i==="codex"?{provider:"codex",...Ce(t,{prompt:n,projectRoot:this.projectRoot,model:e.model??this.options.model,timeoutMs:this.options.timeoutMs,sandboxMode:"read-only",onEvent:a})}:(i==="copilot"&&console.warn(`${Q} Copilot materialization is not available yet; falling back to Claude.`),{provider:"claude",...Me(t,{prompt:n,projectRoot:this.projectRoot,maxTurns:o.maxTurns,maxBudgetUsd:o.maxBudgetUsd,allowedTools:o.allowedTools,claudePath:this.options.claudePath??"claude",model:i==="claude"?e.model??this.options.model:void 0,timeoutMs:this.options.timeoutMs,onEvent:a})})}};function _e(s){let t=s.match(/<model>\s*([\s\S]*?)\s*<\/model>/);if(!t?.[1])return null;try{let n=JSON.parse(t[1]);return typeof n!="object"||n===null||Array.isArray(n)?null:n}catch{return null}}function Qn(s,t){let n=s.map(i=>{let c=i.resolutions.filter(y=>(y.finalScope??y.inferredScope)?.breadth==="pattern").map(y=>{let N=(y.finalScope??y.inferredScope)?.target??"unknown",R=y.filesModified?.join(", ")??"none";return`- **${y.summary}** [scope: pattern/${N}]
34
+ Files modified: ${R}`}).join(`
35
+ `),h=i.annotations.map(y=>y.instruction).filter(Boolean).join(`
36
+ `),v=i.gitDiff?`
36
37
  \`\`\`diff
37
38
  ${i.gitDiff.slice(0,2e3)}
38
39
  \`\`\``:"";return`### Decision ${i.id} (${new Date(i.createdAt).toISOString()})
39
40
  Page: ${i.url}
40
41
  ${c}
41
- ${g}
42
- ${p?`
42
+ ${v}
43
+ ${h?`
43
44
  Original instructions:
44
- ${p}`:""}`}).join(`
45
+ ${h}`:""}`}).join(`
45
46
 
46
47
  `),e=s.map(i=>i.id);return`You are extracting a local design model from accumulated design decisions.
47
48
 
@@ -49,6 +50,7 @@ ${p}`:""}`}).join(`
49
50
  1. Review the current model (if any) and the new decisions below.
50
51
  2. Determine what design tokens, component patterns, and rules to add or update.
51
52
  3. Output the complete updated model as a JSON object inside <model> tags.
53
+ 4. Do not edit files or run commands. Return only the <model> block.
52
54
 
53
55
  ${t?`## Current Model
54
56
  \`\`\`json
@@ -114,7 +116,7 @@ Example:
114
116
  { "value": "8px", "property": "gap", "bindings": ["gap-2"] }
115
117
  - property: "gap", "padding", or "margin" \u2014 which CSS property this token controls
116
118
  - bindings: Tailwind class names (without responsive prefixes) that use this token
117
- Include property and bindings when the decision context has class-level evidence.`}function Pn(s){return`You are consolidating a design model's rules. The model has accumulated too many rules and needs cleanup.
119
+ Include property and bindings when the decision context has class-level evidence.`}function Kn(s){return`You are consolidating a design model's rules. The model has accumulated too many rules and needs cleanup.
118
120
 
119
121
  ## Current Model
120
122
  \`\`\`json
@@ -130,6 +132,7 @@ ${JSON.stringify(s,null,2)}
130
132
  - Restating tokens or components already defined elsewhere in the model
131
133
  - Procedural instructions rather than design constraints
132
134
  4. Output the full model with consolidated rules.
135
+ 5. Do not edit files or run commands. Return only the <model> block.
133
136
 
134
137
  ## Rule format
135
138
  Each rule MUST be a JSON object:
@@ -152,7 +155,7 @@ Output the complete model inside <model> tags. Preserve tokens and components as
152
155
 
153
156
  <model>
154
157
  { "tokens": { ... }, "components": { ... }, "rules": [ ... ] }
155
- </model>`}function at(s){return`You are a design system curator reviewing a project's design model. Your job is to propose improvements to the rules \u2014 merging duplicates, filling gaps, removing noise.
158
+ </model>`}function Et(s){return`You are a design system curator reviewing a project's design model. Your job is to propose improvements to the rules \u2014 merging duplicates, filling gaps, removing noise.
156
159
 
157
160
  ## Current Model
158
161
  \`\`\`json
@@ -185,41 +188,41 @@ These are my proposed rule changes. Would you like to approve all of them, adjus
185
188
  </question>
186
189
 
187
190
  ## After approval
188
- When the developer approves (says "yes", "looks good", "go ahead", etc.), output the complete updated model inside <model> tags \u2014 the full JSON with tokens, components, and the revised rules array. Do NOT output partial models. Preserve tokens and components as-is unless the developer asks to change them.`}import{execFile as bn}from"child_process";import{readFile as dt}from"fs/promises";import{homedir as je}from"os";import{join as oe}from"path";var Le=/popmelt/i;function pe(){return{found:!1,name:null,scope:null,disabled:!1}}function he(s,t,n=!1){return{found:!0,name:s,scope:t,disabled:n}}function we(s){for(let t of Object.keys(s))if(Le.test(t))return t;return null}async function Re(s){try{let t=await dt(s,"utf-8");return JSON.parse(t)}catch{return null}}async function Fe(s){let t=je(),n=await Re(oe(t,".claude.json"));if(n&&typeof n=="object"){let o=n;if(o.mcpServers&&typeof o.mcpServers=="object"){let i=we(o.mcpServers);if(i)return he(i,"user")}if(o.projects&&typeof o.projects=="object"){let a=o.projects[s];if(a&&typeof a=="object"){let c=a;if(c.mcpServers&&typeof c.mcpServers=="object"){let p=we(c.mcpServers);if(p){let g=Array.isArray(c.disabledMcpjsonServers)&&c.disabledMcpjsonServers.some(w=>Le.test(w));return he(p,"project",g)}}}}}let e=await Re(oe(s,".mcp.json"));if(e&&typeof e=="object"){let o=e;if(o.mcpServers&&typeof o.mcpServers=="object"){let a=we(o.mcpServers);if(a){let c=await ct(s,a);return he(a,"mcp.json",c)}}let i=we(o);if(i&&i!=="mcpServers"){let a=await ct(s,i);return he(i,"mcp.json",a)}}return pe()}async function ct(s,t){let n=oe(s,".claude","settings.local.json"),e=await Re(n);if(e&&typeof e=="object"){let o=e;if(Array.isArray(o.disabledMcpjsonServers))return o.disabledMcpjsonServers.some(i=>i===t)}return!1}var kn=/^\[mcp_servers\.([^\]]+)\]/;function Tn(s){let t=s.split(`
189
- `),n=[],e=null;for(let o of t){let i=o.match(kn);i?(e&&n.push({name:e.name,body:e.bodyLines.join(`
191
+ When the developer approves (says "yes", "looks good", "go ahead", etc.), output the complete updated model inside <model> tags \u2014 the full JSON with tokens, components, and the revised rules array. Do NOT output partial models. Preserve tokens and components as-is unless the developer asks to change them.`}import{execFile as Vn}from"child_process";import{readFile as Rt}from"fs/promises";import{homedir as Qe}from"os";import{join as le}from"path";var Ke=/popmelt/i;function ye(){return{found:!1,name:null,scope:null,disabled:!1}}function we(s,t,n=!1){return{found:!0,name:s,scope:t,disabled:n}}function be(s){for(let t of Object.keys(s))if(Ke.test(t))return t;return null}async function Ae(s){try{let t=await Rt(s,"utf-8");return JSON.parse(t)}catch{return null}}async function Ve(s){let t=Qe(),n=await Ae(le(t,".claude.json"));if(n&&typeof n=="object"){let o=n;if(o.mcpServers&&typeof o.mcpServers=="object"){let i=be(o.mcpServers);if(i)return we(i,"user")}if(o.projects&&typeof o.projects=="object"){let a=o.projects[s];if(a&&typeof a=="object"){let c=a;if(c.mcpServers&&typeof c.mcpServers=="object"){let h=be(c.mcpServers);if(h){let v=Array.isArray(c.disabledMcpjsonServers)&&c.disabledMcpjsonServers.some(y=>Ke.test(y));return we(h,"project",v)}}}}}let e=await Ae(le(s,".mcp.json"));if(e&&typeof e=="object"){let o=e;if(o.mcpServers&&typeof o.mcpServers=="object"){let a=be(o.mcpServers);if(a){let c=await It(s,a);return we(a,"mcp.json",c)}}let i=be(o);if(i&&i!=="mcpServers"){let a=await It(s,i);return we(i,"mcp.json",a)}}return ye()}async function It(s,t){let n=le(s,".claude","settings.local.json"),e=await Ae(n);if(e&&typeof e=="object"){let o=e;if(Array.isArray(o.disabledMcpjsonServers))return o.disabledMcpjsonServers.some(i=>i===t)}return!1}var Zn=/^\[mcp_servers\.([^\]]+)\]/;function es(s){let t=s.split(`
192
+ `),n=[],e=null;for(let o of t){let i=o.match(Zn);i?(e&&n.push({name:e.name,body:e.bodyLines.join(`
190
193
  `)}),e={name:i[1],bodyLines:[]}):o.startsWith("[")?e&&(n.push({name:e.name,body:e.bodyLines.join(`
191
194
  `)}),e=null):e&&e.bodyLines.push(o)}return e&&n.push({name:e.name,body:e.bodyLines.join(`
192
- `)}),n}function In(s){return/enabled\s*=\s*false/i.test(s)}async function ze(s){let t=process.env.CODEX_HOME||oe(je(),".codex"),n=await lt(oe(t,"config.toml"),"user");if(n.found)return n;let e=await lt(oe(s,".codex","config.toml"),"project");return e.found?e:pe()}async function He(s,t="copilot"){let n=await Rn(t);if(n.found)return n;let e=process.env.COPILOT_HOME||oe(je(),".copilot"),o=await Ue(oe(e,"mcp-config.json"),"user");if(o.found)return o;let i=await Ue(oe(s,".mcp.json"),"mcp.json");if(i.found)return i;let a=await Ue(oe(s,".github","mcp.json"),"mcp.json");return a.found?a:pe()}async function Rn(s){try{let t=await new Promise((n,e)=>{bn(s,["mcp","list","--json"],{encoding:"utf-8",timeout:5e3},(o,i)=>{if(o){e(o);return}n(i)})});return ut(JSON.parse(t),"user")}catch{return pe()}}async function Ue(s,t){let n=await Re(s);return ut(n,t)}function ut(s,t){if(!s||typeof s!="object")return pe();let n=s,e=n.mcpServers&&typeof n.mcpServers=="object"?n.mcpServers:n.servers&&typeof n.servers=="object"?n.servers:n,o=we(e);return o?he(o,t):pe()}async function lt(s,t){try{let n=await dt(s,"utf-8"),e=Tn(n);for(let o of e)if(Le.test(o.name)){let i=In(o.body);return he(o.name,t,i)}}catch{}return pe()}import{execFile as pt}from"child_process";import{mkdir as En,readFile as ht,writeFile as ft}from"fs/promises";import{homedir as mt}from"os";import{dirname as Mn,join as Ge}from"path";var We="https://mcp.popmelt.com/mcp";async function gt(s=We){let t=Ge(mt(),".claude.json"),n;try{let o=await ht(t,"utf-8");n=JSON.parse(o)}catch{n={}}(!n.mcpServers||typeof n.mcpServers!="object")&&(n.mcpServers={});let e=n.mcpServers;for(let o of Object.keys(e))if(/popmelt/i.test(o))return{installed:!1,provider:"claude",scope:null,reason:"already_configured"};return e.popmelt={type:"http",url:s},await ft(t,JSON.stringify(n,null,2)+`
193
- `,"utf-8"),{installed:!0,provider:"claude",scope:"user"}}async function yt(s=We){let t=process.env.CODEX_HOME||Ge(mt(),".codex"),n=Ge(t,"config.toml"),e;try{e=await ht(n,"utf-8")}catch{e=""}if(/\[mcp_servers\.[^\]]*popmelt[^\]]*\]/i.test(e))return{installed:!1,provider:"codex",scope:null,reason:"already_configured"};await En(Mn(n),{recursive:!0});let o=`
195
+ `)}),n}function ts(s){return/enabled\s*=\s*false/i.test(s)}async function Ze(s){let t=process.env.CODEX_HOME||le(Qe(),".codex"),n=await Mt(le(t,"config.toml"),"user");if(n.found)return n;let e=await Mt(le(s,".codex","config.toml"),"project");return e.found?e:ye()}async function et(s,t="copilot"){let n=await ns(t);if(n.found)return n;let e=process.env.COPILOT_HOME||le(Qe(),".copilot"),o=await Ye(le(e,"mcp-config.json"),"user");if(o.found)return o;let i=await Ye(le(s,".mcp.json"),"mcp.json");if(i.found)return i;let a=await Ye(le(s,".github","mcp.json"),"mcp.json");return a.found?a:ye()}async function ns(s){try{let t=await new Promise((n,e)=>{Vn(s,["mcp","list","--json"],{encoding:"utf-8",timeout:5e3},(o,i)=>{if(o){e(o);return}n(i)})});return Ct(JSON.parse(t),"user")}catch{return ye()}}async function Ye(s,t){let n=await Ae(s);return Ct(n,t)}function Ct(s,t){if(!s||typeof s!="object")return ye();let n=s,e=n.mcpServers&&typeof n.mcpServers=="object"?n.mcpServers:n.servers&&typeof n.servers=="object"?n.servers:n,o=be(e);return o?we(o,t):ye()}async function Mt(s,t){try{let n=await Rt(s,"utf-8"),e=es(n);for(let o of e)if(Ke.test(o.name)){let i=ts(o.body);return we(o.name,t,i)}}catch{}return ye()}import{execFile as $t}from"child_process";import{mkdir as ss,readFile as Ot,writeFile as _t}from"fs/promises";import{homedir as At}from"os";import{dirname as os,join as tt}from"path";var nt="https://mcp.popmelt.com/mcp";async function Dt(s=nt){let t=tt(At(),".claude.json"),n;try{let o=await Ot(t,"utf-8");n=JSON.parse(o)}catch{n={}}(!n.mcpServers||typeof n.mcpServers!="object")&&(n.mcpServers={});let e=n.mcpServers;for(let o of Object.keys(e))if(/popmelt/i.test(o))return{installed:!1,provider:"claude",scope:null,reason:"already_configured"};return e.popmelt={type:"http",url:s},await _t(t,JSON.stringify(n,null,2)+`
196
+ `,"utf-8"),{installed:!0,provider:"claude",scope:"user"}}async function Nt(s=nt){let t=process.env.CODEX_HOME||tt(At(),".codex"),n=tt(t,"config.toml"),e;try{e=await Ot(n,"utf-8")}catch{e=""}if(/\[mcp_servers\.[^\]]*popmelt[^\]]*\]/i.test(e))return{installed:!1,provider:"codex",scope:null,reason:"already_configured"};await ss(os(n),{recursive:!0});let o=`
194
197
  [mcp_servers.popmelt]
195
198
  url = "${s}"
196
- `;return await ft(n,e+o,"utf-8"),{installed:!0,provider:"codex",scope:"user"}}async function wt(s=We,t="copilot"){let n=await Cn(t);if(On(n))return{installed:!1,provider:"copilot",scope:null,reason:"already_configured"};try{return await new Promise((e,o)=>{pt(t,["mcp","add","--transport","http","--json","popmelt",s],{encoding:"utf-8",timeout:1e4},i=>{if(i){o(i);return}e()})}),{installed:!0,provider:"copilot",scope:"user"}}catch(e){return{installed:!1,provider:"copilot",scope:null,reason:e instanceof Error?e.message:"install_failed"}}}async function Cn(s){try{let t=await new Promise((n,e)=>{pt(s,["mcp","list","--json"],{encoding:"utf-8",timeout:5e3},(o,i)=>{if(o){e(o);return}n(i)})});return JSON.parse(t)}catch{return null}}function On(s){if(!s||typeof s!="object")return!1;let t=s,n=t.mcpServers&&typeof t.mcpServers=="object"?t.mcpServers:t;return Object.keys(n).some(e=>/popmelt/i.test(e))}async function qe(s){let n=(s.headers["content-type"]||"").match(/boundary=(?:"([^"]+)"|([^\s;]+))/);if(!n)throw new Error("Missing multipart boundary");let e=n[1]||n[2],o=await $n(s),i=Buffer.from(`--${e}`),a=Buffer.from(`--${e}--`),c,p,g,w,A,D,M,f,F,z,L,H,Y=[],k=[],x=0,I=[];for(;x<o.length;){let S=o.indexOf(i,x);if(S===-1)break;let y=S+i.length;if(o.slice(S,S+a.length).equals(a))break;let v=y;o[v]===13&&o[v+1]===10&&(v+=2);let U=o.indexOf(`\r
199
+ `;return await _t(n,e+o,"utf-8"),{installed:!0,provider:"codex",scope:"user"}}async function Ft(s=nt,t="copilot"){let n=await rs(t);if(is(n))return{installed:!1,provider:"copilot",scope:null,reason:"already_configured"};try{return await new Promise((e,o)=>{$t(t,["mcp","add","--transport","http","--json","popmelt",s],{encoding:"utf-8",timeout:1e4},i=>{if(i){o(i);return}e()})}),{installed:!0,provider:"copilot",scope:"user"}}catch(e){return{installed:!1,provider:"copilot",scope:null,reason:e instanceof Error?e.message:"install_failed"}}}async function rs(s){try{let t=await new Promise((n,e)=>{$t(s,["mcp","list","--json"],{encoding:"utf-8",timeout:5e3},(o,i)=>{if(o){e(o);return}n(i)})});return JSON.parse(t)}catch{return null}}function is(s){if(!s||typeof s!="object")return!1;let t=s,n=t.mcpServers&&typeof t.mcpServers=="object"?t.mcpServers:t;return Object.keys(n).some(e=>/popmelt/i.test(e))}async function st(s){let n=(s.headers["content-type"]||"").match(/boundary=(?:"([^"]+)"|([^\s;]+))/);if(!n)throw new Error("Missing multipart boundary");let e=n[1]||n[2],o=await as(s),i=Buffer.from(`--${e}`),a=Buffer.from(`--${e}--`),c,h,v,y,B,N,R,F,m,W,H,Y,q=[],G=[],I=0,z=[];for(;I<o.length;){let b=o.indexOf(i,I);if(b===-1)break;let _=b+i.length;if(o.slice(b,b+a.length).equals(a))break;let u=_;o[u]===13&&o[u+1]===10&&(u+=2);let j=o.indexOf(`\r
197
200
  \r
198
- `,v);if(U===-1)break;let O=o.slice(v,U).toString("utf-8"),G=U+4,R=o.indexOf(i,G),K=R!==-1?R-2:o.length;I.push({headers:O,body:o.slice(G,K)}),x=R!==-1?R:o.length}for(let S of I){let y=S.headers.match(/name="([^"]+)"/);if(!y)continue;let v=y[1];if(v==="screenshot")c=S.body;else if(v==="feedback")p=S.body.toString("utf-8");else if(v==="color")g=S.body.toString("utf-8");else if(v==="provider")w=S.body.toString("utf-8");else if(v==="model")A=S.body.toString("utf-8");else if(v==="goal")D=S.body.toString("utf-8");else if(v==="pageUrl")M=S.body.toString("utf-8");else if(v==="viewport")f=S.body.toString("utf-8");else if(v==="planId")F=S.body.toString("utf-8");else if(v==="manifest")z=S.body.toString("utf-8");else if(v==="tasks")L=S.body.toString("utf-8");else if(v==="sourceId")H=S.body.toString("utf-8");else if(v.startsWith("screenshot-")){let U=v.slice(11);try{let O=decodeURIComponent(U);k.push({pathname:O,data:S.body})}catch{}}else if(v.startsWith("image-")){let U=v.split("-"),O=parseInt(U[U.length-1],10),G=U.slice(1,-1).join("-");G&&!isNaN(O)&&Y.push({annotationId:G,index:O,data:S.body})}}if(!c)throw new Error("Missing screenshot field");return p||(p=""),{screenshot:c,feedback:p,color:g,provider:w,model:A,goal:D,pageUrl:M,viewport:f,planId:F,manifest:z,tasks:L,sourceId:H,pastedImages:Y,pageScreenshots:k}}function $n(s){return new Promise((t,n)=>{let e=[];s.on("data",o=>e.push(o)),s.on("end",()=>t(Buffer.concat(e))),s.on("error",n)})}function ve(s,t){let n=[];if(s.annotations.length>0){n.push("## Annotations");for(let e of s.annotations){let o=e.elements.map(c=>{let p=[c.selector];return c.reactComponent&&p.push(`(${c.reactComponent})`),p.join(" ")}).join(", "),i=e.instruction||"No text";n.push(`- id=${e.id} [${e.type}] ${i} \u2192 Elements: ${o||"none"}`);let a=t?.[e.id];if(a&&a.length>0)for(let c of a)n.push(` Attached image: use the Read tool to view ${c}`)}}if(s.styleModifications.length>0){n.push(""),n.push("## Style Changes (make permanent in source)"),n.push("The developer previewed these CSS changes via inline style overrides. Find the corresponding styles in the source files and update them so the changes persist:");for(let e of s.styleModifications){let o=e.element?.reactComponent?`(${e.element.reactComponent})`:"";for(let i of e.changes)n.push(`- ${e.selector} ${o}: ${i.property} ${i.original} \u2192 ${i.modified}`)}}if(s.spacingTokenChanges?.length){n.push(""),n.push("## Spacing Token Changes"),n.push("The developer adjusted these spacing tokens. Apply each change to the source code:");for(let e of s.spacingTokenChanges){n.push(`
201
+ `,u);if(j===-1)break;let E=o.slice(u,j).toString("utf-8"),w=j+4,C=o.indexOf(i,w),S=C!==-1?C-2:o.length;z.push({headers:E,body:o.slice(w,S)}),I=C!==-1?C:o.length}for(let b of z){let _=b.headers.match(/name="([^"]+)"/);if(!_)continue;let u=_[1];if(u==="screenshot")c=b.body;else if(u==="feedback")h=b.body.toString("utf-8");else if(u==="color")v=b.body.toString("utf-8");else if(u==="provider")y=b.body.toString("utf-8");else if(u==="model")B=b.body.toString("utf-8");else if(u==="goal")N=b.body.toString("utf-8");else if(u==="pageUrl")R=b.body.toString("utf-8");else if(u==="viewport")F=b.body.toString("utf-8");else if(u==="planId")m=b.body.toString("utf-8");else if(u==="manifest")W=b.body.toString("utf-8");else if(u==="tasks")H=b.body.toString("utf-8");else if(u==="sourceId")Y=b.body.toString("utf-8");else if(u.startsWith("screenshot-")){let j=u.slice(11);try{let E=decodeURIComponent(j);G.push({pathname:E,data:b.body})}catch{}}else if(u.startsWith("image-")){let j=u.split("-"),E=parseInt(j[j.length-1],10),w=j.slice(1,-1).join("-");w&&!isNaN(E)&&q.push({annotationId:w,index:E,data:b.body})}}if(!c)throw new Error("Missing screenshot field");return h||(h=""),{screenshot:c,feedback:h,color:v,provider:y,model:B,goal:N,pageUrl:R,viewport:F,planId:m,manifest:W,tasks:H,sourceId:Y,pastedImages:q,pageScreenshots:G}}function as(s){return new Promise((t,n)=>{let e=[];s.on("data",o=>e.push(o)),s.on("end",()=>t(Buffer.concat(e))),s.on("error",n)})}function Pe(s,t){let n=[];if(s.annotations.length>0){n.push("## Annotations");for(let e of s.annotations){let o=e.elements.map(c=>{let h=[c.selector];return c.reactComponent&&h.push(`(${c.reactComponent})`),h.join(" ")}).join(", "),i=e.instruction||"No text";n.push(`- id=${e.id} [${e.type}] ${i} \u2192 Elements: ${o||"none"}`);let a=t?.[e.id];if(a&&a.length>0)for(let c of a)n.push(` Attached image: use the Read tool to view ${c}`)}}if(s.styleModifications.length>0){n.push(""),n.push("## Style Changes (make permanent in source)"),n.push("The developer previewed these CSS changes via inline style overrides. Find the corresponding styles in the source files and update them so the changes persist:");for(let e of s.styleModifications){let o=e.element?.reactComponent?`(${e.element.reactComponent})`:"";for(let i of e.changes)n.push(`- ${e.selector} ${o}: ${i.property} ${i.original} \u2192 ${i.modified}`)}}if(s.spacingTokenChanges?.length){n.push(""),n.push("## Spacing Token Changes"),n.push("The developer adjusted these spacing tokens. Apply each change to the source code:");for(let e of s.spacingTokenChanges){n.push(`
199
202
  ### ${e.tokenName}: ${e.originalPx}px \u2192 ${e.newPx}px`);for(let o of e.affectedElements){let i=o.reactComponent?` (${o.reactComponent})`:"";o.matchedClass&&o.suggestedClass?n.push(`- ${o.selector}${i}: \`${o.matchedClass}\` \u2192 \`${o.suggestedClass}\``):n.push(`- ${o.selector}${i}: ${o.property} ${e.originalPx}px \u2192 ${e.newPx}px`),n.push(` class="${o.className}"`)}}}if(s.inspectedElement){let e=s.inspectedElement;n.push(""),n.push("## Inspected Element"),n.push("The developer has this element selected in the inspector:");let o=[e.selector];e.reactComponent&&o.push(`(${e.reactComponent})`),e.context&&o.push(`in ${e.context}`),e.textContent&&o.push(`"${e.textContent.slice(0,80)}"`),n.push(`- ${o.join(" ")}`)}return n.join(`
200
- `)}function vt(s,t,n){let e=[],i=new Set(t.annotations.map(a=>a.pathname).filter(Boolean)).size>1;if(e.push("You are reviewing a UI screenshot with developer annotations."),e.push(""),!i&&n?.provider!=="codex"&&(e.push(`IMPORTANT: First, use the Read tool to view the screenshot at: ${s}`),e.push("")),e.push(`The developer annotated their running app at ${t.url} (${t.viewport.width}x${t.viewport.height}).`),n?.threadHistory&&n.threadHistory.length>0){e.push(""),e.push("## Previous Conversation");let a=0;for(let c of n.threadHistory)if(c.role==="human")a++,c.replyToQuestion?(e.push(`### Round ${a} (human) \u2014 reply`),e.push(`"${c.replyToQuestion}"`)):(e.push(`### Round ${a} (human)`),c.feedbackSummary&&e.push(`Annotations: ${c.feedbackSummary}`),c.annotationIds&&c.annotationIds.length>0&&e.push(`Annotation IDs: ${c.annotationIds.join(", ")}`));else if(c.question)e.push(`### Round ${a} (assistant) \u2014 question`),e.push(`"${c.question}"`);else{if(e.push(`### Round ${a} (assistant)`),c.responseText&&e.push(`Response: ${c.responseText}`),c.resolutions&&c.resolutions.length>0)for(let p of c.resolutions){let g=p.finalScope??p.inferredScope,w=g?` [${g.breadth} ${g.target}]`:"";e.push(`- ${p.annotationId}: ${p.status}${w} \u2014 ${p.summary}`),p.filesModified&&p.filesModified.length>0&&e.push(` Files: ${p.filesModified.join(", ")}`)}c.toolsUsed&&c.toolsUsed.length>0&&e.push(`Tools used: ${c.toolsUsed.join(", ")}`)}e.push(""),e.push("The current round is shown in full below.")}if(n?.designModel){e.push(""),e.push("## Established Design Policies"),e.push("This project has an established design model (stored in .popmelt/model.json), extracted from the developer's previous design decisions. When making changes, follow these patterns unless the developer explicitly overrides them. When asked about design tokens, component patterns, or design decisions, reference this model as the authoritative source.");let a=n.designModel.rules;if(Array.isArray(a)&&a.length>0)if(e.push(""),e.push("Rules:"),a.length>0&&typeof a[0]=="object"&&a[0]!==null&&"scope"in a[0]){let w=new Map;for(let A of a)if(typeof A=="object"&&A!==null&&"text"in A){let D=A,M=D.scope||"general";w.has(M)||w.set(M,[]),w.get(M).push(D.text)}for(let[A,D]of w){e.push(`**${A.charAt(0).toUpperCase()+A.slice(1)}**`);for(let M of D)e.push(`- ${M}`)}}else for(let w of a)typeof w=="string"&&e.push(`- ${w}`);let c=n.designModel.tokens;c&&typeof c=="object"&&(e.push(""),e.push("Design tokens:"),e.push("```json"),e.push(JSON.stringify(c,null,2)),e.push("```"));let p=n.designModel.components;p&&typeof p=="object"&&(e.push(""),e.push("Component patterns:"),e.push("```json"),e.push(JSON.stringify(p,null,2)),e.push("```")),e.push(""),e.push("### Novel Pattern Detection"),e.push("When you make a design decision that has no matching policy in the model above (e.g., styling a component type not yet in the model, choosing a color with no token, picking spacing with no rule), flag it:"),e.push("<novel>"),e.push('[{"category":"component","element":"button","decision":"Used 8px border-radius, 12px 24px padding","reason":"No button pattern in design model"}]'),e.push("</novel>"),e.push('- `category`: "token" (color, spacing, typography), "component" (UI component pattern), or "element" (specific element style)'),e.push("- `element`: What you are styling or creating"),e.push("- `decision`: What you decided to do (specific values)"),e.push("- `reason`: Why this is novel (what is missing from the model)"),e.push("Still do the work \u2014 just flag it so the developer can review and set policy.")}if(n?.designModel||(e.push(""),e.push("## Design Context"),e.push("This project uses Popmelt for design governance. Design decisions are stored in .popmelt/decisions/ (JSON files). A materialized design model may exist at .popmelt/model.json. When the developer asks about design tokens, patterns, or past decisions, check these files first before searching source code.")),i){let a=n?.screenshotPaths??{},c=new Map;for(let p of t.annotations){let g=p.pathname||new URL(t.url).pathname;c.has(g)||c.set(g,[]),c.get(g).push(p)}e.push(""),e.push("The developer annotated multiple pages. Each page section includes its own screenshot where available.");for(let[p,g]of c){e.push(""),e.push(`## Page: ${p}`);let w=a[p];w&&n?.provider!=="codex"?e.push(`IMPORTANT: Use the Read tool to view the screenshot at: ${w}`):!w&&n?.provider!=="codex"&&(Object.keys(a).length===0?(e.push(`IMPORTANT: Use the Read tool to view the screenshot at: ${s}`),e.push("(This screenshot shows the page the developer was on when submitting \u2014 not this page)")):e.push("(No screenshot available for this page \u2014 work from the annotation text and selectors)"));let A={...t,annotations:g,styleModifications:t.styleModifications},D=ve(A,n?.imagePaths);D&&(e.push(""),e.push(D))}}else{let a=ve(t,n?.imagePaths);a&&(e.push(""),e.push(a))}return e.push(""),e.push("Follow the developer's instructions. If they ask for changes, apply them to the source files \u2014 the dev server has HMR so changes appear immediately. If they ask a question or request analysis, respond in text without modifying code."),e.push(""),e.push("IMPORTANT: If any elements you modify have a `data-pm` attribute, preserve it in the source. This attribute tracks annotation positions."),e.push(""),e.push("## Resolution"),e.push("After completing all work, output a resolution block listing what you did for each annotation:"),e.push("<resolution>"),e.push('[{"annotationId":"<id>","status":"resolved","summary":"<what you did>","filesModified":["<file>"],"declaredScope":{"breadth":"...","target":"..."},"inferredScope":{"breadth":"...","target":"..."}}]'),e.push("</resolution>"),e.push(`Use status "resolved" when the change is complete, or "needs_review" if you're unsure about the result.`),e.push(""),e.push("### Scope classification"),e.push("Each resolution MUST include scope fields:"),e.push("- `declaredScope`: What scope the user's instruction text implies. null if no signal."),e.push("- `inferredScope`: What scope the change actually has, based on what you modified."),e.push("Scope has two dimensions:"),e.push('- `breadth`: "instance" (just this occurrence) or "pattern" (all similar occurrences)'),e.push('- `target`: "element" (a specific DOM element), "component" (a React/UI component), or "token" (a design token \u2014 color, spacing, typography)'),e.push('Note: "instance" + "token" is invalid \u2014 tokens are inherently patterns.'),e.push("If you cannot confidently determine scope, set it to null."),e.push(""),e.push("## Questions"),e.push("If the annotation text is unclear, ambiguous, gibberish, or you are unsure what the developer wants, output a question:"),e.push('<question>What do you mean by "..."?</question>'),e.push("Do NOT guess what unclear instructions mean \u2014 ask instead."),e.push("You may output BOTH a <resolution> for clear annotations AND a <question> for unclear ones in the same response."),e.join(`
201
- `)}function St(s){return s.match(/<question>\s*([\s\S]*?)\s*<\/question>/)?.[1]??null}function xt(s,t,n,e){let o=[];o.push("You are continuing work on a UI based on the developer's reply to your question."),o.push(""),n!=="codex"&&o.push(`IMPORTANT: First, use the Read tool to view the screenshot at: ${s}`);let i=t.find(a=>a.role==="human"&&a.feedbackContext);if(i?.feedbackContext&&(o.push(""),o.push(i.feedbackContext)),t.length>0){o.push(""),o.push("## Conversation History");let a=0;for(let c of t)c.role==="human"?(a++,c.replyToQuestion?(o.push(`### Round ${a} (human) \u2014 reply`),o.push(`"${c.replyToQuestion}"`)):(o.push(`### Round ${a} (human)`),c.feedbackSummary&&o.push(`Annotations: ${c.feedbackSummary}`))):c.question?(o.push(`### Round ${a} (assistant) \u2014 question`),o.push(`"${c.question}"`)):(o.push(`### Round ${a} (assistant)`),c.responseText&&o.push(`Response: ${c.responseText}`))}if(o.push(""),o.push("The developer answered your question. Continue working based on their reply."),o.push("Follow their instructions \u2014 apply code changes only if requested. The dev server has HMR so changes appear immediately."),o.push(""),o.push("IMPORTANT: If any elements you modify have a `data-pm` attribute, preserve it in the source. This attribute tracks annotation positions."),e&&e.length>0){o.push(""),o.push("## Attached Images"),o.push("The developer attached reference images with their reply:");for(let a of e)o.push(`Attached image: use the Read tool to view the image at: ${a}`)}return o.push(""),o.push("## Resolution"),o.push("After completing all work, output a resolution block listing what you did for each annotation:"),o.push("<resolution>"),o.push('[{"annotationId":"<id>","status":"resolved","summary":"<what you did>","filesModified":["<file>"],"declaredScope":{"breadth":"...","target":"..."},"inferredScope":{"breadth":"...","target":"..."}}]'),o.push("</resolution>"),o.push(`Use status "resolved" when the change is complete, or "needs_review" if you're unsure about the result.`),o.push(""),o.push("### Scope classification"),o.push("Each resolution MUST include scope fields:"),o.push("- `declaredScope`: What scope the user's instruction text implies. null if no signal."),o.push("- `inferredScope`: What scope the change actually has, based on what you modified."),o.push("Scope has two dimensions:"),o.push('- `breadth`: "instance" (just this occurrence) or "pattern" (all similar occurrences)'),o.push('- `target`: "element" (a specific DOM element), "component" (a React/UI component), or "token" (a design token \u2014 color, spacing, typography)'),o.push('Note: "instance" + "token" is invalid \u2014 tokens are inherently patterns.'),o.push("If you cannot confidently determine scope, set it to null."),o.push('If the developer\'s reply corrects a prior scope classification (e.g., "this should apply everywhere" or "only fix this one"), set `finalScope` on your resolution to reflect their correction and apply the change at the corrected scope.'),o.push(""),o.push("## Questions"),o.push("If you still need clarification, output:"),o.push("<question>Your question here</question>"),o.push("You may output BOTH a <resolution> and a <question> in the same response."),o.join(`
202
- `)}function _n(s){if(typeof s!="object"||s===null)return!1;let t=s;return(t.breadth==="instance"||t.breadth==="pattern")&&(t.target==="element"||t.target==="component"||t.target==="token")}function An(s){if(typeof s!="object"||s===null||typeof s.annotationId!="string"||s.status!=="resolved"&&s.status!=="needs_review"||typeof s.summary!="string")return!1;let t=s;for(let n of["declaredScope","inferredScope","finalScope"])if(t[n]!==void 0&&t[n]!==null&&!_n(t[n]))return!1;return!0}function Pt(s){let t=s.match(/<resolution>\s*([\s\S]*?)\s*<\/resolution>/);if(!t||!t[1])return[];try{let n=JSON.parse(t[1]);return Array.isArray(n)?n.filter(An):[]}catch{return[]}}function bt(s){let t=s.match(/<novel>\s*([\s\S]*?)\s*<\/novel>/);if(!t?.[1])return[];try{let n=JSON.parse(t[1]);return Array.isArray(n)?n.filter(e=>{if(typeof e!="object"||e===null)return!1;let o=e;return(o.category==="token"||o.category==="component"||o.category==="element")&&typeof o.element=="string"&&typeof o.decision=="string"&&typeof o.reason=="string"}):[]}catch{return[]}}import{execFile as Dn}from"child_process";import{readFile as Nn}from"fs/promises";import{homedir as Ee}from"os";import{join as Se}from"path";var Me=[{id:"claude-opus-4-6",label:"Opus 4.6",source:"static"},{id:"claude-sonnet-4-6",label:"Sonn 4.6",source:"static"}],xe=[{id:"gpt-5.4",label:"GPT 5.4",source:"static"},{id:"gpt-5.3-codex",label:"Codex 5.3",source:"static"},{id:"gpt-5.3-codex-spark",label:"Spark 5.3",source:"static"}],Pe={id:"",label:"Default",source:"cli"},Bn=/^\s*-\s+"([^"]+)"/;function Jn(s){let t=[],n=!1;for(let e of s.split(`
203
- `)){if(/^\s*`model`:/.test(e)){n=!0;continue}if(n&&/^\s*`[^`]+`:/.test(e))break;if(!n)continue;let o=e.match(Bn);if(!o?.[1])continue;let i=o[1];t.push({id:i,label:Xe(i),source:"cli"})}return Ce([Pe,...t])}function Un(s){let t=JSON.parse(s);return(Array.isArray(t.models)?t.models:[]).filter(e=>e.visibility===void 0||e.visibility==="list").sort((e,o)=>{let i=typeof e.priority=="number"?e.priority:Number.MAX_SAFE_INTEGER,a=typeof o.priority=="number"?o.priority:Number.MAX_SAFE_INTEGER;return i-a}).flatMap(e=>{let o=typeof e.slug=="string"?e.slug:typeof e.id=="string"?e.id:"";if(!o)return[];let i=typeof e.display_name=="string"&&e.display_name.trim()?e.display_name.trim():Xe(o);return[{id:o,label:i,source:"cli"}]})}function jn(s){let t=s.match(/\bclaude-[a-z0-9]+(?:[-.][a-z0-9]+)*\b/gi)??[];return Ce(t.map(n=>({id:n,label:Xe(n),source:"cli"})))}function Xe(s){if(!s)return"Default";let t={"gpt-5.5":"GPT 5.5","gpt-5.4":"GPT 5.4","gpt-5.4-mini":"Mini 5.4","gpt-5.3-codex":"Codex 5.3","gpt-5.3-codex-spark":"Spark 5.3","gpt-5.2-codex":"Codex 5.2","gpt-5.2":"GPT 5.2","gpt-5.1":"GPT 5.1","gpt-5-mini":"Mini 5","gpt-4.1":"GPT 4.1","claude-opus-4.7":"Opus 4.7","claude-opus-4.6":"Opus 4.6","claude-opus-4.6-fast":"Opus 4.6 Fast","claude-opus-4.5":"Opus 4.5","claude-sonnet-4.6":"Sonn 4.6","claude-sonnet-4.5":"Sonn 4.5","claude-sonnet-4":"Sonn 4","claude-haiku-4.5":"Haiku 4.5"},n=s.replace(/-\d{8,}$/,"");if(t[s])return t[s];if(t[n])return t[n];let e=n.match(/^claude-(opus|sonnet|haiku)-(\d+)[-.](\d+)(?:-(fast))?$/);if(e)return`${e[1]==="sonnet"?"Sonn":Ln(e[1])} ${e[2]}.${e[3]}${e[4]?" Fast":""}`;let o=n.match(/^gpt-(\d+)(?:[.-](\d+))?(?:-(mini|codex|spark))?$/);if(o){let i=o[2]?`${o[1]}.${o[2]}`:o[1];return o[3]==="mini"?`Mini ${i}`:o[3]==="codex"?`Codex ${i}`:o[3]==="spark"?`Spark ${i}`:`GPT ${i}`}return n}async function kt(s="copilot"){let t=await Rt(s,["help","config"]),n=Jn(t);return n.length>1?n:[Pe]}async function Tt(s="codex"){let t=await Rt(s,["debug","models"]).catch(async()=>{let e=process.env.CODEX_HOME||Se(Ee(),".codex");return Et(Se(e,"models_cache.json"))}),n=Un(t);return n.length>0?Ce([...n,...xe]):xe}async function It(){let s=[Se(Ee(),".claude","stats-cache.json"),Se(Ee(),".claude","settings.json"),Se(Ee(),".claude.json")],t=await Promise.all(s.map(e=>Et(e).catch(()=>""))),n=jn(t.join(`
204
- `));return Ce([...Me,...n])}function Rt(s,t,n=5e3){return new Promise((e,o)=>{Dn(s,t,{encoding:"utf-8",timeout:n},(i,a)=>{if(i){o(i);return}e(a)})})}async function Et(s){return Nn(s,"utf-8")}function Ce(s){let t=new Set,n=[];for(let e of s)t.has(e.id)||(t.add(e.id),n.push(e));return n}function Ln(s){return s.charAt(0).toUpperCase()+s.slice(1)}var Oe=class{constructor(t=5){this.queue=[];this.activeJobs=new Map;this.activeProcesses=new Map;this.listeners=new Set;this.processor=null;this.eventBuffers=new Map;this.accumulators=new Map;this.cleanupTimers=new Map;this.maxConcurrency=t}setProcessor(t){this.processor=t}get active(){let t=this.activeJobs.values().next();return t.done?null:t.value}get allActive(){return Array.from(this.activeJobs.values())}get activeCount(){return this.activeJobs.size}get depth(){return this.queue.length}get isRunning(){return this.activeJobs.size>0}setActiveProcess(t,n){n?this.activeProcesses.set(t,n):this.activeProcesses.delete(t)}enqueue(t){return this.queue.push(t),this.processNext(),this.queue.length+this.activeJobs.size}addListener(t){return this.listeners.add(t),()=>this.listeners.delete(t)}broadcast(t,n,e){let o=this.bufferEvent(n,t);for(let i of this.listeners)i(o,n,e)}bufferEvent(t,n){let e=this.eventBuffers.get(t);e||(e={events:[],nextSeq:0},this.eventBuffers.set(t,e));let o={...n,seq:e.nextSeq++};return e.events.push(o),e.events.length>1e4&&e.events.splice(0,e.events.length-1e4),o}getBufferedEvents(t,n=-1){let e=this.eventBuffers.get(t),o=this.accumulators.get(t)??{response:"",thinking:""},i=this.activeJobs.has(t);if(!e)return null;let a=n<0?e.events:e.events.filter(c=>c.seq>n);return{jobId:t,events:a,currentSeq:e.nextSeq-1,accumulated:{...o},jobActive:i}}accumulateText(t,n,e){let o=this.accumulators.get(t);o||(o={response:"",thinking:""},this.accumulators.set(t,o)),o[n]+=e}getAccumulated(t){return this.accumulators.get(t)??null}scheduleBufferCleanup(t){let n=this.cleanupTimers.get(t);n&&clearTimeout(n);let e=setTimeout(()=>{this.eventBuffers.delete(t),this.accumulators.delete(t),this.cleanupTimers.delete(t)},6e4);this.cleanupTimers.set(t,e)}cancelJob(t){let n=this.activeProcesses.get(t),e=this.activeJobs.get(t);return!n||!e?!1:(n.kill("SIGTERM"),this.activeProcesses.delete(t),this.activeJobs.delete(t),e.status="error",e.error="Cancelled by user",this.broadcast({type:"error",jobId:e.id,threadId:e.threadId,message:"Cancelled by user",cancelled:!0,provider:e.provider,model:e.model},e.id,e.sourceId),this.processNext(),!0)}cancelActive(){if(this.activeJobs.size===0)return!1;let t=Array.from(this.activeJobs.keys());for(let n of t)this.cancelJob(n);return!0}destroy(){for(let t of this.activeProcesses.values())t.kill("SIGTERM");this.activeProcesses.clear(),this.activeJobs.clear(),this.queue=[],this.listeners.clear(),this.eventBuffers.clear(),this.accumulators.clear();for(let t of this.cleanupTimers.values())clearTimeout(t);this.cleanupTimers.clear()}async destroyAsync(t=1e4){let n=Array.from(this.activeProcesses.values());if(this.queue=[],this.listeners.clear(),n.length===0){this.activeProcesses.clear(),this.activeJobs.clear();return}for(let e of n)try{e.kill("SIGTERM")}catch{}await Promise.all(n.map(e=>new Promise(o=>{let i=!1,a=()=>{i||(i=!0,o())};e.on("exit",a),e.on("error",a),setTimeout(()=>{if(!i){try{e.kill("SIGKILL")}catch{}setTimeout(a,500)}},t)}))),this.activeProcesses.clear(),this.activeJobs.clear(),this.eventBuffers.clear(),this.accumulators.clear();for(let e of this.cleanupTimers.values())clearTimeout(e);this.cleanupTimers.clear()}processNext(){for(;this.activeJobs.size<this.maxConcurrency&&this.queue.length>0&&this.processor;){let t=this.queue.shift();this.activeJobs.set(t.id,t),t.status="running",this.broadcast({type:"job_started",jobId:t.id,position:0,threadId:t.threadId},t.id,t.sourceId),this.processor(t).catch(n=>{t.status="error",t.error=n instanceof Error?n.message:String(n),this.broadcast({type:"error",jobId:t.id,threadId:t.threadId,message:t.error,provider:t.provider,model:t.model},t.id,t.sourceId)}).finally(()=>{this.activeJobs.delete(t.id),this.activeProcesses.delete(t.id),this.scheduleBufferCleanup(t.id),this.processNext(),this.activeJobs.size===0&&this.queue.length===0&&this.broadcast({type:"queue_drained"},t.id)})}}};import{mkdir as Fn,readFile as zn,writeFile as Hn}from"fs/promises";import{dirname as Gn,join as Wn}from"path";var qn={version:1,threads:{}},$e=class{constructor(t){this.cache=null;this.writeChain=Promise.resolve();this.filePath=Wn(t,".popmelt","threads.json")}async load(){if(this.cache)return this.cache;try{let t=await zn(this.filePath,"utf-8"),n=JSON.parse(t);if(n&&n.version===1&&n.threads)return this.cache=n,this.cache}catch{}return this.cache={...qn,threads:{}},this.cache}async getThread(t){return(await this.load()).threads[t]??null}async findContinuationThread(t){if(t.length===0)return null;let n=await this.load(),e=new Set(t);for(let o of Object.values(n.threads))if(o.elementIdentifiers.some(a=>e.has(a)))return o;return null}async createThread(t,n){let e=await this.load(),o={id:t,createdAt:Date.now(),updatedAt:Date.now(),elementIdentifiers:n,messages:[]};return e.threads[t]=o,await this.persist(),o}async appendMessage(t,n){let o=(await this.load()).threads[t];o&&(o.messages.push(n),o.updatedAt=Date.now(),await this.persist())}async addElementIdentifiers(t,n){let o=(await this.load()).threads[t];if(!o)return;let i=new Set(o.elementIdentifiers);for(let a of n)i.has(a)||o.elementIdentifiers.push(a);o.updatedAt=Date.now(),await this.persist()}async listRecent(t=5){let n=await this.load(),e=Object.values(n.threads);return e.sort((o,i)=>i.updatedAt-o.updatedAt),e.slice(0,t).map(o=>{let a=o.messages.find(c=>c.role==="human")?.feedbackSummary||"[thread]";return{id:o.id,createdAt:o.createdAt,updatedAt:o.updatedAt,preview:a,messageCount:o.messages.length,elementIdentifiers:o.elementIdentifiers}})}async getThreadHistory(t,n=6){let e=await this.getThread(t);return!e||e.messages.length===0?[]:e.messages.length<=n?e.messages:[e.messages[0],...e.messages.slice(-(n-1))]}async persist(){this.writeChain=this.writeChain.then(async()=>{if(this.cache)try{await Fn(Gn(this.filePath),{recursive:!0}),await Hn(this.filePath,JSON.stringify(this.cache,null,2))}catch(t){console.error("[ThreadStore] Failed to persist:",t)}}),await this.writeChain}};var _e="0.6.6";var rs=1111,is=["Read","Edit","Write","Glob","Grep","Bash","WebFetch","WebSearch","Bash(curl:*)"],as=1800*1e3,cs=3600*1e3;function $t(s){if(!s)return!1;try{let t=new URL(s);return t.hostname==="localhost"||t.hostname==="127.0.0.1"}catch{return!1}}function ls(s){let t=[];for(let n of s)if(n.type==="delta"){let e=n.text;if(!e)continue;let o=t[t.length-1];o&&o.kind==="text"?o.text+=e:t.push({kind:"text",text:e})}else if(n.type==="tool_use"){let e=n.tool||"",o=n.file??void 0,i=n.content??void 0,a=o?o.split("/").pop()??o:void 0,c;switch(e){case"Read":c=a?`Reading ${a}`:"Reading file";break;case"Edit":c=a?`Editing ${a}`:"Editing file";break;case"Write":c=a?`Writing ${a}`:"Writing file";break;case"Bash":c=i?i.split(`
205
- `)[0].trim().slice(0,60):"Running command";break;case"Glob":c="Searching files";break;case"Grep":c="Searching code";break;case"WebFetch":c="Fetching page";break;case"WebSearch":c="Searching web";break;default:c=e?`Using ${e}`:"tool";break}let p=o??i??void 0,g=t[t.length-1];g&&g.kind==="tool_group"&&g.tool===e?g.items.push({label:c,detail:p}):t.push({kind:"tool_group",tool:e,items:[{label:c,detail:p}]})}return t}function ds(s,t){let n=s.headers.origin;$t(n)&&(t.setHeader("Access-Control-Allow-Origin",n),t.setHeader("Access-Control-Allow-Methods","GET, POST, PATCH, DELETE, OPTIONS"),t.setHeader("Access-Control-Allow-Headers","Content-Type"))}function P(s,t,n){s.writeHead(t,{"Content-Type":"application/json"}),s.end(JSON.stringify(n))}function us(s,t){if(!s)return t;let n=s.match(/^#?([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i);if(!n)return t;let[,e,o,i]=n;return`\x1B[38;2;${parseInt(e,16)};${parseInt(o,16)};${parseInt(i,16)}m${t}\x1B[0m`}function Ye(s,t){try{s.res.write(`event: ${t.type}
203
+ `)}function Bt(s,t,n){let e=[],i=new Set(t.annotations.map(a=>a.pathname).filter(Boolean)).size>1;if(e.push("You are reviewing a UI screenshot with developer annotations."),e.push(""),!i&&n?.provider!=="codex"&&(e.push(`IMPORTANT: First, use the Read tool to view the screenshot at: ${s}`),e.push("")),e.push(`The developer annotated their running app at ${t.url} (${t.viewport.width}x${t.viewport.height}).`),n?.threadHistory&&n.threadHistory.length>0){e.push(""),e.push("## Previous Conversation");let a=0;for(let c of n.threadHistory)if(c.role==="human")a++,c.replyToQuestion?(e.push(`### Round ${a} (human) \u2014 reply`),e.push(`"${c.replyToQuestion}"`)):(e.push(`### Round ${a} (human)`),c.feedbackSummary&&e.push(`Annotations: ${c.feedbackSummary}`),c.annotationIds&&c.annotationIds.length>0&&e.push(`Annotation IDs: ${c.annotationIds.join(", ")}`));else if(c.question)e.push(`### Round ${a} (assistant) \u2014 question`),e.push(`"${c.question}"`);else{if(e.push(`### Round ${a} (assistant)`),c.responseText&&e.push(`Response: ${c.responseText}`),c.resolutions&&c.resolutions.length>0)for(let h of c.resolutions){let v=h.finalScope??h.inferredScope,y=v?` [${v.breadth} ${v.target}]`:"";e.push(`- ${h.annotationId}: ${h.status}${y} \u2014 ${h.summary}`),h.filesModified&&h.filesModified.length>0&&e.push(` Files: ${h.filesModified.join(", ")}`)}c.toolsUsed&&c.toolsUsed.length>0&&e.push(`Tools used: ${c.toolsUsed.join(", ")}`)}e.push(""),e.push("The current round is shown in full below.")}if(n?.designModel){e.push(""),e.push("## Established Design Policies"),e.push("This project has an established design model (stored in .popmelt/model.json), extracted from the developer's previous design decisions. When making changes, follow these patterns unless the developer explicitly overrides them. When asked about design tokens, component patterns, or design decisions, reference this model as the authoritative source.");let a=n.designModel.rules;if(Array.isArray(a)&&a.length>0)if(e.push(""),e.push("Rules:"),a.length>0&&typeof a[0]=="object"&&a[0]!==null&&"scope"in a[0]){let y=new Map;for(let B of a)if(typeof B=="object"&&B!==null&&"text"in B){let N=B,R=N.scope||"general";y.has(R)||y.set(R,[]),y.get(R).push(N.text)}for(let[B,N]of y){e.push(`**${B.charAt(0).toUpperCase()+B.slice(1)}**`);for(let R of N)e.push(`- ${R}`)}}else for(let y of a)typeof y=="string"&&e.push(`- ${y}`);let c=n.designModel.tokens;c&&typeof c=="object"&&(e.push(""),e.push("Design tokens:"),e.push("```json"),e.push(JSON.stringify(c,null,2)),e.push("```"));let h=n.designModel.components;h&&typeof h=="object"&&(e.push(""),e.push("Component patterns:"),e.push("```json"),e.push(JSON.stringify(h,null,2)),e.push("```")),e.push(""),e.push("### Novel Pattern Detection"),e.push("When you make a design decision that has no matching policy in the model above (e.g., styling a component type not yet in the model, choosing a color with no token, picking spacing with no rule), flag it:"),e.push("<novel>"),e.push('[{"category":"component","element":"button","decision":"Used 8px border-radius, 12px 24px padding","reason":"No button pattern in design model"}]'),e.push("</novel>"),e.push('- `category`: "token" (color, spacing, typography), "component" (UI component pattern), or "element" (specific element style)'),e.push("- `element`: What you are styling or creating"),e.push("- `decision`: What you decided to do (specific values)"),e.push("- `reason`: Why this is novel (what is missing from the model)"),e.push("Still do the work \u2014 just flag it so the developer can review and set policy.")}if(n?.designModel||(e.push(""),e.push("## Design Context"),e.push("This project uses Popmelt for design governance. Design decisions are stored in .popmelt/decisions/ (JSON files). A materialized design model may exist at .popmelt/model.json. When the developer asks about design tokens, patterns, or past decisions, check these files first before searching source code.")),i){let a=n?.screenshotPaths??{},c=new Map;for(let h of t.annotations){let v=h.pathname||new URL(t.url).pathname;c.has(v)||c.set(v,[]),c.get(v).push(h)}e.push(""),e.push("The developer annotated multiple pages. Each page section includes its own screenshot where available.");for(let[h,v]of c){e.push(""),e.push(`## Page: ${h}`);let y=a[h];y&&n?.provider!=="codex"?e.push(`IMPORTANT: Use the Read tool to view the screenshot at: ${y}`):!y&&n?.provider!=="codex"&&(Object.keys(a).length===0?(e.push(`IMPORTANT: Use the Read tool to view the screenshot at: ${s}`),e.push("(This screenshot shows the page the developer was on when submitting \u2014 not this page)")):e.push("(No screenshot available for this page \u2014 work from the annotation text and selectors)"));let B={...t,annotations:v,styleModifications:t.styleModifications},N=Pe(B,n?.imagePaths);N&&(e.push(""),e.push(N))}}else{let a=Pe(t,n?.imagePaths);a&&(e.push(""),e.push(a))}return e.push(""),e.push("Follow the developer's instructions. If they ask for changes, apply them to the source files \u2014 the dev server has HMR so changes appear immediately. If they ask a question or request analysis, respond in text without modifying code."),e.push(""),e.push("IMPORTANT: If any elements you modify have a `data-pm` attribute, preserve it in the source. This attribute tracks annotation positions."),e.push(""),e.push("## Resolution"),e.push("After completing all work, output a resolution block listing what you did for each annotation:"),e.push("<resolution>"),e.push('[{"annotationId":"<id>","status":"resolved","summary":"<what you did>","filesModified":["<file>"],"declaredScope":{"breadth":"...","target":"..."},"inferredScope":{"breadth":"...","target":"..."}}]'),e.push("</resolution>"),e.push(`Use status "resolved" when the change is complete, or "needs_review" if you're unsure about the result.`),e.push(""),e.push("### Scope classification"),e.push("Each resolution MUST include scope fields:"),e.push("- `declaredScope`: What scope the user's instruction text implies. null if no signal."),e.push("- `inferredScope`: What scope the change actually has, based on what you modified."),e.push("Scope has two dimensions:"),e.push('- `breadth`: "instance" (just this occurrence) or "pattern" (all similar occurrences)'),e.push('- `target`: "element" (a specific DOM element), "component" (a React/UI component), or "token" (a design token \u2014 color, spacing, typography)'),e.push('Note: "instance" + "token" is invalid \u2014 tokens are inherently patterns.'),e.push("If you cannot confidently determine scope, set it to null."),e.push(""),e.push("## Questions"),e.push("If the annotation text is unclear, ambiguous, gibberish, or you are unsure what the developer wants, output a question:"),e.push('<question>What do you mean by "..."?</question>'),e.push("Do NOT guess what unclear instructions mean \u2014 ask instead."),e.push("You may output BOTH a <resolution> for clear annotations AND a <question> for unclear ones in the same response."),e.join(`
204
+ `)}function Jt(s){return s.match(/<question>\s*([\s\S]*?)\s*<\/question>/)?.[1]??null}function Ut(s,t,n,e){let o=[];o.push("You are continuing work on a UI based on the developer's reply to your question."),o.push(""),n!=="codex"&&o.push(`IMPORTANT: First, use the Read tool to view the screenshot at: ${s}`);let i=t.find(a=>a.role==="human"&&a.feedbackContext);if(i?.feedbackContext&&(o.push(""),o.push(i.feedbackContext)),t.length>0){o.push(""),o.push("## Conversation History");let a=0;for(let c of t)c.role==="human"?(a++,c.replyToQuestion?(o.push(`### Round ${a} (human) \u2014 reply`),o.push(`"${c.replyToQuestion}"`)):(o.push(`### Round ${a} (human)`),c.feedbackSummary&&o.push(`Annotations: ${c.feedbackSummary}`))):c.question?(o.push(`### Round ${a} (assistant) \u2014 question`),o.push(`"${c.question}"`)):(o.push(`### Round ${a} (assistant)`),c.responseText&&o.push(`Response: ${c.responseText}`))}if(o.push(""),o.push("The developer answered your question. Continue working based on their reply."),o.push("Follow their instructions \u2014 apply code changes only if requested. The dev server has HMR so changes appear immediately."),o.push(""),o.push("IMPORTANT: If any elements you modify have a `data-pm` attribute, preserve it in the source. This attribute tracks annotation positions."),e&&e.length>0){o.push(""),o.push("## Attached Images"),o.push("The developer attached reference images with their reply:");for(let a of e)o.push(`Attached image: use the Read tool to view the image at: ${a}`)}return o.push(""),o.push("## Resolution"),o.push("After completing all work, output a resolution block listing what you did for each annotation:"),o.push("<resolution>"),o.push('[{"annotationId":"<id>","status":"resolved","summary":"<what you did>","filesModified":["<file>"],"declaredScope":{"breadth":"...","target":"..."},"inferredScope":{"breadth":"...","target":"..."}}]'),o.push("</resolution>"),o.push(`Use status "resolved" when the change is complete, or "needs_review" if you're unsure about the result.`),o.push(""),o.push("### Scope classification"),o.push("Each resolution MUST include scope fields:"),o.push("- `declaredScope`: What scope the user's instruction text implies. null if no signal."),o.push("- `inferredScope`: What scope the change actually has, based on what you modified."),o.push("Scope has two dimensions:"),o.push('- `breadth`: "instance" (just this occurrence) or "pattern" (all similar occurrences)'),o.push('- `target`: "element" (a specific DOM element), "component" (a React/UI component), or "token" (a design token \u2014 color, spacing, typography)'),o.push('Note: "instance" + "token" is invalid \u2014 tokens are inherently patterns.'),o.push("If you cannot confidently determine scope, set it to null."),o.push('If the developer\'s reply corrects a prior scope classification (e.g., "this should apply everywhere" or "only fix this one"), set `finalScope` on your resolution to reflect their correction and apply the change at the corrected scope.'),o.push(""),o.push("## Questions"),o.push("If you still need clarification, output:"),o.push("<question>Your question here</question>"),o.push("You may output BOTH a <resolution> and a <question> in the same response."),o.join(`
205
+ `)}function cs(s){if(typeof s!="object"||s===null)return!1;let t=s;return(t.breadth==="instance"||t.breadth==="pattern")&&(t.target==="element"||t.target==="component"||t.target==="token")}function ls(s){if(typeof s!="object"||s===null||typeof s.annotationId!="string"||s.status!=="resolved"&&s.status!=="needs_review"||typeof s.summary!="string")return!1;let t=s;for(let n of["declaredScope","inferredScope","finalScope"])if(t[n]!==void 0&&t[n]!==null&&!cs(t[n]))return!1;return!0}function jt(s){let t=s.match(/<resolution>\s*([\s\S]*?)\s*<\/resolution>/);if(!t||!t[1])return[];try{let n=JSON.parse(t[1]);return Array.isArray(n)?n.filter(ls):[]}catch{return[]}}function Lt(s){let t=s.match(/<novel>\s*([\s\S]*?)\s*<\/novel>/);if(!t?.[1])return[];try{let n=JSON.parse(t[1]);return Array.isArray(n)?n.filter(e=>{if(typeof e!="object"||e===null)return!1;let o=e;return(o.category==="token"||o.category==="component"||o.category==="element")&&typeof o.element=="string"&&typeof o.decision=="string"&&typeof o.reason=="string"}):[]}catch{return[]}}import{execFile as ds}from"child_process";import{readdir as us,readFile as ps,stat as fs}from"fs/promises";import{homedir as ke}from"os";import{join as de}from"path";var Ne=[{id:"claude-opus-4-6",label:"Opus 4.6",source:"static"},{id:"claude-sonnet-4-6",label:"Sonn 4.6",source:"static"}],Te=[{id:"gpt-5.4",label:"GPT 5.4",source:"static"},{id:"gpt-5.3-codex",label:"Codex 5.3",source:"static"},{id:"gpt-5.3-codex-spark",label:"Spark 5.3",source:"static"}],Ee={id:"",label:"Default",source:"cli"},hs=/^\s*-\s+"([^"]+)"/;function ms(s){let t=[],n=!1;for(let e of s.split(`
206
+ `)){if(/^\s*`model`:/.test(e)){n=!0;continue}if(n&&/^\s*`[^`]+`:/.test(e))break;if(!n)continue;let o=e.match(hs);if(!o?.[1])continue;let i=o[1];t.push({id:i,label:ot(i),source:"cli"})}return Fe([Ee,...t])}function gs(s){let t=JSON.parse(s);return(Array.isArray(t.models)?t.models:[]).filter(e=>e.visibility===void 0||e.visibility==="list").sort((e,o)=>{let i=typeof e.priority=="number"?e.priority:Number.MAX_SAFE_INTEGER,a=typeof o.priority=="number"?o.priority:Number.MAX_SAFE_INTEGER;return i-a}).flatMap(e=>{let o=typeof e.slug=="string"?e.slug:typeof e.id=="string"?e.id:"";if(!o)return[];let i=typeof e.display_name=="string"&&e.display_name.trim()?e.display_name.trim():ot(o);return[{id:o,label:i,source:"cli"}]})}function ys(s){let t=s.match(/\bclaude-[a-z0-9]+(?:[-.][a-z0-9]+)*\b/gi)??[];return Fe(t.map(n=>({id:n,label:ot(n),source:"cli"})))}function ot(s){if(!s)return"Default";let t={"gpt-5.5":"GPT 5.5","gpt-5.4":"GPT 5.4","gpt-5.4-mini":"Mini 5.4","gpt-5.3-codex":"Codex 5.3","gpt-5.3-codex-spark":"Spark 5.3","gpt-5.2-codex":"Codex 5.2","gpt-5.2":"GPT 5.2","gpt-5.1":"GPT 5.1","gpt-5-mini":"Mini 5","gpt-4.1":"GPT 4.1","claude-opus-4.7":"Opus 4.7","claude-opus-4.6":"Opus 4.6","claude-opus-4.6-fast":"Opus 4.6 Fast","claude-opus-4.5":"Opus 4.5","claude-sonnet-4.6":"Sonn 4.6","claude-sonnet-4.5":"Sonn 4.5","claude-sonnet-4":"Sonn 4","claude-haiku-4.5":"Haiku 4.5","claude-fable":"Fable"},n=s.replace(/-\d{8,}$/,"");if(t[s])return t[s];if(t[n])return t[n];let e=n.match(/^claude-(opus|sonnet|haiku|fable)(?:-(\d+)[-.](\d+))?(?:-(fast))?$/);if(e){let i=e[1]==="sonnet"?"Sonn":xs(e[1]),a=e[2]&&e[3]?` ${e[2]}.${e[3]}`:"";return`${i}${a}${e[4]?" Fast":""}`}let o=n.match(/^gpt-(\d+)(?:[.-](\d+))?(?:-(mini|codex|spark))?$/);if(o){let i=o[2]?`${o[1]}.${o[2]}`:o[1];return o[3]==="mini"?`Mini ${i}`:o[3]==="codex"?`Codex ${i}`:o[3]==="spark"?`Spark ${i}`:`GPT ${i}`}return n}async function zt(s="copilot"){let t=await De(s,["help","config"]),n=ms(t);return n.length>1?n:[Ee]}async function Wt(s="codex"){let t=await De(s,["debug","models"]).catch(async()=>{let e=process.env.CODEX_HOME||de(ke(),".codex");return Gt(de(e,"models_cache.json"))}),n=gs(t);return n.length>0?Fe([...n,...Te]):Te}async function Ht(s="claude"){let t=de(ke(),".claude"),n=[de(ke(),".claude","stats-cache.json"),de(ke(),".claude","settings.json"),de(ke(),".claude.json"),de(t,"cache","changelog.md")],[e,o,i]=await Promise.all([De(s,["--help"]).catch(()=>""),De(s,["--version"]).catch(()=>""),ws(t).catch(()=>[])]),a=Ss([...n,...i]),c=await Promise.all(a.map(v=>Gt(v).catch(()=>""))),h=ys([e,o,...c].join(`
207
+ `));return Fe([...Ne,...h])}function De(s,t,n=5e3){return new Promise((e,o)=>{ds(s,t,{encoding:"utf-8",timeout:n},(i,a)=>{if(i){o(i);return}e(a)})})}async function Gt(s){return ps(s,"utf-8")}async function ws(s){let t=[de(s,"projects"),de(s,"telemetry")],n=[];for(let e of t)await qt(e,n,4);return n.sort((e,o)=>o.mtimeMs-e.mtimeMs).slice(0,80).map(e=>e.path)}async function qt(s,t,n){if(n<0)return;let e;try{e=await us(s,{withFileTypes:!0})}catch{return}await Promise.all(e.map(async o=>{let i=de(s,o.name);if(o.isDirectory()){await qt(i,t,n-1);return}if(!(!o.isFile()||!vs(o.name)))try{let a=await fs(i);if(a.size>2e6)return;t.push({path:i,mtimeMs:a.mtimeMs})}catch{}}))}function vs(s){return s.endsWith(".json")||s.endsWith(".jsonl")||s.endsWith(".md")||s.endsWith(".txt")}function Fe(s){let t=new Set,n=[];for(let e of s)t.has(e.id)||(t.add(e.id),n.push(e));return n}function Ss(s){return[...new Set(s)]}function xs(s){return s.charAt(0).toUpperCase()+s.slice(1)}var Be=class{constructor(t=5){this.queue=[];this.activeJobs=new Map;this.activeProcesses=new Map;this.listeners=new Set;this.processor=null;this.eventBuffers=new Map;this.accumulators=new Map;this.cleanupTimers=new Map;this.maxConcurrency=t}setProcessor(t){this.processor=t}get active(){let t=this.activeJobs.values().next();return t.done?null:t.value}get allActive(){return Array.from(this.activeJobs.values())}get activeCount(){return this.activeJobs.size}get depth(){return this.queue.length}get isRunning(){return this.activeJobs.size>0}setActiveProcess(t,n){n?this.activeProcesses.set(t,n):this.activeProcesses.delete(t)}enqueue(t){return this.queue.push(t),this.processNext(),this.queue.length+this.activeJobs.size}addListener(t){return this.listeners.add(t),()=>this.listeners.delete(t)}broadcast(t,n,e){let o=this.bufferEvent(n,t);for(let i of this.listeners)i(o,n,e)}bufferEvent(t,n){let e=this.eventBuffers.get(t);e||(e={events:[],nextSeq:0},this.eventBuffers.set(t,e));let o={...n,seq:e.nextSeq++};return e.events.push(o),e.events.length>1e4&&e.events.splice(0,e.events.length-1e4),o}getBufferedEvents(t,n=-1){let e=this.eventBuffers.get(t),o=this.accumulators.get(t)??{response:"",thinking:""},i=this.activeJobs.has(t);if(!e)return null;let a=n<0?e.events:e.events.filter(c=>c.seq>n);return{jobId:t,events:a,currentSeq:e.nextSeq-1,accumulated:{...o},jobActive:i}}accumulateText(t,n,e){let o=this.accumulators.get(t);o||(o={response:"",thinking:""},this.accumulators.set(t,o)),o[n]+=e}getAccumulated(t){return this.accumulators.get(t)??null}scheduleBufferCleanup(t){let n=this.cleanupTimers.get(t);n&&clearTimeout(n);let e=setTimeout(()=>{this.eventBuffers.delete(t),this.accumulators.delete(t),this.cleanupTimers.delete(t)},6e4);this.cleanupTimers.set(t,e)}cancelJob(t){let n=this.activeProcesses.get(t),e=this.activeJobs.get(t);return!n||!e?!1:(n.kill("SIGTERM"),this.activeProcesses.delete(t),this.activeJobs.delete(t),e.status="error",e.error="Cancelled by user",this.broadcast({type:"error",jobId:e.id,threadId:e.threadId,message:"Cancelled by user",cancelled:!0,provider:e.provider,model:e.model},e.id,e.sourceId),this.processNext(),!0)}cancelActive(){if(this.activeJobs.size===0)return!1;let t=Array.from(this.activeJobs.keys());for(let n of t)this.cancelJob(n);return!0}destroy(){for(let t of this.activeProcesses.values())t.kill("SIGTERM");this.activeProcesses.clear(),this.activeJobs.clear(),this.queue=[],this.listeners.clear(),this.eventBuffers.clear(),this.accumulators.clear();for(let t of this.cleanupTimers.values())clearTimeout(t);this.cleanupTimers.clear()}async destroyAsync(t=1e4){let n=Array.from(this.activeProcesses.values());if(this.queue=[],this.listeners.clear(),n.length===0){this.activeProcesses.clear(),this.activeJobs.clear();return}for(let e of n)try{e.kill("SIGTERM")}catch{}await Promise.all(n.map(e=>new Promise(o=>{let i=!1,a=()=>{i||(i=!0,o())};e.on("exit",a),e.on("error",a),setTimeout(()=>{if(!i){try{e.kill("SIGKILL")}catch{}setTimeout(a,500)}},t)}))),this.activeProcesses.clear(),this.activeJobs.clear(),this.eventBuffers.clear(),this.accumulators.clear();for(let e of this.cleanupTimers.values())clearTimeout(e);this.cleanupTimers.clear()}processNext(){for(;this.activeJobs.size<this.maxConcurrency&&this.queue.length>0&&this.processor;){let t=this.queue.shift();this.activeJobs.set(t.id,t),t.status="running",this.broadcast({type:"job_started",jobId:t.id,position:0,threadId:t.threadId},t.id,t.sourceId),this.processor(t).catch(n=>{t.status="error",t.error=n instanceof Error?n.message:String(n),this.broadcast({type:"error",jobId:t.id,threadId:t.threadId,message:t.error,provider:t.provider,model:t.model},t.id,t.sourceId)}).finally(()=>{this.activeJobs.delete(t.id),this.activeProcesses.delete(t.id),this.scheduleBufferCleanup(t.id),this.processNext(),this.activeJobs.size===0&&this.queue.length===0&&this.broadcast({type:"queue_drained"},t.id)})}}};import{mkdir as bs,readFile as Ps,writeFile as ks}from"fs/promises";import{dirname as Ts,join as Es}from"path";var Is={version:1,threads:{}},Je=class{constructor(t){this.cache=null;this.writeChain=Promise.resolve();this.filePath=Es(t,".popmelt","threads.json")}async load(){if(this.cache)return this.cache;try{let t=await Ps(this.filePath,"utf-8"),n=JSON.parse(t);if(n&&n.version===1&&n.threads)return this.cache=n,this.cache}catch{}return this.cache={...Is,threads:{}},this.cache}async getThread(t){return(await this.load()).threads[t]??null}async findContinuationThread(t){if(t.length===0)return null;let n=await this.load(),e=new Set(t);for(let o of Object.values(n.threads))if(o.elementIdentifiers.some(a=>e.has(a)))return o;return null}async createThread(t,n){let e=await this.load(),o={id:t,createdAt:Date.now(),updatedAt:Date.now(),elementIdentifiers:n,messages:[]};return e.threads[t]=o,await this.persist(),o}async appendMessage(t,n){let o=(await this.load()).threads[t];o&&(o.messages.push(n),o.updatedAt=Date.now(),await this.persist())}async addElementIdentifiers(t,n){let o=(await this.load()).threads[t];if(!o)return;let i=new Set(o.elementIdentifiers);for(let a of n)i.has(a)||o.elementIdentifiers.push(a);o.updatedAt=Date.now(),await this.persist()}async listRecent(t=5){let n=await this.load(),e=Object.values(n.threads);return e.sort((o,i)=>i.updatedAt-o.updatedAt),e.slice(0,t).map(o=>{let a=o.messages.find(c=>c.role==="human")?.feedbackSummary||"[thread]";return{id:o.id,createdAt:o.createdAt,updatedAt:o.updatedAt,preview:a,messageCount:o.messages.length,elementIdentifiers:o.elementIdentifiers}})}async getThreadHistory(t,n=6){let e=await this.getThread(t);return!e||e.messages.length===0?[]:e.messages.length<=n?e.messages:[e.messages[0],...e.messages.slice(-(n-1))]}async persist(){this.writeChain=this.writeChain.then(async()=>{if(this.cache)try{await bs(Ts(this.filePath),{recursive:!0}),await ks(this.filePath,JSON.stringify(this.cache,null,2))}catch(t){console.error("[ThreadStore] Failed to persist:",t)}}),await this.writeChain}};var Ue="0.7.0";var Js=1111,Us=["Read","Edit","Write","Glob","Grep","Bash","WebFetch","WebSearch","Bash(curl:*)"],js=1800*1e3,Ls=3600*1e3;function Kt(s){if(!s)return!1;try{let t=new URL(s);return t.hostname==="localhost"||t.hostname==="127.0.0.1"}catch{return!1}}function zs(s){let t=[];for(let n of s)if(n.type==="delta"){let e=n.text;if(!e)continue;let o=t[t.length-1];o&&o.kind==="text"?o.text+=e:t.push({kind:"text",text:e})}else if(n.type==="tool_use"){let e=n.tool||"",o=n.file??void 0,i=n.content??void 0,a=o?o.split("/").pop()??o:void 0,c;switch(e){case"Read":c=a?`Reading ${a}`:"Reading file";break;case"Edit":c=a?`Editing ${a}`:"Editing file";break;case"Write":c=a?`Writing ${a}`:"Writing file";break;case"Bash":c=i?i.split(`
208
+ `)[0].trim().slice(0,60):"Running command";break;case"Glob":c="Searching files";break;case"Grep":c="Searching code";break;case"WebFetch":c="Fetching page";break;case"WebSearch":c="Searching web";break;default:c=e?`Using ${e}`:"tool";break}let h=o??i??void 0,v=t[t.length-1];v&&v.kind==="tool_group"&&v.tool===e?v.items.push({label:c,detail:h}):t.push({kind:"tool_group",tool:e,items:[{label:c,detail:h}]})}return t}function Ws(s,t){let n=s.headers.origin;Kt(n)&&(t.setHeader("Access-Control-Allow-Origin",n),t.setHeader("Access-Control-Allow-Methods","GET, POST, PATCH, DELETE, OPTIONS"),t.setHeader("Access-Control-Allow-Headers","Content-Type"))}function P(s,t,n){s.writeHead(t,{"Content-Type":"application/json"}),s.end(JSON.stringify(n))}function Hs(s,t){if(!s)return t;let n=s.match(/^#?([0-9a-f]{2})([0-9a-f]{2})([0-9a-f]{2})$/i);if(!n)return t;let[,e,o,i]=n;return`\x1B[38;2;${parseInt(e,16)};${parseInt(o,16)};${parseInt(i,16)}m${t}\x1B[0m`}function rt(s,t){try{s.res.write(`event: ${t.type}
206
209
  data: ${JSON.stringify(t)}
207
210
 
208
- `)}catch{}}function Qe(s){return s==="claude"||s==="codex"||s==="copilot"?s:void 0}async function Ne(s){try{let t=new AbortController,n=setTimeout(()=>t.abort(),500),e=await fetch(`http://127.0.0.1:${s}/status`,{signal:t.signal});return clearTimeout(n),e.ok?await e.json():null}catch{return null}}function ps(s,t){return new Promise((n,e)=>{let o=a=>{s.removeListener("listening",i),e(a)},i=()=>{s.removeListener("error",o),n()};s.once("error",o),s.once("listening",i),s.listen(t,"127.0.0.1")})}async function _t(s={}){let t=s.port??rs,n=s.projectRoot??process.cwd(),e=Yn("sha256").update(n).digest("hex").slice(0,12),o=s.devOrigin??(process.env.PORT?`http://localhost:${process.env.PORT}`:null),i=s.tempDir??re(ts(),"popmelt-bridge"),a=s.maxTurns??40,c=s.maxBudgetUsd??1,p=[...s.allowedTools??is],g=s.claudePath??"claude",w=s.copilotPath??"copilot",A=s.provider??"claude",D=s.timeoutMs,M=t,f={},F={claude:g,codex:"codex",copilot:w};for(let[r,l]of Object.entries(F))try{let h=l.includes("/")?l:Xn("which",[l],{encoding:"utf-8"}).trim();f[r]={available:!0,path:h}}catch{f[r]={available:!1,path:null}}function z(r,l){return new Promise(h=>{let d=Mt(l,["--version"],{stdio:["ignore","ignore","ignore"]}),m=!1,u=J=>{m||(m=!0,h(J))},b=setTimeout(()=>{d.kill("SIGTERM"),u(!0)},5e3);d.on("error",()=>{clearTimeout(b),u(!1)}),d.on("close",J=>{clearTimeout(b),u(J===0)})})}await Promise.all([(async()=>{f.claude&&(f.claude.models=f.claude.available?await It().catch(()=>Me):Me)})(),(async()=>{f.codex&&(f.codex.models=f.codex.available&&f.codex.path?await Tt(f.codex.path).catch(()=>xe):xe)})(),(async()=>{f.copilot&&(f.copilot.models=f.copilot.available&&f.copilot.path?await kt(f.copilot.path).catch(()=>[Pe]):[Pe])})()]);let[L,H,Y]=await Promise.all([Fe(n),ze(n),He(n,f.copilot?.path??w)]);f.claude&&(f.claude.mcp=L),f.codex&&(f.codex.mcp=H),f.copilot&&(f.copilot.mcp=Y),L.found&&L.name&&p.push(`mcp__${L.name}__*`),await Qn(i,{recursive:!0}),Ot(i).catch(()=>{});let k=new Oe(1),x=new Set,I=new $e(n),S=new ke(n),y=new Te(n,S,{claudePath:g,onEvent:r=>{for(let l of x)Ye(l,r)}}),v=20,U=300*1e3,O=[],G=new Set,R=null,K;k.addListener((r,l,h)=>{for(let d of x)(!h||!d.sourceId||d.sourceId===h)&&Ye(d,r)}),k.setProcessor(async r=>{let l=r._replyPrompt,h=r._replyImagePaths,d=r.provider??A,m;if(r.threadId){let E=await I.getThread(r.threadId);if(E){for(let C=E.messages.length-1;C>=0;C--)if(E.messages[C].sessionId){m=E.messages[C].sessionId;break}}}let u;if(m&&l){let E=(await I.getThread(r.threadId))?.messages.filter(Q=>Q.role==="human").pop();if(u=E?.replyToQuestion||E?.feedbackSummary||"",h&&h.length>0){u+=`
211
+ `)}catch{}}function ze(s){return s==="claude"||s==="codex"||s==="copilot"?s:void 0}async function We(s){try{let t=new AbortController,n=setTimeout(()=>t.abort(),500),e=await fetch(`http://127.0.0.1:${s}/status`,{signal:t.signal});return clearTimeout(n),e.ok?await e.json():null}catch{return null}}function Gs(s,t){return new Promise((n,e)=>{let o=a=>{s.removeListener("listening",i),e(a)},i=()=>{s.removeListener("error",o),n()};s.once("error",o),s.once("listening",i),s.listen(t,"127.0.0.1")})}async function Vt(s={}){let t=s.port??Js,n=s.projectRoot??process.cwd(),e=Rs("sha256").update(n).digest("hex").slice(0,12),o=s.devOrigin??(process.env.PORT?`http://localhost:${process.env.PORT}`:null),i=s.tempDir??ue(Ds(),"popmelt-bridge"),a=s.maxTurns??40,c=s.maxBudgetUsd??1,h=[...s.allowedTools??Us],v=s.claudePath??"claude",y=s.copilotPath??"copilot",B=s.provider??"claude",N=s.timeoutMs,R=s.restartMode??"embedded",F=t,m={},W={claude:v,codex:"codex",copilot:y};for(let[r,l]of Object.entries(W))try{let f=l.includes("/")?l:Ms("which",[l],{encoding:"utf-8"}).trim();m[r]={available:!0,path:f}}catch{m[r]={available:!1,path:null}}function H(r,l){return new Promise(f=>{let d=Xt(l,["--version"],{stdio:["ignore","ignore","ignore"]}),g=!1,p=J=>{g||(g=!0,f(J))},k=setTimeout(()=>{d.kill("SIGTERM"),p(!0)},5e3);d.on("error",()=>{clearTimeout(k),p(!1)}),d.on("close",J=>{clearTimeout(k),p(J===0)})})}await Promise.all([(async()=>{m.claude&&(m.claude.models=m.claude.available&&m.claude.path?await Ht(m.claude.path).catch(()=>Ne):Ne)})(),(async()=>{m.codex&&(m.codex.models=m.codex.available&&m.codex.path?await Wt(m.codex.path).catch(()=>Te):Te)})(),(async()=>{m.copilot&&(m.copilot.models=m.copilot.available&&m.copilot.path?await zt(m.copilot.path).catch(()=>[Ee]):[Ee])})()]);let[Y,q,G]=await Promise.all([Ve(n),Ze(n),et(n,m.copilot?.path??y)]);m.claude&&(m.claude.mcp=Y),m.codex&&(m.codex.mcp=q),m.copilot&&(m.copilot.mcp=G),Y.found&&Y.name&&h.push(`mcp__${Y.name}__*`),await Cs(i,{recursive:!0}),Qt(i).catch(()=>{});let I=new Be(1),z=new Set,b=new Je(n),_=new $e(n),u=new Oe(n,_,{claudePath:v,provider:B,timeoutMs:N,onEvent:r=>{for(let l of z)rt(l,r)}}),j=20,E=300*1e3,w=[],C=new Set,S=null,X;I.addListener((r,l,f)=>{for(let d of z)(!f||!d.sourceId||d.sourceId===f)&&rt(d,r)}),I.setProcessor(async r=>{let l=r._replyPrompt,f=r._replyImagePaths,d=r.provider??B,g;if(r.threadId){let M=await b.getThread(r.threadId);if(M){for(let $=M.messages.length-1;$>=0;$--)if(M.messages[$].sessionId){g=M.messages[$].sessionId;break}}}let p;if(g&&l){let M=(await b.getThread(r.threadId))?.messages.filter(ee=>ee.role==="human").pop();if(p=M?.replyToQuestion||M?.feedbackSummary||"",f&&f.length>0){p+=`
209
212
 
210
- The developer attached reference images with their reply:`;for(let Q of h)u+=`
211
- Attached image: use the Read tool to view the image at: ${Q}`}u+=`
213
+ The developer attached reference images with their reply:`;for(let ee of f)p+=`
214
+ Attached image: use the Read tool to view the image at: ${ee}`}p+=`
212
215
 
213
- After completing work, output a <resolution> block with declaredScope and inferredScope. If the developer corrected scope, set finalScope. If unclear, output a <question> block.`}else if(m)u=ve(r.feedback,r.imagePaths)+`
216
+ After completing work, output a <resolution> block with declaredScope and inferredScope. If the developer corrected scope, set finalScope. If unclear, output a <question> block.`}else if(g)p=Pe(r.feedback,r.imagePaths)+`
214
217
 
215
218
  Follow the developer's instructions. If they ask for changes, apply them to the source files.
216
219
 
217
220
  After completing work, output a <resolution> block with declaredScope and inferredScope. If unclear, output a <question> block.`+(d!=="codex"?`
218
221
 
219
- IMPORTANT: First, use the Read tool to view the updated screenshot at: ${r.screenshotPath}`:"");else{let E=!l&&r.threadId?await I.getThreadHistory(r.threadId):void 0,C=l?null:await y.loadModel();u=l??vt(r.screenshotPath,r.feedback,{threadHistory:E&&E.length>0?E:void 0,provider:d,imagePaths:r.imagePaths,designModel:C??void 0,screenshotPaths:r.screenshotPaths})}let b=us(r.color,`[\u22B9 ${M}:${r.id}]`),J=r.screenshotPaths&&Object.keys(r.screenshotPaths).length>0?`${Object.keys(r.screenshotPaths).length} pages [${Object.keys(r.screenshotPaths).join(", ")}]`:r.screenshotPath;console.log(`${b} Reviewing ${J} (provider: ${d})${r.threadId?` (thread: ${r.threadId})`:""}${m?` (resuming: ${m.slice(0,8)})`:""}`);let j=(E,C)=>{E.type==="delta"&&"text"in E?k.accumulateText(C,"response",E.text):E.type==="thinking"&&"text"in E&&k.accumulateText(C,"thinking",E.text),k.broadcast(E,C,r.sourceId)},{process:Z,result:W}=d==="codex"?tt(r.id,{prompt:u,projectRoot:n,screenshotPath:r.screenshotPath,resumeSessionId:m,model:r.model,onEvent:j}):d==="copilot"?st(r.id,{prompt:u,projectRoot:n,resumeSessionId:m,model:r.model,timeoutMs:D,copilotPath:f.copilot?.path??w,onEvent:j}):fe(r.id,{prompt:u,projectRoot:n,maxTurns:a,maxBudgetUsd:c,allowedTools:p,claudePath:g,resumeSessionId:m,model:r.model,timeoutMs:D,onEvent:j});k.setActiveProcess(r.id,Z);let T=await W;if(r.result=T.text,T.success){console.log(`${b} Iteration complete`),T.fileEdits&&T.fileEdits.length>0&&console.log(`${b} Captured ${T.fileEdits.length} file edit(s): ${T.fileEdits.map(B=>`${B.tool} ${B.file_path}`).join(", ")}`),r.status="done";let E=St(T.text),C=Pt(T.text);if(C.length>0&&r.annotationIds&&r.annotationIds.length>0){let B=new Set(r.annotationIds);C.every(N=>B.has(N.annotationId))||(C=C.map((N,V)=>({...N,annotationId:r.annotationIds[V%r.annotationIds.length]})))}let Q=T.fileEdits&&T.fileEdits.length>0?T.fileEdits.map(B=>`${B.tool} ${B.file_path.split("/").pop()}`):T.toolsUsed,te=k.getBufferedEvents(r.id),ae=te?ls(te.events):void 0;if(r.threadId&&await I.appendMessage(r.threadId,{role:"assistant",timestamp:Date.now(),jobId:r.id,responseText:T.text,resolutions:C.length>0?C:void 0,question:E??void 0,sessionId:T.sessionId,toolsUsed:Q,segments:ae&&ae.length>0?ae:void 0,model:r.model,provider:d}),S.captureGitDiff(n).then(async B=>{let _=Date.now(),N=r.imagePaths?Object.values(r.imagePaths).flat():[],V=[];if(r.imagePaths)for(let[de,$]of Object.entries(r.imagePaths))for(let ee=0;ee<$.length;ee++)V.push(`screenshots/p-${r.id}-${de}-${ee}.webp`);await S.persist({version:1,id:r.id,createdAt:r.createdAt,completedAt:_,durationMs:_-r.createdAt,url:r.feedback.url,viewport:r.feedback.viewport,screenshotPath:`screenshots/s-${r.id}.webp`,pastedImagePaths:V,annotations:r.feedback.annotations,styleModifications:r.feedback.styleModifications,inspectedElement:r.feedback.inspectedElement,provider:d,model:r.model,sessionId:T.sessionId,threadId:r.threadId,responseText:T.text,resolutions:C.length>0?C:[],question:E??void 0,fileEdits:T.fileEdits??[],toolsUsed:Q,gitDiff:B},r.screenshotPath,N)}).catch(()=>{}),C.length>0){let B=C.some(_=>(_.finalScope??_.inferredScope)?.breadth==="pattern");B&&d!=="copilot"?y.run().catch(()=>{}):B&&console.log(`${b} Skipping materialization for Copilot provider`)}if(r.kind==="synthesize"&&T.text){let B=Ie(T.text);if(B){Array.isArray(B.rules)&&(B.rules=ye(B.rules));let _=await y.loadModel();_&&(!B.tokens&&_.tokens&&(B.tokens=_.tokens),!B.components&&_.components&&(B.components=_.components)),await y.writeModel(B),console.log(`${b} Synthesize: model.json updated`)}}E&&(console.log(`${b} \u{1F4AC} Question detected: "${E.slice(0,120)}" \u2192 broadcasting to ${x.size} SSE clients (threadId=${r.threadId??r.id}, annotationIds=${r.annotationIds?.join(",")??"none"})`),k.broadcast({type:"question",jobId:r.id,threadId:r.threadId??r.id,question:E,annotationIds:r.annotationIds},r.id,r.sourceId));let se=bt(T.text);se.length>0&&(console.log(`${b} Novel pattern(s): ${se.map(B=>`${B.category}/${B.element}`).join(", ")}`),k.broadcast({type:"novel_patterns",jobId:r.id,patterns:se,threadId:r.threadId},r.id,r.sourceId)),k.broadcast({type:"done",jobId:r.id,success:!0,resolutions:C.length>0?C:void 0,responseText:T.text,threadId:r.threadId},r.id,r.sourceId),O.push({id:r.id,status:"done",completedAt:Date.now(),threadId:r.threadId,annotationIds:r.annotationIds})}else console.error(`${b} Error: ${T.error}`),r.status="error",r.error=T.error,r.threadId&&await I.appendMessage(r.threadId,{role:"assistant",timestamp:Date.now(),jobId:r.id,error:T.error||"Unknown error",model:r.model,provider:d}),k.broadcast({type:"error",jobId:r.id,threadId:r.threadId,message:T.error||"Unknown error",provider:d,model:r.model,recoverable:T.recoverableError,code:T.errorCode},r.id,r.sourceId),O.push({id:r.id,status:"error",completedAt:Date.now(),error:T.error,threadId:r.threadId,annotationIds:r.annotationIds});let q=Date.now()-U;for(;O.length>0&&(O[0].completedAt<q||O.length>v);)O.shift()});let ie=es(async(r,l)=>{if(ds(r,l),r.method==="OPTIONS"){l.writeHead(204),l.end();return}let h=r.url||"/",d=h.split("?")[0],m=new URL(h,`http://127.0.0.1:${M}`),u=m.pathname;try{if(r.method==="POST"&&u==="/send")await At(r,l);else if(r.method==="GET"&&u==="/events")Nt(r,l);else if(r.method==="GET"&&u==="/status")Bt(l);else if(r.method==="PATCH"&&u==="/config")await Jt(r,l);else if(r.method==="POST"&&u==="/shutdown")P(l,200,{ok:!0}),setTimeout(()=>process.exit(0),100);else if(r.method==="POST"&&u==="/restart")P(l,200,{ok:!0,restarting:!0}),setTimeout(()=>{for(let b of x)try{b.res.end()}catch{}ie.close(()=>{Mt(process.execPath,process.argv.slice(1),{detached:!0,stdio:"ignore",cwd:process.cwd(),env:process.env}).unref(),setTimeout(()=>process.exit(0),200)})},100);else if(r.method==="GET"&&u==="/capabilities")P(l,200,{providers:f});else if(r.method==="POST"&&u==="/mcp/install")await Ft(r,l);else if(r.method==="POST"&&u==="/reply")await Dt(r,l);else if(r.method==="POST"&&u==="/cancel")Ut(r,l);else if(r.method==="POST"&&u==="/materialize")await jt(l);else if(r.method==="POST"&&u==="/model/component")await zt(r,l);else if(r.method==="DELETE"&&u==="/model/component")await Ht(r,l);else if(r.method==="PATCH"&&u==="/model/token")await Gt(r,l);else if(r.method==="DELETE"&&u==="/model/token")await Wt(r,l);else if(r.method==="POST"&&u==="/model/consolidate")y.consolidate().catch(b=>console.error("[Bridge] Consolidation error:",b)),P(l,200,{started:!0});else if(r.method==="POST"&&u==="/model/synthesize")await Lt(r,l);else if(r.method==="GET"&&u==="/model"){let b=await y.loadModel();P(l,200,{model:b})}else if(r.method==="GET"&&u.startsWith("/jobs/")&&u.endsWith("/events")){let b=u.slice(6,u.length-7),J=parseInt(m.searchParams.get("afterSeq")??"-1",10),j=k.getBufferedEvents(b,isNaN(J)?-1:J);j?P(l,200,j):P(l,404,{error:"Unknown job"})}else if(r.method==="GET"&&d.startsWith("/files/"))await Qt(d.slice(7),l);else if(r.method==="GET"&&u==="/threads/recent"){let b=Math.min(Math.max(parseInt(m.searchParams.get("limit")??"5",10)||5,1),20),J=await I.listRecent(b);P(l,200,J)}else if(r.method==="GET"&&u.startsWith("/thread/")){let b=u.slice(8);await Vt(b,l)}else r.method==="GET"&&(u==="/canvas"||u==="/canvas/")?qt(r,l):r.method==="GET"&&u==="/canvas/manifest"?await Xt(l):r.method==="GET"&&u==="/canvas/app.mjs"?await Yt(l):P(l,404,{error:"Not found"})}catch(b){console.error("[Bridge] Request error:",b),P(l,500,{error:b instanceof Error?b.message:"Internal error"})}});async function At(r,l){let{screenshot:h,feedback:d,color:m,provider:u,model:b,sourceId:J,pastedImages:j,pageScreenshots:Z}=await qe(r),W;try{W=JSON.parse(d)}catch{P(l,400,{error:"Invalid feedback JSON"});return}let T=Ae().slice(0,8),q={};if(Z.length>0)for(let $ of Z){let ee=encodeURIComponent($.pathname),ce=re(i,`screenshot-${T}-${ee}.webp`);await De(ce,$.data),q[$.pathname]=ce}let E=re(i,`screenshot-${T}.webp`);await De(E,h);let C={};if(j.length>0)for(let $ of j){let ee=re(i,`pasted-${T}-${$.annotationId}-${$.index}.webp`);await De(ee,$.data),C[$.annotationId]||(C[$.annotationId]=[]),C[$.annotationId].push(ee)}let Q=W.annotations.map($=>$.linkedSelector?$.pathname?`${$.pathname}:${$.linkedSelector}`:$.linkedSelector:null).filter($=>!!$),te;if(Q.length>0){let $=await I.findContinuationThread(Q);$?(te=$.id,await I.addElementIdentifiers(te,Q)):te=(await I.createThread(T,Q)).id}else te=(await I.createThread(T,[])).id;let ae=W.annotations.map($=>$.id),se=Object.keys(q).length>0,B={id:T,status:"queued",screenshotPath:E,feedback:W,createdAt:Date.now(),color:m,threadId:te,annotationIds:ae,provider:Qe(u),model:b||void 0,...Object.keys(C).length>0?{imagePaths:C}:{},sourceId:J||void 0,...se?{screenshotPaths:q}:{}},_=new Set(W.annotations.map($=>$.pathname).filter(Boolean)),N;if(_.size>1){let $=new Map;for(let ee of W.annotations){let ce=ee.pathname||"(unknown)";$.has(ce)||$.set(ce,[]),$.get(ce).push(ee.instruction||`[${ee.type}]`)}N=[...$.entries()].map(([ee,ce])=>`\`${ee}\`
220
- ${ce.map(Zt=>`- ${Zt}`).join(`
222
+ IMPORTANT: First, use the Read tool to view the updated screenshot at: ${r.screenshotPath}`:"");else{let M=!l&&r.threadId?await b.getThreadHistory(r.threadId):void 0,$=l?null:await u.loadModel();p=l??Bt(r.screenshotPath,r.feedback,{threadHistory:M&&M.length>0?M:void 0,provider:d,imagePaths:r.imagePaths,designModel:$??void 0,screenshotPaths:r.screenshotPaths})}let k=Hs(r.color,`[\u22B9 ${F}:${r.id}]`),J=r.screenshotPaths&&Object.keys(r.screenshotPaths).length>0?`${Object.keys(r.screenshotPaths).length} pages [${Object.keys(r.screenshotPaths).join(", ")}]`:r.screenshotPath;console.log(`${k} Reviewing ${J} (provider: ${d})${r.threadId?` (thread: ${r.threadId})`:""}${g?` (resuming: ${g.slice(0,8)})`:""}`);let L=(M,$)=>{M.type==="delta"&&"text"in M?I.accumulateText($,"response",M.text):M.type==="thinking"&&"text"in M&&I.accumulateText($,"thinking",M.text),I.broadcast(M,$,r.sourceId)},{process:ne,result:K}=d==="codex"?Ce(r.id,{prompt:p,projectRoot:n,screenshotPath:r.screenshotPath,resumeSessionId:g,model:r.model,onEvent:L}):d==="copilot"?bt(r.id,{prompt:p,projectRoot:n,resumeSessionId:g,model:r.model,timeoutMs:N,copilotPath:m.copilot?.path??y,onEvent:L}):Me(r.id,{prompt:p,projectRoot:n,maxTurns:a,maxBudgetUsd:c,allowedTools:h,claudePath:v,resumeSessionId:g,model:r.model,timeoutMs:N,onEvent:L});I.setActiveProcess(r.id,ne);let x=await K;if(r.result=x.text,x.success){console.log(`${k} Iteration complete`),x.fileEdits&&x.fileEdits.length>0&&console.log(`${k} Captured ${x.fileEdits.length} file edit(s): ${x.fileEdits.map(D=>`${D.tool} ${D.file_path}`).join(", ")}`),x.editEvents&&x.editEvents.length>0&&console.log(`${k} Captured ${x.editEvents.length} edit event(s): ${x.editEvents.map(D=>`${D.operation} ${D.filePath}`).join(", ")}`),r.status="done";let M=Jt(x.text),$=jt(x.text);if($.length>0&&r.annotationIds&&r.annotationIds.length>0){let D=new Set(r.annotationIds);$.every(U=>D.has(U.annotationId))||($=$.map((U,te)=>({...U,annotationId:r.annotationIds[te%r.annotationIds.length]})))}let ee=x.fileEdits&&x.fileEdits.length>0?x.fileEdits.map(D=>`${D.tool} ${D.file_path.split("/").pop()}`):x.toolsUsed,re=I.getBufferedEvents(r.id),pe=re?zs(re.events):void 0;if(r.threadId&&await b.appendMessage(r.threadId,{role:"assistant",timestamp:Date.now(),jobId:r.id,responseText:x.text,resolutions:$.length>0?$:void 0,question:M??void 0,sessionId:x.sessionId,toolsUsed:ee,editEvents:x.editEvents&&x.editEvents.length>0?x.editEvents:void 0,segments:pe&&pe.length>0?pe:void 0,model:r.model,provider:d}),_.captureGitDiff(n).then(async D=>{let A=Date.now(),U=r.imagePaths?Object.values(r.imagePaths).flat():[],te=[];if(r.imagePaths)for(let[me,O]of Object.entries(r.imagePaths))for(let se=0;se<O.length;se++)te.push(`screenshots/p-${r.id}-${me}-${se}.webp`);await _.persist({version:1,id:r.id,createdAt:r.createdAt,completedAt:A,durationMs:A-r.createdAt,url:r.feedback.url,viewport:r.feedback.viewport,screenshotPath:`screenshots/s-${r.id}.webp`,pastedImagePaths:te,annotations:r.feedback.annotations,styleModifications:r.feedback.styleModifications,inspectedElement:r.feedback.inspectedElement,provider:d,model:r.model,sessionId:x.sessionId,threadId:r.threadId,responseText:x.text,resolutions:$.length>0?$:[],question:M??void 0,fileEdits:x.fileEdits??[],editEvents:x.editEvents??[],toolsUsed:ee,gitDiff:D},r.screenshotPath,U)}).catch(()=>{}),$.length>0){let D=$.some(A=>(A.finalScope??A.inferredScope)?.breadth==="pattern");D&&d!=="copilot"?u.run({provider:d,model:r.model}).catch(()=>{}):D&&console.log(`${k} Skipping materialization for Copilot provider`)}if(r.kind==="synthesize"&&x.text){let D=_e(x.text);if(D){Array.isArray(D.rules)&&(D.rules=xe(D.rules));let A=await u.loadModel();A&&(!D.tokens&&A.tokens&&(D.tokens=A.tokens),!D.components&&A.components&&(D.components=A.components)),await u.writeModel(D),console.log(`${k} Synthesize: model.json updated`)}}M&&(console.log(`${k} \u{1F4AC} Question detected: "${M.slice(0,120)}" \u2192 broadcasting to ${z.size} SSE clients (threadId=${r.threadId??r.id}, annotationIds=${r.annotationIds?.join(",")??"none"})`),I.broadcast({type:"question",jobId:r.id,threadId:r.threadId??r.id,question:M,annotationIds:r.annotationIds},r.id,r.sourceId));let ce=Lt(x.text);ce.length>0&&(console.log(`${k} Novel pattern(s): ${ce.map(D=>`${D.category}/${D.element}`).join(", ")}`),I.broadcast({type:"novel_patterns",jobId:r.id,patterns:ce,threadId:r.threadId},r.id,r.sourceId)),I.broadcast({type:"done",jobId:r.id,success:!0,resolutions:$.length>0?$:void 0,responseText:x.text,threadId:r.threadId},r.id,r.sourceId),w.push({id:r.id,status:"done",completedAt:Date.now(),threadId:r.threadId,annotationIds:r.annotationIds})}else console.error(`${k} Error: ${x.error}`),r.status="error",r.error=x.error,r.threadId&&await b.appendMessage(r.threadId,{role:"assistant",timestamp:Date.now(),jobId:r.id,error:x.error||"Unknown error",model:r.model,provider:d}),I.broadcast({type:"error",jobId:r.id,threadId:r.threadId,message:x.error||"Unknown error",provider:d,model:r.model,recoverable:x.recoverableError,code:x.errorCode},r.id,r.sourceId),w.push({id:r.id,status:"error",completedAt:Date.now(),error:x.error,threadId:r.threadId,annotationIds:r.annotationIds});let V=Date.now()-E;for(;w.length>0&&(w[0].completedAt<V||w.length>j);)w.shift()});let T=As(async(r,l)=>{if(Ws(r,l),r.method==="OPTIONS"){l.writeHead(204),l.end();return}let f=r.url||"/",d=f.split("?")[0],g=new URL(f,`http://127.0.0.1:${F}`),p=g.pathname;try{if(r.method==="POST"&&p==="/send")await Z(r,l);else if(r.method==="GET"&&p==="/events")oe(r,l);else if(r.method==="GET"&&p==="/status")Zt(l);else if(r.method==="PATCH"&&p==="/config")await en(r,l);else if(r.method==="POST"&&p==="/shutdown"){if(R!=="detached"){P(l,409,{ok:!1,error:"This Popmelt bridge is embedded in the host dev server. Restart the dev server to reload bridge code.",restartMode:R});return}P(l,200,{ok:!0}),setTimeout(()=>process.exit(0),100)}else if(r.method==="POST"&&p==="/restart"){if(R!=="detached"){P(l,409,{ok:!1,error:"This Popmelt bridge is embedded in the host dev server. Restart the dev server to reload bridge code.",restartMode:R});return}P(l,200,{ok:!0,restarting:!0}),setTimeout(()=>{for(let k of z)try{k.res.end()}catch{}T.close(()=>{Xt(process.execPath,process.argv.slice(1),{detached:!0,stdio:"ignore",cwd:process.cwd(),env:process.env}).unref(),setTimeout(()=>process.exit(0),200)})},100)}else if(r.method==="GET"&&p==="/capabilities")P(l,200,{providers:m});else if(r.method==="POST"&&p==="/mcp/install")await on(r,l);else if(r.method==="POST"&&p==="/reply")await ae(r,l);else if(r.method==="POST"&&p==="/cancel")tn(r,l);else if(r.method==="POST"&&p==="/materialize")await nn(r,l);else if(r.method==="POST"&&p==="/model/component")await rn(r,l);else if(r.method==="DELETE"&&p==="/model/component")await an(r,l);else if(r.method==="PATCH"&&p==="/model/token")await cn(r,l);else if(r.method==="DELETE"&&p==="/model/token")await ln(r,l);else if(r.method==="POST"&&p==="/model/consolidate"){let{provider:k,model:J}=await it(r);if(k==="copilot"){P(l,400,{error:"Model consolidation is not available for Copilot yet."});return}u.consolidate({provider:k,model:J}).catch(L=>console.error("[Bridge] Consolidation error:",L)),P(l,200,{started:!0})}else if(r.method==="POST"&&p==="/model/synthesize")await sn(r,l);else if(r.method==="GET"&&p==="/model"){let k=await u.loadModel();P(l,200,{model:k})}else if(r.method==="GET"&&p.startsWith("/jobs/")&&p.endsWith("/events")){let k=p.slice(6,p.length-7),J=parseInt(g.searchParams.get("afterSeq")??"-1",10),L=I.getBufferedEvents(k,isNaN(J)?-1:J);L?P(l,200,L):P(l,404,{error:"Unknown job"})}else if(r.method==="GET"&&d.startsWith("/files/"))await fn(d.slice(7),l);else if(r.method==="GET"&&p==="/threads/recent"){let k=Math.min(Math.max(parseInt(g.searchParams.get("limit")??"5",10)||5,1),20),J=await b.listRecent(k);P(l,200,J)}else if(r.method==="GET"&&p.startsWith("/thread/")){let k=p.slice(8);await hn(k,l)}else r.method==="GET"&&(p==="/canvas"||p==="/canvas/")?dn(r,l):r.method==="GET"&&p==="/canvas/manifest"?await un(l):r.method==="GET"&&p==="/canvas/app.mjs"?await pn(l):P(l,404,{error:"Not found"})}catch(k){console.error("[Bridge] Request error:",k),P(l,500,{error:k instanceof Error?k.message:"Internal error"})}});async function Z(r,l){let{screenshot:f,feedback:d,color:g,provider:p,model:k,sourceId:J,pastedImages:L,pageScreenshots:ne}=await st(r),K;try{K=JSON.parse(d)}catch{P(l,400,{error:"Invalid feedback JSON"});return}let x=je().slice(0,8),V={};if(ne.length>0)for(let O of ne){let se=encodeURIComponent(O.pathname),fe=ue(i,`screenshot-${x}-${se}.webp`);await Le(fe,O.data),V[O.pathname]=fe}let M=ue(i,`screenshot-${x}.webp`);await Le(M,f);let $={};if(L.length>0)for(let O of L){let se=ue(i,`pasted-${x}-${O.annotationId}-${O.index}.webp`);await Le(se,O.data),$[O.annotationId]||($[O.annotationId]=[]),$[O.annotationId].push(se)}let ee=K.annotations.map(O=>O.linkedSelector?O.pathname?`${O.pathname}:${O.linkedSelector}`:O.linkedSelector:null).filter(O=>!!O),re;if(ee.length>0){let O=await b.findContinuationThread(ee);O?(re=O.id,await b.addElementIdentifiers(re,ee)):re=(await b.createThread(x,ee)).id}else re=(await b.createThread(x,[])).id;let pe=K.annotations.map(O=>O.id),ce=Object.keys(V).length>0,D={id:x,status:"queued",screenshotPath:M,feedback:K,createdAt:Date.now(),color:g,threadId:re,annotationIds:pe,provider:ze(p),model:k||void 0,...Object.keys($).length>0?{imagePaths:$}:{},sourceId:J||void 0,...ce?{screenshotPaths:V}:{}},A=new Set(K.annotations.map(O=>O.pathname).filter(Boolean)),U;if(A.size>1){let O=new Map;for(let se of K.annotations){let fe=se.pathname||"(unknown)";O.has(fe)||O.set(fe,[]),O.get(fe).push(se.instruction||`[${se.type}]`)}U=[...O.entries()].map(([se,fe])=>`\`${se}\`
223
+ ${fe.map(gn=>`- ${gn}`).join(`
221
224
  `)}`).join(`
222
- `)}else N=W.annotations.map($=>$.instruction||`[${$.type}]`).join("; ");let V=ve(W,Object.keys(C).length>0?C:void 0);await I.appendMessage(te,{role:"human",timestamp:Date.now(),jobId:T,screenshotPath:E,...se?{screenshotPaths:q}:{},...Object.keys(C).length>0?{imagePaths:C}:{},annotationIds:ae,feedbackSummary:N,feedbackContext:V||void 0});let de=k.enqueue(B);P(l,200,{jobId:T,position:de,threadId:te})}async function Dt(r,l){let h=r.headers["content-type"]||"",d,m,u,b,J,j,Z=[];if(h.includes("multipart/form-data")){let _=await qe(r),N=_.feedback?JSON.parse(_.feedback):{};d=N.threadId,m=N.reply,u=N.color,b=N.provider,J=N.model,j=N.sourceId||_.sourceId;for(let V of _.pastedImages)Z.push(V.data)}else{let _=[];for await(let de of r)_.push(typeof de=="string"?Buffer.from(de):de);let N=Buffer.concat(_).toString("utf-8"),V;try{V=JSON.parse(N)}catch{P(l,400,{error:"Invalid JSON"});return}d=V.threadId,m=V.reply,u=V.color,b=V.provider,J=V.model,j=V.sourceId}if(!d||!m){P(l,400,{error:"Missing threadId or reply"});return}if(!await I.getThread(d)){P(l,404,{error:"Thread not found"});return}let T=Ae().slice(0,8),q=[];for(let _=0;_<Z.length;_++){let N=re(i,`reply-${T}-${_}.webp`);await De(N,Z[_]),q.push(N)}let E="";{let _=await I.getThreadHistory(d);for(let N=_.length-1;N>=0;N--)if(_[N].screenshotPath){E=_[N].screenshotPath;break}}if(!E&&!G.has(d)){P(l,400,{error:"No screenshot available"});return}await I.appendMessage(d,{role:"human",timestamp:Date.now(),jobId:T,replyToQuestion:m,screenshotPath:E,...q.length>0?{replyImagePaths:q}:{}});let C=await I.getThreadHistory(d),Q=[];for(let _ of C)if(_.annotationIds)for(let N of _.annotationIds)Q.includes(N)||Q.push(N);let te=Qe(b),ae=xt(E,C,te,q.length>0?q:void 0),se={id:T,status:"queued",screenshotPath:E,feedback:{timestamp:new Date().toISOString(),url:"",viewport:{width:0,height:0},scrollPosition:{x:0,y:0},annotations:[],styleModifications:[]},createdAt:Date.now(),color:u,threadId:d,annotationIds:Q.length>0?Q:void 0,provider:te,model:J||void 0,sourceId:j||void 0};G.has(d)&&(se.kind="synthesize"),se._replyPrompt=ae,q.length>0&&(se._replyImagePaths=q);let B=k.enqueue(se);P(l,200,{jobId:T,position:B,threadId:d})}function Nt(r,l){l.writeHead(200,{"Content-Type":"text/event-stream","Cache-Control":"no-cache",Connection:"keep-alive"}),l.write(`event: connected
225
+ `)}else U=K.annotations.map(O=>O.instruction||`[${O.type}]`).join("; ");let te=Pe(K,Object.keys($).length>0?$:void 0);await b.appendMessage(re,{role:"human",timestamp:Date.now(),jobId:x,screenshotPath:M,...ce?{screenshotPaths:V}:{},...Object.keys($).length>0?{imagePaths:$}:{},annotationIds:pe,feedbackSummary:U,feedbackContext:te||void 0});let me=I.enqueue(D);P(l,200,{jobId:x,position:me,threadId:re})}async function ae(r,l){let f=r.headers["content-type"]||"",d,g,p,k,J,L,ne=[];if(f.includes("multipart/form-data")){let A=await st(r),U=A.feedback?JSON.parse(A.feedback):{};d=U.threadId,g=U.reply,p=U.color,k=U.provider,J=U.model,L=U.sourceId||A.sourceId;for(let te of A.pastedImages)ne.push(te.data)}else{let A=[];for await(let me of r)A.push(typeof me=="string"?Buffer.from(me):me);let U=Buffer.concat(A).toString("utf-8"),te;try{te=JSON.parse(U)}catch{P(l,400,{error:"Invalid JSON"});return}d=te.threadId,g=te.reply,p=te.color,k=te.provider,J=te.model,L=te.sourceId}if(!d||!g){P(l,400,{error:"Missing threadId or reply"});return}if(!await b.getThread(d)){P(l,404,{error:"Thread not found"});return}let x=je().slice(0,8),V=[];for(let A=0;A<ne.length;A++){let U=ue(i,`reply-${x}-${A}.webp`);await Le(U,ne[A]),V.push(U)}let M="";{let A=await b.getThreadHistory(d);for(let U=A.length-1;U>=0;U--)if(A[U].screenshotPath){M=A[U].screenshotPath;break}}if(!M&&!C.has(d)){P(l,400,{error:"No screenshot available"});return}await b.appendMessage(d,{role:"human",timestamp:Date.now(),jobId:x,replyToQuestion:g,screenshotPath:M,...V.length>0?{replyImagePaths:V}:{}});let $=await b.getThreadHistory(d),ee=[];for(let A of $)if(A.annotationIds)for(let U of A.annotationIds)ee.includes(U)||ee.push(U);let re=ze(k),pe=Ut(M,$,re,V.length>0?V:void 0),ce={id:x,status:"queued",screenshotPath:M,feedback:{timestamp:new Date().toISOString(),url:"",viewport:{width:0,height:0},scrollPosition:{x:0,y:0},annotations:[],styleModifications:[]},createdAt:Date.now(),color:p,threadId:d,annotationIds:ee.length>0?ee:void 0,provider:re,model:J||void 0,sourceId:L||void 0};C.has(d)&&(ce.kind="synthesize"),ce._replyPrompt=pe,V.length>0&&(ce._replyImagePaths=V);let D=I.enqueue(ce);P(l,200,{jobId:x,position:D,threadId:d})}function oe(r,l){l.writeHead(200,{"Content-Type":"text/event-stream","Cache-Control":"no-cache",Connection:"keep-alive"}),l.write(`event: connected
223
226
  data: {"status":"connected"}
224
227
 
225
- `),r.headers.origin&&$t(r.headers.origin)&&o!==r.headers.origin&&(o=r.headers.origin);let d=new URL(r.url||"/",`http://127.0.0.1:${M}`).searchParams.get("sourceId")||void 0,m={id:Ae().slice(0,8),res:l,sourceId:d};x.add(m),r.on("close",()=>{x.delete(m)})}function Bt(r){let l=k.allActive;P(r,200,{ok:!0,version:_e,projectId:e,devOrigin:o,activeJob:l[0]?{id:l[0].id,status:l[0].status}:null,activeJobs:l.map(h=>({id:h.id,status:h.status,threadId:h.threadId,annotationIds:h.annotationIds,color:h.color})),queueDepth:k.depth,recentJobs:O})}async function Jt(r,l){let h=await new Promise(d=>{let m="";r.on("data",u=>{m+=u.toString()}),r.on("end",()=>d(m))});try{let d=JSON.parse(h);typeof d.devOrigin=="string"&&(o=d.devOrigin||null),P(l,200,{ok:!0,devOrigin:o})}catch{P(l,400,{error:"Invalid JSON"})}}async function Ut(r,l){let d=new URL(r.url||"/",`http://127.0.0.1:${M}`).searchParams.get("jobId"),u=(d?k.allActive.filter(J=>J.id===d):k.allActive).map(J=>J.threadId).filter(Boolean),b=d?k.cancelJob(d):k.cancelActive();for(let J of u)await I.appendMessage(J,{role:"assistant",timestamp:Date.now(),jobId:d||"",cancelled:!0});P(l,200,{cancelled:b})}async function jt(r){if(y.isRunning){P(r,200,{skipped:!0,reason:"Already running"});return}let l=await y.getUnmaterializedPatternDecisions();if(l.length===0){P(r,200,{skipped:!0,reason:"No unmaterialized pattern decisions"});return}y.run().catch(()=>{}),P(r,200,{started:!0,decisionCount:l.length,decisionIds:l.map(h=>h.id)})}async function Lt(r,l){let h=await y.loadModel();if(!h){P(l,400,{error:"No model exists yet"});return}let d,m;try{let T=[];for await(let E of r)T.push(typeof E=="string"?Buffer.from(E):E);let q=JSON.parse(Buffer.concat(T).toString());d=q.provider,m=q.model}catch{}if(d==="copilot"){P(l,400,{error:"Rule synthesis is not available for Copilot yet."});return}let u=at(h),b=Ae().slice(0,8),j=(await I.createThread(b,[])).id;G.add(j),await I.appendMessage(j,{role:"human",timestamp:Date.now(),jobId:b,feedbackSummary:"Synthesize rules \u2014 review and propose improvements"});let Z={id:b,status:"queued",screenshotPath:"",feedback:{timestamp:new Date().toISOString(),url:"",viewport:{width:0,height:0},scrollPosition:{x:0,y:0},annotations:[],styleModifications:[]},createdAt:Date.now(),threadId:j,kind:"synthesize",provider:Qe(d),model:m||void 0};Z._replyPrompt=u;let W=k.enqueue(Z);P(l,200,{jobId:b,position:W,threadId:j})}async function Ft(r,l){let h=[];for await(let j of r)h.push(typeof j=="string"?Buffer.from(j):j);let d;if(h.length>0)try{d=JSON.parse(Buffer.concat(h).toString("utf-8")).serverUrl}catch{}let m=[];f.claude?.available&&f.claude.mcp&&!f.claude.mcp.found&&m.push(await gt(d)),f.codex?.available&&f.codex.mcp&&!f.codex.mcp.found&&m.push(await yt(d)),f.copilot?.available&&f.copilot.mcp&&!f.copilot.mcp.found&&m.push(await wt(d,f.copilot.path??w));let[u,b,J]=await Promise.all([Fe(n),ze(n),He(n,f.copilot?.path??w)]);f.claude&&(f.claude.mcp=u),f.codex&&(f.codex.mcp=b),f.copilot&&(f.copilot.mcp=J),P(l,200,{results:m,capabilities:{providers:f}})}async function zt(r,l){let h=[];for await(let u of r)h.push(typeof u=="string"?Buffer.from(u):u);let d;try{d=JSON.parse(Buffer.concat(h).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.name||typeof d.name!="string"){P(l,400,{error:"Missing or invalid name"});return}let m=await y.addComponent(d.name);P(l,200,m)}async function Ht(r,l){let h=[];for await(let u of r)h.push(typeof u=="string"?Buffer.from(u):u);let d;try{d=JSON.parse(Buffer.concat(h).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.name||typeof d.name!="string"){P(l,400,{error:"Missing or invalid name"});return}let m=await y.removeComponent(d.name);P(l,200,m)}async function Gt(r,l){let h=[];for await(let u of r)h.push(typeof u=="string"?Buffer.from(u):u);let d;try{d=JSON.parse(Buffer.concat(h).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.path||typeof d.path!="string"||typeof d.value!="string"){P(l,400,{error:"Missing or invalid path/value"});return}let m=await y.updateToken(d.path,d.value);P(l,200,m)}async function Wt(r,l){let h=[];for await(let u of r)h.push(typeof u=="string"?Buffer.from(u):u);let d;try{d=JSON.parse(Buffer.concat(h).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.path||typeof d.path!="string"){P(l,400,{error:"Missing or invalid path"});return}let m=await y.removeToken(d.path);P(l,200,m)}function qt(r,l){let h=o??"http://localhost:3000";if(!o){let m=r.headers.referer||r.headers.origin;if(m)try{let u=new URL(typeof m=="string"?m:m[0]||"");(u.hostname==="localhost"||u.hostname==="127.0.0.1")&&(h=u.origin)}catch{}}let d=Ze(M,h);l.writeHead(200,{"Content-Type":"text/html; charset=utf-8"}),l.end(d)}async function Xt(r){let l=Date.now();if(R&&l<R.expires){P(r,200,R.data);return}try{let{scanForComponents:h}=await import("./react-scanner-P3VD53VT.mjs"),{generateRenderFiles:d}=await import("./render-generator-HWFLZYC3.mjs"),m=await h(n);R={data:m,expires:l+5e3},d(m,n,K).then(u=>{K=u}).catch(u=>console.warn("[Bridge] Render generation failed:",u)),P(r,200,m)}catch(h){console.error("[Bridge] Scanner error:",h),P(r,500,{error:"Failed to scan components"})}}async function Yt(r){let l=[re(n,"node_modules","@popmelt.com","core","dist","canvas.mjs"),re(n,"packages","popmelt","dist","canvas.mjs")];try{let h=os(import.meta.url);l.unshift(re(ss(h),"canvas.mjs"))}catch{}for(let h of l)try{let d=await Ct(h,"utf-8");r.writeHead(200,{"Content-Type":"application/javascript; charset=utf-8","Access-Control-Allow-Origin":"*"}),r.end(d);return}catch{}console.error("[Bridge] Canvas bundle not found in:",l),P(r,404,{error:"Canvas bundle not found"})}async function Qt(r,l){if(!r||r.includes("/")||r.includes("\\")||r.includes("..")){P(l,400,{error:"Invalid filename"});return}try{let h=await Ct(re(i,r)),d=r.split(".").pop()?.toLowerCase(),m=d==="png"?"image/png":d==="webp"?"image/webp":d==="jpg"||d==="jpeg"?"image/jpeg":"application/octet-stream";l.writeHead(200,{"Content-Type":m,"Cache-Control":"public, max-age=3600"}),l.end(h)}catch{P(l,404,{error:"File not found"})}}function be(r){return`/files/${ns(r)}`}async function Vt(r,l){let h=await I.getThread(r);if(!h){P(l,404,{error:"Thread not found"});return}let d=h.messages.map(({screenshotPath:m,screenshotPaths:u,imagePaths:b,replyImagePaths:J,...j})=>({...j,...m?{screenshotUrl:be(m)}:{},...u?{screenshotUrls:Object.fromEntries(Object.entries(u).map(([Z,W])=>[Z,be(W)]))}:{},...b?{imageUrls:Object.fromEntries(Object.entries(b).map(([Z,W])=>[Z,W.map(be)]))}:{},...J?{replyImageUrls:J.map(be)}:{}}));P(l,200,{id:h.id,createdAt:h.createdAt,messages:d})}let Ve=9,Ke=!1;for(let r=t;r<t+Ve;r++)try{await ps(ie,r),M=r,Ke=!0,console.log(`[\u22B9 is watching :${M}]`);break}catch(l){if(l.code==="EADDRINUSE"){let h=await Ne(r);if(h&&h.projectId===e)return console.log(`[\u22B9 already watching :${r}]`),{port:r,projectId:e,close:async()=>{}};continue}throw l}if(!Ke)throw new Error(`[Bridge] All ports ${t}\u2013${t+Ve-1} in use`);for(let[r,l]of Object.entries(f))!l.available||!l.path||z(r,l.path).then(h=>{if(h)console.log(`[Bridge] ${r} warmed up`);else{console.warn(`[Bridge] ${r} warm-up failed \u2014 marking unavailable`),l.available=!1,l.path=null;for(let d of x)Ye(d,{type:"capabilities_changed",data:{}})}});let Kt=setInterval(()=>{Ot(i).catch(()=>{})},as);return{port:M,projectId:e,close:async()=>{clearInterval(Kt),await k.destroyAsync();for(let r of x)try{r.res.end()}catch{}return x.clear(),new Promise(r=>{ie.close(()=>r())})}}}async function Ot(s){try{let t=await Vn(s),n=Date.now();for(let e of t){let o=re(s,e);try{let i=await Kn(o);n-i.mtimeMs>cs&&await Zn(o)}catch{}}}catch{}}var ws=1111;async function Do(s){if(process.env.NODE_ENV==="production"&&!s?.force)throw new Error("[Bridge] Refusing to start in production. Pass { force: true } to override.");if(s?.detached)return vs(s);let t=await _t(s);return process.env.POPMELT_BRIDGE_PORT=String(t.port),t}async function vs(s){let t=s.port??ws,n=s.projectRoot??process.cwd(),e=fs("sha256").update(n).digest("hex").slice(0,12);for(let a=t;a<t+10;a++){let c=await Ne(a);if(c&&c.projectId===e){if(c.version&&c.version!==_e){try{await fetch(`http://127.0.0.1:${a}/shutdown`,{method:"POST"})}catch{}await new Promise(g=>setTimeout(g,500));break}let p=s.devOrigin;if(p&&c.devOrigin!==p)try{await fetch(`http://127.0.0.1:${a}/config`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({devOrigin:p})})}catch{}return process.env.POPMELT_BRIDGE_PORT=String(a),{port:a,projectId:e,close:async()=>{}}}}let o=gs(ms(ys(import.meta.url)),"bridge-entry.mjs");hs(process.execPath,[o],{detached:!0,stdio:"ignore",env:{...process.env,POPMELT_PORT:String(t),POPMELT_PROJECT_ROOT:n,POPMELT_DEV_ORIGIN:s.devOrigin??"",POPMELT_COPILOT_PATH:s.copilotPath??""}}).unref();let i=Date.now()+3e3;for(;Date.now()<i;){await new Promise(a=>setTimeout(a,100));for(let a=t;a<t+10;a++){let c=await Ne(a);if(c&&c.projectId===e)return process.env.POPMELT_BRIDGE_PORT=String(a),{port:a,projectId:e,close:async()=>{}}}}throw new Error(`[Bridge] Detached bridge failed to start within 3s (port ${t})`)}export{Do as startPopmelt};
228
+ `),r.headers.origin&&Kt(r.headers.origin)&&o!==r.headers.origin&&(o=r.headers.origin);let d=new URL(r.url||"/",`http://127.0.0.1:${F}`).searchParams.get("sourceId")||void 0,g={id:je().slice(0,8),res:l,sourceId:d};z.add(g),r.on("close",()=>{z.delete(g)})}function Zt(r){let l=I.allActive;P(r,200,{ok:!0,version:Ue,restartMode:R,projectId:e,devOrigin:o,activeJob:l[0]?{id:l[0].id,status:l[0].status}:null,activeJobs:l.map(f=>({id:f.id,status:f.status,threadId:f.threadId,annotationIds:f.annotationIds,color:f.color})),queueDepth:I.depth,recentJobs:w})}async function en(r,l){let f=await new Promise(d=>{let g="";r.on("data",p=>{g+=p.toString()}),r.on("end",()=>d(g))});try{let d=JSON.parse(f);typeof d.devOrigin=="string"&&(o=d.devOrigin||null),P(l,200,{ok:!0,devOrigin:o})}catch{P(l,400,{error:"Invalid JSON"})}}async function tn(r,l){let d=new URL(r.url||"/",`http://127.0.0.1:${F}`).searchParams.get("jobId"),p=(d?I.allActive.filter(J=>J.id===d):I.allActive).map(J=>J.threadId).filter(Boolean),k=d?I.cancelJob(d):I.cancelActive();for(let J of p)await b.appendMessage(J,{role:"assistant",timestamp:Date.now(),jobId:d||"",cancelled:!0});P(l,200,{cancelled:k})}async function nn(r,l){if(u.isRunning){P(l,200,{skipped:!0,reason:"Already running"});return}let{provider:f,model:d}=await it(r);if(f==="copilot"){P(l,400,{error:"Materialization is not available for Copilot yet."});return}let g=await u.getUnmaterializedPatternDecisions();if(g.length===0){P(l,200,{skipped:!0,reason:"No unmaterialized pattern decisions"});return}u.run({provider:f,model:d}).catch(()=>{}),P(l,200,{started:!0,decisionCount:g.length,decisionIds:g.map(p=>p.id)})}async function it(r){try{let l=[];for await(let d of r)l.push(typeof d=="string"?Buffer.from(d):d);if(l.length===0)return{};let f=JSON.parse(Buffer.concat(l).toString());return{provider:ze(typeof f.provider=="string"?f.provider:void 0),model:typeof f.model=="string"&&f.model?f.model:void 0}}catch{return{}}}async function sn(r,l){let f=await u.loadModel();if(!f){P(l,400,{error:"No model exists yet"});return}let d,g;try{let x=[];for await(let M of r)x.push(typeof M=="string"?Buffer.from(M):M);let V=JSON.parse(Buffer.concat(x).toString());d=V.provider,g=V.model}catch{}if(d==="copilot"){P(l,400,{error:"Rule synthesis is not available for Copilot yet."});return}let p=Et(f),k=je().slice(0,8),L=(await b.createThread(k,[])).id;C.add(L),await b.appendMessage(L,{role:"human",timestamp:Date.now(),jobId:k,feedbackSummary:"Synthesize rules \u2014 review and propose improvements"});let ne={id:k,status:"queued",screenshotPath:"",feedback:{timestamp:new Date().toISOString(),url:"",viewport:{width:0,height:0},scrollPosition:{x:0,y:0},annotations:[],styleModifications:[]},createdAt:Date.now(),threadId:L,kind:"synthesize",provider:ze(d),model:g||void 0};ne._replyPrompt=p;let K=I.enqueue(ne);P(l,200,{jobId:k,position:K,threadId:L})}async function on(r,l){let f=[];for await(let L of r)f.push(typeof L=="string"?Buffer.from(L):L);let d;if(f.length>0)try{d=JSON.parse(Buffer.concat(f).toString("utf-8")).serverUrl}catch{}let g=[];m.claude?.available&&m.claude.mcp&&!m.claude.mcp.found&&g.push(await Dt(d)),m.codex?.available&&m.codex.mcp&&!m.codex.mcp.found&&g.push(await Nt(d)),m.copilot?.available&&m.copilot.mcp&&!m.copilot.mcp.found&&g.push(await Ft(d,m.copilot.path??y));let[p,k,J]=await Promise.all([Ve(n),Ze(n),et(n,m.copilot?.path??y)]);m.claude&&(m.claude.mcp=p),m.codex&&(m.codex.mcp=k),m.copilot&&(m.copilot.mcp=J),P(l,200,{results:g,capabilities:{providers:m}})}async function rn(r,l){let f=[];for await(let p of r)f.push(typeof p=="string"?Buffer.from(p):p);let d;try{d=JSON.parse(Buffer.concat(f).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.name||typeof d.name!="string"){P(l,400,{error:"Missing or invalid name"});return}let g=await u.addComponent(d.name);P(l,200,g)}async function an(r,l){let f=[];for await(let p of r)f.push(typeof p=="string"?Buffer.from(p):p);let d;try{d=JSON.parse(Buffer.concat(f).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.name||typeof d.name!="string"){P(l,400,{error:"Missing or invalid name"});return}let g=await u.removeComponent(d.name);P(l,200,g)}async function cn(r,l){let f=[];for await(let p of r)f.push(typeof p=="string"?Buffer.from(p):p);let d;try{d=JSON.parse(Buffer.concat(f).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.path||typeof d.path!="string"||typeof d.value!="string"){P(l,400,{error:"Missing or invalid path/value"});return}let g=await u.updateToken(d.path,d.value);P(l,200,g)}async function ln(r,l){let f=[];for await(let p of r)f.push(typeof p=="string"?Buffer.from(p):p);let d;try{d=JSON.parse(Buffer.concat(f).toString("utf-8"))}catch{P(l,400,{error:"Invalid JSON"});return}if(!d.path||typeof d.path!="string"){P(l,400,{error:"Missing or invalid path"});return}let g=await u.removeToken(d.path);P(l,200,g)}function dn(r,l){let f=o??"http://localhost:3000";if(!o){let g=r.headers.referer||r.headers.origin;if(g)try{let p=new URL(typeof g=="string"?g:g[0]||"");(p.hostname==="localhost"||p.hostname==="127.0.0.1")&&(f=p.origin)}catch{}}let d=lt(F,f);l.writeHead(200,{"Content-Type":"text/html; charset=utf-8"}),l.end(d)}async function un(r){let l=Date.now();if(S&&l<S.expires){P(r,200,S.data);return}try{let{scanForComponents:f}=await import("./react-scanner-P3VD53VT.mjs"),{generateRenderFiles:d}=await import("./render-generator-HWFLZYC3.mjs"),g=await f(n);S={data:g,expires:l+5e3},d(g,n,X).then(p=>{X=p}).catch(p=>console.warn("[Bridge] Render generation failed:",p)),P(r,200,g)}catch(f){console.error("[Bridge] Scanner error:",f),P(r,500,{error:"Failed to scan components"})}}async function pn(r){let l=[ue(n,"node_modules","@popmelt.com","core","dist","canvas.mjs"),ue(n,"packages","popmelt","dist","canvas.mjs")];try{let f=Bs(import.meta.url);l.unshift(ue(Fs(f),"canvas.mjs"))}catch{}for(let f of l)try{let d=await Yt(f,"utf-8");r.writeHead(200,{"Content-Type":"application/javascript; charset=utf-8","Access-Control-Allow-Origin":"*"}),r.end(d);return}catch{}console.error("[Bridge] Canvas bundle not found in:",l),P(r,404,{error:"Canvas bundle not found"})}async function fn(r,l){if(!r||r.includes("/")||r.includes("\\")||r.includes("..")){P(l,400,{error:"Invalid filename"});return}try{let f=await Yt(ue(i,r)),d=r.split(".").pop()?.toLowerCase(),g=d==="png"?"image/png":d==="webp"?"image/webp":d==="jpg"||d==="jpeg"?"image/jpeg":"application/octet-stream";l.writeHead(200,{"Content-Type":g,"Cache-Control":"public, max-age=3600"}),l.end(f)}catch{P(l,404,{error:"File not found"})}}function Ie(r){return`/files/${Ns(r)}`}async function hn(r,l){let f=await b.getThread(r);if(!f){P(l,404,{error:"Thread not found"});return}let d=f.messages.map(({screenshotPath:g,screenshotPaths:p,imagePaths:k,replyImagePaths:J,...L})=>({...L,...g?{screenshotUrl:Ie(g)}:{},...p?{screenshotUrls:Object.fromEntries(Object.entries(p).map(([ne,K])=>[ne,Ie(K)]))}:{},...k?{imageUrls:Object.fromEntries(Object.entries(k).map(([ne,K])=>[ne,K.map(Ie)]))}:{},...J?{replyImageUrls:J.map(Ie)}:{}}));P(l,200,{id:f.id,createdAt:f.createdAt,messages:d})}let at=9,ct=!1;for(let r=t;r<t+at;r++)try{await Gs(T,r),F=r,ct=!0,console.log(`[\u22B9 is watching :${F}]`);break}catch(l){if(l.code==="EADDRINUSE"){let f=await We(r);if(f&&f.projectId===e)return console.log(`[\u22B9 already watching :${r}]`),{port:r,projectId:e,close:async()=>{}};continue}throw l}if(!ct)throw new Error(`[Bridge] All ports ${t}\u2013${t+at-1} in use`);for(let[r,l]of Object.entries(m))!l.available||!l.path||H(r,l.path).then(f=>{if(f)console.log(`[Bridge] ${r} warmed up`);else{console.warn(`[Bridge] ${r} warm-up failed \u2014 marking unavailable`),l.available=!1,l.path=null;for(let d of z)rt(d,{type:"capabilities_changed",data:{}})}});let mn=setInterval(()=>{Qt(i).catch(()=>{})},js);return{port:F,projectId:e,close:async()=>{clearInterval(mn),await I.destroyAsync();for(let r of z)try{r.res.end()}catch{}return z.clear(),new Promise(r=>{T.close(()=>r())})}}}async function Qt(s){try{let t=await $s(s),n=Date.now();for(let e of t){let o=ue(s,e);try{let i=await Os(o);n-i.mtimeMs>Ls&&await _s(o)}catch{}}}catch{}}var Vs=1111;async function wr(s){if(process.env.NODE_ENV==="production"&&!s?.force)throw new Error("[Bridge] Refusing to start in production. Pass { force: true } to override.");if(s?.detached)return Zs(s);let t=await Vt(s);return process.env.POPMELT_BRIDGE_PORT=String(t.port),t}async function Zs(s){let t=s.port??Vs,n=s.projectRoot??process.cwd(),e=Xs("sha256").update(n).digest("hex").slice(0,12);for(let a=t;a<t+10;a++){let c=await We(a);if(c&&c.projectId===e){if(c.version&&c.version!==Ue){try{await fetch(`http://127.0.0.1:${a}/shutdown`,{method:"POST"})}catch{}await new Promise(v=>setTimeout(v,500));break}let h=s.devOrigin;if(h&&c.devOrigin!==h)try{await fetch(`http://127.0.0.1:${a}/config`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({devOrigin:h})})}catch{}return process.env.POPMELT_BRIDGE_PORT=String(a),{port:a,projectId:e,close:async()=>{}}}}let o=Qs(Ys(Ks(import.meta.url)),"bridge-entry.mjs");qs(process.execPath,[o],{detached:!0,stdio:"ignore",env:{...process.env,POPMELT_PORT:String(t),POPMELT_PROJECT_ROOT:n,POPMELT_DEV_ORIGIN:s.devOrigin??"",POPMELT_COPILOT_PATH:s.copilotPath??""}}).unref();let i=Date.now()+3e3;for(;Date.now()<i;){await new Promise(a=>setTimeout(a,100));for(let a=t;a<t+10;a++){let c=await We(a);if(c&&c.projectId===e)return process.env.POPMELT_BRIDGE_PORT=String(a),{port:a,projectId:e,close:async()=>{}}}}throw new Error(`[Bridge] Detached bridge failed to start within 3s (port ${t})`)}export{wr as startPopmelt};