@code-partner/codepipe 0.14.1-dev.314.gc44ba9c5 → 0.14.1-dev.318.gcb3e6c9c
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +208 -208
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,41 +1,44 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var
|
|
2
|
+
var C$=Object.defineProperty;var x=(t,e)=>()=>(t&&(e=t(t=0)),e);var Ue=(t,e)=>{for(var r in e)C$(t,r,{get:e[r],enumerable:!0})};var ct,It,Ga=x(()=>{"use strict";ct="0.14.1-dev.318.gcb3e6c9c",It="https://hub.dev.codepipe.dev"});function Ao(t){return typeof t!="number"||!Number.isFinite(t)?!1:t>=Xd&&t<=Rt}var Rt,Xd,Jd=x(()=>{"use strict";Ga();Rt=4,Xd=4});var Zd=x(()=>{"use strict";Ga()});function _o(t=6){return`# CodePipe Context Repo format version.
|
|
3
3
|
# Bumped by the scaffold / the format-migration PR \u2014 do not edit by hand.
|
|
4
4
|
template_version: ${t}
|
|
5
|
-
`}function
|
|
5
|
+
`}function Ha(t){if(!t)return 0;let e=/^\s*template_version:\s*(\d+)\s*$/m.exec(t),r=e?parseInt(e[1]??"",10):NaN;return Number.isFinite(r)&&r>=0?r:0}function Wa(t,e=Ka){let r=[];for(let n of e)if(!(n.version<=t))for(let o of n.addedPaths)r.includes(o)||r.push(o);return r}function qa(t,e=Ka){return e.filter(r=>r.version>t)}var Qd,Ct,Sn,Ka,ep=x(()=>{"use strict";Qd=6,Ct=".codepipe-context.yaml",Sn=".devpipe-context.yaml",Ka=[{version:1,summary:"ADR section: adr/ scaffold (README, template, derived INDEX) + the format-version stamp itself",addedPaths:["adr/README.md","adr/0000-template.md","adr/INDEX.md",Ct]},{version:2,summary:"Rename the format-version stamp .devpipe-context.yaml \u2192 .codepipe-context.yaml (drop the devpipe-brand leftover)",addedPaths:[Ct]},{version:3,summary:"Custom project actions (the RUN tab): actions/ scaffold with the format README",addedPaths:["actions/README.md"]},{version:4,summary:"Project map: model/ scaffold with the format README (facts/ vs derived/ layout)",addedPaths:["model/README.md"]},{version:5,summary:"Roles: roles/ scaffold with the format README (override a bundled critic by name, or add your own)",addedPaths:["roles/README.md"]},{version:6,summary:"Skills: skills/ scaffold with the format README (procedures the agent invokes instead of improvising)",addedPaths:["skills/README.md"]}]});function jo(t){return`model/facts/identity/${t}.yaml`}function Hr(t){return`model/facts/events/${t}.yaml`}function za(t){return`model/facts/annotations/${t}.md`}function Xa(t){return`model/derived/correlates/${t}.yaml`}function Ja(t){return`model/derived/touched/${t}.yaml`}function tp(t){return t===""?"root":t.replace(/\//g,"-")}function Za(t,e){return`model/derived/structure/${t}/${tp(e)}.yaml`}function Mi(t){return typeof t=="string"&&np.test(t)}function ne(t){if(typeof t!="string")return null;let e=t.indexOf(":");if(e<=0)return null;let r=t.indexOf(":",e+1);if(r<0)return null;let n=t.slice(0,e);if(!rp.includes(n))return null;let o=t.slice(e+1,r),i=t.slice(r+1);return o===""&&!N$.includes(n)||i===""?null:{level:n,repo:o,path:i}}function Te(t){return`task::${t}`}function be(t,e,r){return`${t}:${e}:${r}`}function No(t){let e=[];return Bt(t)?(Ui(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),typeof t.repo!="string"&&e.push("repo: missing (empty string = cross-repo)"),typeof t.builtFromCommit!="string"&&e.push("builtFromCommit: missing"),Array.isArray(t.edges)?t.edges.forEach((r,n)=>{if(!Bt(r)){e.push(`edges[${n}]: not an object`);return}Qa.includes(r.kind)||e.push(`edges[${n}].kind: unknown "${String(r.kind)}"`),ne(r.from)||e.push(`edges[${n}].from: malformed nodeKey`),ne(r.to)||e.push(`edges[${n}].to: malformed nodeKey`),r.weight!==void 0&&!(typeof r.weight=="number"&&Number.isFinite(r.weight))&&e.push(`edges[${n}].weight: not a finite number`)}):e.push("edges: not an array"),e.length?{ok:!1,errors:e}:{ok:!0,value:t}):{ok:!1,errors:["edge sheet: not an object"]}}function op(t){return{...t,edges:En(t.edges,e=>`${e.kind} ${e.from} ${e.to}`)}}function Wr(t){return qr(op(t))}function Bt(t){return typeof t=="object"&&t!==null&&!Array.isArray(t)}function Ui(t){return typeof t=="number"&&Number.isInteger(t)&&t>0}function At(t){return typeof t=="string"&&t.length>0}function L$(t){return t.modelFormatVersion!==2}function Xt(t){let e=[];if(!Bt(t))return{ok:!1,errors:["shard: not an object"]};Ui(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),At(t.repo)||e.push("repo: missing or empty"),At(t.builtFromCommit)||e.push("builtFromCommit: missing or empty");let r=typeof t.repo=="string"?t.repo:"",n=new Set;return Array.isArray(t.nodes)?t.nodes.forEach((o,i)=>{if(!Bt(o)){e.push(`nodes[${i}]: not an object`);return}let s=ne(o.key);if(!s){e.push(`nodes[${i}].key: malformed nodeKey (${JSON.stringify(o.key??null)})`);return}o.level!==s.level&&e.push(`nodes[${i}]: level "${String(o.level)}" does not match key prefix "${s.level}"`),r&&s.repo!==r&&e.push(`nodes[${i}].key: repo "${s.repo}" mixed into shard of repo "${r}"`);let a=o.key;n.has(a)&&e.push(`nodes[${i}].key: duplicate "${a}"`),n.add(a),o.entityId!==void 0&&!Mi(o.entityId)&&e.push(`nodes[${i}].entityId: malformed (${JSON.stringify(o.entityId)})`)}):e.push("nodes: not an array"),Array.isArray(t.edges)?t.edges.forEach((o,i)=>{if(!Bt(o)){e.push(`edges[${i}]: not an object`);return}Qa.includes(o.kind)||e.push(`edges[${i}].kind: unknown "${String(o.kind)}"`),(!At(o.to)||!ne(o.to))&&e.push(`edges[${i}].to: malformed nodeKey`),(!At(o.from)||!n.has(o.from))&&e.push(`edges[${i}].from: "${String(o.from)}" is not a node of this shard`),o.weight!==void 0&&!(typeof o.weight=="number"&&Number.isFinite(o.weight))&&e.push(`edges[${i}].weight: not a finite number`)}):e.push("edges: not an array"),e.length?{ok:!1,errors:e}:{ok:!0,value:t}}function Oo(t){let e=[];if(!Bt(t))return{ok:!1,errors:["identity: not an object"]};if(Ui(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),At(t.repo)||e.push("repo: missing or empty"),t.builtFromCommit!==void 0&&!At(t.builtFromCommit)&&e.push("builtFromCommit: not a non-empty string"),!Array.isArray(t.entities))e.push("entities: not an array");else{let r=new Set;t.entities.forEach((n,o)=>{if(!Bt(n)){e.push(`entities[${o}]: not an object`);return}Mi(n.entityId)?r.has(n.entityId)?e.push(`entities[${o}].entityId: duplicate "${n.entityId}"`):r.add(n.entityId):e.push(`entities[${o}].entityId: malformed (${JSON.stringify(n.entityId??null)})`),ne(n.currentKey)||e.push(`entities[${o}].currentKey: malformed nodeKey`),n.status!=="active"&&n.status!=="orphaned"&&e.push(`entities[${o}].status: expected active|orphaned`),At(n.firstSeen)||e.push(`entities[${o}].firstSeen: missing`),At(n.lastSeen)||e.push(`entities[${o}].lastSeen: missing`),n.aliases!==void 0&&(Array.isArray(n.aliases)?n.aliases.forEach((i,s)=>{(!Bt(i)||!ne(i.key)||!At(i.until))&&e.push(`entities[${o}].aliases[${s}]: malformed`)}):e.push(`entities[${o}].aliases: not an array`))})}return e.length?{ok:!1,errors:e}:{ok:!0,value:t}}function Jt(t){let e=[];return Bt(t)?(Ui(t.modelFormatVersion)||e.push("modelFormatVersion: missing or not a positive integer"),At(t.taskKey)||e.push("taskKey: missing or empty"),t.origin!=="bootstrap"&&t.origin!=="pipeline"&&e.push("origin: expected bootstrap|pipeline"),t.date!==void 0&&!(typeof t.date=="string"&&/^\d{4}-\d{2}-\d{2}$/.test(t.date))&&e.push("date: expected YYYY-MM-DD"),(!Array.isArray(t.commits)||t.commits.some(r=>!At(r)))&&e.push("commits: not an array of non-empty strings"),Array.isArray(t.files)?t.files.forEach((r,n)=>{if(!Bt(r)||!ne(r.key)){e.push(`files[${n}].key: malformed nodeKey`);return}r.entityId!==void 0&&!Mi(r.entityId)&&e.push(`files[${n}].entityId: malformed`),r.churn!==void 0&&!(typeof r.churn=="number"&&r.churn>=0)&&e.push(`files[${n}].churn: not a non-negative number`)}):e.push("files: not an array"),e.length?{ok:!1,errors:e}:{ok:!0,value:t}):{ok:!1,errors:["event: not an object"]}}function En(t,e){return[...t].sort((r,n)=>e(r)<e(n)?-1:e(r)>e(n)?1:0)}function ip(t){return{...t,nodes:En(t.nodes,e=>e.key),edges:En(t.edges,e=>`${e.kind}\0${e.from}\0${e.to}`)}}function sp(t){return{...t,entities:En(t.entities,e=>e.entityId).map(e=>e.aliases?{...e,aliases:En(e.aliases,r=>`${r.key}\0${r.until}`)}:e)}}function ap(t){let e=t.links?{...t.links,...t.links.adr?{adr:[...t.links.adr].sort()}:{},...t.links.tasks?{tasks:[...t.links.tasks].sort()}:{}}:void 0;return{...t,commits:[...t.commits].sort(),files:En(t.files,r=>r.key),...e?{links:e}:{}}}function Po(t){return M$.test(t)?t:JSON.stringify(t)}function cp(t){if(t===null)return"null";if(typeof t=="boolean")return t?"true":"false";if(typeof t=="number"){if(!Number.isFinite(t))throw new Error(`model yaml: non-finite number ${t}`);return JSON.stringify(t)}if(typeof t=="string")return JSON.stringify(t);throw new Error(`model yaml: unsupported scalar ${typeof t}`)}function lp(t){return t===null||["boolean","number","string"].includes(typeof t)}function Ya(t){return Object.entries(t).filter(([,e])=>e!==void 0).sort(([e],[r])=>e<r?-1:e>r?1:0)}function up(t,e,r){if(Array.isArray(t)){for(let n of t)if(lp(n))r.push(`${e}- ${cp(n)}`);else{if(Array.isArray(n))throw new Error("model yaml: nested arrays are not part of the model schema");{let o=Ya(n);if(o.length===0){r.push(`${e}- {}`);continue}o.forEach(([i,s],a)=>{let c=a===0?`${e}- `:`${e} `;Va(i,s,c,`${e} `,r)})}}return}for(let[n,o]of Ya(t))Va(n,o,e,e,r)}function Va(t,e,r,n,o){if(lp(e))o.push(`${r}${Po(t)}: ${cp(e)}`);else if(Array.isArray(e))e.length===0?o.push(`${r}${Po(t)}: []`):(o.push(`${r}${Po(t)}:`),up(e,`${n} `,o));else{let i=Ya(e);if(i.length===0)o.push(`${r}${Po(t)}: {}`);else{o.push(`${r}${Po(t)}:`);for(let[s,a]of i)Va(s,a,`${n} `,`${n} `,o)}}}function qr(t){let e=[];return up(t,"",e),e.join(`
|
|
6
6
|
`)+`
|
|
7
|
-
`}function Ja(t){return Fr(Qd(t))}function Za(t){return Fr(ep(t))}function xn(t){return Fr(tp(t))}var He,y$,w$,b$,k$,_i,Mr,Xd,qa,Jd,v$,mt,Ya,Va,za,Ni,$$,Xa,Br,S$,Qa=E(()=>{"use strict";He=2,y$="model",w$="model/README.md",b$="model/facts",k$="model/derived",_i="model/derived/INDEX.yaml",Mr="model/derived/relates.yaml";Xd=["system","container","component","code","task","adr"],qa=["contains","touched_by","correlates","relates","references","depends_on"],Jd=/^e_[0-9a-f]{8}$/;v$=["system","task","adr"];mt={windowCommits:1e3,commitFileCap:30,supportMin:5,jaccardMinPct:25,halfLifeDays:270,topK:8};Ya=2,Va=5,za=50,Ni=2e3,$$=5e4,Xa={touched_by:.8,references:.7,relates:.6,correlates:.4,contains:.3,depends_on:.5},Br={budgetTokens:4e3,activationCutoff:.05,topKPerNode:8,nodeCap:200};S$=/^[A-Za-z0-9_][A-Za-z0-9_.-]*$/});function E$(t){return t==="DONE"}function R$(t){return t==="AWAITING_EXTERNAL_FIX"?!1:ec.indexOf(t)>=ec.indexOf("IMPLEMENTING")}var ec,ip=E(()=>{"use strict";ec=["BACKLOG","QUEUED","INTAKE","AWAITING_APPROVAL","ANALYZING","ESTIMATING","AWAITING_ANSWER","REVIEW","READY","IMPLEMENTING","BUILD","CODE_REVIEW","TESTING","AWAITING_EXTERNAL_FIX","READY_TO_APPLY","APPLYING","AWAITING_CLUSTER","TRACKING","NEEDS_MANUAL","DONE"]});function I$(t){for(let e of tc)if(e.phases.includes(t))return e.id;return null}function C$(t){for(let e of sp)if(e.phases.includes(t))return e.id;return null}var tc,T$,sp,ap=E(()=>{"use strict";tc=[{id:"intake",label:"Intake",phases:["INTAKE"]},{id:"analysis",label:"Analysis",phases:["ANALYZING","ESTIMATING"]},{id:"ready",label:"Ready",phases:["READY"]},{id:"implementation",label:"Implementation",phases:["IMPLEMENTING","BUILD"]},{id:"delivery",label:"Delivery",phases:["READY_TO_APPLY","APPLYING","AWAITING_CLUSTER"]}],T$=tc.flatMap(t=>t.phases),sp=[{id:"review",label:"Review / tracking",phases:["CODE_REVIEW","TESTING","TRACKING"]},{id:"attention",label:"Need your attention",phases:["NEEDS_MANUAL","AWAITING_APPROVAL","AWAITING_EXTERNAL_FIX","AWAITING_ANSWER","REVIEW"]},{id:"backlog",label:"Backlog / queue",phases:["BACKLOG","QUEUED"]}]});function nc(t){return lp.includes(t)}function P$(t){return cp.includes(t)?"planning":"implementation"}function ht(){return{inputTokens:0,outputTokens:0,cacheReadInputTokens:0,cacheCreationInputTokens:0,totalCostUsd:0,model:"",numTurns:0,durationMs:0}}var rc,cp,lp,A$,oc=E(()=>{"use strict";rc=["estimate","analyze","implement","resolve-conflict","rework","draft","build","code-review","index","backfill","analysis","chat","config","observer","council","testing"],cp=["draft","analysis","chat","config","observer","council"],lp=["chat","config"];A$=1});function _$(t){return typeof t=="string"&&hp.includes(t.trim())?t.trim():null}function up(t,e){return e.toLowerCase().includes(t.toLowerCase())}function sc(t){let e=t.filter(o=>o&&typeof o.id=="string"&&o.id.trim().length>0);if(e.length===0||bp.every(o=>e.some(i=>up(o,i.id))))return null;let n=[...e].sort((o,i)=>{let s=o.createdAt??"",a=i.createdAt??"";return s!==a?s<a?1:-1:o.id<i.id?1:-1});for(let o of wp){let i=n.find(s=>up(o,s.id));if(i)return i.id}return n[0].id}function Sn(){return{default:null,roles:{}}}function j$(t,e,r=gp){let n=t?.roles?.[e];if(typeof n=="string"&&n.trim().length>0)return n.trim();if(t?.default&&t.default.trim().length>0)return t.default.trim();let o=yp[r]?.[e];return o||(Ao[e]??mp)}function N$(t){let e=t?.provider;return typeof e=="string"&&e.trim().length>0?e.trim():it}function O$(t){let e=Sn();if(!t||typeof t!="object")return e;let r=t.llm;if(!r||typeof r!="object")return e;let n=r.provider;typeof n=="string"&&n.trim().length>0&&(e.provider=n.trim());let o=r.models;if(!o||typeof o!="object")return e;for(let[i,s]of Object.entries(o))typeof s!="string"||s.trim().length===0||(i==="default"?e.default=s.trim():e.roles[i]=s.trim());return e}function En(){return{default:null,roles:{}}}function L$(t,e){let r=t?.roles?.[e];return typeof r=="string"&&r.trim().length>0?r.trim():t?.default&&t.default.trim().length>0?t.default.trim():_o[e]}function M$(t){let e=En();if(!t||typeof t!="object")return e;let r=t.llm;if(!r||typeof r!="object")return e;let n=r.effort;if(!n||typeof n!="object")return e;for(let[o,i]of Object.entries(n))typeof i!="string"||i.trim().length===0||(o==="default"?e.default=i.trim():e.roles[o]=i.trim());return e}function D$(t){return t.default===null&&Object.keys(t.roles).length===0?null:JSON.stringify(t)}function U$(t){if(!t)return En();try{let e=JSON.parse(t);if(!e||typeof e!="object")return En();let r=e,n=En();typeof r.default=="string"&&(n.default=r.default);let o=r.roles;if(o&&typeof o=="object")for(let[i,s]of Object.entries(o))typeof s=="string"&&(n.roles[i]=s);return n}catch{return En()}}function B$(t){let e=typeof t.provider=="string"&&t.provider.trim().length>0&&t.provider.trim()!==it;if(t.default===null&&Object.keys(t.roles).length===0&&!e)return null;let{provider:r,...n}=t;return JSON.stringify(e?{provider:r.trim(),...n}:n)}function F$(t){if(!t)return Sn();try{let e=JSON.parse(t);if(!e||typeof e!="object")return Sn();let r=e,n=Sn();typeof r.provider=="string"&&r.provider.trim().length>0&&(n.provider=r.provider.trim()),typeof r.default=="string"&&(n.default=r.default);let o=r.roles;if(o&&typeof o=="object")for(let[i,s]of Object.entries(o))typeof s=="string"&&(n.roles[i]=s);return n}catch{return Sn()}}var it,ic,Ce,Vt,Rn,Li,dp,pp,fp,Mi,Ao,mp,hp,gp,yp,wp,bp,kp,Di,_o,ac=E(()=>{"use strict";oc();it="claude",ic=[it],Ce="opus",Vt="sonnet",Rn="haiku",Li=[Ce,Vt,Rn],dp="build-discovery",pp="code-review-verify",fp=[dp,pp],Mi=[...rc,...fp],Ao={analyze:Ce,implement:Ce,"resolve-conflict":Ce,rework:Ce,estimate:Vt,build:Rn,"build-discovery":Ce,"code-review":Ce,"code-review-verify":Vt,draft:Vt,index:Ce,backfill:Ce,analysis:Ce,chat:Ce,config:Ce,observer:Ce,council:Ce,testing:Ce},mp=Ce,hp=["express","balanced","full"],gp="full",yp={express:{"code-review":Vt,"code-review-verify":Rn},balanced:{implement:Vt,"code-review":Vt,"code-review-verify":Rn},full:{}};wp=[Ce,Vt,Rn],bp=Array.from(new Set(Object.values(Ao)));kp=["low","medium","high","xhigh"],Di=kp,_o={build:"low",estimate:"low",draft:"medium",index:"medium","code-review-verify":"medium"}});function zt(t){return G$.has(t)?!0:K$.some(e=>t.startsWith(e))}function Ui(t,e){if(!t||typeof t!="object"||Array.isArray(t))throw new Error(`${e} must be a mapping`);return t}function Gr(t,e){if(t!=null){if(typeof t!="string")throw new Error(`${e} must be a string`);return t}}function lc(t,e){if(t!=null){if(typeof t!="number"||!Number.isFinite(t))throw new Error(`${e} must be a number`);return t}}function dc(t,e){let r=Ui(e,"action definition"),n=t.replace(/\.(yml|yaml)$/i,""),o=Gr(r.id,"id")??n;if(!cc.test(o))throw new Error(`id must match ${cc} (got "${o}")`);if(o!==n)throw new Error(`id "${o}" must match the file name ("${n}")`);let i=Gr(r.title,"title")?.trim()||o,s;if(r.env!==void 0&&r.env!==null){let p=Ui(r.env,"env");s={};for(let[d,f]of Object.entries(p)){if(!st.test(d))throw new Error(`env name "${d}" must match ${st}`);if(typeof f!="string"&&typeof f!="number"&&typeof f!="boolean")throw new Error(`env.${d} must be a scalar`);s[d]=String(f)}}let a,c=r.params;if(c!=null){if(!Array.isArray(c))throw new Error("params must be a list");if(c.length>vp)throw new Error(`too many params (max ${vp})`);let p=new Set;a=c.map((d,f)=>H$(d,f,p))}let l=r.steps;if(!Array.isArray(l)||l.length===0)throw new Error("steps must be a non-empty list");if(l.length>$p)throw new Error(`too many steps (max ${$p})`);let u=l.map((p,d)=>{let f=Ui(p,`steps[${d}]`),m=Gr(f.run,`steps[${d}].run`);if(!m||m.trim().length===0)throw new Error(`steps[${d}].run is required`);let y=Gr(f.name,`steps[${d}].name`),b=lc(f.timeout_sec,`steps[${d}].timeout_sec`);if(b!==void 0&&(!Number.isInteger(b)||b<=0))throw new Error(`steps[${d}].timeout_sec must be a positive integer`);return{run:m,...y?{name:y}:{},...b!==void 0?{timeout_sec:b}:{}}});return{id:o,title:i,...s?{env:s}:{},...a?{params:a}:{},steps:u}}function H$(t,e,r){let n=Ui(t,`params[${e}]`),o=Gr(n.name,`params[${e}].name`);if(!o||!st.test(o))throw new Error(`params[${e}].name must match ${st}`);if(r.has(o))throw new Error(`duplicate param "${o}"`);r.add(o);let i=n.type;if(i!=="string"&&i!=="enum"&&i!=="number"&&i!=="boolean")throw new Error(`params[${e}].type must be string | enum | number | boolean`);let s;if(i==="enum"){let f=n.enum;if(!Array.isArray(f)||f.length===0||!f.every(m=>typeof m=="string"))throw new Error(`params[${e}].enum must be a non-empty string list`);s=f}let a=Gr(n.label,`params[${e}].label`),c=Gr(n.help,`params[${e}].help`),l=n.required===!0,u=lc(n.min,`params[${e}].min`),p=lc(n.max,`params[${e}].max`),d=n.default;if(d!=null&&typeof d!="string"&&typeof d!="number"&&typeof d!="boolean")throw new Error(`params[${e}].default must be a scalar`);return{name:o,type:i,...a?{label:a}:{},...c?{help:c}:{},...l?{required:!0}:{},...s?{enum:s}:{},...u!==void 0?{min:u}:{},...p!==void 0?{max:p}:{},...d!=null?{default:d}:{}}}function pc(t,e){let r=t.params??[],n=new Map(r.map(i=>[i.name,i]));for(let i of Object.keys(e))if(!n.has(i))return{ok:!1,error:`unknown param: ${i}`};let o={};for(let i of r){let s=e[i.name];if(s==null||typeof s=="string"&&s.trim()==="")if(i.default!==void 0)s=i.default;else{if(i.required)return{ok:!1,error:`${i.name} is required`};continue}switch(i.type){case"string":{if(typeof s!="string")return{ok:!1,error:`${i.name} must be a string`};o[i.name]=s;break}case"enum":{if(typeof s!="string"||!(i.enum??[]).includes(s))return{ok:!1,error:`${i.name} must be one of: ${(i.enum??[]).join(", ")}`};o[i.name]=s;break}case"number":{let a=typeof s=="number"?s:typeof s=="string"?Number(s):NaN;if(!Number.isFinite(a))return{ok:!1,error:`${i.name} must be a number`};if(i.min!==void 0&&a<i.min)return{ok:!1,error:`${i.name} must be \u2265 ${i.min}`};if(i.max!==void 0&&a>i.max)return{ok:!1,error:`${i.name} must be \u2264 ${i.max}`};o[i.name]=a;break}case"boolean":{let a=typeof s=="boolean"?s:s==="true"?!0:s==="false"?!1:null;if(a===null)return{ok:!1,error:`${i.name} must be a boolean`};o[i.name]=a;break}}}return{ok:!0,values:o}}var st,G$,K$,uc,cc,vp,$p,fc=E(()=>{"use strict";st=/^[A-Z][A-Z0-9_]*$/,G$=new Set(["GH_TOKEN","GITHUB_TOKEN","GITLAB_TOKEN"]),K$=["BITBUCKET_","YOUTRACK_","CLAUDE_","INPUT_"];uc=600,cc=/^[a-z0-9-]+$/,vp=32,$p=64});function W$(t){let e=t.toLowerCase(),r="";for(let o of e)r+=Object.prototype.hasOwnProperty.call(xp,o)?xp[o]:o;return r.replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,50).replace(/-+$/g,"")}function q$(t,e,r){let o=(t&&t.includes("<TASK_ID>")?t:Sp).replace(/<TASK_ID>/g,e.toLowerCase()).replace(/<SLUG>/g,r??"");return o=o.replace(/-{2,}/g,"-").replace(/\/{2,}/g,"/").replace(/-\//g,"/").replace(/\/-/g,"/").replace(/^[-/]+|[-/]+$/g,""),o}function Y$(t,e){if(t)return`${t.replace(/\/+$/,"")}/issue/${encodeURIComponent(e)}`}function or(t){return!(!t||t.length>250||!/^[A-Za-z0-9._/-]+$/.test(t)||/^[-/.]/.test(t)||/[/.]$/.test(t)||t.endsWith(".lock")||t.includes("..")||t.includes("//")||t.includes("/."))}function mc(t){if(!t||typeof t!="object")return null;let e=t,r=typeof e.owner=="string"?e.owner.trim():"",n=typeof e.repo=="string"?e.repo.trim():typeof e.repoName=="string"?e.repoName.trim():"",o=typeof e.host=="string"?e.host.trim():"";return!r||!n||o!=="github"&&o!=="gitlab"&&o!=="bitbucket"?null:{host:o,owner:r,repoName:n}}function hc(t){if(!t.mirror)return t;let{mirror:e,...r}=t;return{...r,host:e.host,owner:e.owner,repoName:e.repoName}}function Dt(t){return`${t}${Ep}`}var Sp,R0,xp,ir,Ep,gc=E(()=>{"use strict";Sp="codepipe/<TASK_ID>",R0=50,xp={\u0430:"a",\u0431:"b",\u0432:"v",\u0433:"g",\u0434:"d",\u0435:"e",\u0451:"e",\u0436:"zh",\u0437:"z",\u0438:"i",\u0439:"y",\u043A:"k",\u043B:"l",\u043C:"m",\u043D:"n",\u043E:"o",\u043F:"p",\u0440:"r",\u0441:"s",\u0442:"t",\u0443:"u",\u0444:"f",\u0445:"h",\u0446:"c",\u0447:"ch",\u0448:"sh",\u0449:"sch",\u044A:"",\u044B:"y",\u044C:"",\u044D:"e",\u044E:"yu",\u044F:"ya"};ir=/^[a-z][a-z0-9-]{1,30}$/,Ep="-codepipe-ctx"});function V$(t){return t==="simple"||t==="gitflow"||t==="release"}function yc(t){return t==="integration"||t==="stable"||t==="release_pattern"}function z$(t){let e=t.endsWith("/*")?t.slice(0,-2):t;return or(e)}function X$(t){let e=new Set(Bi[t.flow].roles);for(let r of Object.keys(t.branchTypes??{}))yc(r)&&e.add(r);return e}function sr(t){if(t==null)return{config:null,errors:[]};let e=[];if(typeof t!="object"||Array.isArray(t))return{config:null,errors:["git: must be a mapping"]};let r=t,n=r.flow;if(!V$(n))return e.push(`git.flow must be one of simple | gitflow | release (got ${JSON.stringify(n)})`),{config:null,errors:e};let o=n,i={},s=r.branch_types??r.branchTypes;if(s!==void 0)if(typeof s!="object"||s===null||Array.isArray(s))e.push("git.branch_types must be a mapping of role \u2192 name/pattern");else for(let[d,f]of Object.entries(s)){if(!yc(d)){e.push(`git.branch_types: unknown role "${d}"`);continue}if(typeof f!="string"||!Rp(d,f)){e.push(`git.branch_types.${d}: invalid branch name/pattern ${JSON.stringify(f)}`);continue}i[d]=f}let a=new Set(Bi[o].roles);for(let d of Object.keys(i))a.add(d);let c={},l=r.branches;if(l!==void 0)if(typeof l!="object"||l===null||Array.isArray(l))e.push("git.branches must be a mapping of role \u2192 branch name");else for(let[d,f]of Object.entries(l)){if(!yc(d)){e.push(`git.branches: unknown role "${d}"`);continue}if(!a.has(d)){e.push(`git.branches.${d}: role not part of flow "${o}"`);continue}if(typeof f!="string"||!Rp(d,f)){e.push(`git.branches.${d}: invalid branch name/pattern ${JSON.stringify(f)}`);continue}c[d]=f}let u,p=r.commit;if(p!==void 0)if(typeof p!="object"||p===null||Array.isArray(p))e.push("git.commit must be a mapping");else{let d=p,f=d.subject,m=d.subject_max??d.subjectMax,y,b;f!==void 0&&typeof f!="string"?e.push("git.commit.subject must be a string"):typeof f=="string"&&f.trim()!==""&&(y=f),m!==void 0&&(typeof m!="number"||!Number.isInteger(m)||m<1?e.push("git.commit.subject_max must be a positive integer"):b=m),u={...y!==void 0?{subject:y}:{},...b!==void 0?{subjectMax:b}:{}}}return e.length>0?{config:null,errors:e}:{config:{flow:o,branches:c,...Object.keys(i).length>0?{branchTypes:i}:{},...u?{commit:u}:{}},errors:[]}}function Rp(t,e){return t==="release_pattern"?z$(e):or(e)}function J$(t,e,r){let n=r??"main",o=e??t;if(!o)return{flow:"simple",integration:n};let i=X$(o),s=u=>o.branches[u]??o.branchTypes?.[u],a=s("integration")??n,c=i.has("stable")?s("stable"):void 0,l=i.has("release_pattern")?s("release_pattern"):void 0;return{flow:o.flow,integration:a,...c?{stable:c}:{},...l?{releasePattern:l}:{}}}function Tn(t){return t.gitFlow?.integration??t.defaultBranch??"main"}function Z$(t,e){return e??Tn(t)}function Tp(t,e){if(e.endsWith("/*")){let r=e.slice(0,-1);return t.startsWith(r)&&t.length>r.length}return t===e}function bc(t,e){return e.flow==="simple"?!1:!!(t===e.integration||e.stable&&t===e.stable||e.releasePattern&&Tp(t,e.releasePattern))}function jo(t){let e=t.branches??[],r=e.some(s=>/^release\//.test(s)),n=e.includes("develop")||e.includes("dev"),o=r?"release":n?"gitflow":"simple",i={integration:Q$(o,t)};if(o!=="simple"){let s=ex(t,i.integration??"");s&&(i.stable=s)}return o==="release"&&(i.release_pattern="release/*"),{flow:o,branches:i}}function Q$(t,e){let r=e.branches??[];if(t!=="simple"){if(r.includes("develop"))return"develop";if(r.includes("dev"))return"dev"}return e.defaultBranch??r[0]??""}function ex(t,e){let r=t.branches??[],n=t.defaultBranch;if(n&&(n==="main"||n==="master")&&n!==e)return n;if(r.includes("main")&&e!=="main")return"main";if(r.includes("master")&&e!=="master")return"master"}function kc(t,e){if(t.flow==="simple")return!1;if(t.flow!==e.flow)return!0;let r=t.branches,n=e.branches;return(r.integration??"")!==(n.integration??"")||(r.stable??"")!==(n.stable??"")||(r.release_pattern??"")!==(n.release_pattern??"")}var Bi,wc,vc=E(()=>{"use strict";gc();Bi={simple:{roles:["integration"]},gitflow:{roles:["integration","stable"]},release:{roles:["integration","stable","release_pattern"]}},wc=Object.keys(Bi)});function Ip(){return{primary:ke,context:ke,tasks:ke,docs:ke,code_comments:ke,chat:ke,code_review:ke,commits:ke}}function Cp(t){return!t||t.trim().length===0||t.trim().toLowerCase()===ke}function tx(t){if(typeof t!="string")return ke;let e=t.trim().replace(/\s+/g," ");return e.length===0||e.length>40||e.toLowerCase()===ke?ke:e}function rx(t){let e=Ip();if(!t||typeof t!="object")return e;let r=t.language;if(!r||typeof r!="object"||Array.isArray(r))return e;let n=r;for(let o of No)e[o]=tx(n[o]);return e}function nx(t){return No.every(e=>Cp(t[e]))}var ke,No,In,Oo,$c=E(()=>{"use strict";ke="auto",No=["primary","context","tasks","docs","code_comments","chat","code_review","commits"],In=["English","Russian","German","Spanish","French","Portuguese","Italian","Chinese","Japanese","Korean"],Oo=40});function Fi(t=Pp){let e=[];for(let r of t)e.push(...r.fields),r.groups&&e.push(...Fi(r.groups));return e}function Ap(t,e){let r=JSON.stringify(e);return Fi().find(n=>n.file===t&&JSON.stringify(n.path)===r)}function _p(t){let e=JSON.stringify(t);return Fi().find(r=>JSON.stringify(r.path)===e)}function Rc(t){let e=Ap(t.file,t.path)??_p(t.path);if(!e)return{ok:!1,error:`unknown setting path: ${t.file}:${t.path.join(".")}`};let r=t.value,n=e.type==="model"||e.type==="enum"||e.type==="string";if(r===null||n&&typeof r=="string"&&r.trim().length===0)return e.nullable?{ok:!0,field:e,value:null}:{ok:!1,error:`${e.id} cannot be cleared`};switch(e.type){case"model":case"string":{if(typeof r!="string")return{ok:!1,error:`${e.id} must be a string`};let i=r.trim();return e.type==="string"&&e.mustContain&&!i.includes(e.mustContain)?{ok:!1,error:`${e.id} must contain "${e.mustContain}"`}:e.maxLength!==void 0&&i.length>e.maxLength?{ok:!1,error:`${e.id} must be \u2264 ${e.maxLength} chars`}:{ok:!0,field:e,value:i}}case"enum":{if(typeof r!="string")return{ok:!1,error:`${e.id} must be a string`};let i=r.trim();return e.suggestions?.includes(i)?{ok:!0,field:e,value:i}:{ok:!1,error:`${e.id} must be one of: ${(e.suggestions??[]).join(", ")}`}}case"number":return typeof r!="number"||!Number.isFinite(r)?{ok:!1,error:`${e.id} must be a number`}:!e.float&&!Number.isInteger(r)?{ok:!1,error:`${e.id} must be an integer`}:e.min!==void 0&&r<e.min?{ok:!1,error:`${e.id} must be \u2265 ${e.min}`}:e.max!==void 0&&r>e.max?{ok:!1,error:`${e.id} must be \u2264 ${e.max}`}:{ok:!0,field:e,value:r};case"boolean":return typeof r!="boolean"?{ok:!1,error:`${e.id} must be a boolean`}:{ok:!0,field:e,value:r};case"string_list":{if(!Array.isArray(r))return{ok:!1,error:`${e.id} must be a list`};let i=r.map(s=>typeof s=="string"?s.trim():"").filter(s=>s.length>0);return i.length===0?e.nullable?{ok:!0,field:e,value:null}:{ok:!1,error:`${e.id} must be a non-empty list`}:{ok:!0,field:e,value:i}}case"string_map":{if(typeof r!="object"||r===null||Array.isArray(r))return{ok:!1,error:`${e.id} must be a name\u2192value map`};let i=Object.entries(r);if(i.length===0)return e.nullable?{ok:!0,field:e,value:null}:{ok:!1,error:`${e.id} must be a non-empty map`};if(i.length>xc)return{ok:!1,error:`${e.id} must have \u2264 ${xc} entries`};let s={};for(let[a,c]of i){if(!st.test(a))return{ok:!1,error:`${e.id}: name "${a}" must match ${st}`};if(zt(a))return{ok:!1,error:`${e.id}: name "${a}" is reserved`};if(typeof c!="string")return{ok:!1,error:`${e.id}: value of "${a}" must be a string`};if(c.length>Sc)return{ok:!1,error:`${e.id}: value of "${a}" must be \u2264 ${Sc} chars`};s[a]=c}return{ok:!0,field:e,value:s}}}}var ox,ix,xc,Sc,Ec,Pp,jp=E(()=>{"use strict";fc();vc();ac();Qa();$c();ox={primary:"Primary language",context:"Context documents",tasks:"Tracker issues",docs:"Repo documentation",code_comments:"Code comments",chat:"Agent chat",code_review:"Code review comments",commits:"Commits & branches"},ix={primary:"The project's main language (agent status notes ride it). Empty \u21D2 auto.",context:"Knowledge, ADRs and task artifacts in the Context Repo. Empty \u21D2 auto.",tasks:"Issue titles/bodies the agent drafts. Empty \u21D2 auto.",docs:"Documentation changes in the project repos. Empty \u21D2 auto.",code_comments:"New code comments the agent writes. Empty \u21D2 auto.",chat:"The interactive task-drafting chat. Empty/auto \u21D2 mirror the user's messages.",code_review:"Review findings and PR comments. Empty \u21D2 follows the tracker-issues language.",commits:"Commit/PR subject & branch slug. Empty \u21D2 follows the tracker-issues language."},xc=64,Sc=2e3,Ec=2e3,Pp=[{id:"branch",label:"Branch",help:"Task-branch naming.",fields:[{id:"branch.pattern",file:"project.yaml",path:["branch","pattern"],type:"string",label:"Task-branch pattern",nullable:!0,mustContain:"<TASK_ID>",help:"Template for the per-task branch name. Must contain the <TASK_ID> placeholder. Empty \u21D2 default codepipe/<TASK_ID>."}]},{id:"git",label:"Git workflow",help:"Branching flow: which branch feature work targets, and the deterministic commit subject.",fields:[{id:"git.flow",file:"project.yaml",path:["git","flow"],type:"enum",label:"Flow preset",nullable:!0,suggestions:[...wc],help:"simple \u2014 one branch (default); gitflow \u2014 integration + stable; release \u2014 gitflow + release/* branches. Empty \u21D2 remove the key (only valid when the rest of the git: section is cleared too)."},{id:"git.branches.integration",file:"project.yaml",path:["git","branches","integration"],type:"string",label:"Integration branch",nullable:!0,help:"The branch feature work targets (e.g. develop). Empty \u21D2 the repo's default branch."},{id:"git.branches.stable",file:"project.yaml",path:["git","branches","stable"],type:"string",label:"Stable branch",nullable:!0,help:"The production branch (e.g. master). Only part of the gitflow/release presets."},{id:"git.branches.release_pattern",file:"project.yaml",path:["git","branches","release_pattern"],type:"string",label:"Release branch pattern",nullable:!0,help:"Glob for release branches (e.g. release/*). Only part of the release preset."},{id:"git.commit.subject",file:"project.yaml",path:["git","commit","subject"],type:"string",label:"Commit subject template",nullable:!0,maxLength:200,help:"First-line template with {key} / {summary} placeholders. Empty \u21D2 default {key}: {summary}. Requires a git: section (set Flow preset, e.g. simple)."},{id:"git.commit.subject_max",file:"project.yaml",path:["git","commit","subject_max"],type:"number",label:"Commit subject length cap",nullable:!0,min:1,max:500,help:"Length cap for the rendered subject line. Empty \u21D2 72."}]},{id:"llm",label:"LLM",fields:[{id:"llm.provider",file:"local.yaml",path:["llm","provider"],type:"enum",label:"Provider",nullable:!1,suggestions:[...ic],help:"LLM backend for this project. Currently only claude is available."}],groups:[{id:"llm.models",label:"Models by role",help:"Model per pipeline stage. Empty \u21D2 the role's recommended default applies.",fields:[{id:"llm.models.default",file:"local.yaml",path:["llm","models","default"],type:"model",label:"default (catch-all)",nullable:!0,suggestions:[...Li],help:"Overrides the recommended defaults for every role not listed below."},...Mi.map(t=>({id:`llm.models.${t}`,file:"local.yaml",path:["llm","models",t],type:"model",label:t,nullable:!0,suggestions:[...Li],help:`recommended: ${Ao[t]} (the workflow preset may set a cheaper default \u2014 an explicit value here overrides both)`}))]},{id:"llm.effort",label:"Reasoning effort by role",help:"Reasoning effort per pipeline stage (Claude Code --effort). Empty \u21D2 the mechanical roles run lowered (build/estimate: low; draft/index/code-review-verify: medium) and every other role keeps the backend default.",fields:[{id:"llm.effort.default",file:"project.yaml",path:["llm","effort","default"],type:"enum",label:"default (catch-all)",nullable:!0,suggestions:[...Di],help:"Overrides the recommended lowerings for every role not listed below."},...Mi.map(t=>({id:`llm.effort.${t}`,file:"project.yaml",path:["llm","effort",t],type:"enum",label:t,nullable:!0,suggestions:[...Di],help:_o[t]?`recommended: ${_o[t]}`:"recommended: backend default"}))]}]},{id:"apply.style",label:"Commits & PRs",help:"Instructions for the AI agent on how to write commit messages and PR descriptions. Empty \u21D2 built-in templates.",fields:[{id:"apply.commit_style",file:"project.yaml",path:["apply","commit_style"],type:"string",label:"Commit message style",nullable:!0,multiline:!0,maxLength:Ec,help:'e.g. "English, imperative mood, first line \u2264 72 chars, start with the issue key". Empty \u21D2 "<KEY>: <task title>".'},{id:"apply.pr_style",file:"project.yaml",path:["apply","pr_style"],type:"string",label:"PR description style",nullable:!0,multiline:!0,maxLength:Ec,help:`e.g. "implementation details, bullet list of what was done, in the tracker's language". Empty \u21D2 the default PR body.`}]},{id:"apply.delivery",label:"Delivery & merge",help:"How a finished change reaches the repository: with or without a pull request, and who merges it.",fields:[{id:"apply.pull_request",file:"project.yaml",path:["apply","pull_request"],type:"boolean",label:"Open a pull request",nullable:!1,help:"On (default): the task branch is pushed and a pull request is opened \u2014 the change is reviewable in the git host and keeps a history of review comments. Off: no PR at all; the branch is merged into the default branch directly, and the agent's review remarks live only in the dashboard and the Context Repo."},{id:"apply.done",file:"project.yaml",path:["apply","done"],type:"enum",label:"Task is done when",nullable:!1,suggestions:["merge","branch"],help:"merge (default): the task is finished only once its change lands in the default branch. branch: the task ends at the pushed branch (plus the PR, if enabled) and nothing is merged for you."},{id:"apply.auto_merge",file:"project.yaml",path:["apply","auto_merge"],type:"enum",label:"Auto-merge pull requests",nullable:!1,suggestions:["off","on_ci_green"],help:"Applies to the pull-request path only. off (default): the merge waits for you (Approve on the task card). on_ci_green: as soon as the PR is open, conflict-free and its CI is green, CodePipe merges it \u2014 changes reach the default branch with no further review from you. Requires full automation; branch protection on the host still applies (a refused merge parks the task). Without pull requests, full automation merges the branch itself and this switch does not apply."}]},{id:"variables",label:"Variables",help:"Non-secret env vars for custom actions (RUN tab). Secrets go via the sealed Secrets form on the Tokens section instead.",fields:[{id:"variables",file:"project.yaml",path:["variables"],type:"string_map",label:"Variables",nullable:!0,help:"NAME=value pairs, one per line. Names are env-style (A-Z, 0-9, _); reserved credential names are refused."}]},{id:"testing",label:"Testing",help:"An optional phase after code review: writes the test plan you run in the morning and reports what it could verify.",fields:[{id:"testing.enabled",file:"project.yaml",path:["testing","enabled"],type:"boolean",nullable:!1,label:"Run the testing phase",help:"Off by default. When on, a task passing code review goes through a test pass before the PR: it derives TESTPLAN.md from the plan's requirements and reports per requirement what it could verify. A requirement it finds broken sends the change back for a fix (bounded below)."},{id:"testing.max_iterations",file:"project.yaml",path:["testing","max_iterations"],type:"number",nullable:!0,min:1,max:10,label:"Fix rounds before stopping",help:"How many times a failed test pass may send the change back before the task waits for you. Empty \u21D2 2."}]},{id:"code_review",label:"Code review",help:"One review mechanism for the pipeline's own changes and for developers' branches (the review column); they differ only in where the findings go.",fields:[{id:"code_review.verify_pass",file:"project.yaml",path:["code_review","verify_pass"],type:"boolean",nullable:!1,label:"Verifier pass (precision)",help:"On by default. A second, narrow agent checks every finding against the code (real? re-grade) before it costs a rework round or reaches a developer; the findings threshold below keeps small rounds cheap."},{id:"code_review.verify_min_findings",file:"project.yaml",path:["code_review","verify_min_findings"],type:"number",nullable:!0,min:1,label:"Verifier threshold (findings)",help:"The verifier runs only when a round carries at least this many actionable findings \u2014 1-2 are cheap to absorb, noise scales with volume. Empty = 3; 1 = verify every round."},{id:"code_review.max_blocking",file:"project.yaml",path:["code_review","max_blocking"],type:"number",nullable:!0,label:"Blocking budget (internal)",help:"Max blocker findings that keep their power in the pipeline's own review; the rest are demoted to major, weakest confidence first. Empty = 5."},{id:"code_review.external.max_blocking",file:"project.yaml",path:["code_review","external","max_blocking"],type:"number",nullable:!0,label:"Blocking budget (external)",help:"The same budget for a developer's branch review \u2014 tighter by default because a human reads these. Empty = 3."}]},{id:"skills",label:"Skills",help:"Reusable procedures the agent can invoke instead of improvising. Only their names and one-line descriptions sit in the prompt; the steps load when a skill is used.",fields:[{id:"skills.from_bundled",file:"project.yaml",path:["skills","from_bundled"],type:"boolean",nullable:!1,label:"Use the skills shipped with CodePipe",help:"On by default. General procedures maintained with the product."},{id:"skills.from_context_repo",file:"project.yaml",path:["skills","from_context_repo"],type:"boolean",nullable:!1,label:"Use this project's skills",help:"On by default. Skills the team writes in the context repository under `skills/<name>/SKILL.md`. These override a bundled skill of the same name."},{id:"skills.from_project_repo",file:"project.yaml",path:["skills","from_project_repo"],type:"boolean",nullable:!1,label:"Use the code repository's skills",help:"On by default. `.claude/skills/` inside the project repositories \u2014 the skills your developers already use locally. These win over both other sources."}]},{id:"quality",label:"Quality block",help:"Skip the whole quality block (build + code review) when a change touches only safe paths.",fields:[{id:"quality.skip_paths",file:"project.yaml",path:["quality","skip_paths"],type:"string_list",nullable:!0,label:"Skip paths (gitignore-style)",help:"When every changed file across all repos matches these globs, build and code review are skipped and the change goes straight to apply. One file outside the list runs both as usual. Use ! to re-include (e.g. !schema/**/*.md). Empty = never skip."}]},{id:"gates",label:"Gates",help:"Approval gate before the pipeline starts (on by default; orthogonal to automation).",fields:[{id:"gates.require_approval",file:"local.yaml",path:["gates","require_approval"],type:"boolean",label:"Require approval before start",nullable:!1,help:"When on (default), the observer's intake plan waits for your APPROVE & START before the batch runs. Off \u21D2 conveyor: the batch starts automatically on the observer's plan. Either way every task passes the observer intake first."},{id:"observer.debounce_seconds",file:"project.yaml",path:["observer","debounce_seconds"],type:"number",label:"Intake window (seconds)",nullable:!0,min:5,max:3600,help:"How long the queue collects newly staged tasks before the observer reviews them as one batch. Empty \u21D2 60."},{id:"observer.fast_path",file:"project.yaml",path:["observer","fast_path"],type:"boolean",label:"Fast path for trivial tasks",nullable:!1,help:"On by default. A single small task with no links skips the observer's LLM pass and is routed by rules (noted in its journal as routed without review)."}]},{id:"council",label:"Council",help:"Several roles examine the same subject in parallel, each in its own process; a final session weighs their written opinions. Costs several agent runs per use \u2014 off by default, enable per phase.",fields:[{id:"council.questions",file:"project.yaml",path:["council","questions"],type:"boolean",nullable:!1,label:"Council on blocking questions",help:"Off (default): an agent's blocking question is answered by a single session, which keeps full automation moving cheaply. On: the council's roles each write an independent opinion first, and the answering session weighs them."},{id:"council.code_review",file:"project.yaml",path:["council","code_review"],type:"boolean",nullable:!1,label:"Council on code review",help:"Off (default): one reviewer session judges the change alone. On: the project's critic roles each review the change in their own parallel process first, and the reviewer session weighs their written findings into the verdict. Applies to the internal and the external review; the verifier pass always runs solo."},{id:"council.max_parallel",file:"project.yaml",path:["council","max_parallel"],type:"number",nullable:!0,min:1,max:5,label:"Max parallel roles",help:"How many role processes run at once (the rest wait their turn). Empty \u21D2 3; hard ceiling 5."}]},{id:"workflow",label:"Workflow",help:"How much pipeline a task gets. A preset is a set of defaults \u2014 any explicit setting below always wins over it.",fields:[{id:"workflow.preset",file:"project.yaml",path:["workflow","preset"],type:"enum",nullable:!1,suggestions:["express","balanced","full"],label:"Preset",help:"express \u2014 no analysis phase, no review: one implementation session on the capable model (cheapest, for small clear tasks). balanced \u2014 every phase, cheaper models for implementation and review. full \u2014 the classic pipeline on the capable model."},{id:"workflow.observer_routing",file:"project.yaml",path:["workflow","observer_routing"],type:"boolean",nullable:!1,label:"Observer routes presets",help:"Off (default): every task runs the project's preset. On: the intake observer may assign a preset per task (a small clear task goes express, a risky one goes full), within the allowed list below; your explicit pick on a queued task always wins. A task that gets stuck on express escalates to the full pipeline automatically."},{id:"workflow.allowed_presets",file:"project.yaml",path:["workflow","allowed_presets"],type:"string_list",nullable:!0,label:"Presets the observer may use",help:"Limits observer routing, e.g. only balanced and full (no express). Empty \u21D2 all three."},{id:"analysis.enabled",file:"project.yaml",path:["analysis","enabled"],type:"boolean",nullable:!1,label:"Analysis phase",help:"Whether a task starts with a dedicated analysis pass (plan + open questions) before implementation. Off \u21D2 the implementer works straight from the task text and the context pack; an explicit value here overrides the preset."}]},{id:"automation",label:"Automation",help:"How far the pipeline advances the G1\u2013G4 gates without a manual Run/Approve. Independent of the approval gate above.",fields:[{id:"automation.level",file:"local.yaml",path:["automation","level"],type:"enum",label:"Automation level",nullable:!1,suggestions:["assisted","full"],help:"assisted \u21D2 manual Run/Approve at each of G1\u2013G4; full \u21D2 gates auto-pass."}]},{id:"language",label:"Language",help:"Languages the agent writes in, per area. Empty \u21D2 auto: mirror the language of the user's material.",fields:No.map(t=>({id:`language.${t}`,file:"project.yaml",path:["language",t],type:"string",label:ox[t],nullable:!0,maxLength:40,suggestions:t==="chat"?[ke,...In]:[...In],help:ix[t]}))},{id:"context.model",label:"Project map",help:"Parameters of the project map (built from git history by the CLI). Empty fields keep the defaults.",fields:[{id:"context.model.enabled",file:"project.yaml",path:["context","model","enabled"],type:"boolean",label:"Enable in the pipeline",nullable:!1,help:"On by default. Agents are asked to record intent annotations and receive an assembled context pack built from the project map. Off \u21D2 the pipeline ignores the map entirely and behaves exactly as if the feature were absent."},{id:"context.model.pack.idf_penalty",file:"project.yaml",path:["context","model","pack","idf_penalty"],type:"boolean",label:"Demote ubiquitous files in the pack",nullable:!1,help:"On by default. Files that reached the pack only through STATISTICAL co-change (not direct task evidence) are ranked down in proportion to how many past tasks touched them, so the budget goes to task-specific paths. Off restores pure activation order."},{id:"context.model.prompt.pack",file:"project.yaml",path:["context","model","prompt","pack"],type:"boolean",nullable:!1,label:"Give agents the context pack",help:"On by default. The assembled pack costs up to ~4000 tokens on every task of the analyze / estimate / implement / rework roles. Turning it off keeps the map building and stops the spend \u2014 the way to see what the pack is actually worth on this project."},{id:"context.model.prompt.annotations",file:"project.yaml",path:["context","model","prompt","annotations"],type:"boolean",nullable:!1,label:"Ask agents for intent annotations",help:"On by default. Adds the annotations block to the implement and rework prompts \u2014 the layer that records WHY the code is shaped this way. Cheap, and worth accumulating even while the pack is off."},{id:"context.index.hub",file:"project.yaml",path:["context","index","hub"],type:"enum",label:"Search index on the server",nullable:!0,suggestions:["off","metadata"],help:"off (default): search runs on your machine, nothing is uploaded. metadata: paths, labels and task texts (never code) are mirrored to the server so search and structure stay available while your machine is offline. Switching back to off deletes the mirrored rows."},{id:"context.model.issue_key_pattern",file:"project.yaml",path:["context","model","issue_key_pattern"],type:"string",label:"Issue-key pattern (regex)",nullable:!0,maxLength:200,help:"Regex that finds tracker issue keys in commit subjects when mining task events from history. Empty \u21D2 derived from the tracker project key (e.g. DEV-\\d+)."},{id:"context.model.cochange.window_commits",file:"project.yaml",path:["context","model","cochange","window_commits"],type:"number",label:"History window (commits)",nullable:!0,min:50,max:5e4,help:`How many commits back from the build commit are mined. Default ${mt.windowCommits}.`},{id:"context.model.cochange.commit_file_cap",file:"project.yaml",path:["context","model","cochange","commit_file_cap"],type:"number",label:"Commit size cap (files)",nullable:!0,min:2,max:500,help:`Commits touching more files are ignored as noise. Default ${mt.commitFileCap}.`},{id:"context.model.cochange.support_min",file:"project.yaml",path:["context","model","cochange","support_min"],type:"number",label:"Minimum co-occurrences",nullable:!0,min:1,max:100,help:`A pair of files must change together at least this many times. Default ${mt.supportMin}.`},{id:"context.model.cochange.jaccard_min_pct",file:"project.yaml",path:["context","model","cochange","jaccard_min_pct"],type:"number",label:"Minimum Jaccard (%)",nullable:!0,min:0,max:100,help:`Overlap threshold: |A\u2229B| / |A\u222AB| of the files' commit sets, in percent. Default ${mt.jaccardMinPct}.`},{id:"context.model.cochange.half_life_days",file:"project.yaml",path:["context","model","cochange","half_life_days"],type:"number",label:"Time-decay half-life (days)",nullable:!0,min:1,max:3650,help:`A commit this old counts half as much. Default ${mt.halfLifeDays} (~9 months).`},{id:"context.model.cochange.top_k",file:"project.yaml",path:["context","model","cochange","top_k"],type:"number",label:"Edges per file (top-k)",nullable:!0,min:1,max:64,help:`Only the k strongest co-change edges of a file survive \u2014 bounds graph density whatever the thresholds. Default ${mt.topK}.`}]},{id:"rate_limit",label:"Rate limit",help:"Automatic project pause as the LLM usage window fills up.",fields:[{id:"rate_limit.auto_pause.enabled",file:"local.yaml",path:["rate_limit","auto_pause","enabled"],type:"boolean",nullable:!1,label:"Pause the project near the limit",help:"On (default): when window utilization reaches the threshold, the project is paused (same pause as the manual one) and you get an email \u2014 the remaining window stays available for your own work. Off: agents keep working until the provider actually runs out."},{id:"rate_limit.auto_pause.threshold",file:"local.yaml",path:["rate_limit","auto_pause","threshold"],type:"number",float:!0,nullable:!0,min:.05,max:1,label:"Pause threshold (share of the window)",help:"Fraction of the usage window at which the pause fires; the rest (1 \u2212 threshold) is your manual-work reserve. Empty \u21D2 0.75."}]},{id:"context.job_logs",label:"Job transcripts",help:"Whether the raw agent transcript of each job is kept in the Context Repo.",fields:[{id:"context.job_logs.enabled",file:"project.yaml",path:["context","job_logs","enabled"],type:"boolean",label:"Keep transcripts in the Context Repo",nullable:!1,help:"Off (default): the transcript is discarded after the run \u2014 nothing lands in the Context Repo. On: each job's raw transcript is committed as tasks/<KEY>/logs/job-<id>.jsonl for post-mortem debugging."}]}]});var Np=E(()=>{"use strict"});function Op(t){if(t==null)return[];if(!Array.isArray(t))return null;let e=[];for(let r of t){if(typeof r!="string"||r.trim().length===0)return null;e.push(r.trim())}return e}function Ic(t){let{name:e,body:r,origin:n}=t;if(!Tc.test(e))return{ok:!1,error:`role name must match ${Tc} (got "${e}")`};if(r.trim().length===0)return{ok:!1,error:"role body is empty \u2014 the body IS the role's prompt"};let o=t.frontmatter;if(o==null||typeof o!="object"||Array.isArray(o))return{ok:!1,error:"missing or malformed frontmatter block"};let i=o,s=i.description;if(typeof s!="string"||s.trim().length===0)return{ok:!1,error:"description is required (one line: what this role looks for)"};if(s.length>300)return{ok:!1,error:"description must be \u2264 300 characters"};let a=Op(i.refs);if(a===null)return{ok:!1,error:"refs must be a list of non-empty paths"};if(a.length>10)return{ok:!1,error:"refs must list at most 10 files \u2014 a role is a narrow view"};for(let f of a)if(f.startsWith("/")||f.includes(".."))return{ok:!1,error:`ref "${f}" must be a path inside the Context Repo`};let c=Op(i.scenarios);if(c===null)return{ok:!1,error:"scenarios must be a list"};let l=[];for(let f of c){if(!Gi.includes(f))return{ok:!1,error:`unknown scenario "${f}" \u2014 one of: ${Gi.join(", ")}`};l.includes(f)||l.push(f)}if(l.length===0)return{ok:!1,error:`scenarios must name at least one of: ${Gi.join(", ")}`};let u=i.model;if(u!==void 0&&(typeof u!="string"||u.trim().length===0))return{ok:!1,error:"model must be a non-empty string when set"};let p=i.provider;if(p!==void 0&&(typeof p!="string"||p.trim().length===0))return{ok:!1,error:"provider must be a non-empty string when set"};let d=i.enabled;return d!==void 0&&typeof d!="boolean"?{ok:!1,error:"enabled must be true or false"}:{ok:!0,role:{name:e,description:s.trim(),...typeof u=="string"?{model:u.trim()}:{},...typeof p=="string"?{provider:p.trim()}:{},refs:a,scenarios:l,enabled:d!==!1,body:r.trim(),origin:n}}}function Cc(t,e){let r=new Map;for(let n of t)r.set(n.name,n);for(let n of e)r.set(n.name,n);return[...r.values()].sort((n,o)=>n.name<o.name?-1:n.name>o.name?1:0)}function Pc(t,e){return t.filter(r=>r.enabled&&r.scenarios.includes(e))}var Gi,Tc,M0,D0,Lp=E(()=>{"use strict";Gi=["plan_review","code_review","council"],Tc=/^[a-z][a-z0-9-]{1,39}$/,M0=10,D0=300});function Ac(t){return Mp.includes(t)}function _c(t){return`prompts/${t}.md`}var Mp,Dp=E(()=>{"use strict";Mp=["analysis","analyze","backfill","build","chat","code-review","code-review-external","code-review-fix","code-review-verify","config","council","draft","estimate","implement","implement-direct","index","observer","resolve-conflict","review-comment","rework","testing"]});function Nc(t){if(!jc.test(t.name))return{ok:!1,error:`skill directory name must match ${jc}`};if(t.body.trim().length===0)return{ok:!1,error:"SKILL.md has no body \u2014 the body IS the procedure"};let e=t.frontmatter;if(!e||typeof e!="object"||Array.isArray(e))return{ok:!1,error:"SKILL.md has no frontmatter block"};let r=e.description;return typeof r!="string"||r.trim().length===0?{ok:!1,error:"description is required \u2014 it is what decides when the skill fires"}:r.length>300?{ok:!1,error:"description must be \u2264 300 characters"}:{ok:!0,skill:{name:t.name,description:r.trim()}}}function Oc(t,e,r){let n=new Map;for(let o of[...t,...e,...r])n.set(o.name,o);return[...n.values()].sort((o,i)=>o.name<i.name?-1:o.name>i.name?1:0)}function Bp(t){let e=t.trim(),r=e.lastIndexOf("@"),n=r===-1?e:e.slice(0,r),o=r===-1?"":e.slice(r+1).trim();if(!sx.test(n))return{ok:!1,error:`"${t}": expected <owner>/<repo>[@<40-hex sha>]`};let i=Up.find(s=>s.repo.toLowerCase()===n.toLowerCase());return o&&!ax.test(o)?{ok:!1,error:`"${t}": pin to a full 40-character commit sha \u2014 a branch or tag can change under you`}:!i&&!o?{ok:!1,error:`"${t}": a third-party marketplace must be pinned to a commit (<owner>/<repo>@<sha>). Its skills run beside your code with the agent's token.`}:{ok:!0,source:{repo:n,sha:o,name:i?.name??n.replace("/","-").toLowerCase(),official:!!i}}}function cx(t){let e=[],r=[],n=new Set;for(let o of t){if(!o.trim())continue;let i=Bp(o);if(!i.ok){r.push(i.error);continue}n.has(i.source.name)||(n.add(i.source.name),e.push(i.source))}return{sources:e,errors:r}}function ux(t,e){let r=new Set(e.map(i=>i.name)),n={},o=[];for(let i of t){let s=i.trim();if(s){if(!lx.test(s)||!r.has(s.slice(s.indexOf("@")+1))){o.push(s);continue}n[s]=!0}}return{enabled:n,unknown:o}}var jc,F0,Up,sx,ax,lx,Fp=E(()=>{"use strict";jc=/^[a-z][a-z0-9-]{1,39}$/,F0=300;Up=[{repo:"anthropics/skills",name:"anthropic-agent-skills"},{repo:"anthropics/claude-plugins-official",name:"claude-plugins-official"}],sx=/^[A-Za-z0-9][\w.-]*\/[A-Za-z0-9][\w.-]*$/,ax=/^[0-9a-f]{40}$/;lx=/^[A-Za-z0-9][\w.-]*@[A-Za-z0-9][\w.-]*$/});function Gp(t,e){if(t==null)return[];if(!Array.isArray(t)||t.length>e)return null;let r=[];for(let n of t){if(typeof n!="string"||n.trim().length===0)return null;r.push(n.trim())}return r}function dx(t,e){if(!t||typeof t!="object"||Array.isArray(t))return{ok:!1,error:"queue plan must be a JSON object"};let r=new Set(e),n=t,o=Gp(n.order,e.length);if(o===null)return{ok:!1,error:"order must be a list of task keys"};for(let m of o)if(!r.has(m))return{ok:!1,error:`order names ${m}, which is not in this batch`};if(new Set(o).size!==o.length)return{ok:!1,error:"order repeats a task key"};let i=e.filter(m=>!o.includes(m));if(o.length>0&&i.length>0)return{ok:!1,error:`order omits ${i.join(", ")}`};let s=n.tasks,a=[];if(s!=null){if(!Array.isArray(s))return{ok:!1,error:"tasks must be a list"};for(let m of s){if(!m||typeof m!="object")return{ok:!1,error:"each task entry must be an object"};let y=m,b=typeof y.taskKey=="string"?y.taskKey.trim():"";if(!r.has(b))return{ok:!1,error:`tasks names ${b||"(empty)"}, which is not in this batch`};let w=Gp(y.after,e.length);if(w===null)return{ok:!1,error:`${b}: after must be a list of task keys`};for(let T of w){if(!r.has(T))return{ok:!1,error:`${b}: after names ${T}, not in this batch`};if(T===b)return{ok:!1,error:`${b}: cannot come after itself`}}let k=typeof y.decisions=="string"?y.decisions.trim():"",x,h=y.workflow;if(h&&typeof h=="object"){let T=h,R=typeof T.preset=="string"?T.preset.trim():"";if(R==="express"||R==="balanced"||R==="full"){let v=typeof T.reason=="string"?T.reason.trim().slice(0,4e3):"";x={preset:R,reason:v}}}a.push({taskKey:b,decisions:k.slice(0,4e3),after:w,...x?{workflow:x}:{}})}}let c=[],l=n.conflicts;if(Array.isArray(l))for(let m of l){if(!m||typeof m!="object")continue;let y=m,b=typeof y.taskKey=="string"?y.taskKey.trim():"",w=typeof y.adr=="string"?y.adr.trim():"",k=typeof y.detail=="string"?y.detail.trim():"";!r.has(b)||!k||c.push({taskKey:b,adr:w,detail:k.slice(0,4e3)})}let u=[],p=n.related;if(Array.isArray(p))for(let m of p){if(!m||typeof m!="object")continue;let y=m,b=typeof y.taskKey=="string"?y.taskKey.trim():"",w=typeof y.detail=="string"?y.detail.trim():"";!b||!w||u.push({taskKey:b,detail:w.slice(0,4e3)})}let d=typeof n.summary=="string"?n.summary.trim().slice(0,4e3):"",f=n.deferBehind===!0;return{ok:!0,plan:{order:o,tasks:a,conflicts:c,related:u,summary:d,deferBehind:f}}}var K0,H0,Kp=E(()=>{"use strict";K0=4e3,H0=4e3});function px(t,e){if(!t||typeof t!="object"||Array.isArray(t))return{ok:!1,error:"council verdict must be a JSON object"};let r=t,n=r.unresolved===!0,o=typeof r.fork=="string"?r.fork.trim().slice(0,4e3):"";if(n)return o?{ok:!0,verdict:{answers:[],unresolved:!0,fork:o}}:{ok:!1,error:"an unresolved verdict must describe the fork"};let i=r.answers;if(!Array.isArray(i))return{ok:!1,error:"answers must be a list"};if(i.length!==e.length)return{ok:!1,error:`expected ${e.length} answer(s), got ${i.length}`};let s=[];for(let[a,c]of i.entries()){if(!c||typeof c!="object")return{ok:!1,error:`answer ${a+1} must be an object`};let l=c,u=typeof l.answer=="string"?l.answer.trim():"";if(!u)return{ok:!1,error:`answer ${a+1} is empty`};s.push({question:typeof l.question=="string"?l.question.trim():e[a],answer:u.slice(0,4e3),rationale:typeof l.rationale=="string"?l.rationale.trim().slice(0,4e3):""})}return{ok:!0,verdict:{answers:s,unresolved:!1,fork:""}}}var q0,Hp=E(()=>{"use strict";q0=4e3});function hx(t){let e=t.replace(/^#+\s*/,"").trim();for(let r of fx)if(r.re.test(e))return{kind:r.kind,letter:r.letter};return null}function Lc(t){let e=[],r=new Map,n="",o=null,i=null;for(let a of t.split(`
|
|
8
|
-
`)
|
|
9
|
-
|
|
7
|
+
`}function oc(t){return qr(ip(t))}function ic(t){return qr(sp(t))}function Tn(t){return qr(ap(t))}var qe,A$,_$,P$,j$,Li,Kr,rp,Qa,np,N$,gt,ec,tc,rc,Di,O$,nc,zt,M$,sc=x(()=>{"use strict";qe=2,A$="model",_$="model/README.md",P$="model/facts",j$="model/derived",Li="model/derived/INDEX.yaml",Kr="model/derived/relates.yaml";rp=["system","container","component","code","task","adr"],Qa=["contains","touched_by","correlates","relates","references","depends_on"],np=/^e_[0-9a-f]{8}$/;N$=["system","task","adr"];gt={windowCommits:1e3,commitFileCap:30,supportMin:5,jaccardMinPct:25,halfLifeDays:270,topK:8};ec=2,tc=5,rc=50,Di=2e3,O$=5e4,nc={touched_by:.8,references:.7,relates:.6,correlates:.4,contains:.3,depends_on:.5},zt={budgetTokens:4e3,activationCutoff:.05,topKPerNode:8,nodeCap:200};M$=/^[A-Za-z0-9_][A-Za-z0-9_.-]*$/});function ac(t){return t==="DONE"}function D$(t){return t==="AWAITING_EXTERNAL_FIX"?!1:Yr.indexOf(t)>=Yr.indexOf("IMPLEMENTING")}var Yr,cc=x(()=>{"use strict";Yr=["BACKLOG","QUEUED","INTAKE","AWAITING_APPROVAL","ANALYZING","ESTIMATING","AWAITING_ANSWER","REVIEW","READY","IMPLEMENTING","BUILD","CODE_REVIEW","TESTING","AWAITING_EXTERNAL_FIX","READY_TO_APPLY","APPLYING","AWAITING_CLUSTER","TRACKING","NEEDS_MANUAL","DONE"]});function K$(){let t=new Set,e=[],r=(o,i,s)=>{if(o===i)return;let a=`${o}\u2192${i}`;t.has(a)||(t.add(a),e.push({from:o,to:i,kind:s}))};for(let[o,i]of U$)r(o,i,"auto");for(let[o,i]of B$)r(o,i,"human");for(let o of Yr)if(!ac(o))for(let i of F$)r(o,i,"human");for(let o of Yr)for(let i of G$)r(o,i,"human");let n=e.filter(o=>o.to==="NEEDS_MANUAL").map(o=>o.from);for(let o of new Set([...n,"DONE","TRACKING"]))r("NEEDS_MANUAL",o,"recovery");return r("NEEDS_MANUAL","CODE_REVIEW","recovery"),e}function H$(t){return[...dp.get(t)??[]]}function W$(t,e){return t===e||(dp.get(t)?.has(e)??!1)}function pp(){let t={auto:"-->",human:"-.->",recovery:"-. recovery .->"},e=["flowchart LR"];for(let r of Yr)e.push(` ${r}`);for(let r of Bi)e.push(` ${r.from} ${t[r.kind]} ${r.to}`);return e.join(`
|
|
8
|
+
`)}function q$(){let t=e=>Bi.filter(r=>r.kind===e).map(r=>`| ${r.from} | ${r.to} |`).join(`
|
|
9
|
+
`);return["# \u041F\u0435\u0440\u0435\u0445\u043E\u0434\u044B \u0444\u0430\u0437 \u0437\u0430\u0434\u0430\u0447 (generated)","","**\u041D\u0435 \u0440\u0435\u0434\u0430\u043A\u0442\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u0440\u0443\u043A\u0430\u043C\u0438.** \u0424\u0430\u0439\u043B \u0433\u0435\u043D\u0435\u0440\u0438\u0440\u0443\u0435\u0442\u0441\u044F \u0438\u0437","`packages/shared/src/transitions.ts` \u043A\u043E\u043C\u0430\u043D\u0434\u043E\u0439","`cd hub && pnpm tsx scripts/generate-phase-graph.ts`; \u0434\u0440\u0435\u0439\u0444 \u043B\u043E\u0432\u0438\u0442","`hub/test/transition-policy.test.ts`. \u0415\u0434\u0438\u043D\u0441\u0442\u0432\u0435\u043D\u043D\u0430\u044F \u0442\u0435\u0440\u043C\u0438\u043D\u0430\u043B\u044C\u043D\u0430\u044F \u0444\u0430\u0437\u0430 \u2014","`DONE`. \u0421\u043F\u043B\u043E\u0448\u043D\u044B\u0435 \u0441\u0442\u0440\u0435\u043B\u043A\u0438 \u2014 \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043A\u043E\u043D\u0432\u0435\u0439\u0435\u0440, \u0448\u0442\u0440\u0438\u0445\u043E\u0432\u044B\u0435 \u2014 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F","\u0447\u0435\u043B\u043E\u0432\u0435\u043A\u0430 (\u0434\u0430\u0448\u0431\u043E\u0440\u0434/\u0442\u0440\u0435\u043A\u0435\u0440/\u043A\u043E\u043C\u0430\u043D\u0434\u044B), \u043F\u043E\u043C\u0435\u0447\u0435\u043D\u043D\u044B\u0435 `recovery` \u2014 \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0441\u043A\u043E\u0435","\u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435 \u0438\u0437 NEEDS_MANUAL.","","```mermaid",pp(),"```","","## \u0420\u0451\u0431\u0440\u0430: \u0430\u0432\u0442\u043E\u043C\u0430\u0442\u0438\u0447\u0435\u0441\u043A\u0438\u0439 \u043A\u043E\u043D\u0432\u0435\u0439\u0435\u0440","","| From | To |","|---|---|",t("auto"),"","## \u0420\u0451\u0431\u0440\u0430: \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044F \u0447\u0435\u043B\u043E\u0432\u0435\u043A\u0430","","| From | To |","|---|---|",t("human"),"","## \u0420\u0451\u0431\u0440\u0430: \u043E\u043F\u0435\u0440\u0430\u0442\u043E\u0440\u0441\u043A\u043E\u0435 \u0432\u043E\u0441\u0441\u0442\u0430\u043D\u043E\u0432\u043B\u0435\u043D\u0438\u0435","","| From | To |","|---|---|",t("recovery"),""].join(`
|
|
10
|
+
`)}var U$,B$,F$,G$,Bi,dp,lc,fp=x(()=>{"use strict";cc();U$=[["BACKLOG","QUEUED"],["BACKLOG","INTAKE"],["QUEUED","INTAKE"],["INTAKE","ANALYZING"],["INTAKE","IMPLEMENTING"],["ANALYZING","ESTIMATING"],["ANALYZING","REVIEW"],["ANALYZING","AWAITING_ANSWER"],["ANALYZING","NEEDS_MANUAL"],["ESTIMATING","REVIEW"],["ESTIMATING","AWAITING_ANSWER"],["ESTIMATING","NEEDS_MANUAL"],["AWAITING_ANSWER","ANALYZING"],["AWAITING_ANSWER","ESTIMATING"],["AWAITING_ANSWER","IMPLEMENTING"],["REVIEW","READY"],["READY","IMPLEMENTING"],["IMPLEMENTING","BUILD"],["IMPLEMENTING","CODE_REVIEW"],["IMPLEMENTING","TESTING"],["IMPLEMENTING","READY_TO_APPLY"],["IMPLEMENTING","AWAITING_ANSWER"],["IMPLEMENTING","NEEDS_MANUAL"],["IMPLEMENTING","DONE"],["BUILD","CODE_REVIEW"],["BUILD","IMPLEMENTING"],["BUILD","ANALYZING"],["BUILD","NEEDS_MANUAL"],["CODE_REVIEW","IMPLEMENTING"],["CODE_REVIEW","TESTING"],["CODE_REVIEW","READY_TO_APPLY"],["CODE_REVIEW","AWAITING_EXTERNAL_FIX"],["CODE_REVIEW","DONE"],["CODE_REVIEW","ANALYZING"],["CODE_REVIEW","NEEDS_MANUAL"],["TESTING","READY_TO_APPLY"],["TESTING","IMPLEMENTING"],["TESTING","NEEDS_MANUAL"],["READY_TO_APPLY","APPLYING"],["READY_TO_APPLY","AWAITING_CLUSTER"],["READY_TO_APPLY","NEEDS_MANUAL"],["APPLYING","AWAITING_CLUSTER"],["APPLYING","TRACKING"],["APPLYING","DONE"],["APPLYING","NEEDS_MANUAL"],["AWAITING_CLUSTER","TRACKING"],["AWAITING_CLUSTER","DONE"],["AWAITING_CLUSTER","CODE_REVIEW"],["AWAITING_CLUSTER","NEEDS_MANUAL"],["TRACKING","DONE"],["TRACKING","IMPLEMENTING"],["TRACKING","CODE_REVIEW"],["TRACKING","NEEDS_MANUAL"],["TRACKING","APPLYING"],["TRACKING","AWAITING_CLUSTER"],["BACKLOG","CODE_REVIEW"],["INTAKE","CODE_REVIEW"],["DONE","CODE_REVIEW"],["BACKLOG","DONE"],["DONE","NEEDS_MANUAL"]],B$=[["QUEUED","BACKLOG"],["AWAITING_APPROVAL","INTAKE"],["AWAITING_APPROVAL","BACKLOG"],["REVIEW","ANALYZING"],["AWAITING_EXTERNAL_FIX","IMPLEMENTING"],["AWAITING_EXTERNAL_FIX","DONE"],["AWAITING_EXTERNAL_FIX","NEEDS_MANUAL"],["DONE","BACKLOG"]],F$=["BACKLOG","DONE","NEEDS_MANUAL"],G$=["ANALYZING","IMPLEMENTING"];Bi=K$(),dp=(()=>{let t=new Map;for(let e of Bi){let r=t.get(e.from);r||t.set(e.from,r=new Set),r.add(e.to)}return t})();lc=class extends Error{taskId;from;to;constructor(e,r,n){super(`invalid phase transition ${r} \u2192 ${n} for task ${e}`),this.name="InvalidTransitionError",this.taskId=e,this.from=r,this.to=n}}});function Vr(t,e){return{schemaVersion:1,assemblerVersion:Fi,role:t,status:"skipped",statusReason:e,budgetTokens:0,spentTokens:0,seeds:[],selected:[],omitted:[],stale:[]}}var mp,Fi,hp=x(()=>{"use strict";mp=1,Fi="context-pack-v3"});function V$(t){for(let e of uc)if(e.phases.includes(t))return e.id;return null}function z$(t){for(let e of gp)if(e.phases.includes(t))return e.id;return null}var uc,Y$,gp,yp=x(()=>{"use strict";uc=[{id:"intake",label:"Intake",phases:["INTAKE"]},{id:"analysis",label:"Analysis",phases:["ANALYZING","ESTIMATING"]},{id:"ready",label:"Ready",phases:["READY"]},{id:"implementation",label:"Implementation",phases:["IMPLEMENTING","BUILD"]},{id:"delivery",label:"Delivery",phases:["READY_TO_APPLY","APPLYING","AWAITING_CLUSTER"]}],Y$=uc.flatMap(t=>t.phases),gp=[{id:"review",label:"Review / tracking",phases:["CODE_REVIEW","TESTING","TRACKING"]},{id:"attention",label:"Need your attention",phases:["NEEDS_MANUAL","AWAITING_APPROVAL","AWAITING_EXTERNAL_FIX","AWAITING_ANSWER","REVIEW"]},{id:"backlog",label:"Backlog / queue",phases:["BACKLOG","QUEUED"]}]});function pc(t){return bp.includes(t)}function X$(t){return wp.includes(t)?"planning":"implementation"}function yt(){return{inputTokens:0,outputTokens:0,cacheReadInputTokens:0,cacheCreationInputTokens:0,totalCostUsd:0,model:"",numTurns:0,durationMs:0}}var dc,wp,bp,J$,fc=x(()=>{"use strict";dc=["estimate","analyze","implement","resolve-conflict","rework","draft","build","code-review","index","backfill","analysis","chat","config","observer","council","testing"],wp=["draft","analysis","chat","config","observer","council"],bp=["chat","config"];J$=1});function Z$(t){return typeof t=="string"&&Ep.includes(t.trim())?t.trim():null}function kp(t,e){return e.toLowerCase().includes(t.toLowerCase())}function hc(t){let e=t.filter(o=>o&&typeof o.id=="string"&&o.id.trim().length>0);if(e.length===0||Cp.every(o=>e.some(i=>kp(o,i.id))))return null;let n=[...e].sort((o,i)=>{let s=o.createdAt??"",a=i.createdAt??"";return s!==a?s<a?1:-1:o.id<i.id?1:-1});for(let o of Rp){let i=n.find(s=>kp(o,s.id));if(i)return i.id}return n[0].id}function In(){return{default:null,roles:{}}}function Q$(t,e,r=Tp){let n=t?.roles?.[e];if(typeof n=="string"&&n.trim().length>0)return n.trim();if(t?.default&&t.default.trim().length>0)return t.default.trim();let o=Ip[r]?.[e];return o||(Lo[e]??Sp)}function ex(t){let e=t?.provider;return typeof e=="string"&&e.trim().length>0?e.trim():lt}function tx(t){let e=In();if(!t||typeof t!="object")return e;let r=t.llm;if(!r||typeof r!="object")return e;let n=r.provider;typeof n=="string"&&n.trim().length>0&&(e.provider=n.trim());let o=r.models;if(!o||typeof o!="object")return e;for(let[i,s]of Object.entries(o))typeof s!="string"||s.trim().length===0||(i==="default"?e.default=s.trim():e.roles[i]=s.trim());return e}function Rn(){return{default:null,roles:{}}}function rx(t,e){let r=t?.roles?.[e];return typeof r=="string"&&r.trim().length>0?r.trim():t?.default&&t.default.trim().length>0?t.default.trim():Mo[e]}function nx(t){let e=Rn();if(!t||typeof t!="object")return e;let r=t.llm;if(!r||typeof r!="object")return e;let n=r.effort;if(!n||typeof n!="object")return e;for(let[o,i]of Object.entries(n))typeof i!="string"||i.trim().length===0||(o==="default"?e.default=i.trim():e.roles[o]=i.trim());return e}function ox(t){return t.default===null&&Object.keys(t.roles).length===0?null:JSON.stringify(t)}function ix(t){if(!t)return Rn();try{let e=JSON.parse(t);if(!e||typeof e!="object")return Rn();let r=e,n=Rn();typeof r.default=="string"&&(n.default=r.default);let o=r.roles;if(o&&typeof o=="object")for(let[i,s]of Object.entries(o))typeof s=="string"&&(n.roles[i]=s);return n}catch{return Rn()}}function sx(t){let e=typeof t.provider=="string"&&t.provider.trim().length>0&&t.provider.trim()!==lt;if(t.default===null&&Object.keys(t.roles).length===0&&!e)return null;let{provider:r,...n}=t;return JSON.stringify(e?{provider:r.trim(),...n}:n)}function ax(t){if(!t)return In();try{let e=JSON.parse(t);if(!e||typeof e!="object")return In();let r=e,n=In();typeof r.provider=="string"&&r.provider.trim().length>0&&(n.provider=r.provider.trim()),typeof r.default=="string"&&(n.default=r.default);let o=r.roles;if(o&&typeof o=="object")for(let[i,s]of Object.entries(o))typeof s=="string"&&(n.roles[i]=s);return n}catch{return In()}}var lt,mc,Ae,Zt,Cn,Gi,vp,$p,xp,Ki,Lo,Sp,Ep,Tp,Ip,Rp,Cp,Ap,Hi,Mo,gc=x(()=>{"use strict";fc();lt="claude",mc=[lt],Ae="opus",Zt="sonnet",Cn="haiku",Gi=[Ae,Zt,Cn],vp="build-discovery",$p="code-review-verify",xp=[vp,$p],Ki=[...dc,...xp],Lo={analyze:Ae,implement:Ae,"resolve-conflict":Ae,rework:Ae,estimate:Zt,build:Cn,"build-discovery":Ae,"code-review":Ae,"code-review-verify":Zt,draft:Zt,index:Ae,backfill:Ae,analysis:Ae,chat:Ae,config:Ae,observer:Ae,council:Ae,testing:Ae},Sp=Ae,Ep=["express","balanced","full"],Tp="full",Ip={express:{"code-review":Zt,"code-review-verify":Cn},balanced:{implement:Zt,"code-review":Zt,"code-review-verify":Cn},full:{}};Rp=[Ae,Zt,Cn],Cp=Array.from(new Set(Object.values(Lo)));Ap=["low","medium","high","xhigh"],Hi=Ap,Mo={build:"low",estimate:"low",draft:"medium",index:"medium","code-review-verify":"medium"}});function Qt(t){return cx.has(t)?!0:lx.some(e=>t.startsWith(e))}function Wi(t,e){if(!t||typeof t!="object"||Array.isArray(t))throw new Error(`${e} must be a mapping`);return t}function zr(t,e){if(t!=null){if(typeof t!="string")throw new Error(`${e} must be a string`);return t}}function wc(t,e){if(t!=null){if(typeof t!="number"||!Number.isFinite(t))throw new Error(`${e} must be a number`);return t}}function kc(t,e){let r=Wi(e,"action definition"),n=t.replace(/\.(yml|yaml)$/i,""),o=zr(r.id,"id")??n;if(!yc.test(o))throw new Error(`id must match ${yc} (got "${o}")`);if(o!==n)throw new Error(`id "${o}" must match the file name ("${n}")`);let i=zr(r.title,"title")?.trim()||o,s;if(r.env!==void 0&&r.env!==null){let p=Wi(r.env,"env");s={};for(let[d,f]of Object.entries(p)){if(!ut.test(d))throw new Error(`env name "${d}" must match ${ut}`);if(typeof f!="string"&&typeof f!="number"&&typeof f!="boolean")throw new Error(`env.${d} must be a scalar`);s[d]=String(f)}}let a,c=r.params;if(c!=null){if(!Array.isArray(c))throw new Error("params must be a list");if(c.length>_p)throw new Error(`too many params (max ${_p})`);let p=new Set;a=c.map((d,f)=>ux(d,f,p))}let l=r.steps;if(!Array.isArray(l)||l.length===0)throw new Error("steps must be a non-empty list");if(l.length>Pp)throw new Error(`too many steps (max ${Pp})`);let u=l.map((p,d)=>{let f=Wi(p,`steps[${d}]`),m=zr(f.run,`steps[${d}].run`);if(!m||m.trim().length===0)throw new Error(`steps[${d}].run is required`);let y=zr(f.name,`steps[${d}].name`),w=wc(f.timeout_sec,`steps[${d}].timeout_sec`);if(w!==void 0&&(!Number.isInteger(w)||w<=0))throw new Error(`steps[${d}].timeout_sec must be a positive integer`);return{run:m,...y?{name:y}:{},...w!==void 0?{timeout_sec:w}:{}}});return{id:o,title:i,...s?{env:s}:{},...a?{params:a}:{},steps:u}}function ux(t,e,r){let n=Wi(t,`params[${e}]`),o=zr(n.name,`params[${e}].name`);if(!o||!ut.test(o))throw new Error(`params[${e}].name must match ${ut}`);if(r.has(o))throw new Error(`duplicate param "${o}"`);r.add(o);let i=n.type;if(i!=="string"&&i!=="enum"&&i!=="number"&&i!=="boolean")throw new Error(`params[${e}].type must be string | enum | number | boolean`);let s;if(i==="enum"){let f=n.enum;if(!Array.isArray(f)||f.length===0||!f.every(m=>typeof m=="string"))throw new Error(`params[${e}].enum must be a non-empty string list`);s=f}let a=zr(n.label,`params[${e}].label`),c=zr(n.help,`params[${e}].help`),l=n.required===!0,u=wc(n.min,`params[${e}].min`),p=wc(n.max,`params[${e}].max`),d=n.default;if(d!=null&&typeof d!="string"&&typeof d!="number"&&typeof d!="boolean")throw new Error(`params[${e}].default must be a scalar`);return{name:o,type:i,...a?{label:a}:{},...c?{help:c}:{},...l?{required:!0}:{},...s?{enum:s}:{},...u!==void 0?{min:u}:{},...p!==void 0?{max:p}:{},...d!=null?{default:d}:{}}}function vc(t,e){let r=t.params??[],n=new Map(r.map(i=>[i.name,i]));for(let i of Object.keys(e))if(!n.has(i))return{ok:!1,error:`unknown param: ${i}`};let o={};for(let i of r){let s=e[i.name];if(s==null||typeof s=="string"&&s.trim()==="")if(i.default!==void 0)s=i.default;else{if(i.required)return{ok:!1,error:`${i.name} is required`};continue}switch(i.type){case"string":{if(typeof s!="string")return{ok:!1,error:`${i.name} must be a string`};o[i.name]=s;break}case"enum":{if(typeof s!="string"||!(i.enum??[]).includes(s))return{ok:!1,error:`${i.name} must be one of: ${(i.enum??[]).join(", ")}`};o[i.name]=s;break}case"number":{let a=typeof s=="number"?s:typeof s=="string"?Number(s):NaN;if(!Number.isFinite(a))return{ok:!1,error:`${i.name} must be a number`};if(i.min!==void 0&&a<i.min)return{ok:!1,error:`${i.name} must be \u2265 ${i.min}`};if(i.max!==void 0&&a>i.max)return{ok:!1,error:`${i.name} must be \u2264 ${i.max}`};o[i.name]=a;break}case"boolean":{let a=typeof s=="boolean"?s:s==="true"?!0:s==="false"?!1:null;if(a===null)return{ok:!1,error:`${i.name} must be a boolean`};o[i.name]=a;break}}}return{ok:!0,values:o}}var ut,cx,lx,bc,yc,_p,Pp,$c=x(()=>{"use strict";ut=/^[A-Z][A-Z0-9_]*$/,cx=new Set(["GH_TOKEN","GITHUB_TOKEN","GITLAB_TOKEN"]),lx=["BITBUCKET_","YOUTRACK_","CLAUDE_","INPUT_"];bc=600,yc=/^[a-z0-9-]+$/,_p=32,Pp=64});function dx(t){let e=t.toLowerCase(),r="";for(let o of e)r+=Object.prototype.hasOwnProperty.call(jp,o)?jp[o]:o;return r.replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"").slice(0,50).replace(/-+$/g,"")}function px(t,e,r){let o=(t&&t.includes("<TASK_ID>")?t:Np).replace(/<TASK_ID>/g,e.toLowerCase()).replace(/<SLUG>/g,r??"");return o=o.replace(/-{2,}/g,"-").replace(/\/{2,}/g,"/").replace(/-\//g,"/").replace(/\/-/g,"/").replace(/^[-/]+|[-/]+$/g,""),o}function fx(t,e){if(t)return`${t.replace(/\/+$/,"")}/issue/${encodeURIComponent(e)}`}function lr(t){return!(!t||t.length>250||!/^[A-Za-z0-9._/-]+$/.test(t)||/^[-/.]/.test(t)||/[/.]$/.test(t)||t.endsWith(".lock")||t.includes("..")||t.includes("//")||t.includes("/."))}function xc(t){if(!t||typeof t!="object")return null;let e=t,r=typeof e.owner=="string"?e.owner.trim():"",n=typeof e.repo=="string"?e.repo.trim():typeof e.repoName=="string"?e.repoName.trim():"",o=typeof e.host=="string"?e.host.trim():"";return!r||!n||o!=="github"&&o!=="gitlab"&&o!=="bitbucket"?null:{host:o,owner:r,repoName:n}}function Sc(t){if(!t.mirror)return t;let{mirror:e,...r}=t;return{...r,host:e.host,owner:e.owner,repoName:e.repoName}}function Ft(t){return`${t}${Op}`}var Np,qN,jp,ur,Op,Ec=x(()=>{"use strict";Np="codepipe/<TASK_ID>",qN=50,jp={\u0430:"a",\u0431:"b",\u0432:"v",\u0433:"g",\u0434:"d",\u0435:"e",\u0451:"e",\u0436:"zh",\u0437:"z",\u0438:"i",\u0439:"y",\u043A:"k",\u043B:"l",\u043C:"m",\u043D:"n",\u043E:"o",\u043F:"p",\u0440:"r",\u0441:"s",\u0442:"t",\u0443:"u",\u0444:"f",\u0445:"h",\u0446:"c",\u0447:"ch",\u0448:"sh",\u0449:"sch",\u044A:"",\u044B:"y",\u044C:"",\u044D:"e",\u044E:"yu",\u044F:"ya"};ur=/^[a-z][a-z0-9-]{1,30}$/,Op="-codepipe-ctx"});function mx(t){return t==="simple"||t==="gitflow"||t==="release"}function Tc(t){return t==="integration"||t==="stable"||t==="release_pattern"}function hx(t){let e=t.endsWith("/*")?t.slice(0,-2):t;return lr(e)}function gx(t){let e=new Set(qi[t.flow].roles);for(let r of Object.keys(t.branchTypes??{}))Tc(r)&&e.add(r);return e}function dr(t){if(t==null)return{config:null,errors:[]};let e=[];if(typeof t!="object"||Array.isArray(t))return{config:null,errors:["git: must be a mapping"]};let r=t,n=r.flow;if(!mx(n))return e.push(`git.flow must be one of simple | gitflow | release (got ${JSON.stringify(n)})`),{config:null,errors:e};let o=n,i={},s=r.branch_types??r.branchTypes;if(s!==void 0)if(typeof s!="object"||s===null||Array.isArray(s))e.push("git.branch_types must be a mapping of role \u2192 name/pattern");else for(let[d,f]of Object.entries(s)){if(!Tc(d)){e.push(`git.branch_types: unknown role "${d}"`);continue}if(typeof f!="string"||!Lp(d,f)){e.push(`git.branch_types.${d}: invalid branch name/pattern ${JSON.stringify(f)}`);continue}i[d]=f}let a=new Set(qi[o].roles);for(let d of Object.keys(i))a.add(d);let c={},l=r.branches;if(l!==void 0)if(typeof l!="object"||l===null||Array.isArray(l))e.push("git.branches must be a mapping of role \u2192 branch name");else for(let[d,f]of Object.entries(l)){if(!Tc(d)){e.push(`git.branches: unknown role "${d}"`);continue}if(!a.has(d)){e.push(`git.branches.${d}: role not part of flow "${o}"`);continue}if(typeof f!="string"||!Lp(d,f)){e.push(`git.branches.${d}: invalid branch name/pattern ${JSON.stringify(f)}`);continue}c[d]=f}let u,p=r.commit;if(p!==void 0)if(typeof p!="object"||p===null||Array.isArray(p))e.push("git.commit must be a mapping");else{let d=p,f=d.subject,m=d.subject_max??d.subjectMax,y,w;f!==void 0&&typeof f!="string"?e.push("git.commit.subject must be a string"):typeof f=="string"&&f.trim()!==""&&(y=f),m!==void 0&&(typeof m!="number"||!Number.isInteger(m)||m<1?e.push("git.commit.subject_max must be a positive integer"):w=m),u={...y!==void 0?{subject:y}:{},...w!==void 0?{subjectMax:w}:{}}}return e.length>0?{config:null,errors:e}:{config:{flow:o,branches:c,...Object.keys(i).length>0?{branchTypes:i}:{},...u?{commit:u}:{}},errors:[]}}function Lp(t,e){return t==="release_pattern"?hx(e):lr(e)}function yx(t,e,r){let n=r??"main",o=e??t;if(!o)return{flow:"simple",integration:n};let i=gx(o),s=u=>o.branches[u]??o.branchTypes?.[u],a=s("integration")??n,c=i.has("stable")?s("stable"):void 0,l=i.has("release_pattern")?s("release_pattern"):void 0;return{flow:o.flow,integration:a,...c?{stable:c}:{},...l?{releasePattern:l}:{}}}function An(t){return t.gitFlow?.integration??t.defaultBranch??"main"}function wx(t,e){return e??An(t)}function Mp(t,e){if(e.endsWith("/*")){let r=e.slice(0,-1);return t.startsWith(r)&&t.length>r.length}return t===e}function Rc(t,e){return e.flow==="simple"?!1:!!(t===e.integration||e.stable&&t===e.stable||e.releasePattern&&Mp(t,e.releasePattern))}function Do(t){let e=t.branches??[],r=e.some(s=>/^release\//.test(s)),n=e.includes("develop")||e.includes("dev"),o=r?"release":n?"gitflow":"simple",i={integration:bx(o,t)};if(o!=="simple"){let s=kx(t,i.integration??"");s&&(i.stable=s)}return o==="release"&&(i.release_pattern="release/*"),{flow:o,branches:i}}function bx(t,e){let r=e.branches??[];if(t!=="simple"){if(r.includes("develop"))return"develop";if(r.includes("dev"))return"dev"}return e.defaultBranch??r[0]??""}function kx(t,e){let r=t.branches??[],n=t.defaultBranch;if(n&&(n==="main"||n==="master")&&n!==e)return n;if(r.includes("main")&&e!=="main")return"main";if(r.includes("master")&&e!=="master")return"master"}function Cc(t,e){if(t.flow==="simple")return!1;if(t.flow!==e.flow)return!0;let r=t.branches,n=e.branches;return(r.integration??"")!==(n.integration??"")||(r.stable??"")!==(n.stable??"")||(r.release_pattern??"")!==(n.release_pattern??"")}var qi,Ic,Ac=x(()=>{"use strict";Ec();qi={simple:{roles:["integration"]},gitflow:{roles:["integration","stable"]},release:{roles:["integration","stable","release_pattern"]}},Ic=Object.keys(qi)});function Dp(){return{primary:ke,context:ke,tasks:ke,docs:ke,code_comments:ke,chat:ke,code_review:ke,commits:ke}}function Up(t){return!t||t.trim().length===0||t.trim().toLowerCase()===ke}function vx(t){if(typeof t!="string")return ke;let e=t.trim().replace(/\s+/g," ");return e.length===0||e.length>40||e.toLowerCase()===ke?ke:e}function $x(t){let e=Dp();if(!t||typeof t!="object")return e;let r=t.language;if(!r||typeof r!="object"||Array.isArray(r))return e;let n=r;for(let o of Uo)e[o]=vx(n[o]);return e}function xx(t){return Uo.every(e=>Up(t[e]))}var ke,Uo,_n,Bo,_c=x(()=>{"use strict";ke="auto",Uo=["primary","context","tasks","docs","code_comments","chat","code_review","commits"],_n=["English","Russian","German","Spanish","French","Portuguese","Italian","Chinese","Japanese","Korean"],Bo=40});function Yi(t=Bp){let e=[];for(let r of t)e.push(...r.fields),r.groups&&e.push(...Yi(r.groups));return e}function Fp(t,e){let r=JSON.stringify(e);return Yi().find(n=>n.file===t&&JSON.stringify(n.path)===r)}function Gp(t){let e=JSON.stringify(t);return Yi().find(r=>JSON.stringify(r.path)===e)}function Oc(t){let e=Fp(t.file,t.path)??Gp(t.path);if(!e)return{ok:!1,error:`unknown setting path: ${t.file}:${t.path.join(".")}`};let r=t.value,n=e.type==="model"||e.type==="enum"||e.type==="string";if(r===null||n&&typeof r=="string"&&r.trim().length===0)return e.nullable?{ok:!0,field:e,value:null}:{ok:!1,error:`${e.id} cannot be cleared`};switch(e.type){case"model":case"string":{if(typeof r!="string")return{ok:!1,error:`${e.id} must be a string`};let i=r.trim();return e.type==="string"&&e.mustContain&&!i.includes(e.mustContain)?{ok:!1,error:`${e.id} must contain "${e.mustContain}"`}:e.maxLength!==void 0&&i.length>e.maxLength?{ok:!1,error:`${e.id} must be \u2264 ${e.maxLength} chars`}:{ok:!0,field:e,value:i}}case"enum":{if(typeof r!="string")return{ok:!1,error:`${e.id} must be a string`};let i=r.trim();return e.suggestions?.includes(i)?{ok:!0,field:e,value:i}:{ok:!1,error:`${e.id} must be one of: ${(e.suggestions??[]).join(", ")}`}}case"number":return typeof r!="number"||!Number.isFinite(r)?{ok:!1,error:`${e.id} must be a number`}:!e.float&&!Number.isInteger(r)?{ok:!1,error:`${e.id} must be an integer`}:e.min!==void 0&&r<e.min?{ok:!1,error:`${e.id} must be \u2265 ${e.min}`}:e.max!==void 0&&r>e.max?{ok:!1,error:`${e.id} must be \u2264 ${e.max}`}:{ok:!0,field:e,value:r};case"boolean":return typeof r!="boolean"?{ok:!1,error:`${e.id} must be a boolean`}:{ok:!0,field:e,value:r};case"string_list":{if(!Array.isArray(r))return{ok:!1,error:`${e.id} must be a list`};let i=r.map(s=>typeof s=="string"?s.trim():"").filter(s=>s.length>0);return i.length===0?e.nullable?{ok:!0,field:e,value:null}:{ok:!1,error:`${e.id} must be a non-empty list`}:{ok:!0,field:e,value:i}}case"string_map":{if(typeof r!="object"||r===null||Array.isArray(r))return{ok:!1,error:`${e.id} must be a name\u2192value map`};let i=Object.entries(r);if(i.length===0)return e.nullable?{ok:!0,field:e,value:null}:{ok:!1,error:`${e.id} must be a non-empty map`};if(i.length>Pc)return{ok:!1,error:`${e.id} must have \u2264 ${Pc} entries`};let s={};for(let[a,c]of i){if(!ut.test(a))return{ok:!1,error:`${e.id}: name "${a}" must match ${ut}`};if(Qt(a))return{ok:!1,error:`${e.id}: name "${a}" is reserved`};if(typeof c!="string")return{ok:!1,error:`${e.id}: value of "${a}" must be a string`};if(c.length>jc)return{ok:!1,error:`${e.id}: value of "${a}" must be \u2264 ${jc} chars`};s[a]=c}return{ok:!0,field:e,value:s}}}}var Sx,Ex,Pc,jc,Nc,Bp,Kp=x(()=>{"use strict";$c();Ac();gc();sc();_c();Sx={primary:"Primary language",context:"Context documents",tasks:"Tracker issues",docs:"Repo documentation",code_comments:"Code comments",chat:"Agent chat",code_review:"Code review comments",commits:"Commits & branches"},Ex={primary:"The project's main language (agent status notes ride it). Empty \u21D2 auto.",context:"Knowledge, ADRs and task artifacts in the Context Repo. Empty \u21D2 auto.",tasks:"Issue titles/bodies the agent drafts. Empty \u21D2 auto.",docs:"Documentation changes in the project repos. Empty \u21D2 auto.",code_comments:"New code comments the agent writes. Empty \u21D2 auto.",chat:"The interactive task-drafting chat. Empty/auto \u21D2 mirror the user's messages.",code_review:"Review findings and PR comments. Empty \u21D2 follows the tracker-issues language.",commits:"Commit/PR subject & branch slug. Empty \u21D2 follows the tracker-issues language."},Pc=64,jc=2e3,Nc=2e3,Bp=[{id:"branch",label:"Branch",help:"Task-branch naming.",fields:[{id:"branch.pattern",file:"project.yaml",path:["branch","pattern"],type:"string",label:"Task-branch pattern",nullable:!0,mustContain:"<TASK_ID>",help:"Template for the per-task branch name. Must contain the <TASK_ID> placeholder. Empty \u21D2 default codepipe/<TASK_ID>."}]},{id:"git",label:"Git workflow",help:"Branching flow: which branch feature work targets, and the deterministic commit subject.",fields:[{id:"git.flow",file:"project.yaml",path:["git","flow"],type:"enum",label:"Flow preset",nullable:!0,suggestions:[...Ic],help:"simple \u2014 one branch (default); gitflow \u2014 integration + stable; release \u2014 gitflow + release/* branches. Empty \u21D2 remove the key (only valid when the rest of the git: section is cleared too)."},{id:"git.branches.integration",file:"project.yaml",path:["git","branches","integration"],type:"string",label:"Integration branch",nullable:!0,help:"The branch feature work targets (e.g. develop). Empty \u21D2 the repo's default branch."},{id:"git.branches.stable",file:"project.yaml",path:["git","branches","stable"],type:"string",label:"Stable branch",nullable:!0,help:"The production branch (e.g. master). Only part of the gitflow/release presets."},{id:"git.branches.release_pattern",file:"project.yaml",path:["git","branches","release_pattern"],type:"string",label:"Release branch pattern",nullable:!0,help:"Glob for release branches (e.g. release/*). Only part of the release preset."},{id:"git.commit.subject",file:"project.yaml",path:["git","commit","subject"],type:"string",label:"Commit subject template",nullable:!0,maxLength:200,help:"First-line template with {key} / {summary} placeholders. Empty \u21D2 default {key}: {summary}. Requires a git: section (set Flow preset, e.g. simple)."},{id:"git.commit.subject_max",file:"project.yaml",path:["git","commit","subject_max"],type:"number",label:"Commit subject length cap",nullable:!0,min:1,max:500,help:"Length cap for the rendered subject line. Empty \u21D2 72."}]},{id:"llm",label:"LLM",fields:[{id:"llm.provider",file:"local.yaml",path:["llm","provider"],type:"enum",label:"Provider",nullable:!1,suggestions:[...mc],help:"LLM backend for this project. Currently only claude is available."}],groups:[{id:"llm.models",label:"Models by role",help:"Model per pipeline stage. Empty \u21D2 the role's recommended default applies.",fields:[{id:"llm.models.default",file:"local.yaml",path:["llm","models","default"],type:"model",label:"default (catch-all)",nullable:!0,suggestions:[...Gi],help:"Overrides the recommended defaults for every role not listed below."},...Ki.map(t=>({id:`llm.models.${t}`,file:"local.yaml",path:["llm","models",t],type:"model",label:t,nullable:!0,suggestions:[...Gi],help:`recommended: ${Lo[t]} (the workflow preset may set a cheaper default \u2014 an explicit value here overrides both)`}))]},{id:"llm.effort",label:"Reasoning effort by role",help:"Reasoning effort per pipeline stage (Claude Code --effort). Empty \u21D2 the mechanical roles run lowered (build/estimate: low; draft/index/code-review-verify: medium) and every other role keeps the backend default.",fields:[{id:"llm.effort.default",file:"project.yaml",path:["llm","effort","default"],type:"enum",label:"default (catch-all)",nullable:!0,suggestions:[...Hi],help:"Overrides the recommended lowerings for every role not listed below."},...Ki.map(t=>({id:`llm.effort.${t}`,file:"project.yaml",path:["llm","effort",t],type:"enum",label:t,nullable:!0,suggestions:[...Hi],help:Mo[t]?`recommended: ${Mo[t]}`:"recommended: backend default"}))]}]},{id:"apply.style",label:"Commits & PRs",help:"Instructions for the AI agent on how to write commit messages and PR descriptions. Empty \u21D2 built-in templates.",fields:[{id:"apply.commit_style",file:"project.yaml",path:["apply","commit_style"],type:"string",label:"Commit message style",nullable:!0,multiline:!0,maxLength:Nc,help:'e.g. "English, imperative mood, first line \u2264 72 chars, start with the issue key". Empty \u21D2 "<KEY>: <task title>".'},{id:"apply.pr_style",file:"project.yaml",path:["apply","pr_style"],type:"string",label:"PR description style",nullable:!0,multiline:!0,maxLength:Nc,help:`e.g. "implementation details, bullet list of what was done, in the tracker's language". Empty \u21D2 the default PR body.`}]},{id:"apply.delivery",label:"Delivery & merge",help:"How a finished change reaches the repository: with or without a pull request, and who merges it.",fields:[{id:"apply.pull_request",file:"project.yaml",path:["apply","pull_request"],type:"boolean",label:"Open a pull request",nullable:!1,help:"On (default): the task branch is pushed and a pull request is opened \u2014 the change is reviewable in the git host and keeps a history of review comments. Off: no PR at all; the branch is merged into the default branch directly, and the agent's review remarks live only in the dashboard and the Context Repo."},{id:"apply.done",file:"project.yaml",path:["apply","done"],type:"enum",label:"Task is done when",nullable:!1,suggestions:["merge","branch"],help:"merge (default): the task is finished only once its change lands in the default branch. branch: the task ends at the pushed branch (plus the PR, if enabled) and nothing is merged for you."},{id:"apply.auto_merge",file:"project.yaml",path:["apply","auto_merge"],type:"enum",label:"Auto-merge pull requests",nullable:!1,suggestions:["off","on_ci_green"],help:"Applies to the pull-request path only. off (default): the merge waits for you (Approve on the task card). on_ci_green: as soon as the PR is open, conflict-free and its CI is green, CodePipe merges it \u2014 changes reach the default branch with no further review from you. Requires full automation; branch protection on the host still applies (a refused merge parks the task). Without pull requests, full automation merges the branch itself and this switch does not apply."}]},{id:"variables",label:"Variables",help:"Non-secret env vars for custom actions (RUN tab). Secrets go via the sealed Secrets form on the Tokens section instead.",fields:[{id:"variables",file:"project.yaml",path:["variables"],type:"string_map",label:"Variables",nullable:!0,help:"NAME=value pairs, one per line. Names are env-style (A-Z, 0-9, _); reserved credential names are refused."}]},{id:"testing",label:"Testing",help:"An optional phase after code review: writes the test plan you run in the morning and reports what it could verify.",fields:[{id:"testing.enabled",file:"project.yaml",path:["testing","enabled"],type:"boolean",nullable:!1,label:"Run the testing phase",help:"Off by default. When on, a task passing code review goes through a test pass before the PR: it derives TESTPLAN.md from the plan's requirements and reports per requirement what it could verify. A requirement it finds broken sends the change back for a fix (bounded below)."},{id:"testing.max_iterations",file:"project.yaml",path:["testing","max_iterations"],type:"number",nullable:!0,min:1,max:10,label:"Fix rounds before stopping",help:"How many times a failed test pass may send the change back before the task waits for you. Empty \u21D2 2."}]},{id:"code_review",label:"Code review",help:"One review mechanism for the pipeline's own changes and for developers' branches (the review column); they differ only in where the findings go.",fields:[{id:"code_review.verify_pass",file:"project.yaml",path:["code_review","verify_pass"],type:"boolean",nullable:!1,label:"Verifier pass (precision)",help:"On by default. A second, narrow agent checks every finding against the code (real? re-grade) before it costs a rework round or reaches a developer; the findings threshold below keeps small rounds cheap."},{id:"code_review.verify_min_findings",file:"project.yaml",path:["code_review","verify_min_findings"],type:"number",nullable:!0,min:1,label:"Verifier threshold (findings)",help:"The verifier runs only when a round carries at least this many actionable findings \u2014 1-2 are cheap to absorb, noise scales with volume. Empty = 3; 1 = verify every round."},{id:"code_review.max_blocking",file:"project.yaml",path:["code_review","max_blocking"],type:"number",nullable:!0,label:"Blocking budget (internal)",help:"Max blocker findings that keep their power in the pipeline's own review; the rest are demoted to major, weakest confidence first. Empty = 5."},{id:"code_review.external.max_blocking",file:"project.yaml",path:["code_review","external","max_blocking"],type:"number",nullable:!0,label:"Blocking budget (external)",help:"The same budget for a developer's branch review \u2014 tighter by default because a human reads these. Empty = 3."}]},{id:"skills",label:"Skills",help:"Reusable procedures the agent can invoke instead of improvising. Only their names and one-line descriptions sit in the prompt; the steps load when a skill is used.",fields:[{id:"skills.from_bundled",file:"project.yaml",path:["skills","from_bundled"],type:"boolean",nullable:!1,label:"Use the skills shipped with CodePipe",help:"On by default. General procedures maintained with the product."},{id:"skills.from_context_repo",file:"project.yaml",path:["skills","from_context_repo"],type:"boolean",nullable:!1,label:"Use this project's skills",help:"On by default. Skills the team writes in the context repository under `skills/<name>/SKILL.md`. These override a bundled skill of the same name."},{id:"skills.from_project_repo",file:"project.yaml",path:["skills","from_project_repo"],type:"boolean",nullable:!1,label:"Use the code repository's skills",help:"On by default. `.claude/skills/` inside the project repositories \u2014 the skills your developers already use locally. These win over both other sources."}]},{id:"quality",label:"Quality block",help:"Skip the whole quality block (build + code review) when a change touches only safe paths.",fields:[{id:"quality.skip_paths",file:"project.yaml",path:["quality","skip_paths"],type:"string_list",nullable:!0,label:"Skip paths (gitignore-style)",help:"When every changed file across all repos matches these globs, build and code review are skipped and the change goes straight to apply. One file outside the list runs both as usual. Use ! to re-include (e.g. !schema/**/*.md). Empty = never skip."}]},{id:"gates",label:"Gates",help:"Approval gate before the pipeline starts (on by default; orthogonal to automation).",fields:[{id:"gates.require_approval",file:"local.yaml",path:["gates","require_approval"],type:"boolean",label:"Require approval before start",nullable:!1,help:"When on (default), the observer's intake plan waits for your APPROVE & START before the batch runs. Off \u21D2 conveyor: the batch starts automatically on the observer's plan. Either way every task passes the observer intake first."},{id:"observer.debounce_seconds",file:"project.yaml",path:["observer","debounce_seconds"],type:"number",label:"Intake window (seconds)",nullable:!0,min:5,max:3600,help:"How long the queue collects newly staged tasks before the observer reviews them as one batch. Empty \u21D2 60."},{id:"observer.fast_path",file:"project.yaml",path:["observer","fast_path"],type:"boolean",label:"Fast path for trivial tasks",nullable:!1,help:"On by default. A single small task with no links skips the observer's LLM pass and is routed by rules (noted in its journal as routed without review)."},{id:"observer.intersections",file:"project.yaml",path:["observer","intersections"],type:"enum",label:"Intersection reaction",nullable:!0,suggestions:["off","notify","reanalyze"],help:"What happens when one task's landed delivery touches files another in-flight task targets. notify (default) \u2014 a note the other task's next agent run sees; reanalyze \u2014 a task still parked at the plan gate is sent back to analysis with the overlap (at most 2 returns per task); off \u2014 no reaction."}]},{id:"council",label:"Council",help:"Several roles examine the same subject in parallel, each in its own process; a final session weighs their written opinions. Costs several agent runs per use \u2014 off by default, enable per phase.",fields:[{id:"council.questions",file:"project.yaml",path:["council","questions"],type:"boolean",nullable:!1,label:"Council on blocking questions",help:"Off (default): an agent's blocking question is answered by a single session, which keeps full automation moving cheaply. On: the council's roles each write an independent opinion first, and the answering session weighs them."},{id:"council.code_review",file:"project.yaml",path:["council","code_review"],type:"boolean",nullable:!1,label:"Council on code review",help:"Off (default): one reviewer session judges the change alone. On: the project's critic roles each review the change in their own parallel process first, and the reviewer session weighs their written findings into the verdict. Applies to the internal and the external review; the verifier pass always runs solo."},{id:"council.max_parallel",file:"project.yaml",path:["council","max_parallel"],type:"number",nullable:!0,min:1,max:5,label:"Max parallel roles",help:"How many role processes run at once (the rest wait their turn). Empty \u21D2 3; hard ceiling 5."}]},{id:"workflow",label:"Workflow",help:"How much pipeline a task gets. A preset is a set of defaults \u2014 any explicit setting below always wins over it.",fields:[{id:"workflow.preset",file:"project.yaml",path:["workflow","preset"],type:"enum",nullable:!1,suggestions:["express","balanced","full"],label:"Preset",help:"express \u2014 no analysis phase, no review: one implementation session on the capable model (cheapest, for small clear tasks). balanced \u2014 every phase, cheaper models for implementation and review. full \u2014 the classic pipeline on the capable model."},{id:"workflow.observer_routing",file:"project.yaml",path:["workflow","observer_routing"],type:"boolean",nullable:!1,label:"Observer routes presets",help:"Off (default): every task runs the project's preset. On: the intake observer may assign a preset per task (a small clear task goes express, a risky one goes full), within the allowed list below; your explicit pick on a queued task always wins. A task that gets stuck on express escalates to the full pipeline automatically."},{id:"workflow.allowed_presets",file:"project.yaml",path:["workflow","allowed_presets"],type:"string_list",nullable:!0,label:"Presets the observer may use",help:"Limits observer routing, e.g. only balanced and full (no express). Empty \u21D2 all three."},{id:"analysis.enabled",file:"project.yaml",path:["analysis","enabled"],type:"boolean",nullable:!1,label:"Analysis phase",help:"Whether a task starts with a dedicated analysis pass (plan + open questions) before implementation. Off \u21D2 the implementer works straight from the task text and the context pack; an explicit value here overrides the preset."}]},{id:"automation",label:"Automation",help:"How far the pipeline advances the G1\u2013G4 gates without a manual Run/Approve. Independent of the approval gate above.",fields:[{id:"automation.level",file:"local.yaml",path:["automation","level"],type:"enum",label:"Automation level",nullable:!1,suggestions:["assisted","full"],help:"assisted \u21D2 manual Run/Approve at each of G1\u2013G4; full \u21D2 gates auto-pass."}]},{id:"language",label:"Language",help:"Languages the agent writes in, per area. Empty \u21D2 auto: mirror the language of the user's material.",fields:Uo.map(t=>({id:`language.${t}`,file:"project.yaml",path:["language",t],type:"string",label:Sx[t],nullable:!0,maxLength:40,suggestions:t==="chat"?[ke,..._n]:[..._n],help:Ex[t]}))},{id:"context.model",label:"Project map",help:"Parameters of the project map (built from git history by the CLI). Empty fields keep the defaults.",fields:[{id:"context.model.enabled",file:"project.yaml",path:["context","model","enabled"],type:"boolean",label:"Enable in the pipeline",nullable:!1,help:"On by default. Agents are asked to record intent annotations and receive an assembled context pack built from the project map. Off \u21D2 the pipeline ignores the map entirely and behaves exactly as if the feature were absent."},{id:"context.model.pack.idf_penalty",file:"project.yaml",path:["context","model","pack","idf_penalty"],type:"boolean",label:"Demote ubiquitous files in the pack",nullable:!1,help:"On by default. Files that reached the pack only through STATISTICAL co-change (not direct task evidence) are ranked down in proportion to how many past tasks touched them, so the budget goes to task-specific paths. Off restores pure activation order."},{id:"context.model.prompt.pack",file:"project.yaml",path:["context","model","prompt","pack"],type:"boolean",nullable:!1,label:"Give agents the context pack",help:"On by default. The assembled pack costs up to ~4000 tokens on every task of the analyze / estimate / implement / rework roles. Turning it off keeps the map building and stops the spend \u2014 the way to see what the pack is actually worth on this project."},{id:"context.model.prompt.annotations",file:"project.yaml",path:["context","model","prompt","annotations"],type:"boolean",nullable:!1,label:"Ask agents for intent annotations",help:"On by default. Adds the annotations block to the implement and rework prompts \u2014 the layer that records WHY the code is shaped this way. Cheap, and worth accumulating even while the pack is off."},{id:"context.index.hub",file:"project.yaml",path:["context","index","hub"],type:"enum",label:"Search index on the server",nullable:!0,suggestions:["off","metadata"],help:"off (default): search runs on your machine, nothing is uploaded. metadata: paths, labels and task texts (never code) are mirrored to the server so search and structure stay available while your machine is offline. Switching back to off deletes the mirrored rows."},{id:"context.model.issue_key_pattern",file:"project.yaml",path:["context","model","issue_key_pattern"],type:"string",label:"Issue-key pattern (regex)",nullable:!0,maxLength:200,help:"Regex that finds tracker issue keys in commit subjects when mining task events from history. Empty \u21D2 derived from the tracker project key (e.g. DEV-\\d+)."},{id:"context.model.cochange.window_commits",file:"project.yaml",path:["context","model","cochange","window_commits"],type:"number",label:"History window (commits)",nullable:!0,min:50,max:5e4,help:`How many commits back from the build commit are mined. Default ${gt.windowCommits}.`},{id:"context.model.cochange.commit_file_cap",file:"project.yaml",path:["context","model","cochange","commit_file_cap"],type:"number",label:"Commit size cap (files)",nullable:!0,min:2,max:500,help:`Commits touching more files are ignored as noise. Default ${gt.commitFileCap}.`},{id:"context.model.cochange.support_min",file:"project.yaml",path:["context","model","cochange","support_min"],type:"number",label:"Minimum co-occurrences",nullable:!0,min:1,max:100,help:`A pair of files must change together at least this many times. Default ${gt.supportMin}.`},{id:"context.model.cochange.jaccard_min_pct",file:"project.yaml",path:["context","model","cochange","jaccard_min_pct"],type:"number",label:"Minimum Jaccard (%)",nullable:!0,min:0,max:100,help:`Overlap threshold: |A\u2229B| / |A\u222AB| of the files' commit sets, in percent. Default ${gt.jaccardMinPct}.`},{id:"context.model.cochange.half_life_days",file:"project.yaml",path:["context","model","cochange","half_life_days"],type:"number",label:"Time-decay half-life (days)",nullable:!0,min:1,max:3650,help:`A commit this old counts half as much. Default ${gt.halfLifeDays} (~9 months).`},{id:"context.model.cochange.top_k",file:"project.yaml",path:["context","model","cochange","top_k"],type:"number",label:"Edges per file (top-k)",nullable:!0,min:1,max:64,help:`Only the k strongest co-change edges of a file survive \u2014 bounds graph density whatever the thresholds. Default ${gt.topK}.`}]},{id:"rate_limit",label:"Rate limit",help:"Automatic project pause as the LLM usage window fills up.",fields:[{id:"rate_limit.auto_pause.enabled",file:"local.yaml",path:["rate_limit","auto_pause","enabled"],type:"boolean",nullable:!1,label:"Pause the project near the limit",help:"On (default): when window utilization reaches the threshold, the project is paused (same pause as the manual one) and you get an email \u2014 the remaining window stays available for your own work. Off: agents keep working until the provider actually runs out."},{id:"rate_limit.auto_pause.threshold",file:"local.yaml",path:["rate_limit","auto_pause","threshold"],type:"number",float:!0,nullable:!0,min:.05,max:1,label:"Pause threshold (share of the window)",help:"Fraction of the usage window at which the pause fires; the rest (1 \u2212 threshold) is your manual-work reserve. Empty \u21D2 0.75."}]},{id:"context.job_logs",label:"Job transcripts",help:"Whether the raw agent transcript of each job is kept in the Context Repo.",fields:[{id:"context.job_logs.enabled",file:"project.yaml",path:["context","job_logs","enabled"],type:"boolean",label:"Keep transcripts in the Context Repo",nullable:!1,help:"Off (default): the transcript is discarded after the run \u2014 nothing lands in the Context Repo. On: each job's raw transcript is committed as tasks/<KEY>/logs/job-<id>.jsonl for post-mortem debugging."}]}]});var Hp=x(()=>{"use strict"});function Wp(t){if(t==null)return[];if(!Array.isArray(t))return null;let e=[];for(let r of t){if(typeof r!="string"||r.trim().length===0)return null;e.push(r.trim())}return e}function Mc(t){let{name:e,body:r,origin:n}=t;if(!Lc.test(e))return{ok:!1,error:`role name must match ${Lc} (got "${e}")`};if(r.trim().length===0)return{ok:!1,error:"role body is empty \u2014 the body IS the role's prompt"};let o=t.frontmatter;if(o==null||typeof o!="object"||Array.isArray(o))return{ok:!1,error:"missing or malformed frontmatter block"};let i=o,s=i.description;if(typeof s!="string"||s.trim().length===0)return{ok:!1,error:"description is required (one line: what this role looks for)"};if(s.length>300)return{ok:!1,error:"description must be \u2264 300 characters"};let a=Wp(i.refs);if(a===null)return{ok:!1,error:"refs must be a list of non-empty paths"};if(a.length>10)return{ok:!1,error:"refs must list at most 10 files \u2014 a role is a narrow view"};for(let f of a)if(f.startsWith("/")||f.includes(".."))return{ok:!1,error:`ref "${f}" must be a path inside the Context Repo`};let c=Wp(i.scenarios);if(c===null)return{ok:!1,error:"scenarios must be a list"};let l=[];for(let f of c){if(!Vi.includes(f))return{ok:!1,error:`unknown scenario "${f}" \u2014 one of: ${Vi.join(", ")}`};l.includes(f)||l.push(f)}if(l.length===0)return{ok:!1,error:`scenarios must name at least one of: ${Vi.join(", ")}`};let u=i.model;if(u!==void 0&&(typeof u!="string"||u.trim().length===0))return{ok:!1,error:"model must be a non-empty string when set"};let p=i.provider;if(p!==void 0&&(typeof p!="string"||p.trim().length===0))return{ok:!1,error:"provider must be a non-empty string when set"};let d=i.enabled;return d!==void 0&&typeof d!="boolean"?{ok:!1,error:"enabled must be true or false"}:{ok:!0,role:{name:e,description:s.trim(),...typeof u=="string"?{model:u.trim()}:{},...typeof p=="string"?{provider:p.trim()}:{},refs:a,scenarios:l,enabled:d!==!1,body:r.trim(),origin:n}}}function Dc(t,e){let r=new Map;for(let n of t)r.set(n.name,n);for(let n of e)r.set(n.name,n);return[...r.values()].sort((n,o)=>n.name<o.name?-1:n.name>o.name?1:0)}function Uc(t,e){return t.filter(r=>r.enabled&&r.scenarios.includes(e))}var Vi,Lc,n0,o0,qp=x(()=>{"use strict";Vi=["plan_review","code_review","council"],Lc=/^[a-z][a-z0-9-]{1,39}$/,n0=10,o0=300});function Bc(t){return Yp.includes(t)}function Fc(t){return`prompts/${t}.md`}var Yp,Vp=x(()=>{"use strict";Yp=["analysis","analyze","backfill","build","chat","code-review","code-review-external","code-review-fix","code-review-verify","config","council","draft","estimate","implement","implement-direct","index","observer","resolve-conflict","review-comment","rework","testing"]});function Kc(t){if(!Gc.test(t.name))return{ok:!1,error:`skill directory name must match ${Gc}`};if(t.body.trim().length===0)return{ok:!1,error:"SKILL.md has no body \u2014 the body IS the procedure"};let e=t.frontmatter;if(!e||typeof e!="object"||Array.isArray(e))return{ok:!1,error:"SKILL.md has no frontmatter block"};let r=e.description;return typeof r!="string"||r.trim().length===0?{ok:!1,error:"description is required \u2014 it is what decides when the skill fires"}:r.length>300?{ok:!1,error:"description must be \u2264 300 characters"}:{ok:!0,skill:{name:t.name,description:r.trim()}}}function Hc(t,e,r){let n=new Map;for(let o of[...t,...e,...r])n.set(o.name,o);return[...n.values()].sort((o,i)=>o.name<i.name?-1:o.name>i.name?1:0)}function Xp(t){let e=t.trim(),r=e.lastIndexOf("@"),n=r===-1?e:e.slice(0,r),o=r===-1?"":e.slice(r+1).trim();if(!Tx.test(n))return{ok:!1,error:`"${t}": expected <owner>/<repo>[@<40-hex sha>]`};let i=zp.find(s=>s.repo.toLowerCase()===n.toLowerCase());return o&&!Ix.test(o)?{ok:!1,error:`"${t}": pin to a full 40-character commit sha \u2014 a branch or tag can change under you`}:!i&&!o?{ok:!1,error:`"${t}": a third-party marketplace must be pinned to a commit (<owner>/<repo>@<sha>). Its skills run beside your code with the agent's token.`}:{ok:!0,source:{repo:n,sha:o,name:i?.name??n.replace("/","-").toLowerCase(),official:!!i}}}function Rx(t){let e=[],r=[],n=new Set;for(let o of t){if(!o.trim())continue;let i=Xp(o);if(!i.ok){r.push(i.error);continue}n.has(i.source.name)||(n.add(i.source.name),e.push(i.source))}return{sources:e,errors:r}}function Ax(t,e){let r=new Set(e.map(i=>i.name)),n={},o=[];for(let i of t){let s=i.trim();if(s){if(!Cx.test(s)||!r.has(s.slice(s.indexOf("@")+1))){o.push(s);continue}n[s]=!0}}return{enabled:n,unknown:o}}var Gc,a0,zp,Tx,Ix,Cx,Jp=x(()=>{"use strict";Gc=/^[a-z][a-z0-9-]{1,39}$/,a0=300;zp=[{repo:"anthropics/skills",name:"anthropic-agent-skills"},{repo:"anthropics/claude-plugins-official",name:"claude-plugins-official"}],Tx=/^[A-Za-z0-9][\w.-]*\/[A-Za-z0-9][\w.-]*$/,Ix=/^[0-9a-f]{40}$/;Cx=/^[A-Za-z0-9][\w.-]*@[A-Za-z0-9][\w.-]*$/});function Zp(t,e){if(t==null)return[];if(!Array.isArray(t)||t.length>e)return null;let r=[];for(let n of t){if(typeof n!="string"||n.trim().length===0)return null;r.push(n.trim())}return r}function _x(t,e){if(!t||typeof t!="object"||Array.isArray(t))return{ok:!1,error:"queue plan must be a JSON object"};let r=new Set(e),n=t,o=Zp(n.order,e.length);if(o===null)return{ok:!1,error:"order must be a list of task keys"};for(let m of o)if(!r.has(m))return{ok:!1,error:`order names ${m}, which is not in this batch`};if(new Set(o).size!==o.length)return{ok:!1,error:"order repeats a task key"};let i=e.filter(m=>!o.includes(m));if(o.length>0&&i.length>0)return{ok:!1,error:`order omits ${i.join(", ")}`};let s=n.tasks,a=[];if(s!=null){if(!Array.isArray(s))return{ok:!1,error:"tasks must be a list"};for(let m of s){if(!m||typeof m!="object")return{ok:!1,error:"each task entry must be an object"};let y=m,w=typeof y.taskKey=="string"?y.taskKey.trim():"";if(!r.has(w))return{ok:!1,error:`tasks names ${w||"(empty)"}, which is not in this batch`};let b=Zp(y.after,e.length);if(b===null)return{ok:!1,error:`${w}: after must be a list of task keys`};for(let R of b){if(!r.has(R))return{ok:!1,error:`${w}: after names ${R}, not in this batch`};if(R===w)return{ok:!1,error:`${w}: cannot come after itself`}}let k=typeof y.decisions=="string"?y.decisions.trim():"",$,h=y.workflow;if(h&&typeof h=="object"){let R=h,_=typeof R.preset=="string"?R.preset.trim():"";if(_==="express"||_==="balanced"||_==="full"){let E=typeof R.reason=="string"?R.reason.trim().slice(0,4e3):"";$={preset:_,reason:E}}}a.push({taskKey:w,decisions:k.slice(0,4e3),after:b,...$?{workflow:$}:{}})}}let c=[],l=n.conflicts;if(Array.isArray(l))for(let m of l){if(!m||typeof m!="object")continue;let y=m,w=typeof y.taskKey=="string"?y.taskKey.trim():"",b=typeof y.adr=="string"?y.adr.trim():"",k=typeof y.detail=="string"?y.detail.trim():"";!r.has(w)||!k||c.push({taskKey:w,adr:b,detail:k.slice(0,4e3)})}let u=[],p=n.related;if(Array.isArray(p))for(let m of p){if(!m||typeof m!="object")continue;let y=m,w=typeof y.taskKey=="string"?y.taskKey.trim():"",b=typeof y.detail=="string"?y.detail.trim():"";!w||!b||u.push({taskKey:w,detail:b.slice(0,4e3)})}let d=typeof n.summary=="string"?n.summary.trim().slice(0,4e3):"",f=n.deferBehind===!0;return{ok:!0,plan:{order:o,tasks:a,conflicts:c,related:u,summary:d,deferBehind:f}}}var l0,u0,Qp=x(()=>{"use strict";l0=4e3,u0=4e3});function Px(t,e){if(!t||typeof t!="object"||Array.isArray(t))return{ok:!1,error:"council verdict must be a JSON object"};let r=t,n=r.unresolved===!0,o=typeof r.fork=="string"?r.fork.trim().slice(0,4e3):"";if(n)return o?{ok:!0,verdict:{answers:[],unresolved:!0,fork:o}}:{ok:!1,error:"an unresolved verdict must describe the fork"};let i=r.answers;if(!Array.isArray(i))return{ok:!1,error:"answers must be a list"};if(i.length!==e.length)return{ok:!1,error:`expected ${e.length} answer(s), got ${i.length}`};let s=[];for(let[a,c]of i.entries()){if(!c||typeof c!="object")return{ok:!1,error:`answer ${a+1} must be an object`};let l=c,u=typeof l.answer=="string"?l.answer.trim():"";if(!u)return{ok:!1,error:`answer ${a+1} is empty`};s.push({question:typeof l.question=="string"?l.question.trim():e[a],answer:u.slice(0,4e3),rationale:typeof l.rationale=="string"?l.rationale.trim().slice(0,4e3):""})}return{ok:!0,verdict:{answers:s,unresolved:!1,fork:""}}}var p0,ef=x(()=>{"use strict";p0=4e3});function Ox(t){let e=t.replace(/^#+\s*/,"").trim();for(let r of jx)if(r.re.test(e))return{kind:r.kind,letter:r.letter};return null}function Wc(t){let e=[],r=new Map,n="",o=null,i=null;for(let a of t.split(`
|
|
11
|
+
`)){let c=/^#{1,6}\s+(.*)$/.exec(a);if(c){n=c[1].trim(),o=Ox(n),i=null;continue}let l=Nx.exec(a);if(l&&o){let u=l[1];r.set(u,(r.get(u)??0)+1),i={id:u,kind:o.kind,text:l[2].trim(),section:n},e.push(i);continue}if(i&&a.trim()&&!/^#{1,6}\s/.test(a)&&!/^\s*[-*]\s/.test(a)){i.text=`${i.text}
|
|
12
|
+
${a.trim()}`.trim();continue}a.trim()||(i=null)}let s=[...r.entries()].filter(([,a])=>a>1).map(([a])=>a);return{items:e,structured:e.length>=2&&s.length===0,duplicateIds:s}}function Lx(t){let e={decision:"D",change:"C",assumption:"A",out_of_scope:"O",test:"T",procedure:"P"};return t.items.filter(r=>!r.id.startsWith(e[r.kind]))}function Mx(t,e){let r=new Map(t.items.map(s=>[s.id,s])),n=e.filter(s=>!s.approved),o=e.filter(s=>s.approved).map(s=>s.id);if(n.length===0)return"";let i=["Rejected plan items:",""];for(let s of n){let a=r.get(s.id),c=a?`${s.id} \u2014 ${a.text.split(`
|
|
10
13
|
`)[0]}`:s.id;i.push(`- **${c}**`),s.remark?.trim()&&i.push(` ${s.remark.trim()}`)}return o.length>0&&i.push("",`Approved and settled: ${o.join(", ")}. Do not revisit these unless a`,"rejected item forces it \u2014 and say so explicitly if it does."),i.join(`
|
|
11
|
-
`)}function
|
|
12
|
-
`)){let i=
|
|
13
|
-
${o.trim()}`.trim())}let n={};for(let o of e)n[o.id]=o;return{items:e,byId:n}}function
|
|
14
|
+
`)}function qc(t){let e=new Set;for(let r of t.items)if(r.kind==="procedure")for(let n of r.text.matchAll(Dx))e.add(n[1]);return[...e]}var jx,Nx,Dx,tf=x(()=>{"use strict";jx=[{re:/^decisions?$/i,kind:"decision",letter:"D"},{re:/^changes?$/i,kind:"change",letter:"C"},{re:/^assumptions?$/i,kind:"assumption",letter:"A"},{re:/^out of scope$/i,kind:"out_of_scope",letter:"O"},{re:/^test strategy$/i,kind:"test",letter:"T"},{re:/^procedures?$/i,kind:"procedure",letter:"P"}],Nx=/^\s*[-*]\s+(?:\*\*)?\[([A-Z][0-9]+)\](?:\*\*)?\s*(.*)$/;Dx=/`([a-z][a-z0-9-]{1,39})`/g});function Fx(t){let e=[],r=null;for(let o of t.split(`
|
|
15
|
+
`)){let i=Bx.exec(o);if(i){r={id:i[1],status:i[2].toLowerCase(),text:i[3].trim()},e.push(r);continue}if(/^#{1,6}\s/.test(o)||/^\s*[-*]\s/.test(o)||!o.trim()){r=null;continue}r&&(r.text=`${r.text}
|
|
16
|
+
${o.trim()}`.trim())}let n={};for(let o of e)n[o.id]=o;return{items:e,byId:n}}function Gx(t,e){let r=new Set(t);return{unreported:t.filter(n=>!(n in e.byId)),unknown:e.items.filter(n=>!r.has(n.id)).map(n=>n.id),notDone:e.items.filter(n=>n.status!=="done")}}var Ux,Bx,rf=x(()=>{"use strict";Ux=["done","deviated","partial","dropped"],Bx=/^\s*[-*]\s+(?:\*\*)?\[([A-Z][0-9]+)\](?:\*\*)?\s*[—:-]?\s*(done|deviated|partial|dropped)\b\s*[—:-]?\s*(.*)$/i});var nf=x(()=>{"use strict"});var of=x(()=>{"use strict"});var sf=x(()=>{"use strict"});function Yc(t){return`codepipe-host-${t}`}function Kx(t){let e=t.filter(r=>r!=="self-hosted");return`runs-on: [self-hosted${e.length?", "+e.join(", "):""}]`}var af=x(()=>{"use strict"});function Hx(t,e,r=72){let n=(t||cf).replace(/\{key\}/g,e.key).replace(/\{summary\}/g,e.summary).replace(/\s+/g," ").trim(),o=Number.isFinite(r)&&r>0?Math.floor(r):72;if(n.length<=o)return n;let i=n.slice(0,o),s=i.lastIndexOf(" ");return s>=Math.floor(o/2)?i.slice(0,s).trimEnd():i.trimEnd()}var cf,y0,lf=x(()=>{"use strict";cf="{key}: {summary}",y0=72});function Wx(t,e){return`${t}:${e}`}var uf=x(()=>{"use strict"});function df(t){let e=(t??"").trim();return/^pr_closed_without_merge\b/.test(e)?"blocked":/^(merge_failed|close_failed)\b/.test(e)||/^chain_base_changed\b/.test(e)||/^write action apply_delivery failed: .*hit conflicts/.test(e)?"conflict":/^(build_failed|ci_failed)\b/.test(e)?"loop_exhausted":"error"}function qx(t){for(let e=t.length-1;e>=0;e--){let r=t[e];if(r.to==="NEEDS_MANUAL")return r}return null}function Yx(t,e){if(t==="AWAITING_ANSWER")return{kind:"question"};if(t==="NEEDS_MANUAL"){let n=qx(e)?.reason,o={kind:df(n)};return n&&(o.reason=n),o}}var pf=x(()=>{"use strict"});function Xr(t){for(let e of ff){let r=t.match(e.pattern);if(r)return{name:e.name,args:(r[1]??"").trim()}}return null}var ff,mf=x(()=>{"use strict";ff=[{name:"rework",pattern:/^@(?:codepipe|devpipe)\s+rework:\s*(.+)$/im,description:"Send the task back to ANALYZING with a new instruction.",hasArg:!0},{name:"approve",pattern:/^@(?:codepipe|devpipe)\s+approve\s*$/im,description:"Merge every PR for this task (TRACKING only)."},{name:"reject",pattern:/^@(?:codepipe|devpipe)\s+reject(?::\s*(.+))?\s*$/im,description:"Abandon this task: close any open PR(s) and move it to DONE (reason rejected_and_closed). Valid from any non-terminal phase; from early phases it just skips the task.",hasArg:!0},{name:"merge",pattern:/^@(?:codepipe|devpipe)\s+merge\s*$/im,description:"Merge the task branch into the default branch without a PR (direct apply path, apply.pull_request=false; TRACKING only)."},{name:"rebase",pattern:/^@(?:codepipe|devpipe)\s+rebase\s*$/im,description:"Re-apply the patch on top of the latest base branch and force-push. Use after a PR merge conflict or APPLYING failure."},{name:"update",pattern:/^@(?:codepipe|devpipe)\s+update(?::\s*(.+))?\s*$/im,description:"Update a conflicting PR: resolve conflicts against the current base branch (TRACKING only). Optional `: <instruction>` is forwarded to the agent.",hasArg:!0},{name:"apply",pattern:/^@(?:codepipe|devpipe)\s+apply:\s*(local|auto)\s*$/im,description:"Override apply mode for this task: local (you apply by hand) or auto.",hasArg:!0},{name:"fix",pattern:/^@(?:codepipe|devpipe)\s+fix\s*$/im,description:"Fix the external review remarks on the developer's branch (waiting-for-fix state only)."}]});var hf=x(()=>{"use strict"});function gf(t){let e=Math.max(1,Math.round(t));if(e<60)return`${e}s`;let r=Math.round(e/60);if(r<60)return`${r}m`;let n=Math.round(r/60);return n<24?`${n}h`:`${Math.round(n/24)}d`}function Vx(t,e=Date.now()){return`${gf((e-t)/1e3)} ago`}function zx(t){let e=Math.floor(t/86400),r=Math.floor(t%86400/3600),n=Math.floor(t%3600/60);return e>0?`${e}d ${r}h`:r>0?`${r}h ${n}m`:`${n}m`}var yf=x(()=>{"use strict"});var wf=x(()=>{"use strict"});function bf(t){return t.toUpperCase().replace(/[^A-Z0-9]/g,"").replace(/^[^A-Z]+/,"").slice(0,10)}function zc(t){let e=t.split(/[^A-Za-z0-9]+/).filter(Boolean),r=bf(e.length>=2?e.map(o=>o[0]).join(""):(e[0]??"").slice(0,4));if(Jr.test(r))return r;let n=bf(t);return Jr.test(n)?n:zi}function Xc(t,e){let r=new Set([...e].map(n=>n.toUpperCase()));if(!r.has(t.toUpperCase()))return t;for(let n=1;n<1e4;n++){let o=String(n),i=t.slice(0,10-o.length)+o;if(!r.has(i.toUpperCase()))return i}return t}function jn(t){return`tasks/${t}/issue.yaml`}var Vc,Fo,zi,Jr,Xi,Xx,Go,Pn,kf=x(()=>{"use strict";Vc=["bug","feature","epic"],Fo="feature",zi="TASK",Jr=/^[A-Z][A-Z0-9]{1,9}$/;Xi={backlog:"Backlog",source:["To Do"],inProgress:"In Progress",review:"Review",done:["Done"],rejected:["Rejected"],statusColumns:["Backlog","To Do","In Progress","Review","Done","Rejected"]},Xx=Xi.backlog,Go="tracker/config.yaml",Pn="tracker/counter"});function Ko(t){let e=t.split(`
|
|
14
17
|
`),r=e.indexOf("---");if(r<0)return;let n=e.slice(r+1),o=n.lastIndexOf("## Attachments");o>=0&&n.slice(o+1).every(c=>c.trim()===""||/^- \[[^\]]*\]\(attachments\/[^)]*\)$/.test(c.trim()))&&(n=n.slice(0,o));let i=n.join(`
|
|
15
|
-
`).trim();if(!(!i||i==="_(no description)_"))return i}function
|
|
16
|
-
`,{mode:384})}function
|
|
17
|
-
`,{mode:384})}function
|
|
18
|
-
`,{mode:384})}function
|
|
18
|
+
`).trim();if(!(!i||i==="_(no description)_"))return i}function Jx(t){return`{{ancestorExcerpt:${t}}}`}var Ji,vf=x(()=>{"use strict";Ji=/\{\{ancestorExcerpt:([^}]+)\}\}/g});var Zx,$f=x(()=>{"use strict";Zx="youtrack"});function Zr(t){let e=t.match(/^git@([^:/]+):/);if(e)return e[1]??null;let r=t.match(/^ssh:\/\/(?:[^@/]+@)?([^/:]+)/);if(r)return r[1]??null;let n=t.match(/^https?:\/\/(?:[^@/]+@)?([^/:]+)/);return n?n[1]??null:null}function Ho(t){switch(t){case Nn.gitlab:return"oauth2";case Nn.bitbucket:return"x-token-auth";default:return"x-access-token"}}var Nn,er,xf=x(()=>{"use strict";Nn={github:"github.com",gitlab:"gitlab.com",bitbucket:"bitbucket.org"};er="x-bitbucket-api-token-auth"});var Sf=x(()=>{"use strict"});var Ef=x(()=>{"use strict";$f();xf();Sf()});var Zc={};Ue(Zc,{ACTION_ID_RE:()=>yc,ACTION_STEP_DEFAULT_TIMEOUT_SEC:()=>bc,ALL_JOB_ROLES:()=>dc,ALL_MODEL_ROLE_KEYS:()=>Ki,ANALYSIS_MAX_DRAFTS:()=>Jc,ANCESTOR_EXCERPT_RE:()=>Ji,ANCESTOR_EXCERPT_TOKEN:()=>Jx,ANNOTATION_MAX_PER_TASK:()=>tc,BACKFILL_MAX_DRAFTS:()=>Qx,BITBUCKET_API_TOKEN_GIT_USER:()=>er,BRANCH_SLUG_MAX_LENGTH:()=>qN,BUILD_DISCOVERY:()=>vp,COCHANGE_DEFAULTS:()=>gt,CODEPIPE_COMMANDS:()=>ff,CODE_REVIEW_VERIFY:()=>$p,COMMIT_STYLE_MAX_LENGTH:()=>Nc,CONTEXT_ASSEMBLER_VERSION:()=>Fi,CONTEXT_MANIFEST_SCHEMA_VERSION:()=>mp,CONTEXT_PACK_DECAY:()=>nc,CONTEXT_PACK_DEFAULTS:()=>zt,CONTEXT_REPO_SUFFIX:()=>Op,CONTEXT_STAMP_FILE:()=>Ct,CONTEXT_TEMPLATE_CHANGELOG:()=>Ka,CONTEXT_TEMPLATE_VERSION:()=>Qd,COUNCIL_MAX_ANSWER:()=>p0,DEFAULT_BRANCH_PATTERN:()=>Np,DEFAULT_COMMIT_SUBJECT:()=>cf,DEFAULT_HUB_URL:()=>It,DEFAULT_INTERNAL_ISSUE_TYPE:()=>Fo,DEFAULT_INTERNAL_TRACKER_PREFIX:()=>zi,DEFAULT_LLM_PROVIDER:()=>lt,DEFAULT_REGIMEN_ALIASES:()=>Cp,DEFAULT_SUBJECT_MAX:()=>y0,DEFAULT_TRACKER_PROVIDER:()=>Zx,DEFAULT_WORKFLOW_PRESET:()=>Tp,EFFORT_LEVELS:()=>Ap,EFFORT_LEVEL_SUGGESTIONS:()=>Hi,ENV_NAME_RE:()=>ut,FALLBACK_MODEL:()=>Sp,GIT_FLOW_PRESETS:()=>qi,GIT_FLOW_PRESET_NAMES:()=>Ic,GIT_HOST_DOMAINS:()=>Nn,INTERACTIVE_ROLES:()=>bp,INTERNAL_ISSUE_TYPES:()=>Vc,INTERNAL_TRACKER_CONFIG_PATH:()=>Go,INTERNAL_TRACKER_COUNTER_PATH:()=>Pn,INTERNAL_TRACKER_DEFAULT_STATUS:()=>Xx,INTERNAL_TRACKER_PREFIX_RE:()=>Jr,INTERNAL_TRACKER_STATUSES:()=>Xi,InvalidTransitionError:()=>lc,LANE_PHASES:()=>Y$,LANE_SEGMENTS:()=>uc,LANGUAGE_AUTO:()=>ke,LANGUAGE_SUGGESTIONS:()=>_n,LANGUAGE_VALUE_MAX_LENGTH:()=>Bo,LEGACY_CONTEXT_STAMP_FILE:()=>Sn,LLM_PROVIDER_SUGGESTIONS:()=>mc,MIN_SUPPORTED_PROTOCOL:()=>Xd,MODEL_ALIAS_SUGGESTIONS:()=>Gi,MODEL_DERIVED_DIR:()=>j$,MODEL_DERIVED_INDEX_PATH:()=>Li,MODEL_DIR:()=>A$,MODEL_EDGE_KINDS:()=>Qa,MODEL_ENTITY_ID_RE:()=>np,MODEL_FACTS_DIR:()=>P$,MODEL_FAMILY_PREFERENCE:()=>Rp,MODEL_HAIKU:()=>Cn,MODEL_LEVELS:()=>rp,MODEL_OPUS:()=>Ae,MODEL_README_PATH:()=>_$,MODEL_RELATES_PATH:()=>Kr,MODEL_SEARCH_MAX_LIMIT:()=>rc,MODEL_SEARCH_MAX_ROWS:()=>O$,MODEL_SEARCH_ROW_TEXT_MAX:()=>Di,MODEL_SONNET:()=>Zt,MODEL_SUB_ROLES:()=>xp,OBSERVER_MAX_DECISION:()=>l0,OBSERVER_MAX_SUMMARY:()=>u0,OFFICIAL_MARKETPLACES:()=>zp,PHASES:()=>Yr,PIPELINE_COLUMNS:()=>gp,PLANNING_LANE_MAX_JOBS:()=>J$,PLANNING_ROLES:()=>wp,PLATFORM_VERSION:()=>ct,PRESET_ROLE_MODELS:()=>Ip,PROJECT_ID_RE:()=>ur,PROJECT_LANGUAGE_SECTIONS:()=>Uo,PROJECT_MODEL_FORMAT_VERSION:()=>qe,PROJECT_SETTINGS_MANIFEST:()=>Bp,PROMPT_ROLES:()=>Yp,PROTOCOL_VERSION:()=>Rt,RECOMMENDED_ROLE_EFFORT:()=>Mo,RECOMMENDED_ROLE_MODELS:()=>Lo,RELATES_MIN_OVERLAP:()=>ec,ROLE_MAX_DESCRIPTION:()=>o0,ROLE_MAX_REFS:()=>n0,ROLE_NAME_RE:()=>Lc,ROLE_SCENARIOS:()=>Vi,SKILL_MAX_DESCRIPTION:()=>a0,SKILL_NAME_RE:()=>Gc,SOLUTION_STATUSES:()=>Ux,STRING_MAP_MAX_ENTRIES:()=>Pc,STRING_MAP_MAX_VALUE_LENGTH:()=>jc,TRANSITION_EDGES:()=>Bi,WORKFLOW_PRESETS:()=>Ep,additionsSince:()=>Wa,ago:()=>Vx,allowedTransitions:()=>H$,attentionFor:()=>Yx,autoLanguageConfig:()=>Dp,autoModelDefault:()=>hc,branchMatchesFlow:()=>Rc,canonicalizeModelEdgeSheet:()=>op,canonicalizeModelIdentityTable:()=>sp,canonicalizeModelShard:()=>ip,canonicalizeModelTaskEvent:()=>ap,changesSince:()=>qa,classifyAttentionReason:()=>df,compilePlanRework:()=>Mx,contextRepoName:()=>Ft,deserializeEffortConfig:()=>ix,deserializeModelConfig:()=>ax,detectGitFlowPreset:()=>Do,effectiveClusterBase:()=>wx,emptyEffortConfig:()=>Rn,emptyModelConfig:()=>In,enabledPluginsSetting:()=>Ax,extractLanguageConfig:()=>$x,extractTaskMdBody:()=>Ko,findSettingField:()=>Fp,findSettingFieldByPath:()=>Gp,firstFreeInternalTrackerPrefix:()=>Xc,flattenSettingFields:()=>Yi,fmtDuration:()=>gf,fmtUptime:()=>zx,ghRunnerHostLabel:()=>Yc,ghRunnerRunsOnSnippet:()=>Kx,gitCloneUrlDomain:()=>Zr,gitFlowDiverges:()=>Cc,httpsTokenUser:()=>Ho,internalIssueYamlPath:()=>jn,isAllAutoLanguage:()=>xx,isAutoLanguage:()=>Up,isBodyEditFrozen:()=>D$,isInteractiveRole:()=>pc,isModelEntityId:()=>Mi,isPromptRole:()=>Bc,isProtocolCompatible:()=>Ao,isReservedEnvName:()=>Qt,isTerminalPhase:()=>ac,isTransitionAllowed:()=>W$,isValidBranchName:()=>lr,jobLane:()=>X$,laneSegmentForPhase:()=>V$,makeTaskId:()=>Wx,matchesReleasePattern:()=>Mp,mergeRoles:()=>Dc,mergeSkills:()=>Hc,mismatchedIds:()=>Lx,modelAnnotationPath:()=>za,modelComponentSlug:()=>tp,modelCorrelatesPath:()=>Xa,modelEventPath:()=>Hr,modelIdentityPath:()=>jo,modelNodeKey:()=>be,modelShardNeedsRebuild:()=>L$,modelStructureShardPath:()=>Za,modelTaskNodeKey:()=>Te,modelTouchedPath:()=>Ja,parseActionDefinition:()=>kc,parseCodepipeCommand:()=>Xr,parseContextStamp:()=>Ha,parseEffortConfig:()=>nx,parseGitConfig:()=>dr,parseMarketplaceSource:()=>Xp,parseMarketplaces:()=>Rx,parseModelConfig:()=>tx,parseModelNodeKey:()=>ne,parsePlanItems:()=>Wc,parseRepoMirror:()=>xc,parseSolutionItems:()=>Fx,parseWorkflowPreset:()=>Z$,pipelineColumnForPhase:()=>z$,pipelineRepoSpec:()=>Sc,prescribedSkills:()=>qc,promptOverridePath:()=>Fc,renderCommitSubject:()=>Hx,renderContextStamp:()=>_o,renderPhaseTransitionsDoc:()=>q$,renderTransitionMermaid:()=>pp,repoBaseBranch:()=>An,resolveBranchName:()=>px,resolveEffortForRole:()=>rx,resolveModelForRole:()=>Q$,resolveProvider:()=>ex,resolveRepoFlow:()=>yx,rolesForScenario:()=>Uc,serializeEffortConfig:()=>ox,serializeModelConfig:()=>sx,serializeModelEdgeSheet:()=>Wr,serializeModelIdentityTable:()=>ic,serializeModelShard:()=>oc,serializeModelTaskEvent:()=>Tn,serializeModelYaml:()=>qr,skippedContextManifest:()=>Vr,slugify:()=>dx,solutionCoverage:()=>Gx,suggestInternalTrackerPrefix:()=>zc,validateActionInput:()=>vc,validateCouncilVerdict:()=>Px,validateModelEdgeSheet:()=>No,validateModelIdentityTable:()=>Oo,validateModelShard:()=>Xt,validateModelTaskEvent:()=>Jt,validateObserverPlan:()=>_x,validateRoleDefinition:()=>Mc,validateSettingEdit:()=>Oc,validateSkill:()=>Kc,youtrackIssueUrl:()=>fx,zeroUsage:()=>yt});var Jc,Qx,D=x(()=>{"use strict";Jd();Zd();ep();sc();cc();fp();hp();yp();fc();gc();Kp();Hp();_c();$c();qp();Vp();Jp();Qp();ef();tf();rf();nf();of();sf();af();Ec();Ac();lf();uf();pf();mf();hf();yf();wf();kf();vf();Ef();Jc=20,Qx=15});function te(t){return process.env[`CODEPIPE_${t}`]??process.env[`DEVPIPE_${t}`]}var Qe=x(()=>{"use strict"});import{existsSync as eS,readFileSync as tS,readdirSync as rS}from"node:fs";import{dirname as nS,join as Qc}from"node:path";import{parse as oS}from"yaml";function iS(t=process.cwd()){let e=t;for(;;){if(eS(Qc(e,wt,"project.yaml")))return e;let r=nS(e);if(r===e)return null;e=r}}function sS(t){return Qc(t,wt)}function Oe(t=process.cwd()){let e=iS(t);if(!e)return null;let r=sS(e),n=aS(tS(Qc(r,"project.yaml"),"utf-8"));for(let o of n.gitConfigErrors??[])console.warn(`project.yaml: invalid git config \u2014 ${o}`);return{root:e,contextDir:r,spec:n}}function Tf(t,e,r){return rS(t).filter(o=>o!==".DS_Store").length===0?!0:e?r.some(o=>o.host===e.host&&o.owner===e.owner&&o.repoName===e.repoName):!1}function On(t,e=process.cwd()){try{let r=Oe(e);return r&&r.spec.projectId===t?r:null}catch{return null}}function aS(t){let e=oS(t);if(!e||typeof e!="object")throw new Error("project.yaml is empty or malformed");let r=String(e.id??""),n=String(e.name??r),o=Array.isArray(e.repos)?e.repos:[],i=[],s=[];s.push(...dr(e.git).errors.map(a=>`git: ${a}`));for(let a of o){if(!a||typeof a!="object")continue;let c=a,l=String(c.repo??c.repoName??""),u=String(c.name??l);if(!u||!l)continue;let p=c.host,d=p==="bitbucket"?"bitbucket":p==="gitlab"?"gitlab":"github",f=xc(c.mirror);c.git!==void 0&&c.git!==null&&s.push(...dr(c.git).errors.map(m=>`repos[${u}].git: ${m}`)),i.push({name:u,host:d,owner:String(c.owner??""),repoName:l,defaultBranch:String(c.default_branch??c.defaultBranch??"main"),mountAs:String(c.mount_as??c.mountAs??u),...f?{mirror:f}:{}})}return{projectId:r,name:n,repos:i,...s.length>0?{gitConfigErrors:s}:{}}}function If(t){return t.host==="github"?`git@github.com:${t.owner}/${t.repoName}.git`:t.host==="gitlab"?`git@gitlab.com:${t.owner}/${t.repoName}.git`:`git@bitbucket.org:${t.owner}/${t.repoName}.git`}var wt,_t=x(()=>{"use strict";D();wt=".codepipe"});import{homedir as Rf}from"node:os";import{mkdirSync as cS,readFileSync as lS,writeFileSync as uS,existsSync as el}from"node:fs";import{dirname as Af,join as Zi,resolve as dS}from"node:path";import{fileURLToPath as pS}from"node:url";function _f(t){let e=Zi(Cf,".env");if(el(e)&&process.loadEnvFile(e),t){let r=Zi(Cf,"profiles",t,".env");el(r)&&process.loadEnvFile(r)}}function Ln(t){let e=te("CONFIG");return e||(t?Zi(Rf(),".codepipe","profiles",t,"config.json"):Zi(Rf(),".codepipe","config.json"))}function Pt(t){let e=Ln(t);if(!el(e))return null;let r=lS(e,"utf-8");return JSON.parse(r)}function tr(t,e){let r=Ln(e);cS(Af(r),{recursive:!0}),uS(r,JSON.stringify(t,null,2)+`
|
|
19
|
+
`,{mode:384})}function Mn(t){if(t)return{cfg:et(t),profile:t};let e;try{e=Oe()?.spec.projectId||void 0}catch{}if(e){let r=Pt(e);if(r)return console.log(`[profile] ${e} \u2014 resolved from this folder's workspace`),{cfg:r,profile:e};console.error(`this folder is the workspace of project '${e}', but that CLI profile is not initialised on this machine \u2014 run \`codepipe init\` here (or pass --profile).`),process.exit(1)}return{cfg:et(void 0),profile:void 0}}function et(t){let e=Pt(t);if(!e){let r=t?`codepipe init --profile ${t} --hub <url> --token <token> --project ${t}`:"codepipe init --hub <url> --token <token> --project <id>";console.error(t?`CLI profile '${t}' is not initialised. run \`${r}\` first.`:`CLI is not initialised. run \`${r}\` first.`),process.exit(1)}return e.projectId||(console.error(`config at ${Ln(t)} is missing 'projectId'. re-run init with --force.`),process.exit(1)),e}var Cf,Ye=x(()=>{"use strict";Qe();_t();Cf=dS(Af(pS(import.meta.url)),"..")});import{homedir as Pf}from"node:os";import{existsSync as jf,mkdirSync as Nf,readFileSync as Of,writeFileSync as Lf}from"node:fs";import{dirname as Mf,join as Df}from"node:path";function Uf(t,e,r){let n=J(t);if(!n)throw new Error("no secrets file for this project on the CLI");n.secrets={...n.secrets??{},[e]:r},ae(n)}function Bf(t,e){let r=J(t);return!r?.secrets||!(e in r.secrets)?!1:(delete r.secrets[e],ae(r),!0)}function Ff(t){return Object.keys(J(t)?.secrets??{}).sort()}function Qi(t,e,r){let n=J(t);if(!n)return"mismatch";let o=n.sandboxPins??{},i=o[e];return i&&i===r?"ok":i&&i!==r?"mismatch":(o[e]=r,n.sandboxPins=o,ae(n),"pinned")}function Gf(t,e){let r=J(t);return r?.sandboxPins?.[e]?(delete r.sandboxPins[e],ae(r),!0):!1}function Gt(t){return Df(Pf(),".codepipe","secrets",`${t}.json`)}function J(t){let e=Gt(t);return jf(e)?JSON.parse(Of(e,"utf-8")):null}function ae(t){let e=Gt(t.projectId);Nf(Mf(e),{recursive:!0}),Lf(e,JSON.stringify(t,null,2)+`
|
|
20
|
+
`,{mode:384})}function Qr(){return Df(Pf(),".codepipe","shared.json")}function Dn(){let t=Qr();return jf(t)?JSON.parse(Of(t,"utf-8")):null}function es(t){let e=Qr();Nf(Mf(e),{recursive:!0}),Lf(e,JSON.stringify(t,null,2)+`
|
|
21
|
+
`,{mode:384})}function Un(t){let e=J(t)?.claude?.oauthToken;return e||Dn()?.claude?.oauthToken}function Wo(t){let e={GH_TOKEN:t.github?.token,BITBUCKET_EMAIL:t.bitbucket?.email,BITBUCKET_API_TOKEN:t.bitbucket?.apiToken,GITLAB_TOKEN:t.gitlab?.token,YOUTRACK_URL:t.youtrack?.url,YOUTRACK_TOKEN:t.youtrack?.token};for(let r of tl){let n=e[r];n&&!process.env[r]&&(process.env[r]=n)}}function Bn(){let t=process.env.BITBUCKET_EMAIL,e=process.env.BITBUCKET_API_TOKEN;return t&&e?{email:t,apiToken:e}:void 0}var tl,fe=x(()=>{"use strict";tl=["GH_TOKEN","BITBUCKET_EMAIL","BITBUCKET_API_TOKEN","GITLAB_TOKEN","YOUTRACK_URL","YOUTRACK_TOKEN"]});import{appendFileSync as fS,existsSync as Hf,mkdirSync as mS,renameSync as Wf,statSync as hS,unlinkSync as gS}from"node:fs";import{Writable as yS}from"node:stream";import{join as wS}from"node:path";function ts(t,e,r){let n=(process.env[`${t}_FILE_ENABLED`]??"true").toLowerCase()!=="false",o=process.env[`${t}_DIR`]??r,i=bS(process.env[`${t}_MAX_BYTES`]??String(qf.maxBytes)),s=process.env[`${t}_MAX_FILES`],a=s?Math.max(1,Number(s)):qf.maxFiles;return{enabled:n,dir:o,basename:e,maxBytes:i,maxFiles:a}}function bS(t){let e=t.trim().match(/^(\d+)\s*([kmg]?)b?$/i);if(!e)return Number(t)||0;let r=Number(e[1]),n=(e[2]??"").toLowerCase();return n==="g"?r*1024**3:n==="m"?r*1024**2:n==="k"?r*1024:r}function rs(t){let e={log:console.log.bind(console),warn:console.warn.bind(console),error:console.error.bind(console)},r=(n,o)=>(...i)=>{n(...i);try{t.writeLine(kS(o,i))}catch{}};return console.log=r(e.log,"INFO"),console.warn=r(e.warn,"WARN"),console.error=r(e.error,"ERROR"),()=>{console.log=e.log,console.warn=e.warn,console.error=e.error}}function kS(t,e){let r=new Date().toISOString(),n=e.map(o=>typeof o=="string"?o:vS(o)).join(" ");return`${r} ${t} ${n}`}function vS(t){try{return JSON.stringify(t)}catch{return String(t)}}var qf,Fn,rl=x(()=>{"use strict";qf={enabled:!0,maxBytes:10*1024*1024,maxFiles:5},Fn=class{cfg;currentPath;constructor(e){this.cfg=e,e.enabled&&mS(e.dir,{recursive:!0}),this.currentPath=wS(e.dir,`${e.basename}.log`)}get path(){return this.currentPath}writeLine(e){if(!this.cfg.enabled)return;this.rotateIfNeeded();let r=e.endsWith(`
|
|
19
22
|
`)?e:e+`
|
|
20
|
-
`;
|
|
21
|
-
`+t.slice(t.length-e)}async function ar(t,e){let r={Authorization:`Bearer ${t}`,Accept:"application/vnd.github+json","User-Agent":"codepipe-cli"},n=new AbortController,o=setTimeout(()=>n.abort(),Zi);try{let i;try{i=await fetch("https://api.github.com/user",{headers:r,signal:n.signal})}catch(l){throw new yt(`cannot reach api.github.com (${l instanceof Error?l.message:String(l)})`)}if(i.status===401)throw new Error("token rejected (401 \u2014 check the GitHub PAT)");if(Qi(i.status))throw new yt(`api.github.com \u2192 ${i.status} ${i.statusText}`);if(!i.ok)throw new Error(`GitHub \u2192 ${i.status} ${i.statusText}`);let a=(await i.json()).login??"ok",c=i.headers.get("x-oauth-scopes");if(c!==null&&e&&!c.split(",").map(u=>u.trim()).includes("repo"))throw new Error(`classic PAT is missing the 'repo' scope (present: "${c||"none"}") \u2014 required to create and write to GitHub repos`);if(e){let l;try{let u=await fetch(`https://api.github.com/users/${encodeURIComponent(e.owner)}`,{headers:r,signal:n.signal});u.ok&&(l=(await u.json()).type)}catch{}if(l==="Organization"){let u=await fetch(`https://api.github.com/orgs/${encodeURIComponent(e.owner)}`,{headers:r,signal:n.signal});if(u.status===403)throw new Error(`token cannot access org "${e.owner}" (403) \u2014 for fine-grained PATs: approve the token in org Settings \u2192 Personal access tokens; for classic PATs: verify 'repo' or 'admin:org' scope`);if(u.status===404)throw new Error(`org "${e.owner}" not found or not visible to this token \u2014 check the org name; for fine-grained PATs: approve the token in org Settings \u2192 Personal access tokens`);if(!u.ok)throw new Error(`GitHub GET /orgs/${e.owner} \u2192 ${u.status} ${u.statusText}`)}}return a}finally{clearTimeout(o)}}async function es(t,e,r){let n=`https://api.github.com/repos/${encodeURIComponent(e)}/${encodeURIComponent(r)}`,o=new AbortController,i=setTimeout(()=>o.abort(),Zi);try{let s;try{s=await fetch(n,{headers:{Authorization:`Bearer ${t}`,Accept:"application/vnd.github+json","User-Agent":"codepipe-cli"},signal:o.signal})}catch(c){throw new yt(`cannot reach api.github.com (${c instanceof Error?c.message:String(c)})`)}if(s.status===401)throw new Error("token rejected (401 \u2014 expired/revoked PAT)");if(s.status===404)throw new Error(`repo ${e}/${r} not found or token has no access (404)`);if(Qi(s.status))throw new yt(`api.github.com \u2192 ${s.status} ${s.statusText}`);if(!s.ok)throw new Error(`GitHub GET /repos/${e}/${r} \u2192 ${s.status} ${s.statusText}`);if((await s.json()).permissions?.push!==!0)throw new Error(`no push access to ${e}/${r} (read-only key or insufficient token)`)}finally{clearTimeout(i)}}async function cr(t,e,r){let n=r?`https://api.bitbucket.org/2.0/repositories/${encodeURIComponent(r)}?pagelen=1`:"https://api.bitbucket.org/2.0/workspaces?pagelen=1",o=new AbortController,i=setTimeout(()=>o.abort(),Zi);try{let s;try{s=await fetch(n,{headers:{Authorization:"Basic "+Buffer.from(`${t}:${e}`).toString("base64")},signal:o.signal})}catch(c){throw new yt(`cannot reach api.bitbucket.org (${c instanceof Error?c.message:String(c)})`)}if(s.ok)return t;if(s.status===410)return`${t} (Bitbucket deprecated the probe endpoint \u2014 scope check skipped)`;if(Qi(s.status))throw new yt(`api.bitbucket.org \u2192 ${s.status} ${s.statusText}`);let a=await uS(s);throw s.status===401?new Error(`credentials rejected (401 \u2014 check the Atlassian account email / API token${a})`):s.status===403?new Error(`token not authorized \u2014 needs \`read:repository:bitbucket\` (403${a})`):s.status===404&&r?new Error(`workspace "${r}" not found or not visible to this token (404${a})`):new Error(`Bitbucket \u2192 ${s.status} ${s.statusText}${a}`)}finally{clearTimeout(i)}}async function uS(t){try{let e=await t.json();return e.error?.message?`: ${e.error.message}`:""}catch{return""}}async function ts(t,e,r,n){let o;try{o=await fetch(`https://api.bitbucket.org/2.0/repositories/${encodeURIComponent(r)}/${encodeURIComponent(n)}/pullrequests?pagelen=1`,{headers:{Authorization:"Basic "+Buffer.from(`${t}:${e}`).toString("base64")}})}catch{return}if(o.status!==403)return;let i={};try{i=await o.json()}catch{}let s=i.error?.detail?.granted;if(Array.isArray(s)){let c=Ff.filter(l=>!s.includes(l));return c.length===0?void 0:`token lacks scope(s) ${c.join(", ")} \u2014 the pipeline would fail at PR time; re-create the API token with all of: ${Ff.join(", ")}`}let a=i.error?.message?`: ${i.error.message}`:"";return`cannot list pull requests of ${r}/${n} (403${a})`}async function lr(t){let e=new AbortController,r=setTimeout(()=>e.abort(),Zi);try{let n;try{n=await fetch("https://gitlab.com/api/v4/user",{headers:{"PRIVATE-TOKEN":t,"User-Agent":"codepipe-cli"},signal:e.signal})}catch(i){throw new yt(`cannot reach gitlab.com (${i instanceof Error?i.message:String(i)})`)}if(n.status===401)throw new Error("token rejected (401 \u2014 check the GitLab PAT)");if(Qi(n.status))throw new yt(`gitlab.com \u2192 ${n.status} ${n.statusText}`);if(!n.ok)throw new Error(`GitLab \u2192 ${n.status} ${n.statusText}`);return(await n.json()).username??"ok"}finally{clearTimeout(r)}}async function Gf(t){try{let e=await fetch("https://gitlab.com/api/v4/personal_access_tokens/self",{headers:{"PRIVATE-TOKEN":t,"User-Agent":"codepipe-cli"}});if(!e.ok)return;let n=(await e.json()).scopes??[];return n.length>0&&!n.includes("api")?`GitLab token scopes [${n.join(", ")}] lack 'api' \u2014 CodePipe can read and push, but cannot create a Context Repo or scaffold its files`:void 0}catch{return}}function dS(t){switch(t){case"running":case"pending":case"created":case"waiting_for_resource":case"preparing":case"scheduled":return"running";case"success":return"success";case"failed":case"canceled":case"cancelled":return"failed";default:return"none"}}function zc(t,e,r){let n=t.host==="github"?"set GH_TOKEN or GITHUB_TOKEN in the CLI env":t.host==="bitbucket"?"set BITBUCKET_EMAIL + BITBUCKET_API_TOKEN in the CLI env":t.host==="gitlab"?"set GITLAB_TOKEN in the CLI env":`no adapter implementation for host '${t.host}'`;return`cannot ${r} PR ${t.owner}/${t.repoName}#${e}: MockGitHost is active (write operations are not allowed) \u2014 ${n}`}function ur(t,e){let r=hc(e);if(!e.mirror)return{spec:r,host:Vr(r)};let n=t?X(t)?.mirrorWrite:void 0;return{spec:r,host:Vr(r,n?.token?{token:n.token,...n.email?{bitbucketEmail:n.email}:{}}:void 0)}}function Vr(t,e){if(t.host==="github"){let r=e?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN;if(r)return new Jc(r)}if(t.host==="bitbucket"){let r=e?.bitbucketEmail??process.env.BITBUCKET_EMAIL,n=e?.token??process.env.BITBUCKET_API_TOKEN;if(r&&n)return new Xc(r,n)}if(t.host==="gitlab"){let r=e?.token??process.env.GITLAB_TOKEN;if(r)return new Zc(r)}return new Qc}var Yr,yt,Zi,Ff,Xc,Jc,Zc,Qc,Qt=E(()=>{"use strict";M();de();Yr=class extends Error{constructor(e){super(e),this.name="PRNotFoundError"}},yt=class extends Error{constructor(e){super(e),this.name="TransientHostError"}},Zi=5e3;Ff=["read:repository:bitbucket","write:repository:bitbucket","read:pullrequest:bitbucket","write:pullrequest:bitbucket"];Xc=class{constructor(e,r){this.email=e;this.apiToken=r}name="bitbucket";authHeader(){return"Basic "+Buffer.from(`${this.email}:${this.apiToken}`).toString("base64")}async createPullRequest(e,r){let n=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json"},body:JSON.stringify({title:r.title,description:r.body,source:{branch:{name:r.branchName}},destination:{branch:{name:r.baseBranch}}})});if(!n.ok)throw new Error(`bitbucket pr create: ${n.status} ${await n.text()}`);let o=await n.json();return{url:o.links?.html?.href??"",number:o.id}}async findOpenPrByBranch(e,r){let n=encodeURIComponent(`state="OPEN" AND source.branch.name="${r}"`),o=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests?q=${n}`,{headers:{Authorization:this.authHeader(),Accept:"application/json","User-Agent":"codepipe-cli"}});if(!o.ok)return null;let s=(await o.json()).values?.[0];return s?{url:s.links?.html?.href??"",number:s.id}:null}async getPullRequest(e,r){let n=`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}`,o=await fetch(n,{method:"GET",headers:{Accept:"application/json",Authorization:this.authHeader(),"User-Agent":"codepipe-cli"}});if(o.status===404)throw new Yr(`Bitbucket PR not found: ${e.owner}/${e.repoName}#${r}`);if(o.status>=400)throw new Error(`bitbucket GET pullrequests/${r} \u2192 ${o.status} ${await o.text()}`);let i=await o.json();return i.state==="MERGED"?{state:"merged",merged:!0,ci:"none",mergeable:"unknown"}:i.state==="DECLINED"||i.state==="SUPERSEDED"?{state:"closed",merged:!1,ci:"none",mergeable:"unknown"}:{state:"open",merged:!1,ci:"none",mergeable:"unknown"}}async mergePR(e,r,n,o){let i=n==="squash"?"squash":n==="rebase"?"fast_forward":"merge_commit",s=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/merge`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({merge_strategy:i,close_source_branch:o})});if(!s.ok)throw new Error(`bitbucket merge PR #${r}: ${s.status} ${await s.text()}`);let a=await s.json().catch(()=>null);return a?.merge_commit?.hash?{mergedSha:a.merge_commit.hash}:{}}async addPRComment(e,r,n){let o=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/comments`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({content:{raw:n}})});if(!o.ok)throw new Error(`bitbucket comment PR #${r}: ${o.status} ${await o.text()}`)}async addPRInlineComment(e,r,n,o,i){let s=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/comments`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({content:{raw:i},inline:{path:n,to:o}})});if(!s.ok)throw new Error(`bitbucket inline comment PR #${r} ${n}:${o}: ${s.status} ${await s.text()}`)}async closePR(e,r,n){n&&n.length>0&&await this.addPRComment(e,r,n);let o=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/decline`,{method:"POST",headers:{Authorization:this.authHeader(),"User-Agent":"codepipe-cli"}});if(!o.ok)throw new Error(`bitbucket decline PR #${r}: ${o.status} ${await o.text()}`)}},Jc=class{constructor(e){this.token=e}name="github";async createPullRequest(e,r){let n=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls`,{method:"POST",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json"},body:JSON.stringify({title:r.title,body:r.body,head:r.branchName,base:r.baseBranch})});if(!n.ok)throw new Error(`github pr create: ${n.status} ${await n.text()}`);let o=await n.json();return{url:o.html_url,number:o.number}}async findOpenPrByBranch(e,r){let n=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls?state=open&head=${encodeURIComponent(`${e.owner}:${r}`)}`,{headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(!n.ok)return null;let i=(await n.json())[0];return i?{url:i.html_url,number:i.number}:null}async getPullRequest(e,r){let n=`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,o=await fetch(n,{method:"GET",headers:{Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(o.status===404)throw new Yr(`GitHub PR not found: ${e.owner}/${e.repoName}#${r}`);if(o.status>=400)throw new Error(`github GET pulls/${r} \u2192 ${o.status} ${await o.text()}`);let i=await o.json();if(i.state==="closed"&&i.merged_at)return{state:"merged",merged:!0,ci:"none",mergeable:"unknown"};if(i.state==="closed")return{state:"closed",merged:!1,ci:"none",mergeable:"unknown"};let s=i.mergeable===!1||i.mergeable_state==="dirty"?"conflict":i.mergeable===!0?"mergeable":"unknown";return{state:"open",merged:!1,ci:i.head?.sha?await this.fetchCiStatus(e,i.head.sha):"none",mergeable:s}}async getBranchCi(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}`,i=await fetch(`${o}/commits/${encodeURIComponent(r)}`,{headers:n});if(!i.ok)return null;let s=(await i.json()).sha;return s?{ci:await this.fetchCiStatus(e,s),headSha:s}:null}async fetchCiStatus(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}/commits/${r}`;try{let[i,s]=await Promise.all([fetch(`${o}/check-runs?per_page=100`,{headers:n}),fetch(`${o}/status`,{headers:n})]),a=!1,c=!1,l=!1;if(i.ok){let u=await i.json();for(let p of u.check_runs??[])l=!0,p.status!=="completed"?a=!0:p.conclusion&&["failure","timed_out","cancelled","action_required","stale"].includes(p.conclusion)&&(c=!0)}if(s.ok){let u=await s.json();(u.total_count??0)>0&&(l=!0,u.state==="pending"?a=!0:(u.state==="failure"||u.state==="error")&&(c=!0))}return l?c?"failed":a?"running":"success":"none"}catch{return"none"}}async getCiFailureLog(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}`;try{let i=await fetch(`${o}/pulls/${r}`,{headers:n});if(!i.ok)return;let s=(await i.json()).head?.sha;return s?await this.getCiFailureLogForSha(e,s):void 0}catch{return}}async getCiFailureLogForSha(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}`,i=["failure","timed_out","cancelled","action_required","startup_failure"];try{let s=await fetch(`${o}/actions/runs?head_sha=${r}&per_page=20`,{headers:n});if(!s.ok)return;let a=(await s.json()).workflow_runs??[],c=[];for(let l of a.filter(u=>u.conclusion&&i.includes(u.conclusion))){let u=await fetch(`${o}/actions/runs/${l.id}/jobs?per_page=50`,{headers:n});if(!u.ok)continue;let p=(await u.json()).jobs??[];for(let d of p.filter(f=>f.conclusion==="failure")){let f=await fetch(`${o}/actions/jobs/${d.id}/logs`,{headers:n});if(!f.ok)continue;let m=await f.text();c.push(`### CI job: ${d.name}
|
|
23
|
+
`;fS(this.currentPath,r,"utf-8")}asWritable(){return new yS({write:(e,r,n)=>{try{let o=typeof e=="string"?e:e.toString("utf-8");for(let i of o.split(/\r?\n/))i&&this.writeLine(i);n()}catch(o){n(o)}}})}rotateIfNeeded(){if(!(this.cfg.maxBytes<=0||!Hf(this.currentPath)||hS(this.currentPath).size<this.cfg.maxBytes)){for(let r=this.cfg.maxFiles;r>=1;r--){let n=`${this.currentPath}.${r}`;Hf(n)&&(r>=this.cfg.maxFiles?gS(n):Wf(n,`${this.currentPath}.${r+1}`))}Wf(this.currentPath,`${this.currentPath}.1`)}}}});import{createHash as $S}from"node:crypto";import{existsSync as xS,readFileSync as SS}from"node:fs";import{homedir as Vf,hostname as ES}from"node:os";import{join as Yf}from"node:path";function TS(){let t=process.env.CLAUDE_CONFIG_DIR?.trim();return t?Yf(t,".claude.json"):Yf(Vf(),".claude.json")}function rr(){try{let t=TS();if(!xS(t))return null;let r=JSON.parse(SS(t,"utf-8")).oauthAccount,n=r?.accountUuid;if(typeof n!="string"||n.length===0)return null;let o=c=>typeof c=="string"&&c.length>0?c:void 0,i=o(r?.emailAddress)?.toLowerCase(),s=o(r?.organizationType),a=o(r?.displayName);return{accountUuid:n,...i?{email:i}:{},...s?{organizationType:s}:{},...a?{displayName:a}:{}}}catch{return null}}function ns(t){return t?`claude-account:${t.accountUuid}`:`machine:${$S("sha256").update(`${ES()}:${Vf()}`).digest("hex").slice(0,16)}`}var qo=x(()=>{"use strict"});function is(t){return t===429||t>=500}function Xf(t,e){return t.length<=e?t:`\u2026(truncated)\u2026
|
|
24
|
+
`+t.slice(t.length-e)}async function pr(t,e){let r={Authorization:`Bearer ${t}`,Accept:"application/vnd.github+json","User-Agent":"codepipe-cli"},n=new AbortController,o=setTimeout(()=>n.abort(),os);try{let i;try{i=await fetch("https://api.github.com/user",{headers:r,signal:n.signal})}catch(l){throw new bt(`cannot reach api.github.com (${l instanceof Error?l.message:String(l)})`)}if(i.status===401)throw new Error("token rejected (401 \u2014 check the GitHub PAT)");if(is(i.status))throw new bt(`api.github.com \u2192 ${i.status} ${i.statusText}`);if(!i.ok)throw new Error(`GitHub \u2192 ${i.status} ${i.statusText}`);let a=(await i.json()).login??"ok",c=i.headers.get("x-oauth-scopes");if(c!==null&&e&&!c.split(",").map(u=>u.trim()).includes("repo"))throw new Error(`classic PAT is missing the 'repo' scope (present: "${c||"none"}") \u2014 required to create and write to GitHub repos`);if(e){let l;try{let u=await fetch(`https://api.github.com/users/${encodeURIComponent(e.owner)}`,{headers:r,signal:n.signal});u.ok&&(l=(await u.json()).type)}catch{}if(l==="Organization"){let u=await fetch(`https://api.github.com/orgs/${encodeURIComponent(e.owner)}`,{headers:r,signal:n.signal});if(u.status===403)throw new Error(`token cannot access org "${e.owner}" (403) \u2014 for fine-grained PATs: approve the token in org Settings \u2192 Personal access tokens; for classic PATs: verify 'repo' or 'admin:org' scope`);if(u.status===404)throw new Error(`org "${e.owner}" not found or not visible to this token \u2014 check the org name; for fine-grained PATs: approve the token in org Settings \u2192 Personal access tokens`);if(!u.ok)throw new Error(`GitHub GET /orgs/${e.owner} \u2192 ${u.status} ${u.statusText}`)}}return a}finally{clearTimeout(o)}}async function ss(t,e,r){let n=`https://api.github.com/repos/${encodeURIComponent(e)}/${encodeURIComponent(r)}`,o=new AbortController,i=setTimeout(()=>o.abort(),os);try{let s;try{s=await fetch(n,{headers:{Authorization:`Bearer ${t}`,Accept:"application/vnd.github+json","User-Agent":"codepipe-cli"},signal:o.signal})}catch(c){throw new bt(`cannot reach api.github.com (${c instanceof Error?c.message:String(c)})`)}if(s.status===401)throw new Error("token rejected (401 \u2014 expired/revoked PAT)");if(s.status===404)throw new Error(`repo ${e}/${r} not found or token has no access (404)`);if(is(s.status))throw new bt(`api.github.com \u2192 ${s.status} ${s.statusText}`);if(!s.ok)throw new Error(`GitHub GET /repos/${e}/${r} \u2192 ${s.status} ${s.statusText}`);if((await s.json()).permissions?.push!==!0)throw new Error(`no push access to ${e}/${r} (read-only key or insufficient token)`)}finally{clearTimeout(i)}}async function fr(t,e,r){let n=r?`https://api.bitbucket.org/2.0/repositories/${encodeURIComponent(r)}?pagelen=1`:"https://api.bitbucket.org/2.0/workspaces?pagelen=1",o=new AbortController,i=setTimeout(()=>o.abort(),os);try{let s;try{s=await fetch(n,{headers:{Authorization:"Basic "+Buffer.from(`${t}:${e}`).toString("base64")},signal:o.signal})}catch(c){throw new bt(`cannot reach api.bitbucket.org (${c instanceof Error?c.message:String(c)})`)}if(s.ok)return t;if(s.status===410)return`${t} (Bitbucket deprecated the probe endpoint \u2014 scope check skipped)`;if(is(s.status))throw new bt(`api.bitbucket.org \u2192 ${s.status} ${s.statusText}`);let a=await AS(s);throw s.status===401?new Error(`credentials rejected (401 \u2014 check the Atlassian account email / API token${a})`):s.status===403?new Error(`token not authorized \u2014 needs \`read:repository:bitbucket\` (403${a})`):s.status===404&&r?new Error(`workspace "${r}" not found or not visible to this token (404${a})`):new Error(`Bitbucket \u2192 ${s.status} ${s.statusText}${a}`)}finally{clearTimeout(i)}}async function AS(t){try{let e=await t.json();return e.error?.message?`: ${e.error.message}`:""}catch{return""}}async function as(t,e,r,n){let o;try{o=await fetch(`https://api.bitbucket.org/2.0/repositories/${encodeURIComponent(r)}/${encodeURIComponent(n)}/pullrequests?pagelen=1`,{headers:{Authorization:"Basic "+Buffer.from(`${t}:${e}`).toString("base64")}})}catch{return}if(o.status!==403)return;let i={};try{i=await o.json()}catch{}let s=i.error?.detail?.granted;if(Array.isArray(s)){let c=Jf.filter(l=>!s.includes(l));return c.length===0?void 0:`token lacks scope(s) ${c.join(", ")} \u2014 the pipeline would fail at PR time; re-create the API token with all of: ${Jf.join(", ")}`}let a=i.error?.message?`: ${i.error.message}`:"";return`cannot list pull requests of ${r}/${n} (403${a})`}async function mr(t){let e=new AbortController,r=setTimeout(()=>e.abort(),os);try{let n;try{n=await fetch("https://gitlab.com/api/v4/user",{headers:{"PRIVATE-TOKEN":t,"User-Agent":"codepipe-cli"},signal:e.signal})}catch(i){throw new bt(`cannot reach gitlab.com (${i instanceof Error?i.message:String(i)})`)}if(n.status===401)throw new Error("token rejected (401 \u2014 check the GitLab PAT)");if(is(n.status))throw new bt(`gitlab.com \u2192 ${n.status} ${n.statusText}`);if(!n.ok)throw new Error(`GitLab \u2192 ${n.status} ${n.statusText}`);return(await n.json()).username??"ok"}finally{clearTimeout(r)}}async function Zf(t){try{let e=await fetch("https://gitlab.com/api/v4/personal_access_tokens/self",{headers:{"PRIVATE-TOKEN":t,"User-Agent":"codepipe-cli"}});if(!e.ok)return;let n=(await e.json()).scopes??[];return n.length>0&&!n.includes("api")?`GitLab token scopes [${n.join(", ")}] lack 'api' \u2014 CodePipe can read and push, but cannot create a Context Repo or scaffold its files`:void 0}catch{return}}function _S(t){switch(t){case"running":case"pending":case"created":case"waiting_for_resource":case"preparing":case"scheduled":return"running";case"success":return"success";case"failed":case"canceled":case"cancelled":return"failed";default:return"none"}}function ol(t,e,r){let n=t.host==="github"?"set GH_TOKEN or GITHUB_TOKEN in the CLI env":t.host==="bitbucket"?"set BITBUCKET_EMAIL + BITBUCKET_API_TOKEN in the CLI env":t.host==="gitlab"?"set GITLAB_TOKEN in the CLI env":`no adapter implementation for host '${t.host}'`;return`cannot ${r} PR ${t.owner}/${t.repoName}#${e}: MockGitHost is active (write operations are not allowed) \u2014 ${n}`}function hr(t,e){let r=Sc(e);if(!e.mirror)return{spec:r,host:tn(r)};let n=t?J(t)?.mirrorWrite:void 0;return{spec:r,host:tn(r,n?.token?{token:n.token,...n.email?{bitbucketEmail:n.email}:{}}:void 0)}}function tn(t,e){if(t.host==="github"){let r=e?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN;if(r)return new sl(r)}if(t.host==="bitbucket"){let r=e?.bitbucketEmail??process.env.BITBUCKET_EMAIL,n=e?.token??process.env.BITBUCKET_API_TOKEN;if(r&&n)return new il(r,n)}if(t.host==="gitlab"){let r=e?.token??process.env.GITLAB_TOKEN;if(r)return new al(r)}return new cl}var en,bt,os,Jf,il,sl,al,cl,nr=x(()=>{"use strict";D();fe();en=class extends Error{constructor(e){super(e),this.name="PRNotFoundError"}},bt=class extends Error{constructor(e){super(e),this.name="TransientHostError"}},os=5e3;Jf=["read:repository:bitbucket","write:repository:bitbucket","read:pullrequest:bitbucket","write:pullrequest:bitbucket"];il=class{constructor(e,r){this.email=e;this.apiToken=r}name="bitbucket";authHeader(){return"Basic "+Buffer.from(`${this.email}:${this.apiToken}`).toString("base64")}async createPullRequest(e,r){let n=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json"},body:JSON.stringify({title:r.title,description:r.body,source:{branch:{name:r.branchName}},destination:{branch:{name:r.baseBranch}}})});if(!n.ok)throw new Error(`bitbucket pr create: ${n.status} ${await n.text()}`);let o=await n.json();return{url:o.links?.html?.href??"",number:o.id}}async findOpenPrByBranch(e,r){let n=encodeURIComponent(`state="OPEN" AND source.branch.name="${r}"`),o=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests?q=${n}`,{headers:{Authorization:this.authHeader(),Accept:"application/json","User-Agent":"codepipe-cli"}});if(!o.ok)return null;let s=(await o.json()).values?.[0];return s?{url:s.links?.html?.href??"",number:s.id}:null}async getPullRequest(e,r){let n=`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}`,o=await fetch(n,{method:"GET",headers:{Accept:"application/json",Authorization:this.authHeader(),"User-Agent":"codepipe-cli"}});if(o.status===404)throw new en(`Bitbucket PR not found: ${e.owner}/${e.repoName}#${r}`);if(o.status>=400)throw new Error(`bitbucket GET pullrequests/${r} \u2192 ${o.status} ${await o.text()}`);let i=await o.json();return i.state==="MERGED"?{state:"merged",merged:!0,ci:"none",mergeable:"unknown"}:i.state==="DECLINED"||i.state==="SUPERSEDED"?{state:"closed",merged:!1,ci:"none",mergeable:"unknown"}:{state:"open",merged:!1,ci:"none",mergeable:"unknown"}}async mergePR(e,r,n,o){let i=n==="squash"?"squash":n==="rebase"?"fast_forward":"merge_commit",s=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/merge`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({merge_strategy:i,close_source_branch:o})});if(!s.ok)throw new Error(`bitbucket merge PR #${r}: ${s.status} ${await s.text()}`);let a=await s.json().catch(()=>null);return a?.merge_commit?.hash?{mergedSha:a.merge_commit.hash}:{}}async addPRComment(e,r,n){let o=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/comments`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({content:{raw:n}})});if(!o.ok)throw new Error(`bitbucket comment PR #${r}: ${o.status} ${await o.text()}`)}async addPRInlineComment(e,r,n,o,i){let s=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/comments`,{method:"POST",headers:{Authorization:this.authHeader(),"Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({content:{raw:i},inline:{path:n,to:o}})});if(!s.ok)throw new Error(`bitbucket inline comment PR #${r} ${n}:${o}: ${s.status} ${await s.text()}`)}async closePR(e,r,n){n&&n.length>0&&await this.addPRComment(e,r,n);let o=await fetch(`https://api.bitbucket.org/2.0/repositories/${e.owner}/${e.repoName}/pullrequests/${r}/decline`,{method:"POST",headers:{Authorization:this.authHeader(),"User-Agent":"codepipe-cli"}});if(!o.ok)throw new Error(`bitbucket decline PR #${r}: ${o.status} ${await o.text()}`)}},sl=class{constructor(e){this.token=e}name="github";async createPullRequest(e,r){let n=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls`,{method:"POST",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json"},body:JSON.stringify({title:r.title,body:r.body,head:r.branchName,base:r.baseBranch})});if(!n.ok)throw new Error(`github pr create: ${n.status} ${await n.text()}`);let o=await n.json();return{url:o.html_url,number:o.number}}async findOpenPrByBranch(e,r){let n=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls?state=open&head=${encodeURIComponent(`${e.owner}:${r}`)}`,{headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(!n.ok)return null;let i=(await n.json())[0];return i?{url:i.html_url,number:i.number}:null}async getPullRequest(e,r){let n=`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,o=await fetch(n,{method:"GET",headers:{Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(o.status===404)throw new en(`GitHub PR not found: ${e.owner}/${e.repoName}#${r}`);if(o.status>=400)throw new Error(`github GET pulls/${r} \u2192 ${o.status} ${await o.text()}`);let i=await o.json();if(i.state==="closed"&&i.merged_at)return{state:"merged",merged:!0,ci:"none",mergeable:"unknown"};if(i.state==="closed")return{state:"closed",merged:!1,ci:"none",mergeable:"unknown"};let s=i.mergeable===!1||i.mergeable_state==="dirty"?"conflict":i.mergeable===!0?"mergeable":"unknown";return{state:"open",merged:!1,ci:i.head?.sha?await this.fetchCiStatus(e,i.head.sha):"none",mergeable:s}}async getBranchCi(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}`,i=await fetch(`${o}/commits/${encodeURIComponent(r)}`,{headers:n});if(!i.ok)return null;let s=(await i.json()).sha;return s?{ci:await this.fetchCiStatus(e,s),headSha:s}:null}async fetchCiStatus(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}/commits/${r}`;try{let[i,s]=await Promise.all([fetch(`${o}/check-runs?per_page=100`,{headers:n}),fetch(`${o}/status`,{headers:n})]),a=!1,c=!1,l=!1;if(i.ok){let u=await i.json();for(let p of u.check_runs??[])l=!0,p.status!=="completed"?a=!0:p.conclusion&&["failure","timed_out","cancelled","action_required","stale"].includes(p.conclusion)&&(c=!0)}if(s.ok){let u=await s.json();(u.total_count??0)>0&&(l=!0,u.state==="pending"?a=!0:(u.state==="failure"||u.state==="error")&&(c=!0))}return l?c?"failed":a?"running":"success":"none"}catch{return"none"}}async getCiFailureLog(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}`;try{let i=await fetch(`${o}/pulls/${r}`,{headers:n});if(!i.ok)return;let s=(await i.json()).head?.sha;return s?await this.getCiFailureLogForSha(e,s):void 0}catch{return}}async getCiFailureLogForSha(e,r){let n={Accept:"application/vnd.github+json",Authorization:`Bearer ${this.token}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},o=`https://api.github.com/repos/${e.owner}/${e.repoName}`,i=["failure","timed_out","cancelled","action_required","startup_failure"];try{let s=await fetch(`${o}/actions/runs?head_sha=${r}&per_page=20`,{headers:n});if(!s.ok)return;let a=(await s.json()).workflow_runs??[],c=[];for(let l of a.filter(u=>u.conclusion&&i.includes(u.conclusion))){let u=await fetch(`${o}/actions/runs/${l.id}/jobs?per_page=50`,{headers:n});if(!u.ok)continue;let p=(await u.json()).jobs??[];for(let d of p.filter(f=>f.conclusion==="failure")){let f=await fetch(`${o}/actions/jobs/${d.id}/logs`,{headers:n});if(!f.ok)continue;let m=await f.text();c.push(`### CI job: ${d.name}
|
|
22
25
|
|
|
23
|
-
${
|
|
26
|
+
${Xf(m,8e3)}`)}}return c.length===0?void 0:Xf(c.join(`
|
|
24
27
|
|
|
25
|
-
`),16e3)}catch{return}}async mergePR(e,r,n,o){let i=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}/merge`,{method:"PUT",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({merge_method:n})});if(!i.ok)throw new Error(`github merge PR #${r}: ${i.status} ${await i.text()}`);let s=await i.json().catch(()=>null);if(o){let a=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,{headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(a.ok){let l=(await a.json()).head?.ref;l&&await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/git/refs/heads/${l}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}}).catch(()=>{})}}return s?.sha?{mergedSha:s.sha}:{}}async addPRComment(e,r,n){let o=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/issues/${r}/comments`,{method:"POST",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({body:n})});if(!o.ok)throw new Error(`github comment PR #${r}: ${o.status} ${await o.text()}`)}async addPRInlineComment(e,r,n,o,i){let s={Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},a=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,{headers:s});if(!a.ok)throw new Error(`github PR #${r}: ${a.status} ${await a.text()}`);let c=(await a.json()).head?.sha;if(!c)throw new Error(`github PR #${r}: no head sha`);let l=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}/comments`,{method:"POST",headers:{...s,"Content-Type":"application/json"},body:JSON.stringify({body:i,commit_id:c,path:n,line:o,side:"RIGHT"})});if(!l.ok)throw new Error(`github inline comment PR #${r} ${n}:${o}: ${l.status} ${await l.text()}`)}async closePR(e,r,n){n&&n.length>0&&await this.addPRComment(e,r,n);let o=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,{method:"PATCH",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({state:"closed"})});if(!o.ok)throw new Error(`github close PR #${r}: ${o.status} ${await o.text()}`)}},
|
|
26
|
-
`)){let n=r.match(/CA Issuers - URI:\s*(https?:\/\/\S+)/i);if(n?.[1])return n[1].trim()}return null}function hS(t,e,r){return new Promise((n,o)=>{let i=dr.connect({host:t,port:e,servername:t,rejectUnauthorized:!1},()=>{let s=i.getPeerCertificate(!0),a=new Set;for(;s?.issuerCertificate&&s.issuerCertificate!==s&&s.fingerprint256&&!a.has(s.fingerprint256);)a.add(s.fingerprint256),s=s.issuerCertificate;let c=s?.raw?new Wf(s.raw):null;i.end(),n(c)});i.on("error",o),i.setTimeout(r,()=>{i.destroy(),o(new Error("tls connect timeout"))})})}function el(t,e,r){return new Promise(n=>{let o=dr.connect({host:t,port:e,servername:t,rejectUnauthorized:!0},()=>{o.end(),n(!0)});o.on("error",()=>n(!1)),o.setTimeout(r,()=>{o.destroy(),n(!1)})})}async function gS(t){try{let e=await fetch(t);return e.ok?new Wf(Buffer.from(await e.arrayBuffer())):null}catch{return null}}function Xf(t,e=443,r=Yf){let n=`${t}:${e}`,o=Hf.get(n);if(o)return o;let i=yS(t,e,r).catch(s=>(r(`[tls] chain repair for ${t} failed: ${s instanceof Error?s.message:String(s)}`),!1));return Hf.set(n,i),i}async function yS(t,e,r){if(!qf)return!1;let n=8e3;if(await el(t,e,n))return!0;let o=await hS(t,e,n),i=dr.getCACertificates(),s=[];for(let a=0;a<4&&o&&o.subject!==o.issuer;a++){let c=mS(o);if(!c)break;let l=await gS(c);if(!l)break;if(s.push(l.toString()),dr.setDefaultCACertificates([...i,...s]),await el(t,e,n))return r(`[tls] completed certificate chain for ${t} via AIA (+${s.length} intermediate cert(s))`),!0;if(l.subject===l.issuer)break;o=l}return el(t,e,n)}var qf,Kf,Hf,Yf,Jf=E(()=>{"use strict";Je();qf=typeof dr.getCACertificates=="function"&&typeof dr.setDefaultCACertificates=="function",Kf=!1,Hf=new Map,Yf=t=>console.warn(t)});function tm(){let t=process.env.YOUTRACK_URL,e=process.env.YOUTRACK_TOKEN;return!t||!e?null:{baseUrl:t.replace(/\/$/,""),token:e}}async function wt(t,e,r){Vf();let n={Authorization:`Bearer ${t.token}`,Accept:"application/json"};r?.body&&(n["Content-Type"]="application/json");let o=t.baseUrl+e,i={...r,headers:{...n,...r?.headers??{}}};try{return await fetch(o,i)}catch(s){if(zf(s)&&await Xf(new URL(t.baseUrl).host))return await fetch(o,i);throw s}}function wS(t,e){return!!(t===429||t>=500||t===418&&/read-only|invalid_state/i.test(e))}function bS(){let t=Number(process.env.YOUTRACK_WRITE_RETRIES);return{attempts:Number.isFinite(t)&&t>=1?Math.floor(t):6,baseMs:1e3,capMs:15e3}}async function tl(t,e,r,n){let{attempts:o,baseMs:i,capMs:s}=bS(),a=null;for(let c=1;c<=o;c++){let l=null;try{l=await wt(t,r,n)}catch(u){a=new Error(`${e}: ${u instanceof Error?u.message:String(u)}`)}if(l){if(l.ok)return l;let u=await l.text();if(c<o&&wS(l.status,u)){await Zf(Math.min(s,i*2**(c-1)));continue}throw new Error(`${e}: ${l.status} ${u}`)}if(c<o){await Zf(Math.min(s,i*2**(c-1)));continue}throw a??new Error(`${e}: request failed`)}throw a??new Error(`${e}: request failed`)}async function pr(t){let e;try{e=await wt(t,"/api/users/me?fields=login,fullName")}catch(n){throw new Error(`cannot reach ${t.baseUrl} (${n instanceof Error?n.message:String(n)})`)}if(e.status===401)throw new Error("token rejected (401 \u2014 check the YouTrack PAT)");if(!e.ok)throw new Error(`YouTrack \u2192 ${e.status} ${e.statusText}`);let r=await e.json();return r.login??r.fullName??"ok"}async function rm(t){try{let e=await wt(t,"/api/users/me?fields=login");return e.ok?(await e.json()).login??void 0:void 0}catch{return}}async function kS(t,e,r,n){let o=`${e.split("-")[0]}:${n}:${r}`,i=Qf.get(o);if(i)return i;let s=await wt(t,`/api/issues/${encodeURIComponent(e)}?fields=customFields(name,projectCustomField(bundle(values(name,id))))`);if(!s.ok)throw new Error(`yt resolveStateId ${e}: ${s.status} ${await s.text()}`);let c=(await s.json()).customFields.find(u=>u.name===n);if(!c)throw new Error(`yt: issue ${e} has no ${n} custom field`);let l=c.projectCustomField.bundle.values.find(u=>u.name===r);if(!l)throw new Error(`yt: state "${r}" not found in ${n} bundle for ${e}`);return Qf.set(o,l.id),l.id}async function nm(t,e,r,n=Go){let o=await kS(t,e,r,n);await tl(t,`yt updateState ${e}`,`/api/issues/${encodeURIComponent(e)}?fields=idReadable`,{method:"POST",body:JSON.stringify({customFields:[{name:n,$type:"StateIssueCustomField",value:{id:o,$type:"StateBundleElement"}}]})})}async function om(t,e,r){return await(await tl(t,`yt addComment ${e}`,`/api/issues/${encodeURIComponent(e)}/comments?fields=id`,{method:"POST",body:JSON.stringify({text:r})})).json()}async function im(t,e,r){let n={};r.summary!==void 0&&(n.summary=r.summary),r.description!==void 0&&(n.description=r.description),await tl(t,`yt updateIssue ${e}`,`/api/issues/${encodeURIComponent(e)}?fields=idReadable`,{method:"POST",body:JSON.stringify(n)})}async function sm(t,e){let r=em.get(e);if(r)return r;let n=await wt(t,"/api/admin/projects?fields=id,shortName&$top=200");if(!n.ok)throw new Error(`yt resolveProjectId: ${n.status} ${await n.text()}`);let i=(await n.json()).find(s=>s.shortName===e);if(!i)throw new Error(`yt: project "${e}" not found in /api/admin/projects`);return em.set(e,i.id),i.id}async function am(t,e,r,n,o,i=Go){let s=await sm(t,e),a=await wt(t,"/api/issues?fields=id,idReadable",{method:"POST",body:JSON.stringify({project:{id:s},summary:r,description:n,customFields:[{name:i,$type:"StateIssueCustomField",value:{name:o,$type:"StateBundleElement"}}]})});if(!a.ok)throw new Error(`yt createIssue: ${a.status} ${await a.text()}`);let c=await a.json();return{id:c.id,key:c.idReadable}}async function cm(t,e,r,n){let o=r==="subtask_of"?`subtask of ${n}`:`depends on ${n}`,i=await wt(t,"/api/commands",{method:"POST",body:JSON.stringify({query:o,issues:[{idReadable:e}]})});if(!i.ok)throw new Error(`yt applyIssueLink (${o} on ${e}): ${i.status} ${await i.text()}`)}function dm(t){if(!t||t.length===0)return;let e=[];for(let r of t)!r.url||!r.name||e.push({id:r.id,name:r.name,url:r.url,...r.mimeType?{mimeType:r.mimeType}:{},...typeof r.size=="number"?{size:r.size}:{}});return e.length>0?e:void 0}async function pm(t,e){let r=e.startsWith("http")?e:t.baseUrl+e,n=await fetch(r,{headers:{Authorization:`Bearer ${t.token}`}});if(!n.ok)throw new Error(`yt downloadAttachment ${e}: ${n.status}`);return Buffer.from(await n.arrayBuffer())}async function fm(t,e){let r=e.stageField??Go,n=[`project: ${e.projectKey}`];if(e.columns&&e.columns.length>0){let c=e.columns.map(l=>`{${l}}`).join(", ");n.push(`${r}: ${c}`)}if(e.updatedSince){let c=new Date(e.updatedSince).toISOString().slice(0,10);n.push(`updated: ${c} .. *`)}e.assignee?n.push(`Assignee: {${e.assignee}}`):e.requireAnyAssignee&&n.push("has: Assignee");let o=n.join(" "),i=`/api/issues?query=${encodeURIComponent(o)}&fields=${um}&$top=200`,s=await wt(t,i);if(!s.ok)throw new Error(`yt listIssues: ${s.status} ${await s.text()}`);let a=await s.json();if(e.columns&&e.columns.length>0&&a.length>0&&!a.some(l=>(l.customFields??[]).some(u=>u.name===r))){let l=[...new Set((a[0]?.customFields??[]).map(u=>u.name).filter(u=>!!u))];throw new Error(`youtrack.stage_field "${r}" does not exist in project ${e.projectKey} \u2014 YouTrack ignored the status filter and would have returned unrelated issues. `+(l.length>0?`Fields on the issues: ${l.join(", ")}.`:"The issues carry no custom fields at all."))}return a.map(c=>gm(c,r))}async function mm(t,e,r=Go){let n=`/api/issues/${encodeURIComponent(e)}?fields=${um}`,o=await wt(t,n);if(o.status===404)return null;if(!o.ok)throw new Error(`yt getIssue ${e}: ${o.status} ${await o.text()}`);return gm(await o.json(),r)}async function hm(t,e,r){let n=`/api/issues/${encodeURIComponent(e)}/comments?fields=${$S}&$top=500`,o=await wt(t,n);if(!o.ok)throw new Error(`yt listComments ${e}: ${o.status} ${await o.text()}`);return(await o.json()).filter(s=>s.created>r).map(s=>{let a={id:s.id,issueId:e,author:s.author?.login??"unknown",body:s.text??"",createdAt:new Date(s.created).toISOString()},c=dm(s.attachments);return c&&(a.attachments=c),a})}function xS(t){if(!t||t.length===0)return;let e=[];for(let r of t){if(r.direction!=="INWARD")continue;let n=r.linkType?.name==="Depend"?"depends_on":r.linkType?.name==="Subtask"?"subtask":null;if(n)for(let o of r.issues??[])o.idReadable&&e.push({type:n,targetKey:o.idReadable})}return e.length>0?e:void 0}function gm(t,e=Go){let r=t.customFields??[],n=r.find(l=>l.name===e),o=r.find(l=>l.name==="Assignee"),i=r.find(l=>l.name==="Type"),s={id:t.id,key:t.idReadable,title:t.summary,status:n?.value?.name??"Unknown",updatedAt:t.updated?new Date(t.updated).toISOString():new Date().toISOString()};t.description&&(s.description=t.description),o?.value?.login&&(s.assignee=o.value.login),i?.value?.name&&(s.issueType=i.value.name),t.tags&&t.tags.length>0&&(s.tags=t.tags.map(l=>l.name));let a=dm(t.attachments);a&&(s.attachments=a);let c=xS(t.links);return c&&(s.links=c),s}async function ym(t,e){let r=await SS(t,e);return r.length>0?r:ES(t,e)}async function SS(t,e){let r=await sm(t,e),n=await wt(t,`/api/admin/projects/${encodeURIComponent(r)}/customFields?fields=$type,field(name),bundle(values(name,archived))&$top=100`);if(!n.ok)return[];let o=await n.json(),i=[];for(let s of o)s.$type==="StateProjectCustomField"&&s.field?.name&&i.push({name:s.field.name,values:wm(s.bundle)});return i}async function ES(t,e){let r=`project: ${e}`,n=await wt(t,`/api/issues?query=${encodeURIComponent(r)}&fields=customFields(name,$type,projectCustomField(bundle(values(name,archived))))&$top=1`);if(!n.ok)throw new Error(`yt fetchProjectStateFields ${e}: ${n.status} ${await n.text()}`);let o=await n.json(),i=[];for(let s of o[0]?.customFields??[])s.$type==="StateIssueCustomField"&&s.name&&i.push({name:s.name,values:wm(s.projectCustomField?.bundle)});return i}function wm(t){return(t?.values??[]).filter(e=>!!e.name&&e.archived!==!0).map(e=>e.name)}var Zf,Go,Qf,em,lm,vS,um,$S,zr=E(()=>{"use strict";Jf();Zf=t=>new Promise(e=>setTimeout(e,t));Go="Stage",Qf=new Map;em=new Map;lm="attachments(id,name,url,size,mimeType)",vS="links(direction,linkType(name),issues(idReadable))",um=`id,idReadable,summary,description,updated,customFields(name,value(name,login)),tags(name),${lm},${vS}`,$S=`id,text,created,author(login),${lm}`});function At(t){let e=t instanceof Error?t.message:String(t);return e.length>120?e.slice(0,117)+"\u2026":e}function Un(t){return t instanceof yt}async function bm(t,e){let r=X(t),n=[],o=[],i=()=>Date.now();if(e?.trackerProvider==="internal")n.push({name:"tracker",ok:!0,detail:"built-in tracker"});else if(r?.youtrack?.url&&r.youtrack.token)try{let c=await pr({baseUrl:r.youtrack.url,token:r.youtrack.token});n.push({name:"youtrack",ok:!0}),o.push({kind:"youtrack",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){n.push({name:"youtrack",ok:!1,detail:At(c)}),o.push({kind:"youtrack",present:!0,ok:!1,detail:At(c),checkedAt:i()})}else n.push({name:"youtrack",ok:!1,detail:"no YouTrack token"}),o.push({kind:"youtrack",present:!1,checkedAt:i()});let s=!1;if(r?.github?.token){s=!0;try{let c=await ar(r.github.token);n.push({name:"github",ok:!0}),o.push({kind:"github",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){Un(c)?(n.push({name:"github",ok:!0}),o.push({kind:"github",present:!0,detail:"check inconclusive",checkedAt:i()})):(n.push({name:"github",ok:!1,detail:At(c)}),o.push({kind:"github",present:!0,ok:!1,detail:At(c),checkedAt:i()}))}}else o.push({kind:"github",present:!1,checkedAt:i()});if(r?.bitbucket?.email&&r.bitbucket.apiToken){s=!0;try{let c=await cr(r.bitbucket.email,r.bitbucket.apiToken);n.push({name:"bitbucket",ok:!0}),o.push({kind:"bitbucket",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){Un(c)?(n.push({name:"bitbucket",ok:!0}),o.push({kind:"bitbucket",present:!0,detail:"check inconclusive",checkedAt:i()})):(n.push({name:"bitbucket",ok:!1,detail:At(c)}),o.push({kind:"bitbucket",present:!0,ok:!1,detail:At(c),checkedAt:i()}))}}else o.push({kind:"bitbucket",present:!1,checkedAt:i()});if(r?.gitlab?.token){s=!0;try{let c=await lr(r.gitlab.token);n.push({name:"gitlab",ok:!0}),o.push({kind:"gitlab",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){Un(c)?(n.push({name:"gitlab",ok:!0}),o.push({kind:"gitlab",present:!0,detail:"check inconclusive",checkedAt:i()})):(n.push({name:"gitlab",ok:!1,detail:At(c)}),o.push({kind:"gitlab",present:!0,ok:!1,detail:At(c),checkedAt:i()}))}}else o.push({kind:"gitlab",present:!1,checkedAt:i()});if(s||n.push({name:"git",ok:!1,detail:"no GitHub/Bitbucket/GitLab credentials"}),r?.github?.token){let c=r.github.token;for(let u of e?.repos??[])if(u.host==="github")try{await es(c,u.owner,u.repoName),n.push({name:`repo:${u.name}`,ok:!0})}catch(p){Un(p)?n.push({name:`repo:${u.name}`,ok:!0,detail:"check inconclusive"}):n.push({name:`repo:${u.name}`,ok:!1,detail:At(p)})}let l=e?.contextRepo;if(l?.host==="github")try{await es(c,l.owner,l.name),n.push({name:"context-repo",ok:!0})}catch(u){Un(u)?n.push({name:"context-repo",ok:!0,detail:"check inconclusive"}):n.push({name:"context-repo",ok:!1,detail:At(u)})}}if(r?.contextWrite?.token){let c=e?.contextRepo;if(c?.host==="github")try{await es(r.contextWrite.token,c.owner,c.name),o.push({kind:"contextWrite",present:!0,ok:!0,checkedAt:i()})}catch(l){Un(l)?o.push({kind:"contextWrite",present:!0,detail:"check inconclusive",checkedAt:i()}):o.push({kind:"contextWrite",present:!0,ok:!1,detail:At(l),checkedAt:i()})}else o.push({kind:"contextWrite",present:!0,detail:"not live-checked",checkedAt:i()})}else o.push({kind:"contextWrite",present:!1,checkedAt:i()});let a=Ln(t);if(!a)n.push({name:"claude",ok:!0,detail:"no project token \u2014 using the runner's own Claude login"}),o.push({kind:"claude",present:!1,checkedAt:i()});else if(process.env.CLI_READINESS_CLAUDE_LIVE==="0")n.push({name:"claude",ok:!0}),o.push({kind:"claude",present:!0,detail:"not live-checked",checkedAt:i()});else{let c=await er(a);if(c==="invalid"){let l="Claude refused this token \u2014 refresh it with `claude setup-token`";n.push({name:"claude",ok:!1,detail:l}),o.push({kind:"claude",present:!0,ok:!1,detail:l,checkedAt:i()})}else n.push({name:"claude",ok:!0}),o.push({kind:"claude",present:!0,...c==="valid"?{ok:!0}:{detail:"check inconclusive"},checkedAt:i()})}return{ready:n.every(c=>c.ok),checks:n,creds:o,checkedAt:Date.now()}}async function er(t){let e=new AbortController,r=setTimeout(()=>e.abort(),8e3);try{let n=await fetch("https://api.anthropic.com/v1/messages",{method:"POST",headers:{Authorization:`Bearer ${t}`,"anthropic-version":"2023-06-01","anthropic-beta":"oauth-2025-04-20","content-type":"application/json"},body:JSON.stringify({model:RS,max_tokens:1,messages:[{role:"user",content:"hi"}]}),signal:e.signal});return n.status===200?"valid":n.status===401||n.status===403?"invalid":"inconclusive"}catch{return"inconclusive"}finally{clearTimeout(r)}}async function km(t){let e=new AbortController,r=setTimeout(()=>e.abort(),5e3);try{let n=await fetch("https://api.anthropic.com/v1/models?limit=1000",{headers:{Authorization:`Bearer ${t}`,"anthropic-version":"2023-06-01","anthropic-beta":"oauth-2025-04-20"},signal:e.signal});if(n.status!==200)return null;let i=(await n.json())?.data;if(!Array.isArray(i))return null;let s=[];for(let a of i){let c=a?.id;if(typeof c!="string"||c.trim().length===0)continue;let l=a?.created_at;s.push({id:c,...typeof l=="string"?{createdAt:l}:{}})}return s}catch{return null}finally{clearTimeout(r)}}var RS,Bn=E(()=>{"use strict";de();Qt();zr();RS="claude-haiku-4-5-20251001"});import TS from"node:http";import rl from"node:crypto";function rs(){let t=nl(rl.randomBytes(32)),e=nl(rl.createHash("sha256").update(t).digest()),r=nl(rl.randomBytes(32));return{verifier:t,challenge:e,state:r}}function il(t){let e=new URL(IS);return e.search=new URLSearchParams({response_type:"code",client_id:vm,redirect_uri:t.redirectUri,scope:PS,state:t.state,code_challenge:t.challenge,code_challenge_method:"S256"}).toString(),e.toString()}function _S(t,e){let r=t.get("error");if(r)throw new Error(`oauth-error: ${r}`);if(t.get("state")!==e)throw new Error("state-mismatch");let n=t.get("code");if(!n)throw new Error("no-code");return n}function $m(t,e){let[r,n]=t.trim().split("#");if(!r)throw new Error("no-code");if(n!==void 0&&n!==e)throw new Error("state-mismatch");return r}function jS(t){let e=t,r=e?.access_token;if(!r||typeof r!="string")throw new Error(`no access_token in response: ${JSON.stringify(t)}`);return{oauthToken:r,...typeof e.refresh_token=="string"?{refreshToken:e.refresh_token}:{},...typeof e.expires_in=="number"?{expiresIn:e.expires_in}:{}}}async function sl(t){let e=await fetch(CS,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({grant_type:"authorization_code",code:t.code,state:t.state,redirect_uri:t.redirectUri,client_id:vm,code_verifier:t.verifier})});if(!e.ok)throw new Error(`token endpoint ${e.status}: ${await e.text()}`);return jS(await e.json())}async function al(t){let e=t.timeoutMs??AS,r=TS.createServer();await new Promise(l=>r.listen(0,"127.0.0.1",l));let o=`http://localhost:${r.address().port}/callback`,i=il({redirectUri:o,challenge:t.challenge,state:t.state}),s,a=new Promise((l,u)=>{s=setTimeout(()=>u(new Error("no-callback")),e),r.on("request",(p,d)=>{let f=new URL(p.url??"/",o);if(f.pathname!=="/callback"){d.statusCode=404,d.end();return}clearTimeout(s),d.setHeader("content-type","text/html"),d.end("<h3>Authorized \u2014 you can close this tab.</h3>");try{l(_S(f.searchParams,t.state))}catch(m){u(m)}})});a.catch(()=>{});let c;return{authUrl:i,redirectUri:o,waitForToken(){return c||(c=a.then(l=>sl({code:l,verifier:t.verifier,state:t.state,redirectUri:o})),c.catch(()=>{})),c},close(){clearTimeout(s),r.close()}}}async function xm(t){let e=await al(t);try{return t.openUrl(e.authUrl),t.log("Opening your browser to authorize Claude\u2026"),t.log(`If it didn't open, visit:
|
|
27
|
-
${e.authUrl}`),t.log(`Waiting for the redirect on ${e.redirectUri} \u2026`),await e.waitForToken()}finally{e.close()}}var
|
|
28
|
-
`)){let c=a.trim();if(c)try{let l=JSON.parse(c);if(typeof l.id!="string")continue;o.has(l.id)||o.set(l.id,{raw:c,createdAt:typeof l.createdAt=="string"?l.createdAt:""})}catch{}}let i=[...o.values()].sort((s,a)=>s.createdAt.localeCompare(a.createdAt)).map(s=>s.raw);
|
|
28
|
+
`),16e3)}catch{return}}async mergePR(e,r,n,o){let i=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}/merge`,{method:"PUT",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({merge_method:n})});if(!i.ok)throw new Error(`github merge PR #${r}: ${i.status} ${await i.text()}`);let s=await i.json().catch(()=>null);if(o){let a=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,{headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(a.ok){let l=(await a.json()).head?.ref;l&&await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/git/refs/heads/${l}`,{method:"DELETE",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}}).catch(()=>{})}}return s?.sha?{mergedSha:s.sha}:{}}async addPRComment(e,r,n){let o=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/issues/${r}/comments`,{method:"POST",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({body:n})});if(!o.ok)throw new Error(`github comment PR #${r}: ${o.status} ${await o.text()}`)}async addPRInlineComment(e,r,n,o,i){let s={Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"},a=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,{headers:s});if(!a.ok)throw new Error(`github PR #${r}: ${a.status} ${await a.text()}`);let c=(await a.json()).head?.sha;if(!c)throw new Error(`github PR #${r}: no head sha`);let l=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}/comments`,{method:"POST",headers:{...s,"Content-Type":"application/json"},body:JSON.stringify({body:i,commit_id:c,path:n,line:o,side:"RIGHT"})});if(!l.ok)throw new Error(`github inline comment PR #${r} ${n}:${o}: ${l.status} ${await l.text()}`)}async closePR(e,r,n){n&&n.length>0&&await this.addPRComment(e,r,n);let o=await fetch(`https://api.github.com/repos/${e.owner}/${e.repoName}/pulls/${r}`,{method:"PATCH",headers:{Authorization:`Bearer ${this.token}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","Content-Type":"application/json","User-Agent":"codepipe-cli"},body:JSON.stringify({state:"closed"})});if(!o.ok)throw new Error(`github close PR #${r}: ${o.status} ${await o.text()}`)}},al=class{constructor(e){this.token=e}name="gitlab";pid(e){return encodeURIComponent(`${e.owner}/${e.repoName}`)}headers(e=!1){let r={"PRIVATE-TOKEN":this.token,"User-Agent":"codepipe-cli"};return e&&(r["Content-Type"]="application/json"),r}async createPullRequest(e,r){let n=await fetch(`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests`,{method:"POST",headers:this.headers(!0),body:JSON.stringify({source_branch:r.branchName,target_branch:r.baseBranch,title:r.title,description:r.body})});if(!n.ok)throw new Error(`gitlab mr create: ${n.status} ${await n.text()}`);let o=await n.json();return{url:o.web_url??"",number:o.iid}}async findOpenPrByBranch(e,r){let n=await fetch(`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests?state=opened&source_branch=${encodeURIComponent(r)}`,{headers:this.headers()});if(!n.ok)return null;let i=(await n.json())[0];return i?{url:i.web_url??"",number:i.iid}:null}async getPullRequest(e,r){let n=`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests/${r}`,o=await fetch(n,{method:"GET",headers:this.headers()});if(o.status===404)throw new en(`GitLab MR not found: ${e.owner}/${e.repoName}!${r}`);if(o.status>=400)throw new Error(`gitlab GET merge_requests/${r} \u2192 ${o.status} ${await o.text()}`);let i=await o.json();if(i.state==="merged")return{state:"merged",merged:!0,ci:"none",mergeable:"unknown"};if(i.state==="closed"||i.state==="locked")return{state:"closed",merged:!1,ci:"none",mergeable:"unknown"};let s=_S(i.head_pipeline?.status??i.pipeline?.status),a=i.merge_status==="cannot_be_merged"||i.has_conflicts===!0?"conflict":i.merge_status==="can_be_merged"&&i.blocking_discussions_resolved!==!1?"mergeable":"unknown";return{state:"open",merged:!1,ci:s,mergeable:a}}async mergePR(e,r,n,o){let i=`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests/${r}`,s,a=await fetch(i,{headers:this.headers()});if(a.ok){let u=await a.json().catch(()=>null);s=u?.sha??u?.diff_refs?.head_sha}let c=await fetch(`${i}/merge`,{method:"PUT",headers:this.headers(!0),body:JSON.stringify({squash:n==="squash",should_remove_source_branch:o,...s?{sha:s}:{}})});if(!c.ok)throw new Error(`gitlab merge MR !${r}: ${c.status} ${await c.text()}`);let l=await c.json().catch(()=>null);return l?.merge_commit_sha?{mergedSha:l.merge_commit_sha}:{}}async addPRComment(e,r,n){let o=await fetch(`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests/${r}/notes`,{method:"POST",headers:this.headers(!0),body:JSON.stringify({body:n})});if(!o.ok)throw new Error(`gitlab comment MR !${r}: ${o.status} ${await o.text()}`)}async addPRInlineComment(e,r,n,o,i){let s=await fetch(`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests/${r}`,{headers:this.headers(!1)});if(!s.ok)throw new Error(`gitlab MR !${r}: ${s.status} ${await s.text()}`);let a=(await s.json()).diff_refs;if(!a?.base_sha||!a.head_sha||!a.start_sha)throw new Error(`gitlab MR !${r}: no diff refs`);let c=await fetch(`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests/${r}/discussions`,{method:"POST",headers:this.headers(!0),body:JSON.stringify({body:i,position:{position_type:"text",new_path:n,new_line:o,base_sha:a.base_sha,head_sha:a.head_sha,start_sha:a.start_sha}})});if(!c.ok)throw new Error(`gitlab inline comment MR !${r} ${n}:${o}: ${c.status} ${await c.text()}`)}async closePR(e,r,n){n&&n.length>0&&await this.addPRComment(e,r,n);let o=await fetch(`https://gitlab.com/api/v4/projects/${this.pid(e)}/merge_requests/${r}`,{method:"PUT",headers:this.headers(!0),body:JSON.stringify({state_event:"close"})});if(!o.ok)throw new Error(`gitlab close MR !${r}: ${o.status} ${await o.text()}`)}};cl=class{name="mock";async createPullRequest(e,r){let n=Math.floor(Math.random()*9e3)+1e3;return{url:`https://example.com/${e.owner}/${e.repoName}/pull-requests/${n}`,number:n}}async getPullRequest(e,r){return{state:"open",merged:!1,ci:"none",mergeable:"unknown"}}async mergePR(e,r,n,o){throw new Error(ol(e,r,"merge"))}async closePR(e,r,n){throw new Error(ol(e,r,"close"))}async addPRComment(e,r,n){throw new Error(ol(e,r,"comment"))}}});import{X509Certificate as tm}from"node:crypto";import{readFileSync as PS}from"node:fs";import gr from"node:tls";function jS(t){return t.match(/-----BEGIN CERTIFICATE-----[\s\S]*?-----END CERTIFICATE-----/g)??[]}function om(t=nm){if(Qf)return;Qf=!0;let e=te("EXTRA_CA_FILE");if(!(!e||!rm))try{let r=jS(PS(e,"utf8"));if(r.length===0){t(`[tls] CODEPIPE_EXTRA_CA_FILE ${e} has no PEM certificates \u2014 ignored`);return}gr.setDefaultCACertificates([...gr.getCACertificates(),...r]),t(`[tls] trusting ${r.length} extra CA cert(s) from ${e}`)}catch(r){t(`[tls] failed to load CODEPIPE_EXTRA_CA_FILE ${e}: ${r instanceof Error?r.message:String(r)}`)}}function im(t){let e=t&&typeof t=="object"&&"cause"in t?t.cause?.code:void 0;return e==="UNABLE_TO_VERIFY_LEAF_SIGNATURE"||e==="UNABLE_TO_GET_ISSUER_CERT_LOCALLY"||e==="UNABLE_TO_GET_ISSUER_CERT"}function NS(t){let e=t.infoAccess;if(!e)return null;for(let r of e.split(`
|
|
29
|
+
`)){let n=r.match(/CA Issuers - URI:\s*(https?:\/\/\S+)/i);if(n?.[1])return n[1].trim()}return null}function OS(t,e,r){return new Promise((n,o)=>{let i=gr.connect({host:t,port:e,servername:t,rejectUnauthorized:!1},()=>{let s=i.getPeerCertificate(!0),a=new Set;for(;s?.issuerCertificate&&s.issuerCertificate!==s&&s.fingerprint256&&!a.has(s.fingerprint256);)a.add(s.fingerprint256),s=s.issuerCertificate;let c=s?.raw?new tm(s.raw):null;i.end(),n(c)});i.on("error",o),i.setTimeout(r,()=>{i.destroy(),o(new Error("tls connect timeout"))})})}function ll(t,e,r){return new Promise(n=>{let o=gr.connect({host:t,port:e,servername:t,rejectUnauthorized:!0},()=>{o.end(),n(!0)});o.on("error",()=>n(!1)),o.setTimeout(r,()=>{o.destroy(),n(!1)})})}async function LS(t){try{let e=await fetch(t);return e.ok?new tm(Buffer.from(await e.arrayBuffer())):null}catch{return null}}function sm(t,e=443,r=nm){let n=`${t}:${e}`,o=em.get(n);if(o)return o;let i=MS(t,e,r).catch(s=>(r(`[tls] chain repair for ${t} failed: ${s instanceof Error?s.message:String(s)}`),!1));return em.set(n,i),i}async function MS(t,e,r){if(!rm)return!1;let n=8e3;if(await ll(t,e,n))return!0;let o=await OS(t,e,n),i=gr.getCACertificates(),s=[];for(let a=0;a<4&&o&&o.subject!==o.issuer;a++){let c=NS(o);if(!c)break;let l=await LS(c);if(!l)break;if(s.push(l.toString()),gr.setDefaultCACertificates([...i,...s]),await ll(t,e,n))return r(`[tls] completed certificate chain for ${t} via AIA (+${s.length} intermediate cert(s))`),!0;if(l.subject===l.issuer)break;o=l}return ll(t,e,n)}var rm,Qf,em,nm,am=x(()=>{"use strict";Qe();rm=typeof gr.getCACertificates=="function"&&typeof gr.setDefaultCACertificates=="function",Qf=!1,em=new Map,nm=t=>console.warn(t)});function dm(){let t=process.env.YOUTRACK_URL,e=process.env.YOUTRACK_TOKEN;return!t||!e?null:{baseUrl:t.replace(/\/$/,""),token:e}}async function kt(t,e,r){om();let n={Authorization:`Bearer ${t.token}`,Accept:"application/json"};r?.body&&(n["Content-Type"]="application/json");let o=t.baseUrl+e,i={...r,headers:{...n,...r?.headers??{}}};try{return await fetch(o,i)}catch(s){if(im(s)&&await sm(new URL(t.baseUrl).host))return await fetch(o,i);throw s}}function DS(t,e){return!!(t===429||t>=500||t===418&&/read-only|invalid_state/i.test(e))}function US(){let t=Number(process.env.YOUTRACK_WRITE_RETRIES);return{attempts:Number.isFinite(t)&&t>=1?Math.floor(t):6,baseMs:1e3,capMs:15e3}}async function ul(t,e,r,n){let{attempts:o,baseMs:i,capMs:s}=US(),a=null;for(let c=1;c<=o;c++){let l=null;try{l=await kt(t,r,n)}catch(u){a=new Error(`${e}: ${u instanceof Error?u.message:String(u)}`)}if(l){if(l.ok)return l;let u=await l.text();if(c<o&&DS(l.status,u)){await cm(Math.min(s,i*2**(c-1)));continue}throw new Error(`${e}: ${l.status} ${u}`)}if(c<o){await cm(Math.min(s,i*2**(c-1)));continue}throw a??new Error(`${e}: request failed`)}throw a??new Error(`${e}: request failed`)}async function yr(t){let e;try{e=await kt(t,"/api/users/me?fields=login,fullName")}catch(n){throw new Error(`cannot reach ${t.baseUrl} (${n instanceof Error?n.message:String(n)})`)}if(e.status===401)throw new Error("token rejected (401 \u2014 check the YouTrack PAT)");if(!e.ok)throw new Error(`YouTrack \u2192 ${e.status} ${e.statusText}`);let r=await e.json();return r.login??r.fullName??"ok"}async function pm(t){try{let e=await kt(t,"/api/users/me?fields=login");return e.ok?(await e.json()).login??void 0:void 0}catch{return}}async function BS(t,e,r,n){let o=`${e.split("-")[0]}:${n}:${r}`,i=lm.get(o);if(i)return i;let s=await kt(t,`/api/issues/${encodeURIComponent(e)}?fields=customFields(name,projectCustomField(bundle(values(name,id))))`);if(!s.ok)throw new Error(`yt resolveStateId ${e}: ${s.status} ${await s.text()}`);let c=(await s.json()).customFields.find(u=>u.name===n);if(!c)throw new Error(`yt: issue ${e} has no ${n} custom field`);let l=c.projectCustomField.bundle.values.find(u=>u.name===r);if(!l)throw new Error(`yt: state "${r}" not found in ${n} bundle for ${e}`);return lm.set(o,l.id),l.id}async function fm(t,e,r,n=Yo){let o=await BS(t,e,r,n);await ul(t,`yt updateState ${e}`,`/api/issues/${encodeURIComponent(e)}?fields=idReadable`,{method:"POST",body:JSON.stringify({customFields:[{name:n,$type:"StateIssueCustomField",value:{id:o,$type:"StateBundleElement"}}]})})}async function mm(t,e,r){return await(await ul(t,`yt addComment ${e}`,`/api/issues/${encodeURIComponent(e)}/comments?fields=id`,{method:"POST",body:JSON.stringify({text:r})})).json()}async function hm(t,e,r){let n={};r.summary!==void 0&&(n.summary=r.summary),r.description!==void 0&&(n.description=r.description),await ul(t,`yt updateIssue ${e}`,`/api/issues/${encodeURIComponent(e)}?fields=idReadable`,{method:"POST",body:JSON.stringify(n)})}async function gm(t,e){let r=um.get(e);if(r)return r;let n=await kt(t,"/api/admin/projects?fields=id,shortName&$top=200");if(!n.ok)throw new Error(`yt resolveProjectId: ${n.status} ${await n.text()}`);let i=(await n.json()).find(s=>s.shortName===e);if(!i)throw new Error(`yt: project "${e}" not found in /api/admin/projects`);return um.set(e,i.id),i.id}async function ym(t,e,r,n,o,i=Yo){let s=await gm(t,e),a=await kt(t,"/api/issues?fields=id,idReadable",{method:"POST",body:JSON.stringify({project:{id:s},summary:r,description:n,customFields:[{name:i,$type:"StateIssueCustomField",value:{name:o,$type:"StateBundleElement"}}]})});if(!a.ok)throw new Error(`yt createIssue: ${a.status} ${await a.text()}`);let c=await a.json();return{id:c.id,key:c.idReadable}}async function wm(t,e,r,n){let o=r==="subtask_of"?`subtask of ${n}`:`depends on ${n}`,i=await kt(t,"/api/commands",{method:"POST",body:JSON.stringify({query:o,issues:[{idReadable:e}]})});if(!i.ok)throw new Error(`yt applyIssueLink (${o} on ${e}): ${i.status} ${await i.text()}`)}function vm(t){if(!t||t.length===0)return;let e=[];for(let r of t)!r.url||!r.name||e.push({id:r.id,name:r.name,url:r.url,...r.mimeType?{mimeType:r.mimeType}:{},...typeof r.size=="number"?{size:r.size}:{}});return e.length>0?e:void 0}async function $m(t,e){let r=e.startsWith("http")?e:t.baseUrl+e,n=await fetch(r,{headers:{Authorization:`Bearer ${t.token}`}});if(!n.ok)throw new Error(`yt downloadAttachment ${e}: ${n.status}`);return Buffer.from(await n.arrayBuffer())}async function xm(t,e){let r=e.stageField??Yo,n=[`project: ${e.projectKey}`];if(e.columns&&e.columns.length>0){let c=e.columns.map(l=>`{${l}}`).join(", ");n.push(`${r}: ${c}`)}if(e.updatedSince){let c=new Date(e.updatedSince).toISOString().slice(0,10);n.push(`updated: ${c} .. *`)}e.assignee?n.push(`Assignee: {${e.assignee}}`):e.requireAnyAssignee&&n.push("has: Assignee");let o=n.join(" "),i=`/api/issues?query=${encodeURIComponent(o)}&fields=${km}&$top=200`,s=await kt(t,i);if(!s.ok)throw new Error(`yt listIssues: ${s.status} ${await s.text()}`);let a=await s.json();if(e.columns&&e.columns.length>0&&a.length>0&&!a.some(l=>(l.customFields??[]).some(u=>u.name===r))){let l=[...new Set((a[0]?.customFields??[]).map(u=>u.name).filter(u=>!!u))];throw new Error(`youtrack.stage_field "${r}" does not exist in project ${e.projectKey} \u2014 YouTrack ignored the status filter and would have returned unrelated issues. `+(l.length>0?`Fields on the issues: ${l.join(", ")}.`:"The issues carry no custom fields at all."))}return a.map(c=>Tm(c,r))}async function Sm(t,e,r=Yo){let n=`/api/issues/${encodeURIComponent(e)}?fields=${km}`,o=await kt(t,n);if(o.status===404)return null;if(!o.ok)throw new Error(`yt getIssue ${e}: ${o.status} ${await o.text()}`);return Tm(await o.json(),r)}async function Em(t,e,r){let n=`/api/issues/${encodeURIComponent(e)}/comments?fields=${GS}&$top=500`,o=await kt(t,n);if(!o.ok)throw new Error(`yt listComments ${e}: ${o.status} ${await o.text()}`);return(await o.json()).filter(s=>s.created>r).map(s=>{let a={id:s.id,issueId:e,author:s.author?.login??"unknown",body:s.text??"",createdAt:new Date(s.created).toISOString()},c=vm(s.attachments);return c&&(a.attachments=c),a})}function KS(t){if(!t||t.length===0)return;let e=[];for(let r of t){if(r.direction!=="INWARD")continue;let n=r.linkType?.name==="Depend"?"depends_on":r.linkType?.name==="Subtask"?"subtask":null;if(n)for(let o of r.issues??[])o.idReadable&&e.push({type:n,targetKey:o.idReadable})}return e.length>0?e:void 0}function Tm(t,e=Yo){let r=t.customFields??[],n=r.find(l=>l.name===e),o=r.find(l=>l.name==="Assignee"),i=r.find(l=>l.name==="Type"),s={id:t.id,key:t.idReadable,title:t.summary,status:n?.value?.name??"Unknown",updatedAt:t.updated?new Date(t.updated).toISOString():new Date().toISOString()};t.description&&(s.description=t.description),o?.value?.login&&(s.assignee=o.value.login),i?.value?.name&&(s.issueType=i.value.name),t.tags&&t.tags.length>0&&(s.tags=t.tags.map(l=>l.name));let a=vm(t.attachments);a&&(s.attachments=a);let c=KS(t.links);return c&&(s.links=c),s}async function Im(t,e){let r=await HS(t,e);return r.length>0?r:WS(t,e)}async function HS(t,e){let r=await gm(t,e),n=await kt(t,`/api/admin/projects/${encodeURIComponent(r)}/customFields?fields=$type,field(name),bundle(values(name,archived))&$top=100`);if(!n.ok)return[];let o=await n.json(),i=[];for(let s of o)s.$type==="StateProjectCustomField"&&s.field?.name&&i.push({name:s.field.name,values:Rm(s.bundle)});return i}async function WS(t,e){let r=`project: ${e}`,n=await kt(t,`/api/issues?query=${encodeURIComponent(r)}&fields=customFields(name,$type,projectCustomField(bundle(values(name,archived))))&$top=1`);if(!n.ok)throw new Error(`yt fetchProjectStateFields ${e}: ${n.status} ${await n.text()}`);let o=await n.json(),i=[];for(let s of o[0]?.customFields??[])s.$type==="StateIssueCustomField"&&s.name&&i.push({name:s.name,values:Rm(s.projectCustomField?.bundle)});return i}function Rm(t){return(t?.values??[]).filter(e=>!!e.name&&e.archived!==!0).map(e=>e.name)}var cm,Yo,lm,um,bm,FS,km,GS,rn=x(()=>{"use strict";am();cm=t=>new Promise(e=>setTimeout(e,t));Yo="Stage",lm=new Map;um=new Map;bm="attachments(id,name,url,size,mimeType)",FS="links(direction,linkType(name),issues(idReadable))",km=`id,idReadable,summary,description,updated,customFields(name,value(name,login)),tags(name),${bm},${FS}`,GS=`id,text,created,author(login),${bm}`});function jt(t){let e=t instanceof Error?t.message:String(t);return e.length>120?e.slice(0,117)+"\u2026":e}function Gn(t){return t instanceof bt}async function Cm(t,e){let r=J(t),n=[],o=[],i=()=>Date.now();if(e?.trackerProvider==="internal")n.push({name:"tracker",ok:!0,detail:"built-in tracker"});else if(r?.youtrack?.url&&r.youtrack.token)try{let c=await yr({baseUrl:r.youtrack.url,token:r.youtrack.token});n.push({name:"youtrack",ok:!0}),o.push({kind:"youtrack",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){n.push({name:"youtrack",ok:!1,detail:jt(c)}),o.push({kind:"youtrack",present:!0,ok:!1,detail:jt(c),checkedAt:i()})}else n.push({name:"youtrack",ok:!1,detail:"no YouTrack token"}),o.push({kind:"youtrack",present:!1,checkedAt:i()});let s=!1;if(r?.github?.token){s=!0;try{let c=await pr(r.github.token);n.push({name:"github",ok:!0}),o.push({kind:"github",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){Gn(c)?(n.push({name:"github",ok:!0}),o.push({kind:"github",present:!0,detail:"check inconclusive",checkedAt:i()})):(n.push({name:"github",ok:!1,detail:jt(c)}),o.push({kind:"github",present:!0,ok:!1,detail:jt(c),checkedAt:i()}))}}else o.push({kind:"github",present:!1,checkedAt:i()});if(r?.bitbucket?.email&&r.bitbucket.apiToken){s=!0;try{let c=await fr(r.bitbucket.email,r.bitbucket.apiToken);n.push({name:"bitbucket",ok:!0}),o.push({kind:"bitbucket",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){Gn(c)?(n.push({name:"bitbucket",ok:!0}),o.push({kind:"bitbucket",present:!0,detail:"check inconclusive",checkedAt:i()})):(n.push({name:"bitbucket",ok:!1,detail:jt(c)}),o.push({kind:"bitbucket",present:!0,ok:!1,detail:jt(c),checkedAt:i()}))}}else o.push({kind:"bitbucket",present:!1,checkedAt:i()});if(r?.gitlab?.token){s=!0;try{let c=await mr(r.gitlab.token);n.push({name:"gitlab",ok:!0}),o.push({kind:"gitlab",present:!0,ok:!0,identity:c,checkedAt:i()})}catch(c){Gn(c)?(n.push({name:"gitlab",ok:!0}),o.push({kind:"gitlab",present:!0,detail:"check inconclusive",checkedAt:i()})):(n.push({name:"gitlab",ok:!1,detail:jt(c)}),o.push({kind:"gitlab",present:!0,ok:!1,detail:jt(c),checkedAt:i()}))}}else o.push({kind:"gitlab",present:!1,checkedAt:i()});if(s||n.push({name:"git",ok:!1,detail:"no GitHub/Bitbucket/GitLab credentials"}),r?.github?.token){let c=r.github.token;for(let u of e?.repos??[])if(u.host==="github")try{await ss(c,u.owner,u.repoName),n.push({name:`repo:${u.name}`,ok:!0})}catch(p){Gn(p)?n.push({name:`repo:${u.name}`,ok:!0,detail:"check inconclusive"}):n.push({name:`repo:${u.name}`,ok:!1,detail:jt(p)})}let l=e?.contextRepo;if(l?.host==="github")try{await ss(c,l.owner,l.name),n.push({name:"context-repo",ok:!0})}catch(u){Gn(u)?n.push({name:"context-repo",ok:!0,detail:"check inconclusive"}):n.push({name:"context-repo",ok:!1,detail:jt(u)})}}if(r?.contextWrite?.token){let c=e?.contextRepo;if(c?.host==="github")try{await ss(r.contextWrite.token,c.owner,c.name),o.push({kind:"contextWrite",present:!0,ok:!0,checkedAt:i()})}catch(l){Gn(l)?o.push({kind:"contextWrite",present:!0,detail:"check inconclusive",checkedAt:i()}):o.push({kind:"contextWrite",present:!0,ok:!1,detail:jt(l),checkedAt:i()})}else o.push({kind:"contextWrite",present:!0,detail:"not live-checked",checkedAt:i()})}else o.push({kind:"contextWrite",present:!1,checkedAt:i()});let a=Un(t);if(!a)n.push({name:"claude",ok:!0,detail:"no project token \u2014 using the runner's own Claude login"}),o.push({kind:"claude",present:!1,checkedAt:i()});else if(process.env.CLI_READINESS_CLAUDE_LIVE==="0")n.push({name:"claude",ok:!0}),o.push({kind:"claude",present:!0,detail:"not live-checked",checkedAt:i()});else{let c=await or(a);if(c==="invalid"){let l="Claude refused this token \u2014 refresh it with `claude setup-token`";n.push({name:"claude",ok:!1,detail:l}),o.push({kind:"claude",present:!0,ok:!1,detail:l,checkedAt:i()})}else n.push({name:"claude",ok:!0}),o.push({kind:"claude",present:!0,...c==="valid"?{ok:!0}:{detail:"check inconclusive"},checkedAt:i()})}return{ready:n.every(c=>c.ok),checks:n,creds:o,checkedAt:Date.now()}}async function or(t){let e=new AbortController,r=setTimeout(()=>e.abort(),8e3);try{let n=await fetch("https://api.anthropic.com/v1/messages",{method:"POST",headers:{Authorization:`Bearer ${t}`,"anthropic-version":"2023-06-01","anthropic-beta":"oauth-2025-04-20","content-type":"application/json"},body:JSON.stringify({model:qS,max_tokens:1,messages:[{role:"user",content:"hi"}]}),signal:e.signal});return n.status===200?"valid":n.status===401||n.status===403?"invalid":"inconclusive"}catch{return"inconclusive"}finally{clearTimeout(r)}}async function Am(t){let e=new AbortController,r=setTimeout(()=>e.abort(),5e3);try{let n=await fetch("https://api.anthropic.com/v1/models?limit=1000",{headers:{Authorization:`Bearer ${t}`,"anthropic-version":"2023-06-01","anthropic-beta":"oauth-2025-04-20"},signal:e.signal});if(n.status!==200)return null;let i=(await n.json())?.data;if(!Array.isArray(i))return null;let s=[];for(let a of i){let c=a?.id;if(typeof c!="string"||c.trim().length===0)continue;let l=a?.created_at;s.push({id:c,...typeof l=="string"?{createdAt:l}:{}})}return s}catch{return null}finally{clearTimeout(r)}}var qS,Kn=x(()=>{"use strict";fe();nr();rn();qS="claude-haiku-4-5-20251001"});import YS from"node:http";import dl from"node:crypto";function cs(){let t=pl(dl.randomBytes(32)),e=pl(dl.createHash("sha256").update(t).digest()),r=pl(dl.randomBytes(32));return{verifier:t,challenge:e,state:r}}function ml(t){let e=new URL(VS);return e.search=new URLSearchParams({response_type:"code",client_id:_m,redirect_uri:t.redirectUri,scope:XS,state:t.state,code_challenge:t.challenge,code_challenge_method:"S256"}).toString(),e.toString()}function ZS(t,e){let r=t.get("error");if(r)throw new Error(`oauth-error: ${r}`);if(t.get("state")!==e)throw new Error("state-mismatch");let n=t.get("code");if(!n)throw new Error("no-code");return n}function Pm(t,e){let[r,n]=t.trim().split("#");if(!r)throw new Error("no-code");if(n!==void 0&&n!==e)throw new Error("state-mismatch");return r}function QS(t){let e=t,r=e?.access_token;if(!r||typeof r!="string")throw new Error(`no access_token in response: ${JSON.stringify(t)}`);return{oauthToken:r,...typeof e.refresh_token=="string"?{refreshToken:e.refresh_token}:{},...typeof e.expires_in=="number"?{expiresIn:e.expires_in}:{}}}async function hl(t){let e=await fetch(zS,{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({grant_type:"authorization_code",code:t.code,state:t.state,redirect_uri:t.redirectUri,client_id:_m,code_verifier:t.verifier})});if(!e.ok)throw new Error(`token endpoint ${e.status}: ${await e.text()}`);return QS(await e.json())}async function gl(t){let e=t.timeoutMs??JS,r=YS.createServer();await new Promise(l=>r.listen(0,"127.0.0.1",l));let o=`http://localhost:${r.address().port}/callback`,i=ml({redirectUri:o,challenge:t.challenge,state:t.state}),s,a=new Promise((l,u)=>{s=setTimeout(()=>u(new Error("no-callback")),e),r.on("request",(p,d)=>{let f=new URL(p.url??"/",o);if(f.pathname!=="/callback"){d.statusCode=404,d.end();return}clearTimeout(s),d.setHeader("content-type","text/html"),d.end("<h3>Authorized \u2014 you can close this tab.</h3>");try{l(ZS(f.searchParams,t.state))}catch(m){u(m)}})});a.catch(()=>{});let c;return{authUrl:i,redirectUri:o,waitForToken(){return c||(c=a.then(l=>hl({code:l,verifier:t.verifier,state:t.state,redirectUri:o})),c.catch(()=>{})),c},close(){clearTimeout(s),r.close()}}}async function jm(t){let e=await gl(t);try{return t.openUrl(e.authUrl),t.log("Opening your browser to authorize Claude\u2026"),t.log(`If it didn't open, visit:
|
|
30
|
+
${e.authUrl}`),t.log(`Waiting for the redirect on ${e.redirectUri} \u2026`),await e.waitForToken()}finally{e.close()}}var _m,VS,zS,fl,XS,JS,pl,yl=x(()=>{"use strict";_m="9d1c250a-e61b-44d9-88ed-5944d1962f5e",VS="https://platform.claude.com/oauth/authorize",zS="https://platform.claude.com/v1/oauth/token",fl="https://platform.claude.com/oauth/code/callback",XS="org:create_api_key user:profile user:inference",JS=12e4,pl=t=>Buffer.from(t).toString("base64url")});import{spawn as eE}from"node:child_process";function wr(t){let[e,r]=process.platform==="darwin"?["open",[t]]:process.platform==="win32"?["cmd",["/c","start","",t]]:["xdg-open",[t]];try{let n=eE(e,r,{detached:!0,stdio:"ignore"});n.on("error",()=>{}),n.unref()}catch{}}var ls=x(()=>{"use strict"});import{existsSync as aE,mkdirSync as cE,rmSync as lE,writeFileSync as kl}from"node:fs";import{dirname as uE,isAbsolute as dE,join as Km,normalize as fs}from"node:path";import{simpleGit as Hm}from"simple-git";async function Le(t,e){let r=fs(t),o=(ps.get(r)??Promise.resolve()).catch(()=>{}).then(e);ps.set(r,o);try{return await o}finally{ps.get(r)===o&&ps.delete(r)}}async function _e(t,e,r){return Le(t,()=>Ve(t,e,r))}async function Ve(t,e,r){if(!aE(Km(t,".git")))throw new Error(`context repo clone not found at ${t}`);for(let a of e){let c=Ie(t,a.path);if(a.deleted){lE(c,{force:!0});continue}cE(uE(c),{recursive:!0}),a.encoding==="base64"?kl(c,Buffer.from(a.content,"base64")):kl(c,a.content)}let n=Hm(t),o=e.filter(a=>!a.deleted).map(a=>a.path),i=e.filter(a=>a.deleted).map(a=>a.path);for(let a=0;a<o.length;a+=ds)await n.raw(["add","-A","-f","--",...o.slice(a,a+ds)]);for(let a=0;a<i.length;a+=ds)await n.raw(["rm","-q","--cached","--ignore-unmatch","--",...i.slice(a,a+ds)]);await n.raw(["reset","-q","--",...hs]).catch(()=>{}),(await n.raw(["diff","--cached","--name-only"])).trim()&&(await n.commit(r),await ms(t))}async function ms(t){let e=Hm(t,{unsafe:{allowUnsafeEditor:!0}}),r;for(let n=0;n<=Fm;n++){try{await e.push();return}catch(i){r=i}await e.fetch().catch(()=>{});let o=(await e.revparse(["--abbrev-ref","HEAD"])).trim();try{await e.rebase([`origin/${o}`])}catch{let i=await hE(e);if(i.length>0&&i.every(a=>pE.has(a)||Gm.test(a)||fE.test(a))){for(let a of i)Gm.test(a)?await mE(e,t,a):await e.raw(["checkout","--theirs","--",a]);await e.add(i),await e.raw(["-c","core.editor=true","rebase","--continue"])}else throw await e.rebase(["--abort"]).catch(()=>{}),new Error(`context push: rebase conflict in ${i.join(", ")||"unknown files"} \u2014 concurrent writers edited the same entry; resolve manually in the Context Repo`)}}throw new Error(`context push failed after ${Fm} rebase retries: ${r instanceof Error?r.message:String(r)}`)}async function mE(t,e,r){let n=async s=>await t.raw(["show",`:${s}:${r}`]).catch(()=>""),o=new Map;for(let s of[await n(2),await n(3)])for(let a of s.split(`
|
|
31
|
+
`)){let c=a.trim();if(c)try{let l=JSON.parse(c);if(typeof l.id!="string")continue;o.has(l.id)||o.set(l.id,{raw:c,createdAt:typeof l.createdAt=="string"?l.createdAt:""})}catch{}}let i=[...o.values()].sort((s,a)=>s.createdAt.localeCompare(a.createdAt)).map(s=>s.raw);kl(Ie(e,r),i.join(`
|
|
29
32
|
`)+(i.length>0?`
|
|
30
|
-
`:""))}async function
|
|
31
|
-
`).map(r=>r.trim()).filter(Boolean)}function
|
|
33
|
+
`:""))}async function hE(t){return(await t.raw(["diff","--name-only","--diff-filter=U"]).catch(()=>"")).split(`
|
|
34
|
+
`).map(r=>r.trim()).filter(Boolean)}function Ie(t,e){if(dE(e))throw new Error(`context_write: absolute path rejected: ${e}`);let r=fs(Km(t,e)),n=fs(t+"/");if(r!==fs(t)&&!r.startsWith(n))throw new Error(`context_write: path escapes context repo: ${e}`);return r}var Fm,pE,fE,Gm,ds,ps,Me=x(()=>{"use strict";Kt();Fm=3,pE=new Set(["knowledge/INDEX.md","adr/INDEX.md","adr/SOURCES.md"]),fE=/^model\/derived\//,Gm=/^tasks\/[^/]+\/comments\.jsonl$/,ds=500,ps=new Map});import{existsSync as ze,mkdirSync as qm,readFileSync as kr,rmSync as Ym,writeFileSync as vr}from"node:fs";import{homedir as gE}from"node:os";import{join as Be}from"node:path";import{simpleGit as yE}from"simple-git";import{Document as wE,isCollection as bE,isMap as br,parse as kE,parseDocument as Hn}from"yaml";function vE(t){return Vo.some(e=>e.length<=t.length&&e.every((r,n)=>r===t[n]))}function Vm(t,e=[]){if(t===null||typeof t!="object"||Array.isArray(t))return e.length>0?[e]:[];let r=[];for(let[n,o]of Object.entries(t))r.push(...Vm(o,[...e,n]));return r}function $E(t,e){let r=t;for(let n of e){if(r===null||typeof r!="object"||Array.isArray(r)||!(n in r))return;r=r[n]}return r}function zm(t,e,r){if(t===null)return{merged:null};let n=Hn(t);if(e===null)return{merged:n.toString()};let o;try{o=kE(e)}catch(i){return r?.warn(`[config] local.yaml is not valid YAML \u2014 ignoring the personal layer: ${i instanceof Error?i.message:String(i)}`),{merged:n.toString()}}if(o===null||typeof o!="object"||Array.isArray(o))return{merged:n.toString()};for(let i of Vm(o))vE(i)||r?.warn(`[config] local.yaml: ignoring non-personal key "${i.join(".")}" \u2014 only the personal allow-list has effect`);n.contents!==null&&!bE(n.contents)&&(n.contents=null);for(let i of Vo){let s=$E(o,i);if(s!==void 0){for(let a=1;a<i.length;a++){let c=i.slice(0,a);n.hasIn([...c])&&n.getIn([...c])===null&&n.deleteIn([...c])}n.setIn([...i],s)}}return{merged:n.toString()}}function zo(t,e){let r=Be(t,"local.yaml");return ze(r)&&kr(r,"utf-8").trim()!==""?[]:(vr(r,e.localYaml),["local.yaml"])}function nn(t,e,r){let n=Be(gE(),".codepipe","profiles",t,"context-config");return qm(n,{recursive:!0}),vr(Be(n,"local.yaml"),e.localYaml),r.info(`local project config staged \u2192 ${n}`),n}function gs(t,e,r){if(ze(e))for(let n of[...hs,"project.yaml","regimen.yaml"]){let o=Be(e,n),i=Be(t,n),s=ze(i)&&(n!=="local.yaml"||kr(i,"utf-8").trim()!=="");if(!(!ze(o)||s))try{vr(i,kr(o)),r.info(`[config] seeded local ${n} from the provisioning bundle`)}catch(a){r.warn(`[config] could not seed ${n}: ${a instanceof Error?a.message:String(a)}`)}}}function on(t){let e=Be(t,".gitignore"),n=(ze(e)?kr(e,"utf-8"):"").split(/\r?\n/),o=n.filter(c=>{let l=c.trim();return!(SE.has(l)||l.startsWith("# codepipe project config is local"))}),i=o.length!==n.length,s=o.some(c=>{let l=c.trim();return l==="local.yaml"||l==="/local.yaml"}),a=o.join(`
|
|
32
35
|
`);if(!s){let c=a.length===0||a.endsWith(`
|
|
33
36
|
`)?"":`
|
|
34
|
-
`;a=a+c+
|
|
37
|
+
`;a=a+c+xE.join(`
|
|
35
38
|
`)+`
|
|
36
|
-
`,i=!0}return i&&
|
|
37
|
-
`?"":m)}await r.fetch().catch(()=>{});let c=(await r.revparse(["--abbrev-ref","HEAD"]).catch(()=>"main")).trim()||"main",l=await r.raw(["show",`origin/${c}:project.yaml`]).catch(()=>null),u=await r.raw(["show",`origin/${c}:regimen.yaml`]).catch(()=>null);if(l!==null&&u===null&&!
|
|
38
|
-
`)),(a.written.length>0||a.removed.length>0)&&r.info(`[skills] context \u2192 .claude/skills: ${a.written.length} written`+(a.removed.length>0?`, ${a.removed.length} removed`:""));for(let u of a.skipped)r.warn(`[skills] "${u}" exists in .claude/skills but is not managed by CodePipe \u2014 your copy wins; rename one of them to get the context version`);return a}function
|
|
39
|
+
`,i=!0}return i&&vr(e,a),i}function EE(t){return Vo.some(e=>t.getIn([...e])!==void 0)}function TE(t,e){let r=e.contents;if(br(r))for(let n of r.items){let o=String(n.key),i=t.get(o);if(br(n.value)&&br(i))for(let s of n.value.items)t.setIn([o,String(s.key)],s.value);else t.set(o,n.value)}}function IE(t,e){let r=e.contents;if(br(r))for(let n of r.items){let o=String(n.key),i=t.get(o);if(br(n.value)&&br(i))for(let s of n.value.items)t.getIn([o,String(s.key)])===void 0&&t.setIn([o,String(s.key)],s.value);else i===void 0&&t.set(o,n.value)}}function Xm(t){for(let e of Vo)if(t.hasIn([...e])&&(t.deleteIn([...e]),e.length>1)){let r=t.getIn(e.slice(0,-1));br(r)&&r.items.length===0&&t.deleteIn(e.slice(0,-1))}}async function vl(t,e){return(await t.raw(["ls-files","--",e]).catch(()=>"")).trim().length>0}async function Jm(t,e){await vl(t,"regimen.yaml")?await t.raw(["rm","-q","--","regimen.yaml"]):Ym(Be(e,"regimen.yaml"),{force:!0})}async function Zm(t,e){return Le(t,()=>RE(t,e))}async function RE(t,e){try{if(!ze(Be(t,".git")))return;let r=yE(t),n=Be(t,"local.yaml"),o=Be(t,"project.yaml"),i=Be(t,"regimen.yaml");if(ze(n)&&await vl(r,"project.yaml")&&!ze(i))return;let s=ze(o)?Hn(kr(o,"utf-8")):null,a=ze(i)?Hn(kr(i,"utf-8")):null;if(!ze(n)){let f=new wE({});for(let y of Vo){let w=a?.getIn([...y])??s?.getIn([...y]);w!=null&&f.setIn([...y],w)}let m=f.toString();vr(n,m===`{}
|
|
40
|
+
`?"":m)}await r.fetch().catch(()=>{});let c=(await r.revparse(["--abbrev-ref","HEAD"]).catch(()=>"main")).trim()||"main",l=await r.raw(["show",`origin/${c}:project.yaml`]).catch(()=>null),u=await r.raw(["show",`origin/${c}:regimen.yaml`]).catch(()=>null);if(l!==null&&u===null&&!EE(Hn(l))){await Wm(r,t,c,e,a);return}if(!s&&!a){e.info("[config] no legacy config here and no reformed upstream yet \u2014 leaving the migration to a clone that has the config");return}let d=s??Hn("");a&&TE(d,a),Xm(d);try{await CE(r,t,d,e)}catch(f){let m=f instanceof Error?f.message:String(f);if(/rebase conflict/.test(m)&&/project\.yaml/.test(m)){e.info("[config] another clone migrated first; adopting its shared project.yaml"),await Wm(r,t,c,e,a);return}throw f}}catch(r){e.warn(`[config] config migration failed (will retry on next start): ${r instanceof Error?r.message:String(r)}`)}}async function CE(t,e,r,n){if(r.contents==null){n.warn("[config] config migration skipped: the legacy project config is empty");return}if(vr(Be(e,"project.yaml"),r.toString()),on(e),await Jm(t,e),await t.raw(["add","-A","-f","--","project.yaml",".gitignore"]),!(await t.raw(["diff","--cached","--name-only"])).trim()){n.info("[config] config migration: nothing to commit");return}await t.commit("chore(config): split project config into shared project.yaml + personal local.yaml"),await ms(e),n.info("[config] migrated project config into the Context Repo (shared project.yaml + personal local.yaml)")}async function Wm(t,e,r,n,o=null){for(let c of["project.yaml","regimen.yaml"]){let l=Be(e,c);ze(l)&&!await vl(t,c)&&Ym(l,{force:!0})}await t.fetch().catch(()=>{});let i=Number.parseInt((await t.raw(["rev-list","--count",`origin/${r}..HEAD`]).catch(()=>"0")).trim(),10)||0;if(i>0)try{await t.rebase([`origin/${r}`])}catch(c){await t.raw(["rebase","--abort"]).catch(()=>{}),n.warn(`[config] cannot adopt the shared project.yaml over ${i} unpushed commit(s) \u2014 will retry: ${c instanceof Error?c.message:String(c)}`);return}else await t.raw(["reset","--hard",`origin/${r}`]).catch(()=>{});await Jm(t,e),on(e);let s=Be(e,"project.yaml");if(o&&br(o.contents)&&ze(s)){let c=Hn(kr(s,"utf-8")),l=c.toString();IE(c,o),Xm(c);let u=c.toString();u!==l&&(vr(s,u),await t.raw(["add","--","project.yaml"]).catch(()=>{}))}await t.add([".gitignore"]).catch(()=>{}),(await t.raw(["diff","--cached","--name-only"])).trim()&&(await t.commit("chore(config): adopt shared project.yaml, drop regimen.yaml"),await ms(e)),n.info("[config] adopted the team's shared project.yaml; kept only local.yaml")}function $l(t){let e=new Map;for(let r of hs){let n=Be(t,r);ze(n)&&e.set(r,kr(n))}return e}function xl(t,e){qm(t,{recursive:!0});for(let[r,n]of e){let o=Be(t,r);ze(o)||vr(o,n)}}var hs,Vo,xE,SE,Kt=x(()=>{"use strict";Me();hs=["local.yaml"],Vo=[["youtrack","assignee"],["youtrack","require_assignee"],["youtrack","writes"],["automation","level"],["gates","require_approval"],["llm","provider"],["llm","models"],["rate_limit","auto_pause"]];xE=["# codepipe personal config is local to each member's workspace","local.yaml"],SE=new Set(["project.yaml","/project.yaml","regimen.yaml","/regimen.yaml"])});import{cpSync as BE,existsSync as Jo,mkdirSync as nh,readFileSync as FE,readdirSync as GE,rmSync as oh,statSync as KE,writeFileSync as HE}from"node:fs";import{join as $r}from"node:path";function Wn(t,e,r){let n=$r(t,"skills"),o=$r(e,".claude","skills"),i=$r(o,WE),s=qE(i),a={written:[],removed:[],skipped:[]},c=YE(n);for(let u of s)c.includes(u)||(oh($r(o,u),{recursive:!0,force:!0}),a.removed.push(u));let l=[];for(let u of c){let p=$r(o,u);if(Jo(p)&&!s.includes(u)){a.skipped.push(u);continue}nh(o,{recursive:!0}),oh(p,{recursive:!0,force:!0}),BE($r(n,u),p,{recursive:!0}),l.push(u),a.written.push(u)}(l.length>0||a.removed.length>0||Jo(i))&&(nh(o,{recursive:!0}),HE(i,JSON.stringify({managed:l.sort()},null,2)+`
|
|
41
|
+
`)),(a.written.length>0||a.removed.length>0)&&r.info(`[skills] context \u2192 .claude/skills: ${a.written.length} written`+(a.removed.length>0?`, ${a.removed.length} removed`:""));for(let u of a.skipped)r.warn(`[skills] "${u}" exists in .claude/skills but is not managed by CodePipe \u2014 your copy wins; rename one of them to get the context version`);return a}function qE(t){if(!Jo(t))return[];try{let e=JSON.parse(FE(t,"utf-8"));return Array.isArray(e.managed)?e.managed.filter(r=>typeof r=="string"):[]}catch{return[]}}function YE(t){return Jo(t)?GE(t).filter(e=>{if(e.startsWith("."))return!1;let r=$r(t,e);try{return KE(r).isDirectory()&&Jo($r(r,"SKILL.md"))}catch{return!1}}):[]}var WE,ws=x(()=>{"use strict";WE=".codepipe-managed.json"});import{existsSync as xr,readFileSync as qn,readdirSync as ch}from"node:fs";import{join as Tl}from"node:path";import{simpleGit as lh}from"simple-git";import{parse as uh}from"yaml";function dh(t){try{let e=Ie(t,Go);if(!xr(e))return null;let r=uh(qn(e,"utf-8"));if(!r||typeof r!="object")return null;let n=r.prefix;return typeof n!="string"||!Jr.test(n)?null:{prefix:n}}catch{return null}}function ph(t){return`# Built-in tracker configuration \u2014 shared by every team member.
|
|
39
42
|
# The issue-key prefix (<PREFIX>-<N>). Fixed at project init: changing it
|
|
40
43
|
# later would orphan existing tasks/<KEY>/ directories.
|
|
41
44
|
prefix: ${t}
|
|
@@ -43,13 +46,13 @@ prefix: ${t}
|
|
|
43
46
|
# Statuses are the built-in default set for now:
|
|
44
47
|
# Backlog | To Do | In Progress | Review | Done | Rejected
|
|
45
48
|
# A configurable status set / pipeline mapping is a planned extension.
|
|
46
|
-
`}function
|
|
47
|
-
`}function
|
|
49
|
+
`}function Il(t=0){return`${t}
|
|
50
|
+
`}function JE(t){return t==="depends_on"||t==="subtask"}function ZE(t){let e;try{e=uh(t)}catch{return null}if(!e||typeof e!="object")return null;let r=e;if(typeof r.key!="string"||r.key.length===0||typeof r.title!="string"||r.title.length===0)return null;let n=Vc.includes(r.type)?r.type:Fo,o=[];if(Array.isArray(r.links))for(let c of r.links){if(!c||typeof c!="object")continue;let l=c;JE(l.type)&&typeof l.target=="string"&&l.target&&o.push({type:l.type,targetKey:l.target})}let i=typeof r.created=="string"?r.created:new Date(0).toISOString(),s=typeof r.updated=="string"?r.updated:i,a=typeof r.assignee=="string"&&r.assignee.trim().length>0?r.assignee.trim():void 0;return{key:r.key,title:r.title,type:n,status:typeof r.status=="string"&&r.status?r.status:"Backlog",...a?{assignee:a}:{},links:o,created:i,updated:s}}function Rl(t){let e=[`key: ${t.key}`,`title: ${JSON.stringify(t.title)}`,`type: ${t.type}`,`status: ${JSON.stringify(t.status)}`];if(t.assignee&&e.push(`assignee: ${JSON.stringify(t.assignee)}`),t.links.length>0){e.push("links:");for(let r of t.links)e.push(` - type: ${r.type}`,` target: ${r.targetKey}`)}return e.push(`created: ${t.created}`,`updated: ${t.updated}`),e.join(`
|
|
48
51
|
`)+`
|
|
49
|
-
`}function
|
|
52
|
+
`}function Qo(t,e){let r=Ie(t,jn(e));return xr(r)?ZE(qn(r,"utf-8")):null}function fh(t){let e=Tl(t,"tasks");if(!xr(e))return[];let r=[];for(let n of ch(e,{withFileTypes:!0})){if(!n.isDirectory())continue;let o=Qo(t,n.name);o&&r.push(o)}return r}function QE(t,e){let r=Ie(t,`tasks/${e}/task.md`);if(xr(r))return Ko(qn(r,"utf-8"))}function ei(t,e,r={}){let n=r.withDescription?QE(t,e.key):void 0;return{id:e.key,key:e.key,title:e.title,status:e.status,updatedAt:e.updated,issueType:eT(e.type),...e.assignee?{assignee:e.assignee}:{},...e.links.length>0?{links:e.links}:{},...n?{description:n}:{}}}function eT(t){return t.charAt(0).toUpperCase()+t.slice(1)}function tT(t){let e=Ie(t,Pn);if(!xr(e))return 0;let r=Number.parseInt(qn(e,"utf-8").trim(),10);return Number.isFinite(r)&&r>=0?r:0}function rT(t,e){let r=Tl(t,"tasks");if(!xr(r))return 0;let n=new RegExp(`^${e}-(\\d+)$`),o=0;for(let i of ch(r,{withFileTypes:!0})){if(!i.isDirectory())continue;let s=n.exec(i.name);if(!s)continue;let a=Number.parseInt(s[1],10);Number.isFinite(a)&&a>o&&(o=a)}return o}function nT(t,e){return Math.max(tT(t),rT(t,e))+1}async function mh(t,e,r,n){return Le(t,()=>oT(t,e,r,n))}async function oT(t,e,r,n){if(!xr(Tl(t,".git")))throw new Error(`context repo clone not found at ${t}`);await Zo(t);let o=null;for(let i=0;i<ah;i++){let s=nT(t,e),a=`${e}-${s}`,c=[...r(a),{path:Pn,content:Il(s)}];try{return await Ve(t,c,n(a)),a}catch(l){if(o=l,await sT(t,n(a)),await Zo(t),iT(t,c))return a}}throw new Error(`internal tracker: key allocation failed after ${ah} attempts: ${o instanceof Error?o.message:String(o)}`)}function iT(t,e){for(let r of e){let n=Ie(t,r.path);if(!xr(n)||(r.encoding==="base64"?qn(n).toString("base64"):qn(n,"utf-8"))!==r.content)return!1}return!0}async function Zo(t){let e=lh(t);try{await e.fetch()}catch{return}try{let r=(await e.revparse(["--abbrev-ref","HEAD"])).trim();await e.rebase([`origin/${r}`])}catch{await e.rebase(["--abort"]).catch(()=>{})}}async function sT(t,e){let r=lh(t);try{if(await r.rebase(["--abort"]).catch(()=>{}),(await r.raw(["log","-1","--pretty=%s"])).trim()!==e.split(`
|
|
50
53
|
`)[0]||!(await r.raw(["log","@{u}..HEAD","--pretty=%s"]).catch(()=>"")).trim().split(`
|
|
51
54
|
`).some(i=>i.trim()===e.split(`
|
|
52
|
-
`)[0]))return;await r.raw(["reset","--hard","HEAD~1"])}catch{}}var
|
|
55
|
+
`)[0]))return;await r.raw(["reset","--hard","HEAD~1"])}catch{}}var ah,ks=x(()=>{"use strict";D();Me();ah=5});function Yn(t,e,r,n){let o=t.trackerProvider==="internal";return[{path:"README.md",content:kT(t,e)},{path:".gitignore",content:pT()},{path:"project.yaml",content:o?hh(t):kh(t,n)},{path:"CLAUDE.md",content:mT(t)},{path:"prompts/.gitkeep",content:""},{path:"prompts/index.md",content:fT()},{path:"knowledge/README.md",content:hT()},{path:"knowledge/build.yaml",content:bT()},{path:"actions/README.md",content:gT()},{path:"roles/README.md",content:yT()},{path:"skills/README.md",content:wT()},{path:"model/README.md",content:aT()},{path:"tasks/.gitkeep",content:""},{path:"audit/README.md",content:dT()},{path:"adr/README.md",content:cT()},{path:"adr/0000-template.md",content:lT()},{path:"adr/INDEX.md",content:uT()},{path:Ct,content:_o()},...t.trackerProvider==="internal"?[{path:Go,content:ph(t.youtrackProjectKey??zi)},{path:Pn,content:Il()}]:[]]}function aT(){return`# model/ \u2014 the project map
|
|
53
56
|
|
|
54
57
|
A graph of the project built from **git history and task artifacts**: files
|
|
55
58
|
and directories connected by the fact of changing together and the fact of
|
|
@@ -76,7 +79,7 @@ asset \u2014 treat it like \`knowledge/\`.
|
|
|
76
79
|
|
|
77
80
|
Every YAML file carries \`modelFormatVersion\`; a reader that meets a
|
|
78
81
|
different version treats it as "rebuild needed", not as an error.
|
|
79
|
-
`}function
|
|
82
|
+
`}function cT(){return`# ADR \u2014 architecture decision records
|
|
80
83
|
|
|
81
84
|
Accepted architectural decisions of this project \u2014 its **framework**. The
|
|
82
85
|
agent reads this section (start with \`INDEX.md\`) at the beginning of every
|
|
@@ -104,7 +107,7 @@ During analysis the agent drafts a new/changed decision as a task artifact
|
|
|
104
107
|
canonical section \u2014 numbered, dated and indexed \u2014 **only after the analysis
|
|
105
108
|
is approved** (REVIEW gate). Editing an accepted ADR by hand is fine too:
|
|
106
109
|
open a PR to this repository.
|
|
107
|
-
`}function
|
|
110
|
+
`}function lT(){return`# ADR-NNNN: <title>
|
|
108
111
|
|
|
109
112
|
- **Status:** accepted | superseded by ADR-NNNN
|
|
110
113
|
- **Date:** YYYY-MM-DD
|
|
@@ -126,12 +129,12 @@ What becomes easier, what becomes harder, what future tasks must keep doing.
|
|
|
126
129
|
## Alternatives considered
|
|
127
130
|
|
|
128
131
|
- **<alternative>** \u2014 why it was rejected.
|
|
129
|
-
`}function
|
|
132
|
+
`}function uT(){return`# ADR index
|
|
130
133
|
|
|
131
134
|
<!-- REGENERATED from adr/NNNN-*.md headers on every promote \u2014 do not edit. -->
|
|
132
135
|
|
|
133
136
|
(no accepted ADRs yet)
|
|
134
|
-
`}function
|
|
137
|
+
`}function dT(){return`# Audit
|
|
135
138
|
|
|
136
139
|
Pipeline event logs. Naming is per-writer: each codepipe
|
|
137
140
|
project appends only to its own file \u2014
|
|
@@ -140,13 +143,13 @@ project appends only to its own file \u2014
|
|
|
140
143
|
|
|
141
144
|
\u2014 so several team members' CLIs never contend on one file. Do not create a
|
|
142
145
|
shared aggregate here.
|
|
143
|
-
`}function
|
|
146
|
+
`}function Nt(t,e,r,n,o=lt,i){let s=t.trackerProvider==="internal";return{localYaml:vT(t.automationLevel,s?!0:e,s,o,i,s?void 0:n)}}function pT(){return`# codepipe personal config is local to each member's workspace
|
|
144
147
|
local.yaml
|
|
145
148
|
|
|
146
149
|
# codepipe runtime
|
|
147
150
|
session.log
|
|
148
151
|
apply-queue.json
|
|
149
|
-
`}function
|
|
152
|
+
`}function fT(){return`# Index prompt
|
|
150
153
|
|
|
151
154
|
You are the **Indexer** agent on the CodePipe pipeline. Your one job is to build a
|
|
152
155
|
navigation map of this project's repositories and save it to the Context Repo, so
|
|
@@ -203,7 +206,7 @@ current working directory; write nothing else under the Context Repo.
|
|
|
203
206
|
Keep both durable and skimmable \u2014 they are read at the start of every future
|
|
204
207
|
task. Prefer structure (headings, bullet lists) over prose. If a repository is
|
|
205
208
|
empty or unavailable, say so briefly rather than inventing content.
|
|
206
|
-
`}function
|
|
209
|
+
`}function mT(t){return`# Project context for the CodePipe agent
|
|
207
210
|
|
|
208
211
|
Instructions for AI agents working on **${t.name}** tasks. Claude Code
|
|
209
212
|
auto-loads this file when the Context Repo is mounted. Keep it short and
|
|
@@ -231,7 +234,7 @@ project's architectural invariants: read them at the start of a task and treat
|
|
|
231
234
|
them as binding. New or changed decisions do **not** go here directly \u2014 during
|
|
232
235
|
analysis you draft them as task artifacts, and they are promoted into \`adr/\`
|
|
233
236
|
only after the analysis is approved.
|
|
234
|
-
`}function
|
|
237
|
+
`}function hT(){return`# Knowledge
|
|
235
238
|
|
|
236
239
|
Durable, reusable notes about this project \u2014 the CodePipe agent's long-lived
|
|
237
240
|
**memory** across tasks. Architectural decisions, domain rules,
|
|
@@ -248,7 +251,7 @@ Keep each note in its own file \u2014 never grow one shared aggregate \u2014 so
|
|
|
248
251
|
concurrent commits touch different files and rebase cleanly. \`INDEX.md\` is
|
|
249
252
|
REGENERATED from the entries by the index job: don't hand-edit it, and treat
|
|
250
253
|
any merge conflict in it as noise (either side converges on the next run).
|
|
251
|
-
`}function
|
|
254
|
+
`}function gT(){return`# actions/ \u2014 custom project actions (the dashboard's RUN tab)
|
|
252
255
|
|
|
253
256
|
One \`<id>.yml\` per action. Every file here appears as a button on the
|
|
254
257
|
project's **RUN** tab; an action with \`params\` opens a small wizard first.
|
|
@@ -287,7 +290,7 @@ steps:
|
|
|
287
290
|
Parameter values are passed to the commands **only as env vars** \u2014 reference
|
|
288
291
|
them as \`$INPUT_<NAME>\` in \`run\`; they are never substituted into the
|
|
289
292
|
command text itself.
|
|
290
|
-
`}function
|
|
293
|
+
`}function yT(){return`# roles/ \u2014 who reviews your work
|
|
291
294
|
|
|
292
295
|
A **role** is a critic with a narrow view and its own curated context: one
|
|
293
296
|
\`<name>.md\` per role. Roles review a plan before the work starts, review the
|
|
@@ -315,7 +318,7 @@ You are the security critic. \u2026the body is the role's prompt\u2026
|
|
|
315
318
|
|
|
316
319
|
Keep \`refs\` short and specific: the value of a role is a NARROW view, and
|
|
317
320
|
"give it everything" is exactly the failure this design avoids.
|
|
318
|
-
`}function
|
|
321
|
+
`}function wT(){return`# skills/ \u2014 procedures the agent can invoke
|
|
319
322
|
|
|
320
323
|
A **skill** is a directory with a \`SKILL.md\`: a description of when to use it,
|
|
321
324
|
a body with the steps, and any files the steps need beside it (scripts,
|
|
@@ -374,7 +377,7 @@ A third-party marketplace **must** name a full commit sha: its skills run beside
|
|
|
374
377
|
your checked-out code with the agent's credentials, and a branch would let that
|
|
375
378
|
code change between two runs of the same task. Nothing from a marketplace is
|
|
376
379
|
active until it is listed in \`plugins\`.
|
|
377
|
-
`}function
|
|
380
|
+
`}function bT(){return`# BUILD phase config. Discovered & maintained by the agent.
|
|
378
381
|
# Steps run in a rootless Podman container in the SANDBOX, before the PR.
|
|
379
382
|
# Success = every step exits 0. Credentials are NOT available inside the container.
|
|
380
383
|
#
|
|
@@ -390,7 +393,7 @@ active until it is listed in \`plugins\`.
|
|
|
390
393
|
# - name: test
|
|
391
394
|
# run: npm test
|
|
392
395
|
# timeout_sec: 600 # per-step timeout (optional, default 600)
|
|
393
|
-
`}function
|
|
396
|
+
`}function kT(t,e){return`# ${e.name}
|
|
394
397
|
|
|
395
398
|
Context Repo for the **${t.name}** project (CodePipe).
|
|
396
399
|
|
|
@@ -418,7 +421,7 @@ PRs to this repository (and the agent also writes to \`knowledge/\` and
|
|
|
418
421
|
pipeline \u2014 don't edit them by hand.
|
|
419
422
|
|
|
420
423
|
Automation level: **${t.automationLevel}**.
|
|
421
|
-
`}function
|
|
424
|
+
`}function hh(t){return`# Project description for CodePipe.
|
|
422
425
|
id: ${t.projectId}
|
|
423
426
|
name: ${t.name}
|
|
424
427
|
|
|
@@ -443,9 +446,9 @@ adapters:
|
|
|
443
446
|
# Branch (must keep the <TASK_ID> placeholder).
|
|
444
447
|
branch:
|
|
445
448
|
pattern: codepipe/<TASK_ID>
|
|
446
|
-
${
|
|
449
|
+
${gh()}${wh(t)}
|
|
447
450
|
repos:
|
|
448
|
-
${
|
|
451
|
+
${bh(t)}
|
|
449
452
|
# A repo may declare a mirror \u2014 a repository CodePipe owns that stands in for
|
|
450
453
|
# origin for the whole pipeline: task branches, PRs and merges happen there and
|
|
451
454
|
# your own repository is never written. All-or-nothing: either every repo
|
|
@@ -455,7 +458,7 @@ ${lh(t)}
|
|
|
455
458
|
# host: github
|
|
456
459
|
# owner: your-org
|
|
457
460
|
# repo: <project>-api-mirror
|
|
458
|
-
${
|
|
461
|
+
${yh()}`}function gh(){return`
|
|
459
462
|
# Git workflow. Omit this whole section for the default single-branch flow
|
|
460
463
|
# (\`simple\`) \u2014 nothing changes from today. Presets bind branch ROLES to your
|
|
461
464
|
# real branch names (names differ across projects: develop vs dev, main vs a
|
|
@@ -470,7 +473,7 @@ ${ah()}`}function sh(){return`
|
|
|
470
473
|
# integration: develop
|
|
471
474
|
# stable: master
|
|
472
475
|
# # release_pattern: "release/*" # with flow: release
|
|
473
|
-
`}function
|
|
476
|
+
`}function yh(){return`
|
|
474
477
|
# --- Team pipeline settings (shared, reviewed; tweak via PR) ---
|
|
475
478
|
workflow:
|
|
476
479
|
# How much pipeline a task gets. A preset is a LAYER of defaults \u2014 any
|
|
@@ -608,21 +611,21 @@ llm:
|
|
|
608
611
|
# Concurrency is not a per-project setting: it is the operator-set per-account
|
|
609
612
|
# sandbox quota (how many runners the account may occupy), enforced by the HUB
|
|
610
613
|
# and sized on the farm. A solo 'codepipe up' runs one worker.
|
|
611
|
-
`}function
|
|
614
|
+
`}function wh(t){let e=t.language;return!e||Object.keys(e).length===0?"":`
|
|
612
615
|
# Languages the agent writes in, per area. \`auto\` = mirror the language of
|
|
613
616
|
# the user's material. Also editable from the dashboard: project card \u2192
|
|
614
617
|
# Settings \u2192 Language.
|
|
615
618
|
language:
|
|
616
619
|
${Object.entries(e).map(([n,o])=>` ${n}: ${o}`).join(`
|
|
617
620
|
`)}
|
|
618
|
-
`}function
|
|
621
|
+
`}function bh(t){return t.repos.length===0?` [] # add repos here
|
|
619
622
|
`:t.repos.map(e=>` - name: ${e.name}
|
|
620
623
|
host: ${e.host}
|
|
621
624
|
owner: ${e.owner}
|
|
622
625
|
repo: ${e.repoName}
|
|
623
626
|
mount_as: ${e.mountAs??e.name}`+(e.defaultBranch?`
|
|
624
627
|
default_branch: ${e.defaultBranch}`:"")).join(`
|
|
625
|
-
`)}function
|
|
628
|
+
`)}function vs(t,e){return t.trackerProvider==="internal"?hh(t):kh(t,e)}function kh(t,e){let r=e?`
|
|
626
629
|
tracker_url: ${e}`:`
|
|
627
630
|
# tracker_url: https://your.youtrack.cloud`,n=t.youtrackProjectKey?` project_key: ${t.youtrackProjectKey}${r}
|
|
628
631
|
poll_interval_sec: 60
|
|
@@ -672,7 +675,7 @@ ${Object.entries(e).map(([n,o])=>` ${n}: ${o}`).join(`
|
|
|
672
675
|
# YouTrack write switches (youtrack.writes) live in .codepipe/local.yaml \u2014
|
|
673
676
|
# they are per-member and NOT part of this shared, reviewed file.`:` # project_key: \u2026
|
|
674
677
|
# tracker_url: https://your.youtrack.cloud
|
|
675
|
-
poll_interval_sec: 60`,o=
|
|
678
|
+
poll_interval_sec: 60`,o=bh(t);return`# Project description for CodePipe (team-shared, tracked in the Context Repo).
|
|
676
679
|
id: ${t.projectId}
|
|
677
680
|
name: ${t.name}
|
|
678
681
|
|
|
@@ -704,10 +707,10 @@ adapters:
|
|
|
704
707
|
# Branch (must keep the <TASK_ID> placeholder).
|
|
705
708
|
branch:
|
|
706
709
|
pattern: codepipe/<TASK_ID>
|
|
707
|
-
${
|
|
710
|
+
${gh()}${wh(t)}
|
|
708
711
|
repos:
|
|
709
712
|
${o}
|
|
710
|
-
${
|
|
713
|
+
${yh()}`}function vT(t,e,r=!1,n=lt,o,i){let s=e?"true":"false",a=o?` # Model selection. This project's Claude subscription did not include every
|
|
711
714
|
# model in the recommended per-role split, so CodePipe set a single default
|
|
712
715
|
# your subscription can serve for all roles. Tune per role later from the
|
|
713
716
|
# dashboard (Project Settings \u2192 llm.models) or by editing this file.
|
|
@@ -794,36 +797,36 @@ llm:
|
|
|
794
797
|
# this line is the anchor for future providers.
|
|
795
798
|
provider: ${n}
|
|
796
799
|
${a}
|
|
797
|
-
`}var
|
|
798
|
-
${u.trim()}`)}}let i=
|
|
799
|
-
${l.trim()}`)}let a=e.defaultBranch??"main";return await i.checkout(["-B",a,`origin/${a}`]).catch(()=>{}),i}async function
|
|
800
|
-
${
|
|
800
|
+
`}var sn=x(()=>{"use strict";D();ks()});function Ih(t){Th=t}function vt(t,e="info"){Th(t,e)}var Th,xs=x(()=>{"use strict";Th=t=>console.log(t)});import{homedir as jT,tmpdir as PM}from"node:os";import{existsSync as NT,mkdirSync as OT,mkdtempSync as NM,rmSync as OM}from"node:fs";import{join as Nl}from"node:path";import{simpleGit as Ol}from"simple-git";function Fe(t,e,r){let n=r??Nl(jT(),".codepipe","repos");return Nl(n,t,e)}async function Sr(t,e,r={}){let n=Fe(t,e.name,r.baseDir),o=r.cloneUrlOverride??Ml(e);if(!NT(Nl(n,".git"))){OT(n,{recursive:!0});let c=Ol();vt(`[git] clone ${o} \u2192 ${n}`);try{await c.clone(o,n)}catch(l){let u=l instanceof Error?l.message:String(l);throw new Error(`git clone failed: ${o}
|
|
801
|
+
${u.trim()}`)}}let i=Ol(n),s=(await i.remote(["get-url","origin"]).catch(()=>"")||"").toString().trim();s&&s!==o&&(vt(`[git] ${e.name}: origin ${s} \u2192 ${o} (spec changed)`),await i.remote(["set-url","origin",o]));try{await i.fetch()}catch(c){let l=c instanceof Error?c.message:String(c);throw new Error(`git fetch failed in ${n}
|
|
802
|
+
${l.trim()}`)}let a=e.defaultBranch??"main";return await i.checkout(["-B",a,`origin/${a}`]).catch(()=>{}),i}async function Vn(t,e){try{return await t.raw(["cat-file","-e",`${e}^{commit}`]),!0}catch{return!1}}async function LT(t,e){let{contextRepoCloneUrl:r,deliveryRef:n,deliverySha:o,baseSha:i,commitMessage:s}=e;await t.raw(["fetch",r,`+refs/heads/${n}:refs/codepipe-delivery`]);let a=(await t.revparse(["refs/codepipe-delivery"])).trim();o&&a!==o&&vt(`[git] delivery ${n} resolved ${a.slice(0,10)} (expected ${o.slice(0,10)})`);let c=(await t.raw(["rev-parse","refs/codepipe-delivery^{tree}"])).trim();if(await Vn(t,i)||await t.fetch(["origin",i]).catch(()=>{}),!await Vn(t,i))throw new Error(`apply_delivery: base commit ${i.slice(0,10)} unavailable \u2014 cannot re-parent the delivery`);let l=(await t.raw([...Ll,"commit-tree",c,"-p",i,"-m",s])).trim();return await t.raw(["update-ref","-d","refs/codepipe-delivery"]).catch(()=>{}),l}async function MT(t,e,r){let n=`refs/codepipe/deliveries/${e}`;if(await Vn(t,n))return(await t.revparse([n])).trim();let o=`refs/devpipe/deliveries/${e}`;if(await Vn(t,o)){let s=(await t.revparse([o])).trim();return await t.raw(["update-ref",n,s]).catch(()=>{}),s}let i=await r();return await t.raw(["update-ref",n,i]).catch(()=>{}),i}async function Ch(t,e,r){let{contextRepoCloneUrl:n,deliveryRef:o,deliverySha:i,baseSha:s,branchName:a,baseRef:c,commitMessage:l,defaultBranch:u,force:p}=r,d=await MT(t,i,()=>LT(t,{contextRepoCloneUrl:n,deliveryRef:o,deliverySha:i,baseSha:s,commitMessage:l}));p&&await t.raw(["branch","-D",a]).catch(()=>{});let f=`origin/${c}`;await Vn(t,f)||(f=`origin/${u??c}`);let m=(await t.revparse([f])).trim(),y=0;if(m===s)await t.raw(["branch","-f",a,d]),await t.checkout(a);else{y=parseInt((await t.raw(["rev-list","--count",`${s}..${m}`]).catch(()=>"1")).trim(),10)||1,await t.checkout(["-B",a,f]);try{await t.raw([...Ll,"cherry-pick",d])}catch(k){await t.raw(["cherry-pick","--abort"]).catch(()=>{});let $=k instanceof Error?k.message:String(k);throw new Error(`apply_delivery: cherry-pick of ${i.slice(0,10)} onto ${c} hit conflicts
|
|
803
|
+
${$.trim()}`)}}let w=(await t.revparse(["HEAD"])).trim(),b=r.push!==!1;if(b){let k=p?["--force-with-lease","-u","origin",a]:["-u","origin",a];await t.push(k)}return await t.push([n,"--delete",o]).catch(()=>{}),{commit:w,pushed:b,...y>0?{baseMoved:y}:{}}}async function Ah(t,e,r){let n=r.force?["--force-with-lease","-u","origin",r.branchName]:["-u","origin",r.branchName];return await t.push(n),{pushed:!0}}async function _h(t,e,r){let{branchName:n,dropTaskKeys:o}=r,i=`origin/${n}`;if(!await Vn(t,i))throw new Error(`rewrite_cluster_branch: ${i} not found upstream`);let s=`origin/${r.defaultBranch??"main"}`,a=(await t.raw(["merge-base",i,s])).trim(),c=(await t.raw(["rev-list","--reverse",`${a}..${i}`])).split(`
|
|
801
804
|
`).map(f=>f.trim()).filter(f=>f.length>0),l=new Set(o.map(f=>f.toUpperCase())),u=[],p=0;for(let f of c)(await t.raw(["show","-s","--format=%(trailers:key=CodePipe-Task,valueonly)",f])).split(`
|
|
802
|
-
`).map(
|
|
803
|
-
${y.trim()}`)}let d=(await t.revparse(["HEAD"])).trim();return await t.push(["--force-with-lease","-u","origin",n]),{commit:d,dropped:p}}async function
|
|
804
|
-
`).map(r=>r.trim()).filter(r=>r.length>0).map(r=>r.split(/\s+/)[1]??"").filter(r=>r.startsWith("refs/heads/")).map(r=>r.slice(11))}function
|
|
805
|
-
`))if(a.startsWith("@@@ ")){let c=a.indexOf(" "),l=(c>=0?a.slice(4,c):a.slice(4)).trim().split(/\s+/),u=c>=0?a.slice(c+1):"",p=l[0]??"",d=Number(l[1]??0),f=l.slice(2),m=
|
|
806
|
-
`)){let s=/^(\d+|-)\t(\d+|-)\t(.+)$/.exec(i);if(!s)continue;let a=s[1]==="-"?0:Number(s[1]),c=s[2]==="-"?0:Number(s[2]);o.push({path:
|
|
807
|
-
`))if(a.startsWith("@@@ ")){let[c,l]=a.slice(4).trim().split(/\s+/);s={sha:c??"",timeSec:Number(l??0),files:[]},i.push(s)}else a.trim()&&s&&s.files.push(a.trim());return i}function
|
|
808
|
-
`).map(s=>s.trim()).filter(Boolean),i=[];for(let s of o){let c=(await n.raw(["diff","-M","-C","-z","--name-status","--diff-filter=R",`${s}^`,s]).catch(()=>"")).split("\0");for(let l=0;l+2<c.length;){if(!(c[l]??"").startsWith("R")){l+=1;continue}let p=c[l+1]??"",d=c[l+2]??"";p&&d&&i.push({fromPath:p,toPath:d,commit:s}),l+=3}}return i}function pg(t){let e=new Map,r=new Map;for(let n of t){let o=r.get(n.fromPath)??n.fromPath;r.delete(n.fromPath),r.set(n.toPath,o),e.set(o,{finalPath:n.toPath,commit:n.commit})}for(let[n,o]of e)o.finalPath===n&&e.delete(n);return e}var fg=E(()=>{"use strict"});function Rs(t){return be("container",t,QR)}function mg(t){let e=t.lastIndexOf("/");return e<0?t:t.slice(e+1)}function hg(t,e,r,n){let o=[],i=u=>{let p=be("code",t,u.path),d=n.get(p);return{key:p,level:"code",label:mg(u.path),...d?{entityId:d}:{},contentHash:u.blobHash.slice(0,eT)}},s=(u,p)=>{let d=be("component",t,u),f=n.get(d);return{key:d,level:"component",label:mg(u),...f?{entityId:f}:{},...p?{aggregate:!0}:{}}},a=(u,p,d)=>{let f=r.filesByDir.get(d)??[],m=r.childDirs.get(d)??[],y=[p,...f.map(i)],b=[...f.map(w=>({kind:"contains",from:p.key,to:be("code",t,w.path)})),...m.map(w=>({kind:"contains",from:p.key,to:be("component",t,w)}))];c(u,y,b)},c=(u,p,d)=>{let f={modelFormatVersion:2,repo:t,builtFromCommit:e,nodes:p,edges:d},m=qt(f);if(!m.ok)throw new Error(`model build produced an invalid shard (${u||"root"}): ${m.errors.join("; ")}`);o.push({path:Wa(t,u),content:Ja(f)})},l={key:Rs(t),level:"container",label:t,...n.get(Rs(t))?{entityId:n.get(Rs(t))}:{}};a("",l,"");for(let u of r.components)r.collapsed.has(u)?c(u,[s(u,!0)],[]):a(u,s(u,!1),u);return o.sort((u,p)=>u.path<p.path?-1:u.path>p.path?1:0),{files:o,counts:r.counts}}function gg(t,e){let r=[Rs(t)];for(let n of e.components)r.push(be("component",t,n));for(let[,n]of e.filesByDir)for(let o of n)r.push(be("code",t,o.path));return r.sort()}var QR,eT,yg=E(()=>{"use strict";M();QR=".";eT=12});import{simpleGit as bg}from"simple-git";function Qr(t){let e=new Set,r=[],n=new Set;for(let o of t){let i=o.trim();if(i)if(i.endsWith("/"))e.add(i.slice(0,-1));else if(i.includes("*")){let s=i.replace(/[.*+?^${}()|[\]\\]/g,a=>a==="*"?"\0":`\\${a}`).replace(/\0/g,".*");r.push(new RegExp(`^${s}$`))}else n.add(i)}return o=>{let i=o.split("/"),s=i[i.length-1]??o;if(n.has(o))return!0;for(let a of i)if(e.has(a)||n.has(a))return!0;return r.some(a=>a.test(s))}}async function vg(t,e="HEAD"){let r=bg(t),n=(await r.revparse([e])).trim(),[o,i]=(await r.raw(["show","-s","--format=%cs %ct",n])).trim().split(/\s+/);return{commit:n,commitDate:o??"",commitTimeSec:Number(i??0),files:await ei(t,n)}}async function ei(t,e){let n=await bg(t).raw(["ls-tree","-r","-z",e]),o=[];for(let i of n.split("\0")){if(!i)continue;let s=i.indexOf(" ");if(s<0)continue;let[,a,c]=i.slice(0,s).split(/\s+/);a!=="blob"||!c||o.push({path:i.slice(s+1),blobHash:c})}return o.sort((i,s)=>i.path<s.path?-1:i.path>s.path?1:0),o}function wg(t){let e=t.lastIndexOf("/");return e<0?"":t.slice(0,e)}function $g(t,e){let r=[...t].sort((m,y)=>m.path<y.path?-1:m.path>y.path?1:0),n=new Map,o=new Map;for(let m of r){let y=wg(m.path);n.has(y)||n.set(y,[]),n.get(y).push(m);let b=y;for(;b!=="";){let w=wg(b);o.has(w)||o.set(w,new Set),o.get(w).add(b),b=w}}let i=m=>[...o.get(m)??[]].sort(),s=Math.max(e,1)-1,a=new Set,c=new Set,l=[""];for(;l.length>0;){let m=l.shift(),y=(n.get(m)??[]).length+i(m).length;if(y<=s)s-=y,c.add(m),l.push(...i(m));else{if(m==="")return{components:[],collapsed:new Set,filesByDir:new Map,childDirs:new Map,counts:{component:0,code:0}};a.add(m)}}let u=[],p=new Map,d=new Map,f=0;for(let m of[...c].sort()){let y=n.get(m)??[];p.set(m,y),d.set(m,i(m)),f+=y.length,m!==""&&u.push(m)}for(let m of a)u.push(m);return u.sort(),{components:u,collapsed:a,filesByDir:p,childDirs:d,counts:{component:u.length,code:f}}}var kg,ti=E(()=>{"use strict";kg=["dist/","build/","coverage/","*.lock","*.generated.*","__snapshots__/","vendor/","node_modules/"]});import{existsSync as xg,readFileSync as Sg}from"node:fs";import{join as Eg}from"node:path";import{simpleGit as tT}from"simple-git";import{parse as Rg}from"yaml";function en(t){let e={ignore:kg,containerNodeCap:rT,cochange:{...mt},issueKeyPattern:null,enabled:!0},r=Eg(t,"project.yaml");if(!xg(r))return e;let n;try{n=Rg(Sg(r,"utf-8"))}catch{return e}let o=n?.context,i=o&&typeof o=="object"?o.model:void 0;if(!i||typeof i!="object")return e;let s=i,a=Array.isArray(s.ignore)?s.ignore.filter(f=>typeof f=="string"&&f.trim().length>0):e.ignore,c=(f,m)=>typeof f=="number"&&Number.isInteger(f)&&f>0?f:m,l=c(s.container_node_cap,e.containerNodeCap),u=s.cochange&&typeof s.cochange=="object"?s.cochange:{},p={windowCommits:c(u.window_commits,e.cochange.windowCommits),commitFileCap:c(u.commit_file_cap,e.cochange.commitFileCap),supportMin:c(u.support_min,e.cochange.supportMin),jaccardMinPct:typeof u.jaccard_min_pct=="number"&&Number.isInteger(u.jaccard_min_pct)&&u.jaccard_min_pct>=0&&u.jaccard_min_pct<=100?u.jaccard_min_pct:e.cochange.jaccardMinPct,halfLifeDays:c(u.half_life_days,e.cochange.halfLifeDays),topK:c(u.top_k,e.cochange.topK)},d=typeof s.issue_key_pattern=="string"&&s.issue_key_pattern.trim().length>0?s.issue_key_pattern.trim():null;return{ignore:a,containerNodeCap:l,cochange:p,issueKeyPattern:d,enabled:s.enabled!==!1}}function Kl(t,e){let r=Eg(t,Io(e));if(!xg(r))return null;let n=Rg(Sg(r,"utf-8")),o=Po(n);if(!o.ok)throw new Error(`model: ${Io(e)} is malformed (${o.errors[0]}) \u2014 refusing to rebuild identity from scratch; fix or remove the file explicitly`);return o.value}async function Hl(t){let{repo:e,repoDir:r,contextDir:n,settings:o}=t,i=await vg(r,t.ref??"HEAD"),s=Qr(o.ignore),a=i.files.filter(k=>!s(k.path)),c=$g(a,o.containerNodeCap),l=Kl(n,e),u=new Map,p=null;l?.builtFromCommit&&l.builtFromCommit!==i.commit?await tT(r).raw(["cat-file","-e",`${l.builtFromCommit}^{commit}`]).then(()=>!0).catch(()=>!1)&&(u=pg(await dg(r,l.builtFromCommit,i.commit)),p=new Map((await ei(r,l.builtFromCommit)).map(h=>[h.path,h.blobHash]))):l?.builtFromCommit===i.commit&&(p=new Map(a.map(k=>[k.path,k.blobHash])));let d=new Map(a.map(k=>[k.path,k.blobHash])),f=lg({repo:e,headCommit:i.commit,headDate:i.commitDate,prev:l,currentKeys:gg(e,c),renameChains:u,prevBlobByPath:p,headBlobByPath:d}),m=hg(e,i.commit,c,f.byKey),y=Qr([...o.ignore,...Xn]),b=cg({repo:e,headTimeSec:i.commitTimeSec,filesets:await ag(r,i.commit,o.cochange.windowCommits),pathToCurrent:Ss(f.table),currentPaths:new Set(a.map(k=>k.path)),ignored:y,settings:o.cochange}),w=[{path:Io(e),content:Za(f.table)},...m.files.map(k=>({path:k.path,content:k.content})),{path:Ka(e),content:Ur({modelFormatVersion:2,repo:e,builtFromCommit:i.commit,edges:b})}];return{repo:e,headCommit:i.commit,files:w,emittedShardPaths:new Set(m.files.map(k=>k.path)),counts:{...m.counts,correlates:b.length},identityTable:f.table,entityByKey:f.byKey}}var rT,Wl=E(()=>{"use strict";M();Es();ug();fg();yg();ti();rT=1500});import{existsSync as Ig,readFileSync as Cg,readdirSync as nT}from"node:fs";import{join as ql}from"node:path";import{parse as Pg}from"yaml";function oT(t,e){if(!t||!e)return null;let r=Date.parse(`${t}T00:00:00Z`),n=Date.parse(`${e}T00:00:00Z`);return!Number.isFinite(r)||!Number.isFinite(n)?null:Math.abs(r-n)/864e5}function Ag(t,e,r){let n=new Set(t.files.map(d=>d.key)),o=new Set(e.files.map(d=>d.key)),i=0;for(let d of n)o.has(d)&&i++;if(i<Ya)return null;let s=i/Math.min(n.size,o.size),a=oT(t.date,e.date),c=a===null?1:Math.pow(.5,a/r),l=Math.round(s*c*Tg)/Tg;if(l<=0)return null;let[u,p]=t.taskKey<e.taskKey?[Re(t.taskKey),Re(e.taskKey)]:[Re(e.taskKey),Re(t.taskKey)];return{kind:"relates",from:u,to:p,weight:l}}function _g(t,e){let r=new Map(t.map(s=>[s.taskKey,s])),n=new Map;for(let s of t)for(let a of s.files)n.has(a.key)||n.set(a.key,[]),n.get(a.key).push(s.taskKey);let o=new Set,i=[];for(let s of n.values())if(!(s.length<2))for(let a=0;a<s.length;a++)for(let c=a+1;c<s.length;c++){let[l,u]=s[a]<s[c]?[s[a],s[c]]:[s[c],s[a]],p=`${l}\0${u}`;if(o.has(p))continue;o.add(p);let d=Ag(r.get(l),r.get(u),e);d&&i.push(d)}return i.sort((s,a)=>s.from<a.from?-1:s.from>a.from?1:s.to<a.to?-1:1)}function jg(t,e,r,n){let o=Re(r),i=t.filter(a=>a.from!==o&&a.to!==o),s=e.find(a=>a.taskKey===r);if(s){let a=new Set(s.files.map(c=>c.key));for(let c of e){if(c.taskKey===r||!c.files.some(u=>a.has(u.key)))continue;let l=Ag(s,c,n);l&&i.push(l)}}return i.sort((a,c)=>a.from<c.from?-1:a.from>c.from?1:a.to<c.to?-1:1)}function Ts(t){let e=ql(t,"model/facts/events");if(!Ig(e))return[];let r=[];for(let n of nT(e).sort())if(n.endsWith(".yaml"))try{let o=Yt(Pg(Cg(ql(e,n),"utf-8")));o.ok&&r.push(o.value)}catch{}return r}function Ng(t){let e=ql(t,Mr);if(!Ig(e))return[];try{let r=Co(Pg(Cg(e,"utf-8")));return r.ok?r.value.edges:[]}catch{return[]}}function Is(t){return Ur({modelFormatVersion:2,repo:"",builtFromCommit:"",edges:t})}var Tg,Yl=E(()=>{"use strict";M();Tg=1e4});var ri={};Me(ri,{collectSearchRows:()=>Lg,readContextIndexHub:()=>iT,rebuildSearchIndex:()=>Mg,searchIndexPath:()=>_s,searchModelIndex:()=>sT,toFtsQuery:()=>Dg});import{existsSync as Zn,readFileSync as Jn,readdirSync as Ps}from"node:fs";import{join as jt}from"node:path";import{parse as As}from"yaml";function _s(t){return jt(t,".git","codepipe-model-index.sqlite")}function iT(t){let e=jt(t,"project.yaml");if(!Zn(e))return"off";try{let n=As(Jn(e,"utf-8"))?.context,o=n&&typeof n=="object"?n.index:null;return(o&&typeof o=="object"?o.hub:null)==="metadata"?"metadata":"off"}catch{return"off"}}async function Og(){try{let{createRequire:t}=await import("node:module");return t(import.meta.url)("node:sqlite")}catch{return null}}function Cs(t){return t.length>Ni?t.slice(0,Ni):t}function Vl(t){if(!Zn(t))return[];let e=[];for(let r of Ps(t,{withFileTypes:!0}).sort((n,o)=>n.name<o.name?-1:1)){let n=jt(t,r.name);r.isDirectory()?e.push(...Vl(n)):r.name.endsWith(".yaml")&&e.push(n)}return e}function Lg(t){let e=[];for(let i of Vl(jt(t,"model/derived/structure"))){let s;try{s=As(Jn(i,"utf-8"))}catch{continue}let a=qt(s);if(a.ok)for(let c of a.value.nodes){let l=re(c.key);l&&e.push({nodeId:c.key,kind:l.level,text:Cs(`${l.path} ${c.label??""}`.trim())})}}let r=jt(t,"model/facts/events");if(Zn(r)){for(let i of Ps(r).sort())if(i.endsWith(".yaml"))try{let s=Yt(As(Jn(jt(r,i),"utf-8")));if(!s.ok)continue;let a=s.value,c=[...a.links?.adr??[],...a.links?.tasks??[]].join(" ");e.push({nodeId:`task::${a.taskKey}`,kind:"task",text:Cs(`${a.taskKey} ${a.title??""} ${c}`.trim())})}catch{}}let n=jt(t,"model/facts/annotations");if(Zn(n)){let i=new Map;for(let s of Vl(jt(t,"model/facts/identity")))try{let a=As(Jn(s,"utf-8"));for(let c of a?.entities??[])c.status==="active"&&c.entityId&&c.currentKey&&i.set(c.entityId,c.currentKey)}catch{}for(let s of Ps(n).sort())if(s.endsWith(".md"))try{let a=Jn(jt(n,s),"utf-8"),c=/^---\n[\s\S]*?entityId:\s*(e_[0-9a-f]{8})[\s\S]*?\n---\n?([\s\S]*)$/.exec(a);if(!c)continue;e.push({nodeId:i.get(c[1])??c[1],kind:"annotation",text:Cs(c[2].trim())})}catch{}}let o=jt(t,"adr");if(Zn(o))for(let i of Ps(o).sort()){let s=/^(\d{4})-/.exec(i)?.[1];if(!(!s||!i.endsWith(".md")))try{let a=Jn(jt(o,i),"utf-8").split(`
|
|
809
|
-
`).slice(0,6);e.push({nodeId:`adr::ADR-${s}`,kind:"adr",text:
|
|
805
|
+
`).map(w=>w.trim().toUpperCase()).filter(w=>w.length>0).some(w=>l.has(w))?p++:u.push(f);if(p===0)return{commit:(await t.revparse([i])).trim(),dropped:0};await t.checkout(["-B",n,a]);for(let f of u)try{await t.raw([...Ll,"cherry-pick","--allow-empty","--keep-redundant-commits",f])}catch(m){await t.raw(["cherry-pick","--abort"]).catch(()=>{}),await t.checkout(["-B",n,i]).catch(()=>{});let y=m instanceof Error?m.message:String(m);throw new Error(`rewrite_cluster_branch: replaying ${f.slice(0,10)} after dropping ${o.join(", ")} hit conflicts
|
|
806
|
+
${y.trim()}`)}let d=(await t.revparse(["HEAD"])).trim();return await t.push(["--force-with-lease","-u","origin",n]),{commit:d,dropped:p}}async function Ph(t,e,r){let{branchName:n,baseBranch:o,mergeMethod:i,deleteBranch:s}=r,a=`origin/${n}`;return i==="squash"?(await t.raw(["merge","--squash",a]),await t.commit(`Merge branch '${n}'`)):i==="rebase"?(await t.checkout(["-B",n,a]),await t.rebase([o]),await t.checkout(o),await t.merge(["--ff-only",n])):await t.merge(["--no-ff",a,"-m",`Merge branch '${n}'`]),await t.push(["origin",o]),s&&await t.push(["origin","--delete",n]).catch(()=>{}),{mergedSha:(await t.revparse(["HEAD"])).trim()}}function Ml(t){return t.mirror?Rh(t.mirror.host,t.mirror.owner,t.mirror.repoName):Rh(t.host,t.owner,t.repoName)}function Rh(t,e,r){return t==="github"?`git@github.com:${e}/${r}.git`:t==="gitlab"?`git@gitlab.com:${e}/${r}.git`:`git@bitbucket.org:${e}/${r}.git`}function zn(t){return t.host==="github"?`git@github.com:${t.owner}/${t.repoName}.git`:t.host==="gitlab"?`git@gitlab.com:${t.owner}/${t.repoName}.git`:`git@bitbucket.org:${t.owner}/${t.repoName}.git`}async function Ss(t){return(await Ol().listRemote(["--heads",t])).split(`
|
|
807
|
+
`).map(r=>r.trim()).filter(r=>r.length>0).map(r=>r.split(/\s+/)[1]??"").filter(r=>r.startsWith("refs/heads/")).map(r=>r.slice(11))}function jh(t,e){let r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(^|[^a-zA-Z0-9])${r}($|[^0-9])`,"i").test(t)}var Ll,Xn=x(()=>{"use strict";xs();Ll=["-c","user.name=CodePipe","-c","user.email=codepipe@codepartner.ee"]});import{createCipheriv as DT,createDecipheriv as UT,createHash as BT,createPrivateKey as FT,createPublicKey as Dl,diffieHellman as Nh,generateKeyPairSync as Oh,hkdfSync as Lh,randomBytes as GT}from"node:crypto";function Es(){let{publicKey:t,privateKey:e}=Oh("x25519");return{publicKey:t.export({type:"spki",format:"der"}).toString("base64"),privateKey:e.export({type:"pkcs8",format:"der"}).toString("base64")}}function tt(t){let e=Buffer.from(t,"base64");return(BT("sha256").update(e).digest("hex").slice(0,32).match(/.{2}/g)??[]).join(":")}function ir(t,e){let r=Dl({key:Buffer.from(t,"base64"),type:"spki",format:"der"}),{publicKey:n,privateKey:o}=Oh("x25519"),i=n.export({type:"spki",format:"der"}),s=r.export({type:"spki",format:"der"}),a=Nh({privateKey:o,publicKey:r}),c=Buffer.from(Lh("sha256",a,Buffer.concat([i,s]),Mh,32)),l=GT(12),u=DT("aes-256-gcm",c,l),p=typeof e=="string"?Buffer.from(e,"utf-8"):e,d=Buffer.concat([u.update(p),u.final()]),f=u.getAuthTag(),m={v:1,epk:i.toString("base64"),iv:l.toString("base64"),tag:f.toString("base64"),ct:d.toString("base64")};return Buffer.from(JSON.stringify(m),"utf-8").toString("base64")}function Jn(t,e){let r=JSON.parse(Buffer.from(e,"base64").toString("utf-8"));if(r.v!==1)throw new Error(`sealedbox: unsupported envelope version ${r.v}`);let n=FT({key:Buffer.from(t,"base64"),type:"pkcs8",format:"der"}),o=Dl({key:Buffer.from(r.epk,"base64"),type:"spki",format:"der"}),i=o.export({type:"spki",format:"der"}),s=Dl(n).export({type:"spki",format:"der"}),a=Nh({privateKey:n,publicKey:o}),c=Buffer.from(Lh("sha256",a,Buffer.concat([i,s]),Mh,32)),l=UT("aes-256-gcm",c,Buffer.from(r.iv,"base64"));return l.setAuthTag(Buffer.from(r.tag,"base64")),Buffer.concat([l.update(Buffer.from(r.ct,"base64")),l.final()])}var Mh,$t=x(()=>{"use strict";Mh=Buffer.from("devpipe-sealedbox-v1","utf-8")});function ri(t,e=process.env){if(!t)return!1;let r=`https://x-access-token:${t}@github.com/`,n=Number.parseInt(e.GIT_CONFIG_COUNT??"0",10)||0,o=(i,s)=>{e[`GIT_CONFIG_KEY_${n+i}`]=`url.${r}.insteadOf`,e[`GIT_CONFIG_VALUE_${n+i}`]=s};return o(0,"git@github.com:"),o(1,"ssh://git@github.com/"),e.GIT_CONFIG_COUNT=String(n+2),!0}function ni(t,e=process.env){if(!t)return!1;let r=`https://oauth2:${t}@gitlab.com/`,n=Number.parseInt(e.GIT_CONFIG_COUNT??"0",10)||0,o=(i,s)=>{e[`GIT_CONFIG_KEY_${n+i}`]=`url.${r}.insteadOf`,e[`GIT_CONFIG_VALUE_${n+i}`]=s};return o(0,"git@gitlab.com:"),o(1,"ssh://git@gitlab.com/"),e.GIT_CONFIG_COUNT=String(n+2),!0}function oi(t,e=process.env){if(!t)return!1;let r=`https://${er}:${encodeURIComponent(t)}@bitbucket.org/`,n=Number.parseInt(e.GIT_CONFIG_COUNT??"0",10)||0,o=(i,s)=>{e[`GIT_CONFIG_KEY_${n+i}`]=`url.${r}.insteadOf`,e[`GIT_CONFIG_VALUE_${n+i}`]=s};return o(0,"git@bitbucket.org:"),o(1,"ssh://git@bitbucket.org/"),e.GIT_CONFIG_COUNT=String(n+2),!0}function Ul(t,e,r,n){let o=Number.parseInt(n.GIT_CONFIG_COUNT??"0",10)||0,i=!1;for(let s=0;s<o;s++){let a=n[`GIT_CONFIG_KEY_${s}`];a&&t.test(a)&&(n[`GIT_CONFIG_KEY_${s}`]=`url.${e}.insteadOf`,i=!0)}return i||r()}function Uh(t,e=process.env){return Ul(/^url\.https:\/\/[^@]+@github\.com\/\.insteadOf$/,`https://x-access-token:${t}@github.com/`,()=>ri(t,e),e)}function Bh(t,e=process.env){return Ul(/^url\.https:\/\/[^@]+@gitlab\.com\/\.insteadOf$/,`https://oauth2:${t}@gitlab.com/`,()=>ni(t,e),e)}function Fh(t,e=process.env){return Ul(/^url\.https:\/\/[^@]+@bitbucket\.org\/\.insteadOf$/,`https://${er}:${encodeURIComponent(t)}@bitbucket.org/`,()=>oi(t,e),e)}var Ts=x(()=>{"use strict";D()});import{existsSync as eI,readFileSync as tI}from"node:fs";import{join as rI}from"node:path";import{isMap as eg,parseDocument as nI}from"yaml";async function tg(t,e){let r=e.repoName?.trim(),n=e.defaultBranch?.trim();if(!r)throw new Error("repoName must be a non-empty string");if(!n||!lr(n))throw new Error(`"${e.defaultBranch}" is not a valid git branch name`);return await Le(t,async()=>{let o=ng(t,r,i=>i.set("default_branch",n));await Ve(t,[{path:"project.yaml",content:o}],`chore(config): set ${r} default branch to ${n}`)}),{repoName:r,defaultBranch:n}}async function rg(t,e,r){await Le(t,async()=>{let n=ng(t,e,o=>o.set("mirror",{host:r.host,owner:r.owner,repo:r.repoName}));await Ve(t,[{path:"project.yaml",content:n}],`chore(config): set ${e} mirror`)})}function ng(t,e,r){let n=rI(t,"project.yaml");if(!eI(n))throw new Error(`project.yaml not found in context repo (${t})`);let o=nI(tI(n,"utf-8"));return r(Bl(o,e)),o.toString()}function Bl(t,e){let r=t.get("repos"),o=(r&&typeof r=="object"&&"items"in r?r.items:[]).find(i=>eg(i)&&String(i.get("name")??i.get("repo")??"")===e);if(!eg(o))throw new Error(`repo "${e}" not found in project.yaml repos[]`);return o}var Is=x(()=>{"use strict";D();Me()});import{existsSync as ql,readFileSync as Yl}from"node:fs";import{join as Vl}from"node:path";import{simpleGit as lg}from"simple-git";import{parse as zl}from"yaml";function dg(t,e){if(t)try{return new RegExp(t,"g")}catch{}if(e){let r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`\\b${r}-\\d+\\b`,"g")}return new RegExp(uI.source,"g")}function pg(t){let e=Vl(t,"project.yaml");if(ql(e))try{let o=zl(Yl(e,"utf-8"))?.youtrack,i=o&&typeof o=="object"?o.project_key:null;if(typeof i=="string"&&i.trim())return i.trim()}catch{}let r=Vl(t,"tracker","config.yaml");if(ql(r))try{let o=zl(Yl(r,"utf-8"))?.prefix;if(typeof o=="string"&&o.trim())return o.trim()}catch{}return null}function fg(t){if(t.includes("=>")){let r=t.replace(/\{([^{}]*) => ([^{}]*)\}/g,(o,i,s)=>s).replace(/\/\//g,"/");if(!r.includes("=>"))return r;let n=r.split("=>");return(n[n.length-1]??r).trim()}return t}async function dI(t,e,r){let o=await lg(t).raw(["log","--numstat","--format=@@@ %H %ct %P %x09%s","-n",String(r),e]),i=[],s=null;for(let a of o.split(`
|
|
808
|
+
`))if(a.startsWith("@@@ ")){let c=a.indexOf(" "),l=(c>=0?a.slice(4,c):a.slice(4)).trim().split(/\s+/),u=c>=0?a.slice(c+1):"",p=l[0]??"",d=Number(l[1]??0),f=l.slice(2),m=Xl.exec(u)??ug.exec(u);s={sha:p,timeSec:d,subject:u,files:[],prNumber:m?Number(m[1]):null,isMerge:f.length>1},i.push(s)}else if(a.trim()&&s){let c=/^(\d+|-)\t(\d+|-)\t(.+)$/.exec(a);if(!c)continue;let l=c[1]==="-"?0:Number(c[1]),u=c[2]==="-"?0:Number(c[2]);s.files.push({path:fg(c[3]),churn:l+u})}return i}async function pI(t,e){let n=await lg(t).raw(["diff","--numstat",`${e}^1`,e]).catch(()=>""),o=[];for(let i of n.split(`
|
|
809
|
+
`)){let s=/^(\d+|-)\t(\d+|-)\t(.+)$/.exec(i);if(!s)continue;let a=s[1]==="-"?0:Number(s[1]),c=s[2]==="-"?0:Number(s[2]);o.push({path:fg(s[3]),churn:a+c})}return o}function fI(t){let{repo:e,issueKeyRe:r,commits:n,pathToCurrent:o,entityByKey:i,ignored:s}=t,a=new Map;for(let c of[...n].reverse()){let l=[...new Set(c.subject.match(r)??[])],u,p,d=l.slice(1);if(l.length>0)u=l[0],p=c.subject.replace(new RegExp(`^\\s*${u.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}\\s*[:\u2014-]\\s*`),"").replace(Xl,"").trim();else if(c.prNumber!==null){if((t.trackerProjectKey??"").toUpperCase()==="PR")continue;u=`PR-${c.prNumber}`,p=c.subject.replace(Xl,"").replace(ug,"").replace(/^from\s+/,"").trim()||c.subject}else continue;if(!/^[A-Za-z0-9._-]+$/.test(u))continue;let f=new Map;for(let w of c.files){let b=o.get(w.path)??w.path;s(b)||f.set(b,(f.get(b)??0)+w.churn)}if(f.size===0)continue;let y=a.get(u)??{modelFormatVersion:2,taskKey:u,origin:"bootstrap",title:"",commits:[],files:[]};p&&(y.title=p),c.timeSec>0&&(y.date=new Date(c.timeSec*1e3).toISOString().slice(0,10)),y.commits.push(c.sha);for(let[w,b]of f){let k=be("code",e,w),$=y.files.find(h=>h.key===k);if($)$.churn=($.churn??0)+b;else{let h=i.get(k);y.files.push({key:k,...h?{entityId:h}:{},churn:b})}}if(d.length>0){let w=new Set([...y.links?.tasks??[],...d]);w.delete(u),y.links={...y.links??{},tasks:[...w].sort()}}a.set(u,y)}return a}function cg(t,e){if(!t)return e;if(t.origin==="pipeline")return null;let r=[...new Set([...t.commits,...e.commits])],n=new Map(t.files.map(i=>[i.key,i]));for(let i of e.files)n.has(i.key)||n.set(i.key,i);let o=[...new Set([...t.links?.tasks??[],...e.links?.tasks??[]])].sort();return{...t,commits:r,files:[...n.values()],...o.length>0?{links:{...t.links??{},tasks:o}}:{}}}async function mg(t){let e=await dI(t.repoDir,t.headCommit,t.windowCommits);for(let r of e){let n=(r.subject.match(t.issueKeyRe)??[]).length>0;t.issueKeyRe.lastIndex=0,r.isMerge&&r.prNumber!==null&&!n&&r.files.length===0&&(r.files=await pI(t.repoDir,r.sha))}return fI({repo:t.repo,issueKeyRe:t.issueKeyRe,commits:e,pathToCurrent:t.pathToCurrent,entityByKey:t.entityByKey,ignored:t.ignored,trackerProjectKey:t.trackerProjectKey??null})}function hg(t,e){let r=new Map;for(let i of e)for(let[s,a]of i){let c=r.get(s);r.set(s,c?cg(c,a)??c:a)}let n=[],o=0;for(let[i,s]of[...r.entries()].sort(([a],[c])=>a<c?-1:1)){let a=cg(Cs(t,i),s);if(!a){o++;continue}n.push({path:Hr(i),content:Tn(a)})}return{files:n,skippedPipeline:o}}function Cs(t,e){let r=Vl(t,Hr(e));if(!ql(r))return null;try{let n=Jt(zl(Yl(r,"utf-8")));return n.ok?n.value:null}catch{return null}}var uI,Xl,ug,Jl=x(()=>{"use strict";D();uI=/\b[A-Z][A-Z0-9]{1,9}-\d+\b/g,Xl=/\(#(\d+)\)\s*$/,ug=/^Merge pull request #(\d+)\b/});import{simpleGit as mI}from"simple-git";async function yg(t,e,r){let o=await mI(t).raw(["log","--no-merges","--name-only","--format=@@@ %H %ct","-n",String(r),e]),i=[],s=null;for(let a of o.split(`
|
|
810
|
+
`))if(a.startsWith("@@@ ")){let[c,l]=a.slice(4).trim().split(/\s+/);s={sha:c??"",timeSec:Number(l??0),files:[]},i.push(s)}else a.trim()&&s&&s.files.push(a.trim());return i}function As(t){let e=new Map;for(let r of t.entities){if(r.status!=="active"||!r.aliases)continue;let n=ne(r.currentKey);if(n?.level==="code")for(let o of r.aliases){let i=ne(o.key);i?.level==="code"&&e.set(i.path,n.path)}}return e}function wg(t){let{repo:e,headTimeSec:r,filesets:n,pathToCurrent:o,currentPaths:i,ignored:s,settings:a}=t,c=a.halfLifeDays*86400,l=new Map,u=new Map,p=new Map;for(let b of n){let k=new Set;for(let _ of b.files){let E=o.get(_)??_;!i.has(E)||s(E)||k.add(E)}if(k.size<2||k.size>a.commitFileCap)continue;let $=Math.max(0,r-b.timeSec),h=Math.pow(.5,$/c),R=[...k].sort();for(let _ of R)l.set(_,(l.get(_)??0)+h);for(let _=0;_<R.length;_++)for(let E=_+1;E<R.length;E++){let M=`${R[_]}\0${R[E]}`;u.set(M,(u.get(M)??0)+h),p.set(M,(p.get(M)??0)+1)}}let d=[],f=a.jaccardMinPct/100;for(let[b,k]of u){if((p.get(b)??0)<a.supportMin)continue;let[$,h]=b.split("\0"),R=(l.get($)??0)+(l.get(h)??0)-k,_=R>0?k/R:0;_<f||d.push({a:$,b:h,weight:Math.round(_*gg)/gg})}let m=new Map;for(let b of d)for(let k of[b.a,b.b])m.has(k)||m.set(k,[]),m.get(k).push(b);let y=new Map;for(let[,b]of m)b.sort((k,$)=>$.weight-k.weight||(k.a<$.a?-1:k.a>$.a?1:k.b<$.b?-1:1)).slice(0,a.topK).forEach(k=>y.set(k,(y.get(k)??0)+1));return[...y.entries()].filter(([,b])=>b===2).map(([b])=>b).map(b=>({kind:"correlates",from:be("code",e,b.a),to:be("code",e,b.b),weight:b.weight})).sort((b,k)=>b.from<k.from?-1:b.from>k.from?1:b.to<k.to?-1:1)}var Qn,gg,_s=x(()=>{"use strict";D();Qn=["package-lock.json","pnpm-lock.yaml","yarn.lock"];gg=1e4});import{createHash as hI}from"node:crypto";function yI(t,e,r,n){for(let o=0;;o++){let s=`e_${hI("sha256").update(`${t}\0${e}\0${r}\0${o}`).digest("hex").slice(0,8)}`;if(!n.has(s))return s}}function bg(t){let{repo:e,headCommit:r,headDate:n,prev:o,renameChains:i,prevBlobByPath:s,headBlobByPath:a}=t,c=[...t.currentKeys].sort(),l=new Set(c),u=o?.entities??[],p=new Set(u.map(E=>E.entityId)),d=new Set,f=[],m=new Map,y=(E,M)=>{d.add(M),m.set(M,E.entityId),f.push(E)},w=[];for(let E of u)l.has(E.currentKey)&&!d.has(E.currentKey)?y({...E,status:"active",lastSeen:r},E.currentKey):w.push(E);let b=[],k=[];for(let E of w){let M=ne(E.currentKey),P=M?i.get(M.path):void 0;if(M&&P){let B=be(M.level,e,P.finalPath);if(l.has(B)&&!d.has(B)){b.push({entity:E,newKey:B,untilCommit:P.commit}),d.add(B);continue}}k.push(E)}let $=[];if(s){let E=new Map;for(let P of c){if(d.has(P))continue;let B=ne(P);if(B?.level!=="code")continue;let H=a.get(B.path);H&&E.set(H,E.has(H)?null:P)}let M=new Map;for(let P of k){let B=ne(P.currentKey);if(B?.level!=="code")continue;let H=s.get(B.path);H&&M.set(H,M.has(H)?null:P)}for(let P of k){let B=ne(P.currentKey),H=B?.level==="code"?s.get(B.path):void 0,A=H?E.get(H):void 0;H&&A&&M.get(H)===P&&!d.has(A)?(b.push({entity:P,newKey:A,untilCommit:r}),d.add(A)):$.push(P)}}else $.push(...k);let h=new Map;for(let E of b){let M=ne(E.entity.currentKey),P=ne(E.newKey);if(M?.level!=="code"||!P)continue;let B=M.path,H=P.path;for(let A=B.lastIndexOf("/");A>0;A=B.lastIndexOf("/",A-1)){let g=B.slice(0,A),T=B.slice(A+1);if(!H.endsWith(`/${T}`))continue;let I=H.slice(0,H.length-T.length-1);if(I===g)continue;let G=`${g}\0${I}`,Y=h.get(G);h.set(G,{count:(Y?.count??0)+1,commit:Y&&Y.commit>E.untilCommit?Y.commit:E.untilCommit})}}let R=[...h.entries()].filter(([,E])=>E.count>=gI).map(([E,M])=>{let[P,B]=E.split("\0");return{from:P,to:B,commit:M.commit}}).sort((E,M)=>M.from.length-E.from.length||(E.from<M.from?-1:1)),_=[];for(let E of $){let M=ne(E.currentKey),P=!1;if(M?.level==="component")for(let B of R){let H=null;if(M.path===B.from?H=B.to:M.path.startsWith(`${B.from}/`)&&(H=B.to+M.path.slice(B.from.length)),H===null)continue;let A=be("component",e,H);l.has(A)&&!d.has(A)&&(b.push({entity:E,newKey:A,untilCommit:B.commit}),d.add(A),P=!0);break}P||_.push(E)}for(let E of b.sort((M,P)=>M.newKey<P.newKey?-1:1))y({...E.entity,currentKey:E.newKey,aliases:[...E.entity.aliases??[],{key:E.entity.currentKey,until:E.untilCommit}],status:"active",lastSeen:r},E.newKey);for(let E of _)f.push({...E,status:"orphaned"});for(let E of c){if(d.has(E))continue;let M=yI(e,E,r,p);p.add(M),y({entityId:M,currentKey:E,firstSeen:n,lastSeen:r,status:"active"},E)}return{table:{modelFormatVersion:2,repo:e,builtFromCommit:r,entities:f},byKey:m}}var gI,kg=x(()=>{"use strict";D();gI=5});import{simpleGit as wI}from"simple-git";async function vg(t,e,r){let n=wI(t),o=(await n.raw(["rev-list","--reverse","--no-merges",`${e}..${r}`])).split(`
|
|
811
|
+
`).map(s=>s.trim()).filter(Boolean),i=[];for(let s of o){let c=(await n.raw(["diff","-M","-C","-z","--name-status","--diff-filter=R",`${s}^`,s]).catch(()=>"")).split("\0");for(let l=0;l+2<c.length;){if(!(c[l]??"").startsWith("R")){l+=1;continue}let p=c[l+1]??"",d=c[l+2]??"";p&&d&&i.push({fromPath:p,toPath:d,commit:s}),l+=3}}return i}function $g(t){let e=new Map,r=new Map;for(let n of t){let o=r.get(n.fromPath)??n.fromPath;r.delete(n.fromPath),r.set(n.toPath,o),e.set(o,{finalPath:n.toPath,commit:n.commit})}for(let[n,o]of e)o.finalPath===n&&e.delete(n);return e}var xg=x(()=>{"use strict"});function Ps(t){return be("container",t,bI)}function Sg(t){let e=t.lastIndexOf("/");return e<0?t:t.slice(e+1)}function Eg(t,e,r,n){let o=[],i=u=>{let p=be("code",t,u.path),d=n.get(p);return{key:p,level:"code",label:Sg(u.path),...d?{entityId:d}:{},contentHash:u.blobHash.slice(0,kI)}},s=(u,p)=>{let d=be("component",t,u),f=n.get(d);return{key:d,level:"component",label:Sg(u),...f?{entityId:f}:{},...p?{aggregate:!0}:{}}},a=(u,p,d)=>{let f=r.filesByDir.get(d)??[],m=r.childDirs.get(d)??[],y=[p,...f.map(i)],w=[...f.map(b=>({kind:"contains",from:p.key,to:be("code",t,b.path)})),...m.map(b=>({kind:"contains",from:p.key,to:be("component",t,b)}))];c(u,y,w)},c=(u,p,d)=>{let f={modelFormatVersion:2,repo:t,builtFromCommit:e,nodes:p,edges:d},m=Xt(f);if(!m.ok)throw new Error(`model build produced an invalid shard (${u||"root"}): ${m.errors.join("; ")}`);o.push({path:Za(t,u),content:oc(f)})},l={key:Ps(t),level:"container",label:t,...n.get(Ps(t))?{entityId:n.get(Ps(t))}:{}};a("",l,"");for(let u of r.components)r.collapsed.has(u)?c(u,[s(u,!0)],[]):a(u,s(u,!1),u);return o.sort((u,p)=>u.path<p.path?-1:u.path>p.path?1:0),{files:o,counts:r.counts}}function Tg(t,e){let r=[Ps(t)];for(let n of e.components)r.push(be("component",t,n));for(let[,n]of e.filesByDir)for(let o of n)r.push(be("code",t,o.path));return r.sort()}var bI,kI,Ig=x(()=>{"use strict";D();bI=".";kI=12});import{simpleGit as Cg}from"simple-git";function an(t){let e=new Set,r=[],n=new Set;for(let o of t){let i=o.trim();if(i)if(i.endsWith("/"))e.add(i.slice(0,-1));else if(i.includes("*")){let s=i.replace(/[.*+?^${}()|[\]\\]/g,a=>a==="*"?"\0":`\\${a}`).replace(/\0/g,".*");r.push(new RegExp(`^${s}$`))}else n.add(i)}return o=>{let i=o.split("/"),s=i[i.length-1]??o;if(n.has(o))return!0;for(let a of i)if(e.has(a)||n.has(a))return!0;return r.some(a=>a.test(s))}}async function _g(t,e="HEAD"){let r=Cg(t),n=(await r.revparse([e])).trim(),[o,i]=(await r.raw(["show","-s","--format=%cs %ct",n])).trim().split(/\s+/);return{commit:n,commitDate:o??"",commitTimeSec:Number(i??0),files:await ii(t,n)}}async function ii(t,e){let n=await Cg(t).raw(["ls-tree","-r","-z",e]),o=[];for(let i of n.split("\0")){if(!i)continue;let s=i.indexOf(" ");if(s<0)continue;let[,a,c]=i.slice(0,s).split(/\s+/);a!=="blob"||!c||o.push({path:i.slice(s+1),blobHash:c})}return o.sort((i,s)=>i.path<s.path?-1:i.path>s.path?1:0),o}function Rg(t){let e=t.lastIndexOf("/");return e<0?"":t.slice(0,e)}function Pg(t,e){let r=[...t].sort((m,y)=>m.path<y.path?-1:m.path>y.path?1:0),n=new Map,o=new Map;for(let m of r){let y=Rg(m.path);n.has(y)||n.set(y,[]),n.get(y).push(m);let w=y;for(;w!=="";){let b=Rg(w);o.has(b)||o.set(b,new Set),o.get(b).add(w),w=b}}let i=m=>[...o.get(m)??[]].sort(),s=Math.max(e,1)-1,a=new Set,c=new Set,l=[""];for(;l.length>0;){let m=l.shift(),y=(n.get(m)??[]).length+i(m).length;if(y<=s)s-=y,c.add(m),l.push(...i(m));else{if(m==="")return{components:[],collapsed:new Set,filesByDir:new Map,childDirs:new Map,counts:{component:0,code:0}};a.add(m)}}let u=[],p=new Map,d=new Map,f=0;for(let m of[...c].sort()){let y=n.get(m)??[];p.set(m,y),d.set(m,i(m)),f+=y.length,m!==""&&u.push(m)}for(let m of a)u.push(m);return u.sort(),{components:u,collapsed:a,filesByDir:p,childDirs:d,counts:{component:u.length,code:f}}}var Ag,si=x(()=>{"use strict";Ag=["dist/","build/","coverage/","*.lock","*.generated.*","__snapshots__/","vendor/","node_modules/"]});import{existsSync as jg,readFileSync as Ng}from"node:fs";import{join as Og}from"node:path";import{simpleGit as vI}from"simple-git";import{parse as Lg}from"yaml";function cn(t){let e={ignore:Ag,containerNodeCap:$I,cochange:{...gt},issueKeyPattern:null,enabled:!0},r=Og(t,"project.yaml");if(!jg(r))return e;let n;try{n=Lg(Ng(r,"utf-8"))}catch{return e}let o=n?.context,i=o&&typeof o=="object"?o.model:void 0;if(!i||typeof i!="object")return e;let s=i,a=Array.isArray(s.ignore)?s.ignore.filter(f=>typeof f=="string"&&f.trim().length>0):e.ignore,c=(f,m)=>typeof f=="number"&&Number.isInteger(f)&&f>0?f:m,l=c(s.container_node_cap,e.containerNodeCap),u=s.cochange&&typeof s.cochange=="object"?s.cochange:{},p={windowCommits:c(u.window_commits,e.cochange.windowCommits),commitFileCap:c(u.commit_file_cap,e.cochange.commitFileCap),supportMin:c(u.support_min,e.cochange.supportMin),jaccardMinPct:typeof u.jaccard_min_pct=="number"&&Number.isInteger(u.jaccard_min_pct)&&u.jaccard_min_pct>=0&&u.jaccard_min_pct<=100?u.jaccard_min_pct:e.cochange.jaccardMinPct,halfLifeDays:c(u.half_life_days,e.cochange.halfLifeDays),topK:c(u.top_k,e.cochange.topK)},d=typeof s.issue_key_pattern=="string"&&s.issue_key_pattern.trim().length>0?s.issue_key_pattern.trim():null;return{ignore:a,containerNodeCap:l,cochange:p,issueKeyPattern:d,enabled:s.enabled!==!1}}function Zl(t,e){let r=Og(t,jo(e));if(!jg(r))return null;let n=Lg(Ng(r,"utf-8")),o=Oo(n);if(!o.ok)throw new Error(`model: ${jo(e)} is malformed (${o.errors[0]}) \u2014 refusing to rebuild identity from scratch; fix or remove the file explicitly`);return o.value}async function Ql(t){let{repo:e,repoDir:r,contextDir:n,settings:o}=t,i=await _g(r,t.ref??"HEAD"),s=an(o.ignore),a=i.files.filter(k=>!s(k.path)),c=Pg(a,o.containerNodeCap),l=Zl(n,e),u=new Map,p=null;l?.builtFromCommit&&l.builtFromCommit!==i.commit?await vI(r).raw(["cat-file","-e",`${l.builtFromCommit}^{commit}`]).then(()=>!0).catch(()=>!1)&&(u=$g(await vg(r,l.builtFromCommit,i.commit)),p=new Map((await ii(r,l.builtFromCommit)).map(h=>[h.path,h.blobHash]))):l?.builtFromCommit===i.commit&&(p=new Map(a.map(k=>[k.path,k.blobHash])));let d=new Map(a.map(k=>[k.path,k.blobHash])),f=bg({repo:e,headCommit:i.commit,headDate:i.commitDate,prev:l,currentKeys:Tg(e,c),renameChains:u,prevBlobByPath:p,headBlobByPath:d}),m=Eg(e,i.commit,c,f.byKey),y=an([...o.ignore,...Qn]),w=wg({repo:e,headTimeSec:i.commitTimeSec,filesets:await yg(r,i.commit,o.cochange.windowCommits),pathToCurrent:As(f.table),currentPaths:new Set(a.map(k=>k.path)),ignored:y,settings:o.cochange}),b=[{path:jo(e),content:ic(f.table)},...m.files.map(k=>({path:k.path,content:k.content})),{path:Xa(e),content:Wr({modelFormatVersion:2,repo:e,builtFromCommit:i.commit,edges:w})}];return{repo:e,headCommit:i.commit,files:b,emittedShardPaths:new Set(m.files.map(k=>k.path)),counts:{...m.counts,correlates:w.length},identityTable:f.table,entityByKey:f.byKey}}var $I,eu=x(()=>{"use strict";D();_s();kg();xg();Ig();si();$I=1500});import{existsSync as Dg,readFileSync as Ug,readdirSync as xI}from"node:fs";import{join as tu}from"node:path";import{parse as Bg}from"yaml";function SI(t,e){if(!t||!e)return null;let r=Date.parse(`${t}T00:00:00Z`),n=Date.parse(`${e}T00:00:00Z`);return!Number.isFinite(r)||!Number.isFinite(n)?null:Math.abs(r-n)/864e5}function Fg(t,e,r){let n=new Set(t.files.map(d=>d.key)),o=new Set(e.files.map(d=>d.key)),i=0;for(let d of n)o.has(d)&&i++;if(i<ec)return null;let s=i/Math.min(n.size,o.size),a=SI(t.date,e.date),c=a===null?1:Math.pow(.5,a/r),l=Math.round(s*c*Mg)/Mg;if(l<=0)return null;let[u,p]=t.taskKey<e.taskKey?[Te(t.taskKey),Te(e.taskKey)]:[Te(e.taskKey),Te(t.taskKey)];return{kind:"relates",from:u,to:p,weight:l}}function Gg(t,e){let r=new Map(t.map(s=>[s.taskKey,s])),n=new Map;for(let s of t)for(let a of s.files)n.has(a.key)||n.set(a.key,[]),n.get(a.key).push(s.taskKey);let o=new Set,i=[];for(let s of n.values())if(!(s.length<2))for(let a=0;a<s.length;a++)for(let c=a+1;c<s.length;c++){let[l,u]=s[a]<s[c]?[s[a],s[c]]:[s[c],s[a]],p=`${l}\0${u}`;if(o.has(p))continue;o.add(p);let d=Fg(r.get(l),r.get(u),e);d&&i.push(d)}return i.sort((s,a)=>s.from<a.from?-1:s.from>a.from?1:s.to<a.to?-1:1)}function Kg(t,e,r,n){let o=Te(r),i=t.filter(a=>a.from!==o&&a.to!==o),s=e.find(a=>a.taskKey===r);if(s){let a=new Set(s.files.map(c=>c.key));for(let c of e){if(c.taskKey===r||!c.files.some(u=>a.has(u.key)))continue;let l=Fg(s,c,n);l&&i.push(l)}}return i.sort((a,c)=>a.from<c.from?-1:a.from>c.from?1:a.to<c.to?-1:1)}function js(t){let e=tu(t,"model/facts/events");if(!Dg(e))return[];let r=[];for(let n of xI(e).sort())if(n.endsWith(".yaml"))try{let o=Jt(Bg(Ug(tu(e,n),"utf-8")));o.ok&&r.push(o.value)}catch{}return r}function Hg(t){let e=tu(t,Kr);if(!Dg(e))return[];try{let r=No(Bg(Ug(e,"utf-8")));return r.ok?r.value.edges:[]}catch{return[]}}function Ns(t){return Wr({modelFormatVersion:2,repo:"",builtFromCommit:"",edges:t})}var Mg,ru=x(()=>{"use strict";D();Mg=1e4});var ai={};Ue(ai,{collectSearchRows:()=>qg,readContextIndexHub:()=>EI,rebuildSearchIndex:()=>Yg,searchIndexPath:()=>Ds,searchModelIndex:()=>TI,toFtsQuery:()=>Vg});import{existsSync as to,readFileSync as eo,readdirSync as Ls}from"node:fs";import{join as Ot}from"node:path";import{parse as Ms}from"yaml";function Ds(t){return Ot(t,".git","codepipe-model-index.sqlite")}function EI(t){let e=Ot(t,"project.yaml");if(!to(e))return"off";try{let n=Ms(eo(e,"utf-8"))?.context,o=n&&typeof n=="object"?n.index:null;return(o&&typeof o=="object"?o.hub:null)==="metadata"?"metadata":"off"}catch{return"off"}}async function Wg(){try{let{createRequire:t}=await import("node:module");return t(import.meta.url)("node:sqlite")}catch{return null}}function Os(t){return t.length>Di?t.slice(0,Di):t}function nu(t){if(!to(t))return[];let e=[];for(let r of Ls(t,{withFileTypes:!0}).sort((n,o)=>n.name<o.name?-1:1)){let n=Ot(t,r.name);r.isDirectory()?e.push(...nu(n)):r.name.endsWith(".yaml")&&e.push(n)}return e}function qg(t){let e=[];for(let i of nu(Ot(t,"model/derived/structure"))){let s;try{s=Ms(eo(i,"utf-8"))}catch{continue}let a=Xt(s);if(a.ok)for(let c of a.value.nodes){let l=ne(c.key);l&&e.push({nodeId:c.key,kind:l.level,text:Os(`${l.path} ${c.label??""}`.trim())})}}let r=Ot(t,"model/facts/events");if(to(r)){for(let i of Ls(r).sort())if(i.endsWith(".yaml"))try{let s=Jt(Ms(eo(Ot(r,i),"utf-8")));if(!s.ok)continue;let a=s.value,c=[...a.links?.adr??[],...a.links?.tasks??[]].join(" ");e.push({nodeId:`task::${a.taskKey}`,kind:"task",text:Os(`${a.taskKey} ${a.title??""} ${c}`.trim())})}catch{}}let n=Ot(t,"model/facts/annotations");if(to(n)){let i=new Map;for(let s of nu(Ot(t,"model/facts/identity")))try{let a=Ms(eo(s,"utf-8"));for(let c of a?.entities??[])c.status==="active"&&c.entityId&&c.currentKey&&i.set(c.entityId,c.currentKey)}catch{}for(let s of Ls(n).sort())if(s.endsWith(".md"))try{let a=eo(Ot(n,s),"utf-8"),c=/^---\n[\s\S]*?entityId:\s*(e_[0-9a-f]{8})[\s\S]*?\n---\n?([\s\S]*)$/.exec(a);if(!c)continue;e.push({nodeId:i.get(c[1])??c[1],kind:"annotation",text:Os(c[2].trim())})}catch{}}let o=Ot(t,"adr");if(to(o))for(let i of Ls(o).sort()){let s=/^(\d{4})-/.exec(i)?.[1];if(!(!s||!i.endsWith(".md")))try{let a=eo(Ot(o,i),"utf-8").split(`
|
|
812
|
+
`).slice(0,6);e.push({nodeId:`adr::ADR-${s}`,kind:"adr",text:Os(a.filter(c=>c.trim()).join(" "))})}catch{}}return e}async function Yg(t){let e=qg(t),r=await Wg();if(!r)return{rows:e,indexed:!1};let n=new r.DatabaseSync(Ds(t));try{n.exec("DROP TABLE IF EXISTS model_fts"),n.exec("CREATE VIRTUAL TABLE model_fts USING fts5(node_id UNINDEXED, kind UNINDEXED, text)");let o=n.prepare("INSERT INTO model_fts (node_id, kind, text) VALUES (?, ?, ?)");for(let i of e)o.run(i.nodeId,i.kind,i.text)}finally{n.close()}return{rows:e,indexed:!0}}function Vg(t){let e=t.match(/[\p{L}\p{N}_./-]+/gu)??[];return e.length===0?null:e.map((r,n)=>`"${r.replace(/"/g,"")}"${n===e.length-1?"*":""}`).join(" ")}async function TI(t,e,r){let n=await Wg();if(!n)throw new Error("model search needs Node with built-in sqlite (>= 22.13) on this CLI");to(Ds(t))||await Yg(t);let o=Vg(e);if(!o)return[];let i=Math.min(Math.max(r??20,1),rc),s=new n.DatabaseSync(Ds(t));try{return s.prepare(`SELECT node_id AS nodeId, kind, snippet(model_fts, 2, '[', ']', '\u2026', 10) AS snippet,
|
|
810
813
|
bm25(model_fts) AS rank
|
|
811
|
-
FROM model_fts WHERE model_fts MATCH ? ORDER BY bm25(model_fts), node_id LIMIT ?`).all(o,i).map(c=>({nodeId:c.nodeId,kind:c.kind,score:-c.rank,snippet:c.snippet}))}finally{s.close()}}var
|
|
812
|
-
`)[0]:String(a);return{repo:t.name,upstreamHead:null,updated:!1,error:c}}}async function
|
|
813
|
-
`).map(r=>r.trim()).filter(r=>r.startsWith(`${
|
|
814
|
-
`)){let[a,c]=s.trim().split(/\s+/);!a||!c||!/^[0-9a-f]{40}$/.test(a)||c.startsWith("refs/heads/")&&i.set(c.slice(11),a)}return i}var
|
|
815
|
-
`,{mode:384})}function jT(t){return Qg()[t]}function Ds(t,e){let r=Qg();r[t]=e,_T(r)}function Us(t,e){let r=Qe(e),n=jT(t);if(n&&n!==r)throw new Error(`farm ${t} key fingerprint changed (pinned ${n}, now ${r}) \u2014 refusing to seal. If the farm was re-registered intentionally, remove its entry from ${Ql()}.`);return r}var eu=E(()=>{"use strict";Je();kt()});import{setTimeout as NT}from"node:timers/promises";import OT from"ws";function Bs(t,e){let r=t.replace(/^http/,"ws")+`/cli/connect?token=${encodeURIComponent(e)}`;return new OT(r)}async function vr(t,e,r){return $r(t,e,"/projects",r)}async function ey(t,e){let r=await fetch(`${t}/farms`,{headers:{Authorization:`Bearer ${e}`}});if(!r.ok)throw new J(r.status,null,`GET /farms HTTP ${r.status}`);return await r.json()}async function Fs(t,e,r,n){return $r(t,e,`/farms/${encodeURIComponent(r)}/provision`,n)}async function ty(t,e,r,n){return $r(t,e,`/runners/${encodeURIComponent(r)}/gh-runners`,n)}async function ry(t,e,r,n){return $r(t,e,`/runners/${encodeURIComponent(r)}/gh-runners/teardown`,n)}async function ny(t,e){let r=await fetch(`${t}/sandbox/me`,{headers:{Authorization:`Bearer ${e}`}});if(r.ok)return"ok";if(r.status===401)return"unknown";if(r.status===404)return"unsupported";throw new J(r.status,null,`GET /sandbox/me HTTP ${r.status}`)}async function Gs(t,e){let r=await fetch(`${t}/sandbox/reg-token/cli`,{method:"POST",headers:{Authorization:`Bearer ${e}`}});if(!r.ok)throw new J(r.status,null,`POST /sandbox/reg-token/cli HTTP ${r.status}`);return await r.json()}async function tu(t,e){let r=await fetch(`${t}/projects/cli`,{headers:{Authorization:`Bearer ${e}`}});if(!r.ok)throw new J(r.status,null,`GET /projects/cli HTTP ${r.status}`);return(await r.json()).projects}async function oy(t,e,r={}){let n=r.attempts??3,o;for(let i=0;i<n;i++)try{let s=await tu(t,e),a=new Set;for(let c of s)c.id!==r.excludeProjectId&&c.trackerProvider==="internal"&&c.youtrackProjectKey&&a.add(c.youtrackProjectKey.toUpperCase());return a}catch(s){o=s,i<n-1&&await NT(r.delayMs??1500)}throw o}async function iy(t,e){let r=await fetch(`${t}/cli/bootstrap-request`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:e})});if(r.status===403){let n;try{n=(await r.json()).error}catch{}if(n==="registration_required")throw new ci(e)}if(!r.ok)throw new J(r.status,null,`bootstrap-request HTTP ${r.status}`);return await r.json()}async function sy(t,e){let r=await fetch(`${t}/cli/bootstrap-poll?request=${encodeURIComponent(e)}`);if(!r.ok)throw new J(r.status,null,`bootstrap-poll HTTP ${r.status}`);return await r.json()}async function ay(t,e,r){let n=await fetch(`${t}/projects/${encodeURIComponent(r)}/cli-tasks`,{headers:{Authorization:`Bearer ${e}`}});if(!n.ok)throw new J(n.status,null,`GET cli-tasks HTTP ${n.status}`);return await n.json()}async function cy(t,e,r,n){let o=await fetch(`${t}/projects/${encodeURIComponent(r)}/cli-tasks/${encodeURIComponent(n)}`,{headers:{Authorization:`Bearer ${e}`}});if(!o.ok)throw new J(o.status,null,`GET cli-task HTTP ${o.status}`);return await o.json()}async function ly(t,e,r,n,o){return $r(t,e,`/projects/${encodeURIComponent(r)}/tasks/${encodeURIComponent(n)}/command`,{command:o})}async function li(t,e,r,n){return $r(t,e,`/projects/${encodeURIComponent(r)}/index`,n)}async function ru(t,e,r,n){await $r(t,e,`/projects/${encodeURIComponent(r)}/init-status`,n)}async function uy(t,e,r,n){return $r(t,e,`/projects/${encodeURIComponent(r)}/repos`,n)}async function dy(t,e,r,n){let o=await fetch(`${t}/projects/${encodeURIComponent(r)}/repos/${encodeURIComponent(n)}`,{method:"DELETE",headers:{Authorization:`Bearer ${e}`}}),i=await o.text(),s=i?JSON.parse(i):null;if(!o.ok){let a=s&&typeof s=="object"&&"error"in s?String(s.error):`HTTP ${o.status}`;throw new J(o.status,s,a)}return s}async function se(t,e,r){let n=await fetch(`${t}/projects/${encodeURIComponent(r)}/cli-summary`,{headers:{Authorization:`Bearer ${e}`}});if(!n.ok)throw new J(n.status,null,`GET /projects/${r}/cli-summary HTTP ${n.status}`);return await n.json()}async function $r(t,e,r,n){let o=await fetch(`${t}${r}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e}`},body:JSON.stringify(n)}),i=await o.text(),s=i?JSON.parse(i):null;if(!o.ok){let a=s&&typeof s=="object"&&"error"in s?String(s.error):`HTTP ${o.status}`;throw new J(o.status,s,a)}return s}async function Ks(t,e,r){let n=await fetch(`${t}/projects/${encodeURIComponent(r)}/deliverables`,{headers:{Authorization:`Bearer ${e}`}});if(!n.ok)throw new J(n.status,null,`GET /deliverables HTTP ${n.status}`);return(await n.json()).deliverables}var J,ci,Be=E(()=>{"use strict";J=class extends Error{constructor(r,n,o){super(o);this.status=r;this.payload=n;this.name="HubHttpError"}};ci=class extends Error{constructor(r){super("registration_required");this.email=r;this.name="RegistrationRequiredError"}}});import{existsSync as jy,readFileSync as rI,readdirSync as nI}from"node:fs";import{join as Ny}from"node:path";import{simpleGit as oI}from"simple-git";import{parse as iI}from"yaml";function zs(t){let e=new Map,r=Ny(t,_i);if(!jy(r))return e;let n;try{n=iI(rI(r,"utf-8"))}catch{return e}let o=n?.repos;if(!o||typeof o!="object")return e;for(let[i,s]of Object.entries(o)){if(!s||typeof s!="object")continue;let a=s,c=a.counts??{};typeof a.builtFromCommit=="string"&&e.set(i,{builtFromCommit:a.builtFromCommit,counts:{component:typeof c.component=="number"?c.component:0,code:typeof c.code=="number"?c.code:0,correlates:typeof c.correlates=="number"?c.correlates:0}})}return e}function sI(t){let e={};for(let[r,n]of t)e[r]={builtFromCommit:n.builtFromCommit,counts:n.counts};return Fr({modelFormatVersion:2,repos:e})}function Oy(t,e){let r=Ny(t,e);if(!jy(r))return[];let n=[];for(let o of nI(r,{withFileTypes:!0})){let i=`${e}/${o.name}`;o.isDirectory()?n.push(...Oy(t,i)):n.push(i)}return n}async function Xs(t,e,r={}){let n=[],o=0;for(let d of e){n.push(...d.files);let f=`model/derived/structure/${d.repo}`;for(let m of Oy(t,f))d.emittedShardPaths.has(m)||(n.push({path:m,content:"",deleted:!0}),o++)}let i=zs(t);for(let d of e)i.set(d.repo,{builtFromCommit:d.headCommit,counts:d.counts});n.push({path:_i,content:sI(i)});let s=Ts(t),a=_g(s,r.halfLifeDays??mt.halfLifeDays);n.push({path:Mr,content:Is(a)});for(let d of e){let f=[];for(let m of s)for(let y of m.files)re(y.key)?.repo===d.repo&&f.push({kind:"touched_by",from:Re(m.taskKey),to:y.key,...y.churn!==void 0?{weight:y.churn}:{}});n.push({path:Ha(d.repo),content:Ur({modelFormatVersion:2,repo:d.repo,builtFromCommit:d.headCommit,edges:f})})}let c=oI(t),l=(await c.revparse(["HEAD"]).catch(()=>"")).trim(),u=`model: build ${e.map(d=>`${d.repo}@${d.headCommit.slice(0,10)}`).join(", ")}`;await Pe(t,n,u);let p=(await c.revparse(["HEAD"]).catch(()=>"")).trim();if(p!==l){let{rebuildSearchIndex:d}=await Promise.resolve().then(()=>(ni(),ri));await d(t).catch(()=>{})}return{committed:p!==l,filesWritten:n.filter(d=>!d.deleted).length,filesDeleted:o}}var Ly=E(()=>{"use strict";M();Yl();Le()});var Qs={};Me(Qs,{bootstrapDaemonModel:()=>cI,bootstrapModelForTargets:()=>du,bootstrapWorkspaceModel:()=>Fy,modelBootstrapCommand:()=>uu,modelBuildCommand:()=>lu,modelIndexExists:()=>Ky,rebuildWorkspaceModelIfStale:()=>uI,shouldAutoBootstrapModel:()=>lI,syncWorkspaceMirrors:()=>Gy});import{existsSync as Zs}from"node:fs";import{join as xr}from"node:path";import{cancel as aI,intro as My,log as su,outro as au}from"@clack/prompts";import{simpleGit as cu}from"simple-git";function Js(t){aI(t),process.exit(1)}function Dy(t,e,r){let n=t.spec.repos.filter(i=>!e||i.name===e);if(n.length===0)throw new Error(e?`repo "${e}" is not part of this project (see project.yaml)`:"the project has no repos configured");let o=[];for(let i of n){let s=i.mountAs==="."?t.root:xr(t.root,i.mountAs);if(!Zs(xr(s,".git"))){r(`${i.name}: no local clone at ${s} \u2014 skipped (run \`codepipe clone\` first)`);continue}o.push({name:i.name,dir:s,defaultBranch:i.defaultBranch||"main"})}if(o.length===0)throw new Error("nothing to do \u2014 no repo clones found");return o}async function Uy(t){let e=cu(t.dir),r=`origin/${t.defaultBranch}`;return await e.raw(["rev-parse","--verify",r]).then(()=>!0).catch(()=>!1)?r:"HEAD"}async function By(t,e,r,n){let o=[];for(let i of e)try{let s=await Hl({repo:i.name,repoDir:i.dir,contextDir:t,settings:r,ref:await Uy(i)});o.push(s),n(`${i.name}: ${s.counts.code} files, ${s.counts.component} components, ${s.counts.correlates} co-change edges @ ${s.headCommit.slice(0,10)}`)}catch(s){throw new Error(`${i.name}: ${s instanceof Error?s.message:String(s)}`)}return o}async function lu(t){My("codepipe model build");let e=Ne();e||Js("not inside a project workspace \u2014 run from a folder with .codepipe/ (see `codepipe init`)");try{let r=en(e.contextDir),n=Dy(e,t.repo,s=>su.warn(s)),o=await By(e.contextDir,n,r,s=>su.info(s)),i=await Xs(e.contextDir,o,{halfLifeDays:r.cochange.halfLifeDays});i.committed?au(`model updated: ${i.filesWritten} files written, ${i.filesDeleted} stale removed`):au("model already up to date (no changes)")}catch(r){Js(r instanceof Error?r.message:String(r))}}async function uu(t){My("codepipe model bootstrap");let e=Ne();e||Js("not inside a project workspace \u2014 run from a folder with .codepipe/ (see `codepipe init`)");try{await Fy(e,t.repo,{onLog:r=>su.info(r)})}catch(r){Js(r instanceof Error?r.message:String(r))}au("bootstrap complete")}async function Fy(t,e,r){let n=Dy(t,e,r.onLog);return du(t.contextDir,n,r)}async function du(t,e,r){let n=en(t),o=await By(t,e,n,r.onLog),i=rg(t),s=tg(n.issueKeyPattern,i),a=Qr([...n.ignore,...Xn]),c=[];for(let p of o){let d=e.find(m=>m.name===p.repo),f=await og({repo:p.repo,repoDir:d.dir,headCommit:p.headCommit,windowCommits:n.cochange.windowCommits,issueKeyRe:s,pathToCurrent:Ss(p.identityTable),entityByKey:p.entityByKey,ignored:a,trackerProjectKey:i});c.push(f),r.onLog(`${p.repo}: ${f.size} task events mined from history`)}let{files:l,skippedPipeline:u}=ig(t,c);return u>0&&r.onLog(`${u} events already recorded by the live pipeline \u2014 left untouched`),l.length>0&&await Pe(t,l,`model: bootstrap ${l.length} task events from history`),await Xs(t,o,{halfLifeDays:n.cochange.halfLifeDays}),{events:l.length}}async function cI(t,e,r,n){if(r.length===0)throw new Error("the project has no repos configured");let o=[];for(let s of r){let a=s.mountAs??s.name,c=a==="."?e.root:xr(e.root,a),l=s.defaultBranch||"main";c!==e.contextDir&&Zs(xr(c,".git"))?(await cu(c).fetch(["origin",l]).catch(()=>{}),o.push({name:s.name,dir:c,defaultBranch:l})):(n(`${s.name}: materializing clone in the daemon layout`),await br(t,s),o.push({name:s.name,dir:Ue(t,s.name),defaultBranch:l}))}let i=await du(e.contextDir,o,{onLog:n});return{repos:o.length,events:i.events}}async function Gy(t,e){let r=new Map;for(let n of t.repos){if(!n.mirror)continue;let o=n.mountAs==="."?t.root:xr(t.root,n.mountAs);if(!Zs(xr(o,".git")))continue;let{syncUpstream:i}=await Promise.resolve().then(()=>(Ls(),Os)),s=await i(n,o,{info:a=>e(`[mirror] ${a}`),warn:a=>e(`[mirror] ${a}`)});if(s.error||!s.upstreamHead){e(`[mirror] ${n.name}: sync failed (${s.error??"no upstream head"})`);continue}r.set(n.name,s.upstreamHead)}return r}function Ky(t){return zs(t).size>0}function lI(t){return en(t).enabled&&!Ky(t)}async function uI(t,e={}){let r=e.onLog??(()=>{}),n=en(t.contextDir),o=await Gy(t,r);if(!n.enabled)return{rebuilt:[],skipped:[]};let i=[],s=[],a=zs(t.contextDir),c=[];for(let l of t.repos){let u=l.mountAs==="."?t.root:xr(t.root,l.mountAs);if(!Zs(xr(u,".git")))continue;let p=cu(u),d=l.defaultBranch||"main",f=null;if(l.mirror){if(f=o.get(l.name)??null,!f){r(`[mirror] ${l.name}: map not rebuilt \u2014 sync did not complete`);continue}}else e.fetch&&await p.fetch(["origin",d]).catch(()=>{});let m=f??await Uy({name:l.name,dir:u,defaultBranch:d}),y=(await p.revparse([m]).catch(()=>"")).trim();if(y){if(a.get(l.name)?.builtFromCommit===y){s.push(l.name);continue}try{c.push(await Hl({repo:l.name,repoDir:u,contextDir:t.contextDir,settings:n,ref:y})),i.push(l.name)}catch(b){r(`[model] rebuild of ${l.name} failed: ${b instanceof Error?b.message:String(b)}`)}}}return c.length>0&&(await Xs(t.contextDir,c,{halfLifeDays:n.cochange.halfLifeDays}),r(`[model] release-path rebuild: ${i.join(", ")} (skipped up-to-date: ${s.join(", ")||"\u2014"})`)),{rebuilt:i,skipped:s}}var ui=E(()=>{"use strict";Le();Ly();Wl();Gl();Es();ti();Yn();Ct()});var Wy={};Me(Wy,{computeDriftReport:()=>hI,supersededAdrIds:()=>Hy});import{existsSync as pu,readFileSync as fu,readdirSync as mu}from"node:fs";import{join as Qn}from"node:path";import{parse as dI}from"yaml";import{simpleGit as pI}from"simple-git";function mI(t,e){let r=Qn(t,`model/derived/structure/${e}`),n=[],o="";if(!pu(r))return{nodes:n,builtFromCommit:o};for(let i of mu(r).sort()){if(!i.endsWith(".yaml"))continue;let s;try{let a=qt(dI(fu(Qn(r,i),"utf-8")));if(!a.ok)continue;s=a.value}catch{continue}o=s.builtFromCommit;for(let a of s.nodes){let c=re(a.key);!c||c.level!=="code"&&c.level!=="component"||n.push({key:a.key,path:c.path,level:c.level,contentHash:a.contentHash,entityId:a.entityId})}}return{nodes:n,builtFromCommit:o}}function Hy(t){let e=new Set,r=Qn(t,"adr");if(!pu(r))return e;for(let n of mu(r).sort()){let o=/^(\d{4})-/.exec(n)?.[1];if(!(!o||!n.endsWith(".md")))try{let i=fu(Qn(r,n),"utf-8").slice(0,600).toLowerCase();/status[^\n]*superseded/.test(i)&&e.add(`ADR-${o}`)}catch{}}return e}async function hI(t,e,r){let{nodes:n,builtFromCommit:o}=mI(e,r),i=(await pI(t).revparse(["HEAD"])).trim(),s=await ei(t,i),a=new Map(s.map(k=>[k.path,k.blobHash])),c=[],l=[],u=new Set,p=[];for(let k of n){if(k.level==="component"){p.push(k);continue}u.add(k.path);let x=a.get(k.path);x?k.contentHash&&x.slice(0,fI)!==k.contentHash&&c.push(k.key):l.push(k.key)}let d=0,f=new Map,m=new Set;for(let k of s){let x=k.path.lastIndexOf("/"),h=x<0?"":k.path.slice(0,x);f.has(h)||f.set(h,new Set),f.get(h).add(k.path),u.has(k.path)||d++;let T=h;for(;T!==""&&!m.has(T);)m.add(T),T=T.includes("/")?T.slice(0,T.lastIndexOf("/")):""}let y=new Map;for(let k of u){let x=k.lastIndexOf("/"),h=x<0?"":k.slice(0,x);y.has(h)||y.set(h,new Set),y.get(h).add(k)}for(let k of p){if(!m.has(k.path)){l.push(k.key);continue}let x=y.get(k.path)??new Set,h=f.get(k.path)??new Set;(x.size!==h.size||[...x].some(R=>!h.has(R)))&&c.push(k.key)}let b=[],w=Hy(e);if(w.size>0){let k=Qn(e,"model/facts/annotations"),x=new Map(n.filter(h=>h.entityId).map(h=>[h.entityId,h.key]));if(pu(k))for(let h of mu(k).sort()){if(!h.endsWith(".md"))continue;let T=h.replace(/\.md$/,""),R=x.get(T);if(R)try{(fu(Qn(k,h),"utf-8").match(/\bADR-(\d{3,4})\b/g)??[]).map(N=>`ADR-${N.slice(4).padStart(4,"0")}`).some(N=>w.has(N))&&b.push(R)}catch{}}}return{repo:r,builtFromCommit:o,headCommit:i,stale:[...new Set(c)].sort(),orphaned:[...new Set(l)].sort(),superseded:[...new Set(b)].sort(),newFiles:d}}var fI,qy=E(()=>{"use strict";M();ti();fI=12});import{execFileSync as SI}from"node:child_process";import{mkdtempSync as EI,mkdirSync as RI,readFileSync as Vy,rmSync as TI,writeFileSync as II}from"node:fs";import{tmpdir as CI}from"node:os";import{dirname as PI,join as zy}from"node:path";function Xy(t="codepipe-context"){let e=EI(zy(CI(),"codepipe-ssh-")),r=zy(e,"id_ed25519");try{return SI("ssh-keygen",["-t","ed25519","-N","","-C",t,"-f",r,"-q"],{stdio:"ignore"}),{privateKey:Vy(r,"utf-8"),publicKey:Vy(`${r}.pub`,"utf-8").trim()}}finally{TI(e,{recursive:!0,force:!0})}}async function Jy(t,e,r,n="codepipe-context"){let o=await fetch(`https://api.github.com/repos/${t.owner}/${t.name}/keys`,{method:"POST",headers:{Authorization:`Bearer ${e}`,Accept:"application/vnd.github+json","Content-Type":"application/json"},body:JSON.stringify({title:n,key:r,read_only:!1})});if(o.ok)return;let i=await o.text();if(!(o.status===422&&/already in use/i.test(i)))throw new Error(`add deploy key failed: ${o.status} ${i}`)}function Zy(t){if(/^git@[^:]+:.+/.test(t))return t;let e=t.match(/^ssh:\/\/git@([^/]+)\/(.+)$/);if(e)return`git@${e[1]}:${e[2]}`;let r=t.match(/^https:\/\/(?:[^@/]+@)?([^/]+)\/(.+)$/);return r?`git@${r[1]}:${r[2]}`:t}function Qy(t,e){RI(PI(t),{recursive:!0});let r=e.endsWith(`
|
|
814
|
+
FROM model_fts WHERE model_fts MATCH ? ORDER BY bm25(model_fts), node_id LIMIT ?`).all(o,i).map(c=>({nodeId:c.nodeId,kind:c.kind,score:-c.rank,snippet:c.snippet}))}finally{s.close()}}var ci=x(()=>{"use strict";D()});var Fs={};Ue(Fs,{mirrorLag:()=>KI,syncUpstream:()=>GI});import{simpleGit as oy}from"simple-git";async function GI(t,e,r,n){let o=oy(e),i=t.defaultBranch??"main",s=n?.upstream??iy(t);if(!s)return{repo:t.name,upstreamHead:null,updated:!1,error:"repo spec has no host/owner/repo"};try{await o.fetch(s,`+refs/heads/*:${ln}/*`,["--prune"]);let a=(await o.revparse([`${ln}/${i}`]).catch(()=>"")).trim()||null;if(!a)return{repo:t.name,upstreamHead:null,updated:!1,error:`upstream has no branch '${i}'`};let c=n?.mirror??(t.mirror?sy(t.mirror):null);if(!c)return{repo:t.name,upstreamHead:a,updated:!1};let l=await HI(o),u=await au(o,c),p=[];for(let d of l){if(d==="codepipe"||d.startsWith("codepipe/"))continue;let f=(await o.revparse([`${ln}/${d}`]).catch(()=>"")).trim();!f||u.get(d)===f||p.push(`+${f}:refs/heads/${d}`)}return p.length===0?{repo:t.name,upstreamHead:a,updated:!1}:(await o.push([c,...p]),r.info(`${t.name}: mirror \u2190 ${p.length} branch(es), ${i} @ ${a.slice(0,10)}`),{repo:t.name,upstreamHead:a,updated:!0})}catch(a){let c=a instanceof Error?a.message.split(`
|
|
815
|
+
`)[0]:String(a);return{repo:t.name,upstreamHead:null,updated:!1,error:c}}}async function KI(t,e,r){let n=r?.mirror??(t.mirror?sy(t.mirror):null);if(!n)return null;let o=r?.upstream??iy(t);if(!o)return null;let i=oy(e),s=t.defaultBranch??"main";try{let a=(await au(i,n,s)).get(s);if(!a)return null;let c=(await au(i,o,s)).get(s);if(!c)return null;if(c===a)return 0;let l=async()=>{let p=await i.raw(["rev-list","--count",`${a}..${c}`]).catch(()=>null);if(p===null)return null;let d=parseInt(p.trim(),10);return Number.isFinite(d)?d:null},u=await l();return u!==null?u:(await i.fetch(o,`+refs/heads/${s}:${ln}/${s}`),await l())}catch{return null}}function iy(t){return!t.host||!t.owner||!t.repoName?null:t.host==="github"?`git@github.com:${t.owner}/${t.repoName}.git`:t.host==="gitlab"?`git@gitlab.com:${t.owner}/${t.repoName}.git`:`git@bitbucket.org:${t.owner}/${t.repoName}.git`}function sy(t){return t.host==="github"?`git@github.com:${t.owner}/${t.repoName}.git`:t.host==="gitlab"?`git@gitlab.com:${t.owner}/${t.repoName}.git`:`git@bitbucket.org:${t.owner}/${t.repoName}.git`}async function HI(t){return(await t.raw(["for-each-ref",ln,"--format=%(refname)"]).catch(()=>"")).split(`
|
|
816
|
+
`).map(r=>r.trim()).filter(r=>r.startsWith(`${ln}/`)).map(r=>r.slice(ln.length+1))}async function au(t,e,r){let n=r?["--heads",e,r]:["--heads",e],o=await t.listRemote(n),i=new Map;for(let s of o.split(`
|
|
817
|
+
`)){let[a,c]=s.trim().split(/\s+/);!a||!c||!/^[0-9a-f]{40}$/.test(a)||c.startsWith("refs/heads/")&&i.set(c.slice(11),a)}return i}var ln,Gs=x(()=>{"use strict";ln="refs/codepipe/upstream"});import{homedir as WI}from"node:os";import{existsSync as qI,mkdirSync as YI,readFileSync as VI,writeFileSync as zI}from"node:fs";import{dirname as XI,join as JI}from"node:path";function cu(){return te("FARM_PINS")??JI(WI(),".codepipe","farm-pins.json")}function ly(){let t=cu();if(!qI(t))return{};try{return JSON.parse(VI(t,"utf-8"))}catch{return{}}}function ZI(t){let e=cu();YI(XI(e),{recursive:!0}),zI(e,JSON.stringify(t,null,2)+`
|
|
818
|
+
`,{mode:384})}function QI(t){return ly()[t]}function Hs(t,e){let r=ly();r[t]=e,ZI(r)}function Ws(t,e){let r=tt(e),n=QI(t);if(n&&n!==r)throw new Error(`farm ${t} key fingerprint changed (pinned ${n}, now ${r}) \u2014 refusing to seal. If the farm was re-registered intentionally, remove its entry from ${cu()}.`);return r}var lu=x(()=>{"use strict";Qe();$t()});import{setTimeout as eR}from"node:timers/promises";import tR from"ws";function qs(t,e){let r=t.replace(/^http/,"ws")+`/cli/connect?token=${encodeURIComponent(e)}`;return new tR(r)}async function Tr(t,e,r){return Ir(t,e,"/projects",r)}async function uy(t,e){let r=await fetch(`${t}/farms`,{headers:{Authorization:`Bearer ${e}`}});if(!r.ok)throw new Z(r.status,null,`GET /farms HTTP ${r.status}`);return await r.json()}async function Ys(t,e,r,n){return Ir(t,e,`/farms/${encodeURIComponent(r)}/provision`,n)}async function dy(t,e,r,n){return Ir(t,e,`/runners/${encodeURIComponent(r)}/gh-runners`,n)}async function py(t,e,r,n){return Ir(t,e,`/runners/${encodeURIComponent(r)}/gh-runners/teardown`,n)}async function fy(t,e){let r=await fetch(`${t}/sandbox/me`,{headers:{Authorization:`Bearer ${e}`}});if(r.ok)return"ok";if(r.status===401)return"unknown";if(r.status===404)return"unsupported";throw new Z(r.status,null,`GET /sandbox/me HTTP ${r.status}`)}async function Vs(t,e){let r=await fetch(`${t}/sandbox/reg-token/cli`,{method:"POST",headers:{Authorization:`Bearer ${e}`}});if(!r.ok)throw new Z(r.status,null,`POST /sandbox/reg-token/cli HTTP ${r.status}`);return await r.json()}async function uu(t,e){let r=await fetch(`${t}/projects/cli`,{headers:{Authorization:`Bearer ${e}`}});if(!r.ok)throw new Z(r.status,null,`GET /projects/cli HTTP ${r.status}`);return(await r.json()).projects}async function my(t,e,r={}){let n=r.attempts??3,o;for(let i=0;i<n;i++)try{let s=await uu(t,e),a=new Set;for(let c of s)c.id!==r.excludeProjectId&&c.trackerProvider==="internal"&&c.youtrackProjectKey&&a.add(c.youtrackProjectKey.toUpperCase());return a}catch(s){o=s,i<n-1&&await eR(r.delayMs??1500)}throw o}async function hy(t,e){let r=await fetch(`${t}/cli/bootstrap-request`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:e})});if(r.status===403){let n;try{n=(await r.json()).error}catch{}if(n==="registration_required")throw new fi(e)}if(!r.ok)throw new Z(r.status,null,`bootstrap-request HTTP ${r.status}`);return await r.json()}async function gy(t,e){let r=await fetch(`${t}/cli/bootstrap-poll?request=${encodeURIComponent(e)}`);if(!r.ok)throw new Z(r.status,null,`bootstrap-poll HTTP ${r.status}`);return await r.json()}async function yy(t,e,r){let n=await fetch(`${t}/projects/${encodeURIComponent(r)}/cli-tasks`,{headers:{Authorization:`Bearer ${e}`}});if(!n.ok)throw new Z(n.status,null,`GET cli-tasks HTTP ${n.status}`);return await n.json()}async function wy(t,e,r,n){let o=await fetch(`${t}/projects/${encodeURIComponent(r)}/cli-tasks/${encodeURIComponent(n)}`,{headers:{Authorization:`Bearer ${e}`}});if(!o.ok)throw new Z(o.status,null,`GET cli-task HTTP ${o.status}`);return await o.json()}async function by(t,e,r,n,o){return Ir(t,e,`/projects/${encodeURIComponent(r)}/tasks/${encodeURIComponent(n)}/command`,{command:o})}async function mi(t,e,r,n){return Ir(t,e,`/projects/${encodeURIComponent(r)}/index`,n)}async function du(t,e,r,n){await Ir(t,e,`/projects/${encodeURIComponent(r)}/init-status`,n)}async function ky(t,e,r,n){return Ir(t,e,`/projects/${encodeURIComponent(r)}/repos`,n)}async function vy(t,e,r,n){let o=await fetch(`${t}/projects/${encodeURIComponent(r)}/repos/${encodeURIComponent(n)}`,{method:"DELETE",headers:{Authorization:`Bearer ${e}`}}),i=await o.text(),s=i?JSON.parse(i):null;if(!o.ok){let a=s&&typeof s=="object"&&"error"in s?String(s.error):`HTTP ${o.status}`;throw new Z(o.status,s,a)}return s}async function le(t,e,r){let n=await fetch(`${t}/projects/${encodeURIComponent(r)}/cli-summary`,{headers:{Authorization:`Bearer ${e}`}});if(!n.ok)throw new Z(n.status,null,`GET /projects/${r}/cli-summary HTTP ${n.status}`);return await n.json()}async function Ir(t,e,r,n){let o=await fetch(`${t}${r}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e}`},body:JSON.stringify(n)}),i=await o.text(),s=i?JSON.parse(i):null;if(!o.ok){let a=s&&typeof s=="object"&&"error"in s?String(s.error):`HTTP ${o.status}`;throw new Z(o.status,s,a)}return s}async function zs(t,e,r){let n=await fetch(`${t}/projects/${encodeURIComponent(r)}/deliverables`,{headers:{Authorization:`Bearer ${e}`}});if(!n.ok)throw new Z(n.status,null,`GET /deliverables HTTP ${n.status}`);return(await n.json()).deliverables}var Z,fi,Ge=x(()=>{"use strict";Z=class extends Error{constructor(r,n,o){super(o);this.status=r;this.payload=n;this.name="HubHttpError"}};fi=class extends Error{constructor(r){super("registration_required");this.email=r;this.name="RegistrationRequiredError"}}});import{existsSync as Ky,readFileSync as $R,readdirSync as xR}from"node:fs";import{join as Hy}from"node:path";import{simpleGit as SR}from"simple-git";import{parse as ER}from"yaml";function ta(t){let e=new Map,r=Hy(t,Li);if(!Ky(r))return e;let n;try{n=ER($R(r,"utf-8"))}catch{return e}let o=n?.repos;if(!o||typeof o!="object")return e;for(let[i,s]of Object.entries(o)){if(!s||typeof s!="object")continue;let a=s,c=a.counts??{};typeof a.builtFromCommit=="string"&&e.set(i,{builtFromCommit:a.builtFromCommit,counts:{component:typeof c.component=="number"?c.component:0,code:typeof c.code=="number"?c.code:0,correlates:typeof c.correlates=="number"?c.correlates:0}})}return e}function TR(t){let e={};for(let[r,n]of t)e[r]={builtFromCommit:n.builtFromCommit,counts:n.counts};return qr({modelFormatVersion:2,repos:e})}function Wy(t,e){let r=Hy(t,e);if(!Ky(r))return[];let n=[];for(let o of xR(r,{withFileTypes:!0})){let i=`${e}/${o.name}`;o.isDirectory()?n.push(...Wy(t,i)):n.push(i)}return n}async function ra(t,e,r={}){let n=[],o=0;for(let d of e){n.push(...d.files);let f=`model/derived/structure/${d.repo}`;for(let m of Wy(t,f))d.emittedShardPaths.has(m)||(n.push({path:m,content:"",deleted:!0}),o++)}let i=ta(t);for(let d of e)i.set(d.repo,{builtFromCommit:d.headCommit,counts:d.counts});n.push({path:Li,content:TR(i)});let s=js(t),a=Gg(s,r.halfLifeDays??gt.halfLifeDays);n.push({path:Kr,content:Ns(a)});for(let d of e){let f=[];for(let m of s)for(let y of m.files)ne(y.key)?.repo===d.repo&&f.push({kind:"touched_by",from:Te(m.taskKey),to:y.key,...y.churn!==void 0?{weight:y.churn}:{}});n.push({path:Ja(d.repo),content:Wr({modelFormatVersion:2,repo:d.repo,builtFromCommit:d.headCommit,edges:f})})}let c=SR(t),l=(await c.revparse(["HEAD"]).catch(()=>"")).trim(),u=`model: build ${e.map(d=>`${d.repo}@${d.headCommit.slice(0,10)}`).join(", ")}`;await _e(t,n,u);let p=(await c.revparse(["HEAD"]).catch(()=>"")).trim();if(p!==l){let{rebuildSearchIndex:d}=await Promise.resolve().then(()=>(ci(),ai));await d(t).catch(()=>{})}return{committed:p!==l,filesWritten:n.filter(d=>!d.deleted).length,filesDeleted:o}}var qy=x(()=>{"use strict";D();ru();Me()});var ia={};Ue(ia,{bootstrapDaemonModel:()=>RR,bootstrapModelForTargets:()=>ku,bootstrapWorkspaceModel:()=>Jy,modelBootstrapCommand:()=>bu,modelBuildCommand:()=>wu,modelIndexExists:()=>Qy,rebuildWorkspaceModelIfStale:()=>AR,shouldAutoBootstrapModel:()=>CR,syncWorkspaceMirrors:()=>Zy});import{existsSync as oa}from"node:fs";import{join as Rr}from"node:path";import{cancel as IR,intro as Yy,log as hu,outro as gu}from"@clack/prompts";import{simpleGit as yu}from"simple-git";function na(t){IR(t),process.exit(1)}function Vy(t,e,r){let n=t.spec.repos.filter(i=>!e||i.name===e);if(n.length===0)throw new Error(e?`repo "${e}" is not part of this project (see project.yaml)`:"the project has no repos configured");let o=[];for(let i of n){let s=i.mountAs==="."?t.root:Rr(t.root,i.mountAs);if(!oa(Rr(s,".git"))){r(`${i.name}: no local clone at ${s} \u2014 skipped (run \`codepipe clone\` first)`);continue}o.push({name:i.name,dir:s,defaultBranch:i.defaultBranch||"main"})}if(o.length===0)throw new Error("nothing to do \u2014 no repo clones found");return o}async function zy(t){let e=yu(t.dir),r=`origin/${t.defaultBranch}`;return await e.raw(["rev-parse","--verify",r]).then(()=>!0).catch(()=>!1)?r:"HEAD"}async function Xy(t,e,r,n){let o=[];for(let i of e)try{let s=await Ql({repo:i.name,repoDir:i.dir,contextDir:t,settings:r,ref:await zy(i)});o.push(s),n(`${i.name}: ${s.counts.code} files, ${s.counts.component} components, ${s.counts.correlates} co-change edges @ ${s.headCommit.slice(0,10)}`)}catch(s){throw new Error(`${i.name}: ${s instanceof Error?s.message:String(s)}`)}return o}async function wu(t){Yy("codepipe model build");let e=Oe();e||na("not inside a project workspace \u2014 run from a folder with .codepipe/ (see `codepipe init`)");try{let r=cn(e.contextDir),n=Vy(e,t.repo,s=>hu.warn(s)),o=await Xy(e.contextDir,n,r,s=>hu.info(s)),i=await ra(e.contextDir,o,{halfLifeDays:r.cochange.halfLifeDays});i.committed?gu(`model updated: ${i.filesWritten} files written, ${i.filesDeleted} stale removed`):gu("model already up to date (no changes)")}catch(r){na(r instanceof Error?r.message:String(r))}}async function bu(t){Yy("codepipe model bootstrap");let e=Oe();e||na("not inside a project workspace \u2014 run from a folder with .codepipe/ (see `codepipe init`)");try{await Jy(e,t.repo,{onLog:r=>hu.info(r)})}catch(r){na(r instanceof Error?r.message:String(r))}gu("bootstrap complete")}async function Jy(t,e,r){let n=Vy(t,e,r.onLog);return ku(t.contextDir,n,r)}async function ku(t,e,r){let n=cn(t),o=await Xy(t,e,n,r.onLog),i=pg(t),s=dg(n.issueKeyPattern,i),a=an([...n.ignore,...Qn]),c=[];for(let p of o){let d=e.find(m=>m.name===p.repo),f=await mg({repo:p.repo,repoDir:d.dir,headCommit:p.headCommit,windowCommits:n.cochange.windowCommits,issueKeyRe:s,pathToCurrent:As(p.identityTable),entityByKey:p.entityByKey,ignored:a,trackerProjectKey:i});c.push(f),r.onLog(`${p.repo}: ${f.size} task events mined from history`)}let{files:l,skippedPipeline:u}=hg(t,c);return u>0&&r.onLog(`${u} events already recorded by the live pipeline \u2014 left untouched`),l.length>0&&await _e(t,l,`model: bootstrap ${l.length} task events from history`),await ra(t,o,{halfLifeDays:n.cochange.halfLifeDays}),{events:l.length}}async function RR(t,e,r,n){if(r.length===0)throw new Error("the project has no repos configured");let o=[];for(let s of r){let a=s.mountAs??s.name,c=a==="."?e.root:Rr(e.root,a),l=s.defaultBranch||"main";c!==e.contextDir&&oa(Rr(c,".git"))?(await yu(c).fetch(["origin",l]).catch(()=>{}),o.push({name:s.name,dir:c,defaultBranch:l})):(n(`${s.name}: materializing clone in the daemon layout`),await Sr(t,s),o.push({name:s.name,dir:Fe(t,s.name),defaultBranch:l}))}let i=await ku(e.contextDir,o,{onLog:n});return{repos:o.length,events:i.events}}async function Zy(t,e){let r=new Map;for(let n of t.repos){if(!n.mirror)continue;let o=n.mountAs==="."?t.root:Rr(t.root,n.mountAs);if(!oa(Rr(o,".git")))continue;let{syncUpstream:i}=await Promise.resolve().then(()=>(Gs(),Fs)),s=await i(n,o,{info:a=>e(`[mirror] ${a}`),warn:a=>e(`[mirror] ${a}`)});if(s.error||!s.upstreamHead){e(`[mirror] ${n.name}: sync failed (${s.error??"no upstream head"})`);continue}r.set(n.name,s.upstreamHead)}return r}function Qy(t){return ta(t).size>0}function CR(t){return cn(t).enabled&&!Qy(t)}async function AR(t,e={}){let r=e.onLog??(()=>{}),n=cn(t.contextDir),o=await Zy(t,r);if(!n.enabled)return{rebuilt:[],skipped:[]};let i=[],s=[],a=ta(t.contextDir),c=[];for(let l of t.repos){let u=l.mountAs==="."?t.root:Rr(t.root,l.mountAs);if(!oa(Rr(u,".git")))continue;let p=yu(u),d=l.defaultBranch||"main",f=null;if(l.mirror){if(f=o.get(l.name)??null,!f){r(`[mirror] ${l.name}: map not rebuilt \u2014 sync did not complete`);continue}}else e.fetch&&await p.fetch(["origin",d]).catch(()=>{});let m=f??await zy({name:l.name,dir:u,defaultBranch:d}),y=(await p.revparse([m]).catch(()=>"")).trim();if(y){if(a.get(l.name)?.builtFromCommit===y){s.push(l.name);continue}try{c.push(await Ql({repo:l.name,repoDir:u,contextDir:t.contextDir,settings:n,ref:y})),i.push(l.name)}catch(w){r(`[model] rebuild of ${l.name} failed: ${w instanceof Error?w.message:String(w)}`)}}}return c.length>0&&(await ra(t.contextDir,c,{halfLifeDays:n.cochange.halfLifeDays}),r(`[model] release-path rebuild: ${i.join(", ")} (skipped up-to-date: ${s.join(", ")||"\u2014"})`)),{rebuilt:i,skipped:s}}var hi=x(()=>{"use strict";Me();qy();eu();Jl();_s();si();Xn();_t()});var tw={};Ue(tw,{computeDriftReport:()=>OR,supersededAdrIds:()=>ew});import{existsSync as vu,readFileSync as $u,readdirSync as xu}from"node:fs";import{join as ro}from"node:path";import{parse as _R}from"yaml";import{simpleGit as PR}from"simple-git";function NR(t,e){let r=ro(t,`model/derived/structure/${e}`),n=[],o="";if(!vu(r))return{nodes:n,builtFromCommit:o};for(let i of xu(r).sort()){if(!i.endsWith(".yaml"))continue;let s;try{let a=Xt(_R($u(ro(r,i),"utf-8")));if(!a.ok)continue;s=a.value}catch{continue}o=s.builtFromCommit;for(let a of s.nodes){let c=ne(a.key);!c||c.level!=="code"&&c.level!=="component"||n.push({key:a.key,path:c.path,level:c.level,contentHash:a.contentHash,entityId:a.entityId})}}return{nodes:n,builtFromCommit:o}}function ew(t){let e=new Set,r=ro(t,"adr");if(!vu(r))return e;for(let n of xu(r).sort()){let o=/^(\d{4})-/.exec(n)?.[1];if(!(!o||!n.endsWith(".md")))try{let i=$u(ro(r,n),"utf-8").slice(0,600).toLowerCase();/status[^\n]*superseded/.test(i)&&e.add(`ADR-${o}`)}catch{}}return e}async function OR(t,e,r){let{nodes:n,builtFromCommit:o}=NR(e,r),i=(await PR(t).revparse(["HEAD"])).trim(),s=await ii(t,i),a=new Map(s.map(k=>[k.path,k.blobHash])),c=[],l=[],u=new Set,p=[];for(let k of n){if(k.level==="component"){p.push(k);continue}u.add(k.path);let $=a.get(k.path);$?k.contentHash&&$.slice(0,jR)!==k.contentHash&&c.push(k.key):l.push(k.key)}let d=0,f=new Map,m=new Set;for(let k of s){let $=k.path.lastIndexOf("/"),h=$<0?"":k.path.slice(0,$);f.has(h)||f.set(h,new Set),f.get(h).add(k.path),u.has(k.path)||d++;let R=h;for(;R!==""&&!m.has(R);)m.add(R),R=R.includes("/")?R.slice(0,R.lastIndexOf("/")):""}let y=new Map;for(let k of u){let $=k.lastIndexOf("/"),h=$<0?"":k.slice(0,$);y.has(h)||y.set(h,new Set),y.get(h).add(k)}for(let k of p){if(!m.has(k.path)){l.push(k.key);continue}let $=y.get(k.path)??new Set,h=f.get(k.path)??new Set;($.size!==h.size||[...$].some(_=>!h.has(_)))&&c.push(k.key)}let w=[],b=ew(e);if(b.size>0){let k=ro(e,"model/facts/annotations"),$=new Map(n.filter(h=>h.entityId).map(h=>[h.entityId,h.key]));if(vu(k))for(let h of xu(k).sort()){if(!h.endsWith(".md"))continue;let R=h.replace(/\.md$/,""),_=$.get(R);if(_)try{($u(ro(k,h),"utf-8").match(/\bADR-(\d{3,4})\b/g)??[]).map(P=>`ADR-${P.slice(4).padStart(4,"0")}`).some(P=>b.has(P))&&w.push(_)}catch{}}}return{repo:r,builtFromCommit:o,headCommit:i,stale:[...new Set(c)].sort(),orphaned:[...new Set(l)].sort(),superseded:[...new Set(w)].sort(),newFiles:d}}var jR,rw=x(()=>{"use strict";D();si();jR=12});import{execFileSync as HR}from"node:child_process";import{mkdtempSync as WR,mkdirSync as qR,readFileSync as ow,rmSync as YR,writeFileSync as VR}from"node:fs";import{tmpdir as zR}from"node:os";import{dirname as XR,join as iw}from"node:path";function sw(t="codepipe-context"){let e=WR(iw(zR(),"codepipe-ssh-")),r=iw(e,"id_ed25519");try{return HR("ssh-keygen",["-t","ed25519","-N","","-C",t,"-f",r,"-q"],{stdio:"ignore"}),{privateKey:ow(r,"utf-8"),publicKey:ow(`${r}.pub`,"utf-8").trim()}}finally{YR(e,{recursive:!0,force:!0})}}async function aw(t,e,r,n="codepipe-context"){let o=await fetch(`https://api.github.com/repos/${t.owner}/${t.name}/keys`,{method:"POST",headers:{Authorization:`Bearer ${e}`,Accept:"application/vnd.github+json","Content-Type":"application/json"},body:JSON.stringify({title:n,key:r,read_only:!1})});if(o.ok)return;let i=await o.text();if(!(o.status===422&&/already in use/i.test(i)))throw new Error(`add deploy key failed: ${o.status} ${i}`)}function cw(t){if(/^git@[^:]+:.+/.test(t))return t;let e=t.match(/^ssh:\/\/git@([^/]+)\/(.+)$/);if(e)return`git@${e[1]}:${e[2]}`;let r=t.match(/^https:\/\/(?:[^@/]+@)?([^/]+)\/(.+)$/);return r?`git@${r[1]}:${r[2]}`:t}function lw(t,e){qR(XR(t),{recursive:!0});let r=e.endsWith(`
|
|
816
819
|
`)?e:e+`
|
|
817
|
-
`;return
|
|
818
|
-
`,{mode:384})}var
|
|
819
|
-
`}async function
|
|
820
|
-
`))!==-1;){let
|
|
821
|
-
`)){let
|
|
822
|
-
${i}`.includes("--effort"))})}),
|
|
820
|
+
`;return VR(t,r,{mode:384}),`ssh -i "${t}" -o IdentitiesOnly=yes -o StrictHostKeyChecking=accept-new`}var Iu=x(()=>{"use strict"});import{existsSync as uw,mkdirSync as dw}from"node:fs";import{dirname as pw}from"node:path";import{simpleGit as no}from"simple-git";function JR(t,e,r="x-access-token"){let n=`${encodeURIComponent(r)}:${encodeURIComponent(e)}`,o=t.match(/^git@([^:]+):(.+)$/);if(o)return`https://${n}@${o[1]}/${o[2]}`;let i=t.match(/^ssh:\/\/git@([^/]+)\/(.+)$/);if(i)return`https://${n}@${i[1]}/${i[2]}`;let s=t.match(/^https:\/\/(?:[^@/]+@)?(.+)$/);return s?`https://${n}@${s[1]}`:t}function ZR(t,e){return e?.contextWrite?.token?{user:Ho(t),secret:e.contextWrite.token}:t===Nn.gitlab?e?.gitlab?.token?{user:"oauth2",secret:e.gitlab.token}:null:t===Nn.bitbucket?e?.bitbucket?.apiToken?{user:er,secret:e.bitbucket.apiToken}:null:e?.github?.token?{user:"x-access-token",secret:e.github.token}:null}async function fw(t,e){let r=e.sleep??(i=>new Promise(s=>setTimeout(s,i))),n=e.initialDelayMs??5e3,o=e.maxDelayMs??6e4;for(;;)try{return await t()}catch(i){if(!(i instanceof aa))throw i;e.log.warn(`[ctx] ${i.message} \u2014 retrying in ${Math.round(n/1e3)}s (the HUB may be deploying)`),await r(n),n=Math.min(n*2,o)}}async function ca(t){let{cfg:e,secrets:r,contextDir:n,log:o}=t,i;try{i=await le(e.hubUrl,e.cliToken,e.projectId)}catch(c){throw new aa(c)}let s=i.contextRepo;if(!s)return o.warn("[ctx] project has no Context Repo on HUB \u2014 daemon stays headless (no config report)"),null;let a=ZR(Zr(s.cloneUrl),r);if(a){let c=await QR({ctx:s,contextDir:n,cred:a,log:o});if(c)return c;o.warn("[ctx] token clone/update failed")}if(r?.contextSsh?.privateKey){let c=await eC({ctx:s,contextDir:n,privateKey:r.contextSsh.privateKey,log:o});if(c)return c;o.warn("[ctx] SSH deploy-key clone failed")}return o.warn("[ctx] no usable context-host/contextWrite token or SSH deploy key \u2014 can't clone the Context Repo on the farm; config_observation + artifact commits disabled."),null}async function QR(t){let{ctx:e,contextDir:r,cred:n,log:o}=t,i=JR(e.cloneUrl,n.secret,n.user),s=e.branch,a=encodeURIComponent(n.secret),c=l=>l.split(n.secret).join("***").split(a).join("***");try{if(uw(`${r}/.git`)){let l=no(r);await l.remote(["set-url","origin",i]),await l.fetch("origin",s),await l.checkout(s);let u=$l(r);await l.reset(["--hard",`origin/${s}`]),xl(r,u),o.info(`[ctx] updated Context Repo clone \u2192 ${r}@${s}`)}else dw(pw(r),{recursive:!0}),await no().clone(i,r,["--branch",s]),o.info(`[ctx] cloned Context Repo ${e.owner}/${e.name}@${s} \u2192 ${r}`);await mw(r)}catch(l){return o.warn(`[ctx] Context Repo clone/update failed: ${c(l instanceof Error?l.message:String(l))}`),null}return{root:r,contextDir:r,repos:[]}}async function eC(t){let{ctx:e,contextDir:r,privateKey:n,log:o}=t,i=`${r}.deploy-key`,s=lw(i,n),a=cw(e.cloneUrl),c=e.branch;try{if(uw(`${r}/.git`)){let l=no(r);await l.addConfig("core.sshCommand",s,!1,"local"),await l.remote(["set-url","origin",a]),await l.fetch("origin",c),await l.checkout(c);let u=$l(r);await l.reset(["--hard",`origin/${c}`]),xl(r,u),o.info(`[ctx] updated Context Repo clone (ssh) \u2192 ${r}@${c}`)}else dw(pw(r),{recursive:!0}),await no().env({...process.env,GIT_SSH_COMMAND:s}).clone(a,r,["--branch",c]),await no(r).addConfig("core.sshCommand",s,!1,"local"),o.info(`[ctx] cloned Context Repo (ssh) ${e.owner}/${e.name}@${c} \u2192 ${r}`);return await mw(r),{root:r,contextDir:r,repos:[]}}catch(l){return o.warn(`[ctx] Context Repo ssh clone/update failed: ${l instanceof Error?l.message:String(l)}`),null}}async function mw(t){let e=no(t);await e.raw(["config","user.email"]).then(n=>n.trim()).catch(()=>"")||(await e.addConfig("user.email","farm@codepipe.local",!1,"local"),await e.addConfig("user.name","CodePipe Farm CLI",!1,"local"))}var aa,Ru=x(()=>{"use strict";D();Ge();Kt();Iu();aa=class extends Error{constructor(e){super(`could not fetch project summary: ${e instanceof Error?e.message:String(e)}`),this.name="HubSummaryUnreachableError"}}});import{spawnSync as tC}from"node:child_process";function rC(){try{return tC("podman",["--version"],{stdio:"ignore",timeout:5e3}).status===0}catch{return!1}}function gw(t={}){let e=process.platform==="darwin"?"darwin":process.platform==="win32"?"windows":"linux",r=process.arch==="arm64"?"arm64":"x64";return{os:e,arch:r,containers:rC(),node:process.versions.node,browser:!1,projects:t.projects??[],llm:t.llm??null}}var yw=x(()=>{"use strict"});import{homedir as nC}from"node:os";import{mkdirSync as oC,readFileSync as iC,writeFileSync as sC,existsSync as ww}from"node:fs";import{dirname as aC,join as Au}from"node:path";function cC(){let t=process.env.SANDBOX_PLANNING_LANE;return t===void 0?!0:!/^(0|false|no|off)$/i.test(t.trim())}function Lt(t){let e=te("SANDBOX_CONFIG");if(e)return e;let r=Au(nC(),".codepipe","worker");return t?Au(r,"profiles",t,"config.json"):Au(r,"config.json")}function bw(t,e,r){return t?`sandbox-${t}`:r?`sandbox-${e}`:"sandbox"}function Xe(t){let e=Lt(t),r=null;return ww(e)&&(r=JSON.parse(iC(e,"utf-8"))),r?(r.planningLane=cC(),r):null}function kw(t,e){let r=Lt(e);oC(aC(r),{recursive:!0}),sC(r,JSON.stringify(t,null,2)+`
|
|
821
|
+
`,{mode:384})}var la=x(()=>{"use strict";Qe();ww(".env")&&process.loadEnvFile(".env")});import lC from"ws";var oo,_u=x(()=>{"use strict";oo=class{hubUrl;token;constructor(e,r){this.hubUrl=e,this.token=r}async register(e){let r=await fetch(`${this.hubUrl}/sandbox/register`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(e)});if(!r.ok)throw new Error(`register failed: ${r.status} ${await r.text()}`);return await r.json()}async claim(e,r){if(!this.token)throw new Error("no sandbox token");let n={method:"POST",headers:{Authorization:`Bearer ${this.token}`}};e&&(n.signal=e);let o=r?`${this.hubUrl}/jobs/claim?lane=${encodeURIComponent(r)}`:`${this.hubUrl}/jobs/claim`;return fetch(o,n)}async submitResult(e){if(!this.token)throw new Error("no sandbox token");let r=await fetch(`${this.hubUrl}/jobs/result`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.token}`},body:JSON.stringify(e)});if(!r.ok)throw new Error(`submitResult failed: ${r.status} ${await r.text()}`)}async heartbeat(e,r,n){if(!this.token)throw new Error("no sandbox token");let o={method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.token}`},body:JSON.stringify({jobId:e,...r?{usage:r}:{}})};n&&(o.signal=n);let i=await fetch(`${this.hubUrl}/jobs/heartbeat`,o);if(i.status===410)return"claim_lost";if(!i.ok)throw new Error(`heartbeat failed: ${i.status} ${await i.text()}`);return"ok"}async releaseJob(e,r,n){if(!this.token)throw new Error("no sandbox token");let o={method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.token}`},body:JSON.stringify({jobId:e,reason:r})};n&&(o.signal=n);let i=await fetch(`${this.hubUrl}/jobs/release`,o);if(!i.ok&&i.status!==409&&i.status!==404)throw new Error(`release failed: ${i.status} ${await i.text()}`)}async reportAgentAuth(e){if(!this.token)throw new Error("no sandbox token");let r=await fetch(`${this.hubUrl}/sandbox/agent-auth`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.token}`},body:JSON.stringify(e)});return r.ok?(await r.json()).probe===!0:!1}async reportAgentAuthResult(e){if(!this.token)throw new Error("no sandbox token");let r=await fetch(`${this.hubUrl}/sandbox/agent-auth/result`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${this.token}`},body:JSON.stringify(e)});if(!r.ok)throw new Error(`agent-auth result failed: ${r.status} ${await r.text()}`)}openControlSocket(){if(!this.token)throw new Error("no sandbox token");let e=this.hubUrl.replace(/^http/,"ws")+`/sandbox/connect?token=${encodeURIComponent(this.token)}`;return new lC(e)}}});import{hostname as uC}from"node:os";async function dn(t){let e=Xe(t.profile);e&&!t.force&&(console.error(`sandbox already registered as ${e.sandboxId} (${e.name}) at ${e.hubUrl}.`),console.error(`pass --force to overwrite ${Lt(t.profile)}.`),process.exit(1));let r=t.name??uC(),n=gw({projects:t.projects??[],llm:t.llm??null}),o=new oo(t.hub.replace(/\/$/,"")),i=Es(),s=tt(i.publicKey),{sandboxId:a,token:c}=await o.register({name:r,registrationToken:t.token,capabilities:n,publicKey:i.publicKey});kw({hubUrl:t.hub.replace(/\/$/,""),sandboxId:a,token:c,name:r,llm:t.llm??null,sealPublicKey:i.publicKey,sealPrivateKey:i.privateKey},t.profile),console.log(`registered as ${a} (${r}) at ${t.hub}`),console.log(`config saved to ${Lt(t.profile)}`),console.log(""),console.log(" cred-channel key fingerprint (confirm this on the CLI \u2014 pin-on-register):"),console.log(` ${s}`),console.log("")}var vw=x(()=>{"use strict";$t();yw();la();_u()});function $w(t){return t?`Write ALL user-visible text \u2014 full replies and the brief status notes you emit between tool calls alike \u2014 in ${t}, regardless of the language the user writes in (the project pinned ${t} for the chat).`:"Write ALL user-visible text \u2014 full replies and the brief status notes you emit between tool calls alike \u2014 in the language of the user's most recent chat message. When the user switches language mid-conversation, switch with them. Judge the language by the human prose only: ignore code snippets, file paths and identifiers. If a message is too short to tell (a bare keyword, pure code), keep the language of the conversation so far."}function ua(t){return t?`Write ALL user-facing prose \u2014 brief status notes between tool calls, questions, summaries and the bodies of Markdown artifacts you produce for humans \u2014 in ${t} (the project's configured language), unless your prompt pins a different language for a specific output. In-repo content (code, code comments, commit messages) follows the project's existing conventions and any explicit instructions in your prompt.`:"Write ALL user-facing prose \u2014 brief status notes between tool calls, questions, summaries and the bodies of Markdown artifacts you produce for humans \u2014 in the language of the task description and user input embedded in your prompt, NOT the language the surrounding instructions are written in. Judge that language by the human prose only, ignoring code snippets, file paths and identifiers. In-repo content (code, code comments, commit messages) follows the project's existing conventions instead."}function xw(t){return t?`[Session note: the instructions from the start of this conversation remain in force. Reply in ${t} \u2014 including the brief status notes between tool calls.]`:"[Session note: the instructions from the start of this conversation remain in force. Reply in the language of the user's message above \u2014 including the brief status notes between tool calls. Judge the language by the human prose, ignoring code snippets and identifiers.]"}function io(t){let e=t?.responseLanguage;if(typeof e!="string")return;let r=e.trim();return r.length>0&&r.toLowerCase()!=="auto"?r:void 0}var da=x(()=>{"use strict"});import{spawn as dC}from"node:child_process";function Pu(t,e){return t.length>e?t.slice(0,e)+"\u2026":t}function fC(t,e){if(!(typeof t!="string"||!t))return t.startsWith(e)?t.slice(e.length).replace(/^\/+/,"")||t.split("/").pop()||void 0:t.startsWith("/")?t.split("/").pop()||void 0:t}function mC(t){return typeof t=="string"?t.trim():Array.isArray(t)?t.map(e=>e&&typeof e=="object"?String(e.text??""):"").join(" ").trim():""}function Mt(t){return typeof t=="number"&&Number.isFinite(t)?t:0}function ju(t,e){let r=[{type:"text",text:t}];return e&&r.push({type:"text",text:e}),JSON.stringify({type:"user",message:{role:"user",content:r}})+`
|
|
822
|
+
`}async function Iw(t,e){if(!e.interactive)throw new Error("runInteractiveClaude called without an interactive channel");if(e.signal?.aborted)throw new Dt;let r=io(e.metadata),n=["--input-format","stream-json","--output-format","stream-json","--verbose","--dangerously-skip-permissions","--append-system-prompt",$w(r)];e.model&&e.model.trim().length>0&&n.push("--model",e.model.trim()),e.effort&&e.effort.trim().length>0&&(await Nu(t)?n.push("--effort",e.effort.trim()):console.warn(`[claude] effort '${e.effort.trim()}' requested but this Claude Code does not support --effort \u2014 running at the default effort`));for(let p of e.addDirs??[])n.push("--add-dir",p);let o=e.onActivity,i=p=>{if(o)try{o(p)}catch{}},s=[],a=null,c={input:0,output:0,cacheRead:0,cacheCreate:0,turns:0},l="",u=p=>{let d=Date.now(),f=p.type;if(f==="assistant"){let m=p.message;if(typeof m?.model=="string"&&(l=m.model),m?.usage&&e.onUsage){c.turns+=1,c.input+=Mt(m.usage.input_tokens),c.output+=Mt(m.usage.output_tokens),c.cacheRead+=Mt(m.usage.cache_read_input_tokens),c.cacheCreate+=Mt(m.usage.cache_creation_input_tokens);try{e.onUsage({inputTokens:c.input,outputTokens:c.output,cacheReadTokens:c.cacheRead,cacheCreationTokens:c.cacheCreate,turns:c.turns,...l?{model:l}:{},at:Date.now()})}catch{}}for(let y of m?.content??[]){let w=y.type;if(w==="text"){let b=String(y.text??"").trim();b&&i({ts:d,kind:"text",author:"agent",text:Pu(b,Sw)})}else if(w==="tool_use"){let b=String(y.name??""),k=y.input?.file_path??y.input?.path,$=fC(k,e.workspaceDir);i({ts:d,kind:"tool",author:"agent",tool:b,...$?{file:$}:{}})}}return}if(f==="user"){let m=p.message;for(let y of m?.content??[])if(y.type==="tool_result"){let w=y.is_error===!0,b=w?Pu(mC(y.content),200):"";i({ts:d,kind:"tool_result",author:"agent",isError:w,...b?{text:b}:{}})}return}if(f==="result"){a=p;let m=String(p.subtype??"").trim();i({ts:d,kind:"result",author:"agent",...m?{text:m}:{}});return}if(f==="system"){let m=String(p.subtype??"").trim();m&&i({ts:d,kind:"system",author:"agent",text:m})}};return i({ts:Date.now(),kind:"start",author:"agent",text:"chat session started"}),new Promise((p,d)=>{let f=dC(t,n,{cwd:e.workspaceDir,stdio:["pipe","pipe","pipe"],env:{...process.env,...e.env??{}}});f.stdout.setEncoding("utf-8"),f.stderr.setEncoding("utf-8");let m=!1,y=!1,w=null,b=()=>{m=!0,f.kill("SIGTERM"),w=setTimeout(()=>f.kill("SIGKILL"),Ew)};e.signal?.addEventListener("abort",b,{once:!0});let k=null,$=()=>{k&&clearTimeout(k),k=setTimeout(()=>{y=!0,console.warn(`[claude:chat] idle for ${Tw}ms \u2014 ending session`),f.kill("SIGTERM"),w=setTimeout(()=>f.kill("SIGKILL"),Ew)},Tw)},h=()=>{w&&clearTimeout(w),k&&clearTimeout(k),e.signal?.removeEventListener("abort",b)},R=!0,_=P=>{if(!(!R||f.stdin.destroyed))try{f.stdin.write(P)}catch{}};_(ju(e.prompt)),$(),(async()=>{try{for await(let P of e.interactive.inbox){if(m||!R)break;if($(),P.kind==="user")i({ts:Date.now(),kind:"text",author:"user",text:Pu(P.text,Sw)}),_(ju(P.text,xw(r)));else{_(ju(pC)),R=!1;try{f.stdin.end()}catch{}break}}}catch{}})();let E="",M=P=>{let B;try{B=JSON.parse(P)}catch{return}u(B)};f.stdout.on("data",P=>{s.push(P),$(),E+=P;let B;for(;(B=E.indexOf(`
|
|
823
|
+
`))!==-1;){let H=E.slice(0,B).trim();E=E.slice(B+1),H&&M(H)}}),f.stderr.on("data",P=>{s.push(P);for(let B of P.split(`
|
|
824
|
+
`)){let H=B.trim();H&&console.warn(`[claude:chat:stderr] ${H}`)}}),f.on("error",P=>{h(),d(P)}),f.on("close",P=>{if(h(),m){d(new Dt);return}if(y){d(new Error("chat session ended: idle for too long without a reply"));return}E.trim()&&M(E.trim()),console.log(`[claude:chat] exit code=${P}`),p({artifactPaths:[],log:s.join(""),usage:hC(a)})})})}function hC(t){let e=yt();if(!t)return e;let r=typeof t.usage=="object"?t.usage:null;return r&&(e.inputTokens=Mt(r.input_tokens),e.outputTokens=Mt(r.output_tokens),e.cacheReadInputTokens=Mt(r.cache_read_input_tokens),e.cacheCreationInputTokens=Mt(r.cache_creation_input_tokens)),e.totalCostUsd=Mt(t.total_cost_usd),e.numTurns=Mt(t.num_turns),e.durationMs=Mt(t.duration_ms),e.model=typeof t.model=="string"?t.model:"",e}var Sw,Ew,Tw,pC,Rw=x(()=>{"use strict";D();Cr();da();Sw=16e3,Ew=5e3,Tw=Number(process.env.SANDBOX_CHAT_IDLE_MS??30*6e4),pC="The user has finished the conversation. Now, based on everything discussed, write the DRAFT.md file in your current working directory following the contract from your instructions (line 1 \u2014 the issue title, \u2264 80 chars; line 2 \u2014 blank; lines 3+ \u2014 the body in Markdown), in the language of the conversation, and end your turn. Write nothing else."});import{execFile as gC,spawn as yC}from"node:child_process";import{existsSync as wC}from"node:fs";function bC(t,e,r,n){let o=e??"",i=/hit your (session|weekly|usage) limit/i.exec(o);if(t!==429&&!i)return null;let s={};if(/weekly limit/i.test(o)||r?.rateLimitType==="seven_day"?s.kind="weekly":(/session limit/i.test(o)||r?.rateLimitType==="five_hour")&&(s.kind="session"),r&&r.resetsAt>0){let u=Math.round(r.resetsAt*1e3);if(u>n)return s.resetAtMs=u,s}let a=/resets(?:\s+at)?\s+(\d{1,2})(?::(\d{2}))?\s*(am|pm)\s*\(UTC\)/i.exec(o);if(a){let u=Number(a[1])%12;a[3].toLowerCase()==="pm"&&(u+=12);let p=a[2]?Number(a[2]):0,d=new Date(n);return d.setUTCHours(u,p,0,0),d.getTime()<=n&&d.setUTCDate(d.getUTCDate()+1),s.resetAtMs=d.getTime(),s}let c=/retry[\s-]*after[:\s]*(\d+)|reset[s]?\s+in[:\s]*(\d+)/i.exec(o),l=c?Number(c[1]??c[2]):NaN;return Number.isFinite(l)&&l>0&&(s.resetAtMs=n+l*1e3),s}function vC(t){return t.includes("\0")?t.replace(/\u0000/g,""):t}function Nu(t){let e=Ou.get(t);return e||(e=new Promise(r=>{gC(t,["--help"],{timeout:15e3},(n,o,i)=>{if(n){Ou.delete(t),r(!1);return}r(`${o}
|
|
825
|
+
${i}`.includes("--effort"))})}),Ou.set(t,e)),e}function Cw(t){let e;try{e=JSON.parse(t)}catch{return console.log(`[claude] ${t.slice(0,200)}`),null}let r=e.type;if(r==="system"){let n=e.subtype??"";return console.log(`[claude] system ${n}`),e}if(r==="assistant"){let n=e.message;for(let o of n?.content??[]){let i=o.type;if(i==="text"){let s=String(o.text??"").trim();s&&console.log(`[claude] text: ${Ar(s,200)}`)}else if(i==="tool_use"){let s=String(o.name??""),a=o.input,c=SC(s,a);console.log(`[claude] tool_use ${s}${c?` ${c}`:""}`)}}return e}if(r==="user"){let n=e.message;for(let o of n?.content??[])if(o.type==="tool_result")if(o.is_error===!0){let i=_w(o.content);console.log(`[claude] tool_result (error)${i?`: ${Ar(i,200)}`:""}`)}else console.log("[claude] tool_result");return e}if(r==="result"){let n=e.subtype??"",o=e.num_turns,i=e.total_cost_usd;return console.log(`[claude] result ${n} turns=${o} cost=$${i}`),e}return console.log(`[claude] ${String(r)} ${Ar(JSON.stringify(e),200)}`),e}function $C(t,e,r){let n=t===0?["claude reported an error"]:[`claude exited with code ${t}`];if(e){let o=typeof e.result=="string"?e.result.trim():"",i=e.api_error_status,s=e.subtype;o?n.push(Ar(o,500)):typeof s=="string"&&s!=="success"&&n.push(s),typeof i=="number"&&n.push(`(api_status=${i})`)}return n.length===1&&r.trim()&&n.push(Ar(r.trim().split(`
|
|
823
826
|
`).slice(-5).join(`
|
|
824
|
-
`),500)),n.join(" \u2014 ")}function
|
|
825
|
-
`))!==-1;){let
|
|
826
|
-
`)){let
|
|
827
|
+
`),500)),n.join(" \u2014 ")}function xC(t){if(!t)return;let e=t.retry_after;if(typeof e=="number"&&e>0)return Math.round(e*1e3);let r=typeof t.result=="string"?t.result:"",n=/retry[\s-]*after[:\s]*(\d+)|reset[s]?\s+in[:\s]*(\d+)/i.exec(r),o=n?Number(n[1]??n[2]):NaN;return Number.isFinite(o)&&o>0?o*1e3:void 0}function _w(t){return typeof t=="string"?t.trim():Array.isArray(t)?t.map(e=>e&&typeof e=="object"?String(e.text??""):"").join(" ").trim():""}function SC(t,e){if(!e)return"";if(t==="Write"||t==="Edit"||t==="Read"){let r=e.file_path??e.path;if(typeof r=="string")return`path=${r}`}if(t==="Bash"){let r=e.command;if(typeof r=="string")return`cmd=${Ar(r,80)}`}return""}function Ar(t,e){return t.length>e?t.slice(0,e)+"\u2026":t}function rt(t){return typeof t=="number"&&Number.isFinite(t)?t:0}function EC(t){if(!t||typeof t!="object")return null;let e=t;if(typeof e.utilization!="number")return null;let r=rt(e.utilization),n=r>1?r/100:r,o={status:typeof e.status=="string"?e.status:"",resetsAt:rt(e.resetsAt),rateLimitType:typeof e.rateLimitType=="string"?e.rateLimitType:"",utilization:n,isUsingOverage:e.isUsingOverage===!0};return typeof e.surpassedThreshold=="number"&&(o.surpassedThreshold=e.surpassedThreshold),o}function Lu(t,e,r,n){let o=yt(),i=t&&typeof t.usage=="object"?t.usage:null;i?(o.inputTokens=rt(i.input_tokens),o.outputTokens=rt(i.output_tokens),o.cacheReadInputTokens=rt(i.cache_read_input_tokens),o.cacheCreationInputTokens=rt(i.cache_creation_input_tokens)):(o.inputTokens=e.input,o.outputTokens=e.output,o.cacheReadInputTokens=e.cacheRead,o.cacheCreationInputTokens=e.cacheCreate),o.totalCostUsd=rt(t?.total_cost_usd),o.numTurns=t&&rt(t.num_turns)>0?rt(t.num_turns):r,o.durationMs=rt(t?.duration_ms);let s=typeof t?.model=="string"?t.model:"";return o.model=s||n,o}function TC(t,e){let r=Date.now(),n=t.type;if(n==="system"){let o=String(t.subtype??"").trim();return o?[{ts:r,kind:"system",text:o}]:[]}if(n==="assistant"){let o=t.message,i=[];for(let s of o?.content??[]){let a=s.type;if(a==="text"){let c=String(s.text??"").trim();c&&i.push({ts:r,kind:"text",text:Ar(c,Aw)})}else if(a==="tool_use"){let c=String(s.name??""),l=s.input,u=l?.file_path??l?.path??l?.notebook_path,p=IC(u,e);i.push({ts:r,kind:"tool",tool:c,...p?{file:p}:{}})}}return i}if(n==="user"){let o=t.message,i=[];for(let s of o?.content??[])if(s.type==="tool_result"){let a=s.is_error===!0,c=a?Ar(_w(s.content),Aw):"";i.push({ts:r,kind:"tool_result",isError:a,...c?{text:c}:{}})}return i}if(n==="result"){let o=String(t.subtype??"").trim(),i=typeof t.num_turns=="number"?t.num_turns:void 0,s=typeof t.total_cost_usd=="number"?t.total_cost_usd:void 0;return[{ts:r,kind:"result",...o?{text:o}:{},...i!==void 0?{turns:i}:{},...s!==void 0?{costUsd:s}:{}}]}return[]}function IC(t,e){if(!(typeof t!="string"||!t))return t.startsWith(e)?t.slice(e.length).replace(/^\/+/,"")||t.split("/").pop()||void 0:t.startsWith("/")?t.split("/").pop()||void 0:t}var Ke,Dt,kC,Ou,yi,Aw,Cr=x(()=>{"use strict";D();Rw();da();Ke=class extends Error{details;constructor(e,r){super(e),this.details=r,this.name="ClaudeRunError"}};Dt=class extends Error{usage;constructor(e){super("run aborted by pause"),this.usage=e,this.name="ClaudeAbortError"}},kC=5e3;Ou=new Map;yi=class{binary;constructor(e="claude"){this.binary=e}name(){return"claude-headless"}async run(e){if(e.interactive)return Iw(this.binary,e);if(e.signal?.aborted)throw new Dt;let r=["-p",vC(e.prompt),"--output-format","stream-json","--verbose","--dangerously-skip-permissions","--append-system-prompt",ua(io(e.metadata))];e.model&&e.model.trim().length>0&&r.push("--model",e.model.trim());let n=null;e.effort&&e.effort.trim().length>0&&(await Nu(this.binary)?(n=e.effort.trim(),r.push("--effort",n)):console.warn(`[claude] effort '${e.effort.trim()}' requested but this Claude Code does not support --effort \u2014 running at the default effort`));for(let y of e.addDirs??[])r.push("--add-dir",y);e.settings&&Object.keys(e.settings).length>0&&r.push("--settings",JSON.stringify(e.settings));let o=[],i=[],s=null,a={input:0,output:0,cacheRead:0,cacheCreate:0},c=0,l="",u=null,p=y=>{if(y){if(y.type==="result"){s=y;return}if(y.type==="rate_limit_event"){let w=EC(y.rate_limit_info);w&&(!u||w.utilization>u.utilization)&&(u=w);return}if(y.type==="assistant"){let w=y.message;typeof w?.model=="string"&&(l=w.model);let b=w?.usage;if(b&&(c+=1,a.input+=rt(b.input_tokens),a.output+=rt(b.output_tokens),a.cacheRead+=rt(b.cache_read_input_tokens),a.cacheCreate+=rt(b.cache_creation_input_tokens),e.onUsage))try{e.onUsage({inputTokens:a.input,outputTokens:a.output,cacheReadTokens:a.cacheRead,cacheCreationTokens:a.cacheCreate,turns:c,...l?{model:l}:{},at:Date.now()})}catch{}}}},d=e.role,f=e.onActivity,m=y=>{if(f)for(let w of TC(y,e.workspaceDir))try{f(w)}catch{}};return f?.({ts:Date.now(),kind:"start",text:`${d} job started`}),console.log(`[claude] spawn ${this.binary} role=${d}`+(e.model?` model=${e.model}`:"")+(n?` effort=${n}`:"")+` cwd=${e.workspaceDir}`+(e.addDirs?.length?` add-dir=${e.addDirs.length}`:"")),new Promise((y,w)=>{let b=yC(this.binary,r,{cwd:e.workspaceDir,stdio:["ignore","pipe","pipe"],env:{...process.env,...e.env??{},CLAUDE_CODE_DISABLE_BACKGROUND_TASKS:"1",BASH_DEFAULT_TIMEOUT_MS:"600000",BASH_MAX_TIMEOUT_MS:"1800000"}});b.stdout.setEncoding("utf-8"),b.stderr.setEncoding("utf-8");let k=!1,$=null,h=()=>{k=!0,console.warn(`[claude] pause \u2014 sending SIGTERM to role=${d}`),b.kill("SIGTERM"),$=setTimeout(()=>{console.warn("[claude] still alive after SIGTERM \u2014 sending SIGKILL"),b.kill("SIGKILL")},kC)};e.signal?.addEventListener("abort",h,{once:!0});let R=()=>{$&&clearTimeout($),e.signal?.removeEventListener("abort",h)},_="";b.stdout.on("data",E=>{o.push(E),_+=E;let M;for(;(M=_.indexOf(`
|
|
828
|
+
`))!==-1;){let P=_.slice(0,M).trim();if(_=_.slice(M+1),P){let B=Cw(P);p(B),B&&m(B)}}}),b.stderr.on("data",E=>{o.push(E),i.push(E);for(let M of E.split(`
|
|
829
|
+
`)){let P=M.trim();P&&console.warn(`[claude:stderr] ${P}`)}}),b.on("error",E=>{R(),w(E)}),b.on("close",E=>{if(R(),k){w(new Dt(Lu(s,a,c,l)));return}if(_.trim()){let P=Cw(_.trim());p(P),P&&m(P)}let M=s?.is_error===!0;if(E!==0||M){let P=typeof s?.api_error_status=="number"?s.api_error_status:void 0,B=typeof s?.subtype=="string"?s.subtype:void 0,H=typeof s?.result=="string"?s.result:void 0,A=bC(P,H,u,Date.now());w(new Ke($C(E,s,i.join("")),{code:E,apiErrorStatus:P,subtype:B,resultText:H,retryAfterMs:xC(s),...A?{rateLimited:A}:{},usage:Lu(s,a,c,l)}));return}console.log("[claude] exit code=0"),y({artifactPaths:[],log:o.join(""),usage:Lu(s,a,c,l),...u?{rateLimit:u}:{}})})})}static isAvailable(e="claude"){return[e,`/usr/local/bin/${e}`,`/opt/homebrew/bin/${e}`].some(n=>n.includes("/")&&wC(n))}};Aw=200});import{mkdirSync as RC,writeFileSync as so}from"node:fs";import{dirname as CC,join as ao}from"node:path";function Pw(t,e,r){let n=ao(t,e);RC(CC(n),{recursive:!0}),so(n,r)}function AC(t,e,r){return`# ${t} \u2014 Estimate
|
|
827
830
|
|
|
828
831
|
**Title:** ${e}
|
|
829
832
|
|
|
@@ -844,7 +847,7 @@ production-grade estimates.)
|
|
|
844
847
|
${r.split(`
|
|
845
848
|
`).slice(0,8).join(`
|
|
846
849
|
`).trim()||"(empty)"}
|
|
847
|
-
`}function
|
|
850
|
+
`}function _C(t,e,r,n){let o=n?`
|
|
848
851
|
## Reviewer rework instruction
|
|
849
852
|
|
|
850
853
|
> ${n.split(`
|
|
@@ -873,10 +876,7 @@ TBD (mock runner does not yet inspect project code).
|
|
|
873
876
|
${r.split(`
|
|
874
877
|
`).slice(0,8).join(`
|
|
875
878
|
`).trim()||"(empty)"}
|
|
876
|
-
`}function
|
|
877
|
-
|
|
878
|
-
(none \u2014 mock runner did not surface ambiguities.)
|
|
879
|
-
`}function fC(t,e,r){let n=r?` (rework: ${r.split(`
|
|
879
|
+
`}function PC(t,e,r){let n=r?` (rework: ${r.split(`
|
|
880
880
|
`)[0].slice(0,80)})`:"";return`diff --git a/CHANGELOG.md b/CHANGELOG.md
|
|
881
881
|
index 0000000..1111111 100644
|
|
882
882
|
--- a/CHANGELOG.md
|
|
@@ -887,7 +887,7 @@ index 0000000..1111111 100644
|
|
|
887
887
|
+- mock-runner placeholder change for slice 5 testing.
|
|
888
888
|
+
|
|
889
889
|
# Changelog
|
|
890
|
-
`}function
|
|
890
|
+
`}function jC(t,e,r){return`# ${t} \u2014 Diff summary
|
|
891
891
|
|
|
892
892
|
**Title:** ${e}
|
|
893
893
|
${r?`
|
|
@@ -898,215 +898,215 @@ ${r?`
|
|
|
898
898
|
- \`CHANGELOG.md\` \u2014 added entry for ${t}.
|
|
899
899
|
|
|
900
900
|
(Mock-runner output. Replace with claude-headless for production patches.)
|
|
901
|
-
`}var
|
|
902
|
-
`),s.push("NOTE.md"));return{artifactPaths:s,log:`mock runner produced ${s.length} artifact(s) for role=${e.role}`,usage:
|
|
901
|
+
`}var wi,Mu=x(()=>{"use strict";D();Cr();wi=class{name(){return"mock"}async run(e){if(e.interactive)return this.runInteractive(e);let r=e.metadata??{},n=r.trackerIssueKey??"TASK",o=r.taskTitle??"(unknown task)",i=r.taskDescription??"",s=[];if(e.role==="estimate"){let a=AC(n,o,i);so(ao(e.workspaceDir,"ESTIMATE.md"),a),s.push("ESTIMATE.md")}else if(e.role==="analyze"){let a=typeof r.reworkInstruction=="string"?r.reworkInstruction:void 0;so(ao(e.workspaceDir,"PLAN.md"),_C(n,o,i,a)),s.push("PLAN.md")}else if(e.role==="implement"){let a=typeof r.reworkInstruction=="string"?r.reworkInstruction:void 0;Pw(e.workspaceDir,"changes/sample.patch",PC(n,o,a)),s.push("changes/sample.patch"),Pw(e.workspaceDir,"SOLUTION.md",jC(n,o,a)),s.push("SOLUTION.md")}else e.role==="rework"&&(so(ao(e.workspaceDir,"NOTE.md"),`# rework not supported by mock runner yet (task ${n})
|
|
902
|
+
`),s.push("NOTE.md"));return{artifactPaths:s,log:`mock runner produced ${s.length} artifact(s) for role=${e.role}`,usage:yt()}}async runInteractive(e){let r=e.role==="config",n=e.onActivity,o=s=>{n?.({ts:Date.now(),kind:"text",author:"agent",text:s}),n?.({ts:Date.now(),kind:"result",author:"agent",text:"success"})};n?.({ts:Date.now(),kind:"start",author:"agent",text:"chat session started"}),o(r?"Hi! Describe the configuration change you'd like to make.":"Hi! Describe the task you'd like to formulate.");let i=r?"Config from chat":"Draft from chat";for await(let s of e.interactive.inbox){if(e.signal?.aborted)throw new Dt;if(s.kind==="user")n?.({ts:Date.now(),kind:"text",author:"user",text:s.text}),s.text.trim()&&(i=s.text.trim().slice(0,80)),o(`Got it: **${s.text.trim()}**. Anything else to clarify?`);else break}if(r){let s={file:"project.yaml",section:["branch"],edits:[{file:"project.yaml",path:["branch","pattern"],value:"codepipe/<TASK_ID>"}],explanation:`Proposed by the interactive config chat (mock runner): ${i}`,diff:[{path:"branch",before:`branch:
|
|
903
903
|
pattern: <TASK_ID>
|
|
904
904
|
`,after:`branch:
|
|
905
905
|
pattern: codepipe/<TASK_ID>
|
|
906
|
-
`}]};return
|
|
906
|
+
`}]};return so(ao(e.workspaceDir,"PROPOSAL.json"),JSON.stringify(s,null,2)),{artifactPaths:["PROPOSAL.json"],log:"mock config session finalized PROPOSAL.json",usage:yt()}}return so(ao(e.workspaceDir,"DRAFT.md"),`${i}
|
|
907
907
|
|
|
908
908
|
Produced by the interactive chat (mock runner).
|
|
909
|
-
`),{artifactPaths:["DRAFT.md"],log:"mock chat session finalized DRAFT.md",usage:
|
|
909
|
+
`),{artifactPaths:["DRAFT.md"],log:"mock chat session finalized DRAFT.md",usage:yt()}}}});function jw(t){switch(t){case"mock":return new wi;case"claude-headless":return new yi;default:return null}}function Du(t,e){let r=e&&e.trim().length>0?e.trim():lt;return t==="mock"?!0:t==="claude-headless"?r==="claude":!1}var Nw=x(()=>{"use strict";D();Cr();Mu();Cr();Mu()});import{execFile as NC}from"node:child_process";function Ow(){let t=rr();return{identity:ns(t),login:t}}function Lw(t="claude"){return new Promise(e=>{NC(t,["-p","ok","--model",OC,"--max-turns","1","--output-format","json","--dangerously-skip-permissions"],{timeout:LC,maxBuffer:4*1024*1024},(n,o)=>{let i=MC(o);if(i)return e(i);let s=n instanceof Error?n.message:String(n??"no output");e({state:"failed",detail:Mw(s)})})})}function MC(t){let e=t.trim();if(!e)return null;let r;try{r=JSON.parse(e)}catch{return null}if(r.is_error!==!0)return{state:"ok"};let n=r.api_error_status,i=(typeof r.result=="string"?r.result:"")||(typeof n=="number"?`api_status=${n}`:"agent error");return{state:"failed",detail:Mw(i)}}function Mw(t){let e=t.replace(/\s+/g," ").trim();return e.length>200?`${e.slice(0,197)}\u2026`:e}var OC,LC,Dw=x(()=>{"use strict";qo();OC="claude-haiku-4-5-20251001",LC=6e4});var Gu={};Ue(Gu,{addUsageInto:()=>pn,backoffDelayMs:()=>Gw,classifyLLMFailure:()=>Fw,isAuthFailure:()=>Bu,loadRetryPolicy:()=>Uu,runAgentWithRetry:()=>Fu});function Uu(t=process.env){return{maxAttempts:pa(t.SANDBOX_LLM_RETRY_MAX_ATTEMPTS,2),baseDelayMs:pa(t.SANDBOX_LLM_RETRY_BASE_MS,2e3),maxDelayMs:pa(t.SANDBOX_LLM_RETRY_MAX_MS,3e4),totalBudgetMs:pa(t.SANDBOX_LLM_RETRY_BUDGET_MS,3e5)}}function Fw(t){if(t instanceof Ke){let{apiErrorStatus:r,subtype:n,resultText:o,retryAfterMs:i}=t.details,s=o??"";return UC.test(s)?{retryable:!1,reason:"out_of_credits"}:n&&BC.has(n)?{retryable:!1,reason:n}:typeof r=="number"?r===429?{retryable:!1,reason:"api_status=429 (rate limit)",retryAfterMs:i}:DC.has(r)?{retryable:!0,reason:`api_status=${r}`}:{retryable:!1,reason:`api_status=${r}`}:Uw.test(s)?{retryable:!0,reason:"network/timeout"}:{retryable:!1,reason:n??`exit ${t.details.code}`}}let e=t instanceof Error?t.message:String(t);return Uw.test(e)?{retryable:!0,reason:"network/timeout"}:{retryable:!1,reason:"non-retryable"}}function Bu(t){if(t instanceof Ke){let{apiErrorStatus:r,resultText:n}=t.details;return r===401||r===403?!0:!!n&&Bw.test(n)}let e=t instanceof Error?t.message:String(t);return Bw.test(e)}function Gw(t,e,r){if(typeof r=="number"&&r>0)return Math.min(r,e.maxDelayMs);let n=e.baseDelayMs*2**(t-1),o=Math.min(n,e.maxDelayMs);return Math.round(o/2+Math.random()*(o/2))}async function Fu(t,e,r){let n=r.sleep??(a=>new Promise(c=>setTimeout(c,a))),o=Date.now()+r.policy.totalBudgetMs,i="",s=[];for(let a=1;;a++)try{let c=e.onUsage&&s.length>0?{...e,onUsage:u=>{let p={...u};for(let d of s)p.inputTokens+=d.inputTokens,p.outputTokens+=d.outputTokens,p.cacheReadTokens+=d.cacheReadInputTokens,p.cacheCreationTokens+=d.cacheCreationInputTokens,p.turns+=d.numTurns;e.onUsage(p)}}:e,l=await t.run(c);for(let u of s)pn(l.usage,u);return l}catch(c){i=c instanceof Error?c.message:String(c);let l=Fw(c),u=a>=r.policy.maxAttempts;if(!l.retryable||u||r.aborted()){if(c instanceof Ke){if(c.details.usage)for(let d of s)pn(c.details.usage,d);throw a>1&&(c.message=`agent failed after ${a} attempts: ${i}`),c}throw a>1?new Error(`agent failed after ${a} attempts: ${i}`):c}let p=Gw(a,r.policy,l.retryAfterMs);if(Date.now()+p>o){if(c instanceof Ke){if(c.details.usage)for(let d of s)pn(c.details.usage,d);throw c.message=`agent failed after ${a} attempts (retry budget exhausted): ${i}`,c}throw new Error(`agent failed after ${a} attempts (retry budget exhausted): ${i}`)}c instanceof Ke&&c.details.usage&&s.push(c.details.usage),console.warn(`[job] ${r.jobId} agent attempt ${a}/${r.policy.maxAttempts} failed (retryable: ${l.reason}) \u2014 cleaning workspace, backoff ${p}ms`),await r.onBeforeRetry(),await n(p)}}function pa(t,e){let r=Number(t);return Number.isFinite(r)&&r>0?Math.floor(r):e}function pn(t,e){t.inputTokens+=e.inputTokens,t.outputTokens+=e.outputTokens,t.cacheReadInputTokens+=e.cacheReadInputTokens,t.cacheCreationInputTokens+=e.cacheCreationInputTokens,t.totalCostUsd+=e.totalCostUsd,t.numTurns+=e.numTurns}var DC,Uw,UC,BC,Bw,bi=x(()=>{"use strict";Cr();DC=new Set([500,502,503,529]),Uw=/(\bETIMEDOUT\b|\bECONNRESET\b|\bECONNREFUSED\b|\bEAI_AGAIN\b|\bEPIPE\b|socket hang up|network error|fetch failed|connection (?:reset|closed|error)|timed? ?out|overloaded)/i,UC=/(out of credit|credit balance|insufficient (?:credit|fund)|overage)/i,BC=new Set(["error_max_turns"]);Bw=/(not logged in|invalid api key|invalid x-api-key|authentication[ _]error|unauthorized|oauth token (?:expired|revoked|invalid)|token (?:expired|revoked)|please run .{0,20}login|run `?claude\b.{0,20}(?:login|setup-token))/i});import{mkdirSync as FC,writeFileSync as GC}from"node:fs";import{homedir as KC}from"node:os";import{join as Kw}from"node:path";function Ku(t,e=process.env){let r=(e.CODEPIPE_DEBUG??"").trim().toLowerCase();return r?r==="1"||r==="true"||r==="all"?!0:r.split(",").map(n=>n.trim()).includes(t):!1}function Hu(t,e,r,n){try{let o=Kw(KC(),".codepipe","debug",Hw(t));FC(o,{recursive:!0});let i=new Date().toISOString().replace(/[:.]/g,"-"),s=Kw(o,`${i}-${Hw(e)}-${r}.md`);return GC(s,n),s}catch{return null}}var Hw,Ww=x(()=>{"use strict";Hw=t=>t.replace(/[^A-Za-z0-9._-]/g,"_")});import{mkdtempSync as HC,rmSync as WC,writeFileSync as qw}from"node:fs";import{tmpdir as qC}from"node:os";import{join as Wu}from"node:path";function fa(t){return`[url "https://${t}/"]
|
|
910
910
|
insteadOf = git@${t}:
|
|
911
911
|
insteadOf = ssh://git@${t}/
|
|
912
|
-
`}function
|
|
912
|
+
`}function Xw(t,e){if(t.length===0)return null;let r=HC(Wu(qC(),"devpipe-gitcreds-")),n=Wu(r,"credentials"),o=Wu(r,"gitconfig");return qw(n,t.join(`
|
|
913
913
|
`)+`
|
|
914
|
-
`,{mode:384}),
|
|
914
|
+
`,{mode:384}),qw(o,`[credential]
|
|
915
915
|
helper = store --file=${n}
|
|
916
|
-
`+e.join(""),{mode:384}),{env:{...process.env,GIT_CONFIG_GLOBAL:o,GIT_CONFIG_SYSTEM:"/dev/null",GIT_CONFIG_NOSYSTEM:"1",GIT_TERMINAL_PROMPT:"0"},cleanup:()=>{try{
|
|
917
|
-
`).map(n=>n.trim()).filter(n=>n.length>0)}async function
|
|
918
|
-
`).map(m=>m.trim()).filter(m=>m.length>0);if(d&&f.length===0)throw await
|
|
919
|
-
`).map(l=>l.trim()).filter(l=>l.length>0),c=await Se(n,["rev-parse","-q","--verify","MERGE_HEAD"]).then(()=>!0).catch(()=>!1);if(s&&!c&&a.length===0)throw new Error(`resolve-conflict: merge of ${e} into ${t.ref} failed: ${s}`);return a}async function
|
|
920
|
-
${s.join("").trim()||"(no stderr)"}`))})})}function Se(t,e,r){return new Promise((n,o)=>{let i=
|
|
921
|
-
${a.join("").trim()||"(no stderr)"}`))})})}function
|
|
922
|
-
`).map(a=>a.trim()).filter(a=>a.length>0),s=[];for(let a of i)try{let c=
|
|
923
|
-
`+e.subarray(e.length-
|
|
924
|
-
\u2026 [${r.length-e} bytes elided]`}function
|
|
925
|
-
`)){if(n.startsWith("+++ ")){let o=n.slice(4).trim();r=o==="/dev/null"?null:o.replace(/^b\//,""),r&&!e.has(r)&&e.set(r,[]);continue}if(r&&n.startsWith("@@")){let o=/^@@ -\d+(?:,\d+)? \+(\d+)(?:,(\d+))? @@/.exec(n);if(!o)continue;let i=Number(o[1]),s=o[2]!==void 0?Number(o[2]):1,a=s===0?Math.max(1,i):i,c=s===0?Math.max(1,i):i+s-1;e.get(r).push([a,c])}}return e}function
|
|
916
|
+
`+e.join(""),{mode:384}),{env:{...process.env,GIT_CONFIG_GLOBAL:o,GIT_CONFIG_SYSTEM:"/dev/null",GIT_CONFIG_NOSYSTEM:"1",GIT_TERMINAL_PROMPT:"0"},cleanup:()=>{try{WC(r,{recursive:!0,force:!0})}catch{}}}}function qu(t){let e=[],r=[];if(t.mirrorWrite?.token){let n=t.mirrorWrite.host;(!n||n==="github")&&(e.push(`https://x-access-token:${t.mirrorWrite.token}@github.com`),r.push(Yw)),(!n||n==="gitlab")&&(e.push(`https://oauth2:${t.mirrorWrite.token}@gitlab.com`),r.push(zw)),(!n||n==="bitbucket")&&(e.push(`https://${er}:${encodeURIComponent(t.mirrorWrite.token)}@bitbucket.org`),r.push(Vw))}return t.github?.token&&(e.push(`https://x-access-token:${t.github.token}@github.com`),r.push(Yw)),t.bitbucket?.apiToken&&(e.push(`https://${er}:${encodeURIComponent(t.bitbucket.apiToken)}@bitbucket.org`),r.push(Vw)),t.gitlab?.token&&(e.push(`https://oauth2:${t.gitlab.token}@gitlab.com`),r.push(zw)),Xw(e,r)}function Jw(t,e){if(t.contextWrite?.token){let r=Zr(e)??"github.com",n=Ho(r);return Xw([`https://${n}:${t.contextWrite.token}@${r}`],[fa(r)])}return qu(t)}var Yw,Vw,zw,Zw=x(()=>{"use strict";D();Yw=fa("github.com"),Vw=fa("bitbucket.org"),zw=fa("gitlab.com")});import{spawn as eb}from"node:child_process";import{existsSync as ma,mkdirSync as ki,readFileSync as YC,rmSync as Yu,symlinkSync as VC}from"node:fs";import{homedir as zC}from"node:os";import{dirname as lo,join as _r}from"node:path";function tb(t){let e=_r(zC(),".codepipe-sandbox","repos");return t?_r(e,t):e}function rb(t,e){let n=(co.get(t)??Promise.resolve()).then(e,e),o=n.then(()=>{co.get(t)===o&&co.delete(t)},()=>{co.get(t)===o&&co.delete(t)});return co.set(t,o),n}function Qw(t){let e=t instanceof Error?t.message:String(t);return/couldn't find remote ref/i.test(e)||/Remote branch .* not found/i.test(e)||/unknown revision/i.test(e)}function XC(t){let e=t instanceof Error?t.message:String(t);return/invalid index-pack output/i.test(e)||/index-pack failed/i.test(e)||/fetch-pack/i.test(e)||/objects[\/\\]pack/i.test(e)||/(loose object .* is corrupt|corrupt loose object|object file .* is empty)/i.test(e)||/did not send all necessary objects/i.test(e)||/(bad object|bad tree object|unable to read (tree|sha1))/i.test(e)||/not a git repository/i.test(e)||/unable to read .*(pack|object)/i.test(e)}async function nb(t,e,r,n,o){let i=async c=>{await se(t,["fetch","--depth=1","origin",`+refs/heads/${c}:refs/remotes/origin/${c}`],o),await se(t,["reset","--hard",`origin/${c}`],o),await se(t,["clean","-fdx"],o)},s=async()=>{try{return await i(r),r}catch(c){if(!n||n===r||!Qw(c))throw c;return console.log(`[git] ref ${r} gone upstream \u2014 falling back to ${n}`),await i(n),n}},a=async()=>{ma(t)&&Yu(t,{recursive:!0,force:!0}),ki(lo(t),{recursive:!0});try{return await se(void 0,["clone","--depth=1","--single-branch","--branch",r,e,t],o),r}catch(c){if(!n||n===r||!Qw(c))throw c;return console.log(`[git] branch ${r} not found on clone \u2014 falling back to ${n}`),ma(t)&&Yu(t,{recursive:!0,force:!0}),ki(lo(t),{recursive:!0}),await se(void 0,["clone","--depth=1","--single-branch","--branch",n,e,t],o),n}};if(ma(_r(t,".git")))try{return await s()}catch(c){if(!XC(c))throw c;let l=c instanceof Error?c.message:String(c);console.warn(`[git] cache at ${t} looks corrupt (${l}) \u2014 discarding and re-cloning`)}return a()}async function ob(t){await se(t.workspacePath,["reset","--hard",t.baseSha]),await se(t.workspacePath,["clean","-fdx"])}async function ib(t,e){let r=t.workspacePath;await se(r,["add","-A"]);let n=(await Se(r,["write-tree"])).trim(),o=(await Se(r,["rev-parse",`${t.baseSha}^{tree}`])).trim();if(n===o)return null;let i={...process.env,GIT_AUTHOR_NAME:uo,GIT_AUTHOR_EMAIL:po,GIT_COMMITTER_NAME:uo,GIT_COMMITTER_EMAIL:po};return(await Se(r,["commit-tree",n,"-m",e],i)).trim()}async function sb(t,e,r,n,o){try{await se(t.workspacePath,["push","--force",n,`${e}:refs/heads/${r}`],o)}catch(i){let s=i instanceof Error?i.message:String(i);throw Zr(n)==="github.com"&&/without `?workflow`? scope|workflow.*scope/i.test(s)?new Error("delivery push rejected: the Context-Repo push token needs the `workflow` scope (the delivery includes .github/workflows/*). Set secrets.contextWrite.token to a fine-grained PAT on the Context Repo with Contents: write + Workflows: write (or add `workflow` to the project token).\n"+s):i}}async function ab(t,e){return Se(t.workspacePath,["diff","--binary",t.baseSha,e])}async function cb(t,e){return(await Se(t.workspacePath,["diff","--name-only",t.baseSha,e])).split(`
|
|
917
|
+
`).map(n=>n.trim()).filter(n=>n.length>0)}async function lb(t,e,r,n,o){await se(t.workspacePath,["fetch",n,`+refs/heads/${e}:refs/codepipe-build-delivery`],o),await se(t.workspacePath,["checkout","--force",r])}async function ub(t,e,r,n,o,i){let s=t.workspacePath;await se(s,["fetch",o,`+refs/heads/${e}:refs/codepipe-build-delivery`],i);let a=(await Se(s,["rev-parse","refs/codepipe-build-delivery"])).trim();a!==r&&console.warn(`[git] delivery ${e} resolved ${a.slice(0,10)} (expected ${r.slice(0,10)})`);let c=m=>Se(s,["rev-parse","-q","--verify",`${m}^{commit}`]).then(()=>!0).catch(()=>!1);if(!await c(n)&&((await Se(s,["rev-parse","--is-shallow-repository"])).trim()==="true"&&await se(s,["fetch","--unshallow","origin",`+refs/heads/${t.ref}:refs/remotes/origin/${t.ref}`],i).catch(y=>{console.warn(`[git] moved-base apply: --unshallow ${t.ref} failed: ${String(y)}`)}),await c(n)||await se(s,["fetch","origin",n],i).catch(()=>{}),!await c(n)))throw new Error(`moved-base apply: delivery base ${n.slice(0,10)} is unreachable \u2014 cannot re-apply the previous iteration onto the fresh ${t.ref}`);let l={...i??process.env,GIT_AUTHOR_NAME:uo,GIT_AUTHOR_EMAIL:po,GIT_COMMITTER_NAME:uo,GIT_COMMITTER_EMAIL:po},u=(await Se(s,["rev-parse","refs/codepipe-build-delivery^{tree}"])).trim(),p=(await Se(s,["commit-tree",u,"-p",n,"-m","delivery"],l)).trim();await se(s,["cherry-pick","--quit"],l).catch(()=>{});let d=null;try{await se(s,["cherry-pick","--no-commit",p],l)}catch(m){d=m instanceof Error?m.message:String(m)}let f=(await Se(s,["diff","--name-only","--diff-filter=U"])).split(`
|
|
918
|
+
`).map(m=>m.trim()).filter(m=>m.length>0);if(d&&f.length===0)throw await se(s,["cherry-pick","--abort"],l).catch(()=>{}),new Error(`moved-base apply: cherry-pick of the previous delivery onto ${t.ref} failed: ${d}`);return f}async function Vu(t,e,r){let n=t.workspacePath,o={...r??process.env,GIT_AUTHOR_NAME:uo,GIT_AUTHOR_EMAIL:po,GIT_COMMITTER_NAME:uo,GIT_COMMITTER_EMAIL:po};(await Se(n,["rev-parse","--is-shallow-repository"])).trim()==="true"&&await se(n,["fetch","--unshallow","origin",`+refs/heads/${t.ref}:refs/remotes/origin/${t.ref}`],r).catch(l=>{console.warn(`[git] resolve-conflict: --unshallow ${t.ref} failed: ${String(l)}`)}),await se(n,["fetch","origin",`+refs/heads/${e}:refs/remotes/origin/${e}`],r);let s=null;try{await se(n,["merge","--no-commit","--no-ff",`origin/${e}`],o)}catch(l){s=l instanceof Error?l.message:String(l)}let a=(await Se(n,["diff","--name-only","--diff-filter=U"])).split(`
|
|
919
|
+
`).map(l=>l.trim()).filter(l=>l.length>0),c=await Se(n,["rev-parse","-q","--verify","MERGE_HEAD"]).then(()=>!0).catch(()=>!1);if(s&&!c&&a.length===0)throw new Error(`resolve-conflict: merge of ${e} into ${t.ref} failed: ${s}`);return a}async function pb(t,e){return Se(t.workspacePath,["diff","--unified=0",`${db}..HEAD`],e)}async function zu(t,e,r){await se(t.workspacePath,["update-ref",db,e],r)}async function fb(t,e,r){let n=t.workspacePath,o=[`+refs/heads/${e}:refs/remotes/origin/${e}`,...t.ref!==e?[`+refs/heads/${t.ref}:refs/remotes/origin/${t.ref}`]:[]];await se(n,["fetch","--depth=1","origin",...o],r).catch(a=>{console.warn(`[git] review-base ${t.name}: base fetch failed: ${String(a)}`)});let i=()=>Se(n,["merge-base",`origin/${e}`,"HEAD"],r).then(a=>a.trim()||null).catch(()=>null),s=await i();for(let a of[64,256,1024]){if(s)break;await se(n,["fetch",`--deepen=${a}`,"origin",...o],r).catch(c=>{console.warn(`[git] review-base ${t.name}: --deepen=${a} failed: ${String(c)}`)}),s=await i()}return s||(await Se(n,["rev-parse","--is-shallow-repository"],r)).trim()==="true"&&(await se(n,["fetch","--unshallow","origin",...o],r).catch(c=>{console.warn(`[git] review-base ${t.name}: --unshallow failed: ${String(c)}`)}),s=await i()),s&&await zu(t,s,r),s}function se(t,e,r){return new Promise((n,o)=>{let i=eb("git",e,{cwd:t,stdio:["ignore","pipe","pipe"],env:r??{...process.env}}),s=[];i.stderr.setEncoding("utf-8"),i.stderr.on("data",a=>s.push(a)),i.on("error",o),i.on("close",a=>{if(a===0)return n();o(new Error(`git ${e[0]} failed (exit ${a}):
|
|
920
|
+
${s.join("").trim()||"(no stderr)"}`))})})}function Se(t,e,r){return new Promise((n,o)=>{let i=eb("git",e,{cwd:t,stdio:["ignore","pipe","pipe"],env:r??{...process.env}}),s=[],a=[];i.stdout.setEncoding("utf-8"),i.stderr.setEncoding("utf-8"),i.stdout.on("data",c=>s.push(c)),i.stderr.on("data",c=>a.push(c)),i.on("error",o),i.on("close",c=>{if(c===0)return n(s.join(""));o(new Error(`git ${e[0]} failed (exit ${c}):
|
|
921
|
+
${a.join("").trim()||"(no stderr)"}`))})})}function mb(t,e){ma(t)&&Yu(t,{recursive:!0,force:!0}),ki(lo(t),{recursive:!0}),VC(e,t,"dir")}async function hb(t,e,r){await se(t,["worktree","prune"]).catch(()=>{}),ki(lo(r),{recursive:!0}),await se(t,["worktree","add","--detach",r,`origin/${e}`])}async function JC(t,e,r){ki(lo(r),{recursive:!0}),await se(lo(r),["clone","--quiet","--no-checkout",t,r]),await se(r,["checkout","--force","--detach",e])}async function gb(t,e,r,n="worktree",o,i){return r.length===0?[]:rb(e,async()=>{let s=[];for(let a of r){let c=_r(tb(i),e,a.name);console.log(`[git] code: ensure ${a.cloneUrl} @ ${a.ref} \u2192 ${c}`);let l;try{l=await nb(c,a.cloneUrl,a.ref,a.defaultBranch,o)}catch(d){throw new Error(`failed to materialize project repo "${a.name}" (${a.cloneUrl}): `+(d instanceof Error?d.message:String(d)))}let u=(await Se(c,["rev-parse","HEAD"])).trim(),p=_r(t,"code",a.name);n==="direct"?(mb(p,c),console.log(`[git] code: linked ${p} \u2192 ${c} @ ${u.slice(0,10)}`)):n==="clone"?(await JC(c,u,p),console.log(`[git] code: clone ${p} \u2190 ${c} @ ${u.slice(0,10)}`)):(await hb(c,l,p),console.log(`[git] code: worktree ${p} \u2190 ${c} @ ${u.slice(0,10)}`)),s.push({name:a.name,workspacePath:p,cachePath:c,ref:l,baseSha:u})}return s})}async function yb(t,e,r,n="worktree",o,i){if(!r||!r.cloneUrl)return null;let s=r;return rb(e,async()=>{let a=_r(tb(i),e,"_context");console.log(`[git] context: ensure ${s.cloneUrl} @ ${s.ref} \u2192 ${a}`);try{await nb(a,s.cloneUrl,s.ref,void 0,o)}catch(u){throw new Error(`failed to materialize context repo (${s.cloneUrl}): `+(u instanceof Error?u.message:String(u)))}let c=_r(t,"context");n==="direct"?(mb(c,a),console.log(`[git] context: linked ${c} \u2192 ${a}`)):(await hb(a,s.ref,c),console.log(`[git] context: worktree ${c} \u2190 ${a}`));let l=(await Se(a,["rev-parse","HEAD"])).trim();return{workspacePath:c,cachePath:a,baseSha:l}})}async function wb(t,e=[]){let r=t.workspacePath,n=["knowledge",...e];await se(r,["add","-A",...n]).catch(()=>{});let o;try{o=await Se(r,["diff","--cached","--name-only","--diff-filter=d",t.baseSha,"--",...n])}catch{return[]}let i=o.split(`
|
|
922
|
+
`).map(a=>a.trim()).filter(a=>a.length>0),s=[];for(let a of i)try{let c=YC(_r(r,a)).toString("base64");s.push({path:a,contentBase64:c})}catch{}return s}var co,uo,po,db,bb=x(()=>{"use strict";D();co=new Map;uo="CodePipe Agent",po="codepipe@codepartner.ee";db="refs/worktree/codepipe/review-base"});import{existsSync as ZC,readFileSync as QC}from"node:fs";import{join as eA}from"node:path";import{parse as tA}from"yaml";function kb(t){if(!t)return!1;let e=eA(t,Xu);if(!ZC(e))return!1;try{let r=tA(QC(e,"utf-8"));if(!r||typeof r!="object")return!1;let n=r.steps;return!Array.isArray(n)||n.length===0?!1:n.some(o=>o!=null&&typeof o=="object"&&typeof o.run=="string"&&o.run.trim().length>0)}catch{return!1}}var Xu,vb=x(()=>{"use strict";Xu="knowledge/build.yaml"});import{readFileSync as rA}from"node:fs";import{join as nA}from"node:path";function $b(t){let e=nA(t,vi),r;try{r=rA(e,"utf-8")}catch{throw new Pr(`BUILD produced no ${vi} verdict \u2014 inconclusive run`)}let n;try{n=JSON.parse(r)}catch(u){throw new Pr(`${vi} is not valid JSON: ${u instanceof Error?u.message:String(u)}`)}if(!n||typeof n!="object")throw new Pr(`${vi} must be a JSON object`);let o=n;if(typeof o.ok!="boolean")throw new Pr(`${vi}: "ok" must be a boolean`);let i=o.ok,a=(Array.isArray(o.steps)?o.steps:[]).flatMap(u=>{if(!u||typeof u!="object")return[];let p=u,d=typeof p.name=="string"?p.name:null,f=typeof p.exitCode=="number"?p.exitCode:null;if(d===null||f===null)return[];let m={name:d,exitCode:f};return typeof p.durationMs=="number"&&(m.durationMs=p.durationMs),[m]}),c=typeof o.logTail=="string"?oA(o.logTail):"",l={ok:i,steps:a,logTail:c};if(typeof o.failedStep=="string"&&o.failedStep)l.failedStep=o.failedStep;else if(!i){let u=a.find(p=>p.exitCode!==0);u&&(l.failedStep=u.name)}return l}function oA(t){let e=Buffer.from(t,"utf-8");return e.length<=Ju?t:`\u2026 [${e.length-Ju} bytes elided] \u2026
|
|
923
|
+
`+e.subarray(e.length-Ju).toString("utf-8")}var Ju,Pr,vi,xb=x(()=>{"use strict";Ju=8*1024,Pr=class extends Error{},vi="meta/build-result.json"});var Sb={};Ue(Sb,{REVIEW_RESULT_PATH:()=>fn,ReviewVerdictError:()=>Wt,markFindingScope:()=>pA,parseChangedRanges:()=>dA,readCodeReviewResult:()=>Zu});import{readFileSync as iA}from"node:fs";import{join as sA}from"node:path";function Zu(t){let e=sA(t,fn),r;try{r=iA(e,"utf-8")}catch{throw new Wt(`code review produced no ${fn} verdict \u2014 inconclusive run`)}let n;try{n=JSON.parse(r)}catch(l){throw new Wt(`${fn} is not valid JSON: ${l instanceof Error?l.message:String(l)}`)}if(!n||typeof n!="object")throw new Wt(`${fn} must be a JSON object`);let o=n;if(typeof o.approved!="boolean")throw new Wt(`${fn}: "approved" must be a boolean`);let i=o.approved,s=typeof o.remarks=="string"?jr(o.remarks,aA):"";if(!i&&s.trim().length===0)throw new Wt(`${fn}: "approved" is false but "remarks" is empty \u2014 nothing to rework on`);let a=typeof o.summary=="string"?jr(o.summary,cA):"",c=uA(o.findings);return{approved:i,remarks:s,summary:a,...c.length>0?{findings:c}:{}}}function uA(t){if(!Array.isArray(t))return[];let e=[];for(let r of t.slice(0,lA)){if(!r||typeof r!="object")continue;let n=r,o=typeof n.title=="string"?jr(n.title,512).trim():"",i=typeof n.problem=="string"?jr(n.problem,ha).trim():"";if(!o||!i)continue;let s=typeof n.line=="number"&&Number.isInteger(n.line)&&n.line>0?n.line:void 0,a=n.severity==="blocker"||n.severity==="major"||n.severity==="minor"?n.severity:"other",c=typeof n.scenario=="string"&&n.scenario.trim()?jr(n.scenario,ha):void 0;a==="blocker"&&!c&&(console.warn(`[review] blocker "${o.slice(0,80)}" carries no scenario \u2014 demoted to major`),a="major"),e.push({severity:a,title:o,problem:i,...typeof n.repo=="string"&&n.repo?{repo:n.repo}:{},...typeof n.file=="string"&&n.file?{file:jr(n.file,1024)}:{},...s!==void 0?{line:s}:{},...c?{scenario:c}:{},...typeof n.suggestion=="string"&&n.suggestion.trim()?{suggestion:jr(n.suggestion,ha)}:{},...n.confidence==="high"||n.confidence==="medium"||n.confidence==="low"?{confidence:n.confidence}:{},...n.rule_source==="adr"||n.rule_source==="convention"||n.rule_source==="build"||n.rule_source==="judgment"?{ruleSource:n.rule_source}:{},...typeof n.out_of_diff_reason=="string"&&n.out_of_diff_reason.trim()?{outOfDiffReason:jr(n.out_of_diff_reason,ha)}:{}})}return e}function jr(t,e){let r=Buffer.from(t,"utf-8");return r.length<=e?t:r.subarray(0,e).toString("utf-8")+`
|
|
924
|
+
\u2026 [${r.length-e} bytes elided]`}function dA(t){let e=new Map,r=null;for(let n of t.split(`
|
|
925
|
+
`)){if(n.startsWith("+++ ")){let o=n.slice(4).trim();r=o==="/dev/null"?null:o.replace(/^b\//,""),r&&!e.has(r)&&e.set(r,[]);continue}if(r&&n.startsWith("@@")){let o=/^@@ -\d+(?:,\d+)? \+(\d+)(?:,(\d+))? @@/.exec(n);if(!o)continue;let i=Number(o[1]),s=o[2]!==void 0?Number(o[2]):1,a=s===0?Math.max(1,i):i,c=s===0?Math.max(1,i):i+s-1;e.get(r).push([a,c])}}return e}function pA(t,e,r){for(let n of t.findings??[]){if(!n.file)continue;let o=n.repo??r;if(!o)continue;let i=e.get(o);if(!i)continue;let s=i.get(n.file);if(!s){n.scope="outside";continue}if(n.line===void 0||s.length===0){n.scope="diff";continue}let a=n.line;n.scope=s.some(([c,l])=>a>=c&&a<=l)?"diff":"file"}}var aA,cA,Wt,fn,ha,lA,Qu=x(()=>{"use strict";aA=16*1024,cA=4*1024,Wt=class extends Error{},fn="meta/review-result.json";ha=8*1024,lA=50});import{readFileSync as fA,statSync as mA}from"node:fs";import{join as Eb}from"node:path";function vA(t){return t.startsWith("meta/")||kA.has(t)}function $A(t,e,r,n){return`[codepipe] artifact omitted from upload: ${t} was ${e} bytes, exceeds the SANDBOX upload budget (per-artifact ${r} / total ${n}). The delivered code (git) and the build/review verdict are unaffected \u2014 only this display/durability copy was dropped.`}function xA(t){return`[codepipe] artifact unreadable at upload time: ${t} could not be read from the workspace \u2014 content omitted.`}function Tb(t,e,r){let n=r?.maxBytes??hA,o=r?.totalBytes??gA,i=r?.maxCount??yA,s=e.map((m,y)=>{let w=null;try{w=mA(Eb(t,m)).size}catch{}return{path:m,index:y,size:w}}),a=[...s].sort((m,y)=>{let w=b=>vA(b.path)?0:1;return w(m)!==w(y)?w(m)-w(y):(m.size??0)-(y.size??0)}),c=a.slice(0,i),l=a.slice(i).sort((m,y)=>m.index-y.index).map(m=>m.path),u=new Array(s.length),p=[],d=0;for(let m of c){let y=null;if(m.size!==null&&m.size<=n&&d+m.size<=o)try{y=fA(Eb(t,m.path))}catch{}if(y!==null){d+=y.length,u[m.index]={path:m.path,contentBase64:y.toString("base64")};continue}let w=m.size===null?xA(m.path):$A(m.path,m.size,n,o),b=Buffer.from(w,"utf-8");d+=b.length,u[m.index]={path:m.path,contentBase64:b.toString("base64")},p.push({path:m.path,bytes:m.size??0})}let f=u.filter(m=>m!==void 0);if(l.length>0){let m=l.slice(0,bA),y=`# Artifacts omitted from upload
|
|
926
926
|
|
|
927
927
|
${l.length} file(s) exceeded the SANDBOX artifact count budget (${i}) and were dropped from the listing. The delivered code (git) and the build/review verdicts are unaffected. Usually this means a job left a stray tree in the workspace \u2014 throwaway copies belong in the workspace's \`scratch/\` directory, which is never uploaded.
|
|
928
928
|
|
|
929
|
-
`+m.map(
|
|
929
|
+
`+m.map(w=>`- ${w}
|
|
930
930
|
`).join("")+(l.length>m.length?`
|
|
931
931
|
\u2026and ${l.length-m.length} more.
|
|
932
|
-
`:"");f.push({path:
|
|
933
|
-
`),r=e.findIndex(a=>
|
|
932
|
+
`:"");f.push({path:wA,contentBase64:Buffer.from(y,"utf-8").toString("base64")})}return{artifacts:f,omitted:p,dropped:l}}var hA,gA,yA,wA,bA,kA,Ib=x(()=>{"use strict";hA=Number(process.env.SANDBOX_MAX_ARTIFACT_BYTES??4*1024*1024),gA=Number(process.env.SANDBOX_MAX_ARTIFACT_TOTAL_BYTES??16*1024*1024),yA=Number(process.env.SANDBOX_MAX_ARTIFACT_COUNT??200),wA="artifacts-omitted.md",bA=500,kA=new Set(["QUESTIONS.md","PLAN.md","SOLUTION.md","DRAFT.md","ESTIMATE.md","SOLUTION.md","diff-summary.md","review-result.md","commit-message.txt","pr-description.md"])});import{lstatSync as SA,mkdtempSync as EA,readFileSync as TA,readdirSync as Cb,rmSync as Rb}from"node:fs";import{tmpdir as IA}from"node:os";import{join as ga,relative as RA}from"node:path";function Ab(t){let e=EA(ga(IA(),`codepipe-job-${t}-`));return{dir:e,dispose:()=>Rb(e,{recursive:!0,force:!0}),listFiles:()=>_b(e,e),readFile:r=>TA(ga(e,r),"utf-8"),clean:()=>{for(let r of Cb(e))AA.has(r)||Rb(ga(e,r),{recursive:!0,force:!0})}}}function _b(t,e){let r=[];for(let n of Cb(e)){let o=ga(e,n),i=SA(o);if(!i.isSymbolicLink())if(i.isDirectory()){if(e===t&&CA.has(n))continue;r.push(..._b(t,o))}else r.push(RA(t,o))}return r}var CA,AA,Pb=x(()=>{"use strict";CA=new Set(["code","context","scratch",".claude"]),AA=new Set(["code","context"])});import{readFileSync as _A}from"node:fs";import{join as PA}from"node:path";function MA(t,e){let r=Ko(t);return r?Nb(DA(r),e):""}function jb(t,e,r={}){let n=r.perAncestorBudget??jA,o=r.totalBudget??NA,i=[...t.matchAll(Ji)];if(i.length===0)return t;let s=i.map(l=>{let u=l[1],p=UA(e,u),d=p!=null?MA(p,n):"";return{key:u,text:d||`(\u0442\u0435\u043B\u043E \u043D\u0435\u0434\u043E\u0441\u0442\u0443\u043F\u043D\u043E \u2014 \u0441\u043C. tasks/${u}/task.md)`}}),a=o,c=new Map;for(let l of s){let u=Math.max(0,Math.min(l.text.length,a));c.set(l.key,Nb(l.text,u)),a-=u}return t.replace(Ji,(l,u)=>c.get(u)??"")}function DA(t){let e=t.split(`
|
|
933
|
+
`),r=e.findIndex(a=>LA.test(a));if(r<0)return t;let n=e.slice(0,r).join(`
|
|
934
934
|
`).trim(),o=(e[r]??"").match(/^#+/)?.[0].length??1,i=e.length;for(let a=r+1;a<e.length;a++){let c=(e[a]??"").match(/^(#{1,6})\s/);if(c&&(c[1]?.length??0)<=o){i=a;break}}let s=e.slice(r,i).join(`
|
|
935
935
|
`).trim();return[n,s].filter(Boolean).join(`
|
|
936
936
|
|
|
937
|
-
`)}function
|
|
937
|
+
`)}function Nb(t,e){return t.length<=e?t:t.slice(0,e).trimEnd()+OA}function UA(t,e){if(!t)return null;try{return _A(PA(t,"tasks",e,"task.md"),"utf-8")}catch{return null}}var jA,NA,OA,LA,Ob=x(()=>{"use strict";D();jA=1200,NA=3e3,OA=`
|
|
938
938
|
|
|
939
|
-
\u2026(\u043E\u0431\u0440\u0435\u0437\u0430\u043D\u043E)`,
|
|
940
|
-
${n}`.match(
|
|
941
|
-
${n}`.split(/[\s,;()[\]{}<>"'!?]+/);for(let f of c){let m=f.replace(/^[`*_]+|[`*_.:]+$/g,"");if(!m||!m.includes("/")&&!m.includes("."))continue;let y=a.get(m)??[];y.length===1&&s(y[0]
|
|
942
|
-
${n}`.match(/[A-Za-z][A-Za-z0-9_-]{3,}/g)??[]){let m=l.get(f.toLowerCase());m&&s(m,
|
|
943
|
-
${n}`),d=[];for(let[f,m]of o.events){if(f===e||!m.title)continue;let y=
|
|
944
|
-
`));let
|
|
939
|
+
\u2026(\u043E\u0431\u0440\u0435\u0437\u0430\u043D\u043E)`,LA=/^#{1,6}\s.*(приёмк|acceptance|критери)/i});import{existsSync as wa,readFileSync as Lb,readdirSync as ed}from"node:fs";import{join as sr}from"node:path";import{parse as BA}from"yaml";function ba(t){if(!wa(t))return[];let e=[];for(let r of ed(t,{withFileTypes:!0}).sort((n,o)=>n.name<o.name?-1:1)){let n=sr(t,r.name);r.isDirectory()?e.push(...ba(n)):r.name.endsWith(".yaml")&&e.push(n)}return e}function ya(t){try{return BA(Lb(t,"utf-8"))}catch{return null}}function Mb(t){let e={nodes:new Map,adjacency:new Map,events:new Map,annotations:new Map,keyByEntity:new Map,orphanedEntities:new Set,empty:!0},r=(i,s,a,c)=>{e.adjacency.has(i)||e.adjacency.set(i,[]),e.adjacency.has(s)||e.adjacency.set(s,[]),e.adjacency.get(i).push({to:s,kind:a,weight:c}),e.adjacency.get(s).push({to:i,kind:a,weight:c})};for(let i of ba(sr(t,"model/derived/structure"))){let s=Xt(ya(i));if(s.ok){for(let a of s.value.nodes)e.nodes.set(a.key,a);for(let a of s.value.edges)r(a.from,a.to,a.kind,a.weight??1)}}for(let i of[...ba(sr(t,"model/derived/correlates")),sr(t,"model/derived/relates.yaml")]){if(!wa(i))continue;let s=No(ya(i));if(s.ok)for(let a of s.value.edges)r(a.from,a.to,a.kind,a.weight??1)}let n=sr(t,"model/facts/events");if(wa(n))for(let i of ed(n).sort()){if(!i.endsWith(".yaml"))continue;let s=Jt(ya(sr(n,i)));if(!s.ok)continue;let a=s.value;e.events.set(a.taskKey,a);let c=Te(a.taskKey);for(let l of a.files)r(c,l.key,"touched_by",1);for(let l of a.links?.adr??[])r(c,`adr::${l}`,"references",1);for(let l of a.links?.tasks??[])r(c,Te(l),"references",1)}for(let i of ba(sr(t,"model/facts/identity"))){let s=Oo(ya(i));if(s.ok)for(let a of s.value.entities)a.status==="orphaned"?e.orphanedEntities.add(a.entityId):e.keyByEntity.set(a.entityId,a.currentKey)}let o=sr(t,"model/facts/annotations");if(wa(o)){for(let i of ed(o).sort())if(i.endsWith(".md"))try{let s=Lb(sr(o,i),"utf-8"),a=/^---\n[\s\S]*?entityId:\s*(e_[0-9a-f]{8})[\s\S]*?\n---\n?([\s\S]*)$/.exec(s);a&&e.annotations.set(a[1],a[2].trim())}catch{}}return e.empty=e.nodes.size===0&&e.events.size===0,e}var Db=x(()=>{"use strict";D()});function Bb(t){return new Set((t.toLowerCase().match(/[a-zа-я0-9_]{4,}/g)??[]).filter(e=>!/^\d+$/.test(e)))}function YA(t,e){if(t.size===0||e.size===0)return 0;let r=0;for(let n of t)e.has(n)&&r++;return r/(t.size+e.size-r)}function Fb(t){let{taskKey:e,title:r,text:n,model:o}=t,i=new Map,s=(f,m)=>{(i.get(f)??0)<m&&i.set(f,m)};(o.events.has(e)||o.adjacency.has(Te(e)))&&s(Te(e),Ub);for(let f of`${r}
|
|
940
|
+
${n}`.match(qA)??[]){if(f===e)continue;let m=Te(f);(o.events.has(f)||o.adjacency.has(m))&&s(m,Ub)}let a=new Map;for(let f of o.nodes.keys()){let m=ne(f);if(m?.level!=="code")continue;let y=m.path.slice(m.path.lastIndexOf("/")+1);for(let w of[m.path,y])a.has(w)||a.set(w,[]),a.get(w).push(f)}let c=`${r}
|
|
941
|
+
${n}`.split(/[\s,;()[\]{}<>"'!?]+/);for(let f of c){let m=f.replace(/^[`*_]+|[`*_.:]+$/g,"");if(!m||!m.includes("/")&&!m.includes("."))continue;let y=a.get(m)??[];y.length===1&&s(y[0],FA)}let l=new Map,u=(f,m)=>{let y=f.toLowerCase();!y||y.length<4||l.set(y,l.has(y)&&l.get(y)!==m?null:m)};for(let f of o.nodes.keys()){let m=ne(f);if(!m)continue;let y=m.path.slice(m.path.lastIndexOf("/")+1);m.level==="code"&&u(y.replace(/\.[a-z0-9]+$/i,""),f),m.level==="component"&&u(y,f)}for(let f of`${r}
|
|
942
|
+
${n}`.match(/[A-Za-z][A-Za-z0-9_-]{3,}/g)??[]){let m=l.get(f.toLowerCase());m&&s(m,GA)}let p=Bb(`${r}
|
|
943
|
+
${n}`),d=[];for(let[f,m]of o.events){if(f===e||!m.title)continue;let y=YA(p,Bb(m.title));y>=HA&&d.push({key:Te(f),score:y})}return d.sort((f,m)=>m.score-f.score||(f.key<m.key?-1:1)).slice(0,WA).forEach(f=>s(f.key,KA)),i}var Ub,FA,GA,KA,HA,WA,qA,Gb=x(()=>{"use strict";D();Ub=1,FA=.9,GA=.7,KA=.5,HA=.15,WA=3,qA=/\b[A-Z][A-Z0-9]{1,9}-\d+\b/g});function Kb(t,e,r={}){let n=r.cutoff??zt.activationCutoff,o=r.topK??zt.topKPerNode,i=r.nodeCap??zt.nodeCap,s=new Map;for(let[l,u]of e)s.set(l,{activation:u});let a=[...e].map(([l,u])=>({key:l,activation:u})).sort((l,u)=>u.activation-l.activation||(l.key<u.key?-1:1)),c=new Set;for(;a.length>0;){a.sort((p,d)=>d.activation-p.activation||(p.key<d.key?-1:1));let l=a.shift();if(c.has(l.key)||(s.get(l.key)?.activation??0)>l.activation)continue;if(c.add(l.key),c.size>i)break;let u=[...t.adjacency.get(l.key)??[]].sort((p,d)=>d.weight-p.weight||(p.to<d.to?-1:1)).slice(0,o);for(let p of u){let d=nc[p.kind]??.3,f=l.activation*d*Math.min(p.weight,1);if(f<n)continue;let m=s.get(p.to);(!m||m.activation<f)&&(s.set(p.to,{activation:f,via:{from:l.key,kind:p.kind}}),a.push({key:p.to,activation:f}))}}return s}var Hb=x(()=>{"use strict";D()});import{existsSync as td,readFileSync as Vb,readdirSync as VA}from"node:fs";import{join as ka}from"node:path";function Yb(t){return Math.ceil(t.length/4)}function fo(t,e,r){let n=o=>o.via?.kind==="correlates"?r?.get(o.key)??1:1;return[...t.entries()].filter(([o])=>e(o)).map(([o,i])=>({key:o,activation:i.activation,via:i.via})).sort((o,i)=>i.activation*n(i)-o.activation*n(o)||(o.key<i.key?-1:1))}function Ut(t){let e=ne(t);return e?(e.level==="task"||e.level==="adr",e.path):t}function Nr(t){if(!t.via)return"matched from the task text";let e=Ut(t.via.from);switch(t.via.kind){case"touched_by":return t.via.from.startsWith("task::")?`touched by ${e}`:`touches ${e}`;case"correlates":return`co-changes with ${e}`;case"relates":return`related to ${e} (shared files)`;case"references":return`referenced by ${e}`;case"contains":return`contained in ${e}`;default:return`linked to ${e}`}}function zb(t,e){let r=/^ADR-(\d{3,4})$/.exec(e)?.[1];if(!r)return null;let n=ka(t,"adr");if(!td(n))return null;let o=r.padStart(4,"0");for(let i of VA(n).sort())if(!(!i.startsWith(`${o}-`)||!i.endsWith(".md")))try{return{file:`adr/${i}`,content:Vb(ka(n,i),"utf-8").trim()}}catch{return null}return null}function Xb(t){let{taskKey:e,title:r,contextDir:n,model:o,activated:i}=t,s=t.budgetTokens??zt.budgetTokens,a=[],c=[],l=[],u=0,p=T=>{let I=Yb(T);return u+I>s?!1:(l.push(T),u+=I,!0)};p([`# Context pack \u2014 ${e}: ${r}`,"","Assembled deterministically from the project map (git history, past","tasks, decisions). No file bodies here \u2014 the paths are ENTRY POINTS","into the repositories; each line says why it made the list."].join(`
|
|
944
|
+
`));let d=fo(i,T=>T.startsWith("adr::")),f=!1,m=!1;for(let T of d){let I=zb(n,Ut(T.key));if(!I){c.push({ref:T.key,reason:"adr file missing"});continue}if(m){c.push({ref:T.key,reason:"budget"});continue}let G=`${f?"":`
|
|
945
945
|
## Governing decisions
|
|
946
946
|
`}
|
|
947
|
-
### ${
|
|
947
|
+
### ${Ut(T.key)} (\`${I.file}\`, ${Nr(T)})
|
|
948
948
|
|
|
949
|
-
${
|
|
950
|
-
`;if(!
|
|
949
|
+
${I.content}
|
|
950
|
+
`;if(!p(G)){m=!0,c.push({ref:T.key,reason:"budget"});continue}a.push({ref:T.key,reason:Nr(T)}),f=!0}let y=fo(i,T=>o.nodes.get(T)?.entityId!==void 0).filter(T=>o.annotations.has(o.nodes.get(T.key).entityId)),w=t.staleKeys??new Set,b=!1,k=!1;for(let T of y){if(k){c.push({ref:`note:${T.key}`,reason:"budget"});continue}let I=o.nodes.get(T.key).entityId,G=o.annotations.get(I),Y=w.has(T.key)?" \u2014 \u26A0 the file changed since the map was built":o.orphanedEntities.has(I)?" \u2014 \u26A0 the file no longer exists":"",re=`${b?"":`
|
|
951
951
|
## Why the code is shaped this way (intent notes)
|
|
952
952
|
`}
|
|
953
|
-
### \`${
|
|
953
|
+
### \`${Ut(T.key)}\`${Y}
|
|
954
954
|
|
|
955
|
-
${
|
|
956
|
-
`;if(!
|
|
957
|
-
> ${
|
|
958
|
-
> _(full text: \`${
|
|
955
|
+
${G}
|
|
956
|
+
`;if(!p(re)){k=!0,c.push({ref:`note:${T.key}`,reason:"budget"});continue}a.push({ref:`note:${T.key}`,reason:"intent annotation"}),b=!0}let $=Te(e),h=fo(i,T=>T.startsWith("task::")&&T!==$),R=h.slice(0,Wb);for(let T of h.slice(Wb))c.push({ref:T.key,reason:"cap"});let _=!1,E=!1;for(let T of R){if(E){c.push({ref:T.key,reason:"budget"});continue}let I=o.events.get(Ut(T.key));if(!I){c.push({ref:T.key,reason:"event missing"});continue}let G=[...I.files].filter(oe=>!w.has(oe.key)&&(!oe.entityId||!o.orphanedEntities.has(oe.entityId))).sort((oe,Re)=>(Re.churn??0)-(oe.churn??0)||(oe.key<Re.key?-1:1)).slice(0,3).map(oe=>`\`${Ut(oe.key)}\``).join(", "),Y="",re=I.links?.solution??[`tasks/${I.taskKey}/PLAN.md`,`tasks/${I.taskKey}/SOLUTION.md`].find(oe=>td(ka(n,oe)))??`tasks/${I.taskKey}/PLAN.md`,We=ka(n,re);if(td(We))try{Y=`
|
|
957
|
+
> ${Vb(We,"utf-8").trim().slice(0,zA).replace(/\n+/g," ").trim()}\u2026
|
|
958
|
+
> _(full text: \`${re}\`)_`}catch{}let St=`${_?"":`
|
|
959
959
|
## Related past tasks
|
|
960
960
|
`}
|
|
961
|
-
- **${
|
|
962
|
-
`))
|
|
963
|
-
`))}let
|
|
964
|
-
`))}return
|
|
961
|
+
- **${I.taskKey}**${I.title?` \u2014 ${I.title}`:""}${I.date?` (${I.date})`:""}, ${Nr(T)}. Files: ${G||"\u2014"}.${Y}`;if(!p(St)){E=!0,c.push({ref:T.key,reason:"budget"});continue}a.push({ref:T.key,reason:Nr(T)}),_=!0}let M=T=>{if(w.has(T.key))return!1;let I=o.nodes.get(T.key)?.entityId;return!I||!o.orphanedEntities.has(I)},P=fo(i,T=>T.startsWith("code:"),t.fileWeights),B=P.filter(M),H=B.slice(0,qb);for(let T of B.slice(qb))c.push({ref:T.key,reason:"cap"});if(H.length>0){let T=["","## Files likely involved",""],I=[],G=!1;for(let Y of H){let re=`- \`${Ut(Y.key)}\` \u2014 ${Nr(Y)}`;if(G||u+Yb([...T,re].join(`
|
|
962
|
+
`))>s){G=!0,c.push({ref:Y.key,reason:"budget"});continue}T.push(re),I.push(Y)}if(I.length>0){let Y=p(T.join(`
|
|
963
|
+
`));for(let re of I)(Y?a:c).push({ref:re.key,reason:Y?Nr(re):"budget"})}}let A=P.filter(T=>!M(T)).slice(0,10);if(A.length>0){let T=["","## Possibly stale (verify before trusting)","","These entries reference files that changed after the map was built or","no longer exist at their recorded location. Useful as history, wrong","as current fact.","",...A.map(I=>`- \`${Ut(I.key)}\` \u2014 ${Nr(I)}${w.has(I.key)?" (changed since the map was built)":" (file gone)"}`)];p(T.join(`
|
|
964
|
+
`))}let g={spentTokens:u,budgetTokens:s,selected:a,omitted:c};return l.length<=1?{markdown:null,accounting:g}:{markdown:l.join(`
|
|
965
965
|
`)+`
|
|
966
|
-
|
|
967
|
-
`)}var
|
|
966
|
+
`,accounting:g}}function Jb(t){let{model:e,activated:r}=t,n=t.staleKeys??new Set,o=t.maxPaths??18,i=1600,s=fo(r,u=>u.startsWith("adr::")).filter(u=>zb(t.contextDir,Ut(u.key))!==null).slice(0,6).map(u=>Ut(u.key)),a=u=>{if(n.has(u.key))return!1;let p=e.nodes.get(u.key)?.entityId;return!p||!e.orphanedEntities.has(p)},c=fo(r,u=>u.startsWith("code:"),t.fileWeights).filter(a).slice(0,o);if(s.length===0&&c.length===0)return null;let l=["Top of the pack (the full brief with reasons and decision bodies is in","`meta/context-pack.md` \u2014 still read it):"];if(s.length>0&&l.push("",`Governing decisions: ${s.join(", ")} (bodies under \`adr/\`).`),c.length>0){l.push("","Files most likely involved:");let u=0;for(let p of c){let d=`- \`${Ut(p.key)}\` \u2014 ${Nr(p)}`;if(u+d.length>i)break;l.push(d),u+=d.length+1}}return l.join(`
|
|
967
|
+
`)}var Wb,qb,zA,Zb=x(()=>{"use strict";D();Wb=5,qb=300,zA=400});var nk={};Ue(nk,{assembleContextPack:()=>e_,computeIdfWeights:()=>rk});import{createHash as XA}from"node:crypto";import{existsSync as Qb,readFileSync as ek}from"node:fs";import{join as tk}from"node:path";function rk(t){let e=new Map,r=t.events.size;if(r<JA)return e;let n=new Map;for(let i of t.events.values()){let s=new Set;for(let a of i.files){let c=a.entityId?`e:${a.entityId}`:`k:${a.key}`;s.has(c)||(s.add(c),n.set(c,(n.get(c)??0)+1))}}let o=Math.log(r+1);for(let[i,s]of n){let a=i.startsWith("e:")?t.keyByEntity.get(i.slice(2))??null:i.slice(2);a&&e.set(a,Math.max(.15,Math.log((r+1)/(s+1))/o))}return e}function ZA(t){return XA("sha1").update(`blob ${t.length}\0`).update(t).digest("hex")}function QA(t,e,r){let n=new Set;for(let o of e.keys()){let i=ne(o);if(i?.level!=="code")continue;let s=t.nodes.get(o);if(!s?.contentHash)continue;let a=r.get(i.repo);if(!a)continue;let c=tk(a,i.path);try{if(!Qb(c)){n.add(o);continue}ZA(ek(c)).startsWith(s.contentHash)||n.add(o)}catch{}}return n}function e_(t){let e=Mb(t.contextDir);if(e.empty)return{pack:null,manifest:Vr(t.role,"project map is empty")};let r="",n=tk(t.contextDir,`tasks/${t.taskKey}/task.md`);if(Qb(n))try{r=ek(n,"utf-8")}catch{r=""}let o=Fb({taskKey:t.taskKey,title:t.title,text:r,model:e});if(o.size===0)return{pack:null,manifest:Vr(t.role,"no seeds matched the task")};let i=Kb(e,o),s=t.repoDirs?QA(e,i,t.repoDirs):new Set,a=t.idfPenalty===!1?new Map:rk(e),{markdown:c,accounting:l}=Xb({taskKey:t.taskKey,title:t.title,contextDir:t.contextDir,model:e,activated:i,staleKeys:s,fileWeights:a,...t.budgetTokens!==void 0?{budgetTokens:t.budgetTokens}:{}}),u={schemaVersion:1,assemblerVersion:Fi,role:t.role,status:c===null?"skipped":l.omitted.length>0?"degraded":"complete",...c===null?{statusReason:"graph gave no signal above the cutoff"}:{},budgetTokens:t.budgetTokens??zt.budgetTokens,spentTokens:l.spentTokens,seeds:[...o.entries()].map(([p,d])=>({ref:p,weight:d})),selected:l.selected,omitted:l.omitted,stale:[...s].sort()};return c===null?{pack:null,manifest:u}:{pack:{markdown:c,top:Jb({model:e,activated:i,contextDir:t.contextDir,staleKeys:s,fileWeights:a})},manifest:u}}var JA,ok=x(()=>{"use strict";D();Db();Gb();Hb();Zb();JA=30});var ck={};Ue(ck,{SKILLS_DIR:()=>rd,loadSkills:()=>u_,materializeSkills:()=>d_,renderSkillsBlock:()=>p_,resolveBundledSkillsDir:()=>ak});import{cpSync as t_,existsSync as ik,mkdirSync as r_,readFileSync as n_,readdirSync as sk}from"node:fs";import{dirname as o_,join as Or}from"node:path";import{fileURLToPath as i_}from"node:url";import{parse as s_}from"yaml";function ak(t){for(let e of[t,Or(t,"skills")])try{if(sk(e,{withFileTypes:!0}).some(n=>n.isDirectory()&&ik(Or(e,n.name,"SKILL.md"))))return e}catch{}return t}function c_(t){let e=t.replace(/^/,"");if(!e.startsWith("---"))return null;let r=e.indexOf(`
|
|
968
968
|
---`,3);return r===-1?null:{yaml:e.slice(e.indexOf(`
|
|
969
969
|
`,3)+1,r),body:e.slice(e.indexOf(`
|
|
970
|
-
`,r+1)+1)}}function
|
|
971
|
-
`)}var
|
|
972
|
-
`),{dir:o,ready:r,errors:e}}function
|
|
970
|
+
`,r+1)+1)}}function l_(t,e,r){let n=[],o=[];if(!ik(t))return{skills:n,errors:o};let i;try{i=sk(t,{withFileTypes:!0}).filter(s=>s.isDirectory()).map(s=>s.name).sort()}catch(s){return{skills:n,errors:[{source:r,error:`cannot read: ${String(s)}`}]}}for(let s of i){let a=Or(t,s),c=`${r}/${s}`,l;try{l=n_(Or(a,"SKILL.md"),"utf-8")}catch{o.push({source:c,error:"no SKILL.md in the directory"});continue}let u=c_(l);if(!u){o.push({source:c,error:"SKILL.md has no frontmatter block"});continue}let p;try{p=s_(u.yaml)}catch(f){o.push({source:c,error:`frontmatter is not valid YAML: ${String(f)}`});continue}let d=Kc({name:s,frontmatter:p,body:u.body});d.ok?n.push({...d.skill,dir:a,origin:e}):o.push({source:c,error:d.error})}return{skills:n,errors:o}}function u_(t){let e=[],r=(s,a,c)=>{let l=l_(s,a,c);return e.push(...l.errors),l.skills},n=t.sources.bundled?r(a_,"bundled","bundled"):[],o=t.sources.context&&t.contextDir?r(Or(t.contextDir,"skills"),"context","skills"):[],i=t.sources.repo?t.repoDirs.flatMap(s=>r(Or(s,".claude","skills"),"repo","repo")):[];return{skills:Hc(n,o,i),errors:e}}function d_(t,e){if(e.length===0)return[];let r=Or(t,rd);r_(r,{recursive:!0});let n=[];for(let o of e)t_(o.dir,Or(r,o.name),{recursive:!0}),n.push(`${rd}/${o.name}`);return n}function p_(t,e=[]){let r=new Set(t.map(s=>s.name)),n=e.filter(s=>!r.has(s));if(t.length===0&&n.length===0)return"";let o=[];t.length>0&&o.push("## Skills available to you","",...t.map(s=>`- **${s.name}** \u2014 ${s.description}`),"","Only these lines are in context; a skill's steps load when you invoke it.","When one covers what you are about to do, use it: it was written down","because the obvious approach was wrong or costly.","");let i=e.filter(s=>r.has(s));return i.length>0&&o.push("**The approved plan requires this task to follow: "+i.map(s=>`\`${s}\``).join(", ")+".**","This is not a suggestion \u2014 a reviewer approved it as a requirement.",""),n.length>0&&o.push("**The plan prescribes "+n.map(s=>`\`${s}\``).join(", ")+", which is not available here.**","Proceed without it and say so in your result \u2014 do not invent the procedure.",""),o.join(`
|
|
971
|
+
`)}var rd,a_,lk=x(()=>{"use strict";D();rd=".claude/skills";a_=ak(o_(i_(import.meta.url)))});var fk={};Ue(fk,{seedMarketplaces:()=>$_});import{spawn as f_}from"node:child_process";import{cpSync as m_,existsSync as uk,mkdirSync as dk,rmSync as nd,symlinkSync as h_,writeFileSync as g_}from"node:fs";import{homedir as y_}from"node:os";import{join as Lr}from"node:path";function pk(){return Lr(y_(),".codepipe-sandbox","plugins")}function k_(t){return Lr(pk(),"src",`${t.name}@${t.sha||"head"}`)}function $i(t,e){return new Promise((r,n)=>{let o=f_("git",t,{cwd:e,stdio:["ignore","ignore","pipe"],env:{...process.env,GIT_TERMINAL_PROMPT:"0",GIT_ASKPASS:"echo"}}),i=[];o.stderr.setEncoding("utf-8"),o.stderr.on("data",s=>i.push(s)),o.on("error",n),o.on("close",s=>{if(s===0)return r();n(new Error(`git ${t[0]} failed (exit ${s}): ${i.join("").trim().slice(0,400)}`))})})}async function v_(t){let e=k_(t);if(uk(Lr(e,".claude-plugin","marketplace.json")))return e;nd(e,{recursive:!0,force:!0}),dk(e,{recursive:!0});let r=`https://github.com/${t.repo}.git`;if(t.sha?(await $i(["init","--quiet"],e),await $i(["remote","add","origin",r],e),await $i(["fetch","--quiet","--depth","1","origin",t.sha],e),await $i(["checkout","--quiet","FETCH_HEAD"],e)):await $i(["clone","--quiet","--depth","1",r,e]),!uk(Lr(e,".claude-plugin","marketplace.json")))throw nd(e,{recursive:!0,force:!0}),new Error("no .claude-plugin/marketplace.json \u2014 this repository is not a marketplace");return e}async function $_(t){if(t.length===0)return{dir:null,ready:[],errors:[]};let e=[],r=[],n=new Map;for(let a of t)try{n.set(a.name,await v_(a)),r.push(a)}catch(c){e.push({repo:a.repo,error:c instanceof Error?c.message:String(c)})}if(r.length===0)return{dir:null,ready:r,errors:e};let o=Lr(pk(),"seed",r.map(a=>`${a.name}@${a.sha||"head"}`).sort().join("_")),i=Lr(o,w_);dk(i,{recursive:!0});let s={};for(let a of r){let c=Lr(i,a.name);nd(c,{recursive:!0,force:!0}),x_(n.get(a.name),c),s[a.name]={source:{source:"github",repo:a.repo},installLocation:c,...a.sha?{commit:a.sha}:{}}}return g_(Lr(o,b_),`${JSON.stringify(s,null,2)}
|
|
972
|
+
`),{dir:o,ready:r,errors:e}}function x_(t,e){try{h_(t,e,"dir")}catch{m_(t,e,{recursive:!0,filter:r=>!/(^|\/)\.git(\/|$)/.test(r)})}}var w_,b_,mk=x(()=>{"use strict";w_="marketplaces",b_="known_marketplaces.json"});var id={};Ue(id,{loadRoles:()=>__,resolveBundledRolesDir:()=>yk});import{existsSync as S_,readFileSync as E_,readdirSync as gk}from"node:fs";import{dirname as T_,join as od}from"node:path";import{fileURLToPath as I_}from"node:url";import{parse as R_}from"yaml";function yk(t){for(let e of[t,od(t,"roles")])try{if(gk(e).some(r=>r.endsWith(".md")))return e}catch{}return t}function A_(t){let e=t.replace(/^/,"");if(!e.startsWith("---"))return null;let r=e.indexOf(`
|
|
973
973
|
---`,3);if(r===-1)return null;let n=e.slice(e.indexOf(`
|
|
974
974
|
`,3)+1,r),o=e.indexOf(`
|
|
975
|
-
`,r+1);return{yaml:n,body:o===-1?"":e.slice(o+1)}}function
|
|
976
|
-
`)}function
|
|
977
|
-
`)}function
|
|
978
|
-
`)}function
|
|
979
|
-
`)}async function
|
|
980
|
-
`),n=t.refs.length>0&&e?["","## Read these first","",...t.refs.map(o=>`- \`${
|
|
975
|
+
`,r+1);return{yaml:n,body:o===-1?"":e.slice(o+1)}}function hk(t,e,r){let n=[],o=[];if(!S_(t))return{roles:n,errors:o};let i;try{i=gk(t).sort()}catch(s){return{roles:n,errors:[{file:r,error:`cannot read: ${String(s)}`}]}}for(let s of i){if(!s.endsWith(".md"))continue;let a=`${r}/${s}`,c;try{c=E_(od(t,s),"utf-8")}catch(d){o.push({file:a,error:`cannot read: ${String(d)}`});continue}let l=A_(c);if(!l){o.push({file:a,error:"missing frontmatter block (--- \u2026 ---) at the top of the file"});continue}let u;try{u=R_(l.yaml)}catch(d){o.push({file:a,error:`frontmatter is not valid YAML: ${String(d)}`});continue}let p=Mc({name:s.slice(0,-3),frontmatter:u,body:l.body,origin:e});p.ok?n.push(p.role):o.push({file:a,error:p.error})}return{roles:n,errors:o}}function __(t){let e=hk(C_,"bundled","bundled"),r=t?hk(od(t,"roles"),"project","roles"):{roles:[],errors:[]};return{roles:Dc(e.roles,r.roles),errors:[...e.errors,...r.errors]}}var C_,sd=x(()=>{"use strict";D();C_=yk(T_(I_(import.meta.url)))});var ad={};Ue(ad,{COUNCIL_DEFAULT_MAX_PARALLEL:()=>L_,COUNCIL_DIR:()=>O_,COUNCIL_MAX_PARALLEL_CEILING:()=>wk,renderCouncilRolePrompt:()=>M_,renderOpinionsBlock:()=>U_,renderReviewOpinionsBlock:()=>B_,renderReviewRolePrompt:()=>D_,runCouncil:()=>F_});import{existsSync as P_,mkdirSync as j_,writeFileSync as N_}from"node:fs";import{join as va}from"node:path";function bk(t,e){return["## Where to read (read-only)","",...e?["The workspace contains the project repos and the Context Repo clone",`(\`${e}\`; start with \`knowledge/INDEX.md\` and \`adr/\`).`]:["The workspace contains the project repos."],...t.refs.length>0&&e?["Read these first:",...t.refs.map(r=>`- \`${va(e,r)}\``)]:[]]}function M_(t,e,r,n){return[`# Council role: ${t.name}`,"",t.body,"","## The questions the pipeline is blocked on","",e,"",...bk(t,r),"","## Your deliverable","",`Write your opinion to \`${n}\`: for EACH question \u2014 your answer,`,"the strongest argument for it, and what would change your mind. You are","ONE role of a council: argue your perspective sharply, do not average.","You never modify code \u2014 this file is your only output."].join(`
|
|
976
|
+
`)}function D_(t,e,r,n){return[`# Council role: ${t.name}`,"",t.body,"","## The review subject","","Review the change under `code/`: in each repo, the subject is","`git diff refs/worktree/codepipe/review-base..HEAD` \u2014 the base ref is","pinned, do not diff against a branch tip. A repo with an empty diff is","context, not subject. If the ref is MISSING in a repo (the pin can fail),","say so in your opinion and skip that repo \u2014 never substitute another base:","findings against a wrong diff are worse than no findings.","","## The finding contract","","Every finding names file + line, the concrete failing scenario, and stays","within the diff \u2014 or states explicitly how the change broke an untouched","place. A finding without a scenario is an opinion, not a finding.",...e?["",e.trim()]:[],"",...bk(t,r),"","## Your deliverable","",`Write your findings to \`${n}\` \u2014 your role's independent view,`,"one section per finding. Returning NOTHING is a normal outcome \u2014 do not","manufacture findings to justify your seat. You are ONE role of a council:","stay inside your perspective, do not average.","You never modify code \u2014 this file is your only output."].join(`
|
|
977
|
+
`)}function kk(t){let e=t.filter(n=>n.ok),r=t.filter(n=>!n.ok);return[...e.map(n=>`- \`${n.artifact}\` \u2014 the ${n.role} role`),...r.length>0?["",`Failed roles (no opinion \u2014 weigh accordingly): ${r.map(n=>n.role).join(", ")}.`]:[]]}function U_(t){return["## The council's opinions (already gathered)","","The council's roles have already examined the questions \u2014 each in its own","context, blind to the others. Read every opinion before answering:","",...kk(t),"","Weigh, do not vote: agreement between roles is evidence, not a verdict,","and you may overrule any of them \u2014 say so in the rationale when you do."].join(`
|
|
978
|
+
`)}function B_(t){return["## The council's findings (already gathered)","","The project's critic roles have already reviewed this change \u2014 each in its","own context, blind to the others. Read every file before your own pass:","",...kk(t),"","Then do your own job on what they wrote:","","1. **Deduplicate.** Two roles reporting the same defect is one finding, not two.","2. **Filter.** A finding earns a round-trip only if it is a real defect, a"," regression or a convention the project actually enforces. Taste-level"," notes go in the summary, never in the remarks.","3. **Decide.** The verdict is yours, not a vote: a role can be wrong, and"," you are the one who read the code. When you overrule a role, say why in"," the summary.","","A role that found nothing is a normal outcome \u2014 do not manufacture findings","to justify the council."].join(`
|
|
979
|
+
`)}async function F_(t){let e=t.baseInput.workspaceDir;j_(va(e,t.artifactDir),{recursive:!0});let r=Math.max(1,Math.min(t.maxParallel,wk)),n=[...t.roles],o=[],i=yt(),s=null,a=new AbortController,c=t.baseInput.signal,l=()=>a.abort();c?.aborted?a.abort():c?.addEventListener("abort",l,{once:!0});let u=async d=>{let f=`${t.artifactDir}/${d.name}.md`,m=t.runnerFor(d.provider),y=t.promptFor(d,f),w=d.model??t.defaultModel;try{let b=await m.run({...t.baseInput,signal:a.signal,role:"council",prompt:y,...w?{model:w}:{},...t.effort?{effort:t.effort}:{},...t.baseInput.onUsage?{onUsage:k=>t.baseInput.onUsage({...k,model:`council:${d.name}`})}:{}});pn(i,b.usage),P_(va(e,f))?(o.push({role:d.name,ok:!0,artifact:f,usage:b.usage}),t.log(`role ${d.name}: done ($${b.usage.totalCostUsd.toFixed(2)})`)):(o.push({role:d.name,ok:!1,error:`exited ok but wrote no ${f}`,usage:b.usage}),t.log(`role ${d.name}: exited ok but wrote no ${f}`))}catch(b){let k=b instanceof Ke?b.details.usage:b instanceof Dt?b.usage:void 0;k&&pn(i,k),b instanceof Ke&&b.details.rateLimited&&!s&&(s=b,a.abort());let $=b instanceof Error?b.message:String(b);o.push({role:d.name,ok:!1,error:$,usage:k??yt()}),t.log(`role ${d.name}: failed \u2014 ${$}`)}},p=Array.from({length:Math.min(r,n.length)},async()=>{for(;n.length>0&&!a.signal.aborted;){let d=n.shift();if(!d)break;await u(d)}});try{await Promise.all(p)}finally{c?.removeEventListener("abort",l)}if(s){let d=s,f=d.details.usage?.model;throw d.details.usage={...i,...f!==void 0?{model:f}:{}},d}return N_(va(e,t.artifactDir,"usage.json"),JSON.stringify(o.map(d=>({role:d.role,ok:d.ok,costUsd:d.usage.totalCostUsd,model:d.usage.model})),null,2)),{opinions:o,usage:i}}var O_,wk,L_,cd=x(()=>{"use strict";D();Cr();bi();O_="council",wk=5,L_=3});var vk={};Ue(vk,{ROLE_AGENTS_DIR:()=>ud,materializeRoleAgents:()=>W_,renderRolesBlock:()=>q_});import{mkdirSync as G_,writeFileSync as K_}from"node:fs";import{join as ld}from"node:path";function H_(t,e){let r=["---",`name: ${t.name}`,`description: ${t.description}`,...t.model?[`model: ${t.model}`]:[],"---",""].join(`
|
|
980
|
+
`),n=t.refs.length>0&&e?["","## Read these first","",...t.refs.map(o=>`- \`${ld(e,o)}\``),"","They are this role's curated context. If one is missing, say so in a line and continue \u2014","its absence is not an error.",""].join(`
|
|
981
981
|
`):"";return`${r}${t.body}
|
|
982
|
-
${n}`}function
|
|
982
|
+
${n}`}function W_(t,e,r,n){let o=Uc(e,r);if(o.length===0)return{roles:[],files:[]};let i=ld(t,ud);G_(i,{recursive:!0});let s=[];for(let a of o)K_(ld(i,`${a.name}.md`),H_(a,n)),s.push(`${ud}/${a.name}.md`);return{roles:o,files:s}}function q_(t,e){return t.roles.length===0?"":["## The panel \u2014 run these critics first","","This project reviews through a panel of roles. Each is available to you as a","subagent with its own narrow view and its own reading list:","",t.roles.map(n=>`- **${n.name}** \u2014 ${n.description}`).join(`
|
|
983
983
|
`),"","Delegate to **every** role above \u2014 **in parallel**, all Task calls in one","turn. Give each role the SAME briefing (DEV-651 \u2014 the panel's quality is","the briefing's quality, not the coordinator's mood):","","- the review subject: `git diff refs/worktree/codepipe/review-base..HEAD`"," in each repo under `code/` \u2014 the base ref is pinned, do not diff against"," a branch tip;","- the finding contract: every finding names file + line, the concrete"," failing scenario, and stays within the diff \u2014 or states explicitly how"," the change broke an untouched place;","- established facts the role must not re-derive (the BUILD verdict when"," your prompt carries one).","","The roles are independent read-only views that never wait on each other,","so the panel costs the time of its slowest member, not the sum. Then do","your own job on what comes back:","",`1. Save each role's findings verbatim as \`${e}/<role>.md\`.`,"2. **Deduplicate.** Two roles reporting the same defect is one finding, not two.","3. **Filter.** A finding earns a round-trip only if it is a real defect, a"," regression or a convention the project actually enforces. Taste-level notes"," go in the summary, never in the remarks.","4. **Decide.** The verdict is yours, not a vote: a role can be wrong, and you"," are the one who read the code. When you overrule a role, say why in the"," summary.","","A role that returns nothing is a normal outcome \u2014 do not manufacture findings","to justify the panel.",""].join(`
|
|
984
|
-
`)}var
|
|
984
|
+
`)}var ud,$k=x(()=>{"use strict";D();ud=".claude/agents"});var Sk={};Ue(Sk,{COUNCIL_ANSWER_PATH:()=>xk,readCouncilVerdict:()=>z_});import{readFileSync as Y_}from"node:fs";import{join as V_}from"node:path";function z_(t){let e;try{e=Y_(V_(t,xk),"utf-8")}catch{return null}try{return JSON.parse(e)}catch{return null}}var xk,Ek=x(()=>{"use strict";xk="meta/council-answer.json"});var Ik={};Ue(Ik,{QUEUE_PLAN_PATH:()=>Tk,readQueuePlan:()=>Z_});import{readFileSync as X_}from"node:fs";import{join as J_}from"node:path";function Z_(t){let e;try{e=X_(J_(t,Tk),"utf-8")}catch{return null}try{return JSON.parse(e)}catch{return null}}var Tk,Rk=x(()=>{"use strict";Tk="meta/queue-plan.json"});import{mkdirSync as $a,readFileSync as xa,readdirSync as Q_,rmSync as eP,writeFileSync as Sa}from"node:fs";import{homedir as tP}from"node:os";import{dirname as Ck,join as nt}from"node:path";function nP(t){let e=Buffer.from(t,"utf-8");if(e.length<=Ea)return t;let r=Math.floor(Ea/4),n=Ea-r,o=e.subarray(0,r).toString("utf-8"),i=e.subarray(e.length-n).toString("utf-8"),s=e.length-r-n;return`${o}
|
|
985
985
|
|
|
986
|
-
\u2026 [${s} bytes elided \u2014 log capped at ${
|
|
986
|
+
\u2026 [${s} bytes elided \u2014 log capped at ${Ea} bytes for upload] \u2026
|
|
987
987
|
|
|
988
|
-
${i}`}function
|
|
988
|
+
${i}`}function oP(){let t=[],e=!1,r=null,n=i=>{if(r){let s=r;r=null,s({value:i,done:!1})}else t.push(i)},o=()=>{if(r){let i=r;r=null,i({value:void 0,done:!0})}};return{push(i){e||n(i)},finalize(){e||(n({kind:"finalize"}),e=!0)},close(){e=!0,t.length=0,o()},iterable:{[Symbol.asyncIterator](){return{next(){return t.length>0?Promise.resolve({value:t.shift(),done:!1}):e?Promise.resolve({value:void 0,done:!0}):new Promise(i=>{r=i})}}}}}}async function xi(t={}){let e=Xe(t.profile);e||(console.error("sandbox not registered. run `codepipe worker register` first."),process.exit(1));let r=e.sealPrivateKey,n=e.sandboxId,o=e.llm,i=bw(t.profile,e.sandboxId,!!te("SANDBOX_CONFIG")),s=nt(tP(),".codepipe","logs"),a=ts("SANDBOX_LOG",i,s);if(a.enabled){let A=new Fn(a);rs(A),console.log(`[log] file logging \u2192 ${A.path} (rotate at ${a.maxBytes}B, keep ${a.maxFiles})`)}console.log(`codepipe-sandbox v${ct} (protocol ${Rt})`),console.log(`starting sandbox ${e.sandboxId} (${e.name}) \u2192 ${e.hubUrl}`);let c=jw(e.llm);console.log(`llm backend: ${c?c.name():"(none \u2014 will not claim agent jobs)"}`);let l=Uu();console.log(`llm retry: maxAttempts=${l.maxAttempts} backoff=${l.baseDelayMs}\u2013${l.maxDelayMs}ms budget=${l.totalBudgetMs}ms`);let u=new oo(e.hubUrl,e.token);e.llm==="claude-headless"&&(async()=>{let{identity:A,login:g}=Ow(),T=await u.reportAgentAuth({identity:A,login:g!==null,...g?.email?{email:g.email}:{}});if(!g){console.warn("[agent-auth] this host is not logged into Claude Code \u2014 run `claude` and sign in, or set a project token with `codepipe login`");return}if(!T)return;let I=await Lw();console.log(`[agent-auth] probe: ${I.state}${I.detail?` (${I.detail})`:""}`),await u.reportAgentAuthResult({identity:A,state:I.state,...I.detail?{detail:I.detail}:{},...g.email?{email:g.email}:{}})})().catch(A=>{console.warn(`[agent-auth] probe skipped: ${A instanceof Error?A.message:String(A)}`)});let p=!1,d=new AbortController,f=new Map,m=null,y=null,w=!1,b=()=>{let A=u.openControlSocket();return m=A,A.on("open",()=>{console.log("[ws] connected");let g={type:"sandbox_hello",platformVersion:ct,protocolVersion:Rt};A.send(JSON.stringify(g))}),A.on("message",g=>{let T=g.toString("utf-8"),I=null;try{let G=JSON.parse(T);G&&typeof G=="object"&&(I=G)}catch{}if(I&&I.type==="hello"){let G=I;y=Ao(G.protocolVersion);let Y=y?"compatible":"INCOMPATIBLE";console.log(`[ws] hub v${G.platformVersion} (protocol ${G.protocolVersion}) \u2014 ${Y}`),y&&(w=!1);return}if(I&&I.type==="pause_job"){let G=typeof I.jobId=="string"?I.jobId:"",Y=G?f.get(G):void 0;Y?(console.warn(`[ws] pause_job ${G} \u2014 aborting agent`),Y.paused=!0,Y.abort.abort()):console.log(`[ws] pause_job ${G} \u2014 not a running job, ignoring`),G&&A.send(JSON.stringify({type:"job_paused",jobId:G}));return}if(I&&(I.type==="chat_user_message"||I.type==="chat_finalize")){let G=typeof I.jobId=="string"?I.jobId:"",Y=G?f.get(G):void 0;if(Y?.chatInbox)if(I.type==="chat_user_message"){let re=typeof I.text=="string"?I.text:"";re.trim()&&Y.chatInbox.push({kind:"user",text:re})}else Y.chatInbox.finalize();else console.log(`[ws] ${String(I.type)} ${G} \u2014 not a live chat job, ignoring`);return}console.log(`[ws] ${T}`)}),A.on("close",(g,T)=>{console.log(`[ws] closed code=${g} reason=${T?.toString()||""}`),m===A&&(m=null),!p&&setTimeout(b,2e3)}),A.on("error",g=>console.warn(`[ws] error: ${g.message}`)),A},k=b(),$=async A=>{for(;!p;){if(y===!1){w||(console.error(`[claim] HUB protocol incompatible with this SANDBOX (v${ct}, protocol ${Rt}) \u2014 not claiming jobs until versions align.`),w=!0),await new Promise(g=>setTimeout(g,5e3));continue}try{let g=await u.claim(d.signal,A);if(g.status===204)continue;if(g.status===401){console.error("[claim] 401 unauthorized \u2014 the HUB does not know this worker registration. It was removed; re-register with `codepipe up --reregister` (or `codepipe worker register --force`). exiting."),process.exitCode=1,p=!0;break}if(!g.ok){console.warn(`[claim:${A}] ${g.status} \u2014 backoff 5s`),await new Promise(I=>setTimeout(I,5e3));continue}let T=await g.json();await h(u,T)}catch(g){if(d.signal.aborted)break;let T=g instanceof Error?g.message:String(g);console.warn(`[claim:${A}] error: ${T} \u2014 backoff 5s`),await new Promise(I=>setTimeout(I,5e3))}}};async function h(A,g){let T={abort:new AbortController,paused:!1};pc(g.role)&&(T.chatInbox=oP()),f.set(g.jobId,T);let I=!1,G=null,Y=null,re=Number(process.env.SANDBOX_HEARTBEAT_INTERVAL_MS??3e4),We=async()=>{try{await A.heartbeat(g.jobId,T.liveUsage)==="claim_lost"&&(I=!0,console.warn(`[job] ${g.jobId} claim lost \u2014 HUB sweeper took it`))}catch(v){let N=v instanceof Error?v.message:String(v);console.warn(`[job] ${g.jobId} heartbeat error: ${N}`)}};We();let St=setInterval(()=>{We()},re),oe=new Date().toISOString();console.log(`[job] ${g.jobId} claimed \u2014 role=${g.role} task=${g.taskId} phase=${g.phase}`),console.log(`[job] ${g.jobId} prompt (${g.prompt.length} chars):`),console.log(_(g.prompt," \u2502 "));let Re=[],je=null,Et=400,Ce=25,mt=500,Tt=()=>{if(je&&(clearTimeout(je),je=null),Re.length===0)return;let v=Re.splice(0,Re.length),N=m;if(!N||N.readyState!==N.OPEN)return;let S={type:"agent_activity",jobId:g.jobId,taskId:g.taskId,projectId:g.projectId,role:g.role,phase:g.phase,events:v};try{N.send(JSON.stringify(S))}catch{}},Br=v=>{Re.push(v),Re.length>mt&&Re.shift(),Re.length>=Ce?Tt():je||(je=setTimeout(Tt,Et))},F=g.role==="analysis"&&g.taskId.startsWith("draft::")?g.taskId.slice(7):null,q=new Set,U=null;try{if(!c){I||await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:"sandbox has no LLM backend configured"},startedAt:oe,finishedAt:new Date().toISOString()});return}if(!Du(o,g.provider??null)){I||await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:`llm provider mismatch: worker backend "${o}" does not serve provider "${g.provider??"claude"}"`},startedAt:oe,finishedAt:new Date().toISOString()});return}let v=Ab(g.jobId);console.log(`[job] ${g.jobId} workspace=${v.dir}`);let N=R(g,r);G=N.gitCreds,Y=N.contextGitCreds;let S=G?.env,C=N.claudeOauthToken?{CLAUDE_CODE_OAUTH_TOKEN:N.claudeOauthToken}:void 0,W=[],X=null,ge=null;try{let O=g.role==="build"?"clone":"worktree";W=await gb(v.dir,g.projectId,g.projectRepos,O,S,n);let L=await yb(v.dir,g.projectId,g.contextRepo,"worktree",S,n);ge=L,X=L?.workspacePath??null}catch(O){let L=O instanceof Error?O.message:String(O);console.warn(`[job] ${g.jobId} materialize failed: ${L}`),I||await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:`materialize failed: ${L}`},startedAt:oe,finishedAt:new Date().toISOString()}),v.dispose();return}let yn=g.model,Io=g.effort;g.role==="build"&&g.modelDiscovery&&!kb(X)&&(yn=g.modelDiscovery,Io=g.effortDiscovery,console.log(`[job] ${g.jobId} BUILD discovery (no steps in ${Xu}) \u2014 model=${yn}`));let Bd=async()=>{if(!g.deliveries||g.deliveries.length===0)return[];let O=g.contextRepo?.cloneUrl;if(!O||!S)throw new Error(O?"no git credentials in bundle":"no contextRepo cloneUrl in job spec");let L=[];for(let K of g.deliveries){let V=W.find(Q=>Q.name===K.name);if(V){if(g.role==="implement"&&K.baseSha&&K.baseSha!==V.baseSha){let Q=await ub(V,K.deliveryRef,K.deliverySha,K.baseSha,O,S);console.log(`[job] ${g.jobId} ${V.name}: base moved ${K.baseSha.slice(0,10)} \u2192 ${V.baseSha.slice(0,10)} \u2014 re-applied delivery ${K.deliverySha.slice(0,10)} (${Q.length} conflicted file(s))`),Q.length>0&&L.push(`- **${V.name}**:`,...Q.map(me=>` - \`${me}\``));continue}await lb(V,K.deliveryRef,K.deliverySha,O,S),console.log(`[job] ${g.jobId} ${V.name}: checked out delivery ${K.deliverySha.slice(0,10)} for ${g.role}`)}}return L},Ua=[];if(g.role==="build"||g.role==="implement"||g.role==="code-review")try{Ua=await Bd()}catch(O){let L=O instanceof Error?O.message:String(O);console.warn(`[job] ${g.jobId} delivery checkout failed: ${L}`),I||await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:`delivery checkout failed: ${L}`},startedAt:oe,finishedAt:new Date().toISOString()}),v.dispose();return}if(g.role==="code-review"){let O=g.metadata?.externalReview===!0;for(let L of W)try{if(O){let K=g.projectRepos.find(Q=>Q.name===L.name)?.defaultBranch??L.ref,V=await fb(L,K,S);V?console.log(`[job] ${g.jobId} ${L.name}: review base ${V.slice(0,10)} (merge-base with ${K})`):console.warn(`[job] ${g.jobId} ${L.name}: no merge-base with ${K} \u2014 review base not pinned (agent falls back to manual deepen)`)}else await zu(L,L.baseSha,S),console.log(`[job] ${g.jobId} ${L.name}: review base ${L.baseSha.slice(0,10)} (pre-delivery)`)}catch(K){let V=K instanceof Error?K.message:String(K);console.warn(`[job] ${g.jobId} ${L.name}: review-base pin failed: ${V}`)}}let Ba=g.role==="resolve-conflict"?g.metadata?.mergeBranchByRepo??g.metadata?.taskBranchByRepo??{}:{},Fd="";if(g.role==="resolve-conflict"){if(!W.some(O=>Ba[O.name])){let O="resolve-conflict job carries no branch to merge for any repo \u2014 nothing to resolve. The task branch could not be identified on the hub (the apply step may have failed before recording it); make sure the task branch exists upstream, then retry the update.";console.warn(`[job] ${g.jobId} ${O}`),I||await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:O},startedAt:oe,finishedAt:new Date().toISOString()}),v.dispose();return}try{let O=[];for(let L of W){let K=Ba[L.name];if(!K)continue;let V=await Vu(L,K,S);console.log(`[job] ${g.jobId} ${L.name}: merged ${K} into ${L.ref} \u2014 ${V.length} conflicted file(s)`),V.length>0?O.push(`- **${L.name}**:`,...V.map(Q=>` - \`${Q}\``)):O.push(`- **${L.name}**: merged cleanly (no markers \u2014 verify it still builds)`)}Fd=`
|
|
989
989
|
|
|
990
990
|
## Conflicts to resolve
|
|
991
991
|
|
|
992
|
-
`+(
|
|
992
|
+
`+(O.length>0?O.join(`
|
|
993
993
|
`):"(no task branches to merge)")+`
|
|
994
|
-
`}catch(
|
|
995
|
-
`);
|
|
994
|
+
`}catch(O){let L=O instanceof Error?O.message:String(O);console.warn(`[job] ${g.jobId} conflict merge failed: ${L}`),I||await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:`conflict merge failed: ${L}`},startedAt:oe,finishedAt:new Date().toISOString()}),v.dispose();return}}let Fa=null,Gd="",ar=null;if(g.contextPack&&X){try{let{assembleContextPack:O}=await Promise.resolve().then(()=>(ok(),nk)),{pack:L,manifest:K}=O({contextDir:X,taskKey:String(g.metadata?.trackerIssueKey??g.taskId.split(":")[1]??""),title:String(g.metadata?.taskTitle??""),role:g.role,repoDirs:new Map(W.map(V=>[V.name,V.workspacePath])),idfPenalty:g.contextPackIdf!==!1});ar=K,L?($a(nt(v.dir,"meta"),{recursive:!0}),Sa(nt(v.dir,"meta","context-pack.md"),L.markdown),Fa=L.markdown,Gd=L.top??"",console.log(`[job] ${g.jobId} context pack: ${L.markdown.length} chars \u2192 meta/context-pack.md (${K.status}, ${K.spentTokens}/${K.budgetTokens} tokens, ${K.selected.length} selected, ${K.omitted.length} omitted)`)):console.log(`[job] ${g.jobId} context pack skipped: ${K.statusReason}`)}catch(O){let L=O instanceof Error?O.message:String(O);ar=Vr(g.role,`assembler failed: ${L}`),console.warn(`[job] ${g.jobId} context pack failed (non-fatal): ${L}`)}try{$a(nt(v.dir,"meta"),{recursive:!0}),Sa(nt(v.dir,"meta","context-manifest.json"),JSON.stringify(ar,null,2))}catch{}}else g.contextPack&&(ar=Vr(g.role,"no context repo materialized"));let Kd="",Fr=null,Ro=null;try{let{loadSkills:O,materializeSkills:L,renderSkillsBlock:K}=await Promise.resolve().then(()=>(lk(),ck)),V=g.skills??{bundled:!0,context:!0,repo:!0},Q=O({contextDir:X,repoDirs:W.map(ht=>ht.workspacePath),sources:V});for(let ht of Q.errors)console.warn(`[job] ${g.jobId} skill ${ht.source}: ${ht.error}`);let me=L(v.dir,Q.skills),ie=["implement","rework","testing"].includes(g.role)?qc(Wc(M(X,g.taskId))):[];Kd=K(Q.skills,ie),me.length>0&&console.log(`[job] ${g.jobId} skills: ${Q.skills.map(ht=>ht.name).join(", ")}`);let{parseMarketplaces:ye,enabledPluginsSetting:bn}=await Promise.resolve().then(()=>(D(),Zc)),{sources:kn,errors:Co}=ye(V.marketplaces??[]);for(let ht of Co)console.warn(`[job] ${g.jobId} marketplace ${ht}`);if(kn.length>0&&(V.plugins??[]).length>0){let{seedMarketplaces:ht}=await Promise.resolve().then(()=>(mk(),fk)),vn=await ht(kn);for(let z of vn.errors)console.warn(`[job] ${g.jobId} marketplace ${z.repo}: ${z.error}`);let{enabled:$n,unknown:xn}=bn(V.plugins??[],vn.ready);for(let z of xn)console.warn(`[job] ${g.jobId} plugin ${z}: no such marketplace in this project`);vn.dir&&Object.keys($n).length>0&&(Fr=vn.dir,Ro={enabledPlugins:$n},console.log(`[job] ${g.jobId} plugins: ${Object.keys($n).join(", ")}`))}}catch(O){let L=O instanceof Error?O.message:String(O);console.warn(`[job] ${g.jobId} skills unavailable (non-fatal): ${L}`)}let Hd="",Ze=null,Wd=g.role==="council"&&Array.isArray(g.metadata?.questions)?g.metadata.questions.filter(O=>typeof O=="string"&&O.trim().length>0):[],E$=g.metadata?.reviewVerify===!0||g.metadata?.externalReviewVerify===!0;if((g.role==="council"||g.role==="code-review")&&g.council&&!E$)try{let{loadRoles:O}=await Promise.resolve().then(()=>(sd(),id)),{rolesForScenario:L}=await Promise.resolve().then(()=>(D(),Zc)),K=await Promise.resolve().then(()=>(cd(),ad)),V=O(X);for(let Q of V.errors)console.warn(`[job] ${g.jobId} role ${Q.file}: ${Q.error}`);if(g.role==="council"&&Wd.length>0){let Q=L(V.roles,"council");if(Q.length>=2){let me=Wd.map((ie,ye)=>`${ye+1}. ${ie}`).join(`
|
|
995
|
+
`);Ze={roles:Q,artifactDir:"council",promptFor:(ie,ye)=>K.renderCouncilRolePrompt(ie,me,X,ye),opinionsBlock:K.renderOpinionsBlock,onAllFailed:"fail",verdictFile:"meta/council-answer.json"}}}else if(g.role==="code-review"){let Q=L(V.roles,"code_review");if(Q.length>=2){let me=typeof g.metadata?.buildReportBlock=="string"?g.metadata.buildReportBlock:"";Ze={roles:Q,artifactDir:"code-review",promptFor:(ie,ye)=>K.renderReviewRolePrompt(ie,me,X,ye),opinionsBlock:K.renderReviewOpinionsBlock,onAllFailed:"solo",verdictFile:"meta/review-result.json"}}}Ze&&console.log(`[job] ${g.jobId} council convened (${Ze.artifactDir}): ${Ze.roles.map(Q=>Q.name).join(", ")}`)}catch(O){let L=O instanceof Error?O.message:String(O);console.warn(`[job] ${g.jobId} council roles unavailable (non-fatal, solo): ${L}`)}if((g.role==="council"||g.role==="code-review")&&!Ze)console.log(`[job] ${g.jobId} ${g.role}: solo session (no council convened)`);else if(["analyze","testing"].includes(g.role))try{let{loadRoles:O}=await Promise.resolve().then(()=>(sd(),id)),{materializeRoleAgents:L,renderRolesBlock:K}=await Promise.resolve().then(()=>($k(),vk)),V=O(X);for(let ye of V.errors)console.warn(`[job] ${g.jobId} role ${ye.file}: ${ye.error}`);let Q=g.role==="analyze"?"plan_review":"code_review",me=g.role==="analyze"?"plan-review":"testing",ie=L(v.dir,V.roles,Q,X);Hd=K(ie,me),console.log(`[job] ${g.jobId} review roles: ${ie.roles.length>0?ie.roles.map(ye=>ye.name).join(", "):"(no roles)"}`)}catch(O){let L=O instanceof Error?O.message:String(O);console.warn(`[job] ${g.jobId} review roles unavailable (non-fatal): ${L}`)}let T$=Ua.length>0?`
|
|
996
996
|
|
|
997
997
|
## Base branch moved \u2014 conflicts to resolve
|
|
998
998
|
|
|
999
999
|
The base branch advanced since the previous iteration; its delivery was re-applied on top of the fresh base. These files now contain git conflict markers (\`<<<<<<<\`) \u2014 resolve them (keep both the base branch's changes and this task's changes) as part of this job:
|
|
1000
1000
|
|
|
1001
|
-
`+
|
|
1001
|
+
`+Ua.join(`
|
|
1002
1002
|
`)+`
|
|
1003
|
-
`:"",
|
|
1004
|
-
`));O&&console.log(`[debug] ${g.jobId} agent request \u2192 ${O}`)}U&&(D=setInterval(()=>{let O=m;if(!O||O.readyState!==O.OPEN)return;let H;try{H=LA(vt($.dir,"drafts")).filter(Y=>Y.endsWith(".json")).sort()}catch{return}for(let Y of H){if(K.has(Y))continue;if(K.size>=Gc)break;let Z;try{let ne=JSON.parse(ga(vt($.dir,"drafts",Y),"utf-8")),ge=typeof ne.localRef=="string"?ne.localRef:"",hn=typeof ne.title=="string"?ne.title:"",gn=typeof ne.body=="string"?ne.body:"";if(!ge||!hn)continue;Z={localRef:ge,title:hn,body:gn,...ne.isEpic===!0?{isEpic:!0}:{},...Array.isArray(ne.links)?{links:ne.links}:{}}}catch{continue}K.add(Y);let pe={type:"child_draft",jobId:g.jobId,projectId:g.projectId,draftId:U,child:Z};try{O.send(JSON.stringify(pe))}catch{}}},1500));let Lr=null,Fd=new Map;try{if(Xe){let{runCouncil:z,COUNCIL_DEFAULT_MAX_PARALLEL:ue}=await Promise.resolve().then(()=>(ed(),Qu)),je=await z({roles:Xe.roles,artifactDir:Xe.artifactDir,promptFor:Xe.promptFor,maxParallel:g.council?.maxParallel??ue,defaultModel:fn,effort:$o,baseInput:{workspaceDir:$.dir,addDirs:mn,metadata:g.metadata??{},...I||Or?{env:{...I??{},...Or?{CLAUDE_CODE_PLUGIN_SEED_DIR:Or}:{}}}:{},...xo?{settings:xo}:{},signal:B.abort.signal,onActivity:Nr},runnerFor:fe=>(fe&&!Cu(o,fe)&&console.warn(`[job] ${g.jobId} council role provider "${fe}" not served by backend "${o}" \u2014 using the default backend`),c),log:fe=>console.log(`[job] ${g.jobId} council ${fe}`)});Lr=je.usage;let nr=je.opinions.some(fe=>fe.ok);if(!nr&&Xe.onAllFailed==="fail")throw new Error(`council: every role failed \u2014 ${je.opinions.map(fe=>`${fe.role}: ${fe.error??"?"}`).join("; ")}`);if(nr){Ai=Bd.replace(/\{\{rolesBlock\}\}/g,()=>Xe.opinionsBlock(je.opinions));for(let fe of $.listFiles().filter(ft=>ft.startsWith(`${Xe.artifactDir}/`)))Fd.set(fe,$.readFile(fe))}else console.warn(`[job] ${g.jobId} council produced no opinions \u2014 proceeding solo (${je.opinions.map(fe=>`${fe.role}: ${fe.error??"?"}`).join("; ")})`);if(MA(vt($.dir,Xe.verdictFile),{force:!0}),Nu("agent-request")){let fe=Ou(g.projectId,g.jobId,"agent-request-synthesis",Ai);fe&&console.log(`[debug] ${g.jobId} council synthesis request \u2192 ${fe}`)}}let j={workspaceDir:$.dir,role:g.role,prompt:Ai,addDirs:mn,metadata:g.metadata??{},...fn?{model:fn}:{},...$o?{effort:$o}:{},...I||Or?{env:{...I??{},...Or?{CLAUDE_CODE_PLUGIN_SEED_DIR:Or}:{}}}:{},...xo?{settings:xo}:{},signal:B.abort.signal,onActivity:Nr},O=B.chatInbox?await c.run({...j,interactive:{inbox:B.chatInbox.iterable}}):await _u(c,j,{jobId:g.jobId,policy:l,onBeforeRetry:async()=>{$.clean();for(let[z,ue]of Fd){let je=vt($.dir,z);nd(gk(je),{recursive:!0}),od(je,ue)}for(let z of F)try{await Vw(z);let ue=_a[z.name];g.role==="resolve-conflict"&&ue&&await Uu(z,ue,S)}catch(ue){let je=ue instanceof Error?ue.message:String(ue);console.warn(`[job] ${g.jobId} worktree reset failed (${z.name}): ${je}`)}try{await Nd()}catch(z){let ue=z instanceof Error?z.message:String(z);console.warn(`[job] ${g.jobId} delivery re-checkout failed: ${ue}`)}},aborted:()=>L||B.paused});if(Lr){let{addUsageInto:z}=await Promise.resolve().then(()=>(mi(),ju));z(O.usage,Lr)}let H=[];if(UA.has(g.role)&&F.length>0){let z=g.metadata??{},ue=typeof z.commitMessage=="string"?z.commitMessage:`${g.taskId}: changes`,je=g.contextRepo?.cloneUrl,nr=te?.env;if(!je||!nr)throw new Error("delivery requested but "+(je?"no context-write credentials in bundle":"no contextRepo cloneUrl in job spec"));let fe=g.taskId.includes(":")?g.taskId.slice(g.taskId.indexOf(":")+1):g.taskId;for(let ft of F){let kn=await zw(ft,ue);if(!kn){console.log(`[job] ${g.jobId} ${ft.name}: no changes \u2014 no delivery`);continue}let Na=`codepipe/deliveries/${fe}/${g.jobId}/${ft.name}`;await Xw(ft,kn,Na,je,nr);let m$=await Zw(ft,kn);H.push({name:ft.name,deliveryRef:Na,deliverySha:kn,baseSha:ft.baseSha,changedFiles:m$}),console.log(`[job] ${g.jobId} ${ft.name}: delivered ${kn.slice(0,10)} \u2192 ${Na}`);let Gd=await Jw(ft,kn);if(Gd.trim().length>0){let h$=vt("display",`${ft.name}.diff`),Kd=vt($.dir,h$);nd(gk(Kd),{recursive:!0}),od(Kd,Gd)}}}if(g.role==="resolve-conflict"&&H.length===0)throw new Error("resolve-conflict produced no delivery \u2014 nothing changed, so the PR would not update. The conflict was not actually resolved. Check the agent's SOLUTION.md, and confirm this SANDBOX runs a build with resolve-conflict support (the conflict merge must have run).");let Y;g.role==="build"&&(Y=pb($.dir),console.log(`[job] ${g.jobId} build verdict: ok=${Y.ok}`+(Y.failedStep?` failedStep=${Y.failedStep}`:"")));let Z;if(g.role==="code-review"){Z=Ku($.dir),console.log(`[job] ${g.jobId} review verdict: approved=${Z.approved}`);try{let{parseChangedRanges:z,markFindingScope:ue}=await Promise.resolve().then(()=>(Hu(),mb)),je=new Map;for(let nr of F)try{let fe=await rb(nr,S);je.set(nr.name,z(fe))}catch{}ue(Z,je,F.length===1?F[0].name:void 0)}catch(z){console.warn(`[job] ${g.jobId} finding scope marking failed (non-fatal): ${String(z)}`)}}let pe;if(g.role==="council"){let{readCouncilVerdict:z}=await Promise.resolve().then(()=>(pk(),dk));pe=z($.dir)??void 0,console.log(`[job] ${g.jobId} council: ${pe?"answered":"no verdict \u2014 task stops for a human"}`)}let ne;if(g.role==="testing"){try{let z=ga(vt($.dir,"meta","test-result.json"),"utf-8");ne=JSON.parse(z)}catch{ne=void 0}console.log(`[job] ${g.jobId} test verdict: ${ne?"written":"none \u2014 proceeding to the PR"}`)}let ge;if(g.role==="observer"){let{readQueuePlan:z}=await Promise.resolve().then(()=>(hk(),mk));ge=z($.dir)??void 0,console.log(`[job] ${g.jobId} queue plan: ${ge?"produced":"none \u2014 batch keeps the staged order"}`)}let hn=O.artifactPaths.length>0?O.artifactPaths:$.listFiles(),gn=Array.from(new Set(hn)),So;if(he)try{let z=g.role==="index"?["adr/SOURCES.md"]:g.role==="backfill"?["adr"]:[],ue=await cb(he,z);ue.length>0&&(So=ue,console.log(`[job] ${g.jobId} captured ${ue.length} knowledge file(s) for Context Repo`))}catch(z){let ue=z instanceof Error?z.message:String(z);console.warn(`[job] ${g.jobId} knowledge capture failed (non-fatal): ${ue}`)}let{artifacts:pt,omitted:yn,dropped:wn}=gb($.dir,gn);for(let z of yn)console.warn(`[job] ${g.jobId} artifact ${z.path} (${z.bytes} bytes) exceeded upload budget \u2014 content omitted`);wn.length>0&&console.warn(`[job] ${g.jobId} artifact listing truncated: ${wn.length} file(s) over the count budget dropped \u2014 paths listed in artifacts-omitted.md`);let bn={jobId:g.jobId,status:"succeeded",artifacts:pt,...So?{contextWrites:So}:{},...H.length>0?{deliveries:H}:{},log:BA(O.log),startedAt:we,finishedAt:new Date().toISOString(),usage:O.usage,...O.rateLimit?{rateLimit:O.rateLimit}:{},...Y?{build:Y}:{},...Z?{review:Z}:{},...ge!==void 0?{queuePlan:ge}:{},...pe!==void 0?{council:pe}:{},...ne!==void 0?{test:ne}:{}};if(L||B.paused)console.warn(`[job] ${g.jobId} skipping result upload \u2014 ${B.paused?"paused by operator":"claim was lost"}; HUB will re-execute on next claim`);else{await C.submitResult(bn),console.log(`[job] ${g.jobId} done \u2014 uploaded ${bn.artifacts.length} artifact(s):`);for(let z of bn.artifacts){let ue=Buffer.from(z.contentBase64,"base64").length;console.log(` \xB7 ${z.path} (${ue} bytes)`)}bn.artifacts.length===0&&console.warn(`[job] ${g.jobId} produced 0 artifacts \u2014 workspace was empty after runner exit. Task will likely get stuck downstream.`)}}catch(j){let O=j instanceof Error?j.message:String(j);if(B.paused)console.log(`[job] ${g.jobId} paused \u2014 agent stopped; HUB requeued it (restarts from phase start on resume)`);else if(L)console.warn(`[job] ${g.jobId} failed after claim lost (${O}) \u2014 skipping result upload`);else{let H=Au(j),Y=j instanceof Tr,Z=j instanceof Gt,pe=j instanceof Fe?j.details.rateLimited:void 0;if(Lr&&j instanceof Fe)if(j.details.usage){let{addUsageInto:ge}=await Promise.resolve().then(()=>(mi(),ju));ge(j.details.usage,Lr)}else j.details.usage=Lr;let ne=(j instanceof Fe?j.details.usage:void 0)??Lr??void 0;console.warn(pe?`[job] ${g.jobId} rate-limited (${pe.kind??"unknown window"}`+(pe.resetAtMs?`, resets ${new Date(pe.resetAtMs).toISOString()}`:"")+") \u2014 HUB will hold and auto-resume":H?`[job] ${g.jobId} failed: ${O} (Claude auth \u2014 token invalid/expired)`:Y?`[job] ${g.jobId} failed: ${O} (BUILD left no verdict \u2014 inconclusive; HUB may retry)`:Z?`[job] ${g.jobId} failed: ${O} (review left no verdict \u2014 inconclusive; HUB may retry)`:`[job] ${g.jobId} failed: ${O}`),await C.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:O},startedAt:we,finishedAt:new Date().toISOString(),...H?{authError:!0}:{},...Y?{buildInconclusive:!0}:{},...Z?{reviewInconclusive:!0}:{},...pe?{rateLimited:pe}:{},...ne?{usage:ne}:{}})}}finally{$.dispose()}}finally{clearInterval(Wt),D&&clearInterval(D),St(),B.chatInbox?.close(),f.delete(g.jobId),q?.cleanup(),te?.cleanup()}}function T(C,g){if(!C.credBundle)return{gitCreds:null,contextGitCreds:null};if(!g)return console.warn(`[job] ${C.jobId} has a credBundle but this sandbox has no private key \u2014 ignoring`),{gitCreds:null,contextGitCreds:null};let B;try{B=JSON.parse(Vn(g,C.credBundle).toString("utf-8"))}catch(le){return console.warn(`[job] ${C.jobId} failed to open credBundle: ${le instanceof Error?le.message:String(le)}`),{gitCreds:null,contextGitCreds:null}}let L=Mu(B);L&&console.log(`[job] ${C.jobId} cred bundle opened \u2014 git creds configured`);let q=Fw(B,C.contextRepo.cloneUrl),te={gitCreds:L,contextGitCreds:q};return B.claudeOauthToken&&(te.claudeOauthToken=B.claudeOauthToken),te}function R(C,g){return C.split(`
|
|
1005
|
-
`).map(
|
|
1006
|
-
`)}function
|
|
1007
|
-
[${
|
|
1008
|
-
${e}`);let r=await
|
|
1003
|
+
`:"",qd=P(E(g.prompt,W,X).replace(/\{\{contextPackTop\}\}/g,()=>Gd),X,g.taskId).replace(/\{\{skillsBlock\}\}/g,Kd)+Fd+T$,Oi=qd.replace(/\{\{rolesBlock\}\}/g,()=>Hd),wn=[...W.map(O=>O.workspacePath),...X?[X]:[]];if(wn.length>0&&console.log(`[job] ${g.jobId} --add-dir: ${wn.join(", ")}`),Ku("agent-request")){let O=ua(io(g.metadata??{})),L=Hu(g.projectId,g.jobId,"agent-request",[`# Agent request \u2014 job ${g.jobId}`,"",`- project: ${g.projectId}`,`- task: ${g.taskId}`,`- role: ${g.role}`,`- model: ${yn??"(backend default)"}`,`- effort: ${Io??"(backend default)"}`,`- add-dirs:${wn.length>0?"":" (none)"}`,...wn.map(K=>` - ${K}`),"","## Append-system-prompt (language directive)","","```",O,"```","","## Prompt","",Oi,"",...Fa?["## Context pack (meta/context-pack.md)","",Fa]:["## Context pack","","(not generated for this job)"],""].join(`
|
|
1004
|
+
`));L&&console.log(`[debug] ${g.jobId} agent request \u2192 ${L}`)}F&&(U=setInterval(()=>{let L=m;if(!L||L.readyState!==L.OPEN)return;let K;try{K=Q_(nt(v.dir,"drafts")).filter(V=>V.endsWith(".json")).sort()}catch{return}for(let V of K){if(q.has(V))continue;if(q.size>=Jc)break;let Q;try{let ie=JSON.parse(xa(nt(v.dir,"drafts",V),"utf-8")),ye=typeof ie.localRef=="string"?ie.localRef:"",bn=typeof ie.title=="string"?ie.title:"",kn=typeof ie.body=="string"?ie.body:"";if(!ye||!bn)continue;Q={localRef:ye,title:bn,body:kn,...ie.isEpic===!0?{isEpic:!0}:{},...Array.isArray(ie.links)?{links:ie.links}:{}}}catch{continue}q.add(V);let me={type:"child_draft",jobId:g.jobId,projectId:g.projectId,draftId:F,child:Q};try{L.send(JSON.stringify(me))}catch{}}},1500));let Gr=null,Yd=new Map;try{if(Ze){let{runCouncil:z,COUNCIL_DEFAULT_MAX_PARALLEL:pe}=await Promise.resolve().then(()=>(cd(),ad)),Ne=await z({roles:Ze.roles,artifactDir:Ze.artifactDir,promptFor:Ze.promptFor,maxParallel:g.council?.maxParallel??pe,defaultModel:yn,effort:Io,baseInput:{workspaceDir:v.dir,addDirs:wn,metadata:g.metadata??{},onUsage:(()=>{let ce=new Map;return De=>{ce.set(De.model??String(ce.size),De);let at={inputTokens:0,outputTokens:0,cacheReadTokens:0,cacheCreationTokens:0,turns:0,at:De.at};for(let Vt of ce.values())at.inputTokens+=Vt.inputTokens,at.outputTokens+=Vt.outputTokens,at.cacheReadTokens+=Vt.cacheReadTokens,at.cacheCreationTokens+=Vt.cacheCreationTokens,at.turns+=Vt.turns;T.liveUsage=at}})(),...C||Fr?{env:{...C??{},...Fr?{CLAUDE_CODE_PLUGIN_SEED_DIR:Fr}:{}}}:{},...Ro?{settings:Ro}:{},signal:T.abort.signal,onActivity:Br},runnerFor:ce=>(ce&&!Du(o,ce)&&console.warn(`[job] ${g.jobId} council role provider "${ce}" not served by backend "${o}" \u2014 using the default backend`),c),log:ce=>console.log(`[job] ${g.jobId} council ${ce}`)});Gr=Ne.usage;let cr=Ne.opinions.some(ce=>ce.ok);if(!cr&&Ze.onAllFailed==="fail")throw new Error(`council: every role failed \u2014 ${Ne.opinions.map(ce=>`${ce.role}: ${ce.error??"?"}`).join("; ")}`);if(cr){Oi=qd.replace(/\{\{rolesBlock\}\}/g,()=>Ze.opinionsBlock(Ne.opinions));for(let ce of v.listFiles().filter(De=>De.startsWith(`${Ze.artifactDir}/`)))Yd.set(ce,v.readFile(ce))}else console.warn(`[job] ${g.jobId} council produced no opinions \u2014 proceeding solo (${Ne.opinions.map(ce=>`${ce.role}: ${ce.error??"?"}`).join("; ")})`);if(eP(nt(v.dir,Ze.verdictFile),{force:!0}),Ku("agent-request")){let ce=Hu(g.projectId,g.jobId,"agent-request-synthesis",Oi);ce&&console.log(`[debug] ${g.jobId} council synthesis request \u2192 ${ce}`)}}let O={workspaceDir:v.dir,role:g.role,prompt:Oi,addDirs:wn,metadata:g.metadata??{},...yn?{model:yn}:{},...Io?{effort:Io}:{},...C||Fr?{env:{...C??{},...Fr?{CLAUDE_CODE_PLUGIN_SEED_DIR:Fr}:{}}}:{},...Ro?{settings:Ro}:{},signal:T.abort.signal,onActivity:Br,onUsage:z=>{T.liveUsage=z}},L=T.chatInbox?await c.run({...O,interactive:{inbox:T.chatInbox.iterable}}):await Fu(c,O,{jobId:g.jobId,policy:l,onBeforeRetry:async()=>{v.clean();for(let[z,pe]of Yd){let Ne=nt(v.dir,z);$a(Ck(Ne),{recursive:!0}),Sa(Ne,pe)}for(let z of W)try{await ob(z);let pe=Ba[z.name];g.role==="resolve-conflict"&&pe&&await Vu(z,pe,S)}catch(pe){let Ne=pe instanceof Error?pe.message:String(pe);console.warn(`[job] ${g.jobId} worktree reset failed (${z.name}): ${Ne}`)}try{await Bd()}catch(z){let pe=z instanceof Error?z.message:String(z);console.warn(`[job] ${g.jobId} delivery re-checkout failed: ${pe}`)}},aborted:()=>I||T.paused});if(Gr){let{addUsageInto:z}=await Promise.resolve().then(()=>(bi(),Gu));z(L.usage,Gr)}let K=[];if(rP.has(g.role)&&W.length>0){let z=g.metadata??{},pe=typeof z.commitMessage=="string"?z.commitMessage:`${g.taskId}: changes`,Ne=g.contextRepo?.cloneUrl,cr=Y?.env;if(!Ne||!cr)throw new Error("delivery requested but "+(Ne?"no context-write credentials in bundle":"no contextRepo cloneUrl in job spec"));let ce=g.taskId.includes(":")?g.taskId.slice(g.taskId.indexOf(":")+1):g.taskId;for(let De of W){let at=await ib(De,pe);if(!at){console.log(`[job] ${g.jobId} ${De.name}: no changes \u2014 no delivery`);continue}let Vt=`codepipe/deliveries/${ce}/${g.jobId}/${De.name}`;await sb(De,at,Vt,Ne,cr);let I$=await cb(De,at);K.push({name:De.name,deliveryRef:Vt,deliverySha:at,baseSha:De.baseSha,changedFiles:I$}),console.log(`[job] ${g.jobId} ${De.name}: delivered ${at.slice(0,10)} \u2192 ${Vt}`);let Vd=await ab(De,at);if(Vd.trim().length>0){let R$=nt("display",`${De.name}.diff`),zd=nt(v.dir,R$);$a(Ck(zd),{recursive:!0}),Sa(zd,Vd)}}}if(g.role==="resolve-conflict"&&K.length===0)throw new Error("resolve-conflict produced no delivery \u2014 nothing changed, so the PR would not update. The conflict was not actually resolved. Check the agent's SOLUTION.md, and confirm this SANDBOX runs a build with resolve-conflict support (the conflict merge must have run).");let V;g.role==="build"&&(V=$b(v.dir),console.log(`[job] ${g.jobId} build verdict: ok=${V.ok}`+(V.failedStep?` failedStep=${V.failedStep}`:"")));let Q;if(g.role==="code-review"){Q=Zu(v.dir),console.log(`[job] ${g.jobId} review verdict: approved=${Q.approved}`);try{let{parseChangedRanges:z,markFindingScope:pe}=await Promise.resolve().then(()=>(Qu(),Sb)),Ne=new Map;for(let cr of W)try{let ce=await pb(cr,S);Ne.set(cr.name,z(ce))}catch{}pe(Q,Ne,W.length===1?W[0].name:void 0)}catch(z){console.warn(`[job] ${g.jobId} finding scope marking failed (non-fatal): ${String(z)}`)}}let me;if(g.role==="council"){let{readCouncilVerdict:z}=await Promise.resolve().then(()=>(Ek(),Sk));me=z(v.dir)??void 0,console.log(`[job] ${g.jobId} council: ${me?"answered":"no verdict \u2014 task stops for a human"}`)}let ie;if(g.role==="testing"){try{let z=xa(nt(v.dir,"meta","test-result.json"),"utf-8");ie=JSON.parse(z)}catch{ie=void 0}console.log(`[job] ${g.jobId} test verdict: ${ie?"written":"none \u2014 proceeding to the PR"}`)}let ye;if(g.role==="observer"){let{readQueuePlan:z}=await Promise.resolve().then(()=>(Rk(),Ik));ye=z(v.dir)??void 0,console.log(`[job] ${g.jobId} queue plan: ${ye?"produced":"none \u2014 batch keeps the staged order"}`)}let bn=L.artifactPaths.length>0?L.artifactPaths:v.listFiles(),kn=Array.from(new Set(bn)),Co;if(ge)try{let z=g.role==="index"?["adr/SOURCES.md"]:g.role==="backfill"?["adr"]:[],pe=await wb(ge,z);pe.length>0&&(Co=pe,console.log(`[job] ${g.jobId} captured ${pe.length} knowledge file(s) for Context Repo`))}catch(z){let pe=z instanceof Error?z.message:String(z);console.warn(`[job] ${g.jobId} knowledge capture failed (non-fatal): ${pe}`)}let{artifacts:ht,omitted:vn,dropped:$n}=Tb(v.dir,kn);for(let z of vn)console.warn(`[job] ${g.jobId} artifact ${z.path} (${z.bytes} bytes) exceeded upload budget \u2014 content omitted`);$n.length>0&&console.warn(`[job] ${g.jobId} artifact listing truncated: ${$n.length} file(s) over the count budget dropped \u2014 paths listed in artifacts-omitted.md`);let xn={jobId:g.jobId,status:"succeeded",artifacts:ht,...Co?{contextWrites:Co}:{},...K.length>0?{deliveries:K}:{},log:nP(L.log),startedAt:oe,finishedAt:new Date().toISOString(),usage:L.usage,...L.rateLimit?{rateLimit:L.rateLimit}:{},...V?{build:V}:{},...Q?{review:Q}:{},...ye!==void 0?{queuePlan:ye}:{},...me!==void 0?{council:me}:{},...ie!==void 0?{test:ie}:{},...ar?{contextManifest:ar}:{}};if(I||T.paused)console.warn(`[job] ${g.jobId} skipping result upload \u2014 ${T.paused?"paused by operator":"claim was lost"}; HUB will re-execute on next claim`);else{await A.submitResult(xn),console.log(`[job] ${g.jobId} done \u2014 uploaded ${xn.artifacts.length} artifact(s):`);for(let z of xn.artifacts){let pe=Buffer.from(z.contentBase64,"base64").length;console.log(` \xB7 ${z.path} (${pe} bytes)`)}xn.artifacts.length===0&&console.warn(`[job] ${g.jobId} produced 0 artifacts \u2014 workspace was empty after runner exit. Task will likely get stuck downstream.`)}}catch(O){let L=O instanceof Error?O.message:String(O);if(T.paused)console.log(`[job] ${g.jobId} paused \u2014 agent stopped; HUB requeued it (restarts from phase start on resume)`);else if(I)console.warn(`[job] ${g.jobId} failed after claim lost (${L}) \u2014 skipping result upload`);else{let K=Bu(O),V=O instanceof Pr,Q=O instanceof Wt,me=O instanceof Ke?O.details.rateLimited:void 0;if(Gr&&O instanceof Ke)if(O.details.usage){let{addUsageInto:ye}=await Promise.resolve().then(()=>(bi(),Gu));ye(O.details.usage,Gr)}else O.details.usage=Gr;let ie=(O instanceof Ke?O.details.usage:void 0)??Gr??void 0;console.warn(me?`[job] ${g.jobId} rate-limited (${me.kind??"unknown window"}`+(me.resetAtMs?`, resets ${new Date(me.resetAtMs).toISOString()}`:"")+") \u2014 HUB will hold and auto-resume":K?`[job] ${g.jobId} failed: ${L} (Claude auth \u2014 token invalid/expired)`:V?`[job] ${g.jobId} failed: ${L} (BUILD left no verdict \u2014 inconclusive; HUB may retry)`:Q?`[job] ${g.jobId} failed: ${L} (review left no verdict \u2014 inconclusive; HUB may retry)`:`[job] ${g.jobId} failed: ${L}`),await A.submitResult({jobId:g.jobId,status:"failed",artifacts:[],error:{message:L},startedAt:oe,finishedAt:new Date().toISOString(),...K?{authError:!0}:{},...V?{buildInconclusive:!0}:{},...Q?{reviewInconclusive:!0}:{},...me?{rateLimited:me}:{},...ie?{usage:ie}:{},...ar?{contextManifest:ar}:{}})}}finally{v.dispose()}}finally{clearInterval(St),U&&clearInterval(U),Tt(),T.chatInbox?.close(),f.delete(g.jobId),G?.cleanup(),Y?.cleanup()}}function R(A,g){if(!A.credBundle)return{gitCreds:null,contextGitCreds:null};if(!g)return console.warn(`[job] ${A.jobId} has a credBundle but this sandbox has no private key \u2014 ignoring`),{gitCreds:null,contextGitCreds:null};let T;try{T=JSON.parse(Jn(g,A.credBundle).toString("utf-8"))}catch(re){return console.warn(`[job] ${A.jobId} failed to open credBundle: ${re instanceof Error?re.message:String(re)}`),{gitCreds:null,contextGitCreds:null}}let I=qu(T);I&&console.log(`[job] ${A.jobId} cred bundle opened \u2014 git creds configured`);let G=Jw(T,A.contextRepo.cloneUrl),Y={gitCreds:I,contextGitCreds:G};return T.claudeOauthToken&&(Y.claudeOauthToken=T.claudeOauthToken),Y}function _(A,g){return A.split(`
|
|
1005
|
+
`).map(T=>g+T).join(`
|
|
1006
|
+
`)}function E(A,g,T){let I=g[0]?.workspacePath??"";return A.replace(/\{\{codeDir\}\}/g,I).replace(/\{\{codeRoot\}\}/g,I?I.replace(/\/[^/]+$/,""):"").replace(/\{\{contextDir\}\}/g,T??"")}function M(A,g){let T=g.includes("::")?"":g.split(":",2)[1]??"";if(!A||!T)return"";for(let I of["PLAN.md","SOLUTION.md"])try{return xa(nt(A,"tasks",T,I),"utf-8")}catch{}return""}function P(A,g,T){let I=A,G=T.includes("::")?"":T.split(":",2)[1]??"",Y=re=>{if(!g||!G)return"";try{return xa(nt(g,"tasks",G,re),"utf-8").trim()}catch{return""}};if(I.includes("{{planMd}}")||I.includes("{{solutionMd}}")){let re=Y("PLAN.md")||Y("SOLUTION.md")||"(PLAN.md missing \u2014 proceed from the task description)";I=I.replace(/\{\{planMd\}\}/g,()=>re),I=I.replace(/\{\{solutionMd\}\}/g,()=>re)}if(I.includes("{{taskDescription}}")){let re=Y("task.md")||"(task description unavailable \u2014 see tasks/<KEY>/task.md in the context repo)";I=I.replace(/\{\{taskDescription\}\}/g,()=>re)}return I=jb(I,g),I}let B=A=>{if(p)return;p=!0,console.log(`
|
|
1007
|
+
[${A}] shutting down`),d.abort();let g=[...f.keys()];for(let G of f.values())G.abort.abort();let T=new AbortController,I=setTimeout(()=>T.abort(),3e3);(async()=>(await Promise.all(g.map(async G=>{try{await u.releaseJob(G,`sandbox ${A}`,T.signal),console.log(`[${A}] released job ${G}`)}catch(Y){let re=Y instanceof Error?Y.message:String(Y);console.warn(`[${A}] release failed: ${re} (sweeper will reclaim)`)}})),clearTimeout(I),k.close(),setTimeout(()=>process.exit(0),200)))()};process.on("SIGINT",()=>B("SIGINT")),process.on("SIGTERM",()=>B("SIGTERM"));let H=[$("implementation")];e.planningLane!==!1?H.push($("planning")):console.log("[claim] planning lane disabled (SANDBOX_PLANNING_LANE=false)"),await Promise.all(H)}var Ea,rP,Ak=x(()=>{"use strict";D();$t();rl();Nw();Dw();da();bi();Cr();Ww();Qe();la();Zw();_u();bb();vb();xb();Qu();Ib();Pb();Ob();Ea=Number(process.env.SANDBOX_MAX_LOG_BYTES??256*1024),rP=new Set(["implement","resolve-conflict"])});var mo=x(()=>{"use strict";vw();Ak();la()});import{cancel as iP,isCancel as Pk,log as dt,password as sP,text as aP}from"@clack/prompts";function cP(t){return Pk(t)&&(iP("aborted"),process.exit(1)),typeof t=="string"?t:""}function jk(t){return`${t.slice(0,14)}\u2026 (${t.length} chars)`}async function lP(t){let e=ml({redirectUri:fl,challenge:t.challenge,state:t.state});dt.message(`Open this URL, approve the access, and paste the code shown:
|
|
1008
|
+
${e}`);let r=await aP({message:"Authorization code \u2014 blank to skip"});if(Pk(r)||typeof r!="string"||r.trim().length===0)return null;try{let n=Pm(r,t.state);return await hl({code:n,verifier:t.verifier,state:t.state,redirectUri:fl})}catch(n){return dt.warn(`Code paste didn't work (${n instanceof Error?n.message:String(n)}).`),null}}async function uP(t){if(Dn()?.claude?.oauthToken&&!t.farm)return dt.message("Claude: this machine already has a shared OAuth token \u2014 the project will use it (set a project-specific one later with `codepipe login`)."),"";if(process.env.CODEPIPE_CLAUDE_AUTOLOGIN!=="1"||!process.stdout.isTTY)return null;dt.message("Claude login \u2014 pipeline agents run on your Claude subscription.");let r=cs(),n;try{n=await jm({...r,openUrl:wr,log:i=>dt.message(i)})}catch(i){dt.warn(`Browser sign-in didn't complete (${i instanceof Error?i.message:String(i)}) \u2014 trying the code-paste fallback.`);let s=await lP(r);if(s===null)return null;n=s}let o=await or(n.oauthToken);return o==="invalid"?(dt.warn("Claude rejected the obtained token (401) \u2014 falling back to manual entry."),null):(dt.success(`Claude: logged in \u2014 ${jk(n.oauthToken)}, /v1/models: ${o}.`),n.oauthToken)}async function Nk(t){dt.message(`Claude \u2014 the pipeline's agents run on your Claude subscription.
|
|
1009
1009
|
In another terminal:
|
|
1010
1010
|
1. install Claude Code \u2014 https://claude.com/claude-code
|
|
1011
1011
|
2. run \`claude setup-token\`
|
|
1012
1012
|
3. paste the token it prints (starts with sk-ant-) below`+(t.farm?`
|
|
1013
|
-
Blank to skip \u2014 the farm's shared Claude token (if set) is used.`:""));let e=WA(await KA({message:"Claude OAuth token \u2014 blank to skip"})).trim();if(!e)return at.warn(t.farm?"skipped \u2014 jobs will run only if the farm host has a shared token (`codepipe login --shared`).":"skipped \u2014 jobs won't run until you set the token with `codepipe login`."),"";e.startsWith("sk-ant-")||at.warn("the token doesn't look like `claude setup-token` output (sk-ant-\u2026) \u2014 saved anyway; if jobs fail to authenticate, re-run `codepipe login`.");let r=await er(e);return r==="invalid"?(at.warn("Claude refused this token. Run `claude setup-token` again and paste the new one."),vk(t)):(at.success(`Claude: ${kk(e)} \u2014 ${r==="valid"?"verified":"check inconclusive, saved"}.`),e)}var $k,xk=E(()=>{"use strict";ns();Bn();de();cl();$k={id:"claude",label:"Claude",runnerEnvVar:"CLAUDE_CODE_OAUTH_TOKEN",interactiveLogin:YA,promptManual:vk,validate:er}});function Sk(t){return $k}async function Ek(t,e){let r=null;try{r=await t.interactiveLogin(e)}catch{r=null}return r!==null?r:t.promptManual(e)}var Rk=E(()=>{"use strict";xk()});async function lo(t,e,r){return e.host==="github"?zA(t,e,r):e.host==="gitlab"?t_(t,e,r):n_(t,e,r)}async function Tk(t,e,r={}){let n=r.explain??!0,o=`${t.owner}/${t.name} not found on ${t.host}`;try{if(t.host==="github")return e.githubToken?(await ct(e.githubToken,"GET",`/repos/${t.owner}/${encodeURIComponent(t.name)}`)).status!==404?{found:!0}:{found:!1,detail:n?await Ik(e.githubToken,t):o}:{found:"unknown",detail:"no GitHub token \u2014 existence not checked"};if(t.host==="gitlab"){if(!e.gitlabToken)return{found:"unknown",detail:"no GitLab token \u2014 existence not checked"};let s=encodeURIComponent(`${t.owner}/${t.name}`);return(await tt(e.gitlabToken,"GET",`/projects/${s}`)).status!==404?{found:!0}:{found:!1,detail:n?await Ck(e.gitlabToken,t):o}}return e.bitbucket?(await Kt(e.bitbucket,"GET",`/repositories/${t.owner}/${encodeURIComponent(t.name)}`)).status!==404?{found:!0}:{found:!1,detail:n?await Pk(e.bitbucket,t):o}:{found:"unknown",detail:"no Bitbucket credentials \u2014 existence not checked"}}catch(i){return{found:"unknown",detail:i instanceof Error?i.message:String(i)}}}async function Ik(t,e){let r=!1;try{r=(await ct(t,"GET",`/users/${encodeURIComponent(e.owner)}`)).status===200}catch{}return r?`GitHub repo ${e.owner}/${e.name} does not exist, or the token cannot see it \u2014 check the name; a fine-grained PAT must be scoped to this repo (and approved in the org)`:`GitHub owner "${e.owner}" not found \u2014 check the org/user spelling`}async function Ck(t,e){let r=!1;try{r=(await tt(t,"GET",`/namespaces/${encodeURIComponent(e.owner)}`)).status===200}catch{}return r?`GitLab project ${e.owner}/${e.name} does not exist (the namespace "${e.owner}" is visible to the token) \u2014 check the project name, or the token has no access to this specific project`:`GitLab namespace "${e.owner}" is not visible to this token \u2014 check the group/username spelling; a private group answers 404 until the token's owner is a member`}async function Pk(t,e){let r=!1;try{r=(await Kt(t,"GET",`/workspaces/${encodeURIComponent(e.owner)}`)).status===200}catch{}return r?`Bitbucket repo ${e.owner}/${e.name} does not exist in workspace "${e.owner}" (which the credential can see) \u2014 check the repo name, or the API token lacks access to it`:`Bitbucket workspace "${e.owner}" is not visible to this credential \u2014 check the workspace name and the token's read:repository:bitbucket scope`}async function ct(t,e,r,n){let o={method:e,headers:{Accept:"application/vnd.github+json",Authorization:`Bearer ${t}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}};n!==void 0&&(o.body=JSON.stringify(n),o.headers["Content-Type"]="application/json");let i=await fetch(VA+r,o),s=await i.text(),a=s?JSON.parse(s):null;if(i.status>=400&&i.status!==404){let c=typeof a=="object"&&a&&"message"in a?a.message:s;throw new Error(`GitHub ${e} ${r} \u2192 ${i.status} ${c}`)}return{status:i.status,data:a}}async function zA(t,e,r){let n=r.githubToken;if(!n)throw new Error("GitHub PAT required to provision a github-hosted Context Repo \u2014 set GH_TOKEN / GITHUB_TOKEN or provide it during `codepipe init`");let o=await XA(n,e,r),i=await JA(n,o.owner,o.name);r.log.info(`scaffolding Context Repo files \u2192 ${o.owner}/${o.name}@${i}`);let s=Hn(t,e,r.youtrackWrites,r.trackerUrl);for(let a of s)await ZA(n,o.owner,o.name,a.path,i)||await QA(n,o.owner,o.name,a.path,a.content,`chore(codepipe): scaffold ${a.path}`,i);return{host:"github",owner:o.owner,name:o.name,cloneUrl:o.sshUrl,branch:i}}async function XA(t,e,r){let n=await ct(t,"GET",`/repos/${e.owner}/${encodeURIComponent(e.name)}`);if(n.status===200&&n.data)return r.log.info(`Context Repo ${e.owner}/${e.name} already exists \u2014 reusing`),{owner:n.data.owner.login,name:n.data.name,sshUrl:n.data.ssh_url};if(r.mode==="attach")throw new Error(`attach: ${await Ik(t,e)} (attach joins an existing Context Repo and never creates one)`);let o=await id(t,e.owner),i=o?`/orgs/${e.owner}/repos`:"/user/repos";r.log.info(`creating Context Repo ${e.owner}/${e.name} (${o?"org":"user"})`);let s=await ct(t,"POST",i,{name:e.name,private:!0,auto_init:!0,description:`CodePipe Context Repo for project ${e.name}`});if(!s.data)throw new Error("GitHub createRepo: empty response");return{owner:s.data.owner.login,name:s.data.name,sshUrl:s.data.ssh_url}}async function id(t,e){let{status:r,data:n}=await ct(t,"GET",`/users/${e}`);return r===404||!n?!1:n.type==="Organization"}async function JA(t,e,r){let{data:n}=await ct(t,"GET",`/repos/${e}/${r}`);if(!n)throw new Error("GitHub getDefaultBranch: empty response");return n.default_branch}async function ZA(t,e,r,n,o){let{status:i,data:s}=await ct(t,"GET",`/repos/${e}/${r}/contents/${encodeURI(n)}?ref=${encodeURIComponent(o)}`);return i===404||!s?null:s.sha}async function QA(t,e,r,n,o,i,s,a){let c={message:i,content:Buffer.from(o,"utf-8").toString("base64"),branch:s};a&&(c.sha=a),await ct(t,"PUT",`/repos/${e}/${r}/contents/${encodeURI(n)}`,c)}async function tt(t,e,r,n){let o={method:e,headers:{"PRIVATE-TOKEN":t,"User-Agent":"codepipe-cli",...n!==void 0?{"Content-Type":"application/json"}:{}}};n!==void 0&&(o.body=JSON.stringify(n));let i=await fetch(e_+r,o),s=await i.text(),a=s?JSON.parse(s):null;if(i.status>=400&&i.status!==404){let c=typeof a=="object"&&a&&"message"in a?JSON.stringify(a.message):s;throw new Error(`GitLab ${e} ${r} \u2192 ${i.status} ${c}`)}return{status:i.status,data:a}}async function t_(t,e,r){let n=r.gitlabToken;if(!n)throw new Error("GitLab PAT required to provision a gitlab-hosted Context Repo \u2014 set GITLAB_TOKEN or provide it during `codepipe init`");let o=encodeURIComponent(`${e.owner}/${e.name}`),i,s=await tt(n,"GET",`/projects/${o}`);if(s.status===200&&s.data)r.log.info(`Context Repo ${e.owner}/${e.name} already exists \u2014 reusing`),i=s.data;else{if(r.mode==="attach")throw new Error(`attach: ${await Ck(n,e)} (attach joins an existing Context Repo and never creates one)`);let p=await tt(n,"GET","/user"),d={name:e.name,path:e.name,visibility:"private",initialize_with_readme:!0,description:`CodePipe Context Repo for project ${e.name}`};if(p.data?.username!==e.owner){let m=await tt(n,"GET",`/namespaces/${encodeURIComponent(e.owner)}`);if(m.status===404||!m.data)throw new Error(`GitLab namespace "${e.owner}" not found (or the token cannot see it) \u2014 use your username or a group the token can create projects in`);d.namespace_id=m.data.id}r.log.info(`creating Context Repo ${e.owner}/${e.name} (gitlab)`);let f=await tt(n,"POST","/projects",d);if(!f.data)throw new Error("GitLab create project: empty response");i=f.data}let a=i.default_branch??"main";r.log.info(`scaffolding Context Repo files \u2192 ${e.owner}/${e.name}@${a}`);let c=Hn(t,e,r.youtrackWrites,r.trackerUrl),l=new Set;for(let p=1;;p++){let f=(await tt(n,"GET",`/projects/${i.id}/repository/tree?recursive=true&per_page=100&page=${p}&ref=${encodeURIComponent(a)}`)).data??[];for(let m of f)l.add(m.path);if(f.length<100)break}let u=c.filter(p=>!l.has(p.path)).map(p=>({action:"create",file_path:p.path,content:p.content}));return u.length>0?await tt(n,"POST",`/projects/${i.id}/repository/commits`,{branch:a,commit_message:"chore(codepipe): scaffold context repo files",actions:u}):r.log.info("nothing to scaffold \u2014 all files already present"),{host:"gitlab",owner:e.owner,name:i.path,cloneUrl:i.ssh_url_to_repo,branch:a}}async function Kt(t,e,r,n){let o={method:e,headers:{Authorization:"Basic "+Buffer.from(`${t.email}:${t.apiToken}`).toString("base64"),"User-Agent":"codepipe-cli"}};n?.json!==void 0?(o.body=JSON.stringify(n.json),o.headers["Content-Type"]="application/json"):n?.form&&(o.body=n.form);let i=await fetch(r_+r,o),s=await i.text(),a=null;try{a=s?JSON.parse(s):null}catch{}if(i.status>=400&&i.status!==404)throw new Error(`Bitbucket ${e} ${r} \u2192 ${i.status} ${s}`);return{status:i.status,data:a}}async function n_(t,e,r){let n=r.bitbucket;if(!n)throw new Error("Bitbucket account email + API token required to provision a bitbucket-hosted Context Repo \u2014 provide them during `codepipe init`");let o=`/repositories/${e.owner}/${encodeURIComponent(e.name)}`,i,s=await Kt(n,"GET",o);if(s.status===200&&s.data)r.log.info(`Context Repo ${e.owner}/${e.name} already exists \u2014 reusing`),i=s.data;else{if(r.mode==="attach")throw new Error(`attach: ${await Pk(n,e)} (attach joins an existing Context Repo and never creates one)`);r.log.info(`creating Context Repo ${e.owner}/${e.name} (bitbucket)`);let p=await Kt(n,"POST",o,{json:{scm:"git",is_private:!0,description:`CodePipe Context Repo for project ${e.name}`}});if(p.status===404||!p.data?.slug)throw new Error(`Bitbucket cannot create ${e.owner}/${e.name} \u2014 workspace "${e.owner}" not found or the API token lacks repository-admin access to it`);i=p.data}let a=i.mainbranch?.name??"main";r.log.info(`scaffolding Context Repo files \u2192 ${e.owner}/${e.name}@${a}`);let c=Hn(t,e,r.youtrackWrites,r.trackerUrl),l=[];for(let p of c)(await Kt(n,"GET",`${o}/src/${encodeURIComponent(a)}/${p.path}?format=meta`)).status===404&&l.push(p);if(l.length>0){let p=new URLSearchParams;p.set("message","chore(codepipe): scaffold context repo files"),p.set("branch",a);for(let f of l)p.set(f.path,f.content);if((await Kt(n,"POST",`${o}/src`,{form:p})).status===404)throw new Error(`Bitbucket src commit to ${e.owner}/${e.name} \u2192 404 \u2014 the repo is not reachable with this credential (check workspace/name and API-token scopes)`)}else r.log.info("nothing to scaffold \u2014 all files already present");let u=i.links?.clone?.find(p=>p.name==="ssh")?.href;return{host:"bitbucket",owner:e.owner,name:i.slug??e.name,cloneUrl:u??`git@bitbucket.org:${e.owner}/${e.name}.git`,branch:a}}var VA,e_,r_,ki=E(()=>{"use strict";Zr();VA="https://api.github.com";e_="https://gitlab.com/api/v4";r_="https://api.bitbucket.org/2.0"});function rt(t){let e=t.trim();if(!e)return null;let r,n;if(e.includes("://")){let a;try{a=new URL(e)}catch{return null}r=a.hostname.toLowerCase(),n=a.pathname}else{let a=/^(?:[\w.-]+@)?([\w.-]+):(.+)$/.exec(e);if(!a)return null;r=a[1].toLowerCase(),n=a[2]}let o=o_[r];if(!o)return null;let i=n.replace(/^\/+/,"").replace(/\/+$/,"").split("/").filter(Boolean);if(i.length<2)return null;let s=i[i.length-1].replace(/\.git$/,"");return s?{host:o,owner:i.slice(0,-1).join("/"),repoName:s}:null}var o_,wa=E(()=>{"use strict";o_={"github.com":"github","gitlab.com":"gitlab","bitbucket.org":"bitbucket"}});import{createHash as i_}from"node:crypto";import{existsSync as Ak,mkdirSync as s_,readFileSync as _k,readdirSync as a_,rmSync as ba,writeFileSync as c_}from"node:fs";import{homedir as l_}from"node:os";import{dirname as u_,join as sd}from"node:path";function jk(){return sd(l_(),".codepipe","init-drafts")}function ad(t){let e=i_("sha256").update(t).digest("hex").slice(0,16);return sd(jk(),`${e}.json`)}function Nk(t){let e=Date.now()-Date.parse(t);return!(e>=0&&e<=d_)}function Ok(t){let e=ad(t);if(!Ak(e))return null;try{let r=JSON.parse(_k(e,"utf-8"));return!r||r.cwd!==t||typeof r.answers!="object"||!r.answers?null:Nk(r.savedAt)?(ba(e,{force:!0}),null):r}catch{return null}}function cd(t){ba(ad(t),{force:!0})}function Lk(){let t=jk();if(Ak(t))for(let e of a_(t)){let r=sd(t,e);try{let n=JSON.parse(_k(r,"utf-8"));Nk(n.savedAt)&&ba(r,{force:!0})}catch{ba(r,{force:!0})}}}var d_,uo,Mk=E(()=>{"use strict";d_=24*60*60*1e3;uo=class{constructor(e,r){this.cwd=e;this.answers=r?.answers?{...r.answers}:{}}answers;get(e){return this.answers[e]}set(e,r){this.answers[e]=r,this.persist()}delete(e){delete this.answers[e],this.persist()}async ask(e,r){if(e in this.answers)return this.answers[e];let n=await r();return this.set(e,n),n}clear(){cd(this.cwd)}persist(){let e=ad(this.cwd);s_(u_(e),{recursive:!0});let r={cwd:this.cwd,savedAt:new Date().toISOString(),answers:this.answers};c_(e,JSON.stringify(r,null,2)+`
|
|
1014
|
-
`,{mode:384})}}});function
|
|
1015
|
-
`).map(n=>n.trim()).filter(Boolean);return Fk(r)}catch{return!1}}async function k_(t,e){if(t.host!=="github")return!1;let r=e.github?.token;if(!r)return!1;let n=t.defaultBranch??"main";try{let o=await fetch(`https://api.github.com/repos/${t.owner}/${t.repoName}/contents/?ref=${encodeURIComponent(n)}`,{headers:{Authorization:`Bearer ${r}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(o.status!==200)return!1;let i=await o.json();return Array.isArray(i)?Fk(i.map(s=>s.name??"").filter(Boolean)):!1}catch{return!1}}async function Gk(t,e){for(let r of t)try{let n=e.localRoot!=null?f_(e.localRoot,r.mountAs??r.name):null;if(n&&p_(n)?await b_(n):await k_(r,e.tokens))return!0}catch{}return!1}var h_,g_,y_,Kk=E(()=>{"use strict";h_=3,g_=/^(\.gitignore|license(\.[a-z]+)?|readme(\.[a-z]+)?)$/i,y_=new Set(["src","lib","app","docs","package.json","pyproject.toml","go.mod","cargo.toml","pom.xml"])});import{existsSync as Hk}from"node:fs";import{join as Wk}from"node:path";import{simpleGit as qk}from"simple-git";async function $i(t,e,r={}){let n=r.log??v_,o=[];for(let i of e){let s=Wk(t,i.mountAs),a=yf(i);if(!Hk(s)){if(r.dryRun){n.info(`would clone ${a} \u2192 ${i.mountAs}/`),o.push({mountAs:i.mountAs,status:"cloned",detail:"(dry-run)"});continue}try{n.info(`cloning ${a} \u2192 ${i.mountAs}/`),await qk().clone(a,s),o.push({mountAs:i.mountAs,status:"cloned"})}catch(u){let p=vi(u instanceof Error?u.message:String(u));n.warn(`clone failed for ${i.mountAs}: ${p}`),o.push({mountAs:i.mountAs,status:"error",detail:p})}continue}if(!Hk(Wk(s,".git"))){n.warn(`${i.mountAs}/ exists but is not a git repo \u2014 skipping`),o.push({mountAs:i.mountAs,status:"skipped-not-git"});continue}let c=qk(s),l="";try{l=(await c.remote(["get-url","origin"]))?.toString().trim()??""}catch{l=""}if(!$_(l,a)){n.warn(`${i.mountAs}/ origin (${vi(l)||"none"}) != expected (${vi(a)}) \u2014 skipping`),o.push({mountAs:i.mountAs,status:"skipped-origin-mismatch",detail:vi(l)});continue}if(r.dryRun){n.info(`would fetch ${i.mountAs}/`),o.push({mountAs:i.mountAs,status:"fetched",detail:"(dry-run)"});continue}try{await c.fetch(),o.push({mountAs:i.mountAs,status:"fetched"})}catch(u){let p=vi(u instanceof Error?u.message:String(u));n.warn(`fetch failed for ${i.mountAs}: ${p}`),o.push({mountAs:i.mountAs,status:"error",detail:p})}}return o}function $_(t,e){return Yk(t)===Yk(e)}function Yk(t){return t.trim().replace(/\.git$/,"").replace(/^\w+:\/\//,"").replace(/^[^/@]*@/,"").replace(/:/g,"/").toLowerCase()}function vi(t){return t.replace(/(\w+:\/\/)[^/@]*@/g,"$1***@")}async function Vk(t={}){let e=Ne();e||(console.error("no .codepipe/ workspace found in this directory or any parent. run `codepipe init` first."),process.exit(1)),console.log(`codepipe sync \u2014 project ${e.spec.projectId} (${e.spec.repos.length} repos)`);let r=await $i(e.root,e.spec.repos,{dryRun:t.dryRun===!0});for(let n of r)console.log(` ${n.mountAs}: ${n.status}${n.detail?` \u2014 ${n.detail}`:""}`)}var v_,ka=E(()=>{"use strict";Ct();v_={info:t=>console.log(t),warn:t=>console.warn(t)}});import{existsSync as ld,readFileSync as ud}from"node:fs";import{join as dd}from"node:path";import{parseDocument as pd}from"yaml";function zk(t){let e={};return t.branches.integration&&(e.integration=t.branches.integration),t.branches.stable!==void 0&&(e.stable=t.branches.stable),t.branches.release_pattern!==void 0&&(e.release_pattern=t.branches.release_pattern),{flow:t.flow,branches:e}}function Xk(t){let{errors:e}=sr(t);if(e.length>0)throw new Error(`invalid git config: ${e.join("; ")}`)}async function Jk(t,e){let r=zk(e);Xk(r),await Oe(t,async()=>{let n=dd(t,"project.yaml");if(!ld(n))throw new Error(`project.yaml not found in context repo (${t})`);let o=pd(ud(n,"utf-8"));o.set("git",r),await qe(t,[{path:"project.yaml",content:o.toString()}],`chore(config): set git flow ${e.flow}`)})}async function Zk(t,e,r){let n=zk(r);Xk(n),await Oe(t,async()=>{let o=dd(t,"project.yaml");if(!ld(o))throw new Error(`project.yaml not found in context repo (${t})`);let i=pd(ud(o,"utf-8"));Al(i,e).set("git",n),await qe(t,[{path:"project.yaml",content:i.toString()}],`chore(config): set ${e} git flow ${r.flow}`)})}function Qk(t){let e=dd(t,"project.yaml");if(!ld(e))return null;try{let r=pd(ud(e,"utf-8")).toJS();return x_(r?.git)}catch{return null}}function x_(t){if(!t||typeof t!="object")return null;let e=t,r=e.flow;if(r!=="simple"&&r!=="gitflow"&&r!=="release")return null;let n=e.branches;if(!n||typeof n!="object")return null;let o=n,i=o.integration;if(typeof i!="string"||!i)return null;let s={flow:r,branches:{integration:i}};return typeof o.stable=="string"&&(s.branches.stable=o.stable),typeof o.release_pattern=="string"&&(s.branches.release_pattern=o.release_pattern),s}var ev=E(()=>{"use strict";M();Le();vs()});import{confirm as S_,isCancel as E_}from"@clack/prompts";async function va(t){let e=jo(t.facts),r=t.confirm??R_,n=t.log??(()=>{}),o=t.readProject??Qk,i=t.writeProject??Jk,s=t.writeOverride??Zk;if(!t.contextDir)return e.flow!=="simple"&&n(`git-flow: detected ${po(e)} (no context repo to persist)`),{outcome:"no-context",detected:e};let a=t.contextDir,c=o(a);return c===null?e.flow==="simple"?(n("git-flow: simple (single branch)"),{outcome:"silent-simple",detected:e}):await r(`Detected git-flow: ${po(e)}. Use it?`)?(await i(a,e),n(`git-flow: ${po(e)} (project default)`),{outcome:"wrote-project",detected:e}):(n("git-flow: keeping simple (detection declined)"),{outcome:"declined",detected:e}):kc(e,c)?await r(`This repo's git-flow (${po(e)}) differs from the project (${po(c)}). Record a per-repo override?`)?(await s(a,t.repoName,e),n(`git-flow: ${po(e)} (per-repo override for "${t.repoName}")`),{outcome:"wrote-override",detected:e}):(n(`git-flow: using the project flow for "${t.repoName}" (override declined)`),{outcome:"declined",detected:e}):{outcome:"match",detected:e}}function po(t){if(t.flow==="simple")return"simple (single branch)";let e=[`integration=${t.branches.integration}`];return t.branches.stable&&e.push(`stable=${t.branches.stable}`),t.branches.release_pattern&&e.push(`release=${t.branches.release_pattern}`),`${t.flow} (${e.join(", ")})`}async function R_(t){let e=await S_({message:t,initialValue:!0});return E_(e)?!1:e===!0}var fd=E(()=>{"use strict";M();ev()});import{simpleGit as tv}from"simple-git";async function xi(t,e){let r=tv(t),n=null;try{n=(await r.raw(["symbolic-ref","--short","refs/remotes/origin/HEAD"])).trim().replace(/^origin\//,"")||null}catch{}!n&&e&&(n=await T_(e));let o=[];try{o=(await r.raw(["for-each-ref","--format=%(refname:short)","refs/remotes/origin"])).split(/\r?\n/).map(s=>s.trim()).filter(s=>s.length>0).map(s=>s.replace(/^origin\//,"")).filter(s=>s!=="HEAD"&&s!=="origin")}catch{o=[]}return{defaultBranch:n,branches:o}}async function T_(t){try{let e=await tv().listRemote(["--symref",t,"HEAD"]);return/^ref:\s+refs\/heads\/(\S+)\s+HEAD/m.exec(e)?.[1]??null}catch{return null}}var md=E(()=>{"use strict"});import{simpleGit as I_}from"simple-git";async function rv(t,e,r){return t.host==="github"?C_(t,e,r):t.host==="gitlab"?P_(t,e,r):A_(t,e,r)}function hd(t){return new Error(`${t.owner}/${t.repoName} exists but is PUBLIC \u2014 a mirror holds the repository's full history and must be private. Make it private (or pick another name) and re-run`)}async function C_(t,e,r){let n=e.githubToken;if(!n)throw new Error("GitHub token required to create a github-hosted mirror");let o=await ct(n,"GET",`/repos/${t.owner}/${encodeURIComponent(t.repoName)}`);if(o.status===200&&o.data){if(o.data.private!==!0)throw hd(t);return r.info(`mirror ${t.owner}/${t.repoName} already exists \u2014 reusing`),{spec:t,sshUrl:o.data.ssh_url,created:!1}}let i=(await ct(n,"GET","/user")).data?.login??"",s=i.toLowerCase()===t.owner.toLowerCase(),a=!s&&await id(n,t.owner);if(!s&&!a)throw new Error(`"${t.owner}" is neither the token's account ("${i}") nor an organization it can see \u2014 nothing was created. Use a GitHub username or organization (not an email)`);r.info(`creating mirror ${t.owner}/${t.repoName} (github, ${a?"org":"user"})`);let c=await ct(n,"POST",a?`/orgs/${t.owner}/repos`:"/user/repos",{name:t.repoName,private:!0,auto_init:!1,description:"CodePipe mirror \u2014 pipeline branches and PRs for this repository"});if(!c.data)throw new Error(`GitHub: could not create ${t.owner}/${t.repoName}`);return{spec:t,sshUrl:c.data.ssh_url,created:!0}}async function nv(t,e,r){try{return t==="github"?(await ct(e,"GET","/user")).data?.login??null:t==="gitlab"?(await tt(e,"GET","/user")).data?.username??null:r?(await Kt({email:r,apiToken:e},"GET","/workspaces?role=contributor&pagelen=1")).data?.values?.[0]?.slug??null:null}catch{return null}}async function P_(t,e,r){let n=e.gitlabToken;if(!n)throw new Error("GitLab PAT required to create a gitlab-hosted mirror");let o=encodeURIComponent(`${t.owner}/${t.repoName}`),i=await tt(n,"GET",`/projects/${o}`);if(i.status===200&&i.data){if(i.data.visibility!=="private")throw hd(t);return r.info(`mirror ${t.owner}/${t.repoName} already exists \u2014 reusing`),{spec:t,sshUrl:i.data.ssh_url_to_repo,created:!1}}let s={name:t.repoName,path:t.repoName,visibility:"private",initialize_with_readme:!1,description:"CodePipe mirror \u2014 pipeline branches and PRs for this repository"};if((await tt(n,"GET","/user")).data?.username!==t.owner){let l=await tt(n,"GET",`/namespaces/${encodeURIComponent(t.owner)}`);if(l.status===404||!l.data)throw new Error(`GitLab namespace "${t.owner}" not found (or the token cannot see it) \u2014 use your username or a group the token can create projects in`);s.namespace_id=l.data.id}r.info(`creating mirror ${t.owner}/${t.repoName} (gitlab)`);let c=await tt(n,"POST","/projects",s);if(!c.data)throw new Error(`GitLab: could not create ${t.owner}/${t.repoName}`);return{spec:t,sshUrl:c.data.ssh_url_to_repo,created:!0}}async function A_(t,e,r){let n=e.bitbucket;if(!n)throw new Error("Bitbucket email + API token required to create a bitbucket-hosted mirror");let o=`/repositories/${t.owner}/${encodeURIComponent(t.repoName)}`,i=`git@bitbucket.org:${t.owner}/${t.repoName}.git`,s=await Kt(n,"GET",o);if(s.status===200&&s.data){if(s.data.is_private!==!0)throw hd(t);return r.info(`mirror ${t.owner}/${t.repoName} already exists \u2014 reusing`),{spec:t,sshUrl:i,created:!1}}r.info(`creating mirror ${t.owner}/${t.repoName} (bitbucket)`);let a=await Kt(n,"POST",o,{json:{scm:"git",is_private:!0,description:"CodePipe mirror \u2014 pipeline branches and PRs for this repository"}});if(a.status===404||!a.data?.slug)throw new Error(`Bitbucket cannot create ${t.owner}/${t.repoName} \u2014 check the workspace and that the credential may create repositories in it`);return{spec:t,sshUrl:i,created:!0}}async function ov(t,e,r){let n=I_(t);if((await n.raw(["rev-parse","--is-shallow-repository"])).trim()==="true")throw new Error("this clone is shallow \u2014 the mirror would be seeded with partial history. Run `git fetch --unshallow` first");if((await n.listRemote(["--heads",e])).trim().length>0)return r.info("mirror already has branches \u2014 leaving its content alone"),{seeded:!1};r.info("seeding mirror with the repository's branches and tags\u2026");let i=(await n.raw(["for-each-ref","refs/remotes/origin","--format=%(refname)"])).split(`
|
|
1016
|
-
`).map(a=>a.trim()).filter(a=>a.length>0&&a!=="refs/remotes/origin/HEAD");if(i.length===0)throw new Error("the local clone has no origin branches to seed from");let s=i.map(a=>`${a}:refs/heads/${a.slice(20)}`);return await n.push([e,...s]),await n.push([e,"--tags"]),{seeded:!0}}function
|
|
1017
|
-
Re-register it: codepipe up --reregister (or delete that file and run codepipe up)`);return console.log(`[up] --reregister: the HUB no longer knows ${n.sandboxId} \u2014 replacing the registration`),
|
|
1018
|
-
`))o.length>0&&t.onLine(o)};return e.stdout?.on("data",r),e.stderr?.on("data",r),e}async function
|
|
1019
|
-
`))k.length>0&&
|
|
1020
|
-
`)};f.stdout?.on("data",y(process.stdout)),f.stderr?.on("data",y(process.stderr))},i=(f,m)=>{let y=
|
|
1013
|
+
Blank to skip \u2014 the farm's shared Claude token (if set) is used.`:""));let e=cP(await sP({message:"Claude OAuth token \u2014 blank to skip"})).trim();if(!e)return dt.warn(t.farm?"skipped \u2014 jobs will run only if the farm host has a shared token (`codepipe login --shared`).":"skipped \u2014 jobs won't run until you set the token with `codepipe login`."),"";e.startsWith("sk-ant-")||dt.warn("the token doesn't look like `claude setup-token` output (sk-ant-\u2026) \u2014 saved anyway; if jobs fail to authenticate, re-run `codepipe login`.");let r=await or(e);return r==="invalid"?(dt.warn("Claude refused this token. Run `claude setup-token` again and paste the new one."),Nk(t)):(dt.success(`Claude: ${jk(e)} \u2014 ${r==="valid"?"verified":"check inconclusive, saved"}.`),e)}var Ok,Lk=x(()=>{"use strict";ls();Kn();fe();yl();Ok={id:"claude",label:"Claude",runnerEnvVar:"CLAUDE_CODE_OAUTH_TOKEN",interactiveLogin:uP,promptManual:Nk,validate:or}});function Mk(t){return Ok}async function Dk(t,e){let r=null;try{r=await t.interactiveLogin(e)}catch{r=null}return r!==null?r:t.promptManual(e)}var Uk=x(()=>{"use strict";Lk()});async function ho(t,e,r){return e.host==="github"?pP(t,e,r):e.host==="gitlab"?wP(t,e,r):kP(t,e,r)}async function Bk(t,e,r={}){let n=r.explain??!0,o=`${t.owner}/${t.name} not found on ${t.host}`;try{if(t.host==="github")return e.githubToken?(await pt(e.githubToken,"GET",`/repos/${t.owner}/${encodeURIComponent(t.name)}`)).status!==404?{found:!0}:{found:!1,detail:n?await Fk(e.githubToken,t):o}:{found:"unknown",detail:"no GitHub token \u2014 existence not checked"};if(t.host==="gitlab"){if(!e.gitlabToken)return{found:"unknown",detail:"no GitLab token \u2014 existence not checked"};let s=encodeURIComponent(`${t.owner}/${t.name}`);return(await ot(e.gitlabToken,"GET",`/projects/${s}`)).status!==404?{found:!0}:{found:!1,detail:n?await Gk(e.gitlabToken,t):o}}return e.bitbucket?(await qt(e.bitbucket,"GET",`/repositories/${t.owner}/${encodeURIComponent(t.name)}`)).status!==404?{found:!0}:{found:!1,detail:n?await Kk(e.bitbucket,t):o}:{found:"unknown",detail:"no Bitbucket credentials \u2014 existence not checked"}}catch(i){return{found:"unknown",detail:i instanceof Error?i.message:String(i)}}}async function Fk(t,e){let r=!1;try{r=(await pt(t,"GET",`/users/${encodeURIComponent(e.owner)}`)).status===200}catch{}return r?`GitHub repo ${e.owner}/${e.name} does not exist, or the token cannot see it \u2014 check the name; a fine-grained PAT must be scoped to this repo (and approved in the org)`:`GitHub owner "${e.owner}" not found \u2014 check the org/user spelling`}async function Gk(t,e){let r=!1;try{r=(await ot(t,"GET",`/namespaces/${encodeURIComponent(e.owner)}`)).status===200}catch{}return r?`GitLab project ${e.owner}/${e.name} does not exist (the namespace "${e.owner}" is visible to the token) \u2014 check the project name, or the token has no access to this specific project`:`GitLab namespace "${e.owner}" is not visible to this token \u2014 check the group/username spelling; a private group answers 404 until the token's owner is a member`}async function Kk(t,e){let r=!1;try{r=(await qt(t,"GET",`/workspaces/${encodeURIComponent(e.owner)}`)).status===200}catch{}return r?`Bitbucket repo ${e.owner}/${e.name} does not exist in workspace "${e.owner}" (which the credential can see) \u2014 check the repo name, or the API token lacks access to it`:`Bitbucket workspace "${e.owner}" is not visible to this credential \u2014 check the workspace name and the token's read:repository:bitbucket scope`}async function pt(t,e,r,n){let o={method:e,headers:{Accept:"application/vnd.github+json",Authorization:`Bearer ${t}`,"X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}};n!==void 0&&(o.body=JSON.stringify(n),o.headers["Content-Type"]="application/json");let i=await fetch(dP+r,o),s=await i.text(),a=s?JSON.parse(s):null;if(i.status>=400&&i.status!==404){let c=typeof a=="object"&&a&&"message"in a?a.message:s;throw new Error(`GitHub ${e} ${r} \u2192 ${i.status} ${c}`)}return{status:i.status,data:a}}async function pP(t,e,r){let n=r.githubToken;if(!n)throw new Error("GitHub PAT required to provision a github-hosted Context Repo \u2014 set GH_TOKEN / GITHUB_TOKEN or provide it during `codepipe init`");let o=await fP(n,e,r),i=await mP(n,o.owner,o.name);r.log.info(`scaffolding Context Repo files \u2192 ${o.owner}/${o.name}@${i}`);let s=Yn(t,e,r.youtrackWrites,r.trackerUrl);for(let a of s)await hP(n,o.owner,o.name,a.path,i)||await gP(n,o.owner,o.name,a.path,a.content,`chore(codepipe): scaffold ${a.path}`,i);return{host:"github",owner:o.owner,name:o.name,cloneUrl:o.sshUrl,branch:i}}async function fP(t,e,r){let n=await pt(t,"GET",`/repos/${e.owner}/${encodeURIComponent(e.name)}`);if(n.status===200&&n.data)return r.log.info(`Context Repo ${e.owner}/${e.name} already exists \u2014 reusing`),{owner:n.data.owner.login,name:n.data.name,sshUrl:n.data.ssh_url};if(r.mode==="attach")throw new Error(`attach: ${await Fk(t,e)} (attach joins an existing Context Repo and never creates one)`);let o=await dd(t,e.owner),i=o?`/orgs/${e.owner}/repos`:"/user/repos";r.log.info(`creating Context Repo ${e.owner}/${e.name} (${o?"org":"user"})`);let s=await pt(t,"POST",i,{name:e.name,private:!0,auto_init:!0,description:`CodePipe Context Repo for project ${e.name}`});if(!s.data)throw new Error("GitHub createRepo: empty response");return{owner:s.data.owner.login,name:s.data.name,sshUrl:s.data.ssh_url}}async function dd(t,e){let{status:r,data:n}=await pt(t,"GET",`/users/${e}`);return r===404||!n?!1:n.type==="Organization"}async function mP(t,e,r){let{data:n}=await pt(t,"GET",`/repos/${e}/${r}`);if(!n)throw new Error("GitHub getDefaultBranch: empty response");return n.default_branch}async function hP(t,e,r,n,o){let{status:i,data:s}=await pt(t,"GET",`/repos/${e}/${r}/contents/${encodeURI(n)}?ref=${encodeURIComponent(o)}`);return i===404||!s?null:s.sha}async function gP(t,e,r,n,o,i,s,a){let c={message:i,content:Buffer.from(o,"utf-8").toString("base64"),branch:s};a&&(c.sha=a),await pt(t,"PUT",`/repos/${e}/${r}/contents/${encodeURI(n)}`,c)}async function ot(t,e,r,n){let o={method:e,headers:{"PRIVATE-TOKEN":t,"User-Agent":"codepipe-cli",...n!==void 0?{"Content-Type":"application/json"}:{}}};n!==void 0&&(o.body=JSON.stringify(n));let i=await fetch(yP+r,o),s=await i.text(),a=s?JSON.parse(s):null;if(i.status>=400&&i.status!==404){let c=typeof a=="object"&&a&&"message"in a?JSON.stringify(a.message):s;throw new Error(`GitLab ${e} ${r} \u2192 ${i.status} ${c}`)}return{status:i.status,data:a}}async function wP(t,e,r){let n=r.gitlabToken;if(!n)throw new Error("GitLab PAT required to provision a gitlab-hosted Context Repo \u2014 set GITLAB_TOKEN or provide it during `codepipe init`");let o=encodeURIComponent(`${e.owner}/${e.name}`),i,s=await ot(n,"GET",`/projects/${o}`);if(s.status===200&&s.data)r.log.info(`Context Repo ${e.owner}/${e.name} already exists \u2014 reusing`),i=s.data;else{if(r.mode==="attach")throw new Error(`attach: ${await Gk(n,e)} (attach joins an existing Context Repo and never creates one)`);let p=await ot(n,"GET","/user"),d={name:e.name,path:e.name,visibility:"private",initialize_with_readme:!0,description:`CodePipe Context Repo for project ${e.name}`};if(p.data?.username!==e.owner){let m=await ot(n,"GET",`/namespaces/${encodeURIComponent(e.owner)}`);if(m.status===404||!m.data)throw new Error(`GitLab namespace "${e.owner}" not found (or the token cannot see it) \u2014 use your username or a group the token can create projects in`);d.namespace_id=m.data.id}r.log.info(`creating Context Repo ${e.owner}/${e.name} (gitlab)`);let f=await ot(n,"POST","/projects",d);if(!f.data)throw new Error("GitLab create project: empty response");i=f.data}let a=i.default_branch??"main";r.log.info(`scaffolding Context Repo files \u2192 ${e.owner}/${e.name}@${a}`);let c=Yn(t,e,r.youtrackWrites,r.trackerUrl),l=new Set;for(let p=1;;p++){let f=(await ot(n,"GET",`/projects/${i.id}/repository/tree?recursive=true&per_page=100&page=${p}&ref=${encodeURIComponent(a)}`)).data??[];for(let m of f)l.add(m.path);if(f.length<100)break}let u=c.filter(p=>!l.has(p.path)).map(p=>({action:"create",file_path:p.path,content:p.content}));return u.length>0?await ot(n,"POST",`/projects/${i.id}/repository/commits`,{branch:a,commit_message:"chore(codepipe): scaffold context repo files",actions:u}):r.log.info("nothing to scaffold \u2014 all files already present"),{host:"gitlab",owner:e.owner,name:i.path,cloneUrl:i.ssh_url_to_repo,branch:a}}async function qt(t,e,r,n){let o={method:e,headers:{Authorization:"Basic "+Buffer.from(`${t.email}:${t.apiToken}`).toString("base64"),"User-Agent":"codepipe-cli"}};n?.json!==void 0?(o.body=JSON.stringify(n.json),o.headers["Content-Type"]="application/json"):n?.form&&(o.body=n.form);let i=await fetch(bP+r,o),s=await i.text(),a=null;try{a=s?JSON.parse(s):null}catch{}if(i.status>=400&&i.status!==404)throw new Error(`Bitbucket ${e} ${r} \u2192 ${i.status} ${s}`);return{status:i.status,data:a}}async function kP(t,e,r){let n=r.bitbucket;if(!n)throw new Error("Bitbucket account email + API token required to provision a bitbucket-hosted Context Repo \u2014 provide them during `codepipe init`");let o=`/repositories/${e.owner}/${encodeURIComponent(e.name)}`,i,s=await qt(n,"GET",o);if(s.status===200&&s.data)r.log.info(`Context Repo ${e.owner}/${e.name} already exists \u2014 reusing`),i=s.data;else{if(r.mode==="attach")throw new Error(`attach: ${await Kk(n,e)} (attach joins an existing Context Repo and never creates one)`);r.log.info(`creating Context Repo ${e.owner}/${e.name} (bitbucket)`);let p=await qt(n,"POST",o,{json:{scm:"git",is_private:!0,description:`CodePipe Context Repo for project ${e.name}`}});if(p.status===404||!p.data?.slug)throw new Error(`Bitbucket cannot create ${e.owner}/${e.name} \u2014 workspace "${e.owner}" not found or the API token lacks repository-admin access to it`);i=p.data}let a=i.mainbranch?.name??"main";r.log.info(`scaffolding Context Repo files \u2192 ${e.owner}/${e.name}@${a}`);let c=Yn(t,e,r.youtrackWrites,r.trackerUrl),l=[];for(let p of c)(await qt(n,"GET",`${o}/src/${encodeURIComponent(a)}/${p.path}?format=meta`)).status===404&&l.push(p);if(l.length>0){let p=new URLSearchParams;p.set("message","chore(codepipe): scaffold context repo files"),p.set("branch",a);for(let f of l)p.set(f.path,f.content);if((await qt(n,"POST",`${o}/src`,{form:p})).status===404)throw new Error(`Bitbucket src commit to ${e.owner}/${e.name} \u2192 404 \u2014 the repo is not reachable with this credential (check workspace/name and API-token scopes)`)}else r.log.info("nothing to scaffold \u2014 all files already present");let u=i.links?.clone?.find(p=>p.name==="ssh")?.href;return{host:"bitbucket",owner:e.owner,name:i.slug??e.name,cloneUrl:u??`git@bitbucket.org:${e.owner}/${e.name}.git`,branch:a}}var dP,yP,bP,Si=x(()=>{"use strict";sn();dP="https://api.github.com";yP="https://gitlab.com/api/v4";bP="https://api.bitbucket.org/2.0"});function it(t){let e=t.trim();if(!e)return null;let r,n;if(e.includes("://")){let a;try{a=new URL(e)}catch{return null}r=a.hostname.toLowerCase(),n=a.pathname}else{let a=/^(?:[\w.-]+@)?([\w.-]+):(.+)$/.exec(e);if(!a)return null;r=a[1].toLowerCase(),n=a[2]}let o=vP[r];if(!o)return null;let i=n.replace(/^\/+/,"").replace(/\/+$/,"").split("/").filter(Boolean);if(i.length<2)return null;let s=i[i.length-1].replace(/\.git$/,"");return s?{host:o,owner:i.slice(0,-1).join("/"),repoName:s}:null}var vP,Ta=x(()=>{"use strict";vP={"github.com":"github","gitlab.com":"gitlab","bitbucket.org":"bitbucket"}});import{createHash as $P}from"node:crypto";import{existsSync as Hk,mkdirSync as xP,readFileSync as Wk,readdirSync as SP,rmSync as Ia,writeFileSync as EP}from"node:fs";import{homedir as TP}from"node:os";import{dirname as IP,join as pd}from"node:path";function qk(){return pd(TP(),".codepipe","init-drafts")}function fd(t){let e=$P("sha256").update(t).digest("hex").slice(0,16);return pd(qk(),`${e}.json`)}function Yk(t){let e=Date.now()-Date.parse(t);return!(e>=0&&e<=RP)}function Vk(t){let e=fd(t);if(!Hk(e))return null;try{let r=JSON.parse(Wk(e,"utf-8"));return!r||r.cwd!==t||typeof r.answers!="object"||!r.answers?null:Yk(r.savedAt)?(Ia(e,{force:!0}),null):r}catch{return null}}function md(t){Ia(fd(t),{force:!0})}function zk(){let t=qk();if(Hk(t))for(let e of SP(t)){let r=pd(t,e);try{let n=JSON.parse(Wk(r,"utf-8"));Yk(n.savedAt)&&Ia(r,{force:!0})}catch{Ia(r,{force:!0})}}}var RP,go,Xk=x(()=>{"use strict";RP=24*60*60*1e3;go=class{constructor(e,r){this.cwd=e;this.answers=r?.answers?{...r.answers}:{}}answers;get(e){return this.answers[e]}set(e,r){this.answers[e]=r,this.persist()}delete(e){delete this.answers[e],this.persist()}async ask(e,r){if(e in this.answers)return this.answers[e];let n=await r();return this.set(e,n),n}clear(){md(this.cwd)}persist(){let e=fd(this.cwd);xP(IP(e),{recursive:!0});let r={cwd:this.cwd,savedAt:new Date().toISOString(),answers:this.answers};EP(e,JSON.stringify(r,null,2)+`
|
|
1014
|
+
`,{mode:384})}}});function Jk(t){let e=[],r=[];return t.localClones&&(e.push({value:"map",label:"Project map from git history",hint:"local, a few seconds \u2014 a graph of files, tasks and their connections for the AI agent"}),r.push("map")),e.push(t.indexExists?{value:"index",label:"Re-index the context (an index already exists)",hint:"background job; keeps nothing if skipped"}:{value:"index",label:"Context index \u2014 knowledge and docs map",hint:"background job, recommended on first run"}),t.indexExists||r.push("index"),!t.indexExists&&t.reposNonEmpty&&(e.push({value:"backfill",label:"Reconstruct architecture decisions from the existing code",hint:"deep one-off AI analysis \u2014 proposes decision drafts you review before they become canonical"}),r.push("backfill")),{message:"Analyze the project? Pick what to run (space to toggle, enter to confirm):",options:e,initialValues:r,reindex:t.indexExists}}async function Zk(t,e){if(t.host!=="github"||!e)return!1;try{return(await fetch(`https://api.github.com/repos/${t.owner}/${t.name}/contents/knowledge/INDEX.md?ref=${encodeURIComponent(t.branch)}`,{headers:{Authorization:`Bearer ${e}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}})).status===200}catch{return!1}}var Qk=x(()=>{"use strict"});import{existsSync as CP}from"node:fs";import{join as AP}from"node:path";import{simpleGit as _P}from"simple-git";function OP(t){let e=t.split("/");return e[e.length-1]??t}function ev(t){if(t.filter(r=>!jP.test(OP(r))).length>PP)return!0;for(let r of t){let n=(r.split("/")[0]??"").toLowerCase();if(NP.has(n))return!0}return!1}async function LP(t){try{let r=(await _P(t).raw(["ls-files"])).split(`
|
|
1015
|
+
`).map(n=>n.trim()).filter(Boolean);return ev(r)}catch{return!1}}async function MP(t,e){if(t.host!=="github")return!1;let r=e.github?.token;if(!r)return!1;let n=t.defaultBranch??"main";try{let o=await fetch(`https://api.github.com/repos/${t.owner}/${t.repoName}/contents/?ref=${encodeURIComponent(n)}`,{headers:{Authorization:`Bearer ${r}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"}});if(o.status!==200)return!1;let i=await o.json();return Array.isArray(i)?ev(i.map(s=>s.name??"").filter(Boolean)):!1}catch{return!1}}async function tv(t,e){for(let r of t)try{let n=e.localRoot!=null?AP(e.localRoot,r.mountAs??r.name):null;if(n&&CP(n)?await LP(n):await MP(r,e.tokens))return!0}catch{}return!1}var PP,jP,NP,rv=x(()=>{"use strict";PP=3,jP=/^(\.gitignore|license(\.[a-z]+)?|readme(\.[a-z]+)?)$/i,NP=new Set(["src","lib","app","docs","package.json","pyproject.toml","go.mod","cargo.toml","pom.xml"])});import{existsSync as nv}from"node:fs";import{join as ov}from"node:path";import{simpleGit as iv}from"simple-git";async function Ti(t,e,r={}){let n=r.log??DP,o=[];for(let i of e){let s=ov(t,i.mountAs),a=If(i);if(!nv(s)){if(r.dryRun){n.info(`would clone ${a} \u2192 ${i.mountAs}/`),o.push({mountAs:i.mountAs,status:"cloned",detail:"(dry-run)"});continue}try{n.info(`cloning ${a} \u2192 ${i.mountAs}/`),await iv().clone(a,s),o.push({mountAs:i.mountAs,status:"cloned"})}catch(u){let p=Ei(u instanceof Error?u.message:String(u));n.warn(`clone failed for ${i.mountAs}: ${p}`),o.push({mountAs:i.mountAs,status:"error",detail:p})}continue}if(!nv(ov(s,".git"))){n.warn(`${i.mountAs}/ exists but is not a git repo \u2014 skipping`),o.push({mountAs:i.mountAs,status:"skipped-not-git"});continue}let c=iv(s),l="";try{l=(await c.remote(["get-url","origin"]))?.toString().trim()??""}catch{l=""}if(!UP(l,a)){n.warn(`${i.mountAs}/ origin (${Ei(l)||"none"}) != expected (${Ei(a)}) \u2014 skipping`),o.push({mountAs:i.mountAs,status:"skipped-origin-mismatch",detail:Ei(l)});continue}if(r.dryRun){n.info(`would fetch ${i.mountAs}/`),o.push({mountAs:i.mountAs,status:"fetched",detail:"(dry-run)"});continue}try{await c.fetch(),o.push({mountAs:i.mountAs,status:"fetched"})}catch(u){let p=Ei(u instanceof Error?u.message:String(u));n.warn(`fetch failed for ${i.mountAs}: ${p}`),o.push({mountAs:i.mountAs,status:"error",detail:p})}}return o}function UP(t,e){return sv(t)===sv(e)}function sv(t){return t.trim().replace(/\.git$/,"").replace(/^\w+:\/\//,"").replace(/^[^/@]*@/,"").replace(/:/g,"/").toLowerCase()}function Ei(t){return t.replace(/(\w+:\/\/)[^/@]*@/g,"$1***@")}async function av(t={}){let e=Oe();e||(console.error("no .codepipe/ workspace found in this directory or any parent. run `codepipe init` first."),process.exit(1)),console.log(`codepipe sync \u2014 project ${e.spec.projectId} (${e.spec.repos.length} repos)`);let r=await Ti(e.root,e.spec.repos,{dryRun:t.dryRun===!0});for(let n of r)console.log(` ${n.mountAs}: ${n.status}${n.detail?` \u2014 ${n.detail}`:""}`)}var DP,Ra=x(()=>{"use strict";_t();DP={info:t=>console.log(t),warn:t=>console.warn(t)}});import{existsSync as hd,readFileSync as gd}from"node:fs";import{join as yd}from"node:path";import{parseDocument as wd}from"yaml";function cv(t){let e={};return t.branches.integration&&(e.integration=t.branches.integration),t.branches.stable!==void 0&&(e.stable=t.branches.stable),t.branches.release_pattern!==void 0&&(e.release_pattern=t.branches.release_pattern),{flow:t.flow,branches:e}}function lv(t){let{errors:e}=dr(t);if(e.length>0)throw new Error(`invalid git config: ${e.join("; ")}`)}async function uv(t,e){let r=cv(e);lv(r),await Le(t,async()=>{let n=yd(t,"project.yaml");if(!hd(n))throw new Error(`project.yaml not found in context repo (${t})`);let o=wd(gd(n,"utf-8"));o.set("git",r),await Ve(t,[{path:"project.yaml",content:o.toString()}],`chore(config): set git flow ${e.flow}`)})}async function dv(t,e,r){let n=cv(r);lv(n),await Le(t,async()=>{let o=yd(t,"project.yaml");if(!hd(o))throw new Error(`project.yaml not found in context repo (${t})`);let i=wd(gd(o,"utf-8"));Bl(i,e).set("git",n),await Ve(t,[{path:"project.yaml",content:i.toString()}],`chore(config): set ${e} git flow ${r.flow}`)})}function pv(t){let e=yd(t,"project.yaml");if(!hd(e))return null;try{let r=wd(gd(e,"utf-8")).toJS();return BP(r?.git)}catch{return null}}function BP(t){if(!t||typeof t!="object")return null;let e=t,r=e.flow;if(r!=="simple"&&r!=="gitflow"&&r!=="release")return null;let n=e.branches;if(!n||typeof n!="object")return null;let o=n,i=o.integration;if(typeof i!="string"||!i)return null;let s={flow:r,branches:{integration:i}};return typeof o.stable=="string"&&(s.branches.stable=o.stable),typeof o.release_pattern=="string"&&(s.branches.release_pattern=o.release_pattern),s}var fv=x(()=>{"use strict";D();Me();Is()});import{confirm as FP,isCancel as GP}from"@clack/prompts";async function Ca(t){let e=Do(t.facts),r=t.confirm??KP,n=t.log??(()=>{}),o=t.readProject??pv,i=t.writeProject??uv,s=t.writeOverride??dv;if(!t.contextDir)return e.flow!=="simple"&&n(`git-flow: detected ${yo(e)} (no context repo to persist)`),{outcome:"no-context",detected:e};let a=t.contextDir,c=o(a);return c===null?e.flow==="simple"?(n("git-flow: simple (single branch)"),{outcome:"silent-simple",detected:e}):await r(`Detected git-flow: ${yo(e)}. Use it?`)?(await i(a,e),n(`git-flow: ${yo(e)} (project default)`),{outcome:"wrote-project",detected:e}):(n("git-flow: keeping simple (detection declined)"),{outcome:"declined",detected:e}):Cc(e,c)?await r(`This repo's git-flow (${yo(e)}) differs from the project (${yo(c)}). Record a per-repo override?`)?(await s(a,t.repoName,e),n(`git-flow: ${yo(e)} (per-repo override for "${t.repoName}")`),{outcome:"wrote-override",detected:e}):(n(`git-flow: using the project flow for "${t.repoName}" (override declined)`),{outcome:"declined",detected:e}):{outcome:"match",detected:e}}function yo(t){if(t.flow==="simple")return"simple (single branch)";let e=[`integration=${t.branches.integration}`];return t.branches.stable&&e.push(`stable=${t.branches.stable}`),t.branches.release_pattern&&e.push(`release=${t.branches.release_pattern}`),`${t.flow} (${e.join(", ")})`}async function KP(t){let e=await FP({message:t,initialValue:!0});return GP(e)?!1:e===!0}var bd=x(()=>{"use strict";D();fv()});import{simpleGit as mv}from"simple-git";async function Ii(t,e){let r=mv(t),n=null;try{n=(await r.raw(["symbolic-ref","--short","refs/remotes/origin/HEAD"])).trim().replace(/^origin\//,"")||null}catch{}!n&&e&&(n=await HP(e));let o=[];try{o=(await r.raw(["for-each-ref","--format=%(refname:short)","refs/remotes/origin"])).split(/\r?\n/).map(s=>s.trim()).filter(s=>s.length>0).map(s=>s.replace(/^origin\//,"")).filter(s=>s!=="HEAD"&&s!=="origin")}catch{o=[]}return{defaultBranch:n,branches:o}}async function HP(t){try{let e=await mv().listRemote(["--symref",t,"HEAD"]);return/^ref:\s+refs\/heads\/(\S+)\s+HEAD/m.exec(e)?.[1]??null}catch{return null}}var kd=x(()=>{"use strict"});import{simpleGit as WP}from"simple-git";async function hv(t,e,r){return t.host==="github"?qP(t,e,r):t.host==="gitlab"?YP(t,e,r):VP(t,e,r)}function vd(t){return new Error(`${t.owner}/${t.repoName} exists but is PUBLIC \u2014 a mirror holds the repository's full history and must be private. Make it private (or pick another name) and re-run`)}async function qP(t,e,r){let n=e.githubToken;if(!n)throw new Error("GitHub token required to create a github-hosted mirror");let o=await pt(n,"GET",`/repos/${t.owner}/${encodeURIComponent(t.repoName)}`);if(o.status===200&&o.data){if(o.data.private!==!0)throw vd(t);return r.info(`mirror ${t.owner}/${t.repoName} already exists \u2014 reusing`),{spec:t,sshUrl:o.data.ssh_url,created:!1}}let i=(await pt(n,"GET","/user")).data?.login??"",s=i.toLowerCase()===t.owner.toLowerCase(),a=!s&&await dd(n,t.owner);if(!s&&!a)throw new Error(`"${t.owner}" is neither the token's account ("${i}") nor an organization it can see \u2014 nothing was created. Use a GitHub username or organization (not an email)`);r.info(`creating mirror ${t.owner}/${t.repoName} (github, ${a?"org":"user"})`);let c=await pt(n,"POST",a?`/orgs/${t.owner}/repos`:"/user/repos",{name:t.repoName,private:!0,auto_init:!1,description:"CodePipe mirror \u2014 pipeline branches and PRs for this repository"});if(!c.data)throw new Error(`GitHub: could not create ${t.owner}/${t.repoName}`);return{spec:t,sshUrl:c.data.ssh_url,created:!0}}async function gv(t,e,r){try{return t==="github"?(await pt(e,"GET","/user")).data?.login??null:t==="gitlab"?(await ot(e,"GET","/user")).data?.username??null:r?(await qt({email:r,apiToken:e},"GET","/workspaces?role=contributor&pagelen=1")).data?.values?.[0]?.slug??null:null}catch{return null}}async function YP(t,e,r){let n=e.gitlabToken;if(!n)throw new Error("GitLab PAT required to create a gitlab-hosted mirror");let o=encodeURIComponent(`${t.owner}/${t.repoName}`),i=await ot(n,"GET",`/projects/${o}`);if(i.status===200&&i.data){if(i.data.visibility!=="private")throw vd(t);return r.info(`mirror ${t.owner}/${t.repoName} already exists \u2014 reusing`),{spec:t,sshUrl:i.data.ssh_url_to_repo,created:!1}}let s={name:t.repoName,path:t.repoName,visibility:"private",initialize_with_readme:!1,description:"CodePipe mirror \u2014 pipeline branches and PRs for this repository"};if((await ot(n,"GET","/user")).data?.username!==t.owner){let l=await ot(n,"GET",`/namespaces/${encodeURIComponent(t.owner)}`);if(l.status===404||!l.data)throw new Error(`GitLab namespace "${t.owner}" not found (or the token cannot see it) \u2014 use your username or a group the token can create projects in`);s.namespace_id=l.data.id}r.info(`creating mirror ${t.owner}/${t.repoName} (gitlab)`);let c=await ot(n,"POST","/projects",s);if(!c.data)throw new Error(`GitLab: could not create ${t.owner}/${t.repoName}`);return{spec:t,sshUrl:c.data.ssh_url_to_repo,created:!0}}async function VP(t,e,r){let n=e.bitbucket;if(!n)throw new Error("Bitbucket email + API token required to create a bitbucket-hosted mirror");let o=`/repositories/${t.owner}/${encodeURIComponent(t.repoName)}`,i=`git@bitbucket.org:${t.owner}/${t.repoName}.git`,s=await qt(n,"GET",o);if(s.status===200&&s.data){if(s.data.is_private!==!0)throw vd(t);return r.info(`mirror ${t.owner}/${t.repoName} already exists \u2014 reusing`),{spec:t,sshUrl:i,created:!1}}r.info(`creating mirror ${t.owner}/${t.repoName} (bitbucket)`);let a=await qt(n,"POST",o,{json:{scm:"git",is_private:!0,description:"CodePipe mirror \u2014 pipeline branches and PRs for this repository"}});if(a.status===404||!a.data?.slug)throw new Error(`Bitbucket cannot create ${t.owner}/${t.repoName} \u2014 check the workspace and that the credential may create repositories in it`);return{spec:t,sshUrl:i,created:!0}}async function yv(t,e,r){let n=WP(t);if((await n.raw(["rev-parse","--is-shallow-repository"])).trim()==="true")throw new Error("this clone is shallow \u2014 the mirror would be seeded with partial history. Run `git fetch --unshallow` first");if((await n.listRemote(["--heads",e])).trim().length>0)return r.info("mirror already has branches \u2014 leaving its content alone"),{seeded:!1};r.info("seeding mirror with the repository's branches and tags\u2026");let i=(await n.raw(["for-each-ref","refs/remotes/origin","--format=%(refname)"])).split(`
|
|
1016
|
+
`).map(a=>a.trim()).filter(a=>a.length>0&&a!=="refs/remotes/origin/HEAD");if(i.length===0)throw new Error("the local clone has no origin branches to seed from");let s=i.map(a=>`${a}:refs/heads/${a.slice(20)}`);return await n.push([e,...s]),await n.push([e,"--tags"]),{seeded:!0}}function zP(t,e){let r=e.toLowerCase().replace(/[^a-z0-9._-]+/g,"-");return`${t}-${r}-mirror`.replace(/-{2,}/g,"-").replace(/^[-.]+|[-.]+$/g,"")}function XP(t,e,r){return e.mirror?{host:e.mirror.host,owner:e.mirror.owner,repoName:e.mirror.repoName}:{host:r.host,owner:r.owner,repoName:zP(t,e.repoName)}}function wv(t,e,r){let n=new Map,o=[];for(let i of e){let s=XP(t,i,r),a=`${s.host}:${s.owner.toLowerCase()}/${s.repoName.toLowerCase()}`,c=n.get(a);if(c)throw new Error(`repositories "${c}" and "${i.name}" both map to the mirror ${s.owner}/${s.repoName} \u2014 mirroring them into one repository would merge their histories. Give one an explicit mirror name (mirror.repo in project.yaml) and re-run`);n.set(a,i.name),o.push({repo:i,spec:s})}return o}var bv=x(()=>{"use strict";Si()});var xv={};Ue(xv,{ensureEmbeddedWorker:()=>Aa,spawnWorkerProcess:()=>_a,upCommand:()=>Pa,workerChildEnv:()=>$v,workerStartArgs:()=>vv});import{spawn as kv}from"node:child_process";import{existsSync as $d,writeFileSync as JP}from"node:fs";import{homedir as ZP,hostname as QP}from"node:os";import{join as wo}from"node:path";async function ej(t,e,r){let n=Xe(e);if(!n)return!0;if(n.hubUrl!==t.hubUrl.replace(/\/$/,""))throw new Error(`worker config ${Lt(e)} points at a different HUB (${n.hubUrl}). Re-register it explicitly: codepipe worker register --hub ${t.hubUrl} --token \u2026 --force`);let o;try{o=await fy(t.hubUrl.replace(/\/$/,""),n.token)}catch(i){return console.warn(`[up] could not verify the worker registration (${i instanceof Error?i.message:String(i)}) \u2014 continuing`),!1}if(o==="unsupported")return console.log(`[up] worker already registered as ${n.sandboxId} (${n.name})`),!1;if(o==="ok")return console.log(`[up] worker already registered as ${n.sandboxId} (${n.name})`),!1;if(!r.reregister)throw new Error(`the HUB no longer knows this worker registration (${n.sandboxId}) \u2014 it was removed on ${t.hubUrl}, but ${Lt(e)} still holds its token.
|
|
1017
|
+
Re-register it: codepipe up --reregister (or delete that file and run codepipe up)`);return console.log(`[up] --reregister: the HUB no longer knows ${n.sandboxId} \u2014 replacing the registration`),Gf(t.projectId,n.sandboxId)&&console.log(`[up] removed the stale cred-channel pin for ${n.sandboxId}`),!0}async function tj(t,e,r){let n=Xe(e)!==null;if(!await ej(t,e,r))return;console.log(n?"[up] re-registering the worker \u2014 requesting an account-issued token from HUB":"[up] no worker registration \u2014 requesting an account-issued token from HUB");let o;try{({secret:o}=await Vs(t.hubUrl.replace(/\/$/,""),t.cliToken))}catch(i){throw i instanceof Z&&i.status===401?new Error("HUB rejected the CLI token (401) \u2014 run `codepipe init` / check the config"):i instanceof Z&&i.status===404?new Error("this HUB has no account-issued sandbox registration. Update the HUB, or register the worker manually: codepipe worker register --hub \u2026 --token \u2026"):i instanceof Z?i:new Error(`cannot reach the HUB at ${t.hubUrl} (${i instanceof Error?i.message:String(i)}) \u2014 check the hub URL, or run from the project folder / pass --profile`)}await dn({hub:t.hubUrl,token:o,name:r.name??`${QP()}-up`,llm:r.llm??"claude-headless",projects:r.projects??[],...n?{force:!0}:{},...e?{profile:e}:{}})}function rj(t,e){let r=Xe(e);if(!r?.sealPublicKey){console.warn("[up] worker has no cred-channel key \u2014 cred bundles will not flow (re-register)");return}let n=tt(r.sealPublicKey);if(!J(t)){console.warn(`[up] no secrets file for ${t} yet \u2014 the worker key pins on first sandbox_keys (TOFU)`);return}let o=Qi(t,r.sandboxId,n);if(o==="mismatch")throw new Error(`pinned fingerprint for ${r.sandboxId} differs from the local worker key (${n}). The registration was replaced \u2014 remove the stale pin from the project secrets to accept the new key.`);console.log(`[up] worker key ${o==="pinned"?"auto-pinned":"already pinned"} for ${t} (${n})`)}async function Aa(t,e,r){await tj(t,e,r),rj(t.projectId,e)}function vv(t){return[...t?["--profile",t]:[],"worker","start"]}function $v(t){let e={...t};for(let r of tl)delete e[r];return e}function _a(t){let e=kv(process.execPath,[t.entry,...vv(t.profile)],{stdio:["ignore","pipe","pipe"],env:$v(process.env)}),r=n=>{for(let o of n.toString("utf-8").split(`
|
|
1018
|
+
`))o.length>0&&t.onLine(o)};return e.stdout?.on("data",r),e.stderr?.on("data",r),e}async function nj(t,e){let r=process.cwd(),n=wo(r,wt);if(On(t.projectId,r)){console.log(`[up] using the workspace context at ${n}`);return}if($d(n)){console.warn(`[up] ${n} exists but is not this project's workspace \u2014 the context stays under ~/.codepipe/profiles`);return}let o;try{o=await le(t.hubUrl,t.cliToken,t.projectId)}catch(p){console.warn(`[up] could not fetch the project summary (${p instanceof Error?p.message:String(p)}) \u2014 the context stays under ~/.codepipe/profiles`);return}let i=await xd(r);if(!Tf(r,i?.parsed??null,o.repos)){console.log(`[up] this folder is neither empty nor a repo of ${t.projectId} \u2014 the context stays under ~/.codepipe/profiles`);return}let s=J(t.projectId),a={info:p=>console.log(p),warn:p=>console.warn(p)},c=await ca({cfg:t,secrets:s,contextDir:n,log:a}).catch(()=>null);if(!c?.contextDir){console.warn("[up] could not clone the Context Repo here \u2014 the context stays under ~/.codepipe/profiles");return}let l=wo(ZP(),".codepipe",e?wo("profiles",e,"context-config"):"context-config");gs(c.contextDir,l,a);let u={projectId:t.projectId,name:o.name,automationLevel:o.automationLevel,repos:o.repos,...o.youtrackProjectKey?{youtrackProjectKey:o.youtrackProjectKey}:{}};$d(wo(c.contextDir,"local.yaml"))||(on(c.contextDir),zo(c.contextDir,Nt(u,!0,s?.youtrack?.url)),console.log("[up] personal project config seeded with defaults \u2014 review .codepipe/local.yaml")),$d(wo(c.contextDir,"project.yaml"))||(JP(wo(c.contextDir,"project.yaml"),vs(u,s?.youtrack?.url)),console.log("[up] shared project config seeded from the HUB summary \u2014 review .codepipe/project.yaml")),console.log(`[up] project context materialized \u2192 ${n}`)}async function Pa(t){let{cfg:e,profile:r}=Mn(t.profile);if(t.debug){let f=typeof t.debug=="string"&&t.debug.trim()?t.debug.trim():"agent-request";process.env.CODEPIPE_DEBUG=f,console.log(`[up] debug logging on (${f}) \u2192 ~/.codepipe/debug/${e.projectId}/`)}await nj(e,r),await Aa(e,r,t);let n=process.argv[1];if(!n)throw new Error("cannot resolve the codepipe entry script for child processes");let o=(f,m)=>{let y=w=>b=>{for(let k of b.toString("utf-8").split(`
|
|
1019
|
+
`))k.length>0&&w.write(`${m} ${k}
|
|
1020
|
+
`)};f.stdout?.on("data",y(process.stdout)),f.stderr?.on("data",y(process.stderr))},i=(f,m)=>{let y=kv(process.execPath,[n,...m],{stdio:["ignore","pipe","pipe"],env:process.env});return o(y,f),y};console.log(`[up] starting CLI daemon + embedded worker (project=${e.projectId})`);let s=i("[cli]",[...r?["--profile",r]:[],"daemon"]),a=_a({entry:n,profile:r,onLine:f=>process.stdout.write(`[worker] ${f}
|
|
1021
1021
|
`)}),c=[{name:"daemon",child:s},{name:"worker",child:a}],l=!1,u=f=>{if(!l){l=!0,console.log(`
|
|
1022
|
-
[up] ${f} \u2014 stopping both roles`);for(let{child:m}of c)m.exitCode===null&&m.kill(f);setTimeout(()=>{for(let{name:m,child:y}of c)y.exitCode===null&&(console.warn(`[up] ${m} did not stop \u2014 SIGKILL`),y.kill("SIGKILL"))},8e3).unref()}};process.on("SIGINT",()=>u("SIGINT")),process.on("SIGTERM",()=>u("SIGTERM"));let p=c.map(({name:f,child:m})=>new Promise(y=>{m.on("exit",(b,w)=>y({name:f,code:b??(w?1:0)}))})),d=await Promise.race(p);l||(console.log(`[up] ${d.name} exited (code ${d.code}) \u2014 stopping the other role`),u("SIGTERM")),await Promise.all(p),process.exit(d.code)}var Ea=E(()=>{"use strict";kt();co();We();Bt();bu();Zr();Be();de();Ct();Si()});import{existsSync as un,mkdirSync as pv,readFileSync as fv,readdirSync as F_,writeFileSync as mv}from"node:fs";import{join as lt,resolve as hv}from"node:path";import{setTimeout as wd}from"node:timers/promises";import{cancel as gv,confirm as Ei,intro as yv,isCancel as vd,log as A,multiselect as G_,outro as bd,password as Ri,select as $t,spinner as $d,text as $e}from"@clack/prompts";import{simpleGit as mo}from"simple-git";function me(t){gv(t),process.exit(1)}function ve(t){return vd(t)&&me("aborted"),t}function ae(t){return vd(t)&&me("aborted"),typeof t=="string"?t:""}async function wv(t={}){yv("codepipe init \u2014 register a project locally or on a farm");let e=process.cwd();Lk();let r=Ok(e),n,o=!1;r&&Object.keys(r.answers).length>0?ve(await Ei({message:"You have not completed the initialization, do you want to continue?",initialValue:!0}))?(A.message("continuing with the saved answers \u2014 only the missing ones are asked"),n=new uo(e,r),o=!0):(cd(e),n=new uo(e)):n=new uo(e);let i=t.force===!0?null:await yd(e),s=await n.ask("target",async()=>ve(await $t({message:"where should this project run?",options:[{value:"local",label:"local \u2014 a CLI daemon on this machine, in this folder"},{value:"farm",label:"farm \u2014 a CLI daemon on a remote farm host"}],initialValue:"local"}))),a=null;s==="local"&&(a=i??(t.force===!0?null:await H_(e,n)),a?A.message(`this folder is a git checkout of ${a.parsed.owner}/${a.parsed.repoName} \u2014 registering this repo in place (.codepipe/ will live inside it)`):o&&n.get("contextRepo")!==void 0||kv(e,t.force===!0));let c=await n.ask("hubUrl",async()=>ae(await $e({message:"HUB URL",placeholder:Et,initialValue:ee("HUB_URL")??Et,validate:$=>$.trim().startsWith("http")?void 0:"must start with http(s)://"})).trim().replace(/\/$/,"")),l=await n.ask("email",()=>ho()),{cliToken:u,accountEmail:p}=await n.ask("bootstrap",()=>go(c,l)),d=null;s==="farm"&&(d=await K_(c,u));let f=a?Y_(a.parsed.repoName):"",m=await n.ask("projectId",async()=>ae(await $e({message:"project id (slug)",placeholder:f||"acme",...f?{initialValue:f}:{},validate:$=>ir.test($.trim())?void 0:"must match /^[a-z][a-z0-9-]{1,30}$/"})).trim()),y=await n.ask("projectName",async()=>ae(await $e({message:"project name (human-readable)",placeholder:a?.parsed.repoName??"Acme",...a?{initialValue:a.parsed.repoName}:{},validate:$=>$.trim().length>0?void 0:"required"})).trim()),b=await n.ask("language",()=>oj()),w=await n.ask("automationLevel",async()=>ve(await $t({message:"automation level",options:[{value:"assisted",label:"assisted \u2014 every gate via manual Run on the dashboard"},{value:"full",label:"full \u2014 gates auto-approve, runs end-to-end"}],initialValue:"assisted"}))),x=(s==="farm"?"no":await n.ask("mirrorChoice",async()=>ve(await $t({message:"how much access should CodePipe have to your repositories?",options:[{value:"no",label:"read and write \u2014 branches and pull requests go into your repositories"},{value:"yes",label:"read only \u2014 CodePipe mirrors them and works in the mirrors",hint:"a mirror is a full copy of the history, in the account you choose next"}],initialValue:"no"}))))==="yes";x&&A.message("read-only token tip: if you want CodePipe to review pull requests people open in your repositories, the token also needs PR-comment permission (GitHub: Pull requests write; Bitbucket: pullrequest:write). Code stays read-only either way.");let h=await n.ask("trackerProvider",async()=>ve(await $t({message:"task tracker",options:[{value:"internal",label:"built-in \u2014 CodePipe tracks tasks itself (no external tracker needed)"},{value:"youtrack",label:"YouTrack \u2014 connect an existing YouTrack project"}],initialValue:"internal"}))),T=h==="internal",R=null,v,P=!0;if(T){let $,_=$d();_.start("checking task-key prefixes on your account\u2026");try{$=await oy(c,u,{excludeProjectId:m}),_.stop("prefixes checked")}catch{_.stop("could not reach the HUB",1),me("Could not verify the task-key prefix against your account \u2014 the HUB is unreachable right now. Prefix uniqueness is required, so init can't continue. Check your connection and re-run `codepipe init` later.")}let S=Fc(Bc(y),$);v=await n.ask("trackerPrefix",async()=>ae(await $e({message:"task key prefix (tasks become <PREFIX>-1, <PREFIX>-2, \u2026)",placeholder:S,initialValue:S,validate:I=>{let F=I.trim();if(!Hr.test(F))return"uppercase letters/digits, 2\u201310 chars, starting with a letter (e.g. TASK)";if($.has(F.toUpperCase()))return"this prefix is already used by another project on your account \u2014 pick another"}})).trim())}else R=await n.ask("youtrack",()=>Cv()),v=await n.ask("youtrackProjectKey",async()=>ae(await $e({message:"YouTrack project key",placeholder:"DEV",validate:$=>$.trim().length>0?void 0:"required"})).trim()),P=await n.ask("youtrackWrites",async()=>ve(await Ei({message:"Allow CodePipe to write to YouTrack? (status changes, PR comments, dashboard mirror)",initialValue:!0})));let N=n.get("tokens")??{},G=()=>n.set("tokens",N),W=await n.ask("repos",()=>Z_(N,l,a,{onCred:G,initial:n.get("reposPartial")??[],onProgress:$=>n.set("reposPartial",$)}));n.delete("reposPartial");let C=null,g="",B="";if(x){let $=ve(await n.ask("mirrorHost",async()=>ve(await $t({message:"where should the mirrors live? (your Context Repo will default there too)",options:["github","gitlab","bitbucket"].map(V=>({value:V,label:V===W[0]?.host?`${V} (same as your repositories)`:V})),initialValue:W[0]?.host??"github"}))));g=ae(await n.ask("mirrorToken",async()=>ve(await Ri({message:`token that may CREATE and PUSH repositories on ${$}`})))).trim(),$==="bitbucket"&&(B=ae(await n.ask("mirrorEmail",async()=>ve(await $e({message:"Atlassian account email for that token",...N.bitbucket?.email?{placeholder:N.bitbucket.email,defaultValue:N.bitbucket.email}:{}})))).trim());let _=await nv($,g,B||void 0),S=$==="bitbucket"?"workspace slug":"username or organization (not an email)",F=ae(await n.ask("mirrorOwnerLogin",async()=>ve(await $e({message:`account for the mirrors \u2014 ${$} ${S}`,..._?{placeholder:_,defaultValue:_}:{},validate:V=>{let he=(V??"").trim();if(!he&&!_)return"required";if(he.includes("@"))return`that looks like an email \u2014 a ${$} ${S} is expected`;if(/\s/.test(he))return"no spaces"}})))).trim()||_||"";if(!F||F.includes("@")){gv("mirrors need a host account to live in (a username/organization, not an email)");return}C={host:$,owner:F}}let L=await Q_(await n.ask("contextRepo",()=>Rv(m,W,N,l,C??void 0)),m,W,N,l,G,$=>n.set("contextRepo",$),C??void 0),{spec:q,mode:te}=L,le;T||(A.message("Only YouTrack tasks assigned to you enter this pipeline (to lift the filter later, set require_assignee: false in .codepipe/project.yaml)."),le=await n.ask("assigneeLogin",async()=>ae(await $e({message:"your YouTrack login (the assignee value)",...R?.login?{initialValue:R.login}:{},validate:$=>$.trim().length>0?void 0:"required"})).trim()));let ut=await n.ask("llmProvider",async()=>{for(;;){if(ve(await $t({message:"LLM provider",options:[{value:"claude",label:"Claude",hint:"recommended"},{value:"codex",label:"Codex",hint:"coming soon"}],initialValue:"claude"}))==="claude")return"claude";A.warn("Codex support is coming soon \u2014 pick Claude for now.")}}),Wt=s==="farm"?null:Zt();Wt&&A.success(`Claude: using this machine's login${Wt.email?` (${Wt.email})`:""} \u2014 no token needed.`);let we=ut==="claude"&&!Wt?await n.ask("claudeToken",()=>Ek(Sk("claude"),{farm:s==="farm"})):"",Ke;if(we){let $=await km(we);if($){let _=sc($);_&&(Ke=_,A.warn(`Claude subscription is missing some recommended models \u2014 local.yaml will use ${_} for all roles. Adjust later in the dashboard (Project Settings \u2192 llm.models) or .codepipe/local.yaml.`))}}let _e={projectId:m,name:y,automationLevel:w,repos:W,trackerProvider:h,youtrackProjectKey:v,language:b};A.step(`${te==="attach"?"attaching to":"provisioning"} Context Repo ${q.owner}/${q.name} (${q.host})\u2026`);let xt;try{xt=await lo(_e,q,{...Tv(N),youtrackWrites:P,...R?{trackerUrl:R.url}:{},mode:te,log:{info:$=>A.message($),warn:$=>A.warn($)}})}catch($){me(`Context Repo provisioning failed: ${$ instanceof Error?$.message:String($)}`)}_e.contextRepo=xt,A.success(`Context Repo ready: ${xt.owner}/${xt.name}@${xt.branch}`),A.step(`registering project on ${c}\u2026`);let Ie;try{Ie=await vr(c,u,_e)}catch($){if($ instanceof J&&$.status===409){A.warn(`project ${m} already exists on HUB \u2014 reusing it`);try{Ie=await se(c,u,m)}catch(_){throw _ instanceof J&&me(`HUB \u2192 ${_.status} ${_.message}`),_}}else if($ instanceof J&&$.status===401)n.delete("cliToken"),me("HUB rejected the sign-in token (401) \u2014 re-run `codepipe init` to sign in again");else if($ instanceof J)me(`HUB \u2192 ${$.status} ${$.message}`);else throw $}let dt=Ie.contextRepo??xt;A.success(`project ${Ie.projectId} ready (${Ie.provisioningStatus})`);let St=R?{url:R.url,token:R.token}:void 0;if(s==="farm"){let $=d,_={...N,...we?{claude:{oauthToken:we}}:{},...St?{youtrack:St}:{}},S=N.github?.token;if(dt.host==="github"&&S)try{let he=Xy(`devpipe-${m}`);await Jy(dt,S,he.publicKey,`devpipe-${m}`),_.contextSsh={privateKey:he.privateKey},A.success("Context Repo SSH deploy key registered (no contextWrite PAT needed on the farm)")}catch(he){A.warn(`could not set up Context Repo SSH deploy key (${he instanceof Error?he.message:String(he)}); the farm will fall back to the token path.`)}let I={projectId:m,config:{hubUrl:c,cliToken:u,projectId:m},secrets:_,contextRepo:dt,localConfig:_t(_e,P,R?.url,le||void 0,ut,Ke),projectConfig:{projectYaml:hs(_e,R?.url),regimenYaml:_t(_e,P,R?.url,le||void 0,ut,Ke).localYaml}},F=tr($.farm.publicKey,JSON.stringify(I));A.step(`handing project ${m} to farm ${$.farm.name}\u2026`);let V;try{V=await Fs(c,u,$.farm.farmId,{projectId:m,sealedBundle:F})}catch(he){throw he instanceof J&&me(he.status===409?`farm ${$.farm.name} is offline \u2014 start it and re-run.`:he.status===504?`farm ${$.farm.name} did not respond in time.`:`HUB \u2192 ${he.status} ${he.message}`),he}V.ok||me(`farm rejected provisioning: ${V.error??"unknown error"}`),await kd(c,u,m,dt,S,Ie.repos,null,N),n.clear(),bd(`done. project ${m} is now hosted on farm ${$.farm.name} (daemon ${V.daemonStatus}). Watch the setup progress on the dashboard \u2014 the project card shows each step until the project is ready.`);return}Iv(N),await xv(e,dt.cloneUrl,dt.branch),Ev(e);try{Gn(lt(e,gt),e,{info:$=>A.message($),warn:$=>A.warn($)})}catch($){A.warn(`skills materialize failed \u2014 ${$ instanceof Error?$.message:String($)}`)}a&&await z_(e);{let $=lt(e,gt);Jr($);let _=_t(_e,P,R?.url,le||void 0,ut,Ke),S=Ho($,_);S.length>0&&A.success(`personal project config \u2192 .codepipe/{${S.join(", ")}}`),Xr(m,_,{info:I=>A.message(I),warn:I=>A.warn(I)})}await Sv(e,Ie.repos),await J_(e,Ie.repos);let Nr=!1;x&&C&&(Nr=await X_(e,lt(e,gt),m,Ie.repos,{host:C.host,owner:C.owner,token:g,...B?{email:B}:{}}));let U={hubUrl:c,cliToken:u,projectId:m,...N,...we?{claude:{oauthToken:we}}:{},...St?{youtrack:St}:{},...Nr?{mirrorWrite:{token:g,host:C.host,...B?{email:B}:{}}}:{}};ie(U),Jt({hubUrl:c,cliToken:u,projectId:m,accountEmail:p},m),A.success(`secrets \u2192 ${Ut(m)}`),await kd(c,u,m,dt,N.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,Ie.repos,e,N),n.clear();let K=`${c}/?project=${encodeURIComponent(m)}`;fr(K),bd(`done. your project on the dashboard (sign in there to work with it):
|
|
1023
|
-
${
|
|
1024
|
-
starting codepipe up \u2014 the CLI daemon and an agent worker, with their logs on screen. Ctrl+C to stop (restart anytime with \`codepipe up\` from this folder).`);let{upCommand:
|
|
1022
|
+
[up] ${f} \u2014 stopping both roles`);for(let{child:m}of c)m.exitCode===null&&m.kill(f);setTimeout(()=>{for(let{name:m,child:y}of c)y.exitCode===null&&(console.warn(`[up] ${m} did not stop \u2014 SIGKILL`),y.kill("SIGKILL"))},8e3).unref()}};process.on("SIGINT",()=>u("SIGINT")),process.on("SIGTERM",()=>u("SIGTERM"));let p=c.map(({name:f,child:m})=>new Promise(y=>{m.on("exit",(w,b)=>y({name:f,code:w??(b?1:0)}))})),d=await Promise.race(p);l||(console.log(`[up] ${d.name} exited (code ${d.code}) \u2014 stopping the other role`),u("SIGTERM")),await Promise.all(p),process.exit(d.code)}var ja=x(()=>{"use strict";$t();mo();Ye();Kt();Ru();sn();Ge();fe();_t();Ri()});import{existsSync as mn,mkdirSync as Ev,readFileSync as Tv,readdirSync as oj,writeFileSync as Iv}from"node:fs";import{join as ft,resolve as Rv}from"node:path";import{setTimeout as Sd}from"node:timers/promises";import{cancel as Cv,confirm as Ci,intro as Av,isCancel as Id,log as j,multiselect as ij,outro as Ed,password as Ai,select as xt,spinner as Rd,text as $e}from"@clack/prompts";import{simpleGit as bo}from"simple-git";function he(t){Cv(t),process.exit(1)}function ve(t){return Id(t)&&he("aborted"),t}function ue(t){return Id(t)&&he("aborted"),typeof t=="string"?t:""}async function _v(t={}){Av("codepipe init \u2014 register a project locally or on a farm");let e=process.cwd();zk();let r=Vk(e),n,o=!1;r&&Object.keys(r.answers).length>0?ve(await Ci({message:"You have not completed the initialization, do you want to continue?",initialValue:!0}))?(j.message("continuing with the saved answers \u2014 only the missing ones are asked"),n=new go(e,r),o=!0):(md(e),n=new go(e)):n=new go(e);let i=t.force===!0?null:await xd(e),s=await n.ask("target",async()=>ve(await xt({message:"where should this project run?",options:[{value:"local",label:"local \u2014 a CLI daemon on this machine, in this folder"},{value:"farm",label:"farm \u2014 a CLI daemon on a remote farm host"}],initialValue:"local"}))),a=null;s==="local"&&(a=i??(t.force===!0?null:await aj(e,n)),a?j.message(`this folder is a git checkout of ${a.parsed.owner}/${a.parsed.repoName} \u2014 registering this repo in place (.codepipe/ will live inside it)`):o&&n.get("contextRepo")!==void 0||jv(e,t.force===!0));let c=await n.ask("hubUrl",async()=>ue(await $e({message:"HUB URL",placeholder:It,initialValue:te("HUB_URL")??It,validate:v=>v.trim().startsWith("http")?void 0:"must start with http(s)://"})).trim().replace(/\/$/,"")),l=await n.ask("email",()=>ko()),{cliToken:u,accountEmail:p}=await n.ask("bootstrap",()=>vo(c,l)),d=null;s==="farm"&&(d=await sj(c,u));let f=a?uj(a.parsed.repoName):"",m=await n.ask("projectId",async()=>ue(await $e({message:"project id (slug)",placeholder:f||"acme",...f?{initialValue:f}:{},validate:v=>ur.test(v.trim())?void 0:"must match /^[a-z][a-z0-9-]{1,30}$/"})).trim()),y=await n.ask("projectName",async()=>ue(await $e({message:"project name (human-readable)",placeholder:a?.parsed.repoName??"Acme",...a?{initialValue:a.parsed.repoName}:{},validate:v=>v.trim().length>0?void 0:"required"})).trim()),w=await n.ask("language",()=>vj()),b=await n.ask("automationLevel",async()=>ve(await xt({message:"automation level",options:[{value:"assisted",label:"assisted \u2014 every gate via manual Run on the dashboard"},{value:"full",label:"full \u2014 gates auto-approve, runs end-to-end"}],initialValue:"assisted"}))),$=(s==="farm"?"no":await n.ask("mirrorChoice",async()=>ve(await xt({message:"how much access should CodePipe have to your repositories?",options:[{value:"no",label:"read and write \u2014 branches and pull requests go into your repositories"},{value:"yes",label:"read only \u2014 CodePipe mirrors them and works in the mirrors",hint:"a mirror is a full copy of the history, in the account you choose next"}],initialValue:"no"}))))==="yes";$&&j.message("read-only token tip: if you want CodePipe to review pull requests people open in your repositories, the token also needs PR-comment permission (GitHub: Pull requests write; Bitbucket: pullrequest:write). Code stays read-only either way.");let h=await n.ask("trackerProvider",async()=>ve(await xt({message:"task tracker",options:[{value:"internal",label:"built-in \u2014 CodePipe tracks tasks itself (no external tracker needed)"},{value:"youtrack",label:"YouTrack \u2014 connect an existing YouTrack project"}],initialValue:"internal"}))),R=h==="internal",_=null,E,M=!0;if(R){let v,N=Rd();N.start("checking task-key prefixes on your account\u2026");try{v=await my(c,u,{excludeProjectId:m}),N.stop("prefixes checked")}catch{N.stop("could not reach the HUB",1),he("Could not verify the task-key prefix against your account \u2014 the HUB is unreachable right now. Prefix uniqueness is required, so init can't continue. Check your connection and re-run `codepipe init` later.")}let S=Xc(zc(y),v);E=await n.ask("trackerPrefix",async()=>ue(await $e({message:"task key prefix (tasks become <PREFIX>-1, <PREFIX>-2, \u2026)",placeholder:S,initialValue:S,validate:C=>{let W=C.trim();if(!Jr.test(W))return"uppercase letters/digits, 2\u201310 chars, starting with a letter (e.g. TASK)";if(v.has(W.toUpperCase()))return"this prefix is already used by another project on your account \u2014 pick another"}})).trim())}else _=await n.ask("youtrack",()=>Gv()),E=await n.ask("youtrackProjectKey",async()=>ue(await $e({message:"YouTrack project key",placeholder:"DEV",validate:v=>v.trim().length>0?void 0:"required"})).trim()),M=await n.ask("youtrackWrites",async()=>ve(await Ci({message:"Allow CodePipe to write to YouTrack? (status changes, PR comments, dashboard mirror)",initialValue:!0})));let P=n.get("tokens")??{},B=()=>n.set("tokens",P),H=await n.ask("repos",()=>hj(P,l,a,{onCred:B,initial:n.get("reposPartial")??[],onProgress:v=>n.set("reposPartial",v)}));n.delete("reposPartial");let A=null,g="",T="";if($){let v=ve(await n.ask("mirrorHost",async()=>ve(await xt({message:"where should the mirrors live? (your Context Repo will default there too)",options:["github","gitlab","bitbucket"].map(X=>({value:X,label:X===H[0]?.host?`${X} (same as your repositories)`:X})),initialValue:H[0]?.host??"github"}))));g=ue(await n.ask("mirrorToken",async()=>ve(await Ai({message:`token that may CREATE and PUSH repositories on ${v}`})))).trim(),v==="bitbucket"&&(T=ue(await n.ask("mirrorEmail",async()=>ve(await $e({message:"Atlassian account email for that token",...P.bitbucket?.email?{placeholder:P.bitbucket.email,defaultValue:P.bitbucket.email}:{}})))).trim());let N=await gv(v,g,T||void 0),S=v==="bitbucket"?"workspace slug":"username or organization (not an email)",W=ue(await n.ask("mirrorOwnerLogin",async()=>ve(await $e({message:`account for the mirrors \u2014 ${v} ${S}`,...N?{placeholder:N,defaultValue:N}:{},validate:X=>{let ge=(X??"").trim();if(!ge&&!N)return"required";if(ge.includes("@"))return`that looks like an email \u2014 a ${v} ${S} is expected`;if(/\s/.test(ge))return"no spaces"}})))).trim()||N||"";if(!W||W.includes("@")){Cv("mirrors need a host account to live in (a username/organization, not an email)");return}A={host:v,owner:W}}let I=await gj(await n.ask("contextRepo",()=>Uv(m,H,P,l,A??void 0)),m,H,P,l,B,v=>n.set("contextRepo",v),A??void 0),{spec:G,mode:Y}=I,re;R||(j.message("Only YouTrack tasks assigned to you enter this pipeline (to lift the filter later, set require_assignee: false in .codepipe/project.yaml)."),re=await n.ask("assigneeLogin",async()=>ue(await $e({message:"your YouTrack login (the assignee value)",..._?.login?{initialValue:_.login}:{},validate:v=>v.trim().length>0?void 0:"required"})).trim()));let We=await n.ask("llmProvider",async()=>{for(;;){if(ve(await xt({message:"LLM provider",options:[{value:"claude",label:"Claude",hint:"recommended"},{value:"codex",label:"Codex",hint:"coming soon"}],initialValue:"claude"}))==="claude")return"claude";j.warn("Codex support is coming soon \u2014 pick Claude for now.")}}),St=s==="farm"?null:rr();St&&j.success(`Claude: using this machine's login${St.email?` (${St.email})`:""} \u2014 no token needed.`);let oe=We==="claude"&&!St?await n.ask("claudeToken",()=>Dk(Mk("claude"),{farm:s==="farm"})):"",Re;if(oe){let v=await Am(oe);if(v){let N=hc(v);N&&(Re=N,j.warn(`Claude subscription is missing some recommended models \u2014 local.yaml will use ${N} for all roles. Adjust later in the dashboard (Project Settings \u2192 llm.models) or .codepipe/local.yaml.`))}}let je={projectId:m,name:y,automationLevel:b,repos:H,trackerProvider:h,youtrackProjectKey:E,language:w};j.step(`${Y==="attach"?"attaching to":"provisioning"} Context Repo ${G.owner}/${G.name} (${G.host})\u2026`);let Et;try{Et=await ho(je,G,{...Bv(P),youtrackWrites:M,..._?{trackerUrl:_.url}:{},mode:Y,log:{info:v=>j.message(v),warn:v=>j.warn(v)}})}catch(v){he(`Context Repo provisioning failed: ${v instanceof Error?v.message:String(v)}`)}je.contextRepo=Et,j.success(`Context Repo ready: ${Et.owner}/${Et.name}@${Et.branch}`),j.step(`registering project on ${c}\u2026`);let Ce;try{Ce=await Tr(c,u,je)}catch(v){if(v instanceof Z&&v.status===409){j.warn(`project ${m} already exists on HUB \u2014 reusing it`);try{Ce=await le(c,u,m)}catch(N){throw N instanceof Z&&he(`HUB \u2192 ${N.status} ${N.message}`),N}}else if(v instanceof Z&&v.status===401)n.delete("cliToken"),he("HUB rejected the sign-in token (401) \u2014 re-run `codepipe init` to sign in again");else if(v instanceof Z)he(`HUB \u2192 ${v.status} ${v.message}`);else throw v}let mt=Ce.contextRepo??Et;j.success(`project ${Ce.projectId} ready (${Ce.provisioningStatus})`);let Tt=_?{url:_.url,token:_.token}:void 0;if(s==="farm"){let v=d,N={...P,...oe?{claude:{oauthToken:oe}}:{},...Tt?{youtrack:Tt}:{}},S=P.github?.token;if(mt.host==="github"&&S)try{let ge=sw(`devpipe-${m}`);await aw(mt,S,ge.publicKey,`devpipe-${m}`),N.contextSsh={privateKey:ge.privateKey},j.success("Context Repo SSH deploy key registered (no contextWrite PAT needed on the farm)")}catch(ge){j.warn(`could not set up Context Repo SSH deploy key (${ge instanceof Error?ge.message:String(ge)}); the farm will fall back to the token path.`)}let C={projectId:m,config:{hubUrl:c,cliToken:u,projectId:m},secrets:N,contextRepo:mt,localConfig:Nt(je,M,_?.url,re||void 0,We,Re),projectConfig:{projectYaml:vs(je,_?.url),regimenYaml:Nt(je,M,_?.url,re||void 0,We,Re).localYaml}},W=ir(v.farm.publicKey,JSON.stringify(C));j.step(`handing project ${m} to farm ${v.farm.name}\u2026`);let X;try{X=await Ys(c,u,v.farm.farmId,{projectId:m,sealedBundle:W})}catch(ge){throw ge instanceof Z&&he(ge.status===409?`farm ${v.farm.name} is offline \u2014 start it and re-run.`:ge.status===504?`farm ${v.farm.name} did not respond in time.`:`HUB \u2192 ${ge.status} ${ge.message}`),ge}X.ok||he(`farm rejected provisioning: ${X.error??"unknown error"}`),await Td(c,u,m,mt,S,Ce.repos,null,P),n.clear(),Ed(`done. project ${m} is now hosted on farm ${v.farm.name} (daemon ${X.daemonStatus}). Watch the setup progress on the dashboard \u2014 the project card shows each step until the project is ready.`);return}Fv(P),await Lv(e,mt.cloneUrl,mt.branch),Dv(e);try{Wn(ft(e,wt),e,{info:v=>j.message(v),warn:v=>j.warn(v)})}catch(v){j.warn(`skills materialize failed \u2014 ${v instanceof Error?v.message:String(v)}`)}a&&await pj(e);{let v=ft(e,wt);on(v);let N=Nt(je,M,_?.url,re||void 0,We,Re),S=zo(v,N);S.length>0&&j.success(`personal project config \u2192 .codepipe/{${S.join(", ")}}`),nn(m,N,{info:C=>j.message(C),warn:C=>j.warn(C)})}await Mv(e,Ce.repos),await mj(e,Ce.repos);let Br=!1;$&&A&&(Br=await fj(e,ft(e,wt),m,Ce.repos,{host:A.host,owner:A.owner,token:g,...T?{email:T}:{}}));let F={hubUrl:c,cliToken:u,projectId:m,...P,...oe?{claude:{oauthToken:oe}}:{},...Tt?{youtrack:Tt}:{},...Br?{mirrorWrite:{token:g,host:A.host,...T?{email:T}:{}}}:{}};ae(F),tr({hubUrl:c,cliToken:u,projectId:m,accountEmail:p},m),j.success(`secrets \u2192 ${Gt(m)}`),await Td(c,u,m,mt,P.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,Ce.repos,e,P),n.clear();let q=`${c}/?project=${encodeURIComponent(m)}`;wr(q),Ed(`done. your project on the dashboard (sign in there to work with it):
|
|
1023
|
+
${q}
|
|
1024
|
+
starting codepipe up \u2014 the CLI daemon and an agent worker, with their logs on screen. Ctrl+C to stop (restart anytime with \`codepipe up\` from this folder).`);let{upCommand:U}=await Promise.resolve().then(()=>(ja(),xv));await U({profile:void 0})}async function Td(t,e,r,n,o,i=[],s=null,a={}){let c=await Zk(n,o),l=!1;if(!c)try{l=await tv(i,{localRoot:s,tokens:a})}catch{l=!1}let u=Jk({indexExists:c,localClones:s!==null,reposNonEmpty:l}),p=await ij({message:u.message,options:u.options,initialValues:u.initialValues,required:!1});if(Id(p))return;let d=new Set(p);if(d.has("map")&&s!==null)try{let f=Oe(s);if(!f)throw new Error("workspace not found");let{bootstrapWorkspaceModel:m}=await Promise.resolve().then(()=>(hi(),ia)),y=await m(f,void 0,{onLog:w=>j.message(w)});j.success(`project map ready: ${y.events} task events mined from history`)}catch(f){j.warn(`could not build the project map: ${f instanceof Error?f.message:String(f)}. Registration is not affected \u2014 run \`codepipe model bootstrap\` later.`)}if(d.has("backfill"))try{let{jobId:f}=await mi(t,e,r,{reindex:!1,backfill:!0});j.success(`retrospective architecture analysis queued (job ${f}); decision drafts will appear on the project card for review once a SANDBOX picks up the job.`)}catch(f){j.warn(`could not start the retrospective analysis: ${f instanceof Error?f.message:String(f)}. Registration is not affected.`)}if(d.has("index"))try{let{jobId:f}=await mi(t,e,r,{reindex:u.reindex});j.success(`indexing queued (job ${f}); knowledge/INDEX.md will appear in the Context Repo once the project daemon is running and a SANDBOX picks up the job.`)}catch(f){j.warn(`could not start indexing: ${f instanceof Error?f.message:String(f)}. You can retry later \u2014 registration is not affected.`)}}async function sj(t,e){let r;try{r=await uy(t,e)}catch(c){throw c instanceof Z&&he(`could not list farms: HUB \u2192 ${c.status} ${c.message}`),c}let n=r.filter(c=>c.publicKey);n.length===0&&he("no farm is available to this account. Farms are assigned by the operator \u2014 ask them to assign one to you (or, if you run your own farm host: `codepipe-farm register --hub <url> --token <token>` and `codepipe-farm start`, then have the operator assign it).");let o=ve(await xt({message:"target farm",options:n.map(c=>({value:c.farmId,label:`${c.name}${c.online?"":" (offline)"} \u2014 ${c.keyFingerprint??"no fingerprint"}`}))})),i=n.find(c=>c.farmId===o),s;try{s=Ws(i.farmId,i.publicKey)}catch(c){he(c instanceof Error?c.message:String(c))}return ve(await Ci({message:`confirm farm ${i.name} cred-channel fingerprint:
|
|
1025
1025
|
${s}
|
|
1026
|
-
(compare with the farm host's \`codepipe-farm register\` output)`,initialValue:!0}))||
|
|
1026
|
+
(compare with the farm host's \`codepipe-farm register\` output)`,initialValue:!0}))||he("farm fingerprint not confirmed \u2014 aborting."),Hs(i.farmId,s),{farm:i,fingerprint:s}}async function Pv(t){Av(`codepipe clone ${t.projectId} \u2014 reconstruct workspace`);let e=process.cwd();jv(e,t.force===!0);let r=ue(await $e({message:"HUB URL",initialValue:te("HUB_URL")??It,validate:d=>d.trim().startsWith("http")?void 0:"must start with http(s)://"})).trim().replace(/\/$/,""),n=await ko(),{cliToken:o,accountEmail:i}=await vo(r,n);j.step(`fetching project ${t.projectId} from HUB\u2026`);let s;try{s=await le(r,o,t.projectId)}catch(d){throw d instanceof Z&&he(`HUB \u2192 ${d.status} ${d.message}`),d}s.contextRepo||he(`project ${t.projectId} has no Context Repo on HUB`);let c=s.trackerProvider==="internal"?null:await Gv(),l={},u=new Set(s.repos.map(d=>d.host));u.add(s.contextRepo.host);for(let d of u){let f=s.repos.find(m=>m.host===d);await Na(d,l,f?.owner??s.contextRepo.owner,n,f?.repoName)}Fv(l),await Lv(e,s.contextRepo.cloneUrl,s.contextRepo.branch),Dv(e);{let d=ft(e,wt);on(d);let f={projectId:t.projectId,name:s.name,automationLevel:s.automationLevel,repos:s.repos,...s.trackerProvider?{trackerProvider:s.trackerProvider}:{},...s.youtrackProjectKey?{youtrackProjectKey:s.youtrackProjectKey}:{},...s.language?{language:s.language}:{}},m=Nt(f,!0,c?.url,void 0,s.llmProvider??lt),y=zo(d,m);y.length>0&&j.success(`local project config \u2192 .codepipe/{${y.join(", ")}} (defaults \u2014 review and adjust)`),nn(t.projectId,m,{info:w=>j.message(w),warn:w=>j.warn(w)})}await Mv(e,s.repos);let p={hubUrl:r,cliToken:o,projectId:t.projectId,...l,...c?{youtrack:{url:c.url,token:c.token}}:{}};ae(p),tr({hubUrl:r,cliToken:o,projectId:t.projectId,accountEmail:i},t.projectId),j.success(`secrets \u2192 ${Gt(t.projectId)}`),await Td(r,o,t.projectId,s.contextRepo,l.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,s.repos,e,l),Ed("done.")}function jv(t,e){if(!mn(t)){Ev(t,{recursive:!0});return}let r=new Set([".DS_Store",".codepipe",".devpipe"]),n=oj(t).filter(o=>!r.has(o));n.length!==0&&(e||he(`cwd ${t} is not empty (contains: ${n.slice(0,5).join(", ")}${n.length>5?", \u2026":""}). use --force to bypass.`))}async function xd(t){if(!mn(ft(t,".git")))return null;try{let e=it(await Nv(t));return e?{parsed:e,defaultBranch:await Ov(t)}:null}catch{return null}}async function Nv(t){try{return(await bo(t).remote(["get-url","origin"])||"").toString().trim()}catch{return""}}async function aj(t,e){if(!mn(ft(t,".git")))return null;let r=await e.ask("inPlaceOrigin",async()=>{let o=await Nv(t);return j.warn(o?`this folder is a git checkout, but its origin (${o}) is not a github.com / gitlab.com / bitbucket.org URL`:"this folder is a git checkout without an `origin` remote"),ue(await $e({message:"clone URL of this repository \u2014 blank if this folder is not the project repo",placeholder:"git@github.com:acme/api.git",validate:i=>!i||!i.trim()||it(i)?void 0:"use git@host:owner/repo.git or https://host/owner/repo (github.com / gitlab.com / bitbucket.org)"})).trim()}),n=r?it(r):null;return n?{parsed:n,defaultBranch:await Ov(t)}:null}async function cj(t){try{let e=await bo().listRemote(["--symref",t,"HEAD"]);return/^ref:\s+refs\/heads\/(\S+)\s+HEAD/m.exec(e)?.[1]??null}catch{return null}}async function lj(t,e){try{return(await bo().listRemote([t,`refs/heads/${e}`])).trim().length>0}catch{return!0}}async function Ov(t){let e=bo(t);try{let n=(await e.raw(["symbolic-ref","--short","refs/remotes/origin/HEAD"])).trim().replace(/^origin\//,"");if(n)return n}catch{}try{let r=(await e.raw(["symbolic-ref","--short","HEAD"])).trim();if(r)return r}catch{}return"main"}function uj(t){let e=t.toLowerCase().replace(/[^a-z0-9-]+/g,"-").replace(/^[-0-9]+/,"").replace(/-+$/,"").slice(0,31);return ur.test(e)?e:""}function dj(t){return t.split(/\r?\n/).some(e=>{let r=e.trim();return r===".codepipe"||r===".codepipe/"||r==="/.codepipe"||r==="/.codepipe/"})}async function pj(t){let e=ft(t,".gitignore"),r=mn(e)?Tv(e,"utf-8"):"";if(dj(r))return;if(!ve(await Ci({message:"add .codepipe/ to this repo's .gitignore? (recommended \u2014 workspace state, not code)",initialValue:!0}))){j.warn("skipped \u2014 remember that .codepipe/ is a separate git repo living inside this one");return}let o=r.length===0||r.endsWith(`
|
|
1027
1027
|
`)?"":`
|
|
1028
|
-
`;
|
|
1028
|
+
`;Iv(e,r+o+`
|
|
1029
1029
|
# codepipe workspace (added by \`codepipe init\`)
|
|
1030
1030
|
.codepipe/
|
|
1031
|
-
`),
|
|
1031
|
+
`),j.success(`.codepipe/ added to ${Rv(e)}`)}async function ko(){let t="";try{t=(await bo().raw(["config","--global","user.email"])||"").trim()}catch{}return ue(await $e({message:"Your account email",...t?{initialValue:t}:{},validate:e=>e.includes("@")?void 0:"must be a valid email"})).trim().toLowerCase()}async function vo(t,e){j.step(`connecting account ${e}`);let r;try{r=await hy(t,e)}catch(s){throw s instanceof fi&&he(`${e} is not authorized on this HUB yet.
|
|
1032
1032
|
Sign up at ${t} (registration form on the login screen),
|
|
1033
1033
|
wait for the operator to approve it by email, then re-run
|
|
1034
|
-
\`codepipe init\` with the same email.`),s}r.accountCreated&&
|
|
1034
|
+
\`codepipe init\` with the same email.`),s}r.accountCreated&&j.message(`no account for ${e} yet \u2014 one was just created.`),r.emailSent&&j.message("click the link in your inbox to confirm your email."),r.authorizeUrl&&(wr(r.authorizeUrl),j.message(`a browser tab was opened to confirm this CLI:
|
|
1035
1035
|
${r.authorizeUrl}
|
|
1036
1036
|
`+(r.emailSent?" (already signed in to the dashboard there? just click Connect)":` if you're signed in to the CodePipe dashboard, just click Connect \u2014
|
|
1037
|
-
otherwise use the emailed link the page offers.`))),r.approvalRequired&&
|
|
1038
|
-
(you'll get an email when it happens; it's safe to Ctrl+C and re-run init later)`)),await
|
|
1037
|
+
otherwise use the emailed link the page offers.`))),r.approvalRequired&&j.warn("during the beta, new accounts require operator approval \u2014 you'll be held at that step until it happens."),j.message(`waiting for confirmation\u2026 (request ${r.requestId})`);let n=!1,o=Date.now(),i=o+15*6e4;for(;Date.now()<i;){let s;try{s=await gy(t,r.requestId)}catch(a){j.message(` (still waiting \u2014 HUB not reachable right now: ${a instanceof Error?a.message:String(a)})`),await Sd(5e3);continue}if(s.status==="confirmed"&&s.cliToken){let a=s.email??e;return a!==e&&j.message(`connected as ${a} (the account confirmed in the browser).`),j.success("confirmed"),{cliToken:s.cliToken,accountEmail:a}}if(s.status==="rejected"&&he("the HUB rejected this account"),s.status==="expired"&&he("the request expired \u2014 re-run init"),s.status==="waiting_approval"||s.status==="email_confirmed"){n||(n=!0,i=o+24*60*6e4,j.message(`email confirmed. waiting for the operator to approve your account\u2026
|
|
1038
|
+
(you'll get an email when it happens; it's safe to Ctrl+C and re-run init later)`)),await Sd(5e3);continue}await Sd(2e3)}he("bootstrap timed out")}async function Lv(t,e,r){let n=ft(t,wt);if(mn(ft(n,".git"))){j.message(`${n} already cloned \u2014 skipping`);return}mn(n)&&he(`${n} exists but is not a git repo \u2014 remove it and re-run`),Ev(n,{recursive:!0}),j.step(`cloning Context Repo \u2192 ${n}`);try{await bo().clone(e,n,["--branch",r]),j.success(`cloned ${e}`)}catch(o){he(`git clone failed: ${o instanceof Error?o.message:String(o)}`)}}async function fj(t,e,r,n,o){if(n.length===0)return!1;j.step(`setting up ${n.length} mirror(s) \u2014 your repositories stay read-only`);let i={info:l=>j.message(` ${l}`),warn:l=>j.warn(` ${l}`)},s={...o.host==="github"?{githubToken:o.token}:{},...o.host==="gitlab"?{gitlabToken:o.token}:{},...o.host==="bitbucket"&&o.email?{bitbucket:{email:o.email,apiToken:o.token}}:{}},a;try{a=wv(r,n,o)}catch(l){return j.warn(` ${l instanceof Error?l.message:String(l)}`),j.warn("mirroring is all-or-nothing: NO mirrors were recorded and the project keeps working against its own repositories. Fix the cause and re-run `codepipe init`"),!1}let c=[];for(let{repo:l,spec:u}of a)try{let p=await hv(u,s,i);await yv(ft(t,l.mountAs??l.name),p.sshUrl,i),c.push({repoName:l.name,spec:u})}catch(p){return j.warn(` ${l.name}: mirror not set up \u2014 ${p instanceof Error?p.message:String(p)}`),j.warn("mirroring is all-or-nothing: NO mirrors were recorded and the project keeps working against its own repositories. Fix the cause and re-run `codepipe init`"),!1}for(let l of c)await rg(e,l.repoName,l.spec);for(let l of c)j.success(` ${l.repoName} \u2192 ${l.spec.owner}/${l.spec.repoName}`);return!0}async function Mv(t,e){if(e.length===0)return;j.step(`cloning ${e.length} project repo(s) as siblings of .codepipe/`);let r=e.map(o=>({name:o.name,host:o.host,owner:o.owner,repoName:o.repoName,defaultBranch:o.defaultBranch??"main",mountAs:o.mountAs??o.name})),n=await Ti(t,r,{log:{info:o=>j.message(o),warn:o=>j.warn(o)}});for(let o of n)j.message(` ${o.mountAs}: ${o.status}${o.detail?` \u2014 ${o.detail}`:""}`)}async function mj(t,e){let r=ft(t,wt);for(let n of e){let o=ft(t,n.mountAs??n.name),i;try{i=await Ii(o)}catch(s){j.warn(`git-flow detection skipped for "${n.name}": ${s instanceof Error?s.message:String(s)}`);continue}try{await Ca({contextDir:r,repoName:n.name,facts:i,log:s=>j.message(s)})}catch(s){throw j.error(`git-flow for "${n.name}" was NOT saved: ${s instanceof Error?s.message:String(s)}`),s}}}function Dv(t){let e=ft(t,wt,".gitignore"),r="";if(mn(e)&&(r=Tv(e,"utf-8")),Sv.filter(s=>s.startsWith("#")?!1:!r.split(/\r?\n/).includes(s)).length===0)return;let o=r.endsWith(`
|
|
1039
1039
|
`)||r.length===0?"":`
|
|
1040
|
-
`,i=
|
|
1040
|
+
`,i=Sv.join(`
|
|
1041
1041
|
`)+`
|
|
1042
|
-
`;
|
|
1043
|
-
`:"")+i),
|
|
1042
|
+
`;Iv(e,r+o+(r?`
|
|
1043
|
+
`:"")+i),j.message(`appended runtime entries to ${Rv(e)}`)}async function hj(t,e,r,n={}){let o=[...n.initial??[]],i=n.onCred;if(r&&o.length===0){let{parsed:s,defaultBranch:a}=r;await Na(s.host,t,s.owner,e,s.repoName),i?.(),o.push({name:s.repoName,host:s.host,owner:s.owner,repoName:s.repoName,defaultBranch:a,mountAs:"."}),n.onProgress?.(o),j.success(`added this repository: ${s.host}: ${s.owner}/${s.repoName} (this folder, default branch ${a})`)}for(;ve(await Ci({message:o.length===0?"Add a project repository?":`Project repositories: ${o.map(m=>m.name).join(", ")}. Add another one?`,initialValue:o.length===0}));){let a=ue(await $e({message:"repo clone URL \u2014 blank to go back",placeholder:"git@github.com:acme/api.git",validate:m=>!m||!m.trim()||it(m)?void 0:"use git@host:owner/repo.git or https://host/owner/repo (github.com / gitlab.com / bitbucket.org)"})).trim();if(!a)continue;let c=it(a);j.message(`${c.host}: ${c.owner}/${c.repoName}`),await Na(c.host,t,c.owner,e,c.repoName),i?.();let l=ue(await $e({message:"repo logical name (used inside Context Repo paths)",placeholder:c.repoName,initialValue:c.repoName,validate:m=>m.trim().length>0?void 0:"required"})).trim(),u=await cj(a),p="";for(;p=ue(await $e({message:"default branch",placeholder:u??"main",...u?{initialValue:u}:{}})).trim(),!(!p||!u||p===u||await lj(a,p));)j.warn(`branch "${p}" does not exist in ${c.owner}/${c.repoName} (the repository's default is "${u}")`);let d=ue(await $e({message:"local folder name (sibling of .codepipe/, optional)",placeholder:l})).trim(),f={name:l,host:c.host,owner:c.owner,repoName:c.repoName};p&&(f.defaultBranch=p),d&&d!==l&&(f.mountAs=d),o.push(f),n.onProgress?.(o)}return o}async function Uv(t,e,r,n,o){j.message("Context Repo \u2014 where CodePipe stores prompts, knowledge and task artifacts. It can live on a different host/owner than your project repos.");let i=ve(await xt({message:"Context Repo:",options:[{value:"create",label:"create a new one \u2014 this project starts its own context"},{value:"attach",label:"attach to an existing one \u2014 join a team's shared context (read/write token is enough)"}],initialValue:"create"}));i==="attach"&&j.message("attach: the repo must already exist; the scaffold only fills missing files and never touches the team's CLAUDE.md / prompts/ / knowledge/.");let s=o?.host??e[0]?.host,a=o?.owner??e[0]?.owner,c;if(s&&a){let l=ue(await $e({message:`Context Repo \u2014 a name (hosted at ${s}: ${a}/<name>) or a full clone URL`,initialValue:Ft(t),validate:p=>{let d=(p??"").trim();if(!d)return"required";if(!it(d)&&!/^[A-Za-z0-9][A-Za-z0-9._-]*$/.test(d))return"enter a repo name, or a full clone URL (git@\u2026 / https://\u2026)"}})).trim(),u=it(l);c=u?{host:u.host,owner:u.owner,name:u.repoName}:{host:s,owner:a,name:l}}else{let l=await yj(),u=ue(await $e({message:"Context Repo owner (org / group / workspace / user)",placeholder:"your-org",validate:d=>d.trim().length>0?void 0:"required"})).trim(),p=ue(await $e({message:"Context Repo name",placeholder:Ft(t),initialValue:Ft(t),validate:d=>d.trim().length>0?void 0:"required"})).trim();c={host:l,owner:u,name:p}}return{spec:c,mode:i}}function Bv(t){return{githubToken:t.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,gitlabToken:t.gitlab?.token??process.env.GITLAB_TOKEN,bitbucket:t.bitbucket??Bn()}}async function gj(t,e,r,n,o,i,s,a){let c=t;for(;;){let{spec:l,mode:u}=c;await Na(l.host,n,l.owner,o),i?.();let p=Rd();p.start(`checking ${l.owner}/${l.name} on ${l.host}\u2026`);let d=await Bk(l,Bv(n),{explain:u==="attach"});if(d.found===!0)return p.stop(`${l.owner}/${l.name} found${u==="create"?" \u2014 existing repo will be reused":""}`),c;if(d.found==="unknown")return p.stop(`could not check ${l.owner}/${l.name} (${d.detail}) \u2014 continuing`,1),c;if(u==="create")return p.stop(`${l.owner}/${l.name} not found \u2014 will be created`),c;p.stop(d.detail,1);let f=ve(await xt({message:"the Context Repo to attach to is not reachable \u2014 what now?",options:[{value:"retry",label:"enter a different name / URL"},{value:"create",label:"create it instead \u2014 start a new context at this location"},{value:"abort",label:"abort init"}],initialValue:"retry"}));if(f==="abort"&&he("aborted"),f==="create")return c={spec:l,mode:"create"},s(c),c;c=await Uv(e,r,n,o,a),s(c)}}async function yj(){return ve(await xt({message:"Context Repo host",options:[{value:"github",label:"github"},{value:"gitlab",label:"gitlab"},{value:"bitbucket",label:"bitbucket"}],initialValue:"github"}))}async function Oa(t,e){let r=Rd();r.start(`verifying ${t}\u2026`);try{let n=await e();return r.stop(`${t} OK \u2014 ${n}`),!0}catch(n){return r.stop(`${t} failed \u2014 ${n instanceof Error?n.message:String(n)}`,1),!1}}function Fv(t){ri(t.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN),ni(t.gitlab?.token??process.env.GITLAB_TOKEN),oi(t.bitbucket?.apiToken||process.env.BITBUCKET_API_TOKEN)}async function Na(t,e,r,n,o){if(!e[t])if(t==="github"){let i=await wj(r);i?e.github=i:j.warn("no GitHub token \u2014 private github repos won't clone and PRs won't open.")}else if(t==="bitbucket"){let i=await bj(r,n,o);i?e.bitbucket=i:j.warn("no Bitbucket API token \u2014 git falls back to this machine's SSH keys / BITBUCKET_* env; private repos won't clone over HTTPS and PRs won't open.")}else{let i=await kj();i?e.gitlab=i:j.warn("no GitLab token \u2014 private gitlab repos won't clone and MRs won't open.")}}async function wj(t){for(;;){let e=ue(await Ai({message:`GitHub PAT \u2014 blank to skip
|
|
1044
1044
|
classic PAT: 'repo' + 'workflow'
|
|
1045
1045
|
fine-grained PAT: Administration RW + Contents RW + Workflows RW + Metadata R;
|
|
1046
1046
|
if org: approve token in org Settings \u2192 Personal access tokens.
|
|
1047
|
-
(Workflows RW lets the delivery push carry .github/workflows/* to the Context Repo.)`})).trim();if(!e)return;if(await
|
|
1047
|
+
(Workflows RW lets the delivery push carry .github/workflows/* to the Context Repo.)`})).trim();if(!e)return;if(await Oa("GitHub",()=>pr(e,t?{owner:t}:void 0)))return{token:e};j.warn("re-enter the GitHub PAT (or leave blank to skip).")}}async function bj(t,e,r){for(j.message(`Bitbucket authenticates with an Atlassian API token (app passwords are retired).
|
|
1048
1048
|
How to get one: https://id.atlassian.com \u2192 Security \u2192 API tokens \u2192
|
|
1049
1049
|
'Create API token with scopes' \u2192 app: Bitbucket \u2192 scopes:
|
|
1050
1050
|
read:repository:bitbucket + write:repository:bitbucket +
|
|
1051
1051
|
read:pullrequest:bitbucket + write:pullrequest:bitbucket
|
|
1052
1052
|
\u2014 write scopes do NOT include read: pick BOTH scopes of each pair
|
|
1053
1053
|
(+ admin:repository:bitbucket if this token will provision the Context Repo).
|
|
1054
|
-
The token is shown ONCE \u2014 copy it right away.`);;){let n=
|
|
1055
|
-
scopes: 'api' (or 'read_api' + 'write_repository') to create MRs and push.`})).trim();if(!t)return;if(await
|
|
1056
|
-
`),r=e.find(i=>i.startsWith("# ")),n=r?r.replace(/^#\s*(ADR-[\w?]+\s*:\s*)?/i,"").trim():"",o=i=>{let s=new RegExp(`^-\\s*\\*\\*${i}:\\*\\*\\s*(.*)$`,"i");for(let a of e){let c=s.exec(a.trim());if(c)return(c[1]??"").trim()}return""};return{title:n,status:o("Status"),date:o("Date")}}function
|
|
1057
|
-
`),a=s.findIndex(
|
|
1058
|
-
`).replace(/^\n+/,""),
|
|
1059
|
-
`);return{content:
|
|
1060
|
-
`)?
|
|
1061
|
-
`,supersedes:d}}function
|
|
1062
|
-
|
|
1063
|
-
- **Status:** superseded by ADR-${r}`):n}function
|
|
1054
|
+
The token is shown ONCE \u2014 copy it right away.`);;){let n=ue(await $e({message:"Atlassian account email (BITBUCKET_EMAIL) \u2014 clear to skip",initialValue:e??"",validate:i=>!i||!i.trim()||i.includes("@")?void 0:"must be an email"})).trim();if(!n)return;let o=ue(await Ai({message:"Bitbucket API token (BITBUCKET_API_TOKEN)"})).trim();if(!o){j.warn("the API token is required for Bitbucket \u2014 re-enter (or clear the email to skip).");continue}if(await Oa("Bitbucket",async()=>{let i=await fr(n,o,t);if(t&&r){let s=await as(n,o,t,r);if(s)throw new Error(s)}return i}))return{email:n,apiToken:o};j.warn("re-enter the Atlassian email / API token (or clear the email to skip).")}}async function kj(){for(;;){let t=ue(await Ai({message:`GitLab PAT \u2014 blank to skip
|
|
1055
|
+
scopes: 'api' (or 'read_api' + 'write_repository') to create MRs and push.`})).trim();if(!t)return;if(await Oa("GitLab",()=>mr(t))){let e=await Zf(t);return e&&j.warn(e),{token:t}}j.warn("re-enter the GitLab PAT (or leave blank to skip).")}}async function vj(){let t="__other__",e=async()=>ue(await $e({message:"language name (in English, e.g. Ukrainian)",validate:s=>{let a=s.trim();if(a.length===0)return"required";if(a.length>40)return`\u2264 ${40} chars`}})).trim(),r=ve(await xt({message:"project language",options:[..._n.map(s=>({value:s,label:s==="English"?"English (default)":s})),{value:t,label:"other\u2026"}],initialValue:"English"})),n=r===t?await e():r;if(n==="English")return{primary:n,context:n,tasks:n,docs:n,code_comments:n,chat:ke};let o=[{key:"context",label:"context documents (knowledge, ADRs, task artifacts)",initial:n},{key:"tasks",label:"tracker issues the agent drafts",initial:n},{key:"docs",label:"documentation in the project repos",initial:n},{key:"code_comments",label:"code comments",initial:n},{key:"chat",label:"chat with the agent",initial:ke}],i={primary:n};for(let s of o){let a=new Set,c=[s.initial,n,"English",ke].filter(u=>a.has(u)?!1:(a.add(u),!0)).map(u=>({value:u,label:u===ke?"auto \u2014 mirror the language of the user's material":u}));c.push({value:t,label:"other\u2026"});let l=ve(await xt({message:`language for ${s.label}`,options:c,initialValue:s.initial}));i[s.key]=l===t?await e():l}return i}async function Gv(){for(;;){let t=ue(await $e({message:"YouTrack URL (YOUTRACK_URL)",placeholder:"https://your.youtrack.cloud",validate:r=>{let n=r.trim();if(!n)return"required";if(!n.startsWith("http"))return"must start with http(s)://"}})).trim().replace(/\/$/,""),e=ue(await Ai({message:"YouTrack PAT (YOUTRACK_TOKEN)",validate:r=>r&&r.trim().length>0?void 0:"required"})).trim();if(await Oa("YouTrack",()=>yr({baseUrl:t,token:e}))){let r=await pm({baseUrl:t,token:e});return{url:t,token:e,...r?{login:r}:{}}}j.warn("re-enter the YouTrack URL / token.")}}var Sv,Ri=x(()=>{"use strict";Qe();D();$t();Uk();ls();Ye();Kt();sn();Kn();Si();Iu();Ta();nr();rn();Xk();Ge();Qk();rv();lu();Ts();fe();Ra();Is();bd();kd();bv();ws();qo();_t();Sv=["# codepipe runtime \u2014 added by `codepipe init`","session.log","apply-queue.json"]});D();Qe();Ye();import{Command as IN}from"commander";Ye();fe();async function Kf(t){let e=t.profile??t.project;t.profile&&t.profile!==t.project&&(console.error(`--profile (${t.profile}) must equal --project (${t.project}). Profile id is the project id.`),process.exit(1));let r=Pt(e);r&&!t.force&&(console.error(`already configured at ${Ln(e)} (hub=${r.hubUrl}).`),console.error("pass --force to overwrite."),process.exit(1));let n=t.hub.replace(/\/$/,"");tr({hubUrl:n,cliToken:t.token,projectId:t.project},e);let i={...J(t.project)??{},hubUrl:n,cliToken:t.token,projectId:t.project};ae(i),console.log(`configured \u2192 hub=${n}, project=${t.project}, config=${Ln(e)}`)}rl();Ye();import{homedir as Cu}from"node:os";import{join as gi}from"node:path";Qe();D();import{existsSync as nw,rmSync as LR}from"node:fs";import{join as un}from"node:path";import{simpleGit as MR}from"simple-git";import"ws";Qe();qo();fe();import{createHash as IS}from"node:crypto";import{hostname as RS}from"node:os";function nl(t){return IS("sha256").update(t).digest("hex").slice(0,12)}function CS(){let t=te("ACCOUNT_EMAIL")?.trim();return t?t.toLowerCase():rr()?.email?.toLowerCase()}function zf(t){let e=rr(),r=CS(),n=te("ACCOUNT_ID")?.trim(),o=te("ACCOUNT_LABEL")?.trim();if(n)return{accountId:n,sourceKey:`explicit:${n}`,label:o||n,...r?{email:r}:{}};let i=Un(t),s=o||(r?`${r}${e?.organizationType?` \xB7 ${e.organizationType}`:""}`:RS());if(i)return{accountId:`acct-${nl(i)}`,sourceKey:`token:${nl(i)}`,label:s,...r?{email:r}:{}};let a=ns(e);return{accountId:`acct-${nl(a)}`,sourceKey:a,label:s,...r?{email:r}:{}}}Qe();Kn();fe();yl();async function Nm(t,e,r,n,o){let i=c=>{e.readyState===e.OPEN&&e.send(JSON.stringify(c))},s=c=>i({type:"agent_login_url",requestId:r.requestId,projectId:t.projectId,error:c});if(te("ORIGIN")==="farm"||te("CLAUDE_AUTOLOGIN")!=="1"){s("autologin_disabled");return}let a;try{a=await gl(cs())}catch(c){s(`listener failed: ${c instanceof Error?c.message:String(c)}`);return}i({type:"agent_login_url",requestId:r.requestId,projectId:t.projectId,authUrl:a.authUrl}),n.info(`[agent-auth] authorize Claude in a browser on THIS machine: ${a.authUrl}`),n.info(`[agent-auth] waiting for the redirect on ${a.redirectUri} \u2026`);try{let c=await a.waitForToken(),l=await or(c.oauthToken);if(l==="invalid"){i({type:"agent_login_result",projectId:t.projectId,ok:!1,detail:"token rejected (401) \u2014 previous token kept"}),n.warn("[agent-auth] new Claude token rejected (401) \u2014 previous token kept");return}let u=J(t.projectId);if(!u){i({type:"agent_login_result",projectId:t.projectId,ok:!1,detail:"no secrets file for this project on the CLI"}),n.warn("[agent-auth] no secrets file for this project \u2014 token not saved");return}u.claude={oauthToken:c.oauthToken},ae(u),n.info(`[agent-auth] Claude token replaced (${c.oauthToken.slice(0,12)}\u2026, ${c.oauthToken.length} chars)`),i({type:"agent_login_result",projectId:t.projectId,ok:!0,...l==="inconclusive"?{detail:"saved (live check inconclusive)"}:{}}),o()}catch(c){let l=c instanceof Error?c.message:String(c);i({type:"agent_login_result",projectId:t.projectId,ok:!1,detail:l}),n.warn(`[agent-auth] browser authorization failed: ${l}`)}finally{a.close()}}Qe();function Om(t,e){let r=t.find(n=>n.kind==="claude");return r?.present===!0&&r.ok===!1?te("ORIGIN")==="farm"||te("CLAUDE_AUTOLOGIN")!=="1"||e?"none":"open":r?.ok===!0?"rearm":"none"}function wl(t,e){return`${t.replace(/\/$/,"")}/?project=${encodeURIComponent(e)}`}ls();import{existsSync as tE}from"node:fs";import{join as rE}from"node:path";import{simpleGit as nE}from"simple-git";async function Lm(t,e){if(!tE(rE(t,".git")))return{status:"skipped"};let r=nE(t);try{await r.fetch()}catch(o){return{status:"warn",reason:`git fetch failed: ${oE(o)}`}}let n=await r.status();if(!n.isClean())return{status:"warn",reason:"uncommitted changes \u2014 working copy left as-is"};if(n.current!==e)return{status:"warn",reason:`on '${n.current??"detached HEAD"}', not '${e}' \u2014 not fast-forwarded`};try{await r.merge(["--ff-only",`origin/${e}`])}catch{return{status:"warn",reason:`'${e}' can't fast-forward to origin (diverged) \u2014 not updated`}}return{status:"updated"}}function oE(t){return t instanceof Error?t.message.trim():String(t)}import{existsSync as Sl,readFileSync as Qm,readdirSync as AE,watch as _E}from"node:fs";import{join as Xo}from"node:path";D();import{existsSync as Mm,readFileSync as Dm,readdirSync as iE,statSync as sE}from"node:fs";import{join as bl}from"node:path";import{parse as Um}from"yaml";function us(t){let e=bl(t,"actions"),r=[],n=[];if(!Mm(e))return{defs:r,errors:n};let o;try{o=iE(e).sort()}catch{return{defs:r,errors:n}}let i=new Set;for(let s of o){if(!/\.(yml|yaml)$/i.test(s))continue;let a=bl(e,s);try{if(!sE(a).isFile())continue;let c=kc(s,Um(Dm(a,"utf-8")));if(i.has(c.id))throw new Error(`duplicate action id "${c.id}"`);i.add(c.id),r.push(c)}catch(c){n.push({file:`actions/${s}`,error:c instanceof Error?c.message:String(c)})}}return{defs:r,errors:n}}function Bm(t){let e={},r=bl(t,"project.yaml");if(!Mm(r))return e;let n;try{n=Um(Dm(r,"utf-8"))}catch{return e}if(!n||typeof n!="object")return e;let o=n.variables;if(!o||typeof o!="object"||Array.isArray(o))return e;for(let[i,s]of Object.entries(o))!ut.test(i)||Qt(i)||(typeof s=="string"?e[i]=s:(typeof s=="number"||typeof s=="boolean")&&(e[i]=String(s)));return e}Kt();var ys=class{constructor(e,r,n,o,i=6e4){this.contextDir=e;this.projectId=r;this.send=n;this.log=o;this.intervalMs=i}timer=null;watchers=[];debounce=null;started=!1;start(){this.started||(this.started=!0,this.report(),this.timer=setInterval(()=>this.report(),this.intervalMs),this.timer.unref?.(),this.installWatcher())}stop(){this.started=!1,this.timer&&clearInterval(this.timer),this.timer=null,this.debounce&&clearTimeout(this.debounce),this.debounce=null;for(let e of this.watchers)try{e.close()}catch{}this.watchers=[]}installWatcher(){let e=()=>{this.debounce&&clearTimeout(this.debounce),this.debounce=setTimeout(()=>this.report(),500),this.debounce.unref?.()},r=[this.contextDir,Xo(this.contextDir,"prompts"),Xo(this.contextDir,"actions")];for(let n of r)if(Sl(n))try{let o=_E(n,e);o.on("error",i=>{this.log.warn(`[config] fs.watch failed on ${n} \u2014 falling back to periodic reporting: ${i instanceof Error?i.message:String(i)}`);try{o.close()}catch{}}),this.watchers.push(o)}catch{}}reportNow(){this.report()}report(){try{this.send(this.read())}catch(e){this.log.warn(`[config] report failed: ${e instanceof Error?e.message:String(e)}`)}}read(){let e=us(this.contextDir),r=this.readFile("project.yaml"),n=this.readFile("regimen.yaml"),o=n!==null?null:zm(r,this.readFile("local.yaml"),this.log).merged;return{type:"config_observation",projectId:this.projectId,projectYaml:n!==null?r:o,regimenYaml:n!==null?n:o,prompts:this.readPrompts(),actions:e.defs,actionErrors:e.errors}}readFile(e){let r=Xo(this.contextDir,e);if(!Sl(r))return null;try{return Qm(r,"utf-8")}catch{return null}}readPrompts(){let e=Xo(this.contextDir,"prompts"),r={};if(!Sl(e))return r;let n;try{n=AE(e)}catch{return r}for(let o of n){if(!o.endsWith(".md"))continue;let i=o.slice(0,-3);try{r[i]=Qm(Xo(e,o),"utf-8")}catch{}}return r}};Me();import{existsSync as El,readFileSync as eh,readdirSync as PE}from"node:fs";import{join as th}from"node:path";import{simpleGit as jE}from"simple-git";var NE=/^(\d{4})-(.+)\.md$/,OE="0000-template.md";function LE(t){let e=t.split(`
|
|
1056
|
+
`),r=e.find(i=>i.startsWith("# ")),n=r?r.replace(/^#\s*(ADR-[\w?]+\s*:\s*)?/i,"").trim():"",o=i=>{let s=new RegExp(`^-\\s*\\*\\*${i}:\\*\\*\\s*(.*)$`,"i");for(let a of e){let c=s.exec(a.trim());if(c)return(c[1]??"").trim()}return""};return{title:n,status:o("Status"),date:o("Date")}}function ME(t,e,r,n,o){let i=String(e).padStart(4,"0"),s=t.split(`
|
|
1057
|
+
`),a=s.findIndex(b=>b.startsWith("# ")),c=a>=0&&(s[a]??"").replace(/^#\s*(ADR-[\w?]+\s*:\s*)?/i,"").trim()||r,l=new Set(["status","date","tasks"]),u=[],p="",d=null,f=a>=0?a+1:0;for(let b=f;b<s.length;b++){let k=(s[b]??"").trim();if(k===""){f=b+1;continue}let $=/^-\s*\*\*([\w ]+):\*\*\s*(.*)$/.exec(k);if(!$)break;let h=($[1]??"").trim().toLowerCase(),R=($[2]??"").trim(),_=/supersedes?\b.*?ADR-(\d{1,4})/i.exec(k);_&&(d=parseInt(_[1]??"",10)),h==="tasks"&&(p=R),l.has(h)||u.push(k),f=b+1}let m=p?p.includes(n)?p:`${p}, ${n}`:n,y=s.slice(f).join(`
|
|
1058
|
+
`).replace(/^\n+/,""),w=[`# ADR-${i}: ${c}`,"","- **Status:** accepted",`- **Date:** ${o}`,`- **Tasks:** ${m}`,...u,"",y].join(`
|
|
1059
|
+
`);return{content:w.endsWith(`
|
|
1060
|
+
`)?w:w+`
|
|
1061
|
+
`,supersedes:d}}function DE(t,e){let r=String(e).padStart(4,"0"),n=t.replace(/^(-\s*\*\*Status:\*\*).*$/im,`$1 superseded by ADR-${r}`);return n===t?t.replace(/^(# .*)$/m,`$1
|
|
1062
|
+
|
|
1063
|
+
- **Status:** superseded by ADR-${r}`):n}function UE(t){let e=["# ADR index","","<!-- REGENERATED from adr/NNNN-*.md headers on every promote \u2014 do not edit. -->",""];if(t.length===0)e.push("(no accepted ADRs yet)");else for(let r of[...t].sort((n,o)=>n.num-o.num)){let n=String(r.num).padStart(4,"0"),o=[r.header.status||"accepted",r.header.date].filter(Boolean).join(", ");e.push(`- [ADR-${n} \u2014 ${r.header.title||r.file}](${r.file}) \u2014 ${o}`)}return e.join(`
|
|
1064
1064
|
`)+`
|
|
1065
|
-
`}async function
|
|
1066
|
-
`)}async function
|
|
1067
|
-
`,o.length>
|
|
1068
|
-
`))!==-1;)o(f,m.slice(0,
|
|
1069
|
-
`)){let a=/^(\w+):\s*(.+)$/.exec(s.trim());a&&(a[1]==="repo"&&(n=a[2].trim()),a[1]==="path"&&(o=a[2].trim().replace(/^\.\//,"")))}let i=r[2].trim();return!n||!o||!i||o.includes("..")||o.startsWith("/")?null:{repo:n,path:o,body:i,source:t}}function
|
|
1065
|
+
`}async function rh(t,e,r,n=new Date().toISOString().slice(0,10),o="task"){try{await jE(t).pull(void 0,void 0,["--rebase"])}catch{}let i=w=>o==="staging"?`adr/DRAFT-${w}.md`:`tasks/${e}/adr/DRAFT-${w}.md`,s=[],a=[];for(let w of r){let b=Ie(t,i(w));if(!El(b)){a.push(w);continue}s.push({slug:w,content:eh(b,"utf-8")})}let c=th(t,"adr"),l=new Map;if(El(c))for(let w of PE(c)){let b=NE.exec(w);!b||w===OE||l.set(w,{num:parseInt(b[1]??"",10),slug:b[2]??"",content:eh(th(c,w),"utf-8")})}let u=Math.max(0,...[...l.values()].map(w=>w.num))+1,p=new Map,d=[],f=[];for(let w of s){if([...l.entries()].find(([,_])=>_.slug===w.slug&&_.content.includes(e))){f.push(w.slug);continue}let k=u++,$=`${String(k).padStart(4,"0")}-${w.slug}.md`,{content:h,supersedes:R}=ME(w.content,k,w.slug,e,n);if(p.set($,h),l.set($,{num:k,slug:w.slug,content:h}),d.push(`adr/${$}`),R!==null){let _=[...l.keys()].find(E=>E.startsWith(`${String(R).padStart(4,"0")}-`));if(_&&_!==$){let E=DE(p.get(_)??l.get(_).content,k);p.set(_,E),l.set(_,{...l.get(_),content:E})}}}let m=[];if(o==="staging")for(let w of s)El(Ie(t,`adr/DRAFT-${w.slug}.md`))&&m.push({path:`adr/DRAFT-${w.slug}.md`,content:"",deleted:!0});if(d.length===0&&m.length===0)return{promoted:d,skipped:f,missing:a};if(d.length>0){let w=[...l.entries()].map(([b,k])=>({num:k.num,file:b,header:LE(k.content)}));p.set("INDEX.md",UE(w))}for(let[w,b]of p.entries())m.push({path:`adr/${w}`,content:b});let y=d.length>0?`adr(${e}): promote ${s.map(w=>w.slug).join(", ")}`:`adr(${e}): drop stale staged ${f.join(", ")}`;return await _e(t,m,y),{promoted:d,skipped:f,missing:a}}Me();ws();Kt();D();import{existsSync as ih,readFileSync as VE}from"node:fs";import{join as sh}from"node:path";function zE(t){for(let e of[Ct,Sn]){let r=sh(t,e);if(ih(r))try{return Ha(VE(r,"utf-8"))}catch{return 0}}return 0}function XE(t,e,r,n=6){let o=e<n,i=o?Wa(e).filter(s=>!r(s)):[];return{type:"context_status",projectId:t,templateVersion:e,currentVersion:n,outdated:o,missingPaths:i}}function bs(t,e){return XE(e,zE(t),r=>ih(sh(t,r)))}D();nr();import{existsSync as vh,mkdirSync as $T,mkdtempSync as xT,rmSync as $h,writeFileSync as xh}from"node:fs";import{tmpdir as ST}from"node:os";import{dirname as ET,join as $s}from"node:path";import{simpleGit as Cl}from"simple-git";sn();function TT(t){return`codepipe/context-migration-v${t}`}function IT(t){let e=qa(t.templateVersion),r=[`CodePipe context format migration: **v${t.templateVersion} \u2192 v${t.currentVersion}**.`,"","Additive only \u2014 this PR creates files your context is missing and updates",`the \`${Ct}\` stamp (renamed from \`${Sn}\``,"when the legacy file is present). Hand-edited files are never touched.","","## Format changes",""];for(let n of e){r.push(`- **v${n.version}** \u2014 ${n.summary}`);for(let o of n.addedPaths)r.push(` - \`${o}\``)}return r.push("","Merge to apply. CodePipe re-checks the stamp on the next daemon start and","clears the \u201Ccontext outdated\u201D badge.","","_Opened automatically by the CodePipe CLI._"),r.join(`
|
|
1066
|
+
`)}async function Sh(t,e,r,n){let o=Cl(t);await o.pull(void 0,void 0,["--rebase"]).catch(()=>{});let i=bs(t,e);if(!i.outdated)return i;let s=TT(i.currentVersion),a=r?.branch??(await o.revparse(["--abbrev-ref","HEAD"]).catch(()=>"main")).trim();try{await o.fetch().catch(()=>{}),(await o.raw(["ls-remote","--heads","origin",s]).catch(()=>"")).trim().length===0?await RT(t,e,r,i,s,a,n):n.info(`[ctx] migration branch ${s} already on origin \u2014 reusing`)}catch(l){return n.warn(`[ctx] context migration branch failed (will retry next start): ${l instanceof Error?l.message:String(l)}`),i}if(!r)return i;let c={name:r.name,host:r.host,owner:r.owner,repoName:r.name};try{let l=tn(c),u=await l.findOpenPrByBranch?.(c,s)??null;if(u)return n.info(`[ctx] migration PR already open: ${u.url}`),{...i,migrationPrUrl:u.url};let p=await l.createPullRequest(c,{type:"create_pr",taskId:`context-migration::${e}`,repoName:r.name,branchName:s,baseBranch:a,title:`CodePipe: context format v${i.templateVersion} \u2192 v${i.currentVersion}`,body:IT(i)});return n.info(`[ctx] migration PR opened: ${p.url}`),{...i,migrationPrUrl:p.url}}catch(l){return n.warn(`[ctx] migration PR create/find failed (branch pushed, badge without link): ${l instanceof Error?l.message:String(l)}`),i}}async function RT(t,e,r,n,o,i,s){let a=Cl(t),c=xT($s(ST(),"codepipe-ctx-migration-"));try{await a.raw(["worktree","add","--force","-B",o,c,`origin/${i}`]);let l={projectId:e,name:e,automationLevel:"assisted",repos:[]},u={host:r?.host??"github",owner:r?.owner??e,name:r?.name??`${e}-codepipe-ctx`},p=new Map(Yn(l,u).map(y=>[y.path,y.content])),d=0;for(let y of n.missingPaths){if(y===Ct)continue;let w=p.get(y);if(w==null){s.warn(`[ctx] migration: no template for ${y} \u2014 skipped`);continue}let b=$s(c,y);vh(b)||($T(ET(b),{recursive:!0}),xh(b,w),d++)}xh($s(c,Ct),_o(n.currentVersion)),d++;let f=$s(c,Sn);vh(f)&&($h(f,{force:!0}),d++);let m=Cl(c);await m.add(["-A","--",".",":(exclude)local.yaml"]),await m.commit(`chore(context): migrate format v${n.templateVersion} -> v${n.currentVersion}`),await m.push(["-u","origin",o]),s.info(`[ctx] migration branch ${o} pushed (${d} file(s))`)}finally{await a.raw(["worktree","remove","--force",c]).catch(()=>{}),$h(c,{recursive:!0,force:!0}),await a.raw(["branch","-D",o]).catch(()=>{})}}Me();import{existsSync as Al,readFileSync as _l,writeFileSync as Eh}from"node:fs";import{homedir as CT}from"node:os";import{join as jl}from"node:path";import{parseDocument as AT}from"yaml";function _T(t,e,r){let n={name:t.name,host:t.host,owner:t.owner,repo:t.repoName,mount_as:t.mountAs??t.name};return t.defaultBranch&&(n.default_branch=t.defaultBranch),e!==void 0&&(n.mirror=e),r!==void 0&&(n.git=r),n}function Pl(t,e){let r=AT(t),n=new Map,o=new Map,i=r.toJS();for(let s of i?.repos??[]){if(!s||typeof s!="object")continue;let a=typeof s.name=="string"?s.name:String(s.repo??"");a&&(s.mirror!==void 0&&s.mirror!==null&&n.set(a,s.mirror),s.git!==void 0&&s.git!==null&&o.set(a,s.git))}return r.set("repos",e.map(s=>_T(s,n.get(s.name),o.get(s.name)))),r.toString()}function PT(t){return jl(CT(),".codepipe","profiles",t,"context-config","project.yaml")}async function ti(t,e,r){let n=[],o=[],i=PT(t);if(Al(i))try{let s=_l(i,"utf-8"),a=Pl(s,e);a!==s&&(Eh(i,a),n.push(i))}catch(s){o.push({path:i,error:s instanceof Error?s.message:String(s)})}if(r){let s=jl(r,"project.yaml");if(Al(s))try{if(Al(jl(r,".git")))await Le(r,async()=>{let a=_l(s,"utf-8"),c=Pl(a,e);c!==a&&(await Ve(r,[{path:"project.yaml",content:c}],"chore(config): update repos"),n.push(s))});else{let a=_l(s,"utf-8"),c=Pl(a,e);c!==a&&(Eh(s,c),n.push(s))}}catch(a){o.push({path:s,error:a instanceof Error?a.message:String(a)})}}return{updated:n,errors:o}}Xn();$t();fe();function KT(t,e){let r={};t.github?.token&&(r.github={token:t.github.token}),t.bitbucket?.apiToken&&(r.bitbucket={apiToken:t.bitbucket.apiToken}),t.gitlab?.token&&(r.gitlab={token:t.gitlab.token});let n=e??t.claude?.oauthToken;return n&&(r.claudeOauthToken=n),t.contextWrite?.token&&(r.contextWrite={token:t.contextWrite.token}),t.mirrorWrite?.token&&(r.mirrorWrite={token:t.mirrorWrite.token,...t.mirrorWrite.host?{host:t.mirrorWrite.host}:{}}),r}function Dh(t,e,r,n){let o=KT(e,r);t.sandboxes.length>0&&!o.claudeOauthToken&&n.warn("[cred] no Claude OAuth token set \u2014 agent jobs will fail in the SANDBOX. Set one with `codepipe login` (per project) or `make farm-config` (shared farm token)."),t.sandboxes.length>0&&!o.contextWrite&&(o.github||o.gitlab||o.bitbucket)&&n.warn("[cred] no dedicated contextWrite token \u2014 SANDBOX pushes deliveries with the project token of the context repo's host (broader scope than necessary). Set secrets.contextWrite.token (a token scoped to the Context Repo only) to tighten. NOTE (GitHub): the push token MUST have the `workflow` scope, else delivery pushes that carry `.github/workflows/*` are rejected.");let i=JSON.stringify(o),s=[];for(let a of t.sandboxes){let c=Qi(t.projectId,a.sandboxId,a.fingerprint);if(c==="mismatch"){n.warn(`[cred] SANDBOX ${a.name} (${a.sandboxId}) key fingerprint CHANGED \u2014 refusing to seal creds. Expected the pinned key; got ${a.fingerprint}. If this is intentional, clear the pin in the secrets file and re-run.`);continue}c==="pinned"&&n.info(`[cred] pinned SANDBOX ${a.name} (${a.sandboxId}) fingerprint ${a.fingerprint}`);let l;try{l=ir(a.publicKey,i)}catch(u){n.warn(`[cred] failed to seal bundle for ${a.sandboxId}: ${u instanceof Error?u.message:String(u)}`);continue}s.push({type:"sandbox_bundle",projectId:t.projectId,sandboxId:a.sandboxId,sealed:l})}return s}$t();fe();nr();rn();Kn();Ts();function Gh(t){let e=J(t);if(!e)return null;if(!e.sealKey){let r=Es();e.sealKey={publicKey:r.publicKey,privateKey:r.privateKey},ae(e)}return{publicKey:e.sealKey.publicKey,privateKey:e.sealKey.privateKey,fingerprint:tt(e.sealKey.publicKey)}}async function Kh(t,e,r,n){let o;try{o=JSON.parse(Jn(n,r).toString("utf-8"))}catch(s){return{ok:!1,detail:`cannot open the sealed credential (${s instanceof Error?s.message:String(s)}) \u2014 wrong channel key?`}}let i=J(t);if(!i)return{ok:!1,detail:"no secrets file for this project on the CLI"};try{switch(e){case"github":{if(!o.token)return{ok:!1,detail:"payload has no token"};let s=await pr(o.token);return i.github={token:o.token},Zn(i,()=>{process.env.GH_TOKEN=o.token,Uh(o.token)}),{ok:!0,detail:`authenticated as ${s}`}}case"gitlab":{if(!o.token)return{ok:!1,detail:"payload has no token"};let s=await mr(o.token);return i.gitlab={token:o.token},Zn(i,()=>{process.env.GITLAB_TOKEN=o.token,Bh(o.token)}),{ok:!0,detail:`authenticated as ${s}`}}case"bitbucket":{if(!o.email||!o.apiToken)return{ok:!1,detail:"payload needs email + apiToken"};let s=await fr(o.email,o.apiToken);return i.bitbucket={email:o.email,apiToken:o.apiToken},Zn(i,()=>{process.env.BITBUCKET_EMAIL=o.email,process.env.BITBUCKET_API_TOKEN=o.apiToken,Fh(o.apiToken)}),{ok:!0,detail:`authenticated as ${s}`}}case"youtrack":{if(!o.token)return{ok:!1,detail:"payload has no token"};let s=o.url?.trim().replace(/\/$/,"")||i.youtrack?.url;if(!s)return{ok:!1,detail:"no YouTrack URL (send one with the token)"};let a=await yr({baseUrl:s,token:o.token});return i.youtrack={url:s,token:o.token},Zn(i,()=>{process.env.YOUTRACK_URL=s,process.env.YOUTRACK_TOKEN=o.token}),{ok:!0,detail:`authenticated as ${a}`}}case"claude":{if(!o.token)return{ok:!1,detail:"payload has no token"};let s=await or(o.token);return s==="invalid"?{ok:!1,detail:"Claude token rejected (401) \u2014 previous token kept"}:(i.claude={oauthToken:o.token},Zn(i,()=>{}),{ok:!0,...s==="inconclusive"?{detail:"saved (live check inconclusive)"}:{}})}case"contextWrite":return o.token?(i.contextWrite={token:o.token},Zn(i,()=>{}),{ok:!0,detail:"saved (verified on the next readiness pass)"}):{ok:!1,detail:"payload has no token"};default:return{ok:!1,detail:`unknown credential kind '${e}'`}}}catch(s){return{ok:!1,detail:`${s instanceof Error?s.message:String(s)} \u2014 previous credential kept`}}}function Zn(t,e){ae(t),e()}D();D();import{spawn as HT}from"node:child_process";var WT=124,Hh=16*1024,Wh=4e3;function qT(t,e,r,n,o,i){let s={...t},a=(c,l)=>{Qt(c)||(s[c]=l)};for(let[c,l]of Object.entries(e))a(c,l);for(let[c,l]of Object.entries(r))a(c,l);for(let[c,l]of Object.entries(n??{}))a(c,l);for(let[c,l]of Object.entries(o))s[c]=l;for(let[c,l]of Object.entries(i))s[`INPUT_${c}`]=String(l);return s}async function qh(t){let{def:e,onEvent:r}=t,n=qT(t.baseEnv??process.env,t.variables,t.secrets,e.env,t.credEnv,t.input),o="",i=a=>{o+=a+`
|
|
1067
|
+
`,o.length>Hh&&(o=o.slice(o.length-Hh))},s=(a,c)=>{let l=c.length>Wh?c.slice(0,Wh)+"\u2026":c;i(l),r({ts:Date.now(),kind:"log",stream:a,text:l})};r({ts:Date.now(),kind:"start",status:"running"});for(let[a,c]of e.steps.entries()){let l=c.name??`step ${a+1}`;r({ts:Date.now(),kind:"step",stepName:l});let u=await YT(c.run,c.timeout_sec,t.cwd,n,s);if(u!==0)return i(`[${l}] exited with code ${u}`),r({ts:Date.now(),kind:"result",status:"failed",exitCode:u,failedStep:l}),{status:"failed",exitCode:u,failedStep:l,logTail:o}}return r({ts:Date.now(),kind:"result",status:"succeeded",exitCode:0}),{status:"succeeded",exitCode:0,logTail:o}}function YT(t,e,r,n,o){return new Promise(i=>{let s=HT("bash",["-lc",t],{cwd:r,env:n,stdio:["ignore","pipe","pipe"]}),a=!1,c=(e??bc)*1e3,l=setTimeout(()=>{a=!0,o("stderr",`step timed out after ${c/1e3}s \u2014 killing`),s.kill("SIGTERM"),setTimeout(()=>s.kill("SIGKILL"),5e3).unref()},c);l.unref?.();let u=f=>{let m="";return{data:y=>{m+=y.toString("utf-8");let w;for(;(w=m.indexOf(`
|
|
1068
|
+
`))!==-1;)o(f,m.slice(0,w).replace(/\r$/,"")),m=m.slice(w+1)},flush:()=>{m.length>0&&o(f,m.replace(/\r$/,"")),m=""}}},p=u("stdout"),d=u("stderr");s.stdout?.on("data",p.data),s.stderr?.on("data",d.data),s.on("error",f=>{clearTimeout(l),o("stderr",`spawn failed: ${f.message}`),i(127)}),s.on("close",(f,m)=>{clearTimeout(l),p.flush(),d.flush(),i(a?WT:f??(m?1:0))})})}Me();Me();import{existsSync as VT,readFileSync as zT,statSync as Yh}from"node:fs";var Vh=2*1024*1024;function XT(t){return Buffer.from(t.toString("utf-8"),"utf-8").equals(t)}function zh(t,e){let r=Ie(t,e);if(e.split("/").some(i=>i===".git"))throw new Error(`not a context file: ${e}`);if(!VT(r)||!Yh(r).isFile())throw new Error(`file not found: ${e}`);let{size:n}=Yh(r);if(n>Vh)throw new Error(`file too large: ${e} is ${n} bytes (limit ${Vh})`);let o=zT(r);return XT(o)?{content:o.toString("utf-8"),encoding:"utf8",sizeBytes:o.length}:{content:o.toString("base64"),encoding:"base64",sizeBytes:o.length}}fe();D();Me();import{existsSync as Xh,readFileSync as Jh,writeFileSync as JT}from"node:fs";import{join as ZT}from"node:path";import{parseDocument as QT}from"yaml";function Zh(t){return t==null?!0:typeof t!="object"||Array.isArray(t)?!1:Object.values(t).every(Zh)}async function Qh(t,e){if(e.length===0)return{files:[]};let r=new Map;for(let s of e){let a=Oc(s);if(!a.ok)throw new Error(a.error);let c=r.get(a.field.file)??[];c.push({key:a.field.id,path:a.field.path,value:a.value}),r.set(a.field.file,c)}let n=(s,a,c)=>{let l=QT(a);for(let u of c)u.value===null?l.getIn(u.path)!==void 0&&l.deleteIn(u.path):l.setIn(u.path,u.value);if(s==="project.yaml"&&c.some(u=>u.path[0]==="git")){let u=l.toJS()?.git;if(Zh(u))l.deleteIn(["git"]);else{let p=dr(u);if(p.errors.length>0)throw new Error(`git section invalid after edit: ${p.errors.join("; ")}`)}}return l.toString()},o=[...r.entries()].sort(([s])=>s==="project.yaml"?-1:1),i=[];for(let[s,a]of o){let c=ZT(t,s);if(s==="project.yaml"){if(!Xh(c))throw new Error(`${s} not found in context repo (${t})`);let l=a.map(u=>u.key).join(", ");await Le(t,async()=>{let u=n(s,Jh(c,"utf-8"),a);await Ve(t,[{path:s,content:u}],`chore(config): update ${l}`)}),i.push(s)}else{let l=Xh(c)?Jh(c,"utf-8"):"";JT(c,n(s,l,a)),i.push(s)}}return{files:i}}Is();Me();import{existsSync as Fl,readFileSync as Gl,writeFileSync as oI}from"node:fs";import{join as Kl}from"node:path";import{parseDocument as Hl}from"yaml";function Er(t,e){t.getIn(e)!==void 0&&t.deleteIn(e)}async function og(t,e){let r=[];if(e.stageField!==void 0||e.sourceColumns!==void 0||e.rejectColumns!==void 0||e.doneColumns!==void 0||e.reviewColumns!==void 0||e.statusColumns!==void 0||e.backlogColumn!==void 0||e.backlogScope!==void 0||e.reviewStatus!==void 0){let i=Kl(t,"project.yaml");await Le(t,async()=>{if(!Fl(i))throw new Error(`project.yaml not found in context repo (${t})`);let s=Hl(Gl(i,"utf-8"));if(e.stageField!==void 0){let a=typeof e.stageField=="string"?e.stageField.trim():"";a&&a!=="Stage"?s.setIn(["youtrack","stage_field"],a):Er(s,["youtrack","stage_field"])}if(e.rejectColumns!==void 0){let a=e.rejectColumns.map(c=>typeof c=="string"?c.trim():"").filter(c=>c.length>0);a.length>0?s.setIn(["youtrack","reject_columns"],a):Er(s,["youtrack","reject_columns"])}if(e.doneColumns!==void 0){let a=e.doneColumns.map(c=>typeof c=="string"?c.trim():"").filter(c=>c.length>0);a.length>0?s.setIn(["youtrack","done_columns"],a):Er(s,["youtrack","done_columns"])}if(e.reviewColumns!==void 0){let a=e.reviewColumns.map(c=>typeof c=="string"?c.trim():"").filter(c=>c.length>0);a.length>0?s.setIn(["youtrack","review_columns"],a):Er(s,["youtrack","review_columns"])}if(e.statusColumns!==void 0){let a=e.statusColumns.map(c=>typeof c=="string"?c.trim():"").filter(c=>c.length>0);a.length>0?s.setIn(["youtrack","status_columns"],a):Er(s,["youtrack","status_columns"])}if(e.sourceColumns!==void 0){let a=e.sourceColumns.map(c=>typeof c=="string"?c.trim():"").filter(c=>c.length>0);if(a.length===0)throw new Error("source_columns must be a non-empty list of non-empty strings");s.setIn(["youtrack","source_columns"],a)}if(e.backlogColumn!==void 0){let a=typeof e.backlogColumn=="string"?e.backlogColumn.trim():"";a?s.setIn(["youtrack","backlog_column"],a):Er(s,["youtrack","backlog_column"])}if(e.backlogScope!==void 0&&(e.backlogScope==="personal"?s.setIn(["youtrack","backlog_scope"],"personal"):e.backlogScope==="shared"?s.setIn(["youtrack","backlog_scope"],"shared"):Er(s,["youtrack","backlog_scope"])),e.reviewStatus!==void 0){let a=e.reviewStatus.trim();a&&s.setIn(["youtrack","review_status"],a)}await Ve(t,[{path:"project.yaml",content:s.toString()}],"chore(config): update youtrack settings")}),r.push("project.yaml")}if(e.assignee!==void 0||e.requireAssignee!==void 0||e.writes!==void 0){let i=Kl(t,"local.yaml"),s=Hl(Fl(i)?Gl(i,"utf-8"):"");if(e.assignee!==void 0){let a=typeof e.assignee=="string"?e.assignee.trim():"";a?s.setIn(["youtrack","assignee"],a):Er(s,["youtrack","assignee"])}if(e.requireAssignee!==void 0&&s.setIn(["youtrack","require_assignee"],e.requireAssignee===!0),e.writes!==void 0){let a=e.writes;s.setIn(["youtrack","writes","enabled"],a.enabled===!0),s.setIn(["youtrack","writes","status_changes"],a.statusChanges===!0),s.setIn(["youtrack","writes","pr_comment"],a.prComment===!0),s.setIn(["youtrack","writes","dashboard_mirror"],a.dashboardMirror===!0)}oI(i,s.toString()),r.push("local.yaml")}return{files:r}}function Rs(t){if(!t)return"Stage";try{let e=Kl(t,"project.yaml");if(!Fl(e))return"Stage";let n=Hl(Gl(e,"utf-8")).getIn(["youtrack","stage_field"]);return typeof n=="string"&&n.trim().length>0?n.trim():"Stage"}catch{return"Stage"}}nr();xs();Xn();D();Me();import{existsSync as II,readFileSync as RI}from"node:fs";import{join as zg}from"node:path";import{simpleGit as ou}from"simple-git";D();import{existsSync as ig,readFileSync as sg,readdirSync as iI}from"node:fs";import{join as Wl}from"node:path";import{simpleGit as sI}from"simple-git";function aI(t,e){let r=/^---\n([\s\S]*?)\n---\n?([\s\S]*)$/.exec(e);if(!r)return null;let n="",o="";for(let s of r[1].split(`
|
|
1069
|
+
`)){let a=/^(\w+):\s*(.+)$/.exec(s.trim());a&&(a[1]==="repo"&&(n=a[2].trim()),a[1]==="path"&&(o=a[2].trim().replace(/^\.\//,"")))}let i=r[2].trim();return!n||!o||!i||o.includes("..")||o.startsWith("/")?null:{repo:n,path:o,body:i,source:t}}function cI(t,e){let r=Wl(t,`tasks/${e}/annotations`);if(!ig(r))return[];let n=[];for(let o of iI(r).sort())if(o.endsWith(".md")){try{let i=aI(o,sg(Wl(r,o),"utf-8"));i&&n.push(i)}catch{}if(n.length>=tc)break}return n}var lI=12;async function ag(t){let{contextDir:e,taskKey:r,repoName:n,repoDir:o,commitSha:i,date:s,touchedKeys:a,identity:c}=t;if(!c)return[];let l=new Map(c.entities.filter(d=>d.status==="active").map(d=>[d.currentKey,d.entityId])),u=sI(o),p=[];for(let d of cI(e,r)){if(d.repo!==n)continue;let f=be("code",n,d.path);if(!a.has(f))continue;let m=l.get(f);if(!m)continue;let y=(await u.raw(["rev-parse",`${i}:${d.path}`]).catch(()=>"")).trim().slice(0,lI),w=za(m),b=Wl(e,w),k=p.find(M=>M.path===w),$=k?.content??(ig(b)?sg(b,"utf-8"):null),h=`<!-- ${r}${y?`:${y}`:""} -->`;if($?.includes(h))continue;let R=$??`---
|
|
1070
1070
|
entityId: ${m}
|
|
1071
1071
|
---
|
|
1072
1072
|
|
|
1073
1073
|
# Intent log
|
|
1074
1074
|
|
|
1075
1075
|
Append-only. Keyed by entityId \u2014 never by path; entries survive renames.
|
|
1076
|
-
`,
|
|
1077
|
-
`),
|
|
1078
|
-
`)){let s=/^(\d+|-)\t(\d+|-)\t(.+)$/.exec(i);if(!s)continue;let a=s[1]==="-"?0:Number(s[1]),c=s[2]==="-"?0:Number(s[2]);o.push({path:s[3],churn:a+c})}return o}function
|
|
1079
|
-
`)){let s=i.trim();s&&e.add(s)}}catch{}for(let r of[...e].sort())await
|
|
1080
|
-
`)}function
|
|
1081
|
-
`)){let s=i.trim();if(s)try{let a=JSON.parse(s);a&&typeof a.id=="string"&&n.set(a.id,a)}catch{}}for(let i of r){if(n.has(i.id))continue;let s={id:i.id,author:i.author,origin:"youtrack",body:i.body,createdAt:new Date(i.createdAt).toISOString()},a=
|
|
1076
|
+
`,_=["",`## ${s} \u2014 ${r}`,h,"",d.body,""].join(`
|
|
1077
|
+
`),E=R+_;k?k.content=E:p.push({path:w,content:E})}return p}Jl();eu();_s();ru();si();async function CI(t,e){let n=await ou(t).raw(["diff","--numstat",`${e}^`,e]).catch(()=>""),o=[];for(let i of n.split(`
|
|
1078
|
+
`)){let s=/^(\d+|-)\t(\d+|-)\t(.+)$/.exec(i);if(!s)continue;let a=s[1]==="-"?0:Number(s[1]),c=s[2]==="-"?0:Number(s[2]);o.push({path:s[3],churn:a+c})}return o}function AI(t,e){let n=[`tasks/${e}/PLAN.md`,`tasks/${e}/SOLUTION.md`].find(i=>II(zg(t,i)));if(!n)return{};let o=zg(t,n);try{let i=RI(o,"utf-8"),s=[...new Set(i.match(/\bADR-\d{3,4}\b/g)??[])].sort();return{solution:n,...s.length>0?{adr:s}:{}}}catch{return{solution:n}}}async function Xg(t){let{contextDir:e,repoDir:r,repoName:n,taskKey:o,commitSha:i}=t,s=cn(e),a=an([...s.ignore,...Qn]),c=await CI(r,i),l=(await ou(r).raw(["show","-s","--format=%cs",i])).trim(),u=null,p=new Map;try{u=Zl(e,n),u&&(p=new Map(u.entities.filter(R=>R.status==="active").map(R=>[R.currentKey,R.entityId])))}catch{}let d=[];for(let R of c){if(a(R.path))continue;let _=be("code",n,R.path),E=p.get(_);d.push({key:_,...E?{entityId:E}:{},churn:R.churn})}if(d.length===0)return{recorded:!1};let f=AI(e,o),m=Cs(e,o),y=m?.origin==="pipeline"?m.files.filter(R=>ne(R.key)?.repo!==n):[],w=m?.origin==="pipeline"?m.commits:[],b={modelFormatVersion:2,taskKey:o,origin:"pipeline",...m?.title?{title:m.title}:{},...l?{date:l}:{},commits:[...new Set([...w,i])],files:[...y,...d],links:{...m?.origin==="pipeline"?m.links:{},...f}};b.links&&Object.keys(b.links).length===0&&delete b.links;let k=[...js(e).filter(R=>R.taskKey!==o),b],$=Kg(Hg(e),k,o,s.cochange.halfLifeDays),h=await ag({contextDir:e,taskKey:o,repoName:n,repoDir:r,commitSha:i,date:l,touchedKeys:new Set(d.map(R=>R.key)),identity:u}).catch(()=>[]);await _e(e,[{path:Hr(o),content:Tn(b)},{path:Kr,content:Ns($)},...h],`model: task event ${o}`);{let{rebuildSearchIndex:R}=await Promise.resolve().then(()=>(ci(),ai));await R(e).catch(()=>{})}return{recorded:!0}}async function Jg(t){let e=new Set([t.fallbackTaskKey]);try{let r=ou(t.repoDir),n=(await r.raw(["rev-parse","--verify",`origin/${t.baseBranch}`]).catch(()=>r.raw(["rev-parse","--verify",t.baseBranch]))).trim(),o=await r.raw(["log","--format=%(trailers:key=CodePipe-Task,valueonly)",`${n}..${t.branchName}`]);for(let i of o.split(`
|
|
1079
|
+
`)){let s=i.trim();s&&e.add(s)}}catch{}for(let r of[...e].sort())await _I(t.contextDir,r,t.prUrl)}async function _I(t,e,r){let n=Cs(t,e);if(!n||n.origin!=="pipeline"||n.links?.pr===r)return;let o={...n,links:{...n.links??{},pr:r}};await _e(t,[{path:Hr(e),content:Tn(o)}],`model: pr link for ${e}`)}rn();import{existsSync as ey,readFileSync as ty}from"node:fs";import{join as ry}from"node:path";import{parseDocument as ny}from"yaml";rn();var li=class{constructor(e,r){this.cfg=e;this.contextDir=r}kind="youtrack";listIssues(e){return xm(this.cfg,e)}getIssue(e,r){return Sm(this.cfg,e,r??Rs(this.contextDir))}listComments(e,r){return Em(this.cfg,e,r)}downloadAttachment(e){return $m(this.cfg,e)}updateStatus(e,r){return fm(this.cfg,e,r,Rs(this.contextDir))}addComment(e,r,n){return mm(this.cfg,e,r)}createIssue(e){return ym(this.cfg,e.projectKey,e.title,e.body,e.targetStatus,Rs(this.contextDir))}editIssue(e,r){return hm(this.cfg,e,{...r.title!==void 0?{summary:r.title}:{},...r.body!==void 0?{description:r.body}:{}})}applyLink(e,r,n){return wm(this.cfg,e,r,n)}fetchStateFields(e){return Im(this.cfg,e)}};D();Me();import{existsSync as DI,readFileSync as UI}from"node:fs";import{randomBytes as BI}from"node:crypto";import{existsSync as iu,readFileSync as PI,readdirSync as jI}from"node:fs";D();Me();function Us(t,e,r){let n=[];for(let o of r){let i=o.issue.key,s=MI(t,i,o.attachments);n.push({path:`tasks/${i}/task.md`,content:NI(o.issue,e,s)}),n.push({path:`tasks/${i}/comments.jsonl`,content:LI(OI(t,i,o.comments))});for(let a of o.attachments)n.push({path:`tasks/${i}/attachments/${a.name}`,content:a.contentBase64,encoding:"base64"})}return n}async function Zg(t,e,r,n=10){let o=new Set(e.map(c=>c.issue.key)),i=[],s=c=>(c.links??[]).filter(l=>l.type==="subtask").map(l=>l.targetKey);for(let c of e)i.push(...s(c.issue));let a=[];for(;i.length>0&&a.length<n;){let c=i.shift();if(o.has(c)||(o.add(c),iu(Ie(t,`tasks/${c}/task.md`))))continue;let l=null;try{l=await r(c)}catch{continue}l&&(a.push({issue:l,comments:[],attachments:[]}),i.push(...s(l)))}return a}async function Bs(t,e,r){if(r.length===0)return;let n=Us(t,e,r),o=r.map(i=>i.issue.key);await _e(t,n,`sync(${o.join(", ")}): task data`)}function NI(t,e,r){let n=new Date(t.updatedAt).toISOString(),o=[`# ${t.key}: ${t.title}`,"",`- **Project:** \`${e}\``,`- **Tracker status:** ${t.status||"(unknown)"}`,`- **Assignee:** ${t.assignee??"(unassigned)"}`,`- **Updated:** ${n}`,"","---","",t.description??"_(no description)_",""];if(r.length>0){o.push("## Attachments","");for(let i of r)o.push(`- [${i}](attachments/${encodeURI(i)})`);o.push("")}return o.join(`
|
|
1080
|
+
`)}function OI(t,e,r){let n=new Map,o=Ie(t,`tasks/${e}/comments.jsonl`);if(iu(o))for(let i of PI(o,"utf-8").split(`
|
|
1081
|
+
`)){let s=i.trim();if(s)try{let a=JSON.parse(s);a&&typeof a.id=="string"&&n.set(a.id,a)}catch{}}for(let i of r){if(n.has(i.id))continue;let s={id:i.id,author:i.author,origin:"youtrack",body:i.body,createdAt:new Date(i.createdAt).toISOString()},a=Xr(i.body);a&&(s.parsedCommand=a),n.set(i.id,s)}return[...n.values()].sort((i,s)=>i.createdAt.localeCompare(s.createdAt))}function LI(t){return t.map(e=>JSON.stringify(e)).join(`
|
|
1082
1082
|
`)+(t.length>0?`
|
|
1083
|
-
`:"")}function
|
|
1083
|
+
`:"")}function MI(t,e,r){let n=[],o=Ie(t,`tasks/${e}/attachments`);if(iu(o))for(let i of jI(o))n.push(i);for(let i of r)n.includes(i.name)||n.push(i.name);return n}ks();var ui=class{constructor(e,r,n){this.contextDir=e;this.projectId=r;this.config=n}kind="internal";async listIssues(e){await Zo(this.contextDir);let r=e.columns??[];return fh(this.contextDir).filter(o=>r.length===0||r.includes(o.status)).map(o=>ei(this.contextDir,o,{withDescription:!0}))}async getIssue(e){let r=Qo(this.contextDir,e);return r?ei(this.contextDir,r,{withDescription:!0}):null}async listComments(e,r){return Qg(this.contextDir,e).map(n=>({id:n.id,issueId:e,author:n.author,body:n.body,createdAt:n.createdAt}))}async downloadAttachment(e){throw new Error(`internal tracker: no remote attachments (${e})`)}async updateStatus(e,r){await this.mutateRecord(e,n=>({...n,status:r}))}async addComment(e,r,n){if(await Zo(this.contextDir),!Qo(this.contextDir,e))throw new Error(`internal tracker: unknown issue ${e}`);let i={id:`int-${Date.now().toString(36)}-${BI(4).toString("hex")}`,author:n&&n.trim().length>0?n.trim():"dashboard",origin:"internal",body:r,createdAt:new Date().toISOString()},s=Xr(r);s&&(i.parsedCommand=s);let c=[...Qg(this.contextDir,e),i].map(l=>JSON.stringify(l)).join(`
|
|
1084
1084
|
`)+`
|
|
1085
|
-
`;return await
|
|
1086
|
-
`)){let i=o.trim();if(i)try{let s=JSON.parse(i);s&&typeof s.id=="string"&&typeof s.body=="string"&&n.push(s)}catch{}}return n}
|
|
1085
|
+
`;return await _e(this.contextDir,[{path:`tasks/${e}/comments.jsonl`,content:c}],`tracker(${e}): comment`),{id:i.id}}async createIssue(e){let r=new Date().toISOString(),n=await mh(this.contextDir,this.config.prefix,o=>this.renderNewIssueFiles(o,e,r),o=>`tracker(${o}): create issue`);return{id:n,key:n}}async editIssue(e,r){await this.mutateRecord(e,n=>({...n,...r.title!==void 0?{title:r.title}:{}}),r.body)}async applyLink(e,r,n){let o=r==="subtask_of"?"subtask":"depends_on";await this.mutateRecord(e,i=>{let s=i.links.filter(a=>!(a.type===o&&a.targetKey===n));return s.push({type:o,targetKey:n}),{...i,links:s}})}async fetchStateFields(e){return[{name:"Status",values:Xi.statusColumns}]}async mutateRecord(e,r,n){let o=Qo(this.contextDir,e);if(!o)throw new Error(`internal tracker: unknown issue ${e}`);let i={...r(o),updated:new Date().toISOString()},s=ei(this.contextDir,i,{withDescription:!0});n!==void 0&&(n.trim().length>0?s.description=n:delete s.description);let a=[{path:jn(e),content:Rl(i)},...Us(this.contextDir,this.projectId,[{issue:s,comments:[],attachments:[]}])];await _e(this.contextDir,a,`tracker(${e}): update`)}renderNewIssueFiles(e,r,n){let o={key:e,title:r.title,type:Fo,status:r.targetStatus,links:[],created:n,updated:n},i=ei(this.contextDir,o);return r.body.trim().length>0&&(i.description=r.body),[{path:jn(e),content:Rl(o)},...Us(this.contextDir,this.projectId,[{issue:i,comments:[],attachments:[]}])]}};function Qg(t,e){let r=Ie(t,`tasks/${e}/comments.jsonl`);if(!DI(r))return[];let n=[];for(let o of UI(r,"utf-8").split(`
|
|
1086
|
+
`)){let i=o.trim();if(i)try{let s=JSON.parse(i);s&&typeof s.id=="string"&&typeof s.body=="string"&&n.push(s)}catch{}}return n}ks();function su(t){if(!t)return"youtrack";try{let e=ry(t,"project.yaml");return ey(e)&&ny(ty(e,"utf-8")).getIn(["adapters","tracker"])==="internal"?"internal":"youtrack"}catch{return"youtrack"}}function Ht(t){let e=su(t.contextDir);if(e==="internal"){let n=t.contextDir;if(!n)return{ok:!1,kind:e,error:"internal tracker: no Context Repo clone on this CLI"};let o=dh(n);if(!o)return{ok:!1,kind:e,error:"internal tracker: tracker/config.yaml missing or has an invalid prefix"};let i=FI(n);return i?{ok:!0,kind:e,provider:new ui(n,i,o)}:{ok:!1,kind:e,error:"internal tracker: project.yaml has no id"}}let r=dm();return r?{ok:!0,kind:e,provider:new li(r,t.contextDir??void 0)}:{ok:!1,kind:e,error:"YOUTRACK_URL/YOUTRACK_TOKEN not set in CLI env"}}function FI(t){try{let e=ry(t,"project.yaml");if(!ey(e))return null;let r=ny(ty(e,"utf-8")).getIn(["id"]);return typeof r=="string"&&r.trim().length>0?r.trim():null}catch{return null}}var Ks=new Map;async function di(t,e){let n=(Ks.get(t)??Promise.resolve()).catch(()=>{}).then(e);Ks.set(t,n);try{return await n}finally{Ks.get(t)===n&&Ks.delete(t)}}function pi(t,e){return hr(t.split(":",2)[0]??"",e)}function ay(t){let{mirror:e,...r}=t;return{spec:r,host:tn(r)}}async function cy(t){let{action:e,repo:r}=t,n="repoName"in e?e.repoName:"-",o="taskId"in e?e.taskId:"draftId"in e?e.draftId:e.projectId;vt(`[exec] ${e.type} task=${o} repo=${n}`);try{switch(e.type){case"apply_delivery":{if(!r)return ee("no repo spec");let i=e.taskId.split(":",2)[0]??"?";return di(`${i}/${r.name}`,async()=>{let s=await Sr(i,r,{baseDir:t.baseDir,cloneUrlOverride:t.cloneUrlOverride}),a=Fe(i,r.name,t.baseDir);if(r.mirror){let{syncUpstream:p}=await Promise.resolve().then(()=>(Gs(),Fs)),d=await p(r,a,{info:f=>vt(`[mirror] ${f}`),warn:f=>vt(`[mirror] WARN ${f}`)});d.error&&vt(`[mirror] ${r.name}: pre-apply sync failed \u2014 ${d.error}`)}let{commit:c,pushed:l,baseMoved:u}=await Ch(s,a,{contextRepoCloneUrl:e.contextRepoCloneUrl,deliveryRef:e.deliveryRef,deliverySha:e.deliverySha,baseSha:e.baseSha,branchName:e.branchName,baseRef:e.baseRef,commitMessage:e.commitMessage,defaultBranch:r.defaultBranch,force:e.force,push:e.push});if(t.contextDir){let p=e.taskId.split(":")[1]??"";p&&await Xg({contextDir:t.contextDir,repoDir:a,repoName:r.name,taskKey:p,commitSha:c}).catch(d=>{vt(`[model] task event for ${p} failed: ${d instanceof Error?d.message:String(d)}`)})}return de({branch:e.branchName,base:e.baseRef,baseSha:e.baseSha,commit:c,pushed:l,...typeof u=="number"&&u>0?{baseMoved:u}:{},...e.force?{force:!0}:{},...typeof e.existingPrNumber=="number"?{reusedPrNumber:e.existingPrNumber}:{}})})}case"push_branch":{if(!r)return ee("no repo spec");let i=e.taskId.split(":",2)[0]??"?";return di(`${i}/${r.name}`,async()=>{let s=await Sr(i,r,{baseDir:t.baseDir,cloneUrlOverride:t.cloneUrlOverride}),a=Fe(i,r.name,t.baseDir);return await Ah(s,a,{branchName:e.branchName,force:e.force}),de({branch:e.branchName,pushed:!0,...e.force?{force:!0}:{}})})}case"create_pr":{if(!r)return ee("no repo spec");let{spec:i,host:s}=pi(e.taskId,r),a=await s.createPullRequest(i,e);if(t.contextDir){let c=e.taskId.split(":")[1]??"",l=e.taskId.split(":",2)[0]??"?";c&&await Jg({contextDir:t.contextDir,repoDir:Fe(l,r.name,t.baseDir),branchName:e.branchName,baseBranch:e.baseBranch,fallbackTaskKey:c,prUrl:a.url}).catch(u=>{vt(`[model] pr link for ${c} failed: ${u instanceof Error?u.message:String(u)}`)})}return de({url:a.url,number:a.number,host:s.name})}case"merge_pr":{if(!r)return ee("no repo spec");let{spec:i,host:s}=pi(e.taskId,r),a=await s.mergePR(i,e.prNumber,e.mergeMethod,e.deleteBranch);return de({prNumber:e.prNumber,host:s.name,...a.mergedSha?{mergedSha:a.mergedSha}:{}})}case"close_pr":{if(!r)return ee("no repo spec");let{spec:i,host:s}=pi(e.taskId,r);return await s.closePR(i,e.prNumber,e.comment),de({prNumber:e.prNumber,host:s.name})}case"rewrite_cluster_branch":{if(!r)return ee("no repo spec");let i=e.taskId.split(":",2)[0]??"?";return di(`${i}/${r.name}`,async()=>{let s=await Sr(i,r,{baseDir:t.baseDir,cloneUrlOverride:t.cloneUrlOverride}),a=Fe(i,r.name,t.baseDir),{commit:c,dropped:l}=await _h(s,a,{branchName:e.branchName,dropTaskKeys:e.dropTaskKeys,defaultBranch:An(r)});return de({branch:e.branchName,commit:c,dropped:l,pushed:l>0})})}case"merge_branch":{if(!r)return ee("no repo spec");let i=e.taskId.split(":",2)[0]??"?";return di(`${i}/${r.name}`,async()=>{let s=await Sr(i,r,{baseDir:t.baseDir,cloneUrlOverride:t.cloneUrlOverride}),a=Fe(i,r.name,t.baseDir),{mergedSha:c}=await Ph(s,a,{branchName:e.branchName,baseBranch:e.baseBranch,mergeMethod:e.mergeMethod,deleteBranch:e.deleteBranch});return de({branch:e.branchName,base:e.baseBranch,mergedSha:c})})}case"resolve_review_branch":{if(!r)return ee("no repo spec");let i=t.cloneUrlOverride??zn(r),a=(await Ss(i)).filter(u=>jh(u,e.issueKey)),c=tn(r),l=null;if(c.findOpenPrByBranch)for(let u of a){let p=await c.findOpenPrByBranch(r,u).catch(()=>null);if(p){l={number:p.number,url:p.url};break}}return de({branches:a,...l?{pr:l}:{}})}case"add_pr_comment":{if(!r)return ee("no repo spec");let{spec:i,host:s}=e.upstream?ay(r):pi(e.taskId,r);return await s.addPRComment(i,e.prNumber,e.body),de({prNumber:e.prNumber,host:s.name})}case"add_pr_inline_comment":{if(!r)return ee("no repo spec");let{spec:i,host:s}=e.upstream?ay(r):pi(e.taskId,r);if(s.addPRInlineComment)try{return await s.addPRInlineComment(i,e.prNumber,e.path,e.line,e.body),de({prNumber:e.prNumber,inline:!0,host:s.name})}catch(a){vt(`[exec] inline comment ${e.path}:${e.line} failed (${a instanceof Error?a.message.split(`
|
|
1087
1087
|
`)[0]:String(a)}) \u2014 posting as a plain comment`)}return await s.addPRComment(i,e.prNumber,`\u{1F4CD} \`${e.path}:${e.line}\`
|
|
1088
1088
|
|
|
1089
|
-
${e.body}`),
|
|
1090
|
-
`,{mode:384})}function
|
|
1091
|
-
`)[0]:String(u)))}}}async function
|
|
1092
|
-
`).some(o=>o.trim()===`branch refs/heads/${r}`)}catch{try{return(await Ry(e).revparse(["--abbrev-ref","HEAD"])).trim()===r}catch{return!1}}}async function zT(t,e){try{return(await t.revparse([e])).trim()}catch{return null}}var Hs=class{constructor(e,r,n,o){this.intervalMs=e;this.fetchDeliverables=r;this.workspace=n;this.log=o}timer=null;running=!1;caughtUp=!1;warned=new Set;start(){if(this.timer)return;this.log.info(`[pull] local delivery started (interval=${this.intervalMs}ms)`);let e=()=>void this.runOnce();e(),this.timer=setInterval(e,this.intervalMs)}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[pull] local delivery stopped"))}poke(){this.runOnce()}async runOnce(){if(!this.running){this.running=!0;try{let e=await this.fetchDeliverables(),r=this.caughtUp?e.filter(n=>n.phase==="TRACKING"||n.phase==="AWAITING_CLUSTER"):e;for(let n of r)await iu(this.workspace.root,this.workspace.repos,n,this.warned,this.log);this.caughtUp=!0}catch(e){this.log.warn(`[pull] pass failed: ${e instanceof Error?e.message:String(e)}`)}finally{this.running=!1}}}};M();kt();de();var Ty=16*1024;function XT(t){return st.test(t)?zt(t)?`secret name "${t}" is reserved`:null:`secret name must match ${st}`}function Iy(t,e,r,n){let o=XT(e);if(o)return{ok:!1,detail:o};let i;try{let s=JSON.parse(Vn(n,r).toString("utf-8"));if(typeof s.value!="string"||s.value.length===0)return{ok:!1,detail:"payload has no value"};i=s.value}catch(s){return{ok:!1,detail:`cannot open the sealed secret (${s instanceof Error?s.message:String(s)}) \u2014 wrong channel key?`}}if(i.length>Ty)return{ok:!1,detail:`secret value too large (max ${Ty} chars)`};try{return Cf(t,e,i),{ok:!0}}catch(s){return{ok:!1,detail:s instanceof Error?s.message:String(s)}}}function Cy(t,e){try{return Pf(t,e)?{ok:!0}:{ok:!0,detail:"no such secret (already absent)"}}catch(r){return{ok:!1,detail:r instanceof Error?r.message:String(r)}}}Bn();de();Qt();var Ws=class{constructor(e,r,n){this.intervalMs=e;this.send=r;this.log=n}targets=new Map;lastSig=new Map;timer=null;running=!1;setTargets(e){this.targets.clear(),this.lastSig.clear();for(let r of e)this.targets.set(r.taskId,r);this.log.info(`[track] targets updated: ${this.targets.size} task(s)`)}start(){if(this.timer)return;this.log.info(`[track] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[track] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs)}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[track] poller stopped"))}async tickOnce(){await this.tick()}async tick(){if(!this.running){this.running=!0;try{for(let[e,r]of this.targets)await this.processTask(e,r)}finally{this.running=!1}}}async processTask(e,r){let n=[],o=e.split(":",2)[0]??"";for(let a of r.prs){let{spec:c,host:l}=ur(o,a.repoSpec);try{let u=await l.getPullRequest(c,a.number);n.push({number:a.number,repoName:a.repoSpec.name,url:a.url,state:u.state,merged:u.merged,ci:u.ci,mergeable:u.mergeable})}catch(u){if(u instanceof Yr){this.log.warn(`[track] task=${e} pr=${a.url} not found \u2014 skipping tick for this task`);return}this.log.warn(`[track] task=${e} pr=${a.url} fetch failed: ${u instanceof Error?u.message:String(u)}`);return}}let i=n.map(a=>`${a.repoName??""}#${a.number}:${a.state}:${a.merged?1:0}:${a.ci}:${a.mergeable}`).join("|");if(this.lastSig.get(e)===i)return;for(let a=0;a<n.length;a++){let c=n[a];if(c.ci!=="failed")continue;let{spec:l,host:u}=ur(o,r.prs[a].repoSpec);if(u.getCiFailureLog)try{let p=await u.getCiFailureLog(l,c.number);p&&(c.ciFailureLog=p)}catch(p){this.log.warn(`[track] task=${e} pr=${c.url} ci-log fetch failed: ${p instanceof Error?p.message:String(p)}`)}}this.send({type:"pr_state_observed",taskId:e,prs:n}),this.lastSig.set(e,i);let s=JT(n);this.log.info(`[track] task=${e} snapshot signalled${s?` \u2192 ${s}`:""} (${n.length} PR(s))`)}};function JT(t){return t.length===0?null:t.some(e=>e.state==="closed"&&!e.merged)?"needs_manual":t.every(e=>e.merged)?"done":null}M();Yn();var qs=class{constructor(e,r,n,o=i=>ws(qn(i))){this.intervalMs=e;this.send=r;this.log=n;this.listBranches=o}projectId="";repos=[];lastSig=new Map;timer=null;running=!1;setRepos(e,r){this.projectId=e,this.repos=r,this.lastSig.clear()}start(){if(this.timer)return;this.log.info(`[branches] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[branches] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs),typeof this.timer.unref=="function"&&this.timer.unref()}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[branches] poller stopped"))}async tickOnce(){await this.tick()}async tick(){if(!this.running){this.running=!0;try{for(let e of this.repos)await this.processRepo(e)}finally{this.running=!1}}}async processRepo(e){let r=e.gitFlow;if(!r||r.flow==="simple")return;let n;try{n=await this.listBranches(e)}catch(s){this.log.warn(`[branches] repo=${e.name} ls-remote failed: ${s instanceof Error?s.message:String(s)}`);return}let o=n.filter(s=>bc(s,r)).sort(),i=o.join("|");this.lastSig.get(e.name)!==i&&(this.send({type:"branches_observation",projectId:this.projectId,repoName:e.name,branches:o}),this.lastSig.set(e.name,i),this.log.info(`[branches] repo=${e.name} reported ${o.length} base candidate(s)`))}};M();Qt();var Ys=class{constructor(e,r,n,o=ZT,i=QT){this.intervalMs=e;this.send=r;this.log=n;this.read=o;this.readFailureLog=i}projectId="";repos=[];lastSig=new Map;timer=null;running=!1;setRepos(e,r){this.projectId=e,this.repos=r;let n=new Set(r.map(o=>o.name));for(let o of[...this.lastSig.keys()])n.has(o)||this.lastSig.delete(o)}start(){if(this.timer)return;this.log.info(`[branch-ci] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[branch-ci] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs),typeof this.timer.unref=="function"&&this.timer.unref()}stop(){this.timer&&(clearInterval(this.timer),this.timer=null)}async tick(){if(!(this.running||!this.projectId)){this.running=!0;try{for(let e of this.repos){let r=Tn(e);try{let n=await this.read(this.projectId,e,r);if(!n||n.ci==="none")continue;let o=`${r}:${n.ci}:${n.headSha}`;if(this.lastSig.get(e.name)===o)continue;let i;n.ci==="failed"&&(i=await this.readFailureLog(this.projectId,e,n.headSha).catch(()=>{})),this.send({type:"branch_ci_observed",projectId:this.projectId,repoName:e.name,branch:r,ci:n.ci,headSha:n.headSha,...i?{ciFailureLog:i}:{}}),this.lastSig.set(e.name,o),this.log.info(`[branch-ci] ${e.name}#${r}: ${n.ci} @ ${n.headSha.slice(0,10)}`)}catch(n){this.log.warn(`[branch-ci] ${e.name}#${r}: read failed \u2014 ${n instanceof Error?n.message:String(n)}`)}}}finally{this.running=!1}}}};async function ZT(t,e,r){let{spec:n,host:o}=ur(t,e);if(!o.getBranchCi)return null;let i=await o.getBranchCi(n,r);return i?{ci:i.ci,headSha:i.headSha}:null}async function QT(t,e,r){let{spec:n,host:o}=ur(t,e);if(o.getCiFailureLogForSha)return await o.getCiFailureLogForSha(n,r)}M();var Vs=class t{constructor(e,r,n,o={contextDir:null}){this.intervalMs=e;this.send=r;this.log=n;this.options=o}request=null;timer=null;running=!1;warnedMissingCfg=!1;shippedAttachments=new Set;abandonedTicks=0;static MAX_ABANDONED_TICKS=3;setRequest(e){let r=this.request?.projectId;this.request=e,this.log.info(`[yt-sync] request updated: project=${e.projectKey} columns=[${e.sourceColumns.join(",")}] sinceMs=${e.sinceMs} offBoard=${e.offBoardIssueIds.length}`),this.timer||this.start(),r&&r!==e.projectId&&this.log.info(`[yt-sync] project switch ${r} \u2192 ${e.projectId}`)}start(){if(this.timer)return;this.log.info(`[yt-sync] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[yt-sync] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs)}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[yt-sync] poller stopped"))}async tickOnce(){await this.tick()}async forceSync(){if(!this.request){this.log.info("[yt-sync] force requested but no sync_request yet \u2014 ignored");return}this.log.info("[yt-sync] force sync requested (manual)"),await this.tick()}async tick(){if(this.running||!this.request)return;let r=(this.options.resolveProvider??(()=>Ft({contextDir:this.options.contextDir})))();if(!r.ok){this.warnedMissingCfg||(this.warnedMissingCfg=!0,this.log.warn(`[yt-sync] tracker provider unavailable (${r.error}) \u2014 poller idle.`));return}this.warnedMissingCfg=!1,this.running=!0;try{await this.pollOnce(this.request,r.provider)}finally{this.running=!1}}async pollOnce(e,r){let n=Date.now(),o;try{let x=e.stageField?{stageField:e.stageField}:{},h=e.requireAssignee&&e.assignee?{assignee:e.assignee}:e.requireAssignee&&!e.assignee?{requireAnyAssignee:!0}:{},R=(e.backlogScope??"personal")==="shared"&&!!e.requireAssignee&&!!e.backlogColumn;if(r.kind==="internal")o=await r.listIssues({projectKey:e.projectKey});else if(R){let v=[...new Set([...e.sourceColumns,...e.rejectColumns??[],...e.doneColumns??[],...e.reviewColumns??[]])],[P,N]=await Promise.all([v.length>0?r.listIssues({projectKey:e.projectKey,columns:v,...x,...h}):Promise.resolve([]),r.listIssues({projectKey:e.projectKey,columns:[e.backlogColumn],...x})]),G=new Map;for(let W of[...P,...N])G.set(W.id,W);o=[...G.values()]}else{let v=[...new Set([...e.sourceColumns,...e.rejectColumns??[],...e.doneColumns??[],...e.reviewColumns??[],...e.backlogColumn?[e.backlogColumn]:[]])];o=await r.listIssues({projectKey:e.projectKey,columns:v,...x,...h})}}catch(x){let h=x instanceof Error?x.message:String(x);h.includes("stage_field")?this.log.warn(`[yt-sync] CONFIGURATION ERROR \u2014 ${h}`):this.log.warn(`[yt-sync] listIssues failed: ${h}`);return}let i=new Map,s=new Set,a=new Set(e.doneColumns??[]);for(let x of o){if(s.add(x.id),a.has(x.status))continue;let h=await _y(r,x.id,e.sinceMs,this.log);h&&i.set(x.id,h)}let c=[];for(let x of e.offBoardIssueIds){if(s.has(x))continue;let h=await _y(r,x,e.sinceMs,this.log);h&&h.length>0&&i.set(x,h);let T=await Ay(r,x,e.stageField,this.log);if(T)c.push(T);else if(h&&h.length>0){this.abandonTick("off-board issue fetch failed with new comments");return}}let l=o.filter(x=>!a.has(x.status)),{attachmentsByIssue:u,attachmentKeys:p}=await this.collectAttachments(l,i,r);if(!this.options.contextDir){this.abandonTick("no Context Repo clone (headless / clone failed) \u2014 cannot deliver task content");return}let d=[...l,...c].map(x=>({issue:x,comments:i.get(x.id)??[],attachments:u.get(x.id)??[]}));d.push(...await Gg(this.options.contextDir,d,x=>Ay(r,x,e.stageField,this.log)));try{await Ns(this.options.contextDir,e.projectId,d),this.abandonedTicks=0;for(let x of p)this.shippedAttachments.add(x)}catch(x){let h=x instanceof Error?x.message:String(x);this.abandonTick(`context task sync failed: ${h}`);return}let f=this.options.isSelfComment??(()=>!1),m=[],y=[];for(let[x,h]of i){let T=h.filter(v=>!f(v.id));if(T.length===0)continue;m.push({issueId:x,comments:T.map(eI)});let R=T.flatMap(v=>{let P=Kr(v.body);return P?[{commentId:v.id,author:v.author,name:P.name,args:P.args,createdAt:v.createdAt}]:[]});R.length>0&&y.push({issueId:x,commands:R})}let b={type:"youtrack_observation",projectId:e.projectId,issues:o.map(Py),commentsBatch:m,...y.length>0?{commandsBatch:y}:{},...c.length>0?{offBoardIssues:c.map(Py)}:{},observedAtMs:n};this.send(b);let w=m.reduce((x,h)=>x+h.comments.length,0),k=y.reduce((x,h)=>x+h.commands.length,0);this.log.info(`[yt-sync] observation sent: issues=${o.length} comments=${w} commands=${k} (sinceMs=${e.sinceMs})`)}abandonTick(e){this.abandonedTicks++,this.abandonedTicks<=t.MAX_ABANDONED_TICKS?this.log.warn(`[yt-sync] ${e} \u2014 tick abandoned (${this.abandonedTicks}/${t.MAX_ABANDONED_TICKS}), will retry`):this.log.warn(`[yt-sync] ERROR: ${e} \u2014 still failing after ${this.abandonedTicks} ticks; the project is STALLED until the Context Repo clone is restored`)}async collectAttachments(e,r,n){let o=new Map,i=[];for(let s of e){let a=[...s.attachments??[]];for(let u of r.get(s.id)??[])a.push(...u.attachments??[]);if(a.length===0)continue;let c=[],l=new Set;for(let u of a){let p=`${s.id}:${u.id}`;if(this.shippedAttachments.has(p))continue;let d;try{d=await n.downloadAttachment(u.url)}catch(m){this.log.warn(`[yt-sync] attachment ${u.name} (${s.id}) download failed: ${m instanceof Error?m.message:String(m)}`);continue}let f=tI(u.name);l.has(f)&&(f=`${u.id}-${f}`),l.add(f),c.push({name:f,contentBase64:d.toString("base64")}),i.push(p)}c.length>0&&o.set(s.id,c)}return{attachmentsByIssue:o,attachmentKeys:i}}};function Py(t){let{description:e,...r}=t;return r}function eI(t){let{body:e,...r}=t;return r}function tI(t){let r=(t.split(/[\\/]/).pop()??t).replace(/[^A-Za-z0-9._-]/g,"_").replace(/^\.+/,"");return r.length>0?r.slice(0,120):"attachment"}async function Ay(t,e,r,n){try{return await t.getIssue(e,r)}catch(o){return n.warn(`[yt-sync] getIssue ${e} failed: ${o instanceof Error?o.message:String(o)}`),null}}async function _y(t,e,r,n){try{return await t.listComments(e,r)}catch(o){return n.warn(`[yt-sync] listComments ${e} failed: ${o instanceof Error?o.message:String(o)}`),null}}async function wI(t,e){let r=t.repos.filter(i=>i.mirror);if(r.length===0)return[];let{mirrorLag:n}=await Promise.resolve().then(()=>(Ls(),Os)),o=[];for(let i of r){let s=i.mountAs==="."?t.root:rn(t.root,i.mountAs);try{o.push({repo:i.name,behind:await n(i,s)})}catch(a){e.warn(`[mirror] lag for ${i.name} unknown: ${a instanceof Error?a.message:String(a)}`),o.push({repo:i.name,behind:null})}}return o}var hu="npm i -g @code-partner/codepipe@latest";function ea(t,e={}){let r=e.log??{info:h=>console.log(h),warn:h=>console.warn(h)};r.info(`codepipe-cli v${ot} (protocol ${Rt})`);let n=h=>e.onEvent?.(h),o=e.workspace;o?.contextDir&&Gm(o.contextDir,r);let i=()=>{if(o?.contextDir)try{Gn(o.contextDir,o.root,r)}catch(h){r.warn(`[skills] materialize failed (non-fatal): ${h instanceof Error?h.message:String(h)}`)}};i();let s=yu("CLI_TRACKING_POLL_INTERVAL_SEC"),a=parseInt(process.env.CLI_BRANCH_CI_POLL_INTERVAL_SEC??"300",10),c=Number.isFinite(a)&&a>0?a*1e3:3e5,l=yu("CLI_YOUTRACK_POLL_INTERVAL_SEC"),u=(()=>{let h=parseInt(process.env.CLI_READINESS_INTERVAL_SEC??"600",10);return Number.isFinite(h)&&h>0?h*1e3:6e5})(),p=!1,d=!1,f=!1,m=!1,y=new Set,b=!1,w=new Set,k=x();function x(){let h=Bs(t.hubUrl,t.cliToken),T=null,R=new Ws(s,U=>{h.readyState===h.OPEN&&h.send(JSON.stringify(U))},r),v=new qs(s,U=>{h.readyState===h.OPEN&&h.send(JSON.stringify(U))},r),P=new Ys(c,U=>{h.readyState===h.OPEN&&h.send(JSON.stringify(U))},r),N=o&&o.repos.length>0?new Hs(yu("CLI_LOCAL_PULL_INTERVAL_SEC"),()=>Ks(t.hubUrl,t.cliToken,t.projectId),{root:o.root,repos:o.repos},r):null,G=new Vs(l,U=>{h.readyState===h.OPEN&&h.send(JSON.stringify(U))},r,{contextDir:o?.contextDir??null,isSelfComment:U=>w.has(U)}),W=null,C=async()=>{try{let U={trackerProvider:Jl(o?.contextDir??null)};try{let S=await se(t.hubUrl,t.cliToken,t.projectId);U={...U,repos:S.repos,contextRepo:S.contextRepo},v.setRepos(t.projectId,S.repos),P.setRepos(t.projectId,S.repos)}catch(S){r.warn(`[readiness] could not fetch project summary for push checks: ${S instanceof Error?S.message:String(S)}`)}let K=await bm(t.projectId,U),D=o?await wI(o,r):[];if(i(),h.readyState!==h.OPEN)return;let $={type:"cli_readiness",projectId:t.projectId,ready:K.ready,checks:K.checks,creds:K.creds,secretNames:Af(t.projectId),...o?{mirrors:D}:{},checkedAt:K.checkedAt};if(h.send(JSON.stringify($)),K.ready)r.info("[readiness] ready");else{let S=K.checks.filter(I=>!I.ok).map(I=>`${I.name}(${I.detail??""})`);r.warn(`[readiness] NOT ready \u2014 ${S.join(", ")}`)}let _=Em(K.creds,f);if(_==="open"){f=!0;let S=ll(t.hubUrl,t.projectId);r.info(`[agent-auth] Claude token invalid (401) \u2014 opening the dashboard to re-authorize: ${S}`),fr(S)}else _==="rearm"&&(f=!1)}catch(U){r.warn(`[readiness] check failed: ${U instanceof Error?U.message:String(U)}`)}},g=()=>{C(),W=setInterval(()=>void C(),u),typeof W.unref=="function"&&W.unref()},B=()=>{W&&(clearInterval(W),W=null)},L=150,q=new Map,te=U=>{let K=q.get(U);if(!K||(K.timer&&clearTimeout(K.timer),q.delete(U),K.events.length===0||h.readyState!==h.OPEN))return;let D={type:"run_activity",projectId:t.projectId,runId:U,events:K.events};h.send(JSON.stringify(D))},le=(U,K)=>{let D=q.get(U);if(D||(D={events:[],timer:null},q.set(U,D)),D.events.push(K),K.kind==="result"){te(U);return}D.timer||(D.timer=setTimeout(()=>te(U),L),D.timer.unref?.())},ut=o?.contextDir?new ds(o.contextDir,t.projectId,U=>{h.readyState===h.OPEN&&h.send(JSON.stringify(U))},r):null,Wt=async()=>{let U=o?.contextDir;if(!U)throw new Error("no context repo clone on this CLI");let K;try{K=(await se(t.hubUrl,t.cliToken,t.projectId)).contextRepo}catch{}let D=await mh(U,t.projectId,K,r);return h.readyState===h.OPEN&&h.send(JSON.stringify(D)),D},we=null,Ke=async()=>{let U=o?.contextDir;if(U)try{let{readContextIndexHub:K,collectSearchRows:D}=await Promise.resolve().then(()=>(ni(),ri));if(K(U)!=="metadata")return;let $=D(U);h.readyState===h.OPEN&&(h.send(JSON.stringify({type:"model_index",projectId:t.projectId,rows:$})),r.info(`[model] tier-2 index snapshot pushed (${$.length} rows)`))}catch(K){r.warn(`[model] tier-2 index push failed (non-fatal): ${K instanceof Error?K.message:String(K)}`)}},_e=()=>{we&&clearTimeout(we),we=setTimeout(()=>void Ke(),5e3)},xt=async()=>{if(!o?.contextDir)throw new Error("no Context Repo clone on this CLI");if(b)throw new Error("model bootstrap is already running");b=!0;try{let U=await se(t.hubUrl,t.cliToken,t.projectId),{bootstrapDaemonModel:K}=await Promise.resolve().then(()=>(ui(),Qs)),D=await K(t.projectId,{root:o.root,contextDir:o.contextDir},U.repos,$=>r.info(`[model] ${$}`));return r.info(`[model] bootstrap done: ${D.repos} repos, ${D.events} task events`),_e(),D}finally{b=!1}},Ie=null,dt=async U=>{if(o?.contextDir)try{let K=await Promise.resolve().then(()=>(ui(),Qs)),D={root:o.root,contextDir:o.contextDir,repos:o.repos};if(K.shouldAutoBootstrapModel(o.contextDir)){await K.syncWorkspaceMirrors(D,_=>r.info(_));try{await xt()}catch(_){r.warn(`[model] auto-bootstrap failed (non-fatal): ${_ instanceof Error?_.message:String(_)}`)}return}(await K.rebuildWorkspaceModelIfStale(D,{fetch:U,onLog:_=>r.info(_)})).rebuilt.length>0&&_e()}catch(K){r.warn(`[model] release-path rebuild failed (non-fatal): ${K instanceof Error?K.message:String(K)}`)}},St=U=>{Ie&&clearTimeout(Ie),Ie=setTimeout(()=>void dt(U),6e4)},Nr=setInterval(()=>void dt(!0),6*36e5);return h.on("open",()=>{r.info("[ws] connected"),n({kind:"connected"});let U=Uf(t.projectId),K=ee("ORIGIN")==="farm"?"farm":"local",D=ee("FARM_ID"),$=t.accountEmail??U.email,_;try{let I=_h(t.projectId);I&&(_=I.publicKey,r.info(`[cred-channel] key fingerprint: ${I.fingerprint}`))}catch(I){r.warn(`[cred-channel] key setup failed (token replacement via dashboard unavailable): ${I instanceof Error?I.message:String(I)}`)}let S={type:"register",projectId:t.projectId,platformVersion:ot,protocolVersion:Rt,accountId:U.accountId,accountSourceKey:U.sourceKey,accountLabel:U.label,origin:K,inFlightActionIds:[...y],...$?{accountEmail:$}:{},...K==="farm"&&D?{farmId:D}:{},..._?{sealPublicKey:_}:{}};h.send(JSON.stringify(S))}),h.on("message",async U=>{let K=U.toString("utf-8");if(K==="pong"||K==="ping")return;let D;try{D=JSON.parse(K)}catch{return}if(!D||typeof D!="object")return;let $=D.type;if($==="registered"){let S=D;if(S.ok){if(r.info(`[ws] registered for project ${S.projectId}`),n({kind:"registered",projectId:S.projectId??t.projectId}),R.start(),v.start(),P.start(),N?.start(),ut?.start(),g(),gu(t,o,r),o?.contextDir){try{let I=fs(o.contextDir,t.projectId);h.readyState===h.OPEN&&h.send(JSON.stringify(I)),I.outdated&&(r.warn(`[ctx] context format outdated: v${I.templateVersion} \u2192 v${I.currentVersion}`+(I.missingPaths.length>0?` (missing: ${I.missingPaths.join(", ")})`:"")),d||(d=!0,Wt().catch(()=>{})))}catch(I){r.warn(`[ctx] context-format detect failed (non-fatal): ${I instanceof Error?I.message:String(I)}`)}Ke(),St(!0)}}else r.warn(`[ws] register rejected: ${S.reason??"unknown"}`),n({kind:"register_rejected",reason:S.reason??"unknown"}),p=!0,h.close();return}if($==="hello"){let S=D;T=Eo(S.protocolVersion);let I=T?"compatible":"INCOMPATIBLE";r.info(`[ws] hub v${S.platformVersion} (protocol ${S.protocolVersion}) \u2014 ${I}`),T||(r.warn(`[ws] HUB protocol incompatible with this CLI (v${ot}, protocol ${Rt}) \u2014 WriteActions will be refused until versions align.`),r.warn(`[ws] update the CLI: ${hu}`),n({kind:"incompatible",hubVersion:typeof S.platformVersion=="string"?S.platformVersion:null,hubProtocol:typeof S.protocolVersion=="number"?S.protocolVersion:null,updateCommand:hu}));return}if($==="tracking_targets"){R.setTargets(D.targets),N?.poke();return}if($==="youtrack_sync_request"){G.setRequest(D);return}if($==="youtrack_force_sync"){G.forceSync();return}if($==="sync_local"){await vI(D,o,h,r);return}if($==="provision_repo"){let S=D;r.info(`[repo] provision_repo: ${S.repo.name} (${S.repo.host}:${S.repo.owner}/${S.repo.repoName})`),await bI(t,o,S.repo,r),await gu(t,o,r);return}if($==="remove_repo"){let S=D;r.info(`[repo] remove_repo: ${S.repoName}${S.purge?" (purge)":""}`),await gu(t,o,r),S.purge&&kI(t,o,S.repoName,r);return}if($==="context_write"){await $I(D,o,h,r),i();return}if($==="adr_promote"){await xI(D,o,h,r),i();return}if($==="cred_update"){let S=D,I=X(t.projectId),F=I?.sealKey?await jh(t.projectId,S.kind,S.sealed,I.sealKey.privateKey):{ok:!1,detail:"no cred-channel key on this CLI (restart the daemon)"},V={type:"cred_update_result",updateId:S.updateId,projectId:t.projectId,ok:F.ok,...F.detail?{detail:F.detail}:{}};h.readyState===h.OPEN&&h.send(JSON.stringify(V)),F.ok?(r.info(`[cred] ${S.kind} replaced${F.detail?` \u2014 ${F.detail}`:""}`),C()):r.warn(`[cred] ${S.kind} replacement rejected: ${F.detail??"unknown"}`);return}if($==="readiness_check"){r.info("[readiness] on-demand check requested"),C();return}if($==="agent_auth_required"){let S=ll(t.hubUrl,t.projectId);r.warn(`[agent-auth] the agent has no working Claude login \u2014 the project is paused.
|
|
1089
|
+
${e.body}`),de({prNumber:e.prNumber,inline:!1,host:s.name})}case"tracker_status":{let i=Ht({contextDir:t.contextDir});return i.ok?t.trackerIssueId?(await i.provider.updateStatus(t.trackerIssueId,e.newStatus),de({issueId:t.trackerIssueId,newStatus:e.newStatus})):ee("no tracker_issue_id provided"):ee(i.error)}case"tracker_comment":{let i=Ht({contextDir:t.contextDir});if(!i.ok)return ee(i.error);if(!t.trackerIssueId)return ee("no tracker_issue_id provided");let s=await i.provider.addComment(t.trackerIssueId,e.body,e.author);return de({issueId:t.trackerIssueId,commentId:s.id})}case"create_tracker_issue":{let i=Ht({contextDir:t.contextDir});if(!i.ok)return ee(i.error);if(!e.projectKey)return ee("no projectKey in create_tracker_issue action");let{id:s,key:a}=await i.provider.createIssue({projectKey:e.projectKey,title:e.title,body:e.body,targetStatus:e.targetStatus});return de({issueKey:a,issueId:s})}case"apply_tracker_links":{let i=Ht({contextDir:t.contextDir});if(!i.ok)return ee(i.error);let s=0;for(let a of e.links)try{await i.provider.applyLink(a.sourceIssueKey,a.rel,a.targetIssueKey),s++}catch(c){return ee(`${c instanceof Error?c.message:String(c)} (applied ${s}/${e.links.length})`)}return de({applied:s})}case"set_project_setting":{if(!t.contextDir)return ee("no context repo clone on this CLI");let i=await Qh(t.contextDir,e.edits);return t.requestConfigReport?.(),de({files:i.files})}case"set_prompt_override":{if(!t.contextDir)return ee("no context repo clone on this CLI");if(!Bc(e.role))return ee(`unknown prompt operation: ${e.role}`);let i=Fc(e.role);return await _e(t.contextDir,[e.content===null?{path:i,content:"",deleted:!0}:{path:i,content:e.content}],e.commitMessage),t.requestConfigReport?.(),de({path:i,reset:e.content===null})}case"tracker_edit":{let i=Ht({contextDir:t.contextDir});if(!i.ok)return ee(i.error);if(!t.contextDir)return ee("no context repo clone on this CLI");await i.provider.editIssue(e.issueKey,{...e.title!==void 0?{title:e.title}:{},...e.body!==void 0?{body:e.body}:{}});let s=await i.provider.getIssue(e.issueKey);return s&&await Bs(t.contextDir,e.projectId,[{issue:s,comments:[],attachments:[]}]),de({issueKey:e.issueKey})}case"set_youtrack_config":{if(!t.contextDir)return ee("no context repo clone on this CLI");let i=await og(t.contextDir,e);return t.requestConfigReport?.(),de({files:i.files})}case"set_repo_default_branch":{if(!t.contextDir)return ee("no context repo clone on this CLI");let i=await tg(t.contextDir,e);return t.requestConfigReport?.(),de({repoName:i.repoName,defaultBranch:i.defaultBranch})}case"sync_config":return t.requestConfigReport?(t.requestConfigReport(),de({reported:!0})):ee("no context repo clone on this CLI");case"refresh_context_status":{if(!t.refreshContextStatus)return ee("no context repo clone on this CLI");let i=await t.refreshContextStatus();return de({outdated:i.outdated,templateVersion:i.templateVersion})}case"run_action":{if(!t.contextDir)return ee("no project workspace on this CLI");if(!r)return ee("no repo spec");if(!t.onRunActivity)return ee("no run-activity stream on this CLI");let i=t.onRunActivity,{defs:s,errors:a}=us(t.contextDir),c=s.find(f=>f.id===e.actionId);if(!c){let f=a.find(m=>m.file===`actions/${e.actionId}.yml`);return ee(f?`action "${e.actionId}" failed to parse: ${f.error}`:`unknown action "${e.actionId}"`)}let l=vc(c,e.input);if(!l.ok)return ee(l.error);let u=Bm(t.contextDir),p=J(e.projectId),d={};return p?.github?.token&&(d.GH_TOKEN=p.github.token),p?.gitlab?.token&&(d.GITLAB_TOKEN=p.gitlab.token),p?.bitbucket&&(d.BITBUCKET_EMAIL=p.bitbucket.email,d.BITBUCKET_API_TOKEN=p.bitbucket.apiToken),p?.youtrack&&(d.YOUTRACK_URL=p.youtrack.url,d.YOUTRACK_TOKEN=p.youtrack.token),di(`${e.projectId}/${r.name}`,async()=>{await Sr(e.projectId,r,{baseDir:t.baseDir,cloneUrlOverride:t.cloneUrlOverride});let f=Fe(e.projectId,r.name,t.baseDir),m=await qh({cwd:f,def:c,input:l.values,variables:u,secrets:p?.secrets??{},credEnv:d,onEvent:y=>i(e.runId,y)});return de({runId:e.runId,status:m.status,exitCode:m.exitCode,...m.failedStep?{failedStep:m.failedStep}:{}})})}case"read_context_file":{if(!t.contextDir)return ee("no context repo clone on this CLI");let i=zh(t.contextDir,e.path);return de({path:e.path,...i})}case"search_model":{if(!t.contextDir)return ee("no context repo clone on this CLI");let{searchModelIndex:i}=await Promise.resolve().then(()=>(ci(),ai)),s=await i(t.contextDir,e.q,e.limit);return de({hits:s})}case"model_drift":return ee("model_drift requires a local workspace (handled by the daemon)");case"model_bootstrap":return ee("model_bootstrap requires a local workspace (handled by the daemon)");default:return ee(`unsupported action type: ${e.type}`)}}catch(i){return ee(i instanceof Error?i.message:String(i))}}function de(t){return{status:"done",result:t}}function ee(t){return{status:"failed",error:t}}$t();lu();Ge();fe();import{existsSync as $y,readFileSync as xy}from"node:fs";import{join as Sy}from"node:path";async function Ey(t,e,r,n){let o=i=>({type:"move_to_farm_result",requestId:e.requestId,projectId:t.projectId,ok:!1,error:i});try{if(e.projectId!==t.projectId)return o(`project mismatch: this daemon serves ${t.projectId}, not ${e.projectId}`);let i=tt(e.farmPublicKey);if(i!==e.fingerprint)return o("farm key fingerprint does not match the confirmed one \u2014 refusing to seal (possible relay tampering)");Ws(e.farmId,e.farmPublicKey);let s=J(t.projectId);if(!s)return o("no secrets stored for this project on this CLI \u2014 cannot build the farm bundle");let a=await le(t.hubUrl,t.cliToken,t.projectId),c,l;if(r){let f=Sy(r,"local.yaml");$y(f)?c={localYaml:xy(f,"utf-8")}:n.warn("[farm-move] local.yaml not found \u2014 the farm will seed defaults");let m=Sy(r,"project.yaml");$y(m)&&(l={projectYaml:xy(m,"utf-8"),regimenYaml:c?.localYaml??""})}let u={projectId:t.projectId,config:{hubUrl:t.hubUrl,cliToken:t.cliToken,projectId:t.projectId},secrets:{...s.github?{github:s.github}:{},...s.bitbucket?{bitbucket:s.bitbucket}:{},...s.gitlab?{gitlab:s.gitlab}:{},...s.youtrack?{youtrack:s.youtrack}:{},...s.claude?{claude:s.claude}:{},...s.contextWrite?{contextWrite:s.contextWrite}:{},...s.contextSsh?{contextSsh:s.contextSsh}:{}},...a.contextRepo?{contextRepo:a.contextRepo}:{},...c?{localConfig:c}:{},...l?{projectConfig:l}:{}},p=ir(e.farmPublicKey,JSON.stringify(u));Hs(e.farmId,i),n.info(`[farm-move] bundle sealed for farm ${e.farmName} (${i}) \u2014 handing off`);let d=await Ys(t.hubUrl,t.cliToken,e.farmId,{projectId:t.projectId,sealedBundle:p});return d.ok?{type:"move_to_farm_result",requestId:e.requestId,projectId:t.projectId,ok:!0,...d.daemonStatus?{daemonStatus:d.daemonStatus}:{}}:o(d.error??"farm provisioning failed")}catch(i){return o(i instanceof Error?i.message:String(i))}}D();$t();Qe();$t();import{homedir as rR}from"node:os";import{existsSync as nR,mkdirSync as oR,readFileSync as iR,writeFileSync as sR}from"node:fs";import{dirname as aR,join as cR}from"node:path";function pu(){return te("RUNNER_PINS")??cR(rR(),".codepipe","runner-pins.json")}function Ty(){let t=pu();if(!nR(t))return{};try{return JSON.parse(iR(t,"utf-8"))}catch{return{}}}function lR(t){let e=pu();oR(aR(e),{recursive:!0}),sR(e,JSON.stringify(t,null,2)+`
|
|
1090
|
+
`,{mode:384})}function uR(t){return Ty()[t]}function fu(t,e){let r=Ty();r[t]=e,lR(r)}function Iy(t,e){let r=tt(e),n=uR(t);if(n&&n!==r)throw new Error(`runner host ${t} key fingerprint changed (pinned ${n}, now ${r}) \u2014 refusing to seal. If the runner host was re-registered intentionally, remove its entry from ${pu()}.`);return r}Ge();fe();var Cy=t=>({Authorization:`Bearer ${t}`,Accept:"application/vnd.github+json","X-GitHub-Api-Version":"2022-11-28","User-Agent":"codepipe-cli"});async function Ry(t,e,r,n){let o=await fetch(`https://api.github.com/repos/${e}/${r}/actions/runners/${n}`,{method:"POST",headers:Cy(t)});if(!o.ok)throw new Error(`github ${n} for ${e}/${r}: HTTP ${o.status}`);let i=await o.json();if(!i.token)throw new Error(`github ${n} for ${e}/${r}: no token in response`);return i.token}var dR={async repoHasAdmin(t,e,r){let n=await fetch(`https://api.github.com/repos/${e}/${r}`,{headers:Cy(t)});if(!n.ok)throw new Error(`github GET /repos/${e}/${r}: HTTP ${n.status}`);return(await n.json()).permissions?.admin===!0},mintRegistrationToken:(t,e,r)=>Ry(t,e,r,"registration-token"),mintRemoveToken:(t,e,r)=>Ry(t,e,r,"remove-token")},Ay={api:dR,fetchProject:le,provisionOnRunner:dy,teardownOnRunner:py};async function _y(t,e,r){if(e.projectId!==t.projectId)throw new Error(`project mismatch: this daemon serves ${t.projectId}, not ${e.projectId}`);if(tt(e.runnerPublicKey)!==e.fingerprint)throw new Error("runner host key fingerprint does not match the confirmed one \u2014 refusing to seal (possible relay tampering)");Iy(e.runnerId,e.runnerPublicKey);let i=J(t.projectId)?.github?.token;if(!i)throw new Error("no GitHub token stored for this project on this CLI");let a=((await r.fetchProject(t.hubUrl,t.cliToken,t.projectId)).repos??[]).find(c=>c.host==="github"&&c.owner===e.owner&&c.repoName===e.repo);if(!a)throw new Error(`${e.owner}/${e.repo} is not a GitHub repository of this project`);return{githubToken:i,repo:a}}async function Py(t,e,r,n=Ay){let o=i=>({type:"gh_runner_setup_result",requestId:e.requestId,projectId:t.projectId,ok:!1,error:i});try{let{githubToken:i,repo:s}=await _y(t,e,n);if(!await n.api.repoHasAdmin(i,s.owner,s.repoName))return o(`the GitHub token lacks admin access on ${s.owner}/${s.repoName} \u2014 replace it (project page \u2192 Tokens \u2192 Replace) with a token that has admin rights on this repository`);let a={projectId:t.projectId,runners:[{owner:s.owner,repo:s.repoName,regToken:await n.api.mintRegistrationToken(i,s.owner,s.repoName)}],labels:[Yc(e.runnerId)]},c=ir(e.runnerPublicKey,JSON.stringify(a));fu(e.runnerId,e.fingerprint),r.info(`[ghr] registration token for ${s.owner}/${s.repoName} sealed for runner host ${e.runnerName} \u2014 handing off`);let l=await n.provisionOnRunner(t.hubUrl,t.cliToken,e.runnerId,{projectId:t.projectId,sealedBundle:c});return{type:"gh_runner_setup_result",requestId:e.requestId,projectId:t.projectId,ok:l.ok,...l.runners?{runners:l.runners}:{},...l.error?{error:l.error}:{}}}catch(i){return o(i instanceof Error?i.message:String(i))}}async function jy(t,e,r,n=Ay){let o=i=>({type:"gh_runner_teardown_result",requestId:e.requestId,projectId:t.projectId,ok:!1,error:i});try{let{githubToken:i,repo:s}=await _y(t,e,n),a={owner:s.owner,repo:s.repoName};try{a.removeToken=await n.api.mintRemoveToken(i,s.owner,s.repoName)}catch(p){r.warn(`[ghr] remove-token for ${s.owner}/${s.repoName} failed (${p instanceof Error?p.message:p}) \u2014 the runner host will force-remove`)}let c={projectId:t.projectId,runners:[a]},l=ir(e.runnerPublicKey,JSON.stringify(c));fu(e.runnerId,e.fingerprint),r.info(`[ghr] removal bundle for ${s.owner}/${s.repoName} sealed for runner host ${e.runnerName} \u2014 handing off`);let u=await n.teardownOnRunner(t.hubUrl,t.cliToken,e.runnerId,{projectId:t.projectId,sealedBundle:l,owner:s.owner,repo:s.repoName});return{type:"gh_runner_teardown_result",requestId:e.requestId,projectId:t.projectId,ok:u.ok,...u.error?{error:u.error}:{}}}catch(i){return o(i instanceof Error?i.message:String(i))}}Ge();D();import{existsSync as pR}from"node:fs";import{join as Ny}from"node:path";import{simpleGit as Ly}from"simple-git";async function mu(t,e,r,n,o){for(let i of r.repos){let s=e.find(u=>u.name===i.repoName);if(!s)continue;let a=`${r.taskKey}:${s.name}:${i.branchName}`;if(!lr(i.branchName)){n.has(a)||(n.add(a),o.warn(`[pull] ${r.taskKey} ${s.mountAs}: refusing suspicious branch name`));continue}let c=Ny(t,s.mountAs);if(!pR(Ny(c,".git")))continue;let l=Ly(c);try{let u=await hR(l,i.branchName);await l.fetch(await fR(l,s),`refs/heads/${i.branchName}`);let p=(await l.revparse(["FETCH_HEAD"])).trim();if(u===p)continue;if(await mR(l,c,i.branchName)){n.has(a)||(n.add(a),o.info(`[pull] ${r.taskKey} \u2192 ${s.mountAs}: ${i.branchName} is checked out here \u2014 fetched ${p.slice(0,10)}; merge or pull it in that checkout yourself`));continue}await l.raw(["branch","-f",i.branchName,p]),o.info(`[pull] ${r.taskKey} \u2192 ${s.mountAs}: ${i.branchName} ${p.slice(0,10)} (checkout untouched)`)}catch(u){if(n.has(a))continue;n.add(a),o.warn(`[pull] ${r.taskKey} ${s.mountAs}: ${i.branchName} unavailable \u2014 `+(u instanceof Error?u.message.split(`
|
|
1091
|
+
`)[0]:String(u)))}}}async function fR(t,e){if(e.mirror)return Oy(e.mirror);try{if((await t.getRemotes(!0)).find(n=>n.name==="origin")?.refs?.fetch)return"origin"}catch{}return e.host&&e.owner&&e.repoName?Oy({host:e.host,owner:e.owner,repoName:e.repoName}):"origin"}function Oy(t){return t.host==="github"?`git@github.com:${t.owner}/${t.repoName}.git`:t.host==="gitlab"?`git@gitlab.com:${t.owner}/${t.repoName}.git`:`git@bitbucket.org:${t.owner}/${t.repoName}.git`}async function mR(t,e,r){try{return(await t.raw(["worktree","list","--porcelain"])).split(`
|
|
1092
|
+
`).some(o=>o.trim()===`branch refs/heads/${r}`)}catch{try{return(await Ly(e).revparse(["--abbrev-ref","HEAD"])).trim()===r}catch{return!1}}}async function hR(t,e){try{return(await t.revparse([e])).trim()}catch{return null}}var Xs=class{constructor(e,r,n,o){this.intervalMs=e;this.fetchDeliverables=r;this.workspace=n;this.log=o}timer=null;running=!1;caughtUp=!1;warned=new Set;start(){if(this.timer)return;this.log.info(`[pull] local delivery started (interval=${this.intervalMs}ms)`);let e=()=>void this.runOnce();e(),this.timer=setInterval(e,this.intervalMs)}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[pull] local delivery stopped"))}poke(){this.runOnce()}async runOnce(){if(!this.running){this.running=!0;try{let e=await this.fetchDeliverables(),r=this.caughtUp?e.filter(n=>n.phase==="TRACKING"||n.phase==="AWAITING_CLUSTER"):e;for(let n of r)await mu(this.workspace.root,this.workspace.repos,n,this.warned,this.log);this.caughtUp=!0}catch(e){this.log.warn(`[pull] pass failed: ${e instanceof Error?e.message:String(e)}`)}finally{this.running=!1}}}};D();$t();fe();var My=16*1024;function gR(t){return ut.test(t)?Qt(t)?`secret name "${t}" is reserved`:null:`secret name must match ${ut}`}function Dy(t,e,r,n){let o=gR(e);if(o)return{ok:!1,detail:o};let i;try{let s=JSON.parse(Jn(n,r).toString("utf-8"));if(typeof s.value!="string"||s.value.length===0)return{ok:!1,detail:"payload has no value"};i=s.value}catch(s){return{ok:!1,detail:`cannot open the sealed secret (${s instanceof Error?s.message:String(s)}) \u2014 wrong channel key?`}}if(i.length>My)return{ok:!1,detail:`secret value too large (max ${My} chars)`};try{return Uf(t,e,i),{ok:!0}}catch(s){return{ok:!1,detail:s instanceof Error?s.message:String(s)}}}function Uy(t,e){try{return Bf(t,e)?{ok:!0}:{ok:!0,detail:"no such secret (already absent)"}}catch(r){return{ok:!1,detail:r instanceof Error?r.message:String(r)}}}Kn();fe();nr();var Js=class{constructor(e,r,n){this.intervalMs=e;this.send=r;this.log=n}targets=new Map;lastSig=new Map;timer=null;running=!1;setTargets(e){this.targets.clear(),this.lastSig.clear();for(let r of e)this.targets.set(r.taskId,r);this.log.info(`[track] targets updated: ${this.targets.size} task(s)`)}start(){if(this.timer)return;this.log.info(`[track] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[track] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs)}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[track] poller stopped"))}async tickOnce(){await this.tick()}async tick(){if(!this.running){this.running=!0;try{for(let[e,r]of this.targets)await this.processTask(e,r)}finally{this.running=!1}}}async processTask(e,r){let n=[],o=e.split(":",2)[0]??"";for(let a of r.prs){let{spec:c,host:l}=hr(o,a.repoSpec);try{let u=await l.getPullRequest(c,a.number);n.push({number:a.number,repoName:a.repoSpec.name,url:a.url,state:u.state,merged:u.merged,ci:u.ci,mergeable:u.mergeable})}catch(u){if(u instanceof en){this.log.warn(`[track] task=${e} pr=${a.url} not found \u2014 skipping tick for this task`);return}this.log.warn(`[track] task=${e} pr=${a.url} fetch failed: ${u instanceof Error?u.message:String(u)}`);return}}let i=n.map(a=>`${a.repoName??""}#${a.number}:${a.state}:${a.merged?1:0}:${a.ci}:${a.mergeable}`).join("|");if(this.lastSig.get(e)===i)return;for(let a=0;a<n.length;a++){let c=n[a];if(c.ci!=="failed")continue;let{spec:l,host:u}=hr(o,r.prs[a].repoSpec);if(u.getCiFailureLog)try{let p=await u.getCiFailureLog(l,c.number);p&&(c.ciFailureLog=p)}catch(p){this.log.warn(`[track] task=${e} pr=${c.url} ci-log fetch failed: ${p instanceof Error?p.message:String(p)}`)}}this.send({type:"pr_state_observed",taskId:e,prs:n}),this.lastSig.set(e,i);let s=yR(n);this.log.info(`[track] task=${e} snapshot signalled${s?` \u2192 ${s}`:""} (${n.length} PR(s))`)}};function yR(t){return t.length===0?null:t.some(e=>e.state==="closed"&&!e.merged)?"needs_manual":t.every(e=>e.merged)?"done":null}D();Xn();var Zs=class{constructor(e,r,n,o=i=>Ss(zn(i))){this.intervalMs=e;this.send=r;this.log=n;this.listBranches=o}projectId="";repos=[];lastSig=new Map;timer=null;running=!1;setRepos(e,r){this.projectId=e,this.repos=r,this.lastSig.clear()}start(){if(this.timer)return;this.log.info(`[branches] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[branches] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs),typeof this.timer.unref=="function"&&this.timer.unref()}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[branches] poller stopped"))}async tickOnce(){await this.tick()}async tick(){if(!this.running){this.running=!0;try{for(let e of this.repos)await this.processRepo(e)}finally{this.running=!1}}}async processRepo(e){let r=e.gitFlow;if(!r||r.flow==="simple")return;let n;try{n=await this.listBranches(e)}catch(s){this.log.warn(`[branches] repo=${e.name} ls-remote failed: ${s instanceof Error?s.message:String(s)}`);return}let o=n.filter(s=>Rc(s,r)).sort(),i=o.join("|");this.lastSig.get(e.name)!==i&&(this.send({type:"branches_observation",projectId:this.projectId,repoName:e.name,branches:o}),this.lastSig.set(e.name,i),this.log.info(`[branches] repo=${e.name} reported ${o.length} base candidate(s)`))}};D();nr();var Qs=class{constructor(e,r,n,o=wR,i=bR){this.intervalMs=e;this.send=r;this.log=n;this.read=o;this.readFailureLog=i}projectId="";repos=[];lastSig=new Map;timer=null;running=!1;setRepos(e,r){this.projectId=e,this.repos=r;let n=new Set(r.map(o=>o.name));for(let o of[...this.lastSig.keys()])n.has(o)||this.lastSig.delete(o)}start(){if(this.timer)return;this.log.info(`[branch-ci] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[branch-ci] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs),typeof this.timer.unref=="function"&&this.timer.unref()}stop(){this.timer&&(clearInterval(this.timer),this.timer=null)}async tick(){if(!(this.running||!this.projectId)){this.running=!0;try{for(let e of this.repos){let r=An(e);try{let n=await this.read(this.projectId,e,r);if(!n||n.ci==="none")continue;let o=`${r}:${n.ci}:${n.headSha}`;if(this.lastSig.get(e.name)===o)continue;let i;n.ci==="failed"&&(i=await this.readFailureLog(this.projectId,e,n.headSha).catch(()=>{})),this.send({type:"branch_ci_observed",projectId:this.projectId,repoName:e.name,branch:r,ci:n.ci,headSha:n.headSha,...i?{ciFailureLog:i}:{}}),this.lastSig.set(e.name,o),this.log.info(`[branch-ci] ${e.name}#${r}: ${n.ci} @ ${n.headSha.slice(0,10)}`)}catch(n){this.log.warn(`[branch-ci] ${e.name}#${r}: read failed \u2014 ${n instanceof Error?n.message:String(n)}`)}}}finally{this.running=!1}}}};async function wR(t,e,r){let{spec:n,host:o}=hr(t,e);if(!o.getBranchCi)return null;let i=await o.getBranchCi(n,r);return i?{ci:i.ci,headSha:i.headSha}:null}async function bR(t,e,r){let{spec:n,host:o}=hr(t,e);if(o.getCiFailureLogForSha)return await o.getCiFailureLogForSha(n,r)}D();var ea=class t{constructor(e,r,n,o={contextDir:null}){this.intervalMs=e;this.send=r;this.log=n;this.options=o}request=null;timer=null;running=!1;warnedMissingCfg=!1;shippedAttachments=new Set;abandonedTicks=0;static MAX_ABANDONED_TICKS=3;setRequest(e){let r=this.request?.projectId;this.request=e,this.log.info(`[tracker-sync] request updated: project=${e.projectKey} columns=[${e.sourceColumns.join(",")}] sinceMs=${e.sinceMs} offBoard=${e.offBoardIssueIds.length}`),this.timer||this.start(),r&&r!==e.projectId&&this.log.info(`[tracker-sync] project switch ${r} \u2192 ${e.projectId}`)}start(){if(this.timer)return;this.log.info(`[tracker-sync] poller started (interval=${this.intervalMs}ms)`);let e=()=>{this.tick().catch(r=>this.log.warn(`[tracker-sync] tick crashed: ${r instanceof Error?r.message:String(r)}`))};e(),this.timer=setInterval(e,this.intervalMs)}stop(){this.timer&&(clearInterval(this.timer),this.timer=null,this.log.info("[tracker-sync] poller stopped"))}async tickOnce(){await this.tick()}async forceSync(){if(!this.request){this.log.info("[tracker-sync] force requested but no sync_request yet \u2014 ignored");return}this.log.info("[tracker-sync] force sync requested (manual)"),await this.tick()}async tick(){if(this.running||!this.request)return;let r=(this.options.resolveProvider??(()=>Ht({contextDir:this.options.contextDir})))();if(!r.ok){this.warnedMissingCfg||(this.warnedMissingCfg=!0,this.log.warn(`[tracker-sync] tracker provider unavailable (${r.error}) \u2014 poller idle.`));return}this.warnedMissingCfg=!1,this.running=!0;try{await this.pollOnce(this.request,r.provider)}finally{this.running=!1}}async pollOnce(e,r){let n=Date.now(),o;try{let $=e.stageField?{stageField:e.stageField}:{},h=e.requireAssignee&&e.assignee?{assignee:e.assignee}:e.requireAssignee&&!e.assignee?{requireAnyAssignee:!0}:{},_=(e.backlogScope??"personal")==="shared"&&!!e.requireAssignee&&!!e.backlogColumn;if(r.kind==="internal")o=await r.listIssues({projectKey:e.projectKey});else if(_){let E=[...new Set([...e.sourceColumns,...e.rejectColumns??[],...e.doneColumns??[],...e.reviewColumns??[]])],[M,P]=await Promise.all([E.length>0?r.listIssues({projectKey:e.projectKey,columns:E,...$,...h}):Promise.resolve([]),r.listIssues({projectKey:e.projectKey,columns:[e.backlogColumn],...$})]),B=new Map;for(let H of[...M,...P])B.set(H.id,H);o=[...B.values()]}else{let E=[...new Set([...e.sourceColumns,...e.rejectColumns??[],...e.doneColumns??[],...e.reviewColumns??[],...e.backlogColumn?[e.backlogColumn]:[]])];o=await r.listIssues({projectKey:e.projectKey,columns:E,...$,...h})}}catch($){let h=$ instanceof Error?$.message:String($);h.includes("stage_field")?this.log.warn(`[tracker-sync] CONFIGURATION ERROR \u2014 ${h}`):this.log.warn(`[tracker-sync] listIssues failed: ${h}`);return}let i=new Map,s=new Set,a=new Set(e.doneColumns??[]);for(let $ of o){if(s.add($.id),a.has($.status))continue;let h=await Gy(r,$.id,e.sinceMs,this.log);h&&i.set($.id,h)}let c=[];for(let $ of e.offBoardIssueIds){if(s.has($))continue;let h=await Gy(r,$,e.sinceMs,this.log);h&&h.length>0&&i.set($,h);let R=await Fy(r,$,e.stageField,this.log);if(R)c.push(R);else if(h&&h.length>0){this.abandonTick("off-board issue fetch failed with new comments");return}}let l=o.filter($=>!a.has($.status)),{attachmentsByIssue:u,attachmentKeys:p}=await this.collectAttachments(l,i,r);if(!this.options.contextDir){this.abandonTick("no Context Repo clone (headless / clone failed) \u2014 cannot deliver task content");return}let d=[...l,...c].map($=>({issue:$,comments:i.get($.id)??[],attachments:u.get($.id)??[]}));d.push(...await Zg(this.options.contextDir,d,$=>Fy(r,$,e.stageField,this.log)));try{await Bs(this.options.contextDir,e.projectId,d),this.abandonedTicks=0;for(let $ of p)this.shippedAttachments.add($)}catch($){let h=$ instanceof Error?$.message:String($);this.abandonTick(`context task sync failed: ${h}`);return}let f=this.options.isSelfComment??(()=>!1),m=[],y=[];for(let[$,h]of i){let R=h.filter(E=>!f(E.id));if(R.length===0)continue;m.push({issueId:$,comments:R.map(kR)});let _=R.flatMap(E=>{let M=Xr(E.body);return M?[{commentId:E.id,author:E.author,name:M.name,args:M.args,createdAt:E.createdAt}]:[]});_.length>0&&y.push({issueId:$,commands:_})}let w={type:"youtrack_observation",projectId:e.projectId,issues:o.map(By),commentsBatch:m,...y.length>0?{commandsBatch:y}:{},...c.length>0?{offBoardIssues:c.map(By)}:{},observedAtMs:n};this.send(w);let b=m.reduce(($,h)=>$+h.comments.length,0),k=y.reduce(($,h)=>$+h.commands.length,0);this.log.info(`[tracker-sync] observation sent: issues=${o.length} comments=${b} commands=${k} (sinceMs=${e.sinceMs})`)}abandonTick(e){this.abandonedTicks++,this.abandonedTicks<=t.MAX_ABANDONED_TICKS?this.log.warn(`[tracker-sync] ${e} \u2014 tick abandoned (${this.abandonedTicks}/${t.MAX_ABANDONED_TICKS}), will retry`):this.log.warn(`[tracker-sync] ERROR: ${e} \u2014 still failing after ${this.abandonedTicks} ticks; the project is STALLED until the Context Repo clone is restored`)}async collectAttachments(e,r,n){let o=new Map,i=[];for(let s of e){let a=[...s.attachments??[]];for(let u of r.get(s.id)??[])a.push(...u.attachments??[]);if(a.length===0)continue;let c=[],l=new Set;for(let u of a){let p=`${s.id}:${u.id}`;if(this.shippedAttachments.has(p))continue;let d;try{d=await n.downloadAttachment(u.url)}catch(m){this.log.warn(`[tracker-sync] attachment ${u.name} (${s.id}) download failed: ${m instanceof Error?m.message:String(m)}`);continue}let f=vR(u.name);l.has(f)&&(f=`${u.id}-${f}`),l.add(f),c.push({name:f,contentBase64:d.toString("base64")}),i.push(p)}c.length>0&&o.set(s.id,c)}return{attachmentsByIssue:o,attachmentKeys:i}}};function By(t){let{description:e,...r}=t;return r}function kR(t){let{body:e,...r}=t;return r}function vR(t){let r=(t.split(/[\\/]/).pop()??t).replace(/[^A-Za-z0-9._-]/g,"_").replace(/^\.+/,"");return r.length>0?r.slice(0,120):"attachment"}async function Fy(t,e,r,n){try{return await t.getIssue(e,r)}catch(o){return n.warn(`[tracker-sync] getIssue ${e} failed: ${o instanceof Error?o.message:String(o)}`),null}}async function Gy(t,e,r,n){try{return await t.listComments(e,r)}catch(o){return n.warn(`[tracker-sync] listComments ${e} failed: ${o instanceof Error?o.message:String(o)}`),null}}async function DR(t,e){let r=t.repos.filter(i=>i.mirror);if(r.length===0)return[];let{mirrorLag:n}=await Promise.resolve().then(()=>(Gs(),Fs)),o=[];for(let i of r){let s=i.mountAs==="."?t.root:un(t.root,i.mountAs);try{o.push({repo:i.name,behind:await n(i,s)})}catch(a){e.warn(`[mirror] lag for ${i.name} unknown: ${a instanceof Error?a.message:String(a)}`),o.push({repo:i.name,behind:null})}}return o}var Su="npm i -g @code-partner/codepipe@latest";function sa(t,e={}){let r=e.log??{info:h=>console.log(h),warn:h=>console.warn(h)};r.info(`codepipe-cli v${ct} (protocol ${Rt})`);let n=h=>e.onEvent?.(h),o=e.workspace;o?.contextDir&&Zm(o.contextDir,r);let i=()=>{if(o?.contextDir)try{Wn(o.contextDir,o.root,r)}catch(h){r.warn(`[skills] materialize failed (non-fatal): ${h instanceof Error?h.message:String(h)}`)}};i();let s=Tu("CLI_TRACKING_POLL_INTERVAL_SEC"),a=parseInt(process.env.CLI_BRANCH_CI_POLL_INTERVAL_SEC??"300",10),c=Number.isFinite(a)&&a>0?a*1e3:3e5,l=Tu("CLI_YOUTRACK_POLL_INTERVAL_SEC"),u=(()=>{let h=parseInt(process.env.CLI_READINESS_INTERVAL_SEC??"600",10);return Number.isFinite(h)&&h>0?h*1e3:6e5})(),p=!1,d=!1,f=!1,m=!1,y=new Set,w=!1,b=new Set,k=$();function $(){let h=qs(t.hubUrl,t.cliToken),R=null,_=new Js(s,F=>{h.readyState===h.OPEN&&h.send(JSON.stringify(F))},r),E=new Zs(s,F=>{h.readyState===h.OPEN&&h.send(JSON.stringify(F))},r),M=new Qs(c,F=>{h.readyState===h.OPEN&&h.send(JSON.stringify(F))},r),P=o&&o.repos.length>0?new Xs(Tu("CLI_LOCAL_PULL_INTERVAL_SEC"),()=>zs(t.hubUrl,t.cliToken,t.projectId),{root:o.root,repos:o.repos},r):null,B=new ea(l,F=>{h.readyState===h.OPEN&&h.send(JSON.stringify(F))},r,{contextDir:o?.contextDir??null,isSelfComment:F=>b.has(F)}),H=null,A=async()=>{try{let F={trackerProvider:su(o?.contextDir??null)};try{let S=await le(t.hubUrl,t.cliToken,t.projectId);F={...F,repos:S.repos,contextRepo:S.contextRepo},E.setRepos(t.projectId,S.repos),M.setRepos(t.projectId,S.repos)}catch(S){r.warn(`[readiness] could not fetch project summary for push checks: ${S instanceof Error?S.message:String(S)}`)}let q=await Cm(t.projectId,F),U=o?await DR(o,r):[];if(i(),h.readyState!==h.OPEN)return;let v={type:"cli_readiness",projectId:t.projectId,ready:q.ready,checks:q.checks,creds:q.creds,secretNames:Ff(t.projectId),...o?{mirrors:U}:{},checkedAt:q.checkedAt};if(h.send(JSON.stringify(v)),q.ready)r.info("[readiness] ready");else{let S=q.checks.filter(C=>!C.ok).map(C=>`${C.name}(${C.detail??""})`);r.warn(`[readiness] NOT ready \u2014 ${S.join(", ")}`)}let N=Om(q.creds,f);if(N==="open"){f=!0;let S=wl(t.hubUrl,t.projectId);r.info(`[agent-auth] Claude token invalid (401) \u2014 opening the dashboard to re-authorize: ${S}`),wr(S)}else N==="rearm"&&(f=!1)}catch(F){r.warn(`[readiness] check failed: ${F instanceof Error?F.message:String(F)}`)}},g=()=>{A(),H=setInterval(()=>void A(),u),typeof H.unref=="function"&&H.unref()},T=()=>{H&&(clearInterval(H),H=null)},I=150,G=new Map,Y=F=>{let q=G.get(F);if(!q||(q.timer&&clearTimeout(q.timer),G.delete(F),q.events.length===0||h.readyState!==h.OPEN))return;let U={type:"run_activity",projectId:t.projectId,runId:F,events:q.events};h.send(JSON.stringify(U))},re=(F,q)=>{let U=G.get(F);if(U||(U={events:[],timer:null},G.set(F,U)),U.events.push(q),q.kind==="result"){Y(F);return}U.timer||(U.timer=setTimeout(()=>Y(F),I),U.timer.unref?.())},We=o?.contextDir?new ys(o.contextDir,t.projectId,F=>{h.readyState===h.OPEN&&h.send(JSON.stringify(F))},r):null,St=async()=>{let F=o?.contextDir;if(!F)throw new Error("no context repo clone on this CLI");let q;try{q=(await le(t.hubUrl,t.cliToken,t.projectId)).contextRepo}catch{}let U=await Sh(F,t.projectId,q,r);return h.readyState===h.OPEN&&h.send(JSON.stringify(U)),U},oe=null,Re=async()=>{let F=o?.contextDir;if(F)try{let{readContextIndexHub:q,collectSearchRows:U}=await Promise.resolve().then(()=>(ci(),ai));if(q(F)!=="metadata")return;let v=U(F);h.readyState===h.OPEN&&(h.send(JSON.stringify({type:"model_index",projectId:t.projectId,rows:v})),r.info(`[model] tier-2 index snapshot pushed (${v.length} rows)`))}catch(q){r.warn(`[model] tier-2 index push failed (non-fatal): ${q instanceof Error?q.message:String(q)}`)}},je=()=>{oe&&clearTimeout(oe),oe=setTimeout(()=>void Re(),5e3)},Et=async()=>{if(!o?.contextDir)throw new Error("no Context Repo clone on this CLI");if(w)throw new Error("model bootstrap is already running");w=!0;try{let F=await le(t.hubUrl,t.cliToken,t.projectId),{bootstrapDaemonModel:q}=await Promise.resolve().then(()=>(hi(),ia)),U=await q(t.projectId,{root:o.root,contextDir:o.contextDir},F.repos,v=>r.info(`[model] ${v}`));return r.info(`[model] bootstrap done: ${U.repos} repos, ${U.events} task events`),je(),U}finally{w=!1}},Ce=null,mt=async F=>{if(o?.contextDir)try{let q=await Promise.resolve().then(()=>(hi(),ia)),U={root:o.root,contextDir:o.contextDir,repos:o.repos};if(q.shouldAutoBootstrapModel(o.contextDir)){await q.syncWorkspaceMirrors(U,N=>r.info(N));try{await Et()}catch(N){r.warn(`[model] auto-bootstrap failed (non-fatal): ${N instanceof Error?N.message:String(N)}`)}return}(await q.rebuildWorkspaceModelIfStale(U,{fetch:F,onLog:N=>r.info(N)})).rebuilt.length>0&&je()}catch(q){r.warn(`[model] release-path rebuild failed (non-fatal): ${q instanceof Error?q.message:String(q)}`)}},Tt=F=>{Ce&&clearTimeout(Ce),Ce=setTimeout(()=>void mt(F),6e4)},Br=setInterval(()=>void mt(!0),6*36e5);return h.on("open",()=>{r.info("[ws] connected"),n({kind:"connected"});let F=zf(t.projectId),q=te("ORIGIN")==="farm"?"farm":"local",U=te("FARM_ID"),v=t.accountEmail??F.email,N;try{let C=Gh(t.projectId);C&&(N=C.publicKey,r.info(`[cred-channel] key fingerprint: ${C.fingerprint}`))}catch(C){r.warn(`[cred-channel] key setup failed (token replacement via dashboard unavailable): ${C instanceof Error?C.message:String(C)}`)}let S={type:"register",projectId:t.projectId,platformVersion:ct,protocolVersion:Rt,accountId:F.accountId,accountSourceKey:F.sourceKey,accountLabel:F.label,origin:q,inFlightActionIds:[...y],...v?{accountEmail:v}:{},...q==="farm"&&U?{farmId:U}:{},...N?{sealPublicKey:N}:{}};h.send(JSON.stringify(S))}),h.on("message",async F=>{let q=F.toString("utf-8");if(q==="pong"||q==="ping")return;let U;try{U=JSON.parse(q)}catch{return}if(!U||typeof U!="object")return;let v=U.type;if(v==="registered"){let S=U;if(S.ok){if(r.info(`[ws] registered for project ${S.projectId}`),n({kind:"registered",projectId:S.projectId??t.projectId}),_.start(),E.start(),M.start(),P?.start(),We?.start(),g(),Eu(t,o,r),o?.contextDir){try{let C=bs(o.contextDir,t.projectId);h.readyState===h.OPEN&&h.send(JSON.stringify(C)),C.outdated&&(r.warn(`[ctx] context format outdated: v${C.templateVersion} \u2192 v${C.currentVersion}`+(C.missingPaths.length>0?` (missing: ${C.missingPaths.join(", ")})`:"")),d||(d=!0,St().catch(()=>{})))}catch(C){r.warn(`[ctx] context-format detect failed (non-fatal): ${C instanceof Error?C.message:String(C)}`)}Re(),Tt(!0)}}else r.warn(`[ws] register rejected: ${S.reason??"unknown"}`),n({kind:"register_rejected",reason:S.reason??"unknown"}),p=!0,h.close();return}if(v==="hello"){let S=U;R=Ao(S.protocolVersion);let C=R?"compatible":"INCOMPATIBLE";r.info(`[ws] hub v${S.platformVersion} (protocol ${S.protocolVersion}) \u2014 ${C}`),R||(r.warn(`[ws] HUB protocol incompatible with this CLI (v${ct}, protocol ${Rt}) \u2014 WriteActions will be refused until versions align.`),r.warn(`[ws] update the CLI: ${Su}`),n({kind:"incompatible",hubVersion:typeof S.platformVersion=="string"?S.platformVersion:null,hubProtocol:typeof S.protocolVersion=="number"?S.protocolVersion:null,updateCommand:Su}));return}if(v==="tracking_targets"){_.setTargets(U.targets),P?.poke();return}if(v==="youtrack_sync_request"){B.setRequest(U);return}if(v==="youtrack_force_sync"){B.forceSync();return}if(v==="sync_local"){await FR(U,o,h,r);return}if(v==="provision_repo"){let S=U;r.info(`[repo] provision_repo: ${S.repo.name} (${S.repo.host}:${S.repo.owner}/${S.repo.repoName})`),await UR(t,o,S.repo,r),await Eu(t,o,r);return}if(v==="remove_repo"){let S=U;r.info(`[repo] remove_repo: ${S.repoName}${S.purge?" (purge)":""}`),await Eu(t,o,r),S.purge&&BR(t,o,S.repoName,r);return}if(v==="context_write"){await GR(U,o,h,r),i();return}if(v==="adr_promote"){await KR(U,o,h,r),i();return}if(v==="cred_update"){let S=U,C=J(t.projectId),W=C?.sealKey?await Kh(t.projectId,S.kind,S.sealed,C.sealKey.privateKey):{ok:!1,detail:"no cred-channel key on this CLI (restart the daemon)"},X={type:"cred_update_result",updateId:S.updateId,projectId:t.projectId,ok:W.ok,...W.detail?{detail:W.detail}:{}};h.readyState===h.OPEN&&h.send(JSON.stringify(X)),W.ok?(r.info(`[cred] ${S.kind} replaced${W.detail?` \u2014 ${W.detail}`:""}`),A()):r.warn(`[cred] ${S.kind} replacement rejected: ${W.detail??"unknown"}`);return}if(v==="readiness_check"){r.info("[readiness] on-demand check requested"),A();return}if(v==="agent_auth_required"){let S=wl(t.hubUrl,t.projectId);r.warn(`[agent-auth] the agent has no working Claude login \u2014 the project is paused.
|
|
1093
1093
|
fix either way:
|
|
1094
1094
|
1. sign this machine in: run \`claude\` and log in, then the pipeline resumes on its own
|
|
1095
1095
|
2. give the project its own token: \`codepipe login\` (or paste one in the dashboard)
|
|
1096
|
-
dashboard: ${S}`),m||(m=!0,fr(S));return}if($==="agent_login_start"){Sm(t,h,D,r,C);return}if($==="move_to_farm"){let S=D;r.info(`[farm-move] request to move ${t.projectId} onto farm ${S.farmName} (${S.farmId})`);let I=await hy(t,S,o?.contextDir,r);h.readyState===h.OPEN&&h.send(JSON.stringify(I)),I.ok?r.info(`[farm-move] done \u2014 farm daemon ${I.daemonStatus??"started"}; expecting takeover`):r.warn(`[farm-move] failed: ${I.error??"unknown error"}`);return}if($==="gh_runner_setup"){let S=D;r.info(`[ghr] runner setup for ${t.projectId} on runner host ${S.runnerName} (${S.runnerId})`);let I=await $y(t,S,r);h.readyState===h.OPEN&&h.send(JSON.stringify(I)),I.ok?r.info(`[ghr] runners connected on ${S.runnerName}`):r.warn(`[ghr] setup failed: ${I.error??"see per-repo statuses"}`);return}if($==="gh_runner_teardown"){let S=D;r.info(`[ghr] runner teardown for ${t.projectId} on runner host ${S.runnerName} (${S.runnerId})`);let I=await xy(t,S,r);h.readyState===h.OPEN&&h.send(JSON.stringify(I)),I.ok?r.info(`[ghr] runners disconnected from ${S.runnerName}`):r.warn(`[ghr] teardown failed: ${I.error??"unknown error"}`);return}if($==="tracker_fields_request"){let S=D,I={type:"tracker_fields_result",requestId:S.requestId,projectId:t.projectId,ok:!1},F=Ft({contextDir:o?.contextDir??null});if(!F.ok)I.error=F.error;else try{I.fields=await F.provider.fetchStateFields(S.projectKey),I.ok=!0}catch(V){I.error=V instanceof Error?V.message:String(V)}h.readyState===h.OPEN&&h.send(JSON.stringify(I)),I.ok||r.warn(`[yt-fields] listing failed: ${I.error??"unknown"}`);return}if($==="project_secret_update"||$==="project_secret_delete"){let S=D,I;if(S.type==="project_secret_update"){let V=X(t.projectId);I=V?.sealKey?Iy(t.projectId,S.name,S.sealed,V.sealKey.privateKey):{ok:!1,detail:"no cred-channel key on this CLI (restart the daemon)"}}else I=Cy(t.projectId,S.name);let F={type:"project_secret_update_result",updateId:S.updateId,projectId:t.projectId,ok:I.ok,...I.detail?{detail:I.detail}:{}};h.readyState===h.OPEN&&h.send(JSON.stringify(F)),I.ok?(r.info(`[secret] ${S.name} ${S.type==="project_secret_update"?"saved":"deleted"}`+(I.detail?` \u2014 ${I.detail}`:"")),C()):r.warn(`[secret] ${S.name} rejected: ${I.detail??"unknown"}`);return}if($==="sandbox_keys"){let S=X(t.projectId);if(!S){r.warn(`[cred] sandbox_keys received but no secrets for ${t.projectId} \u2014 cannot seal`);return}let I=Ln(t.projectId),F=Ih(D,S,I,r);for(let V of F)h.readyState===h.OPEN&&h.send(JSON.stringify(V));return}if($!=="dispatch_action")return;let _=D;if(T===!1){let S=`refused: HUB protocol incompatible with CLI v${ot} (protocol ${Rt})`;h.send(JSON.stringify({type:"action_result",actionId:_.actionId,status:"failed",error:S})),r.warn(`[exec] ${_.actionId} (${_.action.type}) \u2192 REFUSED: ${S}`),r.warn(`[exec] update the CLI to clear this: ${hu}`),n({kind:"action",actionId:_.actionId,actionType:_.action.type,ok:!1,error:S});return}if(_.action.type==="model_drift"){y.add(_.actionId);try{let S,I=o?.repos.find(F=>F.name===_.action.repoName);if(!o?.contextDir||!I)S={status:"failed",error:"no local workspace/repo clone on this CLI"};else try{let{computeDriftReport:F}=await Promise.resolve().then(()=>(qy(),Wy)),V=I.mountAs==="."?o.root:rn(o.root,I.mountAs);S={status:"done",result:{report:await F(V,o.contextDir,I.name)}}}catch(F){S={status:"failed",error:F instanceof Error?F.message:String(F)}}h.send(JSON.stringify({type:"action_result",actionId:_.actionId,...S}))}finally{y.delete(_.actionId)}return}if(_.action.type==="model_bootstrap"){y.add(_.actionId);try{let S;try{let I=await xt();S={status:"done",result:{repos:I.repos,events:I.events}}}catch(I){S={status:"failed",error:I instanceof Error?I.message:String(I)},r.warn(`[model] bootstrap failed: ${S.error}`)}h.readyState===h.OPEN&&h.send(JSON.stringify({type:"action_result",actionId:_.actionId,...S}))}finally{y.delete(_.actionId)}return}y.add(_.actionId);try{let S=await Zg({action:_.action,repo:_.repo,trackerIssueId:_.trackerIssueId,contextDir:o?.contextDir,requestConfigReport:ut?()=>ut.reportNow():void 0,refreshContextStatus:o?.contextDir?Wt:void 0,onRunActivity:le}).catch(V=>({status:"failed",error:V instanceof Error?V.message:String(V)}));_.action.type==="tracker_comment"&&S.status==="done"&&"result"in S&&typeof S.result?.commentId=="string"&&w.add(S.result.commentId),h.send(JSON.stringify({type:"action_result",actionId:_.actionId,...S}));let I=S.status!=="failed",F=!I&&"error"in S?S.error:void 0;I?r.info(`[exec] ${_.actionId} (${_.action.type}) \u2192 done`):r.warn(`[exec] ${_.actionId} (${_.action.type}) \u2192 FAILED: ${F??"?"}`),n({kind:"action",actionId:_.actionId,actionType:_.action.type,ok:I,...F?{error:F}:{}}),I&&["apply_delivery","context_write","create_pr"].includes(_.action.type)&&_e(),I&&["merge_pr","merge_branch"].includes(_.action.type)&&St(!0)}finally{y.delete(_.actionId)}}),h.on("close",(U,K)=>{let D=K?.toString("utf-8")??"";if(r.info(`[ws] closed code=${U}${D?` reason=${D}`:""}`),R.stop(),v.stop(),P.stop(),N?.stop(),G.stop(),ut?.stop(),B(),clearInterval(Nr),Ie&&clearTimeout(Ie),we&&clearTimeout(we),D==="replaced"){p=!0,r.warn(`[ws] project ${t.projectId} was taken over by another CLI (HUB closed us as "replaced") \u2014 standing down, not reconnecting. Run exactly ONE CLI per project.`),n({kind:"replaced"});return}n({kind:"disconnected",code:U}),!p&&setTimeout(()=>{k=x()},2e3)}),h.on("error",U=>r.warn(`[ws] error: ${U.message}`)),h}return{stop(){p=!0,k.close()}}}async function gu(t,e,r){try{let n=await se(t.hubUrl,t.cliToken,t.projectId),{updated:o,errors:i}=await Xo(t.projectId,n.repos,e?.contextDir);for(let s of o)r.info(`[repo] restaged repo set in ${s}`);for(let s of i)r.warn(`[repo] could not restage ${s.path}: ${s.error}`)}catch(n){r.warn(`[repo] repo-set reconcile skipped: ${n instanceof Error?n.message:String(n)}`)}}async function bI(t,e,r,n){let o=r.mountAs??r.name;if(o==="."){n.info(`[repo] ${r.name} mounts in place (mount_as: .) \u2014 nothing to clone`);return}let i=e?rn(e.root,o):Ue(t.projectId,r.name);if(Yy(rn(i,".git"))){n.info(`[repo] ${r.name} already present at ${i}`);return}try{await yI().clone(e?qn(r):Il(r),i),n.info(`[repo] cloned ${r.name} \u2192 ${i}`)}catch(s){n.warn(`[repo] clone of ${r.name} failed (will retry lazily): ${s instanceof Error?s.message.trim():String(s)}`)}}function kI(t,e,r,n){let o=e?.repos.find(s=>s.name===r)?.mountAs??r,i=e?rn(e.root,o):Ue(t.projectId,r);if(e&&i===e.root){n.warn(`[repo] ${r} maps to the workspace root \u2014 skipping purge`);return}if(!Yy(rn(i,".git"))){n.info(`[repo] no local clone to purge for ${r} (${i})`);return}try{gI(i,{recursive:!0,force:!0}),n.info(`[repo] purged local clone ${i}`)}catch(s){n.warn(`[repo] purge of ${i} failed: ${s instanceof Error?s.message:String(s)}`)}}async function vI(t,e,r,n){if(!e){n.info(`[sync] sync_local for ${t.taskId} \u2014 no workspace (headless), skipped`);return}for(let o of t.repos){let i=e.repos.find(l=>l.name===o.repoName),s=rn(e.root,i?.mountAs??o.repoName),a=i?.defaultBranch??o.defaultBranch,c=await Rm(s,a).catch(l=>({status:"warn",reason:l instanceof Error?l.message:String(l)}));c.status==="updated"?n.info(`[sync] ${o.repoName}: fast-forwarded ${a} \u2192 origin`):c.status==="skipped"?n.info(`[sync] ${o.repoName}: not cloned in workspace \u2014 skipped`):(n.warn(`[sync] ${o.repoName}: ${c.reason??"sync skipped"}`),r.readyState===r.OPEN&&r.send(JSON.stringify({type:"local_sync_warning",taskId:t.taskId,repoName:o.repoName,reason:c.reason??"sync skipped"})))}}async function $I(t,e,r,n){let o=(i,s)=>{if(r.readyState!==r.OPEN)return;let a={type:"context_write_result",id:t.id,status:i};s&&(a.error=s),r.send(JSON.stringify(a))};if(!e?.contextDir){n.warn(`[ctx] context_write ${t.id} \u2014 no .codepipe clone (headless), reporting failed`),o("failed","no context repo clone on this CLI");return}try{await Pe(e.contextDir,t.files,t.message),n.info(`[ctx] context_write ${t.id}: committed ${t.files.length} file(s)`),o("done")}catch(i){let s=i instanceof Error?i.message:String(i);n.warn(`[ctx] context_write ${t.id} failed: ${s}`),o("failed",s)}}async function xI(t,e,r,n){let o=(i,s)=>{if(r.readyState!==r.OPEN)return;let a={type:"context_write_result",id:t.id,status:i};s&&(a.error=s),r.send(JSON.stringify(a))};if(!e?.contextDir){n.warn(`[adr] adr_promote ${t.id} \u2014 no .codepipe clone (headless), reporting failed`),o("failed","no context repo clone on this CLI");return}try{let i=t.source??"task",s=await qm(e.contextDir,t.taskKey,t.slugs,void 0,i);if(n.info(`[adr] adr_promote ${t.id}: promoted ${s.promoted.length}, skipped ${s.skipped.length}`+(s.promoted.length>0?` (${s.promoted.join(", ")})`:"")),s.missing.length>0){let a=l=>i==="staging"?`adr/DRAFT-${l}.md`:`tasks/${t.taskKey}/adr/DRAFT-${l}.md`,c=`draft file(s) missing in clone: ${s.missing.map(a).join(", ")}`;n.warn(`[adr] adr_promote ${t.id}: ${c}`),o("failed",c);return}o("done")}catch(i){let s=i instanceof Error?i.message:String(i);n.warn(`[adr] adr_promote ${t.id} failed: ${s}`),o("failed",s)}}function yu(t){let e=parseInt(process.env[t]??"60",10);return Number.isFinite(e)&&e>0?e*1e3:6e4}Be();de();Bt();bu();Ct();ks();async function iw(t={profile:void 0}){let{cfg:e,profile:r}=Nn(t.profile),n=X(e.projectId);n&&Bo(n),Jo(n?.github?.token??process.env.GH_TOKEN)&&console.log("[git] github.com over token-HTTPS (insteadOf) \u2014 farm transport"),Zo(n?.gitlab?.token??process.env.GITLAB_TOKEN)&&console.log("[git] gitlab.com over token-HTTPS (insteadOf) \u2014 farm transport"),Qo(n?.bitbucket?.apiToken||process.env.BITBUCKET_API_TOKEN)&&console.log("[git] bitbucket.org over token-HTTPS (insteadOf) \u2014 farm transport");let o=di(ku(),".codepipe","logs"),i=r?`cli-daemon-${r}`:"cli-daemon",s=zi("CLI_LOG",i,o);if(s.enabled){let d=new Dn(s);Xi(d),console.log(`[log] file logging \u2192 ${d.path} (rotate at ${s.maxBytes}B, keep ${s.maxFiles})`)}console.log(`codepipe daemon \u2192 ${e.hubUrl} (project=${e.projectId})`);let a=null,c=_n(e.projectId);if(c&&(a={root:c.root,contextDir:c.contextDir,repos:c.spec.repos},console.log(`[ctx] workspace found at ${c.root} \u2014 using its Context Repo clone`)),!a){let d=di(ku(),".codepipe",r?di("profiles",r,"context"):"context");if(await ru(e.hubUrl,e.cliToken,e.projectId,{phase:"context_cloning"}).catch(()=>{}),a=await nw(()=>ra({cfg:e,secrets:n,contextDir:d,log:{info:f=>console.log(f),warn:f=>console.warn(f)}}),{log:{warn:f=>console.warn(f)}}),a||await ru(e.hubUrl,e.cliToken,e.projectId,{phase:"context_cloning",error:"could not clone the Context Repo \u2014 check the context credentials (the daemon continues without config reporting)"}).catch(()=>{}),a?.contextDir){let f=di(ku(),".codepipe",r?di("profiles",r,"context-config"):"context-config");us(a.contextDir,f,{info:m=>console.log(m),warn:m=>console.warn(m)})}}let l=ea(e,{...a?{workspace:a}:{},onEvent:d=>{d.kind==="replaced"&&(console.error(`[daemon] project ${e.projectId} is now served by another CLI \u2014 exiting. Run exactly one CLI per project.`),process.exit(0))}}),u=!1;function p(d){u||(u=!0,console.log(`
|
|
1097
|
-
[${d}] shutting down`),l.stop(),setTimeout(()=>process.exit(0),200))}process.on("SIGINT",()=>p("SIGINT")),process.on("SIGTERM",()=>p("SIGTERM")),await new Promise(()=>{})}co();We();Be();async function wk(t={profile:void 0}){let e=Ze(t.profile);console.log(`connecting to ${e.hubUrl} (project=${e.projectId}) \u2026`);let r=Bs(e.hubUrl,e.cliToken),n=await new Promise(i=>{let s=[],a=!1,c=setTimeout(()=>{s.push("timeout"),r.close(),i({ok:!1,events:s})},5e3);r.on("open",()=>{s.push("open");let l={type:"register",projectId:e.projectId};r.send(JSON.stringify(l))}),r.on("message",l=>{let u=l.toString("utf-8");if(s.push(`msg:${u}`),u!=="pong")try{let p=JSON.parse(u);p.type==="registered"?(a=!!p.ok,clearTimeout(c),r.send("ping")):p.type}catch{}}),r.on("error",l=>s.push(`error:${l.message}`)),r.on("close",(l,u)=>{s.push(`close:${l}:${u?.toString()||""}`),clearTimeout(c),i({ok:a,events:s})}),setTimeout(()=>r.close(),1500)});for(let i of n.events)console.log(` ${i}`);n.ok||(console.error("hello failed"),process.exit(1)),console.log("ok \u2014 HUB reachable, CLI auth + project binding works.");try{let i=await se(e.hubUrl,e.cliToken,e.projectId);if(i.duplicateIntake){let s=i.duplicateIntake;console.warn(`warning: project \xAB${s.withProjectId}\xBB watches the same YouTrack columns (${s.columns.join(", ")}) and at least one of the two has no assignee filter \u2014 both will grab the same issues. Enable require_assignee + assignee on both.`)}}catch{}let o=Ve(t.profile);o?o.hubUrl===e.hubUrl.replace(/\/$/,"")?console.log(`worker: registered as ${o.sandboxId} (${o.name}), llm=${o.llm??"none"} \u2014 live state on the dashboard`):console.log(`worker: registered against a different HUB (${o.hubUrl})`):console.log("worker: not registered (run `codepipe up` or `codepipe worker register`)")}Si();import{readFileSync as ij}from"node:fs";M();We();Bt();ki();Zr();Qt();zr();Be();de();function Ee(t){throw new Error(t)}function Ae(t,e){return(typeof t!="string"||t.trim().length===0)&&Ee(`config: '${e}' must be a non-empty string`),t.trim()}function Ti(t,e){if(t==null)return;typeof t!="string"&&Ee(`config: '${e}' must be a string`);let r=t.trim();return r.length>0?r:void 0}function sj(t){(!t||typeof t!="object")&&Ee("config: expected a JSON object");let e=t,r=Ae(e.hubUrl,"hubUrl").replace(/\/$/,"");r.startsWith("http")||Ee("config: 'hubUrl' must start with http(s)://");let n=Ae(e.cliToken,"cliToken"),o=e.project;(!o||typeof o!="object")&&Ee("config: 'project' is required");let i=o,s=Ae(i.id,"project.id");ir.test(s)||Ee("config: 'project.id' must match /^[a-z][a-z0-9-]{1,30}$/");let a=Ae(i.name,"project.name"),c=Ae(i.automationLevel,"project.automationLevel");c!=="assisted"&&c!=="full"&&Ee("config: 'project.automationLevel' must be 'assisted' or 'full'");let l=i.repos;Array.isArray(l)||Ee("config: 'project.repos' must be an array");let u=l.map((k,x)=>{(!k||typeof k!="object")&&Ee(`config: project.repos[${x}] must be an object`);let h=k,T=Ae(h.host,`project.repos[${x}].host`);T!=="github"&&T!=="bitbucket"&&T!=="gitlab"&&Ee(`config: project.repos[${x}].host must be 'github', 'bitbucket' or 'gitlab'`);let R={name:Ae(h.name,`project.repos[${x}].name`),host:T,owner:Ae(h.owner,`project.repos[${x}].owner`),repoName:Ae(h.repoName,`project.repos[${x}].repoName`)},v=Ti(h.defaultBranch,`project.repos[${x}].defaultBranch`);v&&(R.defaultBranch=v);let P=Ti(h.mountAs,`project.repos[${x}].mountAs`);return P&&(R.mountAs=P),R}),p=i.contextRepo;(!p||typeof p!="object")&&Ee("config: 'project.contextRepo' is required");let d=p,f=Ti(d.host,"project.contextRepo.host")??"github";f!=="github"&&f!=="bitbucket"&&f!=="gitlab"&&Ee("config: 'project.contextRepo.host' must be 'github', 'bitbucket' or 'gitlab'");let m={host:f,owner:Ae(d.owner,"project.contextRepo.owner"),name:Ti(d.name,"project.contextRepo.name")??Dt(s)},y={hubUrl:r,cliToken:n,project:{id:s,name:a,automationLevel:c,repos:u,contextRepo:m}},b=Ti(i.youtrackProjectKey,"project.youtrackProjectKey");if(b&&(y.project.youtrackProjectKey=b),i.index!==void 0&&(typeof i.index!="boolean"&&Ee("config: 'project.index' must be a boolean"),y.project.index=i.index),i.youtrackWrites!==void 0&&(typeof i.youtrackWrites!="boolean"&&Ee("config: 'project.youtrackWrites' must be a boolean"),y.project.youtrackWrites=i.youtrackWrites),i.llmProvider!==void 0){let k=Ae(i.llmProvider,"project.llmProvider");k==="codex"&&Ee(`config: 'project.llmProvider' "codex" is not yet supported (coming soon); use "claude".`),k!=="claude"&&Ee("config: 'project.llmProvider' must be 'claude'"),y.project.llmProvider=k}let w=e.secrets;if(w!==void 0){(typeof w!="object"||w===null)&&Ee("config: 'secrets' must be an object");let k=w,x={};if(k.github){let h=k.github;x.github={token:Ae(h.token,"secrets.github.token")}}if(k.bitbucket){let h=k.bitbucket;x.bitbucket={email:Ae(h.email,"secrets.bitbucket.email"),apiToken:Ae(h.apiToken,"secrets.bitbucket.apiToken")}}if(k.gitlab){let h=k.gitlab;x.gitlab={token:Ae(h.token,"secrets.gitlab.token")}}if(k.youtrack){let h=k.youtrack;x.youtrack={url:Ae(h.url,"secrets.youtrack.url").replace(/\/$/,""),token:Ae(h.token,"secrets.youtrack.token")}}if(k.contextWrite){let h=k.contextWrite;x.contextWrite={token:Ae(h.token,"secrets.contextWrite.token")}}y.secrets=x}return y}async function aj(){let t=[];for await(let e of process.stdin)t.push(e);return Buffer.concat(t).toString("utf-8")}async function cj(t){let e=t.secrets;if(e){if(e.github){let r=t.project.contextRepo,n=await ar(e.github.token,r.host==="github"?{owner:r.owner}:void 0);console.log(` GitHub OK \u2014 ${n}`)}if(e.bitbucket){let r=t.project.repos.find(i=>i.host==="bitbucket"),n=r?.owner??(t.project.contextRepo.host==="bitbucket"?t.project.contextRepo.owner:void 0),o=await cr(e.bitbucket.email,e.bitbucket.apiToken,n);if(r){let i=await ts(e.bitbucket.email,e.bitbucket.apiToken,r.owner,r.repoName);if(i)throw new Error(`Bitbucket: ${i}`)}console.log(` Bitbucket OK \u2014 ${o}`)}if(e.gitlab){let r=await lr(e.gitlab.token);console.log(` GitLab OK \u2014 ${r}`)}if(e.youtrack){let r=await pr({baseUrl:e.youtrack.url,token:e.youtrack.token});console.log(` YouTrack OK \u2014 ${r}`)}}}async function Pv(t){let e=!t.configPath||t.configPath==="-"?await aj():ij(t.configPath,"utf-8"),r;try{r=JSON.parse(e)}catch(d){Ee(`config: invalid JSON \u2014 ${d instanceof Error?d.message:String(d)}`)}let n=sj(r),{hubUrl:o,cliToken:i,project:s}=n;console.log(`codepipe init --headless \u2192 ${o} (project=${s.id})`),t.skipVerify||(console.log("verifying credentials\u2026"),await cj(n));let a={projectId:s.id,name:s.name,automationLevel:s.automationLevel,repos:s.repos};s.youtrackProjectKey&&(a.youtrackProjectKey=s.youtrackProjectKey),console.log(`provisioning Context Repo ${s.contextRepo.owner}/${s.contextRepo.name} (${s.contextRepo.host})\u2026`);let c=n.secrets?.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,l;try{l=await lo(a,s.contextRepo,{githubToken:c,gitlabToken:n.secrets?.gitlab?.token??process.env.GITLAB_TOKEN,bitbucket:n.secrets?.bitbucket??Mn(),youtrackWrites:s.youtrackWrites??!0,trackerUrl:n.secrets?.youtrack?.url,log:{info:d=>console.log(` ${d}`),warn:d=>console.warn(` ${d}`)}})}catch(d){Ee(`Context Repo provisioning failed: ${d instanceof Error?d.message:String(d)}`)}a.contextRepo=l,console.log(`Context Repo ready: ${l.owner}/${l.name}@${l.branch}`),console.log(`registering project on ${o}\u2026`);let u;try{u=await vr(o,i,a)}catch(d){if(d instanceof J&&d.status===409)console.log(`project ${s.id} already exists on HUB \u2014 reusing it`),u=await se(o,i,s.id);else if(d instanceof J)Ee(`HUB \u2192 ${d.status} ${d.message}`);else throw d}console.log(`project ${u.projectId} ready (${u.provisioningStatus})`);let p={hubUrl:o,cliToken:i,projectId:s.id,...n.secrets??{}};if(ie(p),Jt({hubUrl:o,cliToken:i,projectId:s.id},s.id),console.log(`config + secrets written (profile ${s.id}) \u2192 ${Ut(s.id)}`),Xr(s.id,_t(a,s.youtrackWrites??!0,n.secrets?.youtrack?.url,void 0,s.llmProvider??it),{info:d=>console.log(d),warn:d=>console.warn(d)}),s.index)try{let{jobId:d}=await li(o,i,s.id,{reindex:!1});console.log(`index job enqueued (job ${d}); runs once a SANDBOX claims it.`)}catch(d){console.warn(`could not enqueue index job: ${d instanceof Error?d.message:String(d)} (registration succeeded; retry later).`)}console.log(`done. start the daemon: codepipe --profile ${s.id} daemon`)}We();de();import{cancel as Av,intro as _v,isCancel as jv,log as xd,outro as lj,password as Nv}from"@clack/prompts";async function uj(){let t=[];for await(let e of process.stdin)t.push(e);return Buffer.concat(t).toString("utf-8").trim()}async function Ov(t){let e=t.token?.trim()??"";if(!e&&t.stdin&&(e=await uj(),e||(console.error("login: no token on stdin"),process.exit(1))),t.shared){if(!e){_v("codepipe login --shared \u2014 set the farm/machine-wide Claude OAuth token"),xd.message("Run `claude setup-token` and paste the token below (input hidden).");let i=await Nv({message:"Claude OAuth token"});jv(i)&&(Av("aborted"),process.exit(1)),e=i.trim()}e||(console.error("login: no token provided"),process.exit(1)),Vi({claude:{oauthToken:e}}),console.log(`Claude OAuth token saved to ${qr()} (shared). `),console.log("Every project without its own token will use it on the next job.");return}let r=Ze(t.profile);if(!e){_v(`codepipe login \u2014 set the Claude OAuth token for project ${r.projectId}`),xd.message("Run `claude setup-token` and paste the token below (input hidden).");let i=await Nv({message:"Claude OAuth token"});jv(i)&&(Av("aborted"),process.exit(1)),e=i.trim()}e||(console.error("login: no token provided"),process.exit(1));let o=X(r.projectId)??{hubUrl:r.hubUrl,cliToken:r.cliToken,projectId:r.projectId};o.claude={oauthToken:e},ie(o),t.stdin?console.log(`Claude OAuth token saved for project ${r.projectId}.`):(xd.success("Claude OAuth token saved."),lj("It will be sealed into job bundles when a SANDBOX (re)connects."))}We();de();Fo();async function Lv(t){if(t.shared){let n=On();if(!n?.claude?.oauthToken){console.log(`No shared Claude token set (${qr()}).`);return}let{claude:o,...i}=n;Vi(i),console.log(`Shared Claude token removed from ${qr()}.`),Sd();return}let e=Ze(t.profile),r=X(e.projectId);if(!r?.claude?.oauthToken){console.log(`Project ${e.projectId} has no Claude token of its own.`),Sd();return}delete r.claude,ie(r),console.log(`Claude token removed for project ${e.projectId}.`),Sd(),console.log("Restart `codepipe up` (or the daemon) so runners get a re-sealed bundle.")}function Sd(){if(On()?.claude?.oauthToken){console.log("Jobs will now use the machine/farm-wide token (`codepipe logout --shared` clears that too).");return}let e=Zt();if(e){console.log(`Jobs will now run on this machine's Claude Code login${e.email?` (${e.email})`:""}.`);return}console.log("This machine has no Claude Code login either \u2014 sign in with `claude`, or set a token with `codepipe login`.")}ui();M();We();Bt();ki();Zr();wa();Be();de();import{cancel as dj,confirm as pj,intro as fj,isCancel as Mv,log as ze,outro as mj,select as Dv,text as Ar}from"@clack/prompts";function Uv(t){dj(t),process.exit(1)}function yo(t){return Mv(t)&&Uv("aborted"),t}function Ii(t){return Mv(t)&&Uv("aborted"),typeof t=="string"?t:""}async function hj(t,e){let r=yo(await Dv({message:"Context Repo host",options:[{value:"github",label:"github"},{value:"gitlab",label:"gitlab"},{value:"bitbucket",label:"bitbucket"}],initialValue:e[0]?.host??"github"})),n=e.find(s=>s.host===r)?.owner??e[0]?.owner??"",o=Ii(await Ar({message:"Context Repo owner (org / group / workspace / user)",placeholder:n||"your-org",initialValue:n,validate:s=>s.trim().length>0?void 0:"required"})).trim(),i=Ii(await Ar({message:"Context Repo name",placeholder:Dt(t),initialValue:Dt(t),validate:s=>s.trim().length>0?void 0:"required"})).trim();return{host:r,owner:o,name:i}}async function Bv(t={profile:void 0}){let e=Ze(t.profile);fj(`codepipe project add \u2192 ${e.hubUrl}`);let r=yo(await Ar({message:"project_id (lowercase letters, digits, dashes; starts with a letter)",placeholder:"cp",validate:d=>ir.test(d.trim())?void 0:"must match /^[a-z][a-z0-9-]{1,30}$/"})).trim(),n=yo(await Ar({message:"project name (human-readable)",placeholder:"CodePartner",validate:d=>d.trim().length>0?void 0:"required"})).trim(),o=yo(await Dv({message:"automation level",options:[{value:"assisted",label:"assisted \u2014 every gate via manual Run on the dashboard"},{value:"full",label:"full \u2014 gates auto-approve, runs end-to-end"}],initialValue:"assisted"})),i=yo(await Ar({message:"YouTrack project key (optional)",placeholder:"DEV"})).trim(),s=yo(await pj({message:"Allow CodePipe to write to YouTrack? (status changes, PR comments, dashboard mirror)",initialValue:!0})),a=[];for(;;){let d=Ii(await Ar({message:a.length===0?"project repo clone URL \u2014 blank if none":"next repo clone URL \u2014 blank to finish",placeholder:"git@bitbucket.org:acme/api.git",validate:w=>!w||!w.trim()||rt(w)?void 0:"use git@host:owner/repo.git or https://host/owner/repo (github.com / gitlab.com / bitbucket.org)"})).trim();if(!d)break;let f=rt(d);ze.message(`${f.host}: ${f.owner}/${f.repoName}`);let m=Ii(await Ar({message:"repo logical name (used inside Context Repo paths)",placeholder:f.repoName,initialValue:f.repoName,validate:w=>w.trim().length>0?void 0:"required"})).trim(),y=Ii(await Ar({message:"default branch (optional)",placeholder:"main"})).trim(),b={name:m,host:f.host,owner:f.owner,repoName:f.repoName};y&&(b.defaultBranch=y),a.push(b)}let c={projectId:r,name:n,automationLevel:o,repos:a};i&&(c.youtrackProjectKey=i);let l=await hj(r,a),u=X(e.projectId);ze.info(`provisioning Context Repo ${l.owner}/${l.name} (${l.host})\u2026`);let p;try{p=await lo(c,l,{githubToken:u?.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,gitlabToken:u?.gitlab?.token??process.env.GITLAB_TOKEN,bitbucket:u?.bitbucket??Mn(),youtrackWrites:s,trackerUrl:u?.youtrack?.url,log:{info:d=>ze.message(d),warn:d=>ze.warn(d)}})}catch(d){ze.error(`Context Repo provisioning failed: ${d instanceof Error?d.message:String(d)}`),process.exit(1)}c.contextRepo=p,ze.info(`submitting \u2192 ${e.hubUrl}/projects`);try{let d=await vr(e.hubUrl,e.cliToken,c);ze.success(`project "${d.projectId}" \u2014 ${d.provisioningStatus}`),Xr(r,_t(c,s,u?.youtrack?.url),{info:f=>ze.message(f),warn:f=>ze.warn(f)}),d.contextRepo&&(ze.message(` context repo: ${d.contextRepo.owner}/${d.contextRepo.name} (${d.contextRepo.cloneUrl})`),ze.message(` branch: ${d.contextRepo.branch}`)),d.provisioningError&&ze.error(` error: ${d.provisioningError}`),mj("done")}catch(d){d instanceof J?(ze.error(`HUB \u2192 ${d.status} ${d.message}`),d.payload&&typeof d.payload=="object"&&ze.message(JSON.stringify(d.payload,null,2))):ze.error(d instanceof Error?d.message:String(d)),process.exit(1)}}co();We();Be();de();Ct();Si();import{existsSync as gj,rmSync as yj}from"node:fs";import{confirm as wj,intro as bj,isCancel as kj,log as _r,outro as vj,spinner as $j}from"@clack/prompts";function Ht(t){_r.error(t),process.exit(1)}var Fv=t=>t.trim().replace(/\/+$/,"");async function Gv(t){bj("codepipe project move \u2014 repoint a project at another HUB");let e=t.fromProfile??t.cliProfile??Ne()?.spec.projectId??void 0;e||Ht("no source project \u2014 pass --from-profile <id> (or run inside a project's workspace folder).");let r=Pt(e);r||Ht(`source profile '${e}' is not initialised on this machine (~/.codepipe/profiles/${e}/config.json is missing).`);let n=Fv(r.hubUrl),o=r.projectId,i=Fv(t.hub);i.startsWith("http")||Ht("--hub must be an http(s):// URL");let s=t.toProfile??e,a=t.project??o,c=s===e;c&&a===o&&i===n&&Ht(`profile '${e}' is already on ${n} \u2014 nothing to move.`);let l;{let w=$j();w.start(`reading project ${o} from ${n}\u2026`);try{l=await se(n,r.cliToken,o),w.stop(`read project ${o} (${l.name})`)}catch(k){throw w.stop("could not read the source project",1),k instanceof J&&Ht(`source HUB ${n} \u2192 ${k.status} ${k.message}. The source HUB must be reachable with a valid token to move a project.`),k}}l.contextRepo||Ht(`project ${o} has no Context Repo recorded on the source HUB \u2014 cannot re-register it elsewhere.`);let u=X(o),p=(t.account??r.accountEmail??await ho()).trim().toLowerCase();if(_r.message(`move project '${o}'
|
|
1096
|
+
dashboard: ${S}`),m||(m=!0,wr(S));return}if(v==="agent_login_start"){Nm(t,h,U,r,A);return}if(v==="move_to_farm"){let S=U;r.info(`[farm-move] request to move ${t.projectId} onto farm ${S.farmName} (${S.farmId})`);let C=await Ey(t,S,o?.contextDir,r);h.readyState===h.OPEN&&h.send(JSON.stringify(C)),C.ok?r.info(`[farm-move] done \u2014 farm daemon ${C.daemonStatus??"started"}; expecting takeover`):r.warn(`[farm-move] failed: ${C.error??"unknown error"}`);return}if(v==="gh_runner_setup"){let S=U;r.info(`[ghr] runner setup for ${t.projectId} on runner host ${S.runnerName} (${S.runnerId})`);let C=await Py(t,S,r);h.readyState===h.OPEN&&h.send(JSON.stringify(C)),C.ok?r.info(`[ghr] runners connected on ${S.runnerName}`):r.warn(`[ghr] setup failed: ${C.error??"see per-repo statuses"}`);return}if(v==="gh_runner_teardown"){let S=U;r.info(`[ghr] runner teardown for ${t.projectId} on runner host ${S.runnerName} (${S.runnerId})`);let C=await jy(t,S,r);h.readyState===h.OPEN&&h.send(JSON.stringify(C)),C.ok?r.info(`[ghr] runners disconnected from ${S.runnerName}`):r.warn(`[ghr] teardown failed: ${C.error??"unknown error"}`);return}if(v==="tracker_fields_request"){let S=U,C={type:"tracker_fields_result",requestId:S.requestId,projectId:t.projectId,ok:!1},W=Ht({contextDir:o?.contextDir??null});if(!W.ok)C.error=W.error;else try{C.fields=await W.provider.fetchStateFields(S.projectKey),C.ok=!0}catch(X){C.error=X instanceof Error?X.message:String(X)}h.readyState===h.OPEN&&h.send(JSON.stringify(C)),C.ok||r.warn(`[yt-fields] listing failed: ${C.error??"unknown"}`);return}if(v==="project_secret_update"||v==="project_secret_delete"){let S=U,C;if(S.type==="project_secret_update"){let X=J(t.projectId);C=X?.sealKey?Dy(t.projectId,S.name,S.sealed,X.sealKey.privateKey):{ok:!1,detail:"no cred-channel key on this CLI (restart the daemon)"}}else C=Uy(t.projectId,S.name);let W={type:"project_secret_update_result",updateId:S.updateId,projectId:t.projectId,ok:C.ok,...C.detail?{detail:C.detail}:{}};h.readyState===h.OPEN&&h.send(JSON.stringify(W)),C.ok?(r.info(`[secret] ${S.name} ${S.type==="project_secret_update"?"saved":"deleted"}`+(C.detail?` \u2014 ${C.detail}`:"")),A()):r.warn(`[secret] ${S.name} rejected: ${C.detail??"unknown"}`);return}if(v==="sandbox_keys"){let S=J(t.projectId);if(!S){r.warn(`[cred] sandbox_keys received but no secrets for ${t.projectId} \u2014 cannot seal`);return}let C=Un(t.projectId),W=Dh(U,S,C,r);for(let X of W)h.readyState===h.OPEN&&h.send(JSON.stringify(X));return}if(v!=="dispatch_action")return;let N=U;if(R===!1){let S=`refused: HUB protocol incompatible with CLI v${ct} (protocol ${Rt})`;h.send(JSON.stringify({type:"action_result",actionId:N.actionId,status:"failed",error:S})),r.warn(`[exec] ${N.actionId} (${N.action.type}) \u2192 REFUSED: ${S}`),r.warn(`[exec] update the CLI to clear this: ${Su}`),n({kind:"action",actionId:N.actionId,actionType:N.action.type,ok:!1,error:S});return}if(N.action.type==="model_drift"){y.add(N.actionId);try{let S,C=o?.repos.find(W=>W.name===N.action.repoName);if(!o?.contextDir||!C)S={status:"failed",error:"no local workspace/repo clone on this CLI"};else try{let{computeDriftReport:W}=await Promise.resolve().then(()=>(rw(),tw)),X=C.mountAs==="."?o.root:un(o.root,C.mountAs);S={status:"done",result:{report:await W(X,o.contextDir,C.name)}}}catch(W){S={status:"failed",error:W instanceof Error?W.message:String(W)}}h.send(JSON.stringify({type:"action_result",actionId:N.actionId,...S}))}finally{y.delete(N.actionId)}return}if(N.action.type==="model_bootstrap"){y.add(N.actionId);try{let S;try{let C=await Et();S={status:"done",result:{repos:C.repos,events:C.events}}}catch(C){S={status:"failed",error:C instanceof Error?C.message:String(C)},r.warn(`[model] bootstrap failed: ${S.error}`)}h.readyState===h.OPEN&&h.send(JSON.stringify({type:"action_result",actionId:N.actionId,...S}))}finally{y.delete(N.actionId)}return}y.add(N.actionId);try{let S=await cy({action:N.action,repo:N.repo,trackerIssueId:N.trackerIssueId,contextDir:o?.contextDir,requestConfigReport:We?()=>We.reportNow():void 0,refreshContextStatus:o?.contextDir?St:void 0,onRunActivity:re}).catch(X=>({status:"failed",error:X instanceof Error?X.message:String(X)}));N.action.type==="tracker_comment"&&S.status==="done"&&"result"in S&&typeof S.result?.commentId=="string"&&b.add(S.result.commentId),h.send(JSON.stringify({type:"action_result",actionId:N.actionId,...S}));let C=S.status!=="failed",W=!C&&"error"in S?S.error:void 0;C?r.info(`[exec] ${N.actionId} (${N.action.type}) \u2192 done`):r.warn(`[exec] ${N.actionId} (${N.action.type}) \u2192 FAILED: ${W??"?"}`),n({kind:"action",actionId:N.actionId,actionType:N.action.type,ok:C,...W?{error:W}:{}}),C&&["apply_delivery","context_write","create_pr"].includes(N.action.type)&&je(),C&&["merge_pr","merge_branch"].includes(N.action.type)&&Tt(!0)}finally{y.delete(N.actionId)}}),h.on("close",(F,q)=>{let U=q?.toString("utf-8")??"";if(r.info(`[ws] closed code=${F}${U?` reason=${U}`:""}`),_.stop(),E.stop(),M.stop(),P?.stop(),B.stop(),We?.stop(),T(),clearInterval(Br),Ce&&clearTimeout(Ce),oe&&clearTimeout(oe),U==="replaced"){p=!0,r.warn(`[ws] project ${t.projectId} was taken over by another CLI (HUB closed us as "replaced") \u2014 standing down, not reconnecting. Run exactly ONE CLI per project.`),n({kind:"replaced"});return}n({kind:"disconnected",code:F}),!p&&setTimeout(()=>{k=$()},2e3)}),h.on("error",F=>r.warn(`[ws] error: ${F.message}`)),h}return{stop(){p=!0,k.close()}}}async function Eu(t,e,r){try{let n=await le(t.hubUrl,t.cliToken,t.projectId),{updated:o,errors:i}=await ti(t.projectId,n.repos,e?.contextDir);for(let s of o)r.info(`[repo] restaged repo set in ${s}`);for(let s of i)r.warn(`[repo] could not restage ${s.path}: ${s.error}`)}catch(n){r.warn(`[repo] repo-set reconcile skipped: ${n instanceof Error?n.message:String(n)}`)}}async function UR(t,e,r,n){let o=r.mountAs??r.name;if(o==="."){n.info(`[repo] ${r.name} mounts in place (mount_as: .) \u2014 nothing to clone`);return}let i=e?un(e.root,o):Fe(t.projectId,r.name);if(nw(un(i,".git"))){n.info(`[repo] ${r.name} already present at ${i}`);return}try{await MR().clone(e?zn(r):Ml(r),i),n.info(`[repo] cloned ${r.name} \u2192 ${i}`)}catch(s){n.warn(`[repo] clone of ${r.name} failed (will retry lazily): ${s instanceof Error?s.message.trim():String(s)}`)}}function BR(t,e,r,n){let o=e?.repos.find(s=>s.name===r)?.mountAs??r,i=e?un(e.root,o):Fe(t.projectId,r);if(e&&i===e.root){n.warn(`[repo] ${r} maps to the workspace root \u2014 skipping purge`);return}if(!nw(un(i,".git"))){n.info(`[repo] no local clone to purge for ${r} (${i})`);return}try{LR(i,{recursive:!0,force:!0}),n.info(`[repo] purged local clone ${i}`)}catch(s){n.warn(`[repo] purge of ${i} failed: ${s instanceof Error?s.message:String(s)}`)}}async function FR(t,e,r,n){if(!e){n.info(`[sync] sync_local for ${t.taskId} \u2014 no workspace (headless), skipped`);return}for(let o of t.repos){let i=e.repos.find(l=>l.name===o.repoName),s=un(e.root,i?.mountAs??o.repoName),a=i?.defaultBranch??o.defaultBranch,c=await Lm(s,a).catch(l=>({status:"warn",reason:l instanceof Error?l.message:String(l)}));c.status==="updated"?n.info(`[sync] ${o.repoName}: fast-forwarded ${a} \u2192 origin`):c.status==="skipped"?n.info(`[sync] ${o.repoName}: not cloned in workspace \u2014 skipped`):(n.warn(`[sync] ${o.repoName}: ${c.reason??"sync skipped"}`),r.readyState===r.OPEN&&r.send(JSON.stringify({type:"local_sync_warning",taskId:t.taskId,repoName:o.repoName,reason:c.reason??"sync skipped"})))}}async function GR(t,e,r,n){let o=(i,s)=>{if(r.readyState!==r.OPEN)return;let a={type:"context_write_result",id:t.id,status:i};s&&(a.error=s),r.send(JSON.stringify(a))};if(!e?.contextDir){n.warn(`[ctx] context_write ${t.id} \u2014 no .codepipe clone (headless), reporting failed`),o("failed","no context repo clone on this CLI");return}try{await _e(e.contextDir,t.files,t.message),n.info(`[ctx] context_write ${t.id}: committed ${t.files.length} file(s)`),o("done")}catch(i){let s=i instanceof Error?i.message:String(i);n.warn(`[ctx] context_write ${t.id} failed: ${s}`),o("failed",s)}}async function KR(t,e,r,n){let o=(i,s)=>{if(r.readyState!==r.OPEN)return;let a={type:"context_write_result",id:t.id,status:i};s&&(a.error=s),r.send(JSON.stringify(a))};if(!e?.contextDir){n.warn(`[adr] adr_promote ${t.id} \u2014 no .codepipe clone (headless), reporting failed`),o("failed","no context repo clone on this CLI");return}try{let i=t.source??"task",s=await rh(e.contextDir,t.taskKey,t.slugs,void 0,i);if(n.info(`[adr] adr_promote ${t.id}: promoted ${s.promoted.length}, skipped ${s.skipped.length}`+(s.promoted.length>0?` (${s.promoted.join(", ")})`:"")),s.missing.length>0){let a=l=>i==="staging"?`adr/DRAFT-${l}.md`:`tasks/${t.taskKey}/adr/DRAFT-${l}.md`,c=`draft file(s) missing in clone: ${s.missing.map(a).join(", ")}`;n.warn(`[adr] adr_promote ${t.id}: ${c}`),o("failed",c);return}o("done")}catch(i){let s=i instanceof Error?i.message:String(i);n.warn(`[adr] adr_promote ${t.id} failed: ${s}`),o("failed",s)}}function Tu(t){let e=parseInt(process.env[t]??"60",10);return Number.isFinite(e)&&e>0?e*1e3:6e4}Ge();fe();Kt();Ru();_t();Ts();async function hw(t={profile:void 0}){let{cfg:e,profile:r}=Mn(t.profile),n=J(e.projectId);n&&Wo(n),ri(n?.github?.token??process.env.GH_TOKEN)&&console.log("[git] github.com over token-HTTPS (insteadOf) \u2014 farm transport"),ni(n?.gitlab?.token??process.env.GITLAB_TOKEN)&&console.log("[git] gitlab.com over token-HTTPS (insteadOf) \u2014 farm transport"),oi(n?.bitbucket?.apiToken||process.env.BITBUCKET_API_TOKEN)&&console.log("[git] bitbucket.org over token-HTTPS (insteadOf) \u2014 farm transport");let o=gi(Cu(),".codepipe","logs"),i=r?`cli-daemon-${r}`:"cli-daemon",s=ts("CLI_LOG",i,o);if(s.enabled){let d=new Fn(s);rs(d),console.log(`[log] file logging \u2192 ${d.path} (rotate at ${s.maxBytes}B, keep ${s.maxFiles})`)}console.log(`codepipe daemon \u2192 ${e.hubUrl} (project=${e.projectId})`);let a=null,c=On(e.projectId);if(c&&(a={root:c.root,contextDir:c.contextDir,repos:c.spec.repos},console.log(`[ctx] workspace found at ${c.root} \u2014 using its Context Repo clone`)),!a){let d=gi(Cu(),".codepipe",r?gi("profiles",r,"context"):"context");if(await du(e.hubUrl,e.cliToken,e.projectId,{phase:"context_cloning"}).catch(()=>{}),a=await fw(()=>ca({cfg:e,secrets:n,contextDir:d,log:{info:f=>console.log(f),warn:f=>console.warn(f)}}),{log:{warn:f=>console.warn(f)}}),a||await du(e.hubUrl,e.cliToken,e.projectId,{phase:"context_cloning",error:"could not clone the Context Repo \u2014 check the context credentials (the daemon continues without config reporting)"}).catch(()=>{}),a?.contextDir){let f=gi(Cu(),".codepipe",r?gi("profiles",r,"context-config"):"context-config");gs(a.contextDir,f,{info:m=>console.log(m),warn:m=>console.warn(m)})}}let l=sa(e,{...a?{workspace:a}:{},onEvent:d=>{d.kind==="replaced"&&(console.error(`[daemon] project ${e.projectId} is now served by another CLI \u2014 exiting. Run exactly one CLI per project.`),process.exit(0))}}),u=!1;function p(d){u||(u=!0,console.log(`
|
|
1097
|
+
[${d}] shutting down`),l.stop(),setTimeout(()=>process.exit(0),200))}process.on("SIGINT",()=>p("SIGINT")),process.on("SIGTERM",()=>p("SIGTERM")),await new Promise(()=>{})}mo();Ye();Ge();async function _k(t={profile:void 0}){let e=et(t.profile);console.log(`connecting to ${e.hubUrl} (project=${e.projectId}) \u2026`);let r=qs(e.hubUrl,e.cliToken),n=await new Promise(i=>{let s=[],a=!1,c=setTimeout(()=>{s.push("timeout"),r.close(),i({ok:!1,events:s})},5e3);r.on("open",()=>{s.push("open");let l={type:"register",projectId:e.projectId};r.send(JSON.stringify(l))}),r.on("message",l=>{let u=l.toString("utf-8");if(s.push(`msg:${u}`),u!=="pong")try{let p=JSON.parse(u);p.type==="registered"?(a=!!p.ok,clearTimeout(c),r.send("ping")):p.type}catch{}}),r.on("error",l=>s.push(`error:${l.message}`)),r.on("close",(l,u)=>{s.push(`close:${l}:${u?.toString()||""}`),clearTimeout(c),i({ok:a,events:s})}),setTimeout(()=>r.close(),1500)});for(let i of n.events)console.log(` ${i}`);n.ok||(console.error("hello failed"),process.exit(1)),console.log("ok \u2014 HUB reachable, CLI auth + project binding works.");try{let i=await le(e.hubUrl,e.cliToken,e.projectId);if(i.duplicateIntake){let s=i.duplicateIntake;console.warn(`warning: project \xAB${s.withProjectId}\xBB watches the same YouTrack columns (${s.columns.join(", ")}) and at least one of the two has no assignee filter \u2014 both will grab the same issues. Enable require_assignee + assignee on both.`)}}catch{}let o=Xe(t.profile);o?o.hubUrl===e.hubUrl.replace(/\/$/,"")?console.log(`worker: registered as ${o.sandboxId} (${o.name}), llm=${o.llm??"none"} \u2014 live state on the dashboard`):console.log(`worker: registered against a different HUB (${o.hubUrl})`):console.log("worker: not registered (run `codepipe up` or `codepipe worker register`)")}Ri();import{readFileSync as $j}from"node:fs";D();Ye();Kt();Si();sn();nr();rn();Ge();fe();function Ee(t){throw new Error(t)}function Pe(t,e){return(typeof t!="string"||t.trim().length===0)&&Ee(`config: '${e}' must be a non-empty string`),t.trim()}function _i(t,e){if(t==null)return;typeof t!="string"&&Ee(`config: '${e}' must be a string`);let r=t.trim();return r.length>0?r:void 0}function xj(t){(!t||typeof t!="object")&&Ee("config: expected a JSON object");let e=t,r=Pe(e.hubUrl,"hubUrl").replace(/\/$/,"");r.startsWith("http")||Ee("config: 'hubUrl' must start with http(s)://");let n=Pe(e.cliToken,"cliToken"),o=e.project;(!o||typeof o!="object")&&Ee("config: 'project' is required");let i=o,s=Pe(i.id,"project.id");ur.test(s)||Ee("config: 'project.id' must match /^[a-z][a-z0-9-]{1,30}$/");let a=Pe(i.name,"project.name"),c=Pe(i.automationLevel,"project.automationLevel");c!=="assisted"&&c!=="full"&&Ee("config: 'project.automationLevel' must be 'assisted' or 'full'");let l=i.repos;Array.isArray(l)||Ee("config: 'project.repos' must be an array");let u=l.map((k,$)=>{(!k||typeof k!="object")&&Ee(`config: project.repos[${$}] must be an object`);let h=k,R=Pe(h.host,`project.repos[${$}].host`);R!=="github"&&R!=="bitbucket"&&R!=="gitlab"&&Ee(`config: project.repos[${$}].host must be 'github', 'bitbucket' or 'gitlab'`);let _={name:Pe(h.name,`project.repos[${$}].name`),host:R,owner:Pe(h.owner,`project.repos[${$}].owner`),repoName:Pe(h.repoName,`project.repos[${$}].repoName`)},E=_i(h.defaultBranch,`project.repos[${$}].defaultBranch`);E&&(_.defaultBranch=E);let M=_i(h.mountAs,`project.repos[${$}].mountAs`);return M&&(_.mountAs=M),_}),p=i.contextRepo;(!p||typeof p!="object")&&Ee("config: 'project.contextRepo' is required");let d=p,f=_i(d.host,"project.contextRepo.host")??"github";f!=="github"&&f!=="bitbucket"&&f!=="gitlab"&&Ee("config: 'project.contextRepo.host' must be 'github', 'bitbucket' or 'gitlab'");let m={host:f,owner:Pe(d.owner,"project.contextRepo.owner"),name:_i(d.name,"project.contextRepo.name")??Ft(s)},y={hubUrl:r,cliToken:n,project:{id:s,name:a,automationLevel:c,repos:u,contextRepo:m}},w=_i(i.youtrackProjectKey,"project.youtrackProjectKey");if(w&&(y.project.youtrackProjectKey=w),i.index!==void 0&&(typeof i.index!="boolean"&&Ee("config: 'project.index' must be a boolean"),y.project.index=i.index),i.youtrackWrites!==void 0&&(typeof i.youtrackWrites!="boolean"&&Ee("config: 'project.youtrackWrites' must be a boolean"),y.project.youtrackWrites=i.youtrackWrites),i.llmProvider!==void 0){let k=Pe(i.llmProvider,"project.llmProvider");k==="codex"&&Ee(`config: 'project.llmProvider' "codex" is not yet supported (coming soon); use "claude".`),k!=="claude"&&Ee("config: 'project.llmProvider' must be 'claude'"),y.project.llmProvider=k}let b=e.secrets;if(b!==void 0){(typeof b!="object"||b===null)&&Ee("config: 'secrets' must be an object");let k=b,$={};if(k.github){let h=k.github;$.github={token:Pe(h.token,"secrets.github.token")}}if(k.bitbucket){let h=k.bitbucket;$.bitbucket={email:Pe(h.email,"secrets.bitbucket.email"),apiToken:Pe(h.apiToken,"secrets.bitbucket.apiToken")}}if(k.gitlab){let h=k.gitlab;$.gitlab={token:Pe(h.token,"secrets.gitlab.token")}}if(k.youtrack){let h=k.youtrack;$.youtrack={url:Pe(h.url,"secrets.youtrack.url").replace(/\/$/,""),token:Pe(h.token,"secrets.youtrack.token")}}if(k.contextWrite){let h=k.contextWrite;$.contextWrite={token:Pe(h.token,"secrets.contextWrite.token")}}y.secrets=$}return y}async function Sj(){let t=[];for await(let e of process.stdin)t.push(e);return Buffer.concat(t).toString("utf-8")}async function Ej(t){let e=t.secrets;if(e){if(e.github){let r=t.project.contextRepo,n=await pr(e.github.token,r.host==="github"?{owner:r.owner}:void 0);console.log(` GitHub OK \u2014 ${n}`)}if(e.bitbucket){let r=t.project.repos.find(i=>i.host==="bitbucket"),n=r?.owner??(t.project.contextRepo.host==="bitbucket"?t.project.contextRepo.owner:void 0),o=await fr(e.bitbucket.email,e.bitbucket.apiToken,n);if(r){let i=await as(e.bitbucket.email,e.bitbucket.apiToken,r.owner,r.repoName);if(i)throw new Error(`Bitbucket: ${i}`)}console.log(` Bitbucket OK \u2014 ${o}`)}if(e.gitlab){let r=await mr(e.gitlab.token);console.log(` GitLab OK \u2014 ${r}`)}if(e.youtrack){let r=await yr({baseUrl:e.youtrack.url,token:e.youtrack.token});console.log(` YouTrack OK \u2014 ${r}`)}}}async function Kv(t){let e=!t.configPath||t.configPath==="-"?await Sj():$j(t.configPath,"utf-8"),r;try{r=JSON.parse(e)}catch(d){Ee(`config: invalid JSON \u2014 ${d instanceof Error?d.message:String(d)}`)}let n=xj(r),{hubUrl:o,cliToken:i,project:s}=n;console.log(`codepipe init --headless \u2192 ${o} (project=${s.id})`),t.skipVerify||(console.log("verifying credentials\u2026"),await Ej(n));let a={projectId:s.id,name:s.name,automationLevel:s.automationLevel,repos:s.repos};s.youtrackProjectKey&&(a.youtrackProjectKey=s.youtrackProjectKey),console.log(`provisioning Context Repo ${s.contextRepo.owner}/${s.contextRepo.name} (${s.contextRepo.host})\u2026`);let c=n.secrets?.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,l;try{l=await ho(a,s.contextRepo,{githubToken:c,gitlabToken:n.secrets?.gitlab?.token??process.env.GITLAB_TOKEN,bitbucket:n.secrets?.bitbucket??Bn(),youtrackWrites:s.youtrackWrites??!0,trackerUrl:n.secrets?.youtrack?.url,log:{info:d=>console.log(` ${d}`),warn:d=>console.warn(` ${d}`)}})}catch(d){Ee(`Context Repo provisioning failed: ${d instanceof Error?d.message:String(d)}`)}a.contextRepo=l,console.log(`Context Repo ready: ${l.owner}/${l.name}@${l.branch}`),console.log(`registering project on ${o}\u2026`);let u;try{u=await Tr(o,i,a)}catch(d){if(d instanceof Z&&d.status===409)console.log(`project ${s.id} already exists on HUB \u2014 reusing it`),u=await le(o,i,s.id);else if(d instanceof Z)Ee(`HUB \u2192 ${d.status} ${d.message}`);else throw d}console.log(`project ${u.projectId} ready (${u.provisioningStatus})`);let p={hubUrl:o,cliToken:i,projectId:s.id,...n.secrets??{}};if(ae(p),tr({hubUrl:o,cliToken:i,projectId:s.id},s.id),console.log(`config + secrets written (profile ${s.id}) \u2192 ${Gt(s.id)}`),nn(s.id,Nt(a,s.youtrackWrites??!0,n.secrets?.youtrack?.url,void 0,s.llmProvider??lt),{info:d=>console.log(d),warn:d=>console.warn(d)}),s.index)try{let{jobId:d}=await mi(o,i,s.id,{reindex:!1});console.log(`index job enqueued (job ${d}); runs once a SANDBOX claims it.`)}catch(d){console.warn(`could not enqueue index job: ${d instanceof Error?d.message:String(d)} (registration succeeded; retry later).`)}console.log(`done. start the daemon: codepipe --profile ${s.id} daemon`)}Ye();fe();import{cancel as Hv,intro as Wv,isCancel as qv,log as Cd,outro as Tj,password as Yv}from"@clack/prompts";async function Ij(){let t=[];for await(let e of process.stdin)t.push(e);return Buffer.concat(t).toString("utf-8").trim()}async function Vv(t){let e=t.token?.trim()??"";if(!e&&t.stdin&&(e=await Ij(),e||(console.error("login: no token on stdin"),process.exit(1))),t.shared){if(!e){Wv("codepipe login --shared \u2014 set the farm/machine-wide Claude OAuth token"),Cd.message("Run `claude setup-token` and paste the token below (input hidden).");let i=await Yv({message:"Claude OAuth token"});qv(i)&&(Hv("aborted"),process.exit(1)),e=i.trim()}e||(console.error("login: no token provided"),process.exit(1)),es({claude:{oauthToken:e}}),console.log(`Claude OAuth token saved to ${Qr()} (shared). `),console.log("Every project without its own token will use it on the next job.");return}let r=et(t.profile);if(!e){Wv(`codepipe login \u2014 set the Claude OAuth token for project ${r.projectId}`),Cd.message("Run `claude setup-token` and paste the token below (input hidden).");let i=await Yv({message:"Claude OAuth token"});qv(i)&&(Hv("aborted"),process.exit(1)),e=i.trim()}e||(console.error("login: no token provided"),process.exit(1));let o=J(r.projectId)??{hubUrl:r.hubUrl,cliToken:r.cliToken,projectId:r.projectId};o.claude={oauthToken:e},ae(o),t.stdin?console.log(`Claude OAuth token saved for project ${r.projectId}.`):(Cd.success("Claude OAuth token saved."),Tj("It will be sealed into job bundles when a SANDBOX (re)connects."))}Ye();fe();qo();async function zv(t){if(t.shared){let n=Dn();if(!n?.claude?.oauthToken){console.log(`No shared Claude token set (${Qr()}).`);return}let{claude:o,...i}=n;es(i),console.log(`Shared Claude token removed from ${Qr()}.`),Ad();return}let e=et(t.profile),r=J(e.projectId);if(!r?.claude?.oauthToken){console.log(`Project ${e.projectId} has no Claude token of its own.`),Ad();return}delete r.claude,ae(r),console.log(`Claude token removed for project ${e.projectId}.`),Ad(),console.log("Restart `codepipe up` (or the daemon) so runners get a re-sealed bundle.")}function Ad(){if(Dn()?.claude?.oauthToken){console.log("Jobs will now use the machine/farm-wide token (`codepipe logout --shared` clears that too).");return}let e=rr();if(e){console.log(`Jobs will now run on this machine's Claude Code login${e.email?` (${e.email})`:""}.`);return}console.log("This machine has no Claude Code login either \u2014 sign in with `claude`, or set a token with `codepipe login`.")}hi();D();Ye();Kt();Si();sn();Ta();Ge();fe();import{cancel as Rj,confirm as Cj,intro as Aj,isCancel as Xv,log as Je,outro as _j,select as Jv,text as Mr}from"@clack/prompts";function Zv(t){Rj(t),process.exit(1)}function $o(t){return Xv(t)&&Zv("aborted"),t}function Pi(t){return Xv(t)&&Zv("aborted"),typeof t=="string"?t:""}async function Pj(t,e){let r=$o(await Jv({message:"Context Repo host",options:[{value:"github",label:"github"},{value:"gitlab",label:"gitlab"},{value:"bitbucket",label:"bitbucket"}],initialValue:e[0]?.host??"github"})),n=e.find(s=>s.host===r)?.owner??e[0]?.owner??"",o=Pi(await Mr({message:"Context Repo owner (org / group / workspace / user)",placeholder:n||"your-org",initialValue:n,validate:s=>s.trim().length>0?void 0:"required"})).trim(),i=Pi(await Mr({message:"Context Repo name",placeholder:Ft(t),initialValue:Ft(t),validate:s=>s.trim().length>0?void 0:"required"})).trim();return{host:r,owner:o,name:i}}async function Qv(t={profile:void 0}){let e=et(t.profile);Aj(`codepipe project add \u2192 ${e.hubUrl}`);let r=$o(await Mr({message:"project_id (lowercase letters, digits, dashes; starts with a letter)",placeholder:"cp",validate:d=>ur.test(d.trim())?void 0:"must match /^[a-z][a-z0-9-]{1,30}$/"})).trim(),n=$o(await Mr({message:"project name (human-readable)",placeholder:"CodePartner",validate:d=>d.trim().length>0?void 0:"required"})).trim(),o=$o(await Jv({message:"automation level",options:[{value:"assisted",label:"assisted \u2014 every gate via manual Run on the dashboard"},{value:"full",label:"full \u2014 gates auto-approve, runs end-to-end"}],initialValue:"assisted"})),i=$o(await Mr({message:"YouTrack project key (optional)",placeholder:"DEV"})).trim(),s=$o(await Cj({message:"Allow CodePipe to write to YouTrack? (status changes, PR comments, dashboard mirror)",initialValue:!0})),a=[];for(;;){let d=Pi(await Mr({message:a.length===0?"project repo clone URL \u2014 blank if none":"next repo clone URL \u2014 blank to finish",placeholder:"git@bitbucket.org:acme/api.git",validate:b=>!b||!b.trim()||it(b)?void 0:"use git@host:owner/repo.git or https://host/owner/repo (github.com / gitlab.com / bitbucket.org)"})).trim();if(!d)break;let f=it(d);Je.message(`${f.host}: ${f.owner}/${f.repoName}`);let m=Pi(await Mr({message:"repo logical name (used inside Context Repo paths)",placeholder:f.repoName,initialValue:f.repoName,validate:b=>b.trim().length>0?void 0:"required"})).trim(),y=Pi(await Mr({message:"default branch (optional)",placeholder:"main"})).trim(),w={name:m,host:f.host,owner:f.owner,repoName:f.repoName};y&&(w.defaultBranch=y),a.push(w)}let c={projectId:r,name:n,automationLevel:o,repos:a};i&&(c.youtrackProjectKey=i);let l=await Pj(r,a),u=J(e.projectId);Je.info(`provisioning Context Repo ${l.owner}/${l.name} (${l.host})\u2026`);let p;try{p=await ho(c,l,{githubToken:u?.github?.token??process.env.GH_TOKEN??process.env.GITHUB_TOKEN,gitlabToken:u?.gitlab?.token??process.env.GITLAB_TOKEN,bitbucket:u?.bitbucket??Bn(),youtrackWrites:s,trackerUrl:u?.youtrack?.url,log:{info:d=>Je.message(d),warn:d=>Je.warn(d)}})}catch(d){Je.error(`Context Repo provisioning failed: ${d instanceof Error?d.message:String(d)}`),process.exit(1)}c.contextRepo=p,Je.info(`submitting \u2192 ${e.hubUrl}/projects`);try{let d=await Tr(e.hubUrl,e.cliToken,c);Je.success(`project "${d.projectId}" \u2014 ${d.provisioningStatus}`),nn(r,Nt(c,s,u?.youtrack?.url),{info:f=>Je.message(f),warn:f=>Je.warn(f)}),d.contextRepo&&(Je.message(` context repo: ${d.contextRepo.owner}/${d.contextRepo.name} (${d.contextRepo.cloneUrl})`),Je.message(` branch: ${d.contextRepo.branch}`)),d.provisioningError&&Je.error(` error: ${d.provisioningError}`),_j("done")}catch(d){d instanceof Z?(Je.error(`HUB \u2192 ${d.status} ${d.message}`),d.payload&&typeof d.payload=="object"&&Je.message(JSON.stringify(d.payload,null,2))):Je.error(d instanceof Error?d.message:String(d)),process.exit(1)}}mo();Ye();Ge();fe();_t();Ri();import{existsSync as jj,rmSync as Nj}from"node:fs";import{confirm as Oj,intro as Lj,isCancel as Mj,log as Dr,outro as Dj,spinner as Uj}from"@clack/prompts";function Yt(t){Dr.error(t),process.exit(1)}var e$=t=>t.trim().replace(/\/+$/,"");async function t$(t){Lj("codepipe project move \u2014 repoint a project at another HUB");let e=t.fromProfile??t.cliProfile??Oe()?.spec.projectId??void 0;e||Yt("no source project \u2014 pass --from-profile <id> (or run inside a project's workspace folder).");let r=Pt(e);r||Yt(`source profile '${e}' is not initialised on this machine (~/.codepipe/profiles/${e}/config.json is missing).`);let n=e$(r.hubUrl),o=r.projectId,i=e$(t.hub);i.startsWith("http")||Yt("--hub must be an http(s):// URL");let s=t.toProfile??e,a=t.project??o,c=s===e;c&&a===o&&i===n&&Yt(`profile '${e}' is already on ${n} \u2014 nothing to move.`);let l;{let b=Uj();b.start(`reading project ${o} from ${n}\u2026`);try{l=await le(n,r.cliToken,o),b.stop(`read project ${o} (${l.name})`)}catch(k){throw b.stop("could not read the source project",1),k instanceof Z&&Yt(`source HUB ${n} \u2192 ${k.status} ${k.message}. The source HUB must be reachable with a valid token to move a project.`),k}}l.contextRepo||Yt(`project ${o} has no Context Repo recorded on the source HUB \u2014 cannot re-register it elsewhere.`);let u=J(o),p=(t.account??r.accountEmail??await ko()).trim().toLowerCase();if(Dr.message(`move project '${o}'
|
|
1098
1098
|
from : ${n} (profile ${e})
|
|
1099
1099
|
to : ${i} (profile ${s}, project ${a}, account ${p})
|
|
1100
1100
|
\u2022 the source registration on the old HUB is left intact (non-destructive)
|
|
1101
1101
|
\u2022 task/job history is NOT copied \u2014 the project starts clean on the target HUB
|
|
1102
|
-
`+(c?` \u2022 profile '${e}' is repointed \u2014 it will no longer talk to ${n}`:` \u2022 a new profile '${s}' is written; '${e}' keeps pointing at ${n}`)),!t.yes){let
|
|
1103
|
-
check that your ${a} credentials grant read access to ${c}/${l}`)}}}let
|
|
1104
|
-
re-run the command or set the git-flow manually in project.yaml`)}}xe.success(`added "${u}" \u2014 project now has ${
|
|
1105
|
-
`)[0]:String(e)}`)}}
|
|
1106
|
-
`))}async function
|
|
1107
|
-
`)}`:" (none)");return}if(r==="set"){let i=o.join(" ");if(!n||!i){console.log("usage: /secret set <key> <value> (keys: GH_TOKEN, YOUTRACK_URL, YOUTRACK_TOKEN, BITBUCKET_EMAIL, BITBUCKET_API_TOKEN)");return}
|
|
1108
|
-
`),t.unread+=1,
|
|
1102
|
+
`+(c?` \u2022 profile '${e}' is repointed \u2014 it will no longer talk to ${n}`:` \u2022 a new profile '${s}' is written; '${e}' keeps pointing at ${n}`)),!t.yes){let b=await Oj({message:"Continue?",initialValue:!0});(Mj(b)||!b)&&Yt("aborted")}!c&&a===o&&Dr.warn(`source and destination share the same project id, so they share one secrets file (${Gt(a)}). Running both profiles at the same time will conflict \u2014 pass --project <newId> for a parallel setup, or keep only one active.`);let{cliToken:d,accountEmail:f}=await vo(i,p),m={projectId:a,name:l.name,automationLevel:l.automationLevel,repos:l.repos,contextRepo:l.contextRepo,ownerEmail:f,...l.youtrackProjectKey?{youtrackProjectKey:l.youtrackProjectKey}:{}};Dr.step(`registering project on ${i}\u2026`);let y;try{y=await Tr(i,d,m)}catch(b){if(b instanceof Z&&b.status===409){Dr.warn(`project ${a} already exists on ${i} \u2014 reusing it`);try{y=await le(i,d,a)}catch(k){throw k instanceof Z&&Yt(`target HUB \u2192 ${k.status} ${k.message}`),k}}else if(b instanceof Z&&b.status===403)Yt(`project ${a} already exists on ${i} under a different owner \u2014 choose a different --project id or move it under the right account.`);else if(b instanceof Z)Yt(`target HUB \u2192 ${b.status} ${b.message}`);else throw b}Dr.success(`project ${y.projectId} ready on ${i} (${y.provisioningStatus})`),tr({hubUrl:i,cliToken:d,projectId:a,accountEmail:f},s);let w={...u??{},hubUrl:i,cliToken:d,projectId:a};if(delete w.sandboxPins,ae(w),Dr.success(`profile '${s}' \u2192 ${Gt(a)}`),c){let b=Lt(s);jj(b)&&(Nj(b),Dr.message("removed the stale worker registration for this profile \u2014 `codepipe up` will register a fresh worker on the target HUB"))}Dj(`done. next: \`codepipe up --profile ${s}\` \u2014 starts the daemon and a worker on ${i}.`)}D();Ye();import{existsSync as _d,rmSync as Bj,statSync as Fj}from"node:fs";import{join as ji,relative as Gj,resolve as Kj}from"node:path";import{cancel as Hj,intro as n$,isCancel as Wj,log as xe,outro as o$,text as hn}from"@clack/prompts";import{simpleGit as i$}from"simple-git";bd();kd();Ta();Ge();Xn();fe();_t();function st(t){Hj(t),process.exit(1)}function gn(t){return Wj(t)&&st("aborted"),typeof t=="string"?t:""}async function r$(t){try{let e=await i$(t).remote(["get-url","origin"]);return e&&e.trim()||null}catch{return null}}function qj(t,e){return t?e==="github"?!!t.github?.token:e==="gitlab"?!!t.gitlab?.token:!!t.bitbucket?.apiToken:!1}async function Yj(t,e){let r=J(t.projectId)??{hubUrl:t.hubUrl,cliToken:t.cliToken,projectId:t.projectId};if(qj(r,e)){xe.message(`reusing existing ${e} credentials`);return}if(xe.warn(`no ${e} credentials yet for this project \u2014 adding them now`),e==="bitbucket"){let n=gn(await hn({message:"Atlassian account email (Bitbucket)",validate:i=>i.trim()?void 0:"required"})).trim(),o=gn(await hn({message:"Bitbucket API token (scoped)",validate:i=>i.trim()?void 0:"required"})).trim();r.bitbucket={email:n,apiToken:o}}else{let n=gn(await hn({message:`${e} access token (read access to the repo)`,validate:o=>o.trim()?void 0:"required"})).trim();e==="github"?r.github={token:n}:r.gitlab={token:n}}ae(r),xe.success(`saved ${e} credentials`)}async function s$(t){let e=et(t.profile);n$(`codepipe repo add \u2192 project ${e.projectId}`);let r=Oe()??void 0,n;try{n=(await le(e.hubUrl,e.cliToken,e.projectId)).repos}catch(h){st(`could not read project from HUB: ${h instanceof Error?h.message:String(h)}`)}let o=t.target?.trim();if(!o){let h=await r$(process.cwd());h?(o=process.cwd(),xe.message(`using the current directory (${h})`)):o=gn(await hn({message:"path to an existing clone, or a repo clone URL",placeholder:"../api | git@github.com:acme/api.git",validate:R=>R.trim()?void 0:"required"})).trim()}let i=null,s,a,c,l;if(_d(o)&&Fj(o).isDirectory()){i=Kj(o);let h=await r$(i);h||st(`${i} is not a git repository (no origin remote)`);let R=it(h);R||st(`origin ${h} is not on a supported host (github / gitlab / bitbucket)`),{host:a,owner:c,repoName:l}=R,s=h,xe.message(`${a}: ${c}/${l} (already cloned at ${i})`)}else{let h=it(o);h||st(`"${o}" is neither an existing directory nor a supported clone URL`),{host:a,owner:c,repoName:l}=h,s=o,xe.message(`${a}: ${c}/${l}`)}let u=gn(await hn({message:"repo logical name (used inside Context Repo paths)",placeholder:l,initialValue:l,validate:h=>h.trim()?void 0:"required"})).trim();n.some(h=>h.name===u)&&st(`a repo named "${u}" is already registered`);let p;i&&(p=await Ii(i,s));let d=p?Do(p).branches.integration:"",f=gn(await hn({message:"default branch (optional)",placeholder:d||"main",...d?{initialValue:d}:{}})).trim(),m=u;if(i&&r&&(i===r.root||i.startsWith(r.root+"/"))){let h=Gj(r.root,i);m=h===""?".":h}let y=gn(await hn({message:"mount_as (directory relative to the workspace root)",placeholder:m,initialValue:m})).trim()||m;n.some(h=>(h.mountAs??h.name)===y)&&st(`mount_as "${y}" is already used by another repo`),await Yj(e,a);let w={name:u,host:a,owner:c,repoName:l,mountAs:y,...f?{defaultBranch:f}:{}};if(!i){let h=r?ji(r.root,y):Fe(e.projectId,u);if(_d(ji(h,".git")))xe.message(`already cloned at ${h}`);else{xe.info(`cloning ${s} \u2192 ${h} \u2026`);try{await i$().clone(s,h),xe.success(`cloned into ${h}`)}catch(R){st(`clone failed: ${R instanceof Error?R.message.trim():String(R)}
|
|
1103
|
+
check that your ${a} credentials grant read access to ${c}/${l}`)}}}let b;try{b=await ky(e.hubUrl,e.cliToken,e.projectId,w)}catch(h){h instanceof Z&&st(`HUB \u2192 ${h.status} ${h.message}`),st(h instanceof Error?h.message:String(h))}let{updated:k,errors:$}=await ti(e.projectId,b.repos,r?.contextDir);for(let h of k)xe.message(`updated ${h}`);for(let h of $)xe.warn(`could not update ${h.path}: ${h.error}`);if(r?.contextDir){if(!p)try{let h=i??ji(r.root,y);p=await Ii(h,s)}catch(h){xe.warn(`git-flow detection skipped: ${h instanceof Error?h.message:String(h)}`),p={defaultBranch:null,branches:[]}}try{await Ca({contextDir:r.contextDir,repoName:u,facts:p,log:h=>xe.message(h)})}catch(h){st(`"${u}" was added, but its git-flow choice was NOT saved: ${h instanceof Error?h.message.trim():String(h)}
|
|
1104
|
+
re-run the command or set the git-flow manually in project.yaml`)}}xe.success(`added "${u}" \u2014 project now has ${b.repos.length} repo(s)`),o$("done")}async function a$(t){let e=et(t.profile);n$(`codepipe repo remove \u2192 project ${e.projectId}`);let r=Oe()??void 0,n;try{let c=(await le(e.hubUrl,e.cliToken,e.projectId)).repos.find(l=>l.name===t.name);n=c?c.mountAs??c.name:void 0}catch{}let o;try{o=await vy(e.hubUrl,e.cliToken,e.projectId,t.name)}catch(a){a instanceof Z&&(a.status===404&&st(`no repo named "${t.name}" in this project`),st(`HUB \u2192 ${a.status} ${a.message}`)),st(a instanceof Error?a.message:String(a))}let{updated:i,errors:s}=await ti(e.projectId,o.repos,r?.contextDir);for(let a of i)xe.message(`updated ${a}`);for(let a of s)xe.warn(`could not update ${a.path}: ${a.error}`);if(t.purge)if(n===".")xe.warn(`"${t.name}" is mounted in place (mount_as: .) \u2014 refusing to delete the workspace; skipping --purge`);else{let a=r&&n?ji(r.root,n):Fe(e.projectId,t.name);if(_d(ji(a,".git")))try{Bj(a,{recursive:!0,force:!0}),xe.message(`deleted local clone ${a}`)}catch(c){xe.warn(`could not delete ${a}: ${c instanceof Error?c.message:String(c)}`)}else xe.message(`no local clone found to purge (${a})`)}xe.success(`removed "${t.name}" \u2014 ${o.repos.length} repo(s) left`),o$("done")}async function c$(t){let e=et(t.profile),r;try{r=(await le(e.hubUrl,e.cliToken,e.projectId)).repos}catch(n){console.error(`could not read project from HUB: ${n instanceof Error?n.message:String(n)}`),process.exit(1)}if(r.length===0){console.log(`project ${e.projectId} has no repos yet \u2014 add one with \`codepipe repo add\``);return}console.log(`project ${e.projectId} \u2014 ${r.length} repo(s):`);for(let n of r){let o=n.mountAs??n.name,i=n.defaultBranch?` @${n.defaultBranch}`:"";console.log(` ${n.name} ${n.host}:${n.owner}/${n.repoName}${i} \u2192 ${o}`)}}Ra();Ye();ws();Ge();import{existsSync as Vj}from"node:fs";import{join as zj}from"node:path";import{simpleGit as Xj}from"simple-git";_t();var Jj=60;async function l$(t){let{cfg:e}=Mn(t.profile),r=On(e.projectId);if(!r)throw new Error(`no workspace for ${e.projectId} here \u2014 run this from the project folder (the one with .codepipe/)`);let n=new Set,o={info:a=>console.log(a),warn:a=>console.warn(a)},i=async()=>{let a=await zs(e.hubUrl,e.cliToken,e.projectId);if(a.length===0){console.log("[pull] nothing ready yet");return}for(let c of a)await mu(r.root,r.spec.repos,c,n,o);if(await Zj(r.contextDir),r.contextDir)try{Wn(r.contextDir,r.root,{info:c=>console.log(`[pull] ${c}`),warn:c=>console.warn(`[pull] ${c}`)})}catch(c){console.warn(`[pull] skills materialize failed \u2014 ${c instanceof Error?c.message:String(c)}`)}};if(!t.watch){await i();return}try{await i()}catch(a){console.warn(`[pull] ${a instanceof Error?a.message:String(a)}`)}let s=Math.max(10,t.intervalSec??Jj)*1e3;for(console.log(`[pull] watching \u2014 every ${Math.round(s/1e3)}s, Ctrl+C to stop`);;){await new Promise(a=>setTimeout(a,s));try{await i()}catch(a){console.warn(`[pull] ${a instanceof Error?a.message:String(a)}`)}}}async function Zj(t){if(!(!t||!Vj(zj(t,".git"))))try{await Xj(t).pull(["--ff-only"])}catch(e){console.warn(`[pull] context repo not updated \u2014 ${e instanceof Error?e.message.split(`
|
|
1105
|
+
`)[0]:String(e)}`)}}ja();import{existsSync as m$,mkdirSync as Qj,readFileSync as eN,writeFileSync as tN}from"node:fs";import{homedir as rN}from"node:os";import{dirname as nN,join as h$}from"node:path";import*as So from"node:readline";Ge();xs();fe();_t();Ra();ja();var La=h$(rN(),".codepipe","history"),u$=["/help","/status","/tasks","/task","/sync","/approve","/merge","/logs","/monitor","/secret","/login","/quit"],g$=500,d$=40;async function y$(t={}){let e=Oe();e||(console.error("no .codepipe/ workspace found here or in any parent. run `codepipe init` first."),process.exit(1));let r=J(e.spec.projectId);r||(console.error(`no secrets for project ${e.spec.projectId} at ~/.codepipe/secrets/${e.spec.projectId}.json. run \`codepipe init\` or \`codepipe clone\` to set them up.`),process.exit(1)),Wo(r),console.log(`connected to ${r.hubUrl} as project ${e.spec.projectId}`),console.log("the CLI daemon and an embedded agent worker run in this session; /logs and /monitor show their output."),console.log("type /help to list commands. Ctrl+D or /quit to exit."),console.log("");let n=So.createInterface({input:process.stdin,output:process.stdout,completer:oN,history:bN(),removeHistoryDuplicates:!0}),o={ws:e,secrets:r,connection:"connecting",rl:n,unread:0,daemon:void 0,follow:!1,logBuffer:[],workerChild:null,workerExited:!1};Ih(i=>Ur(o,i)),o.daemon=sa({hubUrl:r.hubUrl,cliToken:r.cliToken,projectId:e.spec.projectId},{log:{info:i=>Ur(o,i),warn:i=>Ur(o,i)},onEvent:i=>hN(o,i),workspace:{root:e.root,contextDir:e.contextDir,repos:e.spec.repos}});try{let i={hubUrl:r.hubUrl,cliToken:r.cliToken,projectId:e.spec.projectId};await Aa(i,t.profile,{profile:t.profile});let s=process.argv[1];if(!s)throw new Error("cannot resolve the codepipe entry script for the worker process");let a=_a({entry:s,profile:t.profile,onLine:c=>Ur(o,`[worker] ${c}`)});a.on("exit",(c,l)=>{o.workerExited=!0,!Nd&&xo(o,`[worker] exited (code ${c??(l?1:0)}) \u2014 agent jobs will NOT run; /quit and restart codepipe to bring it back`)}),o.workerChild=a,console.log("embedded agent worker started \u2014 agent jobs run on this machine.")}catch(i){console.warn(`[worker] could not start the embedded worker (${i instanceof Error?i.message:String(i)}). REPL commands still work; run \`codepipe up --reregister\` if the registration was removed.`)}jd(o),n.prompt(),n.on("line",async i=>{let s=i.trim();if(s.length>0)try{if(await iN(o,s)){f$(o);return}}catch(a){console.error(a instanceof Error?a.message:String(a))}o.unread=0,jd(o),n.prompt()}),n.on("close",()=>{f$(o)})}function oN(t){let e=u$.filter(r=>r.startsWith(t));return[e.length?e:u$,t]}async function iN(t,e){let[r,...n]=e.split(/\s+/);switch(r){case"/help":return sN(),!1;case"/status":return await aN(t),!1;case"/tasks":return await cN(t,n),!1;case"/task":return await lN(t,n),!1;case"/sync":return await uN(t),!1;case"/logs":return gN(t,n),!1;case"/monitor":return yN(t),!1;case"/approve":return await p$(t,n,"approve"),!1;case"/merge":return await p$(t,n,"merge"),!1;case"/login":return dN(t,n),!1;case"/secret":return pN(t,n),!1;case"/quit":case"/exit":return!0;default:return console.log(`unknown command: ${r}. /help for the list.`),!1}}function sN(){console.log(["/help show this list","/status connection, project, embedded worker, siblings","/tasks [--phase P] list tasks (optionally filtered by phase)","/task <key> task detail (phase + artifacts)","/sync clone/fetch project repos per project.yaml","/logs [n|follow|clear] tail last n daemon/worker logs / toggle live / clear buffer","/monitor toggle live daemon/worker log streaming (alias /logs follow)","/approve <key> merge the task's PR(s) (TRACKING, PR mode)","/merge <key> direct-merge the branch to main (TRACKING, no-PR mode)","/login <token> set the Claude OAuth token (not stored in history)","/secret set <k> <v> set a secret (not stored in history)","/secret list list secret keys (no values)","/secret unset <k> remove a secret","/quit stop the daemon and the worker, exit"].join(`
|
|
1106
|
+
`))}async function aN(t){let e=t.connection==="registered"?"registered":t.connection==="rejected"?"rejected":t.connection==="offline"?"offline (reconnecting)":"connecting";console.log(` hub: ${t.secrets.hubUrl} (${e})`);let r=t.workerChild?t.workerExited?"exited \u2014 agent jobs will not run (restart codepipe)":`running (pid ${t.workerChild.pid})`:"not started \u2014 agent jobs will not run";console.log(` worker: ${r}`),console.log(` project: ${t.ws.spec.projectId}`),console.log(` workspace: ${t.ws.root}`);for(let n of t.ws.spec.repos){let o=m$(h$(t.ws.root,n.mountAs,".git"));console.log(` ${n.mountAs}: ${o?"present":"missing (run /sync)"}`)}}async function cN(t,e){let r=wN(e,"--phase");try{let n=await yy(t.secrets.hubUrl,t.secrets.cliToken,t.ws.spec.projectId),o=r?n.filter(i=>i.phase.toLowerCase()===r.toLowerCase()):n;if(o.length===0){console.log(" (no tasks)");return}for(let i of o)console.log(` ${i.key.padEnd(10)} ${i.phase.padEnd(16)} ${i.title}`)}catch(n){Od(n)}}async function lN(t,e){let r=e[0];if(!r){console.log("usage: /task <key>");return}try{let n=await wy(t.secrets.hubUrl,t.secrets.cliToken,t.ws.spec.projectId,r);if(console.log(` ${r}: ${n.task.phase} \u2014 ${n.task.title}`),n.artifacts.length>0){console.log(" artifacts:");for(let o of n.artifacts)console.log(` ${o.path}`)}}catch(n){Od(n)}}async function uN(t){let e=await Ti(t.ws.root,t.ws.spec.repos);for(let r of e)console.log(` ${r.mountAs}: ${r.status}${r.detail?` \u2014 ${r.detail}`:""}`)}async function p$(t,e,r){let n=e[0];if(!n){console.log(`usage: /${r} <key>`);return}try{let o=await by(t.secrets.hubUrl,t.secrets.cliToken,t.ws.spec.projectId,n,r);console.log(` ${r} ${n} \u2192 ${o.task.phase}`)}catch(o){Od(o)}}function dN(t,e){let r=e.join(" ").trim();if(!r){console.log("usage: /login <claude-oauth-token>"),console.log(" get one with `claude setup-token`, then paste it here."),console.log(" (this line is scrubbed from history; takes effect on next SANDBOX reconnect)");return}t.secrets.claude={oauthToken:r},ae(t.secrets),console.log(" Claude OAuth token saved. It will be sealed into job bundles for SANDBOXes."),console.log(" Re-seal happens when a SANDBOX (re)connects; restart it if you need it now.")}function pN(t,e){let[r,n,...o]=e;if(r==="list"){let i=[];t.secrets.github&&i.push("github.token"),t.secrets.bitbucket&&i.push("bitbucket.email","bitbucket.apiToken"),t.secrets.youtrack&&i.push("youtrack.url","youtrack.token"),console.log(i.length?` ${i.join(`
|
|
1107
|
+
`)}`:" (none)");return}if(r==="set"){let i=o.join(" ");if(!n||!i){console.log("usage: /secret set <key> <value> (keys: GH_TOKEN, YOUTRACK_URL, YOUTRACK_TOKEN, BITBUCKET_EMAIL, BITBUCKET_API_TOKEN)");return}fN(t.secrets,n,i),ae(t.secrets),Wo(t.secrets),console.log(` set ${n}`);return}if(r==="unset"){if(!n){console.log("usage: /secret unset <key>");return}mN(t.secrets,n),ae(t.secrets),console.log(` unset ${n}`);return}console.log("usage: /secret set|list|unset")}function fN(t,e,r){switch(e){case"GH_TOKEN":t.github={token:r};break;case"YOUTRACK_URL":t.youtrack={url:r,token:t.youtrack?.token??""};break;case"YOUTRACK_TOKEN":t.youtrack={url:t.youtrack?.url??"",token:r};break;case"BITBUCKET_EMAIL":t.bitbucket={email:r,apiToken:t.bitbucket?.apiToken??""};break;case"BITBUCKET_API_TOKEN":t.bitbucket={email:t.bitbucket?.email??"",apiToken:r};break;default:console.log(`unknown secret key: ${e}`)}}function mN(t,e){e.startsWith("GH")||e==="github"?delete t.github:e.toUpperCase().startsWith("YOUTRACK")||e==="youtrack"?delete t.youtrack:(e.toUpperCase().startsWith("BITBUCKET")||e==="bitbucket")&&delete t.bitbucket}function hN(t,e){switch(e.kind){case"connected":t.connection="connecting",Ur(t,"[hub] connected");break;case"registered":t.connection="registered",Ur(t,`[hub] registered for ${e.projectId}`);break;case"register_rejected":t.connection="rejected",xo(t,`[hub] register rejected: ${e.reason}`);break;case"disconnected":t.connection="offline",Ur(t,`[hub] disconnected (code ${e.code})`);break;case"replaced":t.connection="rejected",xo(t,"[hub] this project was taken over by another CLI \u2014 daemon stood down (run one CLI per project)");break;case"incompatible":xo(t,`[hub] HUB v${e.hubVersion??"?"} (protocol ${e.hubProtocol??"?"}) is incompatible with this CLI \u2014 WriteActions are refused. Update: ${e.updateCommand}`);break;case"action":e.ok?Ur(t,`[hub] action ${e.actionType} done`):xo(t,`[hub] action ${e.actionType} FAILED: ${e.error??"?"}`);break}}function Ur(t,e){t.logBuffer.push(e),t.logBuffer.length>g$&&t.logBuffer.shift(),t.follow&&xo(t,e)}function gN(t,e){let r=e[0];if(r==="follow"||r==="on"){Pd(t,!0);return}if(r==="off"){Pd(t,!1);return}if(r==="clear"){t.logBuffer=[],console.log(" log buffer cleared");return}let n=r?Math.max(1,Math.min(g$,Number(r)||d$)):d$,o=t.logBuffer.slice(-n);if(o.length===0){console.log(" (no daemon logs buffered yet)");return}for(let i of o)console.log(` ${i}`);console.log(` \u2014 ${o.length} line(s); /monitor for live stream`)}function yN(t){Pd(t,!t.follow)}function Pd(t,e){t.follow=e,console.log(e?" live daemon logs ON \u2014 /monitor or /logs off to stop":" live daemon logs OFF")}function xo(t,e){So.cursorTo(process.stdout,0),So.clearLine(process.stdout,0),process.stdout.write(e+`
|
|
1108
|
+
`),t.unread+=1,jd(t),t.rl.prompt(!0)}function jd(t){let e=t.unread>0?" \u2605":"";t.rl.setPrompt(`codepipe (${t.ws.spec.projectId})${e} > `)}var Nd=!1;function f$(t){if(Nd)return;Nd=!0,kN(t.rl),t.daemon.stop();let e=t.workerChild;if(!e||t.workerExited){console.log(`
|
|
1109
1109
|
bye.`),setTimeout(()=>process.exit(0),150);return}console.log(`
|
|
1110
|
-
stopping the embedded worker\u2026`),e.kill("SIGTERM"),e.on("exit",()=>{console.log("bye."),setTimeout(()=>process.exit(0),150)}),setTimeout(()=>{t.workerExited||e.kill("SIGKILL")},8e3).unref(),setTimeout(()=>process.exit(0),1e4).unref()}function
|
|
1110
|
+
stopping the embedded worker\u2026`),e.kill("SIGTERM"),e.on("exit",()=>{console.log("bye."),setTimeout(()=>process.exit(0),150)}),setTimeout(()=>{t.workerExited||e.kill("SIGKILL")},8e3).unref(),setTimeout(()=>process.exit(0),1e4).unref()}function wN(t,e){let r=t.indexOf(e);if(r>=0&&t[r+1])return t[r+1]}function Od(t){t instanceof Z?console.log(` HUB \u2192 ${t.status} ${t.message}`):console.log(` ${t instanceof Error?t.message:String(t)}`)}function bN(){if(!m$(La))return[];try{return eN(La,"utf-8").split(/\r?\n/).filter(Boolean).reverse()}catch{return[]}}function kN(t){let r=(t.history??[]).filter(n=>!/^\/secret\s+set\b/.test(n)&&!/^\/login\b/.test(n));try{Qj(nN(La),{recursive:!0}),tN(La,r.slice().reverse().join(`
|
|
1111
1111
|
`)+`
|
|
1112
|
-
`)}catch{}}co();M();Je();co();We();Be();Si();import{hostname as o0}from"node:os";import{cancel as i0,confirm as i$,intro as s0,isCancel as c$,log as ko,multiselect as a0,outro as s$,password as c0,select as Pd,text as Ad}from"@clack/prompts";function Pi(t){i0(t),process.exit(1)}function vo(t){return c$(t)&&Pi("aborted"),t}function Ca(t){return c$(t)&&Pi("aborted"),typeof t=="string"?t:""}function Pa(){return process.stdin.isTTY===!0&&process.stdout.isTTY===!0}async function a$(t,e){try{let{secret:r}=await Gs(t,e);return r}catch(r){throw r instanceof J&&r.status===404&&Pi("this HUB has no account-issued sandbox registration \u2014 issue a registration token in the dashboard (Status \u2192 SANDBOX) and re-run with it"),r}}async function l0(t,e){if(vo(await Pd({message:"which projects should this worker serve?",options:[{value:"all",label:"all my projects (recommended \u2014 new projects included automatically)"},{value:"selected",label:"only selected projects"}],initialValue:"all"}))==="all")return[];if(e)try{let o=await tu(t,e);if(o.length>0)return vo(await a0({message:"pick the projects (space to toggle, enter to confirm)",options:o.map(i=>({value:i.id,label:`${i.id} \u2014 ${i.name}`})),required:!0}));ko.warn("your account owns no projects yet \u2014 enter the ids manually")}catch(o){ko.warn(`could not list projects (${o instanceof Error?o.message:String(o)}) \u2014 enter the ids manually`)}return Ca(await Ad({message:"project ids (comma or space separated)",placeholder:"acme, beta",validate:o=>o.trim().length>0?void 0:"required"})).split(/[\s,]+/).filter(Boolean)}async function _d(t){s0("codepipe worker \u2014 set up this machine as a runner");let e=Ve(t.profile);e&&(ko.warn(`already registered as ${e.sandboxId} (${e.name}) at ${e.hubUrl} \u2014 the wizard will replace this registration`),vo(await i$({message:"re-register this worker?",initialValue:!1}))||Pi("keeping the existing registration"));let r=Pt(t.profile)??Pt(),n=Ca(await Ad({message:"HUB URL",placeholder:Et,initialValue:ee("HUB_URL")??r?.hubUrl??Et,validate:d=>d.trim().startsWith("http")?void 0:"must start with http(s)://"})).trim().replace(/\/$/,""),o=r!==null&&r.hubUrl.replace(/\/$/,"")===n,i=vo(await Pd({message:"how to authorize the registration?",options:[...o?[{value:"local",label:"this machine's CLI account (recommended \u2014 no token hand-off)"}]:[],{value:"login",label:"log in by email (magic-link, like codepipe init)"},{value:"paste",label:"paste a registration token from the dashboard"}],initialValue:o?"local":"login"})),s,a=null;if(i==="local")a=r.cliToken,s=await a$(n,a),ko.success("account-issued registration token minted");else if(i==="login"){let d=await ho();a=(await go(n,d)).cliToken,s=await a$(n,a),ko.success("account-issued registration token minted")}else s=Ca(await c0({message:"registration token (from Status \u2192 SANDBOX)"})).trim(),s||Pi("a registration token is required");let c=await l0(n,a),l=Ca(await Ad({message:"worker name",initialValue:o0(),validate:d=>d.trim().length>0?void 0:"required"})).trim(),u=vo(await Pd({message:"agent backend",options:[{value:"claude-headless",label:"claude-headless \u2014 Claude Code on PATH (the real thing)"},{value:"mock",label:"mock \u2014 deterministic stub (development)"},{value:"",label:"none \u2014 this worker will not claim agent jobs"}],initialValue:"claude-headless"}));if(await nn({hub:n,token:s,name:l,projects:c,...u?{llm:u}:{},force:e!==null,...t.profile?{profile:t.profile}:{}}),ko.message("the fingerprint above pins on the project CLI on first sight (TOFU); `codepipe up` pins it automatically"),!vo(await i$({message:"start the claim-loop now?",initialValue:!0}))){s$("registered. start later with `codepipe worker`.");return}s$("starting the claim-loop\u2026"),await bi(t.profile?{profile:t.profile}:{})}function d0(){let t=process.argv;for(let e=0;e<t.length;e++){let r=t[e];if(r==="--profile")return t[e+1];if(r&&r.startsWith("--profile="))return r.slice(10)}return ee("PROFILE")}var ye=d0();vf(ye);var Ge=new u0;Ge.name("codepipe").description("CodePipe CLI \u2014 local client that talks to HUB and performs real-world writes").version(ot).option("--profile <id>","Profile id (project id). Picks `~/.codepipe/profiles/<id>/config.json` and `cli/profiles/<id>/.env`. Default = no profile = legacy single-project config at `~/.codepipe/config.json`.").action(async()=>{try{Pa()?await o$({profile:ye}):await Sa({profile:ye})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});Ge.command("init").description("Bootstrap a project: in an empty folder (repos clone as siblings) or in-place inside an existing git repo (origin prefilled, .codepipe/ inside). Magic-link auth; secrets to ~/.codepipe/secrets/<id>.json").option("--force","Bypass the empty-cwd guard",!1).option("--headless","Non-interactive provisioning from a JSON config (no prompts, no magic-link, no local clone) \u2014 for CLI farms").option("--config <path>","Headless config JSON path; '-' or omitted reads stdin").option("--skip-verify","Headless: skip live credential verification").action(async t=>{try{t.headless?await Pv({configPath:t.config,skipVerify:t.skipVerify===!0}):await wv({force:t.force===!0})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ge.command("config").description("Persist HUB URL, CLI token and project id without provisioning/cloning (dev & mock flow; used by `make cli-init`)").requiredOption("--hub <url>","HUB base URL, e.g. http://localhost:3030").requiredOption("--token <token>","Personal CLI token (issued during `codepipe init`)").requiredOption("--project <id>","Project id this CLI is bound to").option("--force","Overwrite existing config",!1).action(async t=>{try{await jf({...t,profile:ye})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ge.command("clone").description("Reconstruct an existing project's workspace in the current empty folder \u2014 for continuing work on another machine").argument("<projectId>","Project id (as registered on HUB)").option("--force","Bypass the empty-cwd guard",!1).action(async(t,e)=>{try{await bv({projectId:t,force:e.force===!0})}catch(r){console.error(r instanceof Error?r.message:r),process.exit(1)}});Ge.command("daemon").description("Long-running WS daemon that executes WriteActions dispatched by HUB").action(async()=>{try{await iw({profile:ye})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});Ge.command("sync").description("Clone/fetch project repos as siblings of .codepipe/ per project.yaml").option("--dry-run","Show what would happen without touching the filesystem",!1).action(async t=>{try{await Vk({dryRun:t.dryRun===!0})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ge.command("logout").description("Remove the Claude token (fall back to this machine's Claude Code login)").option("--shared","Clear the machine/farm-wide token in ~/.codepipe/shared.json").action(async t=>{try{await Lv({profile:ye,shared:t.shared})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ge.command("login").description("Set the Claude OAuth token (sealed into job bundles)").option("--token <token>","Provide the token non-interactively").option("--shared","Save to the machine/farm-wide ~/.codepipe/shared.json instead of this project").option("--stdin","Read the token from stdin (for scripted/ssh delivery)").action(async t=>{try{await Ov({profile:ye,token:t.token,shared:t.shared,stdin:t.stdin})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ge.command("hello").description("Open WS to HUB, ping/pong, exit (smoke-test for connectivity & auth)").action(async()=>{try{await wk({profile:ye})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});Ge.command("pull").description("Fetch finished task branches into your local clones (no checkout switch)").option("--profile <name>","Config profile").option("--watch","Keep pulling instead of exiting after one pass").option("--interval <sec>","Watch interval in seconds (default 60, minimum 10)",t=>parseInt(t,10)).action(async t=>{if(t.interval!==void 0&&!Number.isFinite(t.interval))throw new Error("--interval expects a number of seconds");await Xv({profile:t.profile,...t.watch?{watch:!0}:{},...Number.isFinite(t.interval)?{intervalSec:t.interval}:{}})});Ge.command("up").description("Run the CLI daemon and an embedded SANDBOX worker together (solo-developer mode)").option("--name <name>","Worker name (defaults to <hostname>-up; used on first registration)").option("--llm <backend>","Worker agent backend on first registration: 'claude-headless' (default) | 'mock'").option("--projects <ids...>","Project IDs the worker may serve on first registration (empty = all your projects)").option("--reregister","Replace the worker registration when the HUB no longer knows it (it was removed)",!1).option("--debug [categories]","Write local debug logs (comma-separated categories; default: agent-request \u2014 the full prompt and context each agent job receives, under ~/.codepipe/debug/)").action(async t=>{try{await Sa({profile:ye,...t})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});var l$=Ge.command("worker").description("SANDBOX worker role \u2014 claims jobs from HUB and executes agent work");l$.command("register").description("Register this machine as a SANDBOX worker with a HUB (no flags on a TTY \u2192 interactive wizard)").option("--hub <url>","HUB base URL (env CODEPIPE_HUB_URL)").option("--token <token>","Registration token (env CODEPIPE_WORKER_REG_TOKEN)").option("--name <name>","Human-readable name (env CODEPIPE_WORKER_NAME; defaults to hostname)").option("--projects <ids...>","Project IDs this worker can serve (env CODEPIPE_WORKER_PROJECTS, comma/space separated; empty = all your projects)").option("--llm <backend>","Agent backend: 'claude-headless' | 'mock' (env CODEPIPE_WORKER_LLM; omit for none)").option("--force","Overwrite existing registration",!1).action(async t=>{try{let e=t.hub??ee("HUB_URL")??Pt(ye)?.hubUrl??Et,r=t.token??ee("WORKER_REG_TOKEN");if(!r){if(!t.hub&&!t.token&&Pa()){await _d({profile:ye});return}console.error("missing --token (or CODEPIPE_WORKER_REG_TOKEN); run `codepipe worker register` with no flags on a terminal for the wizard"),process.exit(1)}let n=ee("WORKER_PROJECTS")?.split(/[\s,]+/).filter(Boolean),o=t.name??ee("WORKER_NAME"),i=t.llm??ee("WORKER_LLM");await nn({hub:e,token:r,projects:t.projects?.length?t.projects:n??[],force:t.force===!0,...o?{name:o}:{},...i?{llm:i}:{},...ye?{profile:ye}:{}})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});l$.command("start",{isDefault:!0}).description("Connect to HUB and run the claim-loop (default subcommand)").action(async()=>{try{if(!Ve(ye)&&Pa()){await _d({profile:ye});return}await bi(ye?{profile:ye}:{})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});var u$=Ge.command("project").description("Manage CodePipe projects");u$.command("add").description("Interactive wizard to register a project with HUB and auto-provision Context Repo").action(async()=>{try{await Bv({profile:ye})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});u$.command("move").description("Repoint an already-initialised project at another HUB (no full init wizard)").requiredOption("--hub <url>","Destination HUB base URL").option("--from-profile <id>","Source profile to move (defaults to --profile / the cwd workspace)").option("--to-profile <id>","Destination profile to write (defaults to the source profile \u2014 in place)").option("--project <id>","Destination project id (defaults to the source project id)").option("--account <email>","Destination account email (defaults to the source account, else prompts)").option("--yes","Skip the confirmation prompt",!1).action(async t=>{try{await Gv({...t,cliProfile:ye})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});var jd=Ge.command("repo").description("Manage the project's git repositories");jd.command("add").description("Add a repo to this project (a path to an existing clone, or a clone URL)").argument("[target]","Path to an already-cloned repo, or a repo clone URL").action(async t=>{try{await Yv({profile:ye,target:t})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});jd.command("remove").description("Remove a repo from this project by its logical name").argument("<name>","Logical name of the repo (as shown by `codepipe repo list`)").option("--purge","Also delete the local clone",!1).action(async(t,e)=>{try{await Vv({profile:ye,name:t,purge:e.purge===!0})}catch(r){console.error(r instanceof Error?r.message:r),process.exit(1)}});jd.command("list").description("List the project's repos").action(async()=>{try{await zv({profile:ye})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});var d$=Ge.command("model").description("Project map (model/ in the Context Repo)");d$.command("build").description("Build the project map from the local repo clones' git history").option("--repo <name>","Build only this repo (logical name)").action(async t=>{try{await lu({repo:t.repo})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});d$.command("bootstrap").description("Build the map and mine task events from the whole git history (cold start)").option("--repo <name>","Bootstrap only this repo (logical name)").action(async t=>{try{await uu({repo:t.repo})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ge.parseAsync();
|
|
1112
|
+
`)}catch{}}mo();D();Qe();mo();Ye();Ge();Ri();import{hostname as vN}from"node:os";import{cancel as $N,confirm as w$,intro as xN,isCancel as v$,log as Eo,multiselect as SN,outro as b$,password as EN,select as Ld,text as Md}from"@clack/prompts";function Ni(t){$N(t),process.exit(1)}function To(t){return v$(t)&&Ni("aborted"),t}function Ma(t){return v$(t)&&Ni("aborted"),typeof t=="string"?t:""}function Da(){return process.stdin.isTTY===!0&&process.stdout.isTTY===!0}async function k$(t,e){try{let{secret:r}=await Vs(t,e);return r}catch(r){throw r instanceof Z&&r.status===404&&Ni("this HUB has no account-issued sandbox registration \u2014 issue a registration token in the dashboard (Status \u2192 SANDBOX) and re-run with it"),r}}async function TN(t,e){if(To(await Ld({message:"which projects should this worker serve?",options:[{value:"all",label:"all my projects (recommended \u2014 new projects included automatically)"},{value:"selected",label:"only selected projects"}],initialValue:"all"}))==="all")return[];if(e)try{let o=await uu(t,e);if(o.length>0)return To(await SN({message:"pick the projects (space to toggle, enter to confirm)",options:o.map(i=>({value:i.id,label:`${i.id} \u2014 ${i.name}`})),required:!0}));Eo.warn("your account owns no projects yet \u2014 enter the ids manually")}catch(o){Eo.warn(`could not list projects (${o instanceof Error?o.message:String(o)}) \u2014 enter the ids manually`)}return Ma(await Md({message:"project ids (comma or space separated)",placeholder:"acme, beta",validate:o=>o.trim().length>0?void 0:"required"})).split(/[\s,]+/).filter(Boolean)}async function Dd(t){xN("codepipe worker \u2014 set up this machine as a runner");let e=Xe(t.profile);e&&(Eo.warn(`already registered as ${e.sandboxId} (${e.name}) at ${e.hubUrl} \u2014 the wizard will replace this registration`),To(await w$({message:"re-register this worker?",initialValue:!1}))||Ni("keeping the existing registration"));let r=Pt(t.profile)??Pt(),n=Ma(await Md({message:"HUB URL",placeholder:It,initialValue:te("HUB_URL")??r?.hubUrl??It,validate:d=>d.trim().startsWith("http")?void 0:"must start with http(s)://"})).trim().replace(/\/$/,""),o=r!==null&&r.hubUrl.replace(/\/$/,"")===n,i=To(await Ld({message:"how to authorize the registration?",options:[...o?[{value:"local",label:"this machine's CLI account (recommended \u2014 no token hand-off)"}]:[],{value:"login",label:"log in by email (magic-link, like codepipe init)"},{value:"paste",label:"paste a registration token from the dashboard"}],initialValue:o?"local":"login"})),s,a=null;if(i==="local")a=r.cliToken,s=await k$(n,a),Eo.success("account-issued registration token minted");else if(i==="login"){let d=await ko();a=(await vo(n,d)).cliToken,s=await k$(n,a),Eo.success("account-issued registration token minted")}else s=Ma(await EN({message:"registration token (from Status \u2192 SANDBOX)"})).trim(),s||Ni("a registration token is required");let c=await TN(n,a),l=Ma(await Md({message:"worker name",initialValue:vN(),validate:d=>d.trim().length>0?void 0:"required"})).trim(),u=To(await Ld({message:"agent backend",options:[{value:"claude-headless",label:"claude-headless \u2014 Claude Code on PATH (the real thing)"},{value:"mock",label:"mock \u2014 deterministic stub (development)"},{value:"",label:"none \u2014 this worker will not claim agent jobs"}],initialValue:"claude-headless"}));if(await dn({hub:n,token:s,name:l,projects:c,...u?{llm:u}:{},force:e!==null,...t.profile?{profile:t.profile}:{}}),Eo.message("the fingerprint above pins on the project CLI on first sight (TOFU); `codepipe up` pins it automatically"),!To(await w$({message:"start the claim-loop now?",initialValue:!0}))){b$("registered. start later with `codepipe worker`.");return}b$("starting the claim-loop\u2026"),await xi(t.profile?{profile:t.profile}:{})}function RN(){let t=process.argv;for(let e=0;e<t.length;e++){let r=t[e];if(r==="--profile")return t[e+1];if(r&&r.startsWith("--profile="))return r.slice(10)}return te("PROFILE")}var we=RN();_f(we);var He=new IN;He.name("codepipe").description("CodePipe CLI \u2014 local client that talks to HUB and performs real-world writes").version(ct).option("--profile <id>","Profile id (project id). Picks `~/.codepipe/profiles/<id>/config.json` and `cli/profiles/<id>/.env`. Default = no profile = legacy single-project config at `~/.codepipe/config.json`.").action(async()=>{try{Da()?await y$({profile:we}):await Pa({profile:we})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});He.command("init").description("Bootstrap a project: in an empty folder (repos clone as siblings) or in-place inside an existing git repo (origin prefilled, .codepipe/ inside). Magic-link auth; secrets to ~/.codepipe/secrets/<id>.json").option("--force","Bypass the empty-cwd guard",!1).option("--headless","Non-interactive provisioning from a JSON config (no prompts, no magic-link, no local clone) \u2014 for CLI farms").option("--config <path>","Headless config JSON path; '-' or omitted reads stdin").option("--skip-verify","Headless: skip live credential verification").action(async t=>{try{t.headless?await Kv({configPath:t.config,skipVerify:t.skipVerify===!0}):await _v({force:t.force===!0})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});He.command("config").description("Persist HUB URL, CLI token and project id without provisioning/cloning (dev & mock flow; used by `make cli-init`)").requiredOption("--hub <url>","HUB base URL, e.g. http://localhost:3030").requiredOption("--token <token>","Personal CLI token (issued during `codepipe init`)").requiredOption("--project <id>","Project id this CLI is bound to").option("--force","Overwrite existing config",!1).action(async t=>{try{await Kf({...t,profile:we})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});He.command("clone").description("Reconstruct an existing project's workspace in the current empty folder \u2014 for continuing work on another machine").argument("<projectId>","Project id (as registered on HUB)").option("--force","Bypass the empty-cwd guard",!1).action(async(t,e)=>{try{await Pv({projectId:t,force:e.force===!0})}catch(r){console.error(r instanceof Error?r.message:r),process.exit(1)}});He.command("daemon").description("Long-running WS daemon that executes WriteActions dispatched by HUB").action(async()=>{try{await hw({profile:we})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});He.command("sync").description("Clone/fetch project repos as siblings of .codepipe/ per project.yaml").option("--dry-run","Show what would happen without touching the filesystem",!1).action(async t=>{try{await av({dryRun:t.dryRun===!0})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});He.command("logout").description("Remove the Claude token (fall back to this machine's Claude Code login)").option("--shared","Clear the machine/farm-wide token in ~/.codepipe/shared.json").action(async t=>{try{await zv({profile:we,shared:t.shared})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});He.command("login").description("Set the Claude OAuth token (sealed into job bundles)").option("--token <token>","Provide the token non-interactively").option("--shared","Save to the machine/farm-wide ~/.codepipe/shared.json instead of this project").option("--stdin","Read the token from stdin (for scripted/ssh delivery)").action(async t=>{try{await Vv({profile:we,token:t.token,shared:t.shared,stdin:t.stdin})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});He.command("hello").description("Open WS to HUB, ping/pong, exit (smoke-test for connectivity & auth)").action(async()=>{try{await _k({profile:we})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});He.command("pull").description("Fetch finished task branches into your local clones (no checkout switch)").option("--profile <name>","Config profile").option("--watch","Keep pulling instead of exiting after one pass").option("--interval <sec>","Watch interval in seconds (default 60, minimum 10)",t=>parseInt(t,10)).action(async t=>{if(t.interval!==void 0&&!Number.isFinite(t.interval))throw new Error("--interval expects a number of seconds");await l$({profile:t.profile,...t.watch?{watch:!0}:{},...Number.isFinite(t.interval)?{intervalSec:t.interval}:{}})});He.command("up").description("Run the CLI daemon and an embedded SANDBOX worker together (solo-developer mode)").option("--name <name>","Worker name (defaults to <hostname>-up; used on first registration)").option("--llm <backend>","Worker agent backend on first registration: 'claude-headless' (default) | 'mock'").option("--projects <ids...>","Project IDs the worker may serve on first registration (empty = all your projects)").option("--reregister","Replace the worker registration when the HUB no longer knows it (it was removed)",!1).option("--debug [categories]","Write local debug logs (comma-separated categories; default: agent-request \u2014 the full prompt and context each agent job receives, under ~/.codepipe/debug/)").action(async t=>{try{await Pa({profile:we,...t})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});var $$=He.command("worker").description("SANDBOX worker role \u2014 claims jobs from HUB and executes agent work");$$.command("register").description("Register this machine as a SANDBOX worker with a HUB (no flags on a TTY \u2192 interactive wizard)").option("--hub <url>","HUB base URL (env CODEPIPE_HUB_URL)").option("--token <token>","Registration token (env CODEPIPE_WORKER_REG_TOKEN)").option("--name <name>","Human-readable name (env CODEPIPE_WORKER_NAME; defaults to hostname)").option("--projects <ids...>","Project IDs this worker can serve (env CODEPIPE_WORKER_PROJECTS, comma/space separated; empty = all your projects)").option("--llm <backend>","Agent backend: 'claude-headless' | 'mock' (env CODEPIPE_WORKER_LLM; omit for none)").option("--force","Overwrite existing registration",!1).action(async t=>{try{let e=t.hub??te("HUB_URL")??Pt(we)?.hubUrl??It,r=t.token??te("WORKER_REG_TOKEN");if(!r){if(!t.hub&&!t.token&&Da()){await Dd({profile:we});return}console.error("missing --token (or CODEPIPE_WORKER_REG_TOKEN); run `codepipe worker register` with no flags on a terminal for the wizard"),process.exit(1)}let n=te("WORKER_PROJECTS")?.split(/[\s,]+/).filter(Boolean),o=t.name??te("WORKER_NAME"),i=t.llm??te("WORKER_LLM");await dn({hub:e,token:r,projects:t.projects?.length?t.projects:n??[],force:t.force===!0,...o?{name:o}:{},...i?{llm:i}:{},...we?{profile:we}:{}})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});$$.command("start",{isDefault:!0}).description("Connect to HUB and run the claim-loop (default subcommand)").action(async()=>{try{if(!Xe(we)&&Da()){await Dd({profile:we});return}await xi(we?{profile:we}:{})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});var x$=He.command("project").description("Manage CodePipe projects");x$.command("add").description("Interactive wizard to register a project with HUB and auto-provision Context Repo").action(async()=>{try{await Qv({profile:we})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});x$.command("move").description("Repoint an already-initialised project at another HUB (no full init wizard)").requiredOption("--hub <url>","Destination HUB base URL").option("--from-profile <id>","Source profile to move (defaults to --profile / the cwd workspace)").option("--to-profile <id>","Destination profile to write (defaults to the source profile \u2014 in place)").option("--project <id>","Destination project id (defaults to the source project id)").option("--account <email>","Destination account email (defaults to the source account, else prompts)").option("--yes","Skip the confirmation prompt",!1).action(async t=>{try{await t$({...t,cliProfile:we})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});var Ud=He.command("repo").description("Manage the project's git repositories");Ud.command("add").description("Add a repo to this project (a path to an existing clone, or a clone URL)").argument("[target]","Path to an already-cloned repo, or a repo clone URL").action(async t=>{try{await s$({profile:we,target:t})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});Ud.command("remove").description("Remove a repo from this project by its logical name").argument("<name>","Logical name of the repo (as shown by `codepipe repo list`)").option("--purge","Also delete the local clone",!1).action(async(t,e)=>{try{await a$({profile:we,name:t,purge:e.purge===!0})}catch(r){console.error(r instanceof Error?r.message:r),process.exit(1)}});Ud.command("list").description("List the project's repos").action(async()=>{try{await c$({profile:we})}catch(t){console.error(t instanceof Error?t.message:t),process.exit(1)}});var S$=He.command("model").description("Project map (model/ in the Context Repo)");S$.command("build").description("Build the project map from the local repo clones' git history").option("--repo <name>","Build only this repo (logical name)").action(async t=>{try{await wu({repo:t.repo})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});S$.command("bootstrap").description("Build the map and mine task events from the whole git history (cold start)").option("--repo <name>","Bootstrap only this repo (logical name)").action(async t=>{try{await bu({repo:t.repo})}catch(e){console.error(e instanceof Error?e.message:e),process.exit(1)}});He.parseAsync();
|