@stackone/cli 1.43.1 → 1.44.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.
@@ -138,22 +138,22 @@ Error: `+(t instanceof Error?t.message:String(t)))),process.exit(1)}f?.stop(),e.
138
138
  `))}async executeOrchestratedBuild(t){let{provider:n,category:r,verbose:a}=t,o=r?` (${r})`:``;e.w.log(i.default.bold(`\nOrchestrated build: ${n}${o}\n`));let s=null,c=new Map;try{for await(let e of Ce(t))switch(e.type){case`phase_start`:{let t=Xe[e.phase]||`${e.phase}...`,n=e.model?i.default.dim(` (${N(e.model)})`):``;s?.stop(),s=(0,v.default)(i.default.cyan(`[${e.phase}]${n} ${t}`)).start(),c.set(e.phase,Date.now());break}case`phase_complete`:{let t=c.get(e.phase),n=t===void 0?0:Math.round((Date.now()-t)/1e3);s?.succeed(i.default.green(`[${e.phase}] Done (${n}s)`)),s=null;break}case`phase_error`:s?.fail(i.default.red(`[${e.phase}] ${e.error}`)),s=null;break;case`agent_message`:Qe(e,s,a);break}}catch(t){s?.fail(),e.w.error(i.default.red(`
139
139
  Error: `+(t instanceof Error?t.message:String(t)))),process.exit(1)}s?.stop(),e.w.log(i.default.green(`
140
140
  ✓ Build complete
141
- `))}};const Qe=(t,n,r)=>{let a=t.message;switch(a.type){case`text`:r&&process.stdout.write(a.content??``);break;case`tool_call`:{let e=a.toolName??`unknown tool`;n&&(n.text=i.default.cyan(`[${t.phase}] Tool: ${e}`));break}case`tool_error`:e.w.error(i.default.red(`\n[${t.phase}] Tool error (${a.toolName}): ${a.error??`Unknown error`}`));break;case`error`:e.w.error(i.default.red(`\n[${t.phase}] ${a.error??`Unknown error`}`));break;default:break}};function $e(t,n){switch(t.type){case`text`:n(null),process.stdout.write(t.content??``);break;case`tool_call`:{let e=t.toolName??`unknown tool`;n((0,v.default)(i.default.cyan(`Tool: ${e}`)).start());break}case`tool_result`:n(null);break;case`tool_progress`:{let e=t.progress?.operation||t.toolName||`Working...`;n((0,v.default)(i.default.cyan(`Tool: ${e}`)).start());break}case`tool_error`:n(null),e.w.error(i.default.red(`\nTool error (${t.toolName}): ${t.error??`Unknown error`}`));break;case`error`:n(null),e.w.error(i.default.red(`\n${t.error??`Unknown error`}`));break;case`done`:n(null);break;default:process.env.VERBOSE&&console.warn(`[AgentRun] Unknown message type:`,t.type);break}}const et=e=>{let t=e.trim();return t===`~`?(0,c.homedir)():t.startsWith(`~/`)?(0,l.join)((0,c.homedir)(),t.slice(2)):t},tt=(e,t,n)=>e?`global`:t?`local`:n?null:`global`,nt=(e,t)=>e?.trim()||(t?null:process.cwd()),rt=e=>e.existingConfig?`overwrite`:it(e),it=e=>e.mode===`local`&&e.alreadyAuthed?`work`:`auth`,at=(e,t)=>{switch(e){case`mode`:return t.mode===`local`?t.hasGit?`repo-confirm`:`path-input`:rt(t);case`repo-confirm`:return t.repoAccepted?rt(t):`path-input`;case`path-input`:return rt(t);case`overwrite`:return it(t);case`auth`:return`work`;default:return`done`}},ot=(e,t)=>(0,f.execFileSync)(`git`,[`-C`,e,...t],{encoding:`utf-8`,stdio:[`ignore`,`pipe`,`ignore`]}).trim(),st=e=>{try{let t=ot(e,[`rev-parse`,`--show-toplevel`]);if(!t)return null;let n;try{n=ot(e,[`remote`,`get-url`,`origin`])||void 0}catch{}return{root:t,remoteUrl:n}}catch{return null}},ct=`connector-guide.md`,lt=`<!-- BEGIN stackone-connector-guide -->`,ut=`<!-- END stackone-connector-guide -->`,dt=`.stackone-connector-env.json`,ft=/^[a-z0-9][a-z0-9_-]*$/,pt=e=>e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`),mt=e=>`<!-- Generated by \`stackone agent sync\` from @stackone/agent-harness@${e}. Edit upstream, not here. -->`,ht=e=>{if(e.includes(`..`)||!ft.test(e))throw Error(`Refusing unsafe path segment: ${JSON.stringify(e)}`)},gt=e=>{let t=e.split(`/`);if(t.length===0)throw Error(`Refusing empty path: ${JSON.stringify(e)}`);for(let e of t)ht(e)},Q=(e,...t)=>{let n=(0,l.resolve)(e),r=(0,l.resolve)(n,...t);if(r!==n&&!r.startsWith(n+l.sep))throw Error(`Refusing path outside ${n}: ${r}`);return r},_t=(e,...t)=>(0,s.readFileSync)(Q(e,...t),`utf-8`),vt=(e,...t)=>(0,s.readFileSync)(Q(e,...t)),yt=`@stackone/agent-harness`,bt=()=>{let e=(0,g.createRequire)(require(`url`).pathToFileURL(__filename).href).resolve(`@stackone/agent-harness`),t=(0,l.dirname)(e);for(let e=0;e<6;e++){if((0,s.existsSync)((0,l.join)(t,`package.json`))&&(0,s.existsSync)((0,l.join)(t,`plugin`)))return t;let e=(0,l.dirname)(t);if(e===t)break;t=e}return(0,l.dirname)((0,l.dirname)(e))},xt=()=>(0,l.join)(bt(),`plugin`),St=e=>{try{let t=e?(0,l.resolve)(e,`..`):bt();return JSON.parse(_t(t,`package.json`)).version??`unknown`}catch{return`unknown`}},Ct=e=>{let t=e.charCodeAt(0)===65279?e.slice(1):e,n=t.match(/^---\n[\s\S]*?\n---\n?/);return n&&(t=t.slice(n[0].length)),t=t.replace(/^\s*<!--[\s\S]*?-->\s*/,``),t.trim()},wt=(e,t,n)=>{let r=[lt,mt(n),``,t,``,ut].join(`
142
- `);if(e.includes(lt)&&e.includes(ut)){let t=RegExp(`${pt(lt)}[\\s\\S]*?${pt(ut)}`);return e.replace(t,r)}let i=e.replace(/\s*$/,``);return i.length>0?`${i}\n\n${r}\n`:`${r}\n`},Tt=e=>{let t=[];for(let n of(0,s.readdirSync)(e,{withFileTypes:!0}))if(n.isDirectory()){let r=Tt(Q(e,n.name));t.push(...r.map(e=>(0,l.join)(n.name,e)))}else t.push(n.name);return t},Et=(e,t)=>{if(!(0,s.existsSync)(t))return!1;let n=Tt(e).sort(),r=Tt(t).sort();return n.length!==r.length||n.some((e,t)=>e!==r[t])?!1:n.every(n=>vt(e,n).equals(vt(t,n)))},Dt=(e,t)=>{(0,s.rmSync)(t,{recursive:!0,force:!0}),(0,s.mkdirSync)((0,l.dirname)(t),{recursive:!0}),(0,s.cpSync)(e,t,{recursive:!0})},Ot=(e,t=``)=>{if(!(0,s.existsSync)(e))return[];let n=[];for(let r of(0,s.readdirSync)(e,{withFileTypes:!0})){if(!r.isDirectory()||!ft.test(r.name))continue;let i=t?`${t}/${r.name}`:r.name;if((0,s.existsSync)(Q(e,r.name,`SKILL.md`))){n.push(i);continue}n.push(...Ot(Q(e,r.name),i))}return n.sort()},kt=()=>({changed:[],unchanged:[],missing:[]}),At=(e,t,n,r)=>{let i=kt();for(let a of e){gt(a);let e=Q(t,a);if(!(0,s.existsSync)(e)||!(0,s.statSync)(e).isDirectory()){i.missing.push(a);continue}let o=Q(n,a);if(Et(e,o)){i.unchanged.push(a);continue}i.changed.push(a),r||Dt(e,o)}return i},jt=(e,t,n,r)=>{if(!(0,s.existsSync)(Q(e,ct)))return`missing-source`;let i=Ct(_t(e,ct)),a=Q(t,`CLAUDE.md`),o=(0,s.existsSync)(a)?_t(t,`CLAUDE.md`):``,c=wt(o,i,n);return c===o?`unchanged`:(r||(0,s.writeFileSync)(a,c),`changed`)},Mt=e=>{let t=(0,l.resolve)(e.pluginDir??xt()),n=(0,l.resolve)(e.cwd),r=e.version??St(t),i=e.check??!1,a=Q(n,`.claude`),o=Q(t,`skills`),c=At(Ot(o),o,Q(a,`skills`),i),u=jt(t,n,r,i),d=c.changed.length>0||u===`changed`,f=u!==`missing-source`||c.changed.length+c.unchanged.length>0;if(!i&&f){(0,s.mkdirSync)(a,{recursive:!0});let e={harnessVersion:r,skills:c.changed.concat(c.unchanged).sort(),guide:u!==`missing-source`};(0,s.writeFileSync)(Q(a,`.stackone-connector-env.json`),`${JSON.stringify(e,null,2)}\n`)}return{skills:c,guide:u,hasChanges:d}},Nt=e=>{try{let t=e??xt();return(0,s.statSync)(t).isDirectory()?e?JSON.parse(_t((0,l.resolve)(t,`..`),`package.json`)).name===`@stackone/agent-harness`:!0:!1}catch{return!1}},Pt=`#00af66`,Ft=({message:e,choices:t,initialIndex:n=0,onSelect:r,onCancel:i})=>{let[a,o]=(0,d.useState)(()=>t.length?Math.min(Math.max(n,0),t.length-1):0);return(0,u.useInput)((e,n)=>{if(t.length===0){n.escape&&i?.();return}n.upArrow?o(e=>(e-1+t.length)%t.length):n.downArrow?o(e=>(e+1)%t.length):n.return?r(t[a].value):n.escape&&i?.()}),t.length===0?null:d.default.createElement(u.Box,{flexDirection:`column`,paddingY:1},d.default.createElement(u.Box,{borderStyle:`round`,borderColor:`cyan`,flexDirection:`column`,paddingX:2,paddingY:1},d.default.createElement(u.Text,{bold:!0},e),d.default.createElement(u.Box,{flexDirection:`column`,marginTop:1},t.map((e,t)=>d.default.createElement(u.Text,{key:e.value,color:t===a?`#00af66`:`white`},t===a?`❯ `:` `,e.label)))),d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,{dimColor:!0},`↑↓ to navigate • Enter to select`)))},It=({message:e,initialValue:t=``,validate:n,onSubmit:r,onCancel:i})=>{let[a,o]=(0,d.useState)(t),[s,c]=(0,d.useState)(null);return(0,u.useInput)((e,t)=>{if(t.return){let e=n?n(a):!0;e===!0?r(a):c(e);return}if(t.escape){i?.();return}if(t.backspace||t.delete){o(e=>e.slice(0,-1)),c(null);return}e&&!t.ctrl&&!t.meta&&!t.tab&&!t.upArrow&&!t.downArrow&&(o(t=>t+e),c(null))}),d.default.createElement(u.Box,{flexDirection:`column`,paddingY:1},d.default.createElement(u.Text,{bold:!0},e),d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,null,`> `),d.default.createElement(u.Text,null,a),d.default.createElement(u.Text,{inverse:!0},` `)),s&&d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,{color:`red`},s)),d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,{dimColor:!0},`Enter to submit • Esc to cancel`)))},Lt=e=>(0,s.existsSync)(`${e}/CLAUDE.md`)||(0,s.existsSync)(`${e}/.mcp.json`),Rt=e=>{try{return(0,s.statSync)(e).isDirectory()}catch{return!1}},zt=({initialMode:t,pathFlag:r,startDir:i,onExit:a})=>{let[o,c]=(0,d.useState)(`mode`),[f,m]=(0,d.useState)(null),[h,g]=(0,d.useState)(!1),[_,v]=(0,d.useState)([]),[y,b]=(0,d.useState)(``),[x,S]=(0,d.useState)(t),[C,w]=(0,d.useState)(``),[T,E]=(0,d.useState)(``),[ee,te]=(0,d.useState)(!1),[D,O]=(0,d.useState)(null),k=(0,d.useRef)(0),A=(0,d.useCallback)(e=>{k.current+=1;let t=k.current;v(n=>[...n,{...e,id:t}])},[]),M=(0,d.useCallback)(e=>{m(e)},[]),N=(0,d.useCallback)(async t=>{let n=(0,l.resolve)(et(t));if(!Rt(n)){M({status:`error`,message:(0,s.existsSync)(n)?`Target path is not a directory: ${n}`:`Target path does not exist: ${n}`});return}w(n);let r=Lt(n),i=e.l(await e.u());te(i),c(at(`path-input`,{mode:`local`,hasGit:!1,repoAccepted:!1,existingConfig:r,alreadyAuthed:i}))},[M]),P=(0,d.useCallback)(e=>{if(S(e),e===`local`){let e=r?.trim();if(e){N(e);return}let t=st(i);t&&(E(`Install the connector setup into this repo? ${t.remoteUrl?`${t.remoteUrl} (${t.root})`:t.root}`),w(t.root)),c(at(`mode`,{mode:`local`,hasGit:!!t,repoAccepted:!1,existingConfig:!1,alreadyAuthed:!1}));return}c(at(`mode`,{mode:`global`,hasGit:!1,repoAccepted:!1,existingConfig:Lt(i),alreadyAuthed:!1}))},[r,i,N]);(0,d.useEffect)(()=>{t&&P(t)},[]);let ne=(0,d.useCallback)(e=>{e?N(C):c(`path-input`)},[N,C]),re=(0,d.useCallback)(e=>{if(!e){M({status:`cancelled`});return}c(at(`overwrite`,{mode:x??`global`,hasGit:!1,repoAccepted:!1,existingConfig:!0,alreadyAuthed:ee}))},[x,ee,M]);return(0,d.useEffect)(()=>{if(o!==`auth`)return;let e=!1;return b(`Starting browser authentication…`),Ke(t=>{e||b(t)}).then(t=>{e||(O(t),A({icon:`✓`,text:t.email?`Authenticated as ${t.email}`:`Authenticated`,color:j.success}),c(`work`))}).catch(t=>{e||M({status:`error`,message:t instanceof Error?t.message:`Authentication failed`})}),()=>{e=!0}},[o,A,M]),(0,d.useEffect)(()=>{if(o!==`work`)return;let t=!1;return(async()=>{try{let r=D??await e.u();if(!r)throw Error(`Not authenticated — no API key found`);let a=await n.r(x===`local`?C:i,r.apiKey);if(a.migrated&&A({icon:`✓`,text:`Migrated ${a.actions.length} item(s) from a previous setup`,color:j.success}),x===`local`){b(`Creating .mcp.json…`),e.h(e.o(C),e.c(),r.apiKey),A({icon:`✓`,text:`Created .mcp.json`,color:j.success}),b(`Syncing connector-building skills + guide…`);let t=Mt({cwd:C});A({icon:`✓`,text:`Connector environment ready (${t.skills.changed.length+t.skills.unchanged.length} skills in .claude/, ${t.guide===`missing-source`?`guide unavailable in this version`:`guide in CLAUDE.md`})`,color:j.success})}else b(`Installing global MCP configuration…`),e.h(e.a(),e.s(),r.apiKey),A({icon:`✓`,text:`Installed to Claude (global)`,color:j.success});if(t)return;b(``),M({status:`done`})}catch(e){if(t)return;M({status:`error`,message:e instanceof Error?e.message:`Setup failed`})}})(),()=>{t=!0}},[o,D,x,C,i,A,M]),(0,d.useEffect)(()=>{if(!f)return;let e=setTimeout(()=>a(f),60);return()=>clearTimeout(e)},[f,a]),d.default.createElement(u.Box,{flexDirection:`column`,padding:1},h?d.default.createElement(le,{wordmark:!0}):d.default.createElement(de,{ready:!0,onComplete:()=>g(!0)}),_.length>0&&d.default.createElement(u.Box,{flexDirection:`column`,marginTop:1},_.map(e=>d.default.createElement(u.Text,{key:e.id,color:e.color},e.icon?`${e.icon} `:``,e.text))),d.default.createElement(u.Box,{marginTop:1},(()=>{if(f)return f.status===`error`?d.default.createElement(u.Text,{color:j.error},`✗ `,f.message??`Setup failed`):f.status===`cancelled`?d.default.createElement(u.Text,{color:j.dim},`Setup cancelled.`):d.default.createElement(u.Box,{flexDirection:`column`},d.default.createElement(u.Text,{color:j.success},`✓ Setup complete!`),d.default.createElement(u.Box,{marginTop:1,flexDirection:`column`},d.default.createElement(u.Text,{color:j.dim},`Verify with `,d.default.createElement(u.Text,{color:j.primary},`claude mcp list`)),d.default.createElement(u.Text,{color:j.dim},`Tip: run`,` `,d.default.createElement(u.Text,{color:j.primary},`claude --dangerously-skip-permissions`),` `,`to skip permission prompts`),x===`local`&&d.default.createElement(u.Text,{color:j.dim},`Refresh skills anytime with`,` `,d.default.createElement(u.Text,{color:j.primary},`stackone agent sync`))));switch(o){case`mode`:return t?null:d.default.createElement(Ft,{message:`How do you want to set up the StackOne agent?`,initialIndex:0,choices:[{label:`Local — this project: auth + .mcp.json + connector skills (.claude/) + guide (CLAUDE.md)`,value:`local`},{label:`Global — any repo: auth + global MCP only (no connector skills/guide)`,value:`global`}],onSelect:e=>P(e),onCancel:()=>M({status:`cancelled`})});case`repo-confirm`:return d.default.createElement(Ft,{message:T,initialIndex:0,choices:[{label:`Yes`,value:`yes`},{label:`No, let me choose a path`,value:`no`}],onSelect:e=>ne(e===`yes`),onCancel:()=>M({status:`cancelled`})});case`path-input`:return d.default.createElement(It,{message:`Path to install the connector setup into:`,initialValue:i,validate:e=>{let t=et(e)||i;return(0,s.existsSync)(t)?Rt(t)?!0:`Path is not a directory: ${t}`:`Path does not exist: ${t}`},onSubmit:e=>void N(e.trim()||i),onCancel:()=>M({status:`cancelled`})});case`overwrite`:{let e=x===`local`;return d.default.createElement(Ft,{message:e?`Existing setup found in ${C}. Overwrite it?`:`Local setup detected in ${i} (it won't be modified). Set up the agent globally anyway?`,initialIndex:e?1:0,choices:[{label:e?`Yes, overwrite`:`Yes, set up globally`,value:`yes`},{label:`No, cancel`,value:`no`}],onSelect:e=>re(e===`yes`),onCancel:()=>M({status:`cancelled`})})}case`auth`:case`work`:return d.default.createElement(u.Text,null,d.default.createElement(u.Text,{color:j.primary},d.default.createElement(p.default,{type:`dots`})),` `,y);default:return null}})()))},Bt=e=>new Promise(t=>{let{unmount:n}=(0,u.render)(e(e=>{n(),t(e)}))}),Vt=()=>Bt(e=>d.default.createElement(Ft,{message:`How do you want to set up the StackOne agent?`,initialIndex:0,choices:[{label:`Local — this project: auth + .mcp.json + connector skills (.claude/) + guide (CLAUDE.md)`,value:`local`},{label:`Global — any repo: auth + global MCP only (no connector skills/guide)`,value:`global`}],onSelect:t=>e(t)})),Ht=(e,t=!0)=>Bt(n=>d.default.createElement(Ft,{message:e,initialIndex:t?0:1,choices:[{label:`Yes`,value:`yes`},{label:`No`,value:`no`}],onSelect:e=>n(e===`yes`),onCancel:()=>n(!1)})),Ut=async e=>{let t=st(e);return t&&await Ht(`Install the connector setup into this repo? ${t.remoteUrl?`${t.remoteUrl} (${t.root})`:t.root}`,!0)?t.root:Bt(n=>d.default.createElement(It,{message:t?`Path to install into:`:`Current directory is not a git repo. Path to install into:`,initialValue:e,validate:t=>{let n=et(t)||e;return(0,s.existsSync)(n)?!0:`Path does not exist: ${n}`},onSubmit:t=>n(et(t)||e)}))},Wt=e=>new Promise(t=>{let{unmount:n}=(0,u.render)(d.default.createElement(zt,{initialMode:e.initialMode,pathFlag:e.pathFlag,startDir:e.startDir??process.cwd(),onExit:e=>{n(),t(e)}}))});var Gt=class{async execute(t){e.w.log(i.default.blue.bold(`🤖 StackOne Agent Setup - Local Project
141
+ `))}};const Qe=(t,n,r)=>{let a=t.message;switch(a.type){case`text`:r&&process.stdout.write(a.content??``);break;case`tool_call`:{let e=a.toolName??`unknown tool`;n&&(n.text=i.default.cyan(`[${t.phase}] Tool: ${e}`));break}case`tool_error`:e.w.error(i.default.red(`\n[${t.phase}] Tool error (${a.toolName}): ${a.error??`Unknown error`}`));break;case`error`:e.w.error(i.default.red(`\n[${t.phase}] ${a.error??`Unknown error`}`));break;default:break}};function $e(t,n){switch(t.type){case`text`:n(null),process.stdout.write(t.content??``);break;case`tool_call`:{let e=t.toolName??`unknown tool`;n((0,v.default)(i.default.cyan(`Tool: ${e}`)).start());break}case`tool_result`:n(null);break;case`tool_progress`:{let e=t.progress?.operation||t.toolName||`Working...`;n((0,v.default)(i.default.cyan(`Tool: ${e}`)).start());break}case`tool_error`:n(null),e.w.error(i.default.red(`\nTool error (${t.toolName}): ${t.error??`Unknown error`}`));break;case`error`:n(null),e.w.error(i.default.red(`\n${t.error??`Unknown error`}`));break;case`done`:n(null);break;default:process.env.VERBOSE&&console.warn(`[AgentRun] Unknown message type:`,t.type);break}}const et=e=>{let t=e.trim();return t===`~`?(0,c.homedir)():t.startsWith(`~/`)?(0,l.join)((0,c.homedir)(),t.slice(2)):t},tt=(e,t,n)=>e?`global`:t?`local`:n?null:`global`,nt=(e,t)=>e?.trim()||(t?null:process.cwd()),rt=e=>e.existingConfig?`overwrite`:it(e),it=e=>e.mode===`local`&&e.alreadyAuthed?`work`:`auth`,at=(e,t)=>{switch(e){case`mode`:return t.mode===`local`?t.hasGit?`repo-confirm`:`path-input`:rt(t);case`repo-confirm`:return t.repoAccepted?rt(t):`path-input`;case`path-input`:return rt(t);case`overwrite`:return it(t);case`auth`:return`work`;default:return`done`}},ot=(e,t)=>(0,f.execFileSync)(`git`,[`-C`,e,...t],{encoding:`utf-8`,stdio:[`ignore`,`pipe`,`ignore`]}).trim(),st=e=>{try{let t=ot(e,[`rev-parse`,`--show-toplevel`]);if(!t)return null;let n;try{n=ot(e,[`remote`,`get-url`,`origin`])||void 0}catch{}return{root:t,remoteUrl:n}}catch{return null}},ct=`connector-guide.md`,lt=`<!-- BEGIN stackone-connector-guide -->`,ut=`<!-- END stackone-connector-guide -->`,dt=`.stackone-connector-env.json`,ft=/^[a-z0-9][a-z0-9_-]*$/,pt=e=>e.replace(/[.*+?^${}()|[\]\\]/g,`\\$&`),mt=e=>`<!-- Generated by \`stackone agent sync\` from @stackone/agent-harness@${e}. Edit upstream, not here. -->`,ht=e=>{if(e.includes(`..`)||!ft.test(e))throw Error(`Refusing unsafe path segment: ${JSON.stringify(e)}`)},Q=(e,...t)=>{let n=(0,l.resolve)(e),r=(0,l.resolve)(n,...t);if(r!==n&&!r.startsWith(n+l.sep))throw Error(`Refusing path outside ${n}: ${r}`);return r},gt=(e,...t)=>(0,s.readFileSync)(Q(e,...t),`utf-8`),_t=(e,...t)=>(0,s.readFileSync)(Q(e,...t)),vt=`@stackone/agent-harness`,yt=()=>{let e=(0,g.createRequire)(require(`url`).pathToFileURL(__filename).href).resolve(`@stackone/agent-harness`),t=(0,l.dirname)(e);for(let e=0;e<6;e++){if((0,s.existsSync)((0,l.join)(t,`package.json`))&&(0,s.existsSync)((0,l.join)(t,`plugin`)))return t;let e=(0,l.dirname)(t);if(e===t)break;t=e}return(0,l.dirname)((0,l.dirname)(e))},bt=()=>(0,l.join)(yt(),`plugin`),xt=e=>{try{let t=e?(0,l.resolve)(e,`..`):yt();return JSON.parse(gt(t,`package.json`)).version??`unknown`}catch{return`unknown`}},St=e=>{let t=e.charCodeAt(0)===65279?e.slice(1):e,n=t.match(/^---\n[\s\S]*?\n---\n?/);return n&&(t=t.slice(n[0].length)),t=t.replace(/^\s*<!--[\s\S]*?-->\s*/,``),t.trim()},Ct=(e,t,n)=>{let r=[lt,mt(n),``,t,``,ut].join(`
142
+ `);if(e.includes(lt)&&e.includes(ut)){let t=RegExp(`${pt(lt)}[\\s\\S]*?${pt(ut)}`);return e.replace(t,r)}let i=e.replace(/\s*$/,``);return i.length>0?`${i}\n\n${r}\n`:`${r}\n`},wt=e=>{let t=[];for(let n of(0,s.readdirSync)(e,{withFileTypes:!0}))if(n.isDirectory()){let r=wt(Q(e,n.name));t.push(...r.map(e=>(0,l.join)(n.name,e)))}else t.push(n.name);return t},Tt=(e,t)=>{if(!(0,s.existsSync)(t))return!1;let n=wt(e).sort(),r=wt(t).sort();return n.length!==r.length||n.some((e,t)=>e!==r[t])?!1:n.every(n=>_t(e,n).equals(_t(t,n)))},Et=(e,t)=>{(0,s.rmSync)(t,{recursive:!0,force:!0}),(0,s.mkdirSync)((0,l.dirname)(t),{recursive:!0}),(0,s.cpSync)(e,t,{recursive:!0})},Dt=e=>(0,s.readdirSync)(e,{withFileTypes:!0}).some(t=>{if(!t.isDirectory())return!1;let n=Q(e,t.name);return(0,s.existsSync)(Q(n,`SKILL.md`))||Dt(n)}),Ot=e=>{if(!(0,s.existsSync)(e))return[];let t=[],n=[];for(let r of(0,s.readdirSync)(e,{withFileTypes:!0})){if(!r.isDirectory()||!ft.test(r.name))continue;let i=Q(e,r.name);(0,s.existsSync)(Q(i,`SKILL.md`))?t.push(r.name):Dt(i)&&n.push(r.name)}return n.length>0&&console.warn(`Skipped ${n.length} grouped skill director${n.length===1?`y`:`ies`} (${n.join(`, `)}): skills must be one level down (skills/<name>/SKILL.md). Claude Code reads plugin skills one level deep too, so grouped skills are not reachable by any route — flatten them to make them usable.`),t.sort()},kt=()=>({changed:[],unchanged:[],missing:[]}),At=(e,t,n,r)=>{let i=kt();for(let a of e){ht(a);let e=Q(t,a);if(!(0,s.existsSync)(e)||!(0,s.statSync)(e).isDirectory()){i.missing.push(a);continue}let o=Q(n,a);if(Tt(e,o)){i.unchanged.push(a);continue}i.changed.push(a),r||Et(e,o)}return i},jt=(e,t,n)=>{if(!(0,s.existsSync)(e)||!(0,s.statSync)(e).isDirectory())return{status:`missing-source`,fileCount:0};let r=wt(e).length;return r===0?{status:`missing-source`,fileCount:0}:Tt(e,t)?{status:`unchanged`,fileCount:r}:(n||Et(e,t),{status:`changed`,fileCount:r})},Mt=(e,t,n,r)=>{if(!(0,s.existsSync)(Q(e,ct)))return`missing-source`;let i=St(gt(e,ct)),a=Q(t,`CLAUDE.md`),o=(0,s.existsSync)(a)?gt(t,`CLAUDE.md`):``,c=Ct(o,i,n);return c===o?`unchanged`:(r||(0,s.writeFileSync)(a,c),`changed`)},Nt=e=>{let t=(0,l.resolve)(e.pluginDir??bt()),n=(0,l.resolve)(e.cwd),r=e.version??xt(t),i=e.check??!1,a=Q(n,`.claude`),o=Q(t,`skills`),c=At(Ot(o),o,Q(a,`skills`),i),u=jt(Q(t,`commands`),Q(a,`commands`),i),d=jt(Q(t,`agents`),Q(a,`agents`),i),f=Mt(t,n,r,i),p=c.changed.length>0||u.status===`changed`||d.status===`changed`||f===`changed`,m=f!==`missing-source`||u.status!==`missing-source`||d.status!==`missing-source`||c.changed.length+c.unchanged.length>0;if(!i&&m){(0,s.mkdirSync)(a,{recursive:!0});let e={harnessVersion:r,skills:c.changed.concat(c.unchanged).sort(),commands:u.fileCount,agents:d.fileCount,guide:f!==`missing-source`};(0,s.writeFileSync)(Q(a,`.stackone-connector-env.json`),`${JSON.stringify(e,null,2)}\n`)}return{skills:c,commands:u,agents:d,guide:f,hasChanges:p}},Pt=e=>{try{let t=e??bt();return(0,s.statSync)(t).isDirectory()?e?JSON.parse(gt((0,l.resolve)(t,`..`),`package.json`)).name===`@stackone/agent-harness`:!0:!1}catch{return!1}},Ft=`#00af66`,It=({message:e,choices:t,initialIndex:n=0,onSelect:r,onCancel:i})=>{let[a,o]=(0,d.useState)(()=>t.length?Math.min(Math.max(n,0),t.length-1):0);return(0,u.useInput)((e,n)=>{if(t.length===0){n.escape&&i?.();return}n.upArrow?o(e=>(e-1+t.length)%t.length):n.downArrow?o(e=>(e+1)%t.length):n.return?r(t[a].value):n.escape&&i?.()}),t.length===0?null:d.default.createElement(u.Box,{flexDirection:`column`,paddingY:1},d.default.createElement(u.Box,{borderStyle:`round`,borderColor:`cyan`,flexDirection:`column`,paddingX:2,paddingY:1},d.default.createElement(u.Text,{bold:!0},e),d.default.createElement(u.Box,{flexDirection:`column`,marginTop:1},t.map((e,t)=>d.default.createElement(u.Text,{key:e.value,color:t===a?`#00af66`:`white`},t===a?`❯ `:` `,e.label)))),d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,{dimColor:!0},`↑↓ to navigate • Enter to select`)))},Lt=({message:e,initialValue:t=``,validate:n,onSubmit:r,onCancel:i})=>{let[a,o]=(0,d.useState)(t),[s,c]=(0,d.useState)(null);return(0,u.useInput)((e,t)=>{if(t.return){let e=n?n(a):!0;e===!0?r(a):c(e);return}if(t.escape){i?.();return}if(t.backspace||t.delete){o(e=>e.slice(0,-1)),c(null);return}e&&!t.ctrl&&!t.meta&&!t.tab&&!t.upArrow&&!t.downArrow&&(o(t=>t+e),c(null))}),d.default.createElement(u.Box,{flexDirection:`column`,paddingY:1},d.default.createElement(u.Text,{bold:!0},e),d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,null,`> `),d.default.createElement(u.Text,null,a),d.default.createElement(u.Text,{inverse:!0},` `)),s&&d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,{color:`red`},s)),d.default.createElement(u.Box,{marginTop:1},d.default.createElement(u.Text,{dimColor:!0},`Enter to submit • Esc to cancel`)))},Rt=e=>(0,s.existsSync)(`${e}/CLAUDE.md`)||(0,s.existsSync)(`${e}/.mcp.json`),zt=e=>{try{return(0,s.statSync)(e).isDirectory()}catch{return!1}},Bt=({initialMode:t,pathFlag:r,startDir:i,onExit:a})=>{let[o,c]=(0,d.useState)(`mode`),[f,m]=(0,d.useState)(null),[h,g]=(0,d.useState)(!1),[_,v]=(0,d.useState)([]),[y,b]=(0,d.useState)(``),[x,S]=(0,d.useState)(t),[C,w]=(0,d.useState)(``),[T,E]=(0,d.useState)(``),[ee,te]=(0,d.useState)(!1),[D,O]=(0,d.useState)(null),k=(0,d.useRef)(0),A=(0,d.useCallback)(e=>{k.current+=1;let t=k.current;v(n=>[...n,{...e,id:t}])},[]),M=(0,d.useCallback)(e=>{m(e)},[]),N=(0,d.useCallback)(async t=>{let n=(0,l.resolve)(et(t));if(!zt(n)){M({status:`error`,message:(0,s.existsSync)(n)?`Target path is not a directory: ${n}`:`Target path does not exist: ${n}`});return}w(n);let r=Rt(n),i=e.l(await e.u());te(i),c(at(`path-input`,{mode:`local`,hasGit:!1,repoAccepted:!1,existingConfig:r,alreadyAuthed:i}))},[M]),P=(0,d.useCallback)(e=>{if(S(e),e===`local`){let e=r?.trim();if(e){N(e);return}let t=st(i);t&&(E(`Install the connector setup into this repo? ${t.remoteUrl?`${t.remoteUrl} (${t.root})`:t.root}`),w(t.root)),c(at(`mode`,{mode:`local`,hasGit:!!t,repoAccepted:!1,existingConfig:!1,alreadyAuthed:!1}));return}c(at(`mode`,{mode:`global`,hasGit:!1,repoAccepted:!1,existingConfig:Rt(i),alreadyAuthed:!1}))},[r,i,N]);(0,d.useEffect)(()=>{t&&P(t)},[]);let ne=(0,d.useCallback)(e=>{e?N(C):c(`path-input`)},[N,C]),re=(0,d.useCallback)(e=>{if(!e){M({status:`cancelled`});return}c(at(`overwrite`,{mode:x??`global`,hasGit:!1,repoAccepted:!1,existingConfig:!0,alreadyAuthed:ee}))},[x,ee,M]);return(0,d.useEffect)(()=>{if(o!==`auth`)return;let e=!1;return b(`Starting browser authentication…`),Ke(t=>{e||b(t)}).then(t=>{e||(O(t),A({icon:`✓`,text:t.email?`Authenticated as ${t.email}`:`Authenticated`,color:j.success}),c(`work`))}).catch(t=>{e||M({status:`error`,message:t instanceof Error?t.message:`Authentication failed`})}),()=>{e=!0}},[o,A,M]),(0,d.useEffect)(()=>{if(o!==`work`)return;let t=!1;return(async()=>{try{let r=D??await e.u();if(!r)throw Error(`Not authenticated — no API key found`);let a=await n.r(x===`local`?C:i,r.apiKey);if(a.migrated&&A({icon:`✓`,text:`Migrated ${a.actions.length} item(s) from a previous setup`,color:j.success}),x===`local`){b(`Creating .mcp.json…`),e.h(e.o(C),e.c(),r.apiKey),A({icon:`✓`,text:`Created .mcp.json`,color:j.success}),b(`Syncing connector-building skills + guide…`);let t=Nt({cwd:C});A({icon:`✓`,text:`Connector environment ready (${t.skills.changed.length+t.skills.unchanged.length} skills in .claude/, ${t.guide===`missing-source`?`guide unavailable in this version`:`guide in CLAUDE.md`})`,color:j.success})}else b(`Installing global MCP configuration…`),e.h(e.a(),e.s(),r.apiKey),A({icon:`✓`,text:`Installed to Claude (global)`,color:j.success});if(t)return;b(``),M({status:`done`})}catch(e){if(t)return;M({status:`error`,message:e instanceof Error?e.message:`Setup failed`})}})(),()=>{t=!0}},[o,D,x,C,i,A,M]),(0,d.useEffect)(()=>{if(!f)return;let e=setTimeout(()=>a(f),60);return()=>clearTimeout(e)},[f,a]),d.default.createElement(u.Box,{flexDirection:`column`,padding:1},h?d.default.createElement(le,{wordmark:!0}):d.default.createElement(de,{ready:!0,onComplete:()=>g(!0)}),_.length>0&&d.default.createElement(u.Box,{flexDirection:`column`,marginTop:1},_.map(e=>d.default.createElement(u.Text,{key:e.id,color:e.color},e.icon?`${e.icon} `:``,e.text))),d.default.createElement(u.Box,{marginTop:1},(()=>{if(f)return f.status===`error`?d.default.createElement(u.Text,{color:j.error},`✗ `,f.message??`Setup failed`):f.status===`cancelled`?d.default.createElement(u.Text,{color:j.dim},`Setup cancelled.`):d.default.createElement(u.Box,{flexDirection:`column`},d.default.createElement(u.Text,{color:j.success},`✓ Setup complete!`),d.default.createElement(u.Box,{marginTop:1,flexDirection:`column`},d.default.createElement(u.Text,{color:j.dim},`Verify with `,d.default.createElement(u.Text,{color:j.primary},`claude mcp list`)),d.default.createElement(u.Text,{color:j.dim},`Tip: run`,` `,d.default.createElement(u.Text,{color:j.primary},`claude --dangerously-skip-permissions`),` `,`to skip permission prompts`),x===`local`&&d.default.createElement(u.Text,{color:j.dim},`Refresh skills anytime with`,` `,d.default.createElement(u.Text,{color:j.primary},`stackone agent sync`))));switch(o){case`mode`:return t?null:d.default.createElement(It,{message:`How do you want to set up the StackOne agent?`,initialIndex:0,choices:[{label:`Local — this project: auth + .mcp.json + connector skills (.claude/) + guide (CLAUDE.md)`,value:`local`},{label:`Global — any repo: auth + global MCP only (no connector skills/guide)`,value:`global`}],onSelect:e=>P(e),onCancel:()=>M({status:`cancelled`})});case`repo-confirm`:return d.default.createElement(It,{message:T,initialIndex:0,choices:[{label:`Yes`,value:`yes`},{label:`No, let me choose a path`,value:`no`}],onSelect:e=>ne(e===`yes`),onCancel:()=>M({status:`cancelled`})});case`path-input`:return d.default.createElement(Lt,{message:`Path to install the connector setup into:`,initialValue:i,validate:e=>{let t=et(e)||i;return(0,s.existsSync)(t)?zt(t)?!0:`Path is not a directory: ${t}`:`Path does not exist: ${t}`},onSubmit:e=>void N(e.trim()||i),onCancel:()=>M({status:`cancelled`})});case`overwrite`:{let e=x===`local`;return d.default.createElement(It,{message:e?`Existing setup found in ${C}. Overwrite it?`:`Local setup detected in ${i} (it won't be modified). Set up the agent globally anyway?`,initialIndex:e?1:0,choices:[{label:e?`Yes, overwrite`:`Yes, set up globally`,value:`yes`},{label:`No, cancel`,value:`no`}],onSelect:e=>re(e===`yes`),onCancel:()=>M({status:`cancelled`})})}case`auth`:case`work`:return d.default.createElement(u.Text,null,d.default.createElement(u.Text,{color:j.primary},d.default.createElement(p.default,{type:`dots`})),` `,y);default:return null}})()))},Vt=e=>new Promise(t=>{let{unmount:n}=(0,u.render)(e(e=>{n(),t(e)}))}),Ht=()=>Vt(e=>d.default.createElement(It,{message:`How do you want to set up the StackOne agent?`,initialIndex:0,choices:[{label:`Local — this project: auth + .mcp.json + connector skills (.claude/) + guide (CLAUDE.md)`,value:`local`},{label:`Global — any repo: auth + global MCP only (no connector skills/guide)`,value:`global`}],onSelect:t=>e(t)})),Ut=(e,t=!0)=>Vt(n=>d.default.createElement(It,{message:e,initialIndex:t?0:1,choices:[{label:`Yes`,value:`yes`},{label:`No`,value:`no`}],onSelect:e=>n(e===`yes`),onCancel:()=>n(!1)})),Wt=async e=>{let t=st(e);return t&&await Ut(`Install the connector setup into this repo? ${t.remoteUrl?`${t.remoteUrl} (${t.root})`:t.root}`,!0)?t.root:Vt(n=>d.default.createElement(Lt,{message:t?`Path to install into:`:`Current directory is not a git repo. Path to install into:`,initialValue:e,validate:t=>{let n=et(t)||e;return(0,s.existsSync)(n)?!0:`Path does not exist: ${n}`},onSubmit:t=>n(et(t)||e)}))},Gt=e=>new Promise(t=>{let{unmount:n}=(0,u.render)(d.default.createElement(Bt,{initialMode:e.initialMode,pathFlag:e.pathFlag,startDir:e.startDir??process.cwd(),onExit:e=>{n(),t(e)}}))});var Kt=class{async execute(t){e.w.log(i.default.blue.bold(`🤖 StackOne Agent Setup - Local Project
143
143
  `));try{let r=(0,l.resolve)(et(t?.targetPath??process.cwd()));await(0,y.access)(r).then(()=>!0).catch(()=>!1)||(e.w.error(`Target path does not exist: ${r}`),process.exit(1)),t?.targetPath&&e.w.log(i.default.dim(`Installing into ${r}\n`));let a=await(0,y.access)(`${r}/CLAUDE.md`).then(()=>!0).catch(()=>!1),o=await(0,y.access)(`${r}/.mcp.json`).then(()=>!0).catch(()=>!1);if(a||o){e.w.warn(`Existing local setup detected:`),a&&e.w.log(i.default.dim(` • CLAUDE.md found`)),o&&e.w.log(i.default.dim(` • .mcp.json found`)),e.w.log(``);let n=Y(!!t?.legacy,t?.credentials),r=!!process.stdin.isTTY;n||!r?e.w.log(i.default.dim(n?`Non-interactive credentials detected; proceeding without confirmation.
144
144
  `:`No interactive terminal detected; proceeding without overwrite confirmation.
145
- `)):(await Ht(`Overwrite existing local configuration?`,!1)||(e.w.log(i.default.dim(`
145
+ `)):(await Ut(`Overwrite existing local configuration?`,!1)||(e.w.log(i.default.dim(`
146
146
  Setup cancelled.`)),process.exit(0)),e.w.log(``))}let s=await e.u();(!s||!e.l(s))&&(e.w.warn(`Not authenticated globally.`),e.w.log(i.default.white(`Let's authenticate now...
147
147
  `)),s=await qe(!!t?.legacy,t?.credentials),e.w.log(``)),n.t(await n.r(r,s.apiKey));let c=(0,v.default)(`Creating .mcp.json...`).start();try{e.h(e.o(r),e.c(),s.apiKey),c.succeed(`Created .mcp.json`),e.w.success(`Local setup complete!`),e.w.log(i.default.white(`Files created:`)),e.w.log(i.default.cyan(` • .mcp.json`)),e.w.log(i.default.dim(`Token stored securely in Claude MCP server config.`)),e.w.log(i.default.dim(`
148
148
  💡 The stackone-agent-local MCP server is now available in this project`)),e.w.log(i.default.dim(`
149
149
  💡 Tip: Run Claude without permission prompts:`),i.default.cyan(`claude --dangerously-skip-permissions`)),e.w.log(i.default.blue(`
150
- Verify:`),i.default.cyan(`claude mcp list`)),e.w.log(``)}catch(t){c.fail(`Failed to create .mcp.json`),t instanceof Error&&e.w.error(t.message)}let u=(0,v.default)(`Syncing connector-building skills + guide...`).start();try{let t=Mt({cwd:r}),n=t.skills.changed.length+t.skills.unchanged.length,a=t.guide===`missing-source`?`unavailable in this version`:`in CLAUDE.md`;u.succeed(`Connector-building environment ready (${n} skills in .claude/, guide ${a})`),e.w.log(i.default.dim(` Refresh anytime with`),i.default.cyan(`stackone agent sync`))}catch(t){u.fail(`Failed to sync connector-building environment`),t instanceof Error&&e.w.error(t.message)}process.exit(0)}catch(t){t instanceof Error?e.w.error(t.message):e.w.error(`Unknown error occurred`),process.exit(1)}}},Kt=class{async execute(t){let n=(0,o.getAvailableSkillNames)(),r=t?.mode;if(e.w.log(i.default.bold(`
150
+ Verify:`),i.default.cyan(`claude mcp list`)),e.w.log(``)}catch(t){c.fail(`Failed to create .mcp.json`),t instanceof Error&&e.w.error(t.message)}let u=(0,v.default)(`Syncing connector-building skills + guide...`).start();try{let t=Nt({cwd:r}),n=t.skills.changed.length+t.skills.unchanged.length,a=t.guide===`missing-source`?`unavailable in this version`:`in CLAUDE.md`;u.succeed(`Connector-building environment ready (${n} skills in .claude/, guide ${a})`),e.w.log(i.default.dim(` Refresh anytime with`),i.default.cyan(`stackone agent sync`))}catch(t){u.fail(`Failed to sync connector-building environment`),t instanceof Error&&e.w.error(t.message)}process.exit(0)}catch(t){t instanceof Error?e.w.error(t.message):e.w.error(`Unknown error occurred`),process.exit(1)}}},qt=class{async execute(t){let n=(0,o.getAvailableSkillNames)(),r=t?.mode;if(e.w.log(i.default.bold(`
151
151
  Available skills
152
152
  `)),n.length===0){e.w.log(i.default.dim(` No bundled skills found.
153
- `));return}for(let t of n)e.w.log(` • ${t}`);if(r){let t=(0,o.getSkillsForMode)(r);if(t.length>0){e.w.log(i.default.bold(`\nRecommended for mode "${r}":\n`));for(let r of t){let t=n.includes(r);e.w.log(` • ${r}${t?``:i.default.dim(` (not found)`)}`)}}}e.w.log(``)}};const qt=(t,n,r)=>{let a=r?`stale`:`synced`;n.changed.length>0&&e.w.log(i.default.cyan(` • ${t} ${a}: ${n.changed.join(`, `)}`)),n.missing.length>0&&e.w.log(i.default.dim(` • ${t} not in this harness version: ${n.missing.join(`, `)}`))},Jt=(t,n)=>{t===`missing-source`?e.w.log(i.default.dim(` • connector-guide.md not in this harness version — skipped CLAUDE.md`)):t===`changed`&&e.w.log(i.default.cyan(` • CLAUDE.md guide block ${n?`stale`:`updated`}`))};var Yt=class{async execute(t){let n=!!t?.check,r=t?.pluginDir;Nt(r)||(e.w.error(r?`--plugin-dir is not a valid @stackone/agent-harness plugin dir: ${r}`:`Could not locate the bundled @stackone/agent-harness plugin. Reinstall the CLI and try again.`),process.exit(1));let a=St(r);e.w.log(i.default.blue.bold(`🧩 ${n?`Checking`:`Syncing`} connector-building environment`)+i.default.dim(` (agent-harness@${a}${r?` [--plugin-dir]`:``})\n`));try{let t=Mt({cwd:process.cwd(),check:n,pluginDir:r});qt(`skills`,t.skills,n),Jt(t.guide,n),n&&(t.hasChanges&&(e.w.log(``),e.w.error("Connector-building environment is out of date. Run `stackone agent sync` to update."),process.exit(1)),e.w.success(`Connector-building environment is up to date.`),process.exit(0)),t.hasChanges?(e.w.success(`Connector-building environment synced into .claude/ and CLAUDE.md.`),e.w.log(i.default.dim(`
154
- 💡 Skills and the connector guide are managed by the CLI — `),i.default.dim("re-run `stackone agent sync` after a CLI update."))):e.w.success(`Already up to date — nothing to sync.`),process.exit(0)}catch(t){e.w.error(t instanceof Error?t.message:`Unknown error during sync`),process.exit(1)}}};const Xt={profiles:{}},Zt=()=>{let n=e._.readConfigFile(t.n);if(!n)return Xt;try{return JSON.parse(n)}catch{return Xt}},Qt=e=>Zt().profiles[e],$t=e=>!!Zt().profiles[e],en=(n,r)=>{let i=Zt();i.profiles[n]=r,e._.writeConfigFile(t.n,JSON.stringify(i,null,2))},tn=()=>{let e=Zt();return Object.keys(e.profiles)},nn=`https://api.stackone.com`;var rn=class{async execute({profile:t,connector:n,apiUrl:r,apiKey:a}={}){if(!t&&!a&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&a&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&r&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!$t(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=tn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let o=t?Qt(t):{apiUrl:r??nn,apiKey:a};o?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1)),n||(e.w.error(`Connector identifier is required in the format provider_key@version.`),process.exit(1));let s=n.split(`@`);(s.length!==2||!s[0]||!s[1])&&(e.w.error(`Invalid connector format ${e.S(n)}. Expected format: ${e.C(`provider_key@version`)}`),process.exit(1));let c=o.apiUrl??nn,l=await this.dropConnector(n,c,o.apiKey);process.exit(l?0:1)}async dropConnector(t,n,r){let i=(0,v.default)(`🗑️ Dropping connector ${e.C(t)}...`).start();try{let a=Buffer.from(r).toString(`base64`),o=await fetch(`${n}/registry/connectors/${t}`,{method:`DELETE`,headers:{Authorization:`Basic ${a}`}});return i.stop(),o.status===204?(e.w.success(`Successfully dropped connector ${e.C(t)} from the registry`),!0):o.status===404?(e.w.error(`Connector ${e.C(t)} not found in the registry`),!1):o.status===401||o.status===403?(e.w.error(`You do not have permission to drop this connector`),!1):o.status===409?(e.w.error(`Connector ${e.C(t)} has associated configs and cannot be dropped`),e.w.log(`Please delete all associated integration configurations before dropping the connector.`),!1):(o.ok||await e.x(o,`Failed to drop connector ${e.C(t)} from the registry`),!1)}catch(r){return i.stop(),e.w.error(`Failed to drop connector ${e.C(t)} from registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),!1}}};const an=`stackone`;async function on(t,n){n.length===0&&(e.w.error(`Multiple versions of connector ${e.C(t)} were found but no owner information was returned`),process.exit(1));let r=n.map(e=>({value:e,label:e===an?`StackOne`:`Custom`,hint:e===an?`Official StackOne connector`:`Custom connector version created by your organization`}));e.w.warn(`Multiple versions of connector ${e.C(t)} were found. Please select which version to use.`);let i=await(0,w.select)({message:`Which version would you like to use?`,options:r});return(0,w.isCancel)(i)&&(e.w.error(`Operation cancelled.`),process.exit(1)),i}const sn=`https://api.stackone.com`;var cn=class{async execute({profile:t,connector:n,accountId:r,format:a,outputFile:o,apiUrl:s,apiKey:c,owner:l}={}){if(!t&&!c&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&c&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&s&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!$t(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=tn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let u=t?Qt(t):{apiUrl:s??sn,apiKey:c};u?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1)),(0,C.isMissing)(n)&&(0,C.isMissing)(r)&&(e.w.error(`Either ${e.C(`--connector`)} or ${e.C(`--account-id`)} must be provided`),process.exit(1)),(0,C.notMissing)(n)&&(0,C.notMissing)(r)&&(e.w.error(`Please provide either ${e.C(`--connector`)} or ${e.C(`--account-id`)}, not both.`),process.exit(1)),(0,C.notMissing)(a)&&a!==`yaml`&&a!==`json`&&(e.w.error(`Format must be either ${e.C(`yaml`)} or ${e.C(`json`)}.`),process.exit(1));let d=u.apiUrl??sn,f;if((0,C.notMissing)(n)){this.#t(n)||(e.w.error(`Invalid connector format ${e.S(n)}. Expected format: ${e.C(`provider_key@version`)} or ${e.C(`provider_key`)}`),process.exit(1));let t=this.#n(n);f=await this.#r(t,d,u.apiKey,a,l)}else (0,C.notMissing)(r)?f=await this.#i(r,d,u.apiKey,a):(e.w.error(`Either ${e.C(`--connector`)} or ${e.C(`--account-id`)} must be provided`),process.exit(1));if((0,C.notMissing)(o))try{m.default.writeFileSync(o,f,`utf-8`),e.w.success(`Connector written to file: ${e.C(o)}`)}catch(t){e.w.error(`Failed to write connector to file ${e.C(o)}: ${t.message}`),process.exit(1)}else if(e.w.log(`\n${i.default.blue.inverse(` CONNECTOR CONTENT `)}\n`),!a||a===`yaml`)e.w.log(this.#e(f));else if(a===`json`)try{e.b(JSON.parse(f))}catch{e.w.log(f)}else e.w.log(f);process.exit(0)}#e(e){return e.split(`
153
+ `));return}for(let t of n)e.w.log(` • ${t}`);if(r){let t=(0,o.getSkillsForMode)(r);if(t.length>0){e.w.log(i.default.bold(`\nRecommended for mode "${r}":\n`));for(let r of t){let t=n.includes(r);e.w.log(` • ${r}${t?``:i.default.dim(` (not found)`)}`)}}}e.w.log(``)}};const Jt=(t,n,r)=>{let a=r?`stale`:`synced`;n.changed.length>0&&e.w.log(i.default.cyan(` • ${t} ${a}: ${n.changed.join(`, `)}`)),n.missing.length>0&&e.w.log(i.default.dim(` • ${t} not in this harness version: ${n.missing.join(`, `)}`))},Yt=(t,n,r)=>{if(n.status===`missing-source`)return;let a=n.status===`changed`?r?`stale`:`synced`:`up to date`;e.w.log(i.default.cyan(` • ${t} ${a}: ${n.fileCount} file(s)`))},Xt=(t,n)=>{t===`missing-source`?e.w.log(i.default.dim(` • connector-guide.md not in this harness version — skipped CLAUDE.md`)):t===`changed`&&e.w.log(i.default.cyan(` • CLAUDE.md guide block ${n?`stale`:`updated`}`))};var Zt=class{async execute(t){let n=!!t?.check,r=t?.pluginDir;Pt(r)||(e.w.error(r?`--plugin-dir is not a valid @stackone/agent-harness plugin dir: ${r}`:`Could not locate the bundled @stackone/agent-harness plugin. Reinstall the CLI and try again.`),process.exit(1));let a=xt(r);e.w.log(i.default.blue.bold(`🧩 ${n?`Checking`:`Syncing`} connector-building environment`)+i.default.dim(` (agent-harness@${a}${r?` [--plugin-dir]`:``})\n`));try{let t=Nt({cwd:process.cwd(),check:n,pluginDir:r});Jt(`skills`,t.skills,n),Yt(`commands`,t.commands,n),Yt(`agents`,t.agents,n),Xt(t.guide,n),n&&(t.hasChanges&&(e.w.log(``),e.w.error("Connector-building environment is out of date. Run `stackone agent sync` to update."),process.exit(1)),e.w.success(`Connector-building environment is up to date.`),process.exit(0)),t.hasChanges?(e.w.success(`Connector-building environment synced into .claude/ and CLAUDE.md.`),e.w.log(i.default.dim(`
154
+ 💡 Skills and the connector guide are managed by the CLI — `),i.default.dim("re-run `stackone agent sync` after a CLI update."))):e.w.success(`Already up to date — nothing to sync.`),process.exit(0)}catch(t){e.w.error(t instanceof Error?t.message:`Unknown error during sync`),process.exit(1)}}};const Qt={profiles:{}},$t=()=>{let n=e._.readConfigFile(t.n);if(!n)return Qt;try{return JSON.parse(n)}catch{return Qt}},en=e=>$t().profiles[e],tn=e=>!!$t().profiles[e],nn=(n,r)=>{let i=$t();i.profiles[n]=r,e._.writeConfigFile(t.n,JSON.stringify(i,null,2))},rn=()=>{let e=$t();return Object.keys(e.profiles)},an=`https://api.stackone.com`;var on=class{async execute({profile:t,connector:n,apiUrl:r,apiKey:a}={}){if(!t&&!a&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&a&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&r&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!tn(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=rn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let o=t?en(t):{apiUrl:r??an,apiKey:a};o?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1)),n||(e.w.error(`Connector identifier is required in the format provider_key@version.`),process.exit(1));let s=n.split(`@`);(s.length!==2||!s[0]||!s[1])&&(e.w.error(`Invalid connector format ${e.S(n)}. Expected format: ${e.C(`provider_key@version`)}`),process.exit(1));let c=o.apiUrl??an,l=await this.dropConnector(n,c,o.apiKey);process.exit(l?0:1)}async dropConnector(t,n,r){let i=(0,v.default)(`🗑️ Dropping connector ${e.C(t)}...`).start();try{let a=Buffer.from(r).toString(`base64`),o=await fetch(`${n}/registry/connectors/${t}`,{method:`DELETE`,headers:{Authorization:`Basic ${a}`}});return i.stop(),o.status===204?(e.w.success(`Successfully dropped connector ${e.C(t)} from the registry`),!0):o.status===404?(e.w.error(`Connector ${e.C(t)} not found in the registry`),!1):o.status===401||o.status===403?(e.w.error(`You do not have permission to drop this connector`),!1):o.status===409?(e.w.error(`Connector ${e.C(t)} has associated configs and cannot be dropped`),e.w.log(`Please delete all associated integration configurations before dropping the connector.`),!1):(o.ok||await e.x(o,`Failed to drop connector ${e.C(t)} from the registry`),!1)}catch(r){return i.stop(),e.w.error(`Failed to drop connector ${e.C(t)} from registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),!1}}};const sn=`stackone`;async function cn(t,n){n.length===0&&(e.w.error(`Multiple versions of connector ${e.C(t)} were found but no owner information was returned`),process.exit(1));let r=n.map(e=>({value:e,label:e===sn?`StackOne`:`Custom`,hint:e===sn?`Official StackOne connector`:`Custom connector version created by your organization`}));e.w.warn(`Multiple versions of connector ${e.C(t)} were found. Please select which version to use.`);let i=await(0,w.select)({message:`Which version would you like to use?`,options:r});return(0,w.isCancel)(i)&&(e.w.error(`Operation cancelled.`),process.exit(1)),i}const ln=`https://api.stackone.com`;var un=class{async execute({profile:t,connector:n,accountId:r,format:a,outputFile:o,apiUrl:s,apiKey:c,owner:l}={}){if(!t&&!c&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&c&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&s&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!tn(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=rn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let u=t?en(t):{apiUrl:s??ln,apiKey:c};u?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1)),(0,C.isMissing)(n)&&(0,C.isMissing)(r)&&(e.w.error(`Either ${e.C(`--connector`)} or ${e.C(`--account-id`)} must be provided`),process.exit(1)),(0,C.notMissing)(n)&&(0,C.notMissing)(r)&&(e.w.error(`Please provide either ${e.C(`--connector`)} or ${e.C(`--account-id`)}, not both.`),process.exit(1)),(0,C.notMissing)(a)&&a!==`yaml`&&a!==`json`&&(e.w.error(`Format must be either ${e.C(`yaml`)} or ${e.C(`json`)}.`),process.exit(1));let d=u.apiUrl??ln,f;if((0,C.notMissing)(n)){this.#t(n)||(e.w.error(`Invalid connector format ${e.S(n)}. Expected format: ${e.C(`provider_key@version`)} or ${e.C(`provider_key`)}`),process.exit(1));let t=this.#n(n);f=await this.#r(t,d,u.apiKey,a,l)}else (0,C.notMissing)(r)?f=await this.#i(r,d,u.apiKey,a):(e.w.error(`Either ${e.C(`--connector`)} or ${e.C(`--account-id`)} must be provided`),process.exit(1));if((0,C.notMissing)(o))try{m.default.writeFileSync(o,f,`utf-8`),e.w.success(`Connector written to file: ${e.C(o)}`)}catch(t){e.w.error(`Failed to write connector to file ${e.C(o)}: ${t.message}`),process.exit(1)}else if(e.w.log(`\n${i.default.blue.inverse(` CONNECTOR CONTENT `)}\n`),!a||a===`yaml`)e.w.log(this.#e(f));else if(a===`json`)try{e.b(JSON.parse(f))}catch{e.w.log(f)}else e.w.log(f);process.exit(0)}#e(e){return e.split(`
155
155
  `).map(e=>{if(e.trim().startsWith(`#`))return i.default.gray(e);if(e.includes(`:`)){let t=e.indexOf(`:`),n=e.substring(0,t+1),r=e.substring(t+1),a=r,o=r.trim();return o===`true`||o===`false`?a=r.replace(o,i.default.cyan(o)):o===`null`||o===`~`?a=r.replace(o,i.default.gray(o)):/^-?\d+(\.\d+)?$/.test(o)?a=r.replace(o,i.default.green(o)):(o.startsWith(`"`)&&o.endsWith(`"`)||o.startsWith(`'`)&&o.endsWith(`'`)||o&&!o.startsWith(`-`))&&(a=r.replace(o,i.default.yellow(o))),i.default.red(n)+a}return e.trim().startsWith(`-`)?e.replace(`-`,i.default.gray(`-`)):e}).join(`
156
- `)}#t=e=>!e.includes(`/`)&&!e.includes(`\\`)&&!e.endsWith(`.yaml`)&&!e.endsWith(`.yml`)?e.includes(`@`)?e.split(`@`).length===2:!0:!1;#n=e=>e.includes(`@`)?e:`${e}@latest`;async#r(t,n,r,i,a){let o=(0,v.default)(`Getting connector ${e.C(t)} from registry...`).start();try{let s=Buffer.from(r).toString(`base64`),c=i?`?format=${i}`:``,l=a?`${c?`&`:`?`}owner=${encodeURIComponent(a)}`:``,u=await fetch(`${n}/registry/connectors/${t}${c}${l}`,{method:`GET`,headers:{Authorization:`Basic ${s}`}});if(o.stop(),u.status===409){a&&(await e.x(u,`Failed to get connector ${e.C(t)} from the registry`),process.exit(1));let r=await on(t,(await u.json()).availableOwners??[]),i=`${n}/registry/connectors/${t}${c}${c?`&`:`?`}owner=${encodeURIComponent(r)}`;o.text=`Getting connector ${e.C(t)} from registry...`,o.start();let l=await fetch(i,{method:`GET`,headers:{Authorization:`Basic ${s}`}});return o.stop(),l.ok||(await e.x(l,`Failed to get connector ${e.C(t)} from the registry`),process.exit(1)),await l.text()}return u.ok||(await e.x(u,`Failed to get connector ${e.C(t)} from the registry`),process.exit(1)),await u.text()}catch(r){o.stop(),e.w.error(`Failed to get connector ${e.C(t)} from the registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}}async#i(t,n,r,i){let a=(0,v.default)(`Getting connector from account ${e.C(t)}...`).start();try{let o=Buffer.from(r).toString(`base64`),s=i?`?format=${i}`:``,c=await fetch(`${n}/accounts/${t}/connector${s}`,{method:`GET`,headers:{Authorization:`Basic ${o}`}});return a.stop(),c.ok||(await e.x(c,`Failed to get connector from account ${e.C(t)}`),process.exit(1)),await c.text()}catch(r){a.stop(),e.w.error(`Failed to get connector from account ${e.C(t)}: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}}};const ln=`https://api.stackone.com`,un=`https://api.stackone-dev.com`,dn=`http://localhost:4000`;var fn=class{async execute({environment:t}={}){let n=t?.toLowerCase()??`production`;try{(0,w.intro)(`${i.default.inverse(` Initialize profile `)}`);let t=await(0,w.text)({message:`Profile label`,validate:e=>{if(!e||e.trim().length===0)return`The profile label is required`;if(e.includes(` `))return`The profile label cannot contain spaces`}});if((0,w.isCancel)(t))return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0);if($t(t)){let n=await(0,w.confirm)({message:`Configuration profile with name ${e.C(t)} already exists. Do you want to overwrite it?`});if((0,w.isCancel)(n)||!n)return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0)}let r;if(n===`production`)r=`https://api.stackone.com`;else if(n===`staging`)r=`https://api.stackone-dev.com`;else{let e=await(0,w.text)({message:`API URL`,placeholder:dn,initialValue:dn,validate:e=>{if(!e||e.trim().length===0)return`API URL is required`;try{new URL(e)}catch{return`Please enter a valid URL`}}});if((0,w.isCancel)(e))return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0);r=e}let a=await(0,w.password)({message:`API Key`,validate:e=>{if(!e||e.trim().length===0)return`API Key is required`}});if((0,w.isCancel)(a))return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0);en(t,{label:t,environment:n,apiUrl:r,apiKey:a}),(0,w.outro)(`${i.default.green(`✔`)} Configuration profile ${e.C(t)} initialized successfully!`),process.exit(0)}catch(t){t?.isTtyError?e.w.error(`Prompt couldn't be rendered in the current environment`):e.w.error(`Failed to initialize configuration profile: ${t}`),process.exit(1)}}};const pn=20,$={pending:`○`,acceptRemote:`●`,acceptLocal:`◐`,acceptBoth:`◑`,current:`◉`,arrow:`→`,check:`✓`,cross:`✗`,warning:`⚠`};var mn=class{constructor(e,t,n,r){this.conflicts=[],this.currentIndex=0,this.totalConflicts=0,this.currentCleanup=null,this.connectorId=t,this.localVersion=n,this.remoteVersion=r,this.conflicts=e.map(e=>({conflict:e,choice:e.type===`unchanged`?`remote`:`pending`})),this.totalConflicts=e.filter(e=>e.type===`conflict`).length}resetForReResolution(){this.currentIndex=0}async resolve(){return this.totalConflicts===0?{cancelled:!1,states:this.conflicts}:(this.moveToNextConflict(),new Promise(e=>{let t=(0,ee.createInterface)({input:process.stdin,output:process.stdout});process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.resume(),this.render();let n=n=>{let r=n.toString();if(r===``){this.cleanup(t),this.renderCancelled(),e({cancelled:!0,states:this.conflicts});return}if(r===`\x1B`&&n.length===1){this.cleanup(t),this.renderCancelled(),e({cancelled:!0,states:this.conflicts});return}if(r.startsWith(`\x1B[`)){switch(r.slice(2)){case`D`:this.moveToPrevConflict(),this.render();break;case`C`:this.moveToNextConflict(),this.render();break}return}switch(r){case`r`:case`R`:this.setCurrentChoice(`remote`),this.advanceAfterChoice(t);break;case`l`:case`L`:this.setCurrentChoice(`local`),this.advanceAfterChoice(t);break;case`b`:case`B`:this.setCurrentChoice(`both`),this.advanceAfterChoice(t);break;case`\r`:case`
156
+ `)}#t=e=>!e.includes(`/`)&&!e.includes(`\\`)&&!e.endsWith(`.yaml`)&&!e.endsWith(`.yml`)?e.includes(`@`)?e.split(`@`).length===2:!0:!1;#n=e=>e.includes(`@`)?e:`${e}@latest`;async#r(t,n,r,i,a){let o=(0,v.default)(`Getting connector ${e.C(t)} from registry...`).start();try{let s=Buffer.from(r).toString(`base64`),c=i?`?format=${i}`:``,l=a?`${c?`&`:`?`}owner=${encodeURIComponent(a)}`:``,u=await fetch(`${n}/registry/connectors/${t}${c}${l}`,{method:`GET`,headers:{Authorization:`Basic ${s}`}});if(o.stop(),u.status===409){a&&(await e.x(u,`Failed to get connector ${e.C(t)} from the registry`),process.exit(1));let r=await cn(t,(await u.json()).availableOwners??[]),i=`${n}/registry/connectors/${t}${c}${c?`&`:`?`}owner=${encodeURIComponent(r)}`;o.text=`Getting connector ${e.C(t)} from registry...`,o.start();let l=await fetch(i,{method:`GET`,headers:{Authorization:`Basic ${s}`}});return o.stop(),l.ok||(await e.x(l,`Failed to get connector ${e.C(t)} from the registry`),process.exit(1)),await l.text()}return u.ok||(await e.x(u,`Failed to get connector ${e.C(t)} from the registry`),process.exit(1)),await u.text()}catch(r){o.stop(),e.w.error(`Failed to get connector ${e.C(t)} from the registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}}async#i(t,n,r,i){let a=(0,v.default)(`Getting connector from account ${e.C(t)}...`).start();try{let o=Buffer.from(r).toString(`base64`),s=i?`?format=${i}`:``,c=await fetch(`${n}/accounts/${t}/connector${s}`,{method:`GET`,headers:{Authorization:`Basic ${o}`}});return a.stop(),c.ok||(await e.x(c,`Failed to get connector from account ${e.C(t)}`),process.exit(1)),await c.text()}catch(r){a.stop(),e.w.error(`Failed to get connector from account ${e.C(t)}: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}}};const dn=`https://api.stackone.com`,fn=`https://api.stackone-dev.com`,pn=`http://localhost:4000`;var mn=class{async execute({environment:t}={}){let n=t?.toLowerCase()??`production`;try{(0,w.intro)(`${i.default.inverse(` Initialize profile `)}`);let t=await(0,w.text)({message:`Profile label`,validate:e=>{if(!e||e.trim().length===0)return`The profile label is required`;if(e.includes(` `))return`The profile label cannot contain spaces`}});if((0,w.isCancel)(t))return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0);if(tn(t)){let n=await(0,w.confirm)({message:`Configuration profile with name ${e.C(t)} already exists. Do you want to overwrite it?`});if((0,w.isCancel)(n)||!n)return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0)}let r;if(n===`production`)r=`https://api.stackone.com`;else if(n===`staging`)r=`https://api.stackone-dev.com`;else{let e=await(0,w.text)({message:`API URL`,placeholder:pn,initialValue:pn,validate:e=>{if(!e||e.trim().length===0)return`API URL is required`;try{new URL(e)}catch{return`Please enter a valid URL`}}});if((0,w.isCancel)(e))return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0);r=e}let a=await(0,w.password)({message:`API Key`,validate:e=>{if(!e||e.trim().length===0)return`API Key is required`}});if((0,w.isCancel)(a))return(0,w.cancel)(`Configuration profile initialization cancelled`),process.exit(0);nn(t,{label:t,environment:n,apiUrl:r,apiKey:a}),(0,w.outro)(`${i.default.green(`✔`)} Configuration profile ${e.C(t)} initialized successfully!`),process.exit(0)}catch(t){t?.isTtyError?e.w.error(`Prompt couldn't be rendered in the current environment`):e.w.error(`Failed to initialize configuration profile: ${t}`),process.exit(1)}}};const hn=20,$={pending:`○`,acceptRemote:`●`,acceptLocal:`◐`,acceptBoth:`◑`,current:`◉`,arrow:`→`,check:`✓`,cross:`✗`,warning:`⚠`};var gn=class{constructor(e,t,n,r){this.conflicts=[],this.currentIndex=0,this.totalConflicts=0,this.currentCleanup=null,this.connectorId=t,this.localVersion=n,this.remoteVersion=r,this.conflicts=e.map(e=>({conflict:e,choice:e.type===`unchanged`?`remote`:`pending`})),this.totalConflicts=e.filter(e=>e.type===`conflict`).length}resetForReResolution(){this.currentIndex=0}async resolve(){return this.totalConflicts===0?{cancelled:!1,states:this.conflicts}:(this.moveToNextConflict(),new Promise(e=>{let t=(0,ee.createInterface)({input:process.stdin,output:process.stdout});process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.resume(),this.render();let n=n=>{let r=n.toString();if(r===``){this.cleanup(t),this.renderCancelled(),e({cancelled:!0,states:this.conflicts});return}if(r===`\x1B`&&n.length===1){this.cleanup(t),this.renderCancelled(),e({cancelled:!0,states:this.conflicts});return}if(r.startsWith(`\x1B[`)){switch(r.slice(2)){case`D`:this.moveToPrevConflict(),this.render();break;case`C`:this.moveToNextConflict(),this.render();break}return}switch(r){case`r`:case`R`:this.setCurrentChoice(`remote`),this.advanceAfterChoice(t);break;case`l`:case`L`:this.setCurrentChoice(`local`),this.advanceAfterChoice(t);break;case`b`:case`B`:this.setCurrentChoice(`both`),this.advanceAfterChoice(t);break;case`\r`:case`
157
157
  `:this.allResolved()?(this.cleanup(t),e({cancelled:!1,states:this.conflicts})):(this.moveToNextUnresolved(),this.render());break;case`q`:case`Q`:this.cleanup(t),this.renderCancelled(),e({cancelled:!0,states:this.conflicts});break;case`a`:case`A`:this.acceptAllRemaining(`remote`),this.render();break;case`u`:case`U`:this.setCurrentChoice(`pending`),this.render();break}};process.stdin.on(`data`,n),this.currentCleanup=()=>{process.stdin.removeListener(`data`,n),process.stdin.isTTY&&process.stdin.setRawMode(!1),t.close()}}))}cleanup(e){this.currentCleanup?(this.currentCleanup(),this.currentCleanup=null):(process.stdin.isTTY&&process.stdin.setRawMode(!1),e.close())}advanceAfterChoice(e){this.allResolved()||this.moveToNextUnresolved(),this.render()}render(){e.v();let t=process.stdout.columns||80;this.renderHeader(t),this.renderProgressBar(t),this.renderCurrentConflict(t),this.renderControls(t)}renderHeader(t){let n=this.connectorId,r=`${this.localVersion} ${$.arrow} ${this.remoteVersion}`,a=Math.max(0,t-17),o=Math.floor(a/2),s=a-o,c=` `.repeat(o)+`CONFLICT RESOLVER`+` `.repeat(s);e.w.log(``),e.w.log(i.default.bgBlue.white.bold(c)),e.w.log(i.default.gray(this.centerText(n,t))),e.w.log(i.default.gray(this.centerText(r,t))),e.w.log(``)}renderProgressBar(t){let n=this.conflicts.filter(e=>e.conflict.type===`conflict`),r=this.getCurrentConflictIndex(),a=n.map((e,t)=>{let n=t===r,a,o;switch(e.choice){case`remote`:a=n?$.current:$.acceptRemote,o=i.default.green;break;case`local`:a=n?$.current:$.acceptLocal,o=i.default.yellow;break;case`both`:a=n?$.current:$.acceptBoth,o=i.default.cyan;break;default:a=n?$.current:$.pending,o=n?i.default.white:i.default.gray}return o(a)}),o=n.filter(e=>e.choice!==`pending`).length,s=` Conflict ${r+1} of ${this.totalConflicts} • ${o}/${this.totalConflicts} resolved `;e.w.log(i.default.gray(this.centerText(s,t))),e.w.log(this.centerText(a.join(` `),t)),e.w.log(``)}renderCurrentConflict(t){let n=this.conflicts[this.currentIndex];if(!n||n.conflict.type!==`conflict`)return;let r=n.conflict;if(e.w.log(i.default.gray(`_`.repeat(t))),e.w.log(`
158
158
 
159
159
  `),r.local){let t=n.choice===`local`||n.choice===`both`?i.default.yellow.bold(`${$.check} LOCAL (keeping)`):i.default.red.bold(`${$.cross} LOCAL (removing)`),a=r.local.split(`
@@ -167,9 +167,9 @@ Available skills
167
167
  `),l=a.length>20?`\n${i.default.gray(`... and ${a.length-20} more lines`)}`:``;e.w.log(`${t}\n\n${c}${l}`)}e.w.log(`
168
168
 
169
169
  `),e.w.log(i.default.gray(`_`.repeat(t))),e.w.log(``)}renderControls(t){let n=[i.default.green(`[R] Accept Remote`),i.default.yellow(`[L] Keep Local`),i.default.cyan(`[B] Keep Both`),i.default.gray(`[U] Undo`)],r=[i.default.gray(`[←/→] Navigate`),i.default.gray(`[A] Accept all remaining`)],a=this.allResolved()?[i.default.green.bold(`[Enter] Apply Changes`),i.default.gray(`[Esc] Cancel`)]:[i.default.gray(`[Enter] Next Unresolved`),i.default.gray(`[Esc] Cancel`)];e.w.log(this.centerText(n.join(` `),t)),e.w.log(``),e.w.log(this.centerText(r.join(` `),t)),e.w.log(``),e.w.log(this.centerText(a.join(` `),t)),this.allResolved()&&(e.w.log(``),e.w.log(i.default.green.bold(this.centerText(`✓ All conflicts resolved!`,t))))}renderFinalSummary(){e.v();let t=this.conflicts.filter(e=>e.conflict.type===`conflict`),n=0,r=0,a=0;for(let e of t)switch(e.choice){case`remote`:n++;break;case`local`:r++;break;case`both`:a++;break}let o=[i.default.green.bold(`Conflict resolution complete`),``,`${i.default.bold(this.totalConflicts)} conflicts resolved:`,``,`${i.default.green($.acceptRemote)} Accepted remote: ${n}`,`${i.default.yellow($.acceptLocal)} Kept local: ${r}`,`${i.default.cyan($.acceptBoth)} Kept both: ${a}`];e.w.box(o.join(`
170
- `))}renderCancelled(){e.v(),e.w.log(i.default.yellow(`Conflict resolution cancelled`)),e.w.log(``),e.w.log(`No changes were made to your local connector file.`)}getCurrentConflictIndex(){let e=-1;for(let t=0;t<=this.currentIndex&&t<this.conflicts.length;t++)this.conflicts[t].conflict.type===`conflict`&&e++;return e}moveToNextConflict(){for(let e=this.currentIndex+1;e<this.conflicts.length;e++)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}for(let e=0;e<this.currentIndex;e++)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}}moveToPrevConflict(){for(let e=this.currentIndex-1;e>=0;e--)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}for(let e=this.conflicts.length-1;e>this.currentIndex;e--)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}}moveToNextUnresolved(){for(let e=this.currentIndex+1;e<this.conflicts.length;e++)if(this.conflicts[e].conflict.type===`conflict`&&this.conflicts[e].choice===`pending`){this.currentIndex=e;return}for(let e=0;e<this.currentIndex;e++)if(this.conflicts[e].conflict.type===`conflict`&&this.conflicts[e].choice===`pending`){this.currentIndex=e;return}}setCurrentChoice(e){this.conflicts[this.currentIndex]?.conflict.type===`conflict`&&(this.conflicts[this.currentIndex].choice=e)}allResolved(){return this.conflicts.filter(e=>e.conflict.type===`conflict`).every(e=>e.choice!==`pending`)}acceptAllRemaining(e){for(let t of this.conflicts)t.conflict.type===`conflict`&&t.choice===`pending`&&(t.choice=e)}centerText(e,t){let n=this.stripAnsi(e),r=Math.max(0,Math.floor((t-n.length)/2));return` `.repeat(r)+e}stripAnsi(e){return e.replace(/\x1b\[[0-9;]*m/g,``)}getResolvedContent(){let e=[];for(let t of this.conflicts)if(t.conflict.type===`unchanged`)e.push(t.conflict.content||``);else if(t.conflict.type===`conflict`)switch(t.choice){case`remote`:t.conflict.remote&&e.push(t.conflict.remote);break;case`local`:t.conflict.local&&e.push(t.conflict.local);break;case`both`:t.conflict.local&&e.push(t.conflict.local),t.conflict.remote&&e.push(t.conflict.remote);break;case`pending`:t.conflict.remote&&e.push(t.conflict.remote);break}return e.join(``)}};const hn=`https://api.stackone.com`,gn=3;var _n=class{async execute({profile:t,connector:n,outputPath:r,apiUrl:a,apiKey:o,owner:s}={}){if((0,C.isMissing)(n)&&(e.w.error(`Connector identifier is required`),e.w.log(`Please provide a connector identifier using the ${e.C(`--connector`)} option in the format: ${e.C(`provider_key@version`)} or ${e.C(`provider_key`)}`),e.w.log(`If no version is specified, the latest version will be pulled.`),process.exit(1)),!t&&!o&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&o&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&a&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!$t(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=tn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let c=t?Qt(t):{apiUrl:a??hn,apiKey:o};c?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1));let l=c.apiUrl??hn,[u,d]=n.split(`@`),f=await this.#f(u,l,c.apiKey,d??`latest`,s),p=this.#e(f),m=p.version??`unknown`,h=this.#t(r,p.key,m),g=this.#r(h),_=g===null,v=f;if(!_){let t=this.#i(g,h);t&&(e.w.warn(t.message),t.errors.length>0&&e.y(t.errors,!1),e.w.log(``));let r=t?void 0:this.#e(g);if(this.#o(g,f)){this.#a(g,f,h);let t=r?.version??`unknown`,i=await this.#s(g,f,n,t,m);i.action===`cancel`&&((0,w.cancel)(`Pull cancelled`),process.exit(0)),i.action===`keep-local`&&(e.w.log(``),e.w.info(`Keeping local version. No changes made.`),process.exit(0)),i.action===`interactive-cancel`&&process.exit(0),i.action===`interactive`&&(v=i.resolvedContent)}else e.w.info(`No changes detected in connector configuration.`),process.exit(0)}let y=(0,T.validateYamlConnector)(v).connector,b=y?.key??p.key,x=y?.version??m,S=this.#t(r,b,x),E=S;if(S!==h){let t=await this.#n(S);e.w.log(``),t!==void 0&&(E=t)}await this.#d(E,v),_?e.w.success(`Connector ${e.C(b)}@${e.C(x)} pulled successfully (new connector)`):e.w.success(`Connector ${e.C(b)}@${e.C(x)} updated successfully`);let ee=b===p.key?e.C(b):`${e.C(p.key)} ${i.default.whiteBright(`→`)} ${e.C(b)}`,te=x===m?e.C(x):`${e.C(m)} ${i.default.whiteBright(`→`)} ${e.C(x)}`,D=E===h?e.C(E):`${e.C(h)}\n ${i.default.whiteBright(`→`)} ${e.C(E)}`;e.w.log(`\n${i.default.blue.inverse(` CONNECTOR DETAILS `)}\n`),e.w.log(` Provider: ${ee}`),e.w.log(` Version: ${te}`),e.w.log(` Output file: ${D}`),process.exit(0)}#e(t){let n=(0,T.validateYamlConnector)(t),r=n?.errors??[];if(n.success)return n.connector;e.w.error(`Connector pulled from the registry is not valid`),e.w.log(`Please make sure you are using the latest version of the StackOne CLI by running ${e.C(`stackone update`)}`),r.length>0&&e.y(r,!0),process.exit(1)}#t(t,n,r){let i=`${n}_v${r.replaceAll(`.`,`-`)}.s1.yaml`;return t?(m.default.existsSync(t)&&(m.default.statSync(t).isDirectory()||(e.w.error(`Output path ${e.C(t)} is not a directory`),e.w.log(`Please provide a valid directory path to store connectors or use the default path.`),process.exit(1))),h.default.resolve(t,n,i)):h.default.resolve(process.cwd(),`connectors`,n,i)}async#n(t){if(!m.default.existsSync(t))return;let n=h.default.basename(t),r=h.default.dirname(t);e.w.warn(`File ${e.C(n)} already exists at ${e.C(r)}`);let i=await(0,w.select)({message:`How would you like to proceed?`,options:[{value:`override`,label:`Override existing file`,hint:`Replace the existing file with the new content`},{value:`rename`,label:`Save with a different name`,hint:`Provide a new filename for the connector`},{value:`cancel`,label:`Cancel`,hint:`Abort the pull operation`}]});if(((0,w.isCancel)(i)||i===`cancel`)&&((0,w.cancel)(`Operation cancelled. No local changes were made.`),process.exit(0)),i===`override`)return;let a=await(0,w.text)({message:`Enter the new filename:`,placeholder:n,validate:e=>{if(!e||e.trim()===``)return`Filename cannot be empty`;if(!e.endsWith(`.s1.yaml`))return`Filename must end with .s1.yaml`;let t=h.default.join(r,e.trim());if(m.default.existsSync(t))return`File ${e} already exists`}});return(0,w.isCancel)(a)&&((0,w.cancel)(`Operation cancelled. No local changes were made.`),process.exit(0)),h.default.join(r,a.trim())}#r(e){if(!m.default.existsSync(e))return null;try{return m.default.readFileSync(e,`utf-8`)}catch{return null}}#i(t,n){try{let r=(0,T.validateYamlConnector)(t);if(!r.success){let t=r.errors??[];return{message:`Local connector ${e.C(h.default.basename(n))} has validation errors:`,errors:t}}}catch(t){return{message:`Local connector ${e.C(h.default.basename(n))} could not be validated: ${t.message}`,errors:[]}}return null}#a(t,n,r){let a=(0,E.diffLines)(t,n);if(!a.some(e=>e.added||e.removed)){e.w.info(`No changes detected in connector configuration.`);return}e.w.log(`${i.default.blue.inverse(` CHANGES `)}\n`),e.w.log(i.default.gray(`--- local: ${r}`)),e.w.log(i.default.gray(`+++ remote: StackOne Registry`)),e.w.log(``);let o=0,s=0;for(let t of a){let n=t.value.split(`
171
- `).filter(e=>e!==``);if(t.added){o+=n.length;for(let t of n)e.w.log(i.default.green(`+ ${t}`))}else if(t.removed){s+=n.length;for(let t of n)e.w.log(i.default.red(`- ${t}`))}else if(n.length<=6)for(let t of n)e.w.log(i.default.gray(` ${t}`));else{for(let t=0;t<3;t++)e.w.log(i.default.gray(` ${n[t]}`));e.w.log(i.default.gray(` ... (${n.length-6} unchanged lines)`));for(let t=n.length-3;t<n.length;t++)e.w.log(i.default.gray(` ${n[t]}`))}}e.w.log(``),e.w.log(i.default.gray(`Summary: ${i.default.green(`+${o}`)} additions, ${i.default.red(`-${s}`)} deletions`))}#o(e,t){return(0,E.diffLines)(e,t).some(e=>e.added||e.removed)}async#s(t,n,r,i,a){e.w.log(``);let o=await(0,w.select)({message:`How would you like to resolve the differences?`,options:[{value:`override`,label:`Override local with remote`,hint:`Replace your local file with the StackOne version`},{value:`keep-local`,label:`Keep local version`,hint:`Cancel the pull and keep your current file`},{value:`interactive`,label:`Resolve conflicts interactively`,hint:`Choose which changes to accept one by one`},{value:`cancel`,label:`Cancel`,hint:`Abort the pull operation`}]});if((0,w.isCancel)(o))return{action:`cancel`};if(o===`override`)return{action:`override`};if(o===`keep-local`)return{action:`keep-local`};if(o===`interactive`){let e=await this.#c(t,n,r,i,a);return e===null?{action:`interactive-cancel`}:{action:`interactive`,resolvedContent:e}}return{action:`cancel`}}async#c(t,n,r,i,a){let o=(0,E.diffLines)(t,n),s=this.#u(o);if(s.length===0)return e.w.info(`No conflicts to resolve.`),n;let c=new mn(s,r,i,a);for(;;){if((await c.resolve()).cancelled)return null;let t=c.getResolvedContent(),n=(0,T.validateYamlConnector)(t);if(n.success)return c.renderFinalSummary(),t;let r=await this.#l(n.errors);if(r===`cancel`)return e.v(),e.w.info(`Operation cancelled. No changes were made to the local connector.`),null;if(r===`save`)return e.v(),e.w.warn(`The connector was saved but it is invalid`),t;c.resetForReResolution()}}async#l(t){let{createInterface:n}=await import(`readline`);return new Promise(r=>{e.v();let a=(t||[{message:`Unknown validation error`}]).map(e=>` • ${e.message}`).join(`
172
- `);e.w.box({title:`⚠️ Validation Failed`,message:`The resolved connector configuration is invalid:\n\n${a}`,style:{borderColor:`yellow`,padding:1}}),e.w.log(``),e.w.log(i.default.bold(` Choose an action:`)),e.w.log(``),e.w.log(i.default.cyan(` [B]`)+` ← Go back to conflict resolution`),e.w.log(i.default.dim(` Modify your choices to fix the validation errors`)),e.w.log(``),e.w.log(i.default.yellow(` [S]`)+` 💾 Save anyway`),e.w.log(i.default.dim(` Save the invalid configuration (not recommended)`)),e.w.log(``),e.w.log(i.default.red(` [C]`)+` ✖ Cancel`),e.w.log(i.default.dim(` Discard all changes`)),e.w.log(``);let o=n({input:process.stdin,output:process.stdout});process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.resume();let s=e=>{let t=e.toString().toLowerCase(),n=()=>{process.stdin.removeListener(`data`,s),process.stdin.isTTY&&process.stdin.setRawMode(!1),o.close()};if(t===``||t===`\x1B`){n(),r(`cancel`);return}switch(t){case`b`:n(),r(`back`);break;case`s`:n(),r(`save`);break;case`c`:case`q`:n(),r(`cancel`);break}};process.stdin.on(`data`,s)})}#u(e){let t=[],n=0;for(;n<e.length;){let r=e[n];if(!r.added&&!r.removed)t.push({type:`unchanged`,content:r.value}),n++;else if(r.removed){let i=e[n+1];i?.added?(t.push({type:`conflict`,local:r.value,remote:i.value}),n+=2):(t.push({type:`conflict`,local:r.value,remote:void 0}),n++)}else r.added&&t.push({type:`conflict`,local:void 0,remote:r.value}),n++}return t}async#d(t,n){let r=h.default.dirname(t);m.default.existsSync(r)||m.default.mkdirSync(r,{recursive:!0});try{m.default.writeFileSync(t,n,`utf-8`)}catch(n){e.w.error(`Failed to write connector to file ${e.C(t)}: ${n.message}`),process.exit(1)}}async#f(t,n,r,i,a){let o=(0,v.default)(`Pulling connector ${e.C(t)}@${e.C(i)} from registry...`).start();try{let s=Buffer.from(r).toString(`base64`),c=`${n}/registry/connectors/${t}@${i}${a?`?owner=${encodeURIComponent(a)}`:``}`,l=await fetch(c,{method:`GET`,headers:{Authorization:`Basic ${s}`}});if(o.stop(),l.status===409){a&&(await this.#p(l,t,i),process.exit(1));let r=(await l.json()).availableOwners??[],c=await on(`${t}@${i}`,r);o.text=`Pulling connector ${e.C(t)}@${e.C(i)} from registry...`,o.start();let u=`${n}/registry/connectors/${t}@${i}`,d=await fetch(`${u}?owner=${encodeURIComponent(c)}`,{method:`GET`,headers:{Authorization:`Basic ${s}`}});return o.stop(),d.ok||(await this.#p(d,t,i),process.exit(1)),await d.text()}return l.ok||(await this.#p(l,t,i),process.exit(1)),await l.text()}catch(r){o.stop(),e.w.error(`Failed to pull connector ${e.C(t)}@${e.C(i)} from the registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid.`),process.exit(1)}}async#p(t,n,r){switch(t.status){case 401:case 403:e.w.error(`Access denied`),e.w.log(`Please ensure that your API key is valid and has the ${e.C(`connectors:read`)} scope required to pull connectors.`);break;case 404:e.w.error(`Connector ${e.C(n)}@${e.C(r)} was not found in the registry`),await this.#m(n);break;case 429:e.w.error(`Rate limit exceeded`),e.w.log(`Too many requests. Please wait a moment before trying again.`);break;default:await e.x(t,`Failed to pull connector ${e.C(n)}`)}}async#m(t){e.w.info(`To see available versions, check the connector documentation or contact support.`)}};const vn=`https://api.stackone.com`;var yn=class{async execute({profile:t,fileOrDir:n,apiUrl:r,apiKey:a,force:o}={}){if(!t&&!a&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&a&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&r&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!$t(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=tn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let s=t?Qt(t):{apiUrl:r??vn,apiKey:a};s?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1)),n||(e.w.error(`File or directory is required.`),process.exit(1));try{(0,m.statSync)(n)}catch{e.w.error(`File or directory not found: ${i.default.red(n)}`),process.exit(1)}let c=(0,m.statSync)(n),l=s.apiUrl??vn;if(c.isDirectory()){let t=Tn(n),r=0;t.length===0?(e.w.error(`No .s1.yaml connector files found in the directory: ${n}.`),process.exit(1)):(e.w.start(`Found ${t.length} connector(s) file(s). Pushing to registry...`),e.w.log(``));for(let e of t)await this.uploadFile(e,l,s.apiKey,o)&&r++;r===0?e.w.error(`Error while pushing connectors: no files were uploaded`):(e.w.log(``),e.w.info(`Upload completed: ${i.default.green(r)} of ${i.default.blue(t.length)} file(s) uploaded successfully.`)),process.exit(r>0?0:1)}else n.endsWith(`.s1.yaml`)||(e.w.error(`Only ${e.C(`.s1.yaml`)} files are supported for upload`),process.exit(1));let u=await this.uploadFile(n,l,s.apiKey,o);process.exit(u?0:1)}async uploadFile(t,n,r,i){let a=(0,v.default)(`📤 Pushing connector in ${(0,h.basename)(t)}...`).start();try{let o=wn(t);if(!o)return!1;let s=(0,h.basename)(t),c=new FormData,l=new Blob([o],{type:`application/x-yaml`});c.append(`file`,l,s),i&&c.append(`force`,`true`);let u=Buffer.from(r).toString(`base64`),d=await fetch(`${n}/registry/connectors`,{method:`POST`,headers:{Authorization:`Basic ${u}`},body:c});if(a.stop(),!d.ok)return d.status===409||d.status===422?await this.handleVersionConflict(d,t,n,r,i):(await e.x(d,`Failed to push connector in ${e.C(s)} to the registry`),!1);let f=await d.json();return e.w.success(`Successfully uploaded ${e.C(s)} with connector ${e.C(f.provider)}@${e.C(f.version)}`),!0}catch(r){return a.stop(),e.w.error(`Failed to upload file ${e.C(t)}: ${r}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),!1}}async handleVersionConflict(t,n,r,i,a){let o=await t.text(),s;try{s=JSON.parse(o)}catch{}let c=D.default.valid(s?.latestVersion);if(!c)return await e.x(new Response(o,{status:t.status,statusText:t.statusText}),`Failed to push connector in ${e.C((0,h.basename)(n))} to the registry`),!1;let l=(0,m.readFileSync)(n,`utf-8`),u=bn(l),d=u?`${e.C(u)}`:``,f=t.status===409?`Version ${d} already exists in the registry. Latest version: ${e.C(c)}`:`Version ${d} is lower than the latest version in the registry. Latest version: ${e.C(c)}`;e.w.error(f);let p=D.default.inc(c,`patch`)??c,g=D.default.inc(c,`minor`)??c,_=D.default.inc(c,`major`)??c,v=await(0,w.select)({message:`How would you like to proceed?`,options:[{value:p,label:`Bump patch version (${p})`},{value:g,label:`Bump minor version (${g})`},{value:_,label:`Bump major version (${_})`},{value:`cancel`,label:`Cancel push`}]});return(0,w.isCancel)(v)||v===`cancel`?((0,w.cancel)(`Push cancelled`),!1):((0,m.writeFileSync)(n,xn(l,v),`utf-8`),e.w.info(`Updated version to ${e.C(v)} in ${(0,h.basename)(n)}`),this.uploadFile(n,r,i,a))}};const bn=e=>e.match(/^\s*version: (\S+)/m)?.[1],xn=(e,t)=>e.replace(/^(\s*version: )\S+/m,`$1${t}`),Sn=e=>{try{let t=(0,T.parseYamlConnector)(e);return t.changelog?.summary?.trim()?null:`has no changelog entry for version ${t.version}`}catch{return null}},Cn=()=>{e.w.log(`Every published version must record what changed. Add an ${e.C(`info.changelog`)} block:`),e.w.log(``),e.w.log(i.default.gray(` info:`)),e.w.log(i.default.gray(` changelog:`)),e.w.log(i.default.gray(` summary: What changed in this version.`)),e.w.log(i.default.gray(` labels: [new-actions] # optional, one of: ${te.ChangelogLabels.join(`, `)}`)),e.w.log(``)},wn=t=>{let n=(0,T.loadConnector)(t),r=(0,T.validateYamlConnector)(n),i=r?.errors??[];if(r.success){let r=Sn(n);if(r){e.w.error(`Connector in ${e.S(t)} ${r}`),Cn();return}return n}else i.length>0?(e.w.error(`Connector in ${e.S(t)} is not valid`),e.y(i,!0)):e.w.error(`Connector in ${e.S(t)} is not valid. Please check the file for errors.`)},Tn=e=>{let t=[],n=(0,m.readdirSync)(e,{withFileTypes:!0});for(let r of n){let n=(0,h.join)(e,r.name);r.isDirectory()?t.push(...Tn(n)):r.name.endsWith(`.s1.yaml`)&&t.push(n)}return t},En=C.z.object({provider_key:C.z.string().optional(),provider_version:C.z.string().optional(),auth_config_key:C.z.string(),environment:C.z.string().default(`production`),organization_id:C.z.string().default(`cli-organization-id`),account_id:C.z.string().default(`cli-account-secure-id`),project_id:C.z.string().default(`cli-project-secure-id`),credentials:C.z.record(C.z.string(),C.z.any()).default({})}),Dn=C.z.record(C.z.string(),C.z.any()),On=C.z.object({path:C.z.record(C.z.string(),C.z.any()).default({}),queryParams:C.z.record(C.z.string(),C.z.any()).default({}),header:C.z.record(C.z.string(),C.z.any()).default({}),body:C.z.record(C.z.string(),C.z.any()).default({})}),kn=`https://api.stackone.com`;var An=class{async execute({connector:t,action:n,actionId:r,account:a,accountId:o,params:s,credentials:c,profile:l,outputFile:u,debug:d,apiUrl:f,apiKey:p,owner:h}={}){if(!l&&!p&&o&&(e.w.error(`Profile or API key is required when providing an account ID`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),l&&p&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),l&&f&&e.w.warn(`Specifying --api-url with a profile won't have any effect. Using API url from profile.`),l&&!$t(l)){e.w.error(`Configuration profile ${e.C(l)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let t=tn();t.length>0&&(e.w.info(`Available configuration profiles:`),t.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let g=l?Qt(l):{apiUrl:f??kn,apiKey:p};(0,C.isMissing)(a)&&(0,C.isMissing)(o)&&(e.w.error(`A valid account or account ID is required to run an action`),process.exit(1));let _;if((0,C.notMissing)(t))if(this.#a(t)){!l&&!p&&(e.w.error(`Profile or API key is required when using a connector identifier`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.`),process.exit(1));let n=this.#o(t);_=await this.#s(n,g?.apiUrl??kn,g?.apiKey,h)}else _=this.#e(t);else (0,C.notMissing)(o)&&(_=await this.#c(o,g?.apiUrl??kn,g?.apiKey));let v=(0,C.notMissing)(n)?this.#r(n,t):_;(0,C.isMissing)(v)&&(e.w.error(`A valid connector is required to run an action.`),process.exit(1));let y=(0,C.notMissing)(v?.actions)?Object.keys(v?.actions).length:0,b=(0,C.notMissing)(v?.actions)?Object.keys(v.actions)[y-1]:void 0,x=(0,C.notMissing)(b)?v?.actions?.[b]?.id:void 0,S=((0,C.notMissing)(r)&&!r?.startsWith(`${v.key}_`)?`${v.key}_${r}`:r)??x;(0,C.isMissing)(S)&&(e.w.error(`A valid action ID is required to run an action`),process.exit(1));let w=(0,C.notMissing)(o)?await this.#l(o,g?.apiUrl??kn,g?.apiKey):{},T=(0,C.notMissing)(a)?this.#i(a,v.key??`unknown`,v.version??`unknown`):void 0,E=(0,C.notMissing)(c)?this.#u(c):{},ee={...w,...T,credentials:{...w.credentials??{},...E}};(0,C.isMissing)(ee)&&(e.w.error(`A valid account data is required to run an action.`),process.exit(1));let te=v.actions?.[S];(0,C.isMissing)(te)&&(e.w.error(`Action ID ${e.C(S)} not found in the connector ${e.C(v.key)}@${e.C(v.version)}.`),process.exit(1));let D=(0,C.notMissing)(s)?this.#d(s,S):{path:{},queryParams:{},header:{},body:{}},O=Date.now(),k=await this.#f({connector:v,actionId:S,account:ee,queryParams:{...D.queryParams,...d?{debug:`true`}:{}},pathParams:D.path,body:D.body,headers:D.header}),A=Date.now()-O;if((0,C.notMissing)(u))try{m.default.writeFileSync(u,JSON.stringify(k.output,null,2),`utf-8`),e.w.info(`Output written to file: ${u}`)}catch(t){e.w.error(`Failed to write output to file ${u}: ${t.message}`),process.exit(1)}else e.w.log(`\n${i.default.blue.inverse(` ACTION OUTPUT `)}`),e.b(k.output);e.w.log(``),e.w.info(`Action ${e.C(S)} from connector ${e.C(v?.key)}@${e.C(v?.version)} finished in ${i.default.yellowBright((A/1e3).toFixed(2))} seconds.`),process.exit(0)}#e=e=>{let t=e;try{t=(0,T.loadConnector)(e)}catch{}return t?this.#n(t):void 0};#t=t=>{try{return(0,T.loadConnector)(t)}catch(n){e.w.error(`Failed to load connector file from ${e.C(t)}: ${n.message}`),process.exit(1)}};#n=t=>{let n=(0,T.validateYamlConnector)(t),r=n?.errors??[];if(n.success)return n.connector||(e.w.error(`Failed to load connector.`),process.exit(1)),n.connector;r.length>0?(e.w.error(`Connector is not valid`),e.y(r,!0),process.exit(1)):(e.w.error(`Connector is not valid. Please check the file for errors.`),process.exit(1))};#r=(t,n)=>{let r=t;try{r=m.default.readFileSync(t,`utf-8`)}catch{}(0,C.isMissing)(n)&&(e.w.error(`A valid connector is required to load an action.`),process.exit(1));let i=`${this.#t(n)} - ${r.split(`
170
+ `))}renderCancelled(){e.v(),e.w.log(i.default.yellow(`Conflict resolution cancelled`)),e.w.log(``),e.w.log(`No changes were made to your local connector file.`)}getCurrentConflictIndex(){let e=-1;for(let t=0;t<=this.currentIndex&&t<this.conflicts.length;t++)this.conflicts[t].conflict.type===`conflict`&&e++;return e}moveToNextConflict(){for(let e=this.currentIndex+1;e<this.conflicts.length;e++)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}for(let e=0;e<this.currentIndex;e++)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}}moveToPrevConflict(){for(let e=this.currentIndex-1;e>=0;e--)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}for(let e=this.conflicts.length-1;e>this.currentIndex;e--)if(this.conflicts[e].conflict.type===`conflict`){this.currentIndex=e;return}}moveToNextUnresolved(){for(let e=this.currentIndex+1;e<this.conflicts.length;e++)if(this.conflicts[e].conflict.type===`conflict`&&this.conflicts[e].choice===`pending`){this.currentIndex=e;return}for(let e=0;e<this.currentIndex;e++)if(this.conflicts[e].conflict.type===`conflict`&&this.conflicts[e].choice===`pending`){this.currentIndex=e;return}}setCurrentChoice(e){this.conflicts[this.currentIndex]?.conflict.type===`conflict`&&(this.conflicts[this.currentIndex].choice=e)}allResolved(){return this.conflicts.filter(e=>e.conflict.type===`conflict`).every(e=>e.choice!==`pending`)}acceptAllRemaining(e){for(let t of this.conflicts)t.conflict.type===`conflict`&&t.choice===`pending`&&(t.choice=e)}centerText(e,t){let n=this.stripAnsi(e),r=Math.max(0,Math.floor((t-n.length)/2));return` `.repeat(r)+e}stripAnsi(e){return e.replace(/\x1b\[[0-9;]*m/g,``)}getResolvedContent(){let e=[];for(let t of this.conflicts)if(t.conflict.type===`unchanged`)e.push(t.conflict.content||``);else if(t.conflict.type===`conflict`)switch(t.choice){case`remote`:t.conflict.remote&&e.push(t.conflict.remote);break;case`local`:t.conflict.local&&e.push(t.conflict.local);break;case`both`:t.conflict.local&&e.push(t.conflict.local),t.conflict.remote&&e.push(t.conflict.remote);break;case`pending`:t.conflict.remote&&e.push(t.conflict.remote);break}return e.join(``)}};const _n=`https://api.stackone.com`,vn=3;var yn=class{async execute({profile:t,connector:n,outputPath:r,apiUrl:a,apiKey:o,owner:s}={}){if((0,C.isMissing)(n)&&(e.w.error(`Connector identifier is required`),e.w.log(`Please provide a connector identifier using the ${e.C(`--connector`)} option in the format: ${e.C(`provider_key@version`)} or ${e.C(`provider_key`)}`),e.w.log(`If no version is specified, the latest version will be pulled.`),process.exit(1)),!t&&!o&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&o&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&a&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!tn(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=rn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let c=t?en(t):{apiUrl:a??_n,apiKey:o};c?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1));let l=c.apiUrl??_n,[u,d]=n.split(`@`),f=await this.#f(u,l,c.apiKey,d??`latest`,s),p=this.#e(f),m=p.version??`unknown`,h=this.#t(r,p.key,m),g=this.#r(h),_=g===null,v=f;if(!_){let t=this.#i(g,h);t&&(e.w.warn(t.message),t.errors.length>0&&e.y(t.errors,!1),e.w.log(``));let r=t?void 0:this.#e(g);if(this.#o(g,f)){this.#a(g,f,h);let t=r?.version??`unknown`,i=await this.#s(g,f,n,t,m);i.action===`cancel`&&((0,w.cancel)(`Pull cancelled`),process.exit(0)),i.action===`keep-local`&&(e.w.log(``),e.w.info(`Keeping local version. No changes made.`),process.exit(0)),i.action===`interactive-cancel`&&process.exit(0),i.action===`interactive`&&(v=i.resolvedContent)}else e.w.info(`No changes detected in connector configuration.`),process.exit(0)}let y=(0,T.validateYamlConnector)(v).connector,b=y?.key??p.key,x=y?.version??m,S=this.#t(r,b,x),E=S;if(S!==h){let t=await this.#n(S);e.w.log(``),t!==void 0&&(E=t)}await this.#d(E,v),_?e.w.success(`Connector ${e.C(b)}@${e.C(x)} pulled successfully (new connector)`):e.w.success(`Connector ${e.C(b)}@${e.C(x)} updated successfully`);let ee=b===p.key?e.C(b):`${e.C(p.key)} ${i.default.whiteBright(`→`)} ${e.C(b)}`,te=x===m?e.C(x):`${e.C(m)} ${i.default.whiteBright(`→`)} ${e.C(x)}`,D=E===h?e.C(E):`${e.C(h)}\n ${i.default.whiteBright(`→`)} ${e.C(E)}`;e.w.log(`\n${i.default.blue.inverse(` CONNECTOR DETAILS `)}\n`),e.w.log(` Provider: ${ee}`),e.w.log(` Version: ${te}`),e.w.log(` Output file: ${D}`),process.exit(0)}#e(t){let n=(0,T.validateYamlConnector)(t),r=n?.errors??[];if(n.success)return n.connector;e.w.error(`Connector pulled from the registry is not valid`),e.w.log(`Please make sure you are using the latest version of the StackOne CLI by running ${e.C(`stackone update`)}`),r.length>0&&e.y(r,!0),process.exit(1)}#t(t,n,r){let i=`${n}_v${r.replaceAll(`.`,`-`)}.s1.yaml`;return t?(m.default.existsSync(t)&&(m.default.statSync(t).isDirectory()||(e.w.error(`Output path ${e.C(t)} is not a directory`),e.w.log(`Please provide a valid directory path to store connectors or use the default path.`),process.exit(1))),h.default.resolve(t,n,i)):h.default.resolve(process.cwd(),`connectors`,n,i)}async#n(t){if(!m.default.existsSync(t))return;let n=h.default.basename(t),r=h.default.dirname(t);e.w.warn(`File ${e.C(n)} already exists at ${e.C(r)}`);let i=await(0,w.select)({message:`How would you like to proceed?`,options:[{value:`override`,label:`Override existing file`,hint:`Replace the existing file with the new content`},{value:`rename`,label:`Save with a different name`,hint:`Provide a new filename for the connector`},{value:`cancel`,label:`Cancel`,hint:`Abort the pull operation`}]});if(((0,w.isCancel)(i)||i===`cancel`)&&((0,w.cancel)(`Operation cancelled. No local changes were made.`),process.exit(0)),i===`override`)return;let a=await(0,w.text)({message:`Enter the new filename:`,placeholder:n,validate:e=>{if(!e||e.trim()===``)return`Filename cannot be empty`;if(!e.endsWith(`.s1.yaml`))return`Filename must end with .s1.yaml`;let t=h.default.join(r,e.trim());if(m.default.existsSync(t))return`File ${e} already exists`}});return(0,w.isCancel)(a)&&((0,w.cancel)(`Operation cancelled. No local changes were made.`),process.exit(0)),h.default.join(r,a.trim())}#r(e){if(!m.default.existsSync(e))return null;try{return m.default.readFileSync(e,`utf-8`)}catch{return null}}#i(t,n){try{let r=(0,T.validateYamlConnector)(t);if(!r.success){let t=r.errors??[];return{message:`Local connector ${e.C(h.default.basename(n))} has validation errors:`,errors:t}}}catch(t){return{message:`Local connector ${e.C(h.default.basename(n))} could not be validated: ${t.message}`,errors:[]}}return null}#a(t,n,r){let a=(0,E.diffLines)(t,n);if(!a.some(e=>e.added||e.removed)){e.w.info(`No changes detected in connector configuration.`);return}e.w.log(`${i.default.blue.inverse(` CHANGES `)}\n`),e.w.log(i.default.gray(`--- local: ${r}`)),e.w.log(i.default.gray(`+++ remote: StackOne Registry`)),e.w.log(``);let o=0,s=0;for(let t of a){let n=t.value.split(`
171
+ `).filter(e=>e!==``);if(t.added){o+=n.length;for(let t of n)e.w.log(i.default.green(`+ ${t}`))}else if(t.removed){s+=n.length;for(let t of n)e.w.log(i.default.red(`- ${t}`))}else if(n.length<=6)for(let t of n)e.w.log(i.default.gray(` ${t}`));else{for(let t=0;t<3;t++)e.w.log(i.default.gray(` ${n[t]}`));e.w.log(i.default.gray(` ... (${n.length-6} unchanged lines)`));for(let t=n.length-3;t<n.length;t++)e.w.log(i.default.gray(` ${n[t]}`))}}e.w.log(``),e.w.log(i.default.gray(`Summary: ${i.default.green(`+${o}`)} additions, ${i.default.red(`-${s}`)} deletions`))}#o(e,t){return(0,E.diffLines)(e,t).some(e=>e.added||e.removed)}async#s(t,n,r,i,a){e.w.log(``);let o=await(0,w.select)({message:`How would you like to resolve the differences?`,options:[{value:`override`,label:`Override local with remote`,hint:`Replace your local file with the StackOne version`},{value:`keep-local`,label:`Keep local version`,hint:`Cancel the pull and keep your current file`},{value:`interactive`,label:`Resolve conflicts interactively`,hint:`Choose which changes to accept one by one`},{value:`cancel`,label:`Cancel`,hint:`Abort the pull operation`}]});if((0,w.isCancel)(o))return{action:`cancel`};if(o===`override`)return{action:`override`};if(o===`keep-local`)return{action:`keep-local`};if(o===`interactive`){let e=await this.#c(t,n,r,i,a);return e===null?{action:`interactive-cancel`}:{action:`interactive`,resolvedContent:e}}return{action:`cancel`}}async#c(t,n,r,i,a){let o=(0,E.diffLines)(t,n),s=this.#u(o);if(s.length===0)return e.w.info(`No conflicts to resolve.`),n;let c=new gn(s,r,i,a);for(;;){if((await c.resolve()).cancelled)return null;let t=c.getResolvedContent(),n=(0,T.validateYamlConnector)(t);if(n.success)return c.renderFinalSummary(),t;let r=await this.#l(n.errors);if(r===`cancel`)return e.v(),e.w.info(`Operation cancelled. No changes were made to the local connector.`),null;if(r===`save`)return e.v(),e.w.warn(`The connector was saved but it is invalid`),t;c.resetForReResolution()}}async#l(t){let{createInterface:n}=await import(`readline`);return new Promise(r=>{e.v();let a=(t||[{message:`Unknown validation error`}]).map(e=>` • ${e.message}`).join(`
172
+ `);e.w.box({title:`⚠️ Validation Failed`,message:`The resolved connector configuration is invalid:\n\n${a}`,style:{borderColor:`yellow`,padding:1}}),e.w.log(``),e.w.log(i.default.bold(` Choose an action:`)),e.w.log(``),e.w.log(i.default.cyan(` [B]`)+` ← Go back to conflict resolution`),e.w.log(i.default.dim(` Modify your choices to fix the validation errors`)),e.w.log(``),e.w.log(i.default.yellow(` [S]`)+` 💾 Save anyway`),e.w.log(i.default.dim(` Save the invalid configuration (not recommended)`)),e.w.log(``),e.w.log(i.default.red(` [C]`)+` ✖ Cancel`),e.w.log(i.default.dim(` Discard all changes`)),e.w.log(``);let o=n({input:process.stdin,output:process.stdout});process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.resume();let s=e=>{let t=e.toString().toLowerCase(),n=()=>{process.stdin.removeListener(`data`,s),process.stdin.isTTY&&process.stdin.setRawMode(!1),o.close()};if(t===``||t===`\x1B`){n(),r(`cancel`);return}switch(t){case`b`:n(),r(`back`);break;case`s`:n(),r(`save`);break;case`c`:case`q`:n(),r(`cancel`);break}};process.stdin.on(`data`,s)})}#u(e){let t=[],n=0;for(;n<e.length;){let r=e[n];if(!r.added&&!r.removed)t.push({type:`unchanged`,content:r.value}),n++;else if(r.removed){let i=e[n+1];i?.added?(t.push({type:`conflict`,local:r.value,remote:i.value}),n+=2):(t.push({type:`conflict`,local:r.value,remote:void 0}),n++)}else r.added&&t.push({type:`conflict`,local:void 0,remote:r.value}),n++}return t}async#d(t,n){let r=h.default.dirname(t);m.default.existsSync(r)||m.default.mkdirSync(r,{recursive:!0});try{m.default.writeFileSync(t,n,`utf-8`)}catch(n){e.w.error(`Failed to write connector to file ${e.C(t)}: ${n.message}`),process.exit(1)}}async#f(t,n,r,i,a){let o=(0,v.default)(`Pulling connector ${e.C(t)}@${e.C(i)} from registry...`).start();try{let s=Buffer.from(r).toString(`base64`),c=`${n}/registry/connectors/${t}@${i}${a?`?owner=${encodeURIComponent(a)}`:``}`,l=await fetch(c,{method:`GET`,headers:{Authorization:`Basic ${s}`}});if(o.stop(),l.status===409){a&&(await this.#p(l,t,i),process.exit(1));let r=(await l.json()).availableOwners??[],c=await cn(`${t}@${i}`,r);o.text=`Pulling connector ${e.C(t)}@${e.C(i)} from registry...`,o.start();let u=`${n}/registry/connectors/${t}@${i}`,d=await fetch(`${u}?owner=${encodeURIComponent(c)}`,{method:`GET`,headers:{Authorization:`Basic ${s}`}});return o.stop(),d.ok||(await this.#p(d,t,i),process.exit(1)),await d.text()}return l.ok||(await this.#p(l,t,i),process.exit(1)),await l.text()}catch(r){o.stop(),e.w.error(`Failed to pull connector ${e.C(t)}@${e.C(i)} from the registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid.`),process.exit(1)}}async#p(t,n,r){switch(t.status){case 401:case 403:e.w.error(`Access denied`),e.w.log(`Please ensure that your API key is valid and has the ${e.C(`connectors:read`)} scope required to pull connectors.`);break;case 404:e.w.error(`Connector ${e.C(n)}@${e.C(r)} was not found in the registry`),await this.#m(n);break;case 429:e.w.error(`Rate limit exceeded`),e.w.log(`Too many requests. Please wait a moment before trying again.`);break;default:await e.x(t,`Failed to pull connector ${e.C(n)}`)}}async#m(t){e.w.info(`To see available versions, check the connector documentation or contact support.`)}};const bn=`https://api.stackone.com`;var xn=class{async execute({profile:t,fileOrDir:n,apiUrl:r,apiKey:a,force:o}={}){if(!t&&!a&&(e.w.error(`Profile or API key is required`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),t&&a&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),t&&r&&e.w.warn(`Specifying ${e.C(`--api-url`)} with a profile won't have any effect. Using API url from profile.`),t&&!tn(t)){e.w.error(`Configuration profile ${e.C(t)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let n=rn();n.length>0&&(e.w.info(`Available configuration profiles:`),n.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let s=t?en(t):{apiUrl:r??bn,apiKey:a};s?.apiKey||(e.w.error(`API key is missing`),e.w.log(`Please provide a valid API key in the profile or via the ${e.C(`--api-key`)} option.`),process.exit(1)),n||(e.w.error(`File or directory is required.`),process.exit(1));try{(0,m.statSync)(n)}catch{e.w.error(`File or directory not found: ${i.default.red(n)}`),process.exit(1)}let c=(0,m.statSync)(n),l=s.apiUrl??bn;if(c.isDirectory()){let t=On(n),r=0;t.length===0?(e.w.error(`No .s1.yaml connector files found in the directory: ${n}.`),process.exit(1)):(e.w.start(`Found ${t.length} connector(s) file(s). Pushing to registry...`),e.w.log(``));for(let e of t)await this.uploadFile(e,l,s.apiKey,o)&&r++;r===0?e.w.error(`Error while pushing connectors: no files were uploaded`):(e.w.log(``),e.w.info(`Upload completed: ${i.default.green(r)} of ${i.default.blue(t.length)} file(s) uploaded successfully.`)),process.exit(r>0?0:1)}else n.endsWith(`.s1.yaml`)||(e.w.error(`Only ${e.C(`.s1.yaml`)} files are supported for upload`),process.exit(1));let u=await this.uploadFile(n,l,s.apiKey,o);process.exit(u?0:1)}async uploadFile(t,n,r,i){let a=(0,v.default)(`📤 Pushing connector in ${(0,h.basename)(t)}...`).start();try{let o=Dn(t);if(!o)return!1;let s=(0,h.basename)(t),c=new FormData,l=new Blob([o],{type:`application/x-yaml`});c.append(`file`,l,s),i&&c.append(`force`,`true`);let u=Buffer.from(r).toString(`base64`),d=await fetch(`${n}/registry/connectors`,{method:`POST`,headers:{Authorization:`Basic ${u}`},body:c});if(a.stop(),!d.ok)return d.status===409||d.status===422?await this.handleVersionConflict(d,t,n,r,i):(await e.x(d,`Failed to push connector in ${e.C(s)} to the registry`),!1);let f=await d.json();return e.w.success(`Successfully uploaded ${e.C(s)} with connector ${e.C(f.provider)}@${e.C(f.version)}`),!0}catch(r){return a.stop(),e.w.error(`Failed to upload file ${e.C(t)}: ${r}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),!1}}async handleVersionConflict(t,n,r,i,a){let o=Sn(t.status,a);o&&e.w.warn(o);let s=await t.text(),c;try{c=JSON.parse(s)}catch{}let l=D.default.valid(c?.latestVersion);if(!l)return await e.x(new Response(s,{status:t.status,statusText:t.statusText}),`Failed to push connector in ${e.C((0,h.basename)(n))} to the registry`),!1;let u=(0,m.readFileSync)(n,`utf-8`),d=Cn(u),f=d?`${e.C(d)}`:``,p=t.status===409?`Version ${f} already exists in the registry. Latest version: ${e.C(l)}`:`Version ${f} is lower than the latest version in the registry. Latest version: ${e.C(l)}`;e.w.error(p);let g=D.default.inc(l,`patch`)??l,_=D.default.inc(l,`minor`)??l,v=D.default.inc(l,`major`)??l,y=await(0,w.select)({message:`How would you like to proceed?`,options:[{value:g,label:`Bump patch version (${g})`},{value:_,label:`Bump minor version (${_})`},{value:v,label:`Bump major version (${v})`},{value:`cancel`,label:`Cancel push`}]});return(0,w.isCancel)(y)||y===`cancel`?((0,w.cancel)(`Push cancelled`),!1):((0,m.writeFileSync)(n,wn(u,y),`utf-8`),e.w.info(`Updated version to ${e.C(y)} in ${(0,h.basename)(n)}`),this.uploadFile(n,r,i,a))}};const Sn=(t,n)=>!n||t!==409?null:`${e.C(`--force`)} was ignored because Immutable Versioning is enabled for this project, so a published connector version cannot be overwritten. Push a new version, or turn Immutable Versioning off in the project settings.`,Cn=e=>e.match(/^\s*version: (\S+)/m)?.[1],wn=(e,t)=>e.replace(/^(\s*version: )\S+/m,`$1${t}`),Tn=e=>{try{let t=(0,T.parseYamlConnector)(e);return t.changelog?.summary?.trim()?null:`has no changelog entry for version ${t.version}`}catch{return null}},En=()=>{e.w.log(`Every published version must record what changed. Add an ${e.C(`info.changelog`)} block:`),e.w.log(``),e.w.log(i.default.gray(` info:`)),e.w.log(i.default.gray(` changelog:`)),e.w.log(i.default.gray(` summary: What changed in this version.`)),e.w.log(i.default.gray(` labels: [new-actions] # optional, one of: ${te.ChangelogLabels.join(`, `)}`)),e.w.log(``)},Dn=t=>{let n=(0,T.loadConnector)(t),r=(0,T.validateYamlConnector)(n),i=r?.errors??[];if(r.success){let r=Tn(n);if(r){e.w.error(`Connector in ${e.S(t)} ${r}`),En();return}return n}else i.length>0?(e.w.error(`Connector in ${e.S(t)} is not valid`),e.y(i,!0)):e.w.error(`Connector in ${e.S(t)} is not valid. Please check the file for errors.`)},On=e=>{let t=[],n=(0,m.readdirSync)(e,{withFileTypes:!0});for(let r of n){let n=(0,h.join)(e,r.name);r.isDirectory()?t.push(...On(n)):r.name.endsWith(`.s1.yaml`)&&t.push(n)}return t},kn=C.z.object({provider_key:C.z.string().optional(),provider_version:C.z.string().optional(),auth_config_key:C.z.string(),environment:C.z.string().default(`production`),organization_id:C.z.string().default(`cli-organization-id`),account_id:C.z.string().default(`cli-account-secure-id`),project_id:C.z.string().default(`cli-project-secure-id`),credentials:C.z.record(C.z.string(),C.z.any()).default({})}),An=C.z.record(C.z.string(),C.z.any()),jn=C.z.object({path:C.z.record(C.z.string(),C.z.any()).default({}),queryParams:C.z.record(C.z.string(),C.z.any()).default({}),header:C.z.record(C.z.string(),C.z.any()).default({}),body:C.z.record(C.z.string(),C.z.any()).default({})}),Mn=`https://api.stackone.com`;var Nn=class{async execute({connector:t,action:n,actionId:r,account:a,accountId:o,params:s,credentials:c,profile:l,outputFile:u,debug:d,apiUrl:f,apiKey:p,owner:h}={}){if(!l&&!p&&o&&(e.w.error(`Profile or API key is required when providing an account ID`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`To create a profile, run ${e.C(`stackone init`)}.`),process.exit(1)),l&&p&&(e.w.error(`Please provide either a profile or an API key, not both`),process.exit(1)),l&&f&&e.w.warn(`Specifying --api-url with a profile won't have any effect. Using API url from profile.`),l&&!tn(l)){e.w.error(`Configuration profile ${e.C(l)} not found`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.\n`);let t=rn();t.length>0&&(e.w.info(`Available configuration profiles:`),t.forEach(t=>{e.w.log(` - ${i.default.blue(t)}`)})),process.exit(1)}let g=l?en(l):{apiUrl:f??Mn,apiKey:p};(0,C.isMissing)(a)&&(0,C.isMissing)(o)&&(e.w.error(`A valid account or account ID is required to run an action`),process.exit(1));let _;if((0,C.notMissing)(t))if(this.#a(t)){!l&&!p&&(e.w.error(`Profile or API key is required when using a connector identifier`),e.w.log(`Please provide a profile using the ${e.C(`--profile`)} option or an API key using the ${e.C(`--api-key`)} option.`),e.w.log(`Run ${e.C(`stackone init`)} to create a new configuration profile.`),process.exit(1));let n=this.#o(t);_=await this.#s(n,g?.apiUrl??Mn,g?.apiKey,h)}else _=this.#e(t);else (0,C.notMissing)(o)&&(_=await this.#c(o,g?.apiUrl??Mn,g?.apiKey));let v=(0,C.notMissing)(n)?this.#r(n,t):_;(0,C.isMissing)(v)&&(e.w.error(`A valid connector is required to run an action.`),process.exit(1));let y=(0,C.notMissing)(v?.actions)?Object.keys(v?.actions).length:0,b=(0,C.notMissing)(v?.actions)?Object.keys(v.actions)[y-1]:void 0,x=(0,C.notMissing)(b)?v?.actions?.[b]?.id:void 0,S=((0,C.notMissing)(r)&&!r?.startsWith(`${v.key}_`)?`${v.key}_${r}`:r)??x;(0,C.isMissing)(S)&&(e.w.error(`A valid action ID is required to run an action`),process.exit(1));let w=(0,C.notMissing)(o)?await this.#l(o,g?.apiUrl??Mn,g?.apiKey):{},T=(0,C.notMissing)(a)?this.#i(a,v.key??`unknown`,v.version??`unknown`):void 0,E=(0,C.notMissing)(c)?this.#u(c):{},ee={...w,...T,credentials:{...w.credentials??{},...E}};(0,C.isMissing)(ee)&&(e.w.error(`A valid account data is required to run an action.`),process.exit(1));let te=v.actions?.[S];(0,C.isMissing)(te)&&(e.w.error(`Action ID ${e.C(S)} not found in the connector ${e.C(v.key)}@${e.C(v.version)}.`),process.exit(1));let D=(0,C.notMissing)(s)?this.#d(s,S):{path:{},queryParams:{},header:{},body:{}},O=Date.now(),k=await this.#f({connector:v,actionId:S,account:ee,queryParams:{...D.queryParams,...d?{debug:`true`}:{}},pathParams:D.path,body:D.body,headers:D.header}),A=Date.now()-O;if((0,C.notMissing)(u))try{m.default.writeFileSync(u,JSON.stringify(k.output,null,2),`utf-8`),e.w.info(`Output written to file: ${u}`)}catch(t){e.w.error(`Failed to write output to file ${u}: ${t.message}`),process.exit(1)}else e.w.log(`\n${i.default.blue.inverse(` ACTION OUTPUT `)}`),e.b(k.output);e.w.log(``),e.w.info(`Action ${e.C(S)} from connector ${e.C(v?.key)}@${e.C(v?.version)} finished in ${i.default.yellowBright((A/1e3).toFixed(2))} seconds.`),process.exit(0)}#e=e=>{let t=e;try{t=(0,T.loadConnector)(e)}catch{}return t?this.#n(t):void 0};#t=t=>{try{return(0,T.loadConnector)(t)}catch(n){e.w.error(`Failed to load connector file from ${e.C(t)}: ${n.message}`),process.exit(1)}};#n=t=>{let n=(0,T.validateYamlConnector)(t),r=n?.errors??[];if(n.success)return n.connector||(e.w.error(`Failed to load connector.`),process.exit(1)),n.connector;r.length>0?(e.w.error(`Connector is not valid`),e.y(r,!0),process.exit(1)):(e.w.error(`Connector is not valid. Please check the file for errors.`),process.exit(1))};#r=(t,n)=>{let r=t;try{r=m.default.readFileSync(t,`utf-8`)}catch{}(0,C.isMissing)(n)&&(e.w.error(`A valid connector is required to load an action.`),process.exit(1));let i=`${this.#t(n)} - ${r.split(`
173
173
  `).map((e,t)=>t===0?e:` ${e}`).join(`
174
- `)}`;return this.#n(i)};#i=(t,n,r)=>{let i=t;try{i=m.default.readFileSync(t,`utf-8`)}catch{}try{let e=En.parse(JSON.parse(i));return{providerKey:n,providerVersion:r,authConfigKey:e.auth_config_key,environment:e.environment,organizationId:e.organization_id,secureId:e.account_id,projectSecureId:e.project_id}}catch(t){let n=[];try{n=JSON.parse(t.message)}catch{}e.w.error(`Failed to parse account information`),e.y(n,!1),n.length===0&&e.w.log(t.message),process.exit(1)}};#a=e=>!e.includes(`/`)&&!e.includes(`\\`)&&!e.endsWith(`.yaml`)&&!e.endsWith(`.yml`)?e.includes(`@`)?e.split(`@`).length===2:!0:!1;#o=e=>e.includes(`@`)?e:`${e}@latest`;#s=async(t,n,r,i)=>{((0,C.isMissing)(t)||(0,C.isMissing)(n)||(0,C.isMissing)(r))&&(e.w.error(`Connector identifier, API URL, and API key are required to fetch connector from registry.`),process.exit(1));let a=(0,v.default)();try{a.text=`Fetching connector ${e.C(t)} from registry...`,a.start();let o=Buffer.from(r).toString(`base64`),s=i?`?owner=${encodeURIComponent(i)}`:``,c=await fetch(`${n}/registry/connectors/${t}${s}`,{method:`GET`,headers:{Authorization:`Basic ${o}`}});if(a.stop(),c.status===409){i&&(await e.x(c,`Failed to fetch connector ${e.C(t)} from registry`),process.exit(1));let r=await on(t,(await c.json()).availableOwners??[]);a.text=`Fetching connector ${e.C(t)} from registry...`,a.start();let s=await fetch(`${n}/registry/connectors/${t}?owner=${encodeURIComponent(r)}`,{method:`GET`,headers:{Authorization:`Basic ${o}`}});a.stop(),s.ok||(await e.x(s,`Failed to fetch connector ${e.C(t)} from registry`),process.exit(1));let l=await s.text(),u=this.#n(l);return e.w.success(`Fetched connector ${e.C(u.key)}@${e.C(u.version)} from registry`),u}c.ok||(await e.x(c,`Failed to fetch connector ${e.C(t)} from registry`),process.exit(1));let l=await c.text(),u=this.#n(l);return e.w.success(`Fetched connector ${e.C(u.key)}@${e.C(u.version)} from registry`),u}catch(r){a.stop(),e.w.error(`Failed to fetch connector ${e.C(t)} from registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}};#c=async(t,n,r)=>{((0,C.isMissing)(t)||(0,C.isMissing)(n)||(0,C.isMissing)(r))&&(e.w.error(`Account ID, API URL, and API key are required to fetch connector`),process.exit(1));let i=(0,v.default)();try{i.text=`Fetching connector for account ${e.C(t)} from API...`,i.start();let a=Buffer.from(r).toString(`base64`),o=await fetch(`${n}/accounts/${t}/connector`,{method:`GET`,headers:{Authorization:`Basic ${a}`}});i.stop(),o.ok||(await e.x(o,`Failed to fetch connector`),process.exit(1));let s=await o.text(),c=this.#n(s);return e.w.success(`Fetched connector ${e.C(c.key)}@${e.C(c.version)} for account ${e.C(t)}`),c}catch(t){i.stop(),e.w.error(`Failed to fetch connector: ${t.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}};#l=async(t,n,r)=>{((0,C.isMissing)(t)||(0,C.isMissing)(n)||(0,C.isMissing)(r))&&(e.w.error(`Account ID, API URL, and API key are required to fetch account information.`),process.exit(1));let i=(0,v.default)();try{i.text=`Fetching account ${e.C(t)} information from API...`,i.start();let a=Buffer.from(r).toString(`base64`),o=await fetch(`${n}/accounts/${t}/credentials`,{method:`GET`,headers:{Authorization:`Basic ${a}`}});i.stop(),o.ok||(await e.x(o,`Failed to fetch account ${e.C(t)} information`),process.exit(1));let s=await o.json();return e.w.success(`Fetched account ${e.C(t)} information from project ${e.C(s.project_id)}`),{providerKey:s.provider_key,providerVersion:s.provider_version,authConfigKey:s.auth_config_key,environment:s.environment,organizationId:s.organization_id,secureId:s.account_id,projectSecureId:s.project_id,credentials:s.credentials}}catch(r){i.stop(),e.w.error(`Failed to fetch account ${e.C(t)} information: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}};#u=t=>{let n=t;try{n=m.default.readFileSync(t,`utf-8`)}catch{}try{return Dn.parse(JSON.parse(n))}catch(t){let n=[];try{n=JSON.parse(t.message)}catch{}e.w.error(`Failed to parse credentials`),e.y(n,!1),n.length===0&&e.w.log(t.message),process.exit(1)}};#d=(t,n)=>{let r=t;try{r=m.default.readFileSync(t,`utf-8`)}catch{}try{return On.parse(JSON.parse(r))}catch(t){let r=[];try{r=JSON.parse(t.message)}catch{}e.w.error(`Invalid parameters for action ${e.C(n)}.`),e.y(r,!1),r.length===0&&e.w.log(t.message),process.exit(1)}};async#f({connector:t,actionId:n,account:r,pathParams:a={},queryParams:o={},body:s={},headers:c={}}){try{let l=await(0,T.runAction)({mode:`action_id`,actionId:n,account:r,connector:t,pathParams:a,queryParams:o,body:s,headers:c,getHttpClient:async()=>new O.HttpClient});if(l.response?.successful){let e={...this.#p(o,l.steps),...(0,C.isObject)(l.outputs)?l.outputs:{data:l.outputs}};return{statusCode:l.response?.statusCode,output:e}}else{let r=l.response?.message??`An error occurred while processing the request`;e.w.error(`Action ID ${e.C(n)} from connector ${e.C(t.key)}@${e.C(t.version)} failed with status ${l.response?.statusCode}: ${r}`);let a={...this.#p(o,l.steps)};Object.keys(a).length>0&&(e.w.log(`${i.default.yellow.inverse(` EXECUTION DETAILS `)}`),e.b(a)),process.exit(1)}}catch(e){this.#m(e)}}#p(e,t){return e?.debug===`true`?{debug:{steps:t}}:{}}#m(t){let n=t;switch((0,C.isMissing)(n.errorType)&&(e.w.error(`An unknown error occurred`),e.w.log(`${t instanceof Error?t.message:String(t)}`),process.exit(1)),n.errorType){case`MISSING_ACTION_ERROR`:e.w.error(`The specified action was not found: ${n.message}`);break;case`INVALID_ACTION_INPUTS_ERROR`:let t=n;e.w.error(`Invalid action inputs`),e.y(t.validationErrors,!1);break;case`INVALID_CURSOR_ERROR`:e.w.error(`Invalid cursor: ${n.message}`);break;default:e.w.error(`An error occurred: ${n.message}`)}process.exit(1)}};const jn=(0,k.promisify)(f.exec);var Mn=class{constructor(){this.packageName=`@stackone/cli`,this.spinner=(0,v.default)(),this.currentVersion=K()}async execute(t={}){this.spinner.text=`Checking for updates...`,this.spinner.start();try{let n=await this.getLatestVersion();this.spinner.stop(),n||(e.w.error(`Failed to check for updates`),process.exit(1)),this.isNewerVersion(n,this.currentVersion)?(e.w.box(`New version available: ${i.default.yellow(this.currentVersion)} → ${i.default.green(n)}`),await this.performUpdate(n)):t.force?(e.w.warn(`No updates available, but forcing reinstall...`),await this.performUpdate(n)):e.w.success(`You are already on the latest version (${this.currentVersion})`),process.exit(0)}catch(t){this.spinner.stop(),e.w.error(`Error while trying to update StackOne CLI: ${t?.message??`Unknown error`}`),process.exit(1)}}async getLatestVersion(){try{let{stdout:e}=await jn(`npm view ${this.packageName} version`,{encoding:`utf-8`});return e.trim()}catch{return null}}isNewerVersion(e,t){return D.default.gt(e,t)}async performUpdate(t){this.spinner.text=`Updating to latest version (${e.C(t)})...`,this.spinner.start();let n=`npm install -g ${this.packageName}@latest`;try{await jn(n,{encoding:`utf-8`}),this.spinner.stop(),e.w.success(`StackOne CLI updated successfully to latest version (${e.C(t)})`)}catch{throw this.spinner.stop(),Error(`Failed to install update. Please try manually: ${n}`)}}};const Nn=e=>e===null?!0:Object.values(e).some(e=>e!==null),Pn=()=>{e.w.log(`${i.default.gray.inverse(` CONNECTORS VALIDATION `)} ${i.default.yellow.inverse(` WATCH MODE `)}\n`)};var Fn=class{async execute(t){let{watchMode:n,fileOrDir:r}=t,a=(0,v.default)(`Watching for file changes... ${i.default.gray(`(press "q" to quit)`)}`);if(!r)return;let o=(0,h.resolve)(r);try{await(0,A.stat)(o)}catch{e.w.error(`The specified path does not exist: ${o}\n`),process.exit(1)}if(n){e.v();let t={},{watch:n}=await import(`chokidar`),r=(await import(`readline`)).createInterface({input:process.stdin,output:process.stdout});process.stdin.setRawMode(!0),process.stdin.resume(),process.stdin.setEncoding(`utf8`);let s=()=>{l.close(),a.stop(),r.close(),e.w.log(i.default.grey(`
175
- Exiting watch mode...`)),process.exit(0)};Pn(),e.w.start(`Validating connectors...`);let c=await zn(o);t=In(t,c||{}),Ln(t,o),a.start();let l=n(o,{persistent:!0,ignoreInitial:!0}),u=async n=>{if(!n.endsWith(`.s1.yaml`)&&!n.endsWith(`s1.partial.yaml`))return;let r=n.endsWith(`s1.partial.yaml`)?await Vn(n):[n];if(!(!r||r.length===0)){e.v(),a.stop(),Pn(),e.w.log(i.default.gray(`File change detected: ${n}`)),e.w.start(`Validating connectors...`);for(let e of r){let n=await zn(e);t=In(t,n||{})}Ln(t,o),a.start()}};l.on(`change`,async e=>await u(e)),process.stdin.on(`data`,e=>{e.toString()===`q`&&s()}),process.on(`SIGINT`,()=>{s()})}else{let t=await zn(o,e.w);process.exit(Nn(t)?1:0)}}};const In=(e,t)=>{for(let[n,r]of Object.entries(t))e[n]=r;return e},Ln=(t,n)=>{e.v(),Pn();let r=0,a=0;for(let[n,i]of Object.entries(t))i===null?r++:(e.w?.error(`Connector ${e.C(n)} is not valid`),e.y(i,!0),a++);e.w.log(``),e.w.log(i.default.blue.inverse(` Validation Summary `)),e.w.log(`Connectors path: ${e.C(n)}`),e.w.log(`${r===0?i.default.red(`0`):i.default.green(r)} valid, ${a===0?i.default.green(`0`):i.default.red(a)} invalid connectors\n`)},Rn=async e=>{let t=[],n=await(0,A.readdir)(e);for(let r of n){let n=(0,h.join)(e,r),i=await(0,A.stat)(n);i.isDirectory()?t.push(...await Rn(n)):i.isFile()&&r.endsWith(`.s1.yaml`)&&t.push(n)}return t},zn=async(t,n)=>{let r=await(0,A.stat)(t),a={};if(r.isDirectory()){let r=await Rn(t);if(r.length===0)return n?.error(`No StackOne connector found in ${e.S(t)}`),n?.log(`Connector files need to have the extension ${e.C(`*.s1.yaml`)}`),null;let o=0,s=0;for(let e of r){let t=await Bn(e,n);t===null?o++:(n?.log(``),s++),a[e]=t}return n?.log(``),n?.log(i.default.blue.inverse(` Validation Summary `)),n?.log(`${o===0?i.default.red(`0`):i.default.green(o)} valid, ${s===0?i.default.green(`0`):i.default.red(s)} invalid connectors`),a}else if(r.isFile()&&t.endsWith(`s1.yaml`))return a[t]=await Bn(t,n),a;else if(r.isFile()&&t.endsWith(`partial.yaml`)){n?.error(`Partial connector files cannot be validated directly`),n?.log(`The file ${e.S(t)} is a partial connector file.`);let r=await Vn(t);return r&&r?.length>0&&n?.log(`Did you mean ${e.C(r[0])}?`),null}else return n?.error(`No StackOne connector found in ${e.S(t)}`),n?.log(`Connector files need to have the extension ${e.C(`*.s1.yaml`)}`),null},Bn=async(t,n)=>{let r=(0,T.validateYamlConnector)((0,T.loadConnector)(t)),i=r?.errors??[];if(r.success){let r=t.split(`/`).pop()||t;return n?.success(`Connector ${e.C(r)} is valid!`),null}else if(i.length>0)return n?.error(`Connector ${e.C(t)} is not valid`),n&&e.y(i,!0),i;else return n?.error(`Connector ${e.C(t)} is not valid. Please check the file for errors`),[]},Vn=async e=>{let t=(0,h.dirname)(e);try{return(await(0,A.readdir)(t)).filter(e=>e.endsWith(`.s1.yaml`))?.map(e=>(0,h.join)(t,e))}catch{}},Hn=`https://ai-telemetry.stackone.com`,Un=`https://ai-telemetry.stackone-dev.com`;function Wn(e){if(!e)return!1;try{let{hostname:t}=new URL(e);return t===`stackone-dev.com`||t.endsWith(`.stackone-dev.com`)}catch{return!1}}function Gn(){return process.env.AI_TELEMETRY_URL?process.env.AI_TELEMETRY_URL:[process.env.AUTH_SERVER_URL,process.env.STACKONE_API_URL].some(Wn)?`https://ai-telemetry.stackone-dev.com`:`https://ai-telemetry.stackone.com`}function Kn(){let e=process.env.STACKONE_AGENT_TOKEN,t=process.env.LANGSMITH_PROJECT||`stackone-agent-cli`;if(process.env.AI_TELEMETRY_URL=Gn(),e)try{(0,o.initAgentTelemetry)({apiKey:e,projectName:t}),process.env.VERBOSE&&console.log(`[Telemetry] Initialized for project:`,t)}catch(e){process.env.VERBOSE&&console.error(`[Telemetry] Failed to initialize:`,e)}}const qn=`@stackone/cli`,Jn=2880*60*1e3,Yn=(0,l.join)((0,c.homedir)(),`.stackone`),Xn=(0,l.join)(Yn,`version-check.json`),Zn=(e=!1)=>{let t=tr(),n=Date.now();if(e||!t||n-t.lastCheckTime>1728e5){let e=Qn();e&&$n(e)&&er(e),nr({lastCheckTime:n})}},Qn=()=>{try{return(0,f.execSync)(`npm view @stackone/cli version`,{encoding:`utf-8`,stdio:[`pipe`,`pipe`,`pipe`],timeout:15e3}).trim()}catch{return null}},$n=e=>{try{let t=K();return D.default.gt(e,t)}catch{return!1}},er=t=>{let n=K(),r=`Update available: ${i.default.dim(n)} → ${i.default.green(t)}`,a=`\n\nRun ${i.default.cyan(`stackone update`)} to update`;e.w.box(r,a)},tr=()=>{try{if(!(0,s.existsSync)(Xn))return null;let e=(0,s.readFileSync)(Xn,`utf-8`);return JSON.parse(e)}catch{return null}},nr=e=>{try{(0,s.existsSync)(Yn)||(0,s.mkdirSync)(Yn,{recursive:!0}),(0,s.writeFileSync)(Xn,JSON.stringify(e,null,2),`utf-8`)}catch{}};var rr=class{constructor(e=new a.Command,t=K()){this.program=e,this.version=t,Kn(),this.setupProgram(),this.registerCommands()}setupProgram(){this.program.name(`stackone`).description(`StackOne CLI`).version(this.version,`-v, --version`)}registerCommands(){let t=new fn,n=new yn,r=new _n,o=new rn,s=new cn,c=new Fn,l=new Ye,u=new Gt,d=new Pe,f=new Ne,p=new Ze,m=new Kt,h=new Yt,g=new An,_=new Mn;this.program.configureOutput({writeOut:e=>process.stdout.write(e),writeErr:e=>process.stderr.write(e),outputError:(e,t)=>{t(i.default.red(e))}}),this.program.command(`init`).option(`-e, --env <environment>`,`Specify the environment for the configuration profile`).description(`Initialize & create a StackOne CLI configuration profile`).action(e=>{t.execute({environment:e.env})}),this.program.command(`push`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`--force`,`Force push the connector, bypassing version conflict checks`).addArgument(new a.Argument(`<path>`,`Connector file or directory to push`)).description(`Push a connector to the StackOne registry`).action((e,t)=>{n.execute({profile:t.profile,fileOrDir:e,apiUrl:t.apiUrl,apiKey:t.apiKey,force:t.force})}),this.program.command(`drop`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).addArgument(new a.Argument(`<connector>`,`Connector identifier in format provider_key@version`)).description(`Drop a connector from the StackOne registry`).action((e,t)=>{o.execute({profile:t.profile,connector:e,apiUrl:t.apiUrl,apiKey:t.apiKey})}),this.program.command(`get`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`-c, --connector <connector>`,`Connector identifier in format provider_key@version or provider_key (defaults to latest)`).option(`--account-id <account-id>`,`Account ID to fetch connector from`).option(`-f, --format <format>`,`Output format: yaml or json (default: yaml)`,`yaml`).option(`-o, --output-file <output-file>`,`File to write the output to`).option(`--builtin`,`Use the builtin (StackOne) version of the connector`).option(`--custom`,`Use the custom (organization) version of the connector`).option(`--owner <owner>`,`Owner to use for disambiguating connector versions`).description(`Get a connector from the StackOne registry`).action(t=>{[t.builtin,t.custom,t.owner].filter(Boolean).length>1&&(e.w.error(`--builtin, --custom, and --owner are mutually exclusive. Please provide only one.`),process.exit(1)),s.execute({profile:t.profile,connector:t.connector,accountId:t.accountId,format:t.format,outputFile:t.outputFile,apiUrl:t.apiUrl,apiKey:t.apiKey,owner:t.builtin?`builtin`:t.custom?`custom`:t.owner})}),this.program.command(`pull`).option(`-c, --connector <connector>`,`Connector identifier in format provider_key@version or provider_key`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`-o, --output <path>`,`Output directory for the connectors files (default: ./connectors)`).option(`--builtin`,`Use the builtin (StackOne) version of the connector`).option(`--custom`,`Use the custom (organization) version of the connector`).option(`--owner <owner>`,`Owner to use for disambiguating connector versions`).description(`Pull a connector configuration from StackOne registry to local filesystem`).action(t=>{[t.builtin,t.custom,t.owner].filter(Boolean).length>1&&(e.w.error(`--builtin, --custom, and --owner are mutually exclusive. Please provide only one.`),process.exit(1)),r.execute({profile:t.profile,connector:t.connector,outputPath:t.output,apiUrl:t.apiUrl,apiKey:t.apiKey,owner:t.builtin?`builtin`:t.custom?`custom`:t.owner})}),this.program.command(`validate`).option(`-w, --watch`,`Run in watch mode`).addArgument(new a.Argument(`<path>`,`Connector file or directory with connectors to validate`)).description(`Validate a StackOne connector`).action((e,t)=>{c.execute({watchMode:t.watch,fileOrDir:e})}),this.program.command(`run`).option(`--connector <connector>`,`Connector file, inline YAML, or identifier (provider_key@version or provider_key for latest)`).option(`--action <action>`,`Action to execute on the connector (path to file or inline string action code)`).option(`--action-id <action-id>`,`Action ID to execute on the connector`).option(`--account <account>`,`Account details to use for running the connector (path to file or inline string account data)`).option(`--account-id <account-id>`,`Account ID to use for running the connector against (fetches connector from API if --connector not provided)`).option(`--params <params>`,`Action parameters (path to file or inline string with JSON parameters)`).option(`--credentials <credentials>`,`Credentials to use (path to file or inline string with JSON credentials)`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`-o, --output-file <output-file>`,`File to write the output to`).option(`-d, --debug`,`Enables debug mode to include more details in the action execution output`).option(`--builtin`,`Use the builtin (StackOne) version of the connector`).option(`--custom`,`Use the custom (organization) version of the connector`).option(`--owner <owner>`,`Owner to use for disambiguating connector versions`).description(`Run a connector action`).action(t=>{[t.builtin,t.custom,t.owner].filter(Boolean).length>1&&(e.w.error(`--builtin, --custom, and --owner are mutually exclusive. Please provide only one.`),process.exit(1)),g.execute({connector:t.connector,action:t.action,actionId:t.actionId,account:t.account,accountId:t.accountId,params:t.params,credentials:t.credentials,profile:t.profile,outputFile:t.outputFile,debug:t.debug,apiUrl:t.apiUrl,apiKey:t.apiKey,owner:t.builtin?`builtin`:t.custom?`custom`:t.owner})});let v=this.program.command(`agent`).description(`StackOne agent commands`);v.command(`setup`).option(`-g, --global`,`Global only: auth + MCP server (no connector skills/guide)`).option(`-l, --local`,`Local: auth + .mcp.json + connector skills (.claude/) and guide (CLAUDE.md)`).option(`--path <dir>`,`Target project path for local setup (defaults to the current directory)`).option(`--legacy`,`Use email/password login instead of browser-based auth`).option(`--email <email>`,`Email for legacy login (or set STACKONE_EMAIL); requires --legacy`).option(`--password <password>`,`Password for legacy login (or set STACKONE_PASSWORD); requires --legacy. Prefer --password-stdin`).option(`--password-stdin`,`Read password for legacy login from stdin; requires --legacy`).description(`Set up the StackOne agent — prompts for global vs local when neither flag is given`).action(async t=>{t.global&&t.local&&(e.w.error(`--global and --local are mutually exclusive. Please provide only one.`),process.exit(1));let n=t.email!==void 0,r=t.password!==void 0,a=t.passwordStdin===!0;r&&a&&(e.w.error(`--password and --password-stdin are mutually exclusive. Please provide only one.`),process.exit(1));let o=n||r||a;o&&!t.legacy&&(e.w.error(`--email, --password, and --password-stdin require --legacy.`),process.exit(1)),n&&t.email.trim()===``&&(e.w.error(`--email cannot be empty.`),process.exit(1)),r&&t.password===``&&(e.w.error(`--password cannot be empty.`),process.exit(1)),a&&(n||process.env.STACKONE_EMAIL?.trim()||(e.w.error(`--password-stdin requires --email or STACKONE_EMAIL (stdin is consumed for the password, so email cannot be prompted).`),process.exit(1)));let s={email:t.email,password:t.password,passwordFromStdin:a},c=!!process.stdin.isTTY;if(c&&!t.legacy&&!o){let e=await Wt({initialMode:t.global?`global`:t.local?`local`:null,pathFlag:t.path});process.exit(e.status===`error`?1:0)}let d=c&&!o;!t.global&&!t.local&&!d&&e.w.log(i.default.dim(`No interactive terminal detected — defaulting to global setup. Run in a terminal for the prompt, or pass --local (with --path) / --global.`));let f=tt(t.global,t.local,d);if(f===null&&(f=await Vt()),f===`local`){let e=nt(t.path,d);e===null&&(e=await Ut(process.cwd())),await u.execute({legacy:!!t.legacy,credentials:s,targetPath:e})}else await l.execute({legacy:!!t.legacy,credentials:s})}),v.command(`cleanup`).description(`Remove all API keys and credentials from configurations`).action(()=>{d.execute()}),v.command(`run`).description(`Run the agent once with a prompt (non-interactive)`).argument(`<prompt>`,`What to do`).option(`-m, --mode <mode>`,`Mode: build, test, or research`,`build`).option(`--max-turns <n>`,`Max agent turns`,`25`).option(`-v, --verbose`,`Verbose output`).action(async(t,n)=>{let r=[`build`,`test`,`research`],a=n.mode??`build`;r.includes(a)||(e.w.error(`${i.default.red(`Invalid mode:`)} ${i.default.white(a)}. Valid modes are: ${r.join(`, `)}.`),process.exit(1));let o=n.maxTurns?parseInt(String(n.maxTurns),10):void 0;await p.execute({prompt:String(t),mode:a,maxTurns:o!==void 0&&!isNaN(o)?o:void 0,verbose:n.verbose})}),v.command(`skills`).description(`List available agent skills and optional recommendations by mode`).option(`-m, --mode <mode>`,`Show skills recommended for this mode`).action(async e=>{await m.execute({mode:e.mode})}),v.command(`sync`).description(`Sync the connector-building skills + guide into this project (.claude/ + CLAUDE.md)`).option(`--check`,`Report drift and exit non-zero instead of writing (CI guard)`).option(`--plugin-dir <path>`,`Override the agent-harness plugin dir (e.g. point at a checkout in CI/benchmarks)`).action(async e=>{await h.execute({check:!!e.check,pluginDir:e.pluginDir})}),v.command(`chat`).option(`-m, --mode <mode>`,`Mode: build, test, or research`,`build`).option(`-c, --connector <name>`,`Connector name`).option(`-a, --action <name>`,`Action name`).option(`-g, --goal <goal>`,`Initial goal/message`).option(`-t, --temperature <number>`,`Temperature (0-1, default: 0.5)`,parseFloat).option(`-v, --verbose`,`Enable verbose logging`).description(`Start an interactive chat session with the agent (use /commands in chat)`).action(async t=>{let n=[`build`,`test`,`research`];t.mode&&!n.includes(t.mode)&&(e.w.error(`❌ Error: Invalid mode "${t.mode}". Must be one of: ${n.join(`, `)}`),process.exit(1)),t.temperature!==void 0&&(isNaN(t.temperature)&&(e.w.error(`❌ Error: Temperature must be a valid number`),process.exit(1)),(t.temperature<0||t.temperature>1)&&(e.w.error(`❌ Error: Temperature must be between 0 and 1`),process.exit(1))),f.execute({mode:t.mode,connector:t.connector,action:t.action,goal:t.goal,temperature:t.temperature,verbose:t.verbose})}),this.program.command(`update`).option(`-f, --force`,`Force reinstall even if already on latest version`).description(`Update the CLI to the latest version`).action(e=>{_.execute({force:e.force})}),this.program.command(`version`).description(`Show version information`).action(async()=>{e.w.log(`${i.default.inverse.greenBright(`StackOne`)} ${i.default.grey(`CLI`)} ${i.default.whiteBright(this.version)}`),Zn(!0),process.exit(0)})}run(){process.argv.includes(`version`)||Zn(),this.program.parse(process.argv)}};Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return rr}});
174
+ `)}`;return this.#n(i)};#i=(t,n,r)=>{let i=t;try{i=m.default.readFileSync(t,`utf-8`)}catch{}try{let e=kn.parse(JSON.parse(i));return{providerKey:n,providerVersion:r,authConfigKey:e.auth_config_key,environment:e.environment,organizationId:e.organization_id,secureId:e.account_id,projectSecureId:e.project_id}}catch(t){let n=[];try{n=JSON.parse(t.message)}catch{}e.w.error(`Failed to parse account information`),e.y(n,!1),n.length===0&&e.w.log(t.message),process.exit(1)}};#a=e=>!e.includes(`/`)&&!e.includes(`\\`)&&!e.endsWith(`.yaml`)&&!e.endsWith(`.yml`)?e.includes(`@`)?e.split(`@`).length===2:!0:!1;#o=e=>e.includes(`@`)?e:`${e}@latest`;#s=async(t,n,r,i)=>{((0,C.isMissing)(t)||(0,C.isMissing)(n)||(0,C.isMissing)(r))&&(e.w.error(`Connector identifier, API URL, and API key are required to fetch connector from registry.`),process.exit(1));let a=(0,v.default)();try{a.text=`Fetching connector ${e.C(t)} from registry...`,a.start();let o=Buffer.from(r).toString(`base64`),s=i?`?owner=${encodeURIComponent(i)}`:``,c=await fetch(`${n}/registry/connectors/${t}${s}`,{method:`GET`,headers:{Authorization:`Basic ${o}`}});if(a.stop(),c.status===409){i&&(await e.x(c,`Failed to fetch connector ${e.C(t)} from registry`),process.exit(1));let r=await cn(t,(await c.json()).availableOwners??[]);a.text=`Fetching connector ${e.C(t)} from registry...`,a.start();let s=await fetch(`${n}/registry/connectors/${t}?owner=${encodeURIComponent(r)}`,{method:`GET`,headers:{Authorization:`Basic ${o}`}});a.stop(),s.ok||(await e.x(s,`Failed to fetch connector ${e.C(t)} from registry`),process.exit(1));let l=await s.text(),u=this.#n(l);return e.w.success(`Fetched connector ${e.C(u.key)}@${e.C(u.version)} from registry`),u}c.ok||(await e.x(c,`Failed to fetch connector ${e.C(t)} from registry`),process.exit(1));let l=await c.text(),u=this.#n(l);return e.w.success(`Fetched connector ${e.C(u.key)}@${e.C(u.version)} from registry`),u}catch(r){a.stop(),e.w.error(`Failed to fetch connector ${e.C(t)} from registry: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}};#c=async(t,n,r)=>{((0,C.isMissing)(t)||(0,C.isMissing)(n)||(0,C.isMissing)(r))&&(e.w.error(`Account ID, API URL, and API key are required to fetch connector`),process.exit(1));let i=(0,v.default)();try{i.text=`Fetching connector for account ${e.C(t)} from API...`,i.start();let a=Buffer.from(r).toString(`base64`),o=await fetch(`${n}/accounts/${t}/connector`,{method:`GET`,headers:{Authorization:`Basic ${a}`}});i.stop(),o.ok||(await e.x(o,`Failed to fetch connector`),process.exit(1));let s=await o.text(),c=this.#n(s);return e.w.success(`Fetched connector ${e.C(c.key)}@${e.C(c.version)} for account ${e.C(t)}`),c}catch(t){i.stop(),e.w.error(`Failed to fetch connector: ${t.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}};#l=async(t,n,r)=>{((0,C.isMissing)(t)||(0,C.isMissing)(n)||(0,C.isMissing)(r))&&(e.w.error(`Account ID, API URL, and API key are required to fetch account information.`),process.exit(1));let i=(0,v.default)();try{i.text=`Fetching account ${e.C(t)} information from API...`,i.start();let a=Buffer.from(r).toString(`base64`),o=await fetch(`${n}/accounts/${t}/credentials`,{method:`GET`,headers:{Authorization:`Basic ${a}`}});i.stop(),o.ok||(await e.x(o,`Failed to fetch account ${e.C(t)} information`),process.exit(1));let s=await o.json();return e.w.success(`Fetched account ${e.C(t)} information from project ${e.C(s.project_id)}`),{providerKey:s.provider_key,providerVersion:s.provider_version,authConfigKey:s.auth_config_key,environment:s.environment,organizationId:s.organization_id,secureId:s.account_id,projectSecureId:s.project_id,credentials:s.credentials}}catch(r){i.stop(),e.w.error(`Failed to fetch account ${e.C(t)} information: ${r.message}`),e.w.log(`Please ensure that the API at ${e.T(n)} is reachable and the API key is valid`),process.exit(1)}};#u=t=>{let n=t;try{n=m.default.readFileSync(t,`utf-8`)}catch{}try{return An.parse(JSON.parse(n))}catch(t){let n=[];try{n=JSON.parse(t.message)}catch{}e.w.error(`Failed to parse credentials`),e.y(n,!1),n.length===0&&e.w.log(t.message),process.exit(1)}};#d=(t,n)=>{let r=t;try{r=m.default.readFileSync(t,`utf-8`)}catch{}try{return jn.parse(JSON.parse(r))}catch(t){let r=[];try{r=JSON.parse(t.message)}catch{}e.w.error(`Invalid parameters for action ${e.C(n)}.`),e.y(r,!1),r.length===0&&e.w.log(t.message),process.exit(1)}};async#f({connector:t,actionId:n,account:r,pathParams:a={},queryParams:o={},body:s={},headers:c={}}){try{let l=await(0,T.runAction)({mode:`action_id`,actionId:n,account:r,connector:t,pathParams:a,queryParams:o,body:s,headers:c,getHttpClient:async()=>new O.HttpClient});if(l.response?.successful){let e={...this.#p(o,l.steps),...(0,C.isObject)(l.outputs)?l.outputs:{data:l.outputs}};return{statusCode:l.response?.statusCode,output:e}}else{let r=l.response?.message??`An error occurred while processing the request`;e.w.error(`Action ID ${e.C(n)} from connector ${e.C(t.key)}@${e.C(t.version)} failed with status ${l.response?.statusCode}: ${r}`);let a={...this.#p(o,l.steps)};Object.keys(a).length>0&&(e.w.log(`${i.default.yellow.inverse(` EXECUTION DETAILS `)}`),e.b(a)),process.exit(1)}}catch(e){this.#m(e)}}#p(e,t){return e?.debug===`true`?{debug:{steps:t}}:{}}#m(t){let n=t;switch((0,C.isMissing)(n.errorType)&&(e.w.error(`An unknown error occurred`),e.w.log(`${t instanceof Error?t.message:String(t)}`),process.exit(1)),n.errorType){case`MISSING_ACTION_ERROR`:e.w.error(`The specified action was not found: ${n.message}`);break;case`INVALID_ACTION_INPUTS_ERROR`:let t=n;e.w.error(`Invalid action inputs`),e.y(t.validationErrors,!1);break;case`INVALID_CURSOR_ERROR`:e.w.error(`Invalid cursor: ${n.message}`);break;default:e.w.error(`An error occurred: ${n.message}`)}process.exit(1)}};const Pn=(0,k.promisify)(f.exec);var Fn=class{constructor(){this.packageName=`@stackone/cli`,this.spinner=(0,v.default)(),this.currentVersion=K()}async execute(t={}){this.spinner.text=`Checking for updates...`,this.spinner.start();try{let n=await this.getLatestVersion();this.spinner.stop(),n||(e.w.error(`Failed to check for updates`),process.exit(1)),this.isNewerVersion(n,this.currentVersion)?(e.w.box(`New version available: ${i.default.yellow(this.currentVersion)} → ${i.default.green(n)}`),await this.performUpdate(n)):t.force?(e.w.warn(`No updates available, but forcing reinstall...`),await this.performUpdate(n)):e.w.success(`You are already on the latest version (${this.currentVersion})`),process.exit(0)}catch(t){this.spinner.stop(),e.w.error(`Error while trying to update StackOne CLI: ${t?.message??`Unknown error`}`),process.exit(1)}}async getLatestVersion(){try{let{stdout:e}=await Pn(`npm view ${this.packageName} version`,{encoding:`utf-8`});return e.trim()}catch{return null}}isNewerVersion(e,t){return D.default.gt(e,t)}async performUpdate(t){this.spinner.text=`Updating to latest version (${e.C(t)})...`,this.spinner.start();let n=`npm install -g ${this.packageName}@latest`;try{await Pn(n,{encoding:`utf-8`}),this.spinner.stop(),e.w.success(`StackOne CLI updated successfully to latest version (${e.C(t)})`)}catch{throw this.spinner.stop(),Error(`Failed to install update. Please try manually: ${n}`)}}};const In=e=>e===null?!0:Object.values(e).some(e=>e!==null),Ln=()=>{e.w.log(`${i.default.gray.inverse(` CONNECTORS VALIDATION `)} ${i.default.yellow.inverse(` WATCH MODE `)}\n`)};var Rn=class{async execute(t){let{watchMode:n,fileOrDir:r}=t,a=(0,v.default)(`Watching for file changes... ${i.default.gray(`(press "q" to quit)`)}`);if(!r)return;let o=(0,h.resolve)(r);try{await(0,A.stat)(o)}catch{e.w.error(`The specified path does not exist: ${o}\n`),process.exit(1)}if(n){e.v();let t={},{watch:n}=await import(`chokidar`),r=(await import(`readline`)).createInterface({input:process.stdin,output:process.stdout});process.stdin.setRawMode(!0),process.stdin.resume(),process.stdin.setEncoding(`utf8`);let s=()=>{l.close(),a.stop(),r.close(),e.w.log(i.default.grey(`
175
+ Exiting watch mode...`)),process.exit(0)};Ln(),e.w.start(`Validating connectors...`);let c=await Hn(o);t=zn(t,c||{}),Bn(t,o),a.start();let l=n(o,{persistent:!0,ignoreInitial:!0}),u=async n=>{if(!n.endsWith(`.s1.yaml`)&&!n.endsWith(`s1.partial.yaml`))return;let r=n.endsWith(`s1.partial.yaml`)?await Wn(n):[n];if(!(!r||r.length===0)){e.v(),a.stop(),Ln(),e.w.log(i.default.gray(`File change detected: ${n}`)),e.w.start(`Validating connectors...`);for(let e of r){let n=await Hn(e);t=zn(t,n||{})}Bn(t,o),a.start()}};l.on(`change`,async e=>await u(e)),process.stdin.on(`data`,e=>{e.toString()===`q`&&s()}),process.on(`SIGINT`,()=>{s()})}else{let t=await Hn(o,e.w);process.exit(In(t)?1:0)}}};const zn=(e,t)=>{for(let[n,r]of Object.entries(t))e[n]=r;return e},Bn=(t,n)=>{e.v(),Ln();let r=0,a=0;for(let[n,i]of Object.entries(t))i===null?r++:(e.w?.error(`Connector ${e.C(n)} is not valid`),e.y(i,!0),a++);e.w.log(``),e.w.log(i.default.blue.inverse(` Validation Summary `)),e.w.log(`Connectors path: ${e.C(n)}`),e.w.log(`${r===0?i.default.red(`0`):i.default.green(r)} valid, ${a===0?i.default.green(`0`):i.default.red(a)} invalid connectors\n`)},Vn=async e=>{let t=[],n=await(0,A.readdir)(e);for(let r of n){let n=(0,h.join)(e,r),i=await(0,A.stat)(n);i.isDirectory()?t.push(...await Vn(n)):i.isFile()&&r.endsWith(`.s1.yaml`)&&t.push(n)}return t},Hn=async(t,n)=>{let r=await(0,A.stat)(t),a={};if(r.isDirectory()){let r=await Vn(t);if(r.length===0)return n?.error(`No StackOne connector found in ${e.S(t)}`),n?.log(`Connector files need to have the extension ${e.C(`*.s1.yaml`)}`),null;let o=0,s=0;for(let e of r){let t=await Un(e,n);t===null?o++:(n?.log(``),s++),a[e]=t}return n?.log(``),n?.log(i.default.blue.inverse(` Validation Summary `)),n?.log(`${o===0?i.default.red(`0`):i.default.green(o)} valid, ${s===0?i.default.green(`0`):i.default.red(s)} invalid connectors`),a}else if(r.isFile()&&t.endsWith(`s1.yaml`))return a[t]=await Un(t,n),a;else if(r.isFile()&&t.endsWith(`partial.yaml`)){n?.error(`Partial connector files cannot be validated directly`),n?.log(`The file ${e.S(t)} is a partial connector file.`);let r=await Wn(t);return r&&r?.length>0&&n?.log(`Did you mean ${e.C(r[0])}?`),null}else return n?.error(`No StackOne connector found in ${e.S(t)}`),n?.log(`Connector files need to have the extension ${e.C(`*.s1.yaml`)}`),null},Un=async(t,n)=>{let r=(0,T.validateYamlConnector)((0,T.loadConnector)(t)),i=r?.errors??[];if(r.success){let r=t.split(`/`).pop()||t;return n?.success(`Connector ${e.C(r)} is valid!`),null}else if(i.length>0)return n?.error(`Connector ${e.C(t)} is not valid`),n&&e.y(i,!0),i;else return n?.error(`Connector ${e.C(t)} is not valid. Please check the file for errors`),[]},Wn=async e=>{let t=(0,h.dirname)(e);try{return(await(0,A.readdir)(t)).filter(e=>e.endsWith(`.s1.yaml`))?.map(e=>(0,h.join)(t,e))}catch{}},Gn=`https://ai-telemetry.stackone.com`,Kn=`https://ai-telemetry.stackone-dev.com`;function qn(e){if(!e)return!1;try{let{hostname:t}=new URL(e);return t===`stackone-dev.com`||t.endsWith(`.stackone-dev.com`)}catch{return!1}}function Jn(){return process.env.AI_TELEMETRY_URL?process.env.AI_TELEMETRY_URL:[process.env.AUTH_SERVER_URL,process.env.STACKONE_API_URL].some(qn)?`https://ai-telemetry.stackone-dev.com`:`https://ai-telemetry.stackone.com`}function Yn(){let e=process.env.STACKONE_AGENT_TOKEN,t=process.env.LANGSMITH_PROJECT||`stackone-agent-cli`;if(process.env.AI_TELEMETRY_URL=Jn(),e)try{(0,o.initAgentTelemetry)({apiKey:e,projectName:t}),process.env.VERBOSE&&console.log(`[Telemetry] Initialized for project:`,t)}catch(e){process.env.VERBOSE&&console.error(`[Telemetry] Failed to initialize:`,e)}}const Xn=`@stackone/cli`,Zn=2880*60*1e3,Qn=(0,l.join)((0,c.homedir)(),`.stackone`),$n=(0,l.join)(Qn,`version-check.json`),er=(e=!1)=>{let t=ir(),n=Date.now();if(e||!t||n-t.lastCheckTime>1728e5){let e=tr();e&&nr(e)&&rr(e),ar({lastCheckTime:n})}},tr=()=>{try{return(0,f.execSync)(`npm view @stackone/cli version`,{encoding:`utf-8`,stdio:[`pipe`,`pipe`,`pipe`],timeout:15e3}).trim()}catch{return null}},nr=e=>{try{let t=K();return D.default.gt(e,t)}catch{return!1}},rr=t=>{let n=K(),r=`Update available: ${i.default.dim(n)} → ${i.default.green(t)}`,a=`\n\nRun ${i.default.cyan(`stackone update`)} to update`;e.w.box(r,a)},ir=()=>{try{if(!(0,s.existsSync)($n))return null;let e=(0,s.readFileSync)($n,`utf-8`);return JSON.parse(e)}catch{return null}},ar=e=>{try{(0,s.existsSync)(Qn)||(0,s.mkdirSync)(Qn,{recursive:!0}),(0,s.writeFileSync)($n,JSON.stringify(e,null,2),`utf-8`)}catch{}};var or=class{constructor(e=new a.Command,t=K()){this.program=e,this.version=t,Yn(),this.setupProgram(),this.registerCommands()}setupProgram(){this.program.name(`stackone`).description(`StackOne CLI`).version(this.version,`-v, --version`)}registerCommands(){let t=new mn,n=new xn,r=new yn,o=new on,s=new un,c=new Rn,l=new Ye,u=new Kt,d=new Pe,f=new Ne,p=new Ze,m=new qt,h=new Zt,g=new Nn,_=new Fn;this.program.configureOutput({writeOut:e=>process.stdout.write(e),writeErr:e=>process.stderr.write(e),outputError:(e,t)=>{t(i.default.red(e))}}),this.program.command(`init`).option(`-e, --env <environment>`,`Specify the environment for the configuration profile`).description(`Initialize & create a StackOne CLI configuration profile`).action(e=>{t.execute({environment:e.env})}),this.program.command(`push`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`--force`,`Force push the connector, bypassing version conflict checks`).addArgument(new a.Argument(`<path>`,`Connector file or directory to push`)).description(`Push a connector to the StackOne registry`).action((e,t)=>{n.execute({profile:t.profile,fileOrDir:e,apiUrl:t.apiUrl,apiKey:t.apiKey,force:t.force})}),this.program.command(`drop`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).addArgument(new a.Argument(`<connector>`,`Connector identifier in format provider_key@version`)).description(`Drop a connector from the StackOne registry`).action((e,t)=>{o.execute({profile:t.profile,connector:e,apiUrl:t.apiUrl,apiKey:t.apiKey})}),this.program.command(`get`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`-c, --connector <connector>`,`Connector identifier in format provider_key@version or provider_key (defaults to latest)`).option(`--account-id <account-id>`,`Account ID to fetch connector from`).option(`-f, --format <format>`,`Output format: yaml or json (default: yaml)`,`yaml`).option(`-o, --output-file <output-file>`,`File to write the output to`).option(`--builtin`,`Use the builtin (StackOne) version of the connector`).option(`--custom`,`Use the custom (organization) version of the connector`).option(`--owner <owner>`,`Owner to use for disambiguating connector versions`).description(`Get a connector from the StackOne registry`).action(t=>{[t.builtin,t.custom,t.owner].filter(Boolean).length>1&&(e.w.error(`--builtin, --custom, and --owner are mutually exclusive. Please provide only one.`),process.exit(1)),s.execute({profile:t.profile,connector:t.connector,accountId:t.accountId,format:t.format,outputFile:t.outputFile,apiUrl:t.apiUrl,apiKey:t.apiKey,owner:t.builtin?`builtin`:t.custom?`custom`:t.owner})}),this.program.command(`pull`).option(`-c, --connector <connector>`,`Connector identifier in format provider_key@version or provider_key`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`-o, --output <path>`,`Output directory for the connectors files (default: ./connectors)`).option(`--builtin`,`Use the builtin (StackOne) version of the connector`).option(`--custom`,`Use the custom (organization) version of the connector`).option(`--owner <owner>`,`Owner to use for disambiguating connector versions`).description(`Pull a connector configuration from StackOne registry to local filesystem`).action(t=>{[t.builtin,t.custom,t.owner].filter(Boolean).length>1&&(e.w.error(`--builtin, --custom, and --owner are mutually exclusive. Please provide only one.`),process.exit(1)),r.execute({profile:t.profile,connector:t.connector,outputPath:t.output,apiUrl:t.apiUrl,apiKey:t.apiKey,owner:t.builtin?`builtin`:t.custom?`custom`:t.owner})}),this.program.command(`validate`).option(`-w, --watch`,`Run in watch mode`).addArgument(new a.Argument(`<path>`,`Connector file or directory with connectors to validate`)).description(`Validate a StackOne connector`).action((e,t)=>{c.execute({watchMode:t.watch,fileOrDir:e})}),this.program.command(`run`).option(`--connector <connector>`,`Connector file, inline YAML, or identifier (provider_key@version or provider_key for latest)`).option(`--action <action>`,`Action to execute on the connector (path to file or inline string action code)`).option(`--action-id <action-id>`,`Action ID to execute on the connector`).option(`--account <account>`,`Account details to use for running the connector (path to file or inline string account data)`).option(`--account-id <account-id>`,`Account ID to use for running the connector against (fetches connector from API if --connector not provided)`).option(`--params <params>`,`Action parameters (path to file or inline string with JSON parameters)`).option(`--credentials <credentials>`,`Credentials to use (path to file or inline string with JSON credentials)`).option(`-p, --profile <label>`,`Configuration profile to use`).option(`--api-url <api url>`,`API URL`).option(`--api-key <api key>`,`API Key`).option(`-o, --output-file <output-file>`,`File to write the output to`).option(`-d, --debug`,`Enables debug mode to include more details in the action execution output`).option(`--builtin`,`Use the builtin (StackOne) version of the connector`).option(`--custom`,`Use the custom (organization) version of the connector`).option(`--owner <owner>`,`Owner to use for disambiguating connector versions`).description(`Run a connector action`).action(t=>{[t.builtin,t.custom,t.owner].filter(Boolean).length>1&&(e.w.error(`--builtin, --custom, and --owner are mutually exclusive. Please provide only one.`),process.exit(1)),g.execute({connector:t.connector,action:t.action,actionId:t.actionId,account:t.account,accountId:t.accountId,params:t.params,credentials:t.credentials,profile:t.profile,outputFile:t.outputFile,debug:t.debug,apiUrl:t.apiUrl,apiKey:t.apiKey,owner:t.builtin?`builtin`:t.custom?`custom`:t.owner})});let v=this.program.command(`agent`).description(`StackOne agent commands`);v.command(`setup`).option(`-g, --global`,`Global only: auth + MCP server (no connector skills/guide)`).option(`-l, --local`,`Local: auth + .mcp.json + connector skills (.claude/) and guide (CLAUDE.md)`).option(`--path <dir>`,`Target project path for local setup (defaults to the current directory)`).option(`--legacy`,`Use email/password login instead of browser-based auth`).option(`--email <email>`,`Email for legacy login (or set STACKONE_EMAIL); requires --legacy`).option(`--password <password>`,`Password for legacy login (or set STACKONE_PASSWORD); requires --legacy. Prefer --password-stdin`).option(`--password-stdin`,`Read password for legacy login from stdin; requires --legacy`).description(`Set up the StackOne agent — prompts for global vs local when neither flag is given`).action(async t=>{t.global&&t.local&&(e.w.error(`--global and --local are mutually exclusive. Please provide only one.`),process.exit(1));let n=t.email!==void 0,r=t.password!==void 0,a=t.passwordStdin===!0;r&&a&&(e.w.error(`--password and --password-stdin are mutually exclusive. Please provide only one.`),process.exit(1));let o=n||r||a;o&&!t.legacy&&(e.w.error(`--email, --password, and --password-stdin require --legacy.`),process.exit(1)),n&&t.email.trim()===``&&(e.w.error(`--email cannot be empty.`),process.exit(1)),r&&t.password===``&&(e.w.error(`--password cannot be empty.`),process.exit(1)),a&&(n||process.env.STACKONE_EMAIL?.trim()||(e.w.error(`--password-stdin requires --email or STACKONE_EMAIL (stdin is consumed for the password, so email cannot be prompted).`),process.exit(1)));let s={email:t.email,password:t.password,passwordFromStdin:a},c=!!process.stdin.isTTY;if(c&&!t.legacy&&!o){let e=await Gt({initialMode:t.global?`global`:t.local?`local`:null,pathFlag:t.path});process.exit(e.status===`error`?1:0)}let d=c&&!o;!t.global&&!t.local&&!d&&e.w.log(i.default.dim(`No interactive terminal detected — defaulting to global setup. Run in a terminal for the prompt, or pass --local (with --path) / --global.`));let f=tt(t.global,t.local,d);if(f===null&&(f=await Ht()),f===`local`){let e=nt(t.path,d);e===null&&(e=await Wt(process.cwd())),await u.execute({legacy:!!t.legacy,credentials:s,targetPath:e})}else await l.execute({legacy:!!t.legacy,credentials:s})}),v.command(`cleanup`).description(`Remove all API keys and credentials from configurations`).action(()=>{d.execute()}),v.command(`run`).description(`Run the agent once with a prompt (non-interactive)`).argument(`<prompt>`,`What to do`).option(`-m, --mode <mode>`,`Mode: build, test, or research`,`build`).option(`--max-turns <n>`,`Max agent turns`,`25`).option(`-v, --verbose`,`Verbose output`).action(async(t,n)=>{let r=[`build`,`test`,`research`],a=n.mode??`build`;r.includes(a)||(e.w.error(`${i.default.red(`Invalid mode:`)} ${i.default.white(a)}. Valid modes are: ${r.join(`, `)}.`),process.exit(1));let o=n.maxTurns?parseInt(String(n.maxTurns),10):void 0;await p.execute({prompt:String(t),mode:a,maxTurns:o!==void 0&&!isNaN(o)?o:void 0,verbose:n.verbose})}),v.command(`skills`).description(`List available agent skills and optional recommendations by mode`).option(`-m, --mode <mode>`,`Show skills recommended for this mode`).action(async e=>{await m.execute({mode:e.mode})}),v.command(`sync`).description(`Sync the connector-building skills + guide into this project (.claude/ + CLAUDE.md)`).option(`--check`,`Report drift and exit non-zero instead of writing (CI guard)`).option(`--plugin-dir <path>`,`Override the agent-harness plugin dir (e.g. point at a checkout in CI/benchmarks)`).action(async e=>{await h.execute({check:!!e.check,pluginDir:e.pluginDir})}),v.command(`chat`).option(`-m, --mode <mode>`,`Mode: build, test, or research`,`build`).option(`-c, --connector <name>`,`Connector name`).option(`-a, --action <name>`,`Action name`).option(`-g, --goal <goal>`,`Initial goal/message`).option(`-t, --temperature <number>`,`Temperature (0-1, default: 0.5)`,parseFloat).option(`-v, --verbose`,`Enable verbose logging`).description(`Start an interactive chat session with the agent (use /commands in chat)`).action(async t=>{let n=[`build`,`test`,`research`];t.mode&&!n.includes(t.mode)&&(e.w.error(`❌ Error: Invalid mode "${t.mode}". Must be one of: ${n.join(`, `)}`),process.exit(1)),t.temperature!==void 0&&(isNaN(t.temperature)&&(e.w.error(`❌ Error: Temperature must be a valid number`),process.exit(1)),(t.temperature<0||t.temperature>1)&&(e.w.error(`❌ Error: Temperature must be between 0 and 1`),process.exit(1))),f.execute({mode:t.mode,connector:t.connector,action:t.action,goal:t.goal,temperature:t.temperature,verbose:t.verbose})}),this.program.command(`update`).option(`-f, --force`,`Force reinstall even if already on latest version`).description(`Update the CLI to the latest version`).action(e=>{_.execute({force:e.force})}),this.program.command(`version`).description(`Show version information`).action(async()=>{e.w.log(`${i.default.inverse.greenBright(`StackOne`)} ${i.default.grey(`CLI`)} ${i.default.whiteBright(this.version)}`),er(!0),process.exit(0)})}run(){process.argv.includes(`version`)||er(),this.program.parse(process.argv)}};Object.defineProperty(exports,`t`,{enumerable:!0,get:function(){return or}});
package/dist/index.cjs CHANGED
@@ -1 +1 @@
1
- require(`./agentConfig-KBkYYmMr.cjs`);const e=require(`./cliCore-mMrBxsVZ.cjs`);require(`./setupMigration-rqPZ8MV6.cjs`),require(`./agentApiKey-BDp7EFMI.cjs`),exports.CLI=e.t;
1
+ require(`./agentConfig-KBkYYmMr.cjs`);const e=require(`./cliCore-DUvOvrms.cjs`);require(`./setupMigration-rqPZ8MV6.cjs`),require(`./agentApiKey-BDp7EFMI.cjs`),exports.CLI=e.t;
package/dist/index.mjs CHANGED
@@ -1 +1 @@
1
- import{t as e}from"./cliCore-CeD5mOhR.mjs";import"./agentConfig-BWQWMYKQ.mjs";import"./setupMigration-C1ShGzOu.mjs";import"./agentApiKey-CWXxJgCO.mjs";export{e as CLI};
1
+ import{t as e}from"./cliCore-DSgrBC4x.mjs";import"./agentConfig-BWQWMYKQ.mjs";import"./setupMigration-C1ShGzOu.mjs";import"./agentApiKey-CWXxJgCO.mjs";export{e as CLI};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackone/cli",
3
- "version": "1.43.1",
3
+ "version": "1.44.0",
4
4
  "description": "StackOne Connect CLI tool",
5
5
  "type": "module",
6
6
  "main": "dist/index.mjs",
@@ -37,10 +37,10 @@
37
37
  "@stackone/agent-config": "1.4.0",
38
38
  "@stackone/agent-harness": "0.16.0",
39
39
  "@stackone/connect-sdk": "2.102.0",
40
- "@stackone/core": "3.16.0",
40
+ "@stackone/core": "3.20.0",
41
41
  "@stackone/defender": "0.7.2",
42
42
  "@stackone/expressions": "0.37.0",
43
- "@stackone/transport": "2.28.2",
43
+ "@stackone/transport": "2.30.0",
44
44
  "@stackone/utils": "1.2.0",
45
45
  "chalk": "5.6.2",
46
46
  "chokidar": "5.0.0",