epiq 0.5.3 → 0.6.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. package/dist/index.js +57 -53
  2. package/dist/mcp.js +52 -49
  3. package/package.json +10 -11
  4. package/readme.md +44 -65
package/dist/index.js CHANGED
@@ -1,64 +1,68 @@
1
1
  #!/usr/bin/env node
2
- import ho from"chalk";import{render as uu}from"ink";import mu from"meow";import pu from"react";import{Box as at}from"ink";import te from"react";import Tt from"node:fs";import{ulid as Ua}from"ulid";import{z as on}from"zod";var Ue={None:"none",Success:"success",Fail:"fail"},s=e=>({status:Ue.Fail,message:e,value:null}),l=(e,t)=>({status:Ue.Success,message:e,value:t}),d=e=>e.status==="fail",Ee=e=>e.status==="success";import At from"node:fs";import Te from"node:path";var ar=process.env.IS_LOCAL==="true",Me=".epiq",ve=".epiq-global",tn="events",Oa="project.json",Eo=e=>Te.join(e,Me),nn=e=>Te.join(e,Me),rn=e=>Te.join(nn(e),Oa),wt=e=>Te.join(nn(e),tn),Ba=e=>{let t=Te.join(e,Me);return At.existsSync(t)&&At.statSync(t).isDirectory()},dr=e=>{let t=rn(e);return At.existsSync(t)&&At.statSync(t).isFile()},$e=e=>{let t=Te.resolve(e);for(;;){if(Ba(t))return l("Resolved closest .epiq root",t);let n=Te.dirname(t);if(n===t)return s("No .epiq directory found in any parent");t=n}},Se=e=>{let t=Te.resolve(e);for(;;){if(dr(t))return l("Resolved closest epiq project root",t);let n=Te.dirname(t);if(n===t)return s("No .epiq/project.json found in any parent");t=n}},Io=e=>{let t=wt(e);try{return At.mkdirSync(t,{recursive:!0}),l("Resolved events dir",t)}catch(n){return s(n instanceof Error?`Failed to ensure events dir: ${n.message}`:"Failed to ensure events dir")}};var $a="_epiq/_evt",Wa=on.object({projectId:on.string().min(1),stateBranch:on.string().min(1),createdAt:on.iso.datetime()}),So=()=>({projectId:Ua(),stateBranch:$a,createdAt:new Date().toISOString()}),We=e=>{let t=rn(e);if(!Tt.existsSync(t))return s("Missing .epiq/project.json");try{let n=Tt.readFileSync(t,"utf8"),r=JSON.parse(n),o=Wa.safeParse(r);return o.success?l("Read project.json",o.data):s(`Invalid .epiq/project.json: ${o.error.issues.map(i=>`${i.path.join(".")}: ${i.message}`).join(", ")}`)}catch(n){return s(n instanceof Error?`Failed to read .epiq/project.json: ${n.message}`:"Failed to read .epiq/project.json")}},bo=e=>{let t=We(e);return d(t)?s(t.message):l("Read projectId",t.value.projectId)},Ro=({repoRoot:e,fileContents:t})=>{let n=nn(e),r=rn(e);try{if(Tt.mkdirSync(n,{recursive:!0}),Tt.existsSync(r)){let o=We(e);return d(o)?s(o.message):l("Project already initialized",null)}return Tt.writeFileSync(r,JSON.stringify(t,null,2)+`
3
- `,"utf8"),l("Created project.json",null)}catch(o){return s(o instanceof Error?`Failed to initialize project: ${o.message}`:"Failed to initialize project")}};var sn={autoSyncIntervalMs:null,autoSync:null,preferredEditor:null,userName:null,userId:null,viewMode:null},B=()=>sn,pe=e=>(sn={...sn,...e},sn);var _e=()=>{let e=B(),t=!!e.userName?.trim(),n=!!e.preferredEditor?.trim(),r=e.autoSync===!0||e.autoSync===!1;return{isSetupDone:n&&t&&r,isSetPreferredEditor:n,isSetUserName:t,userName:e.userName,preferredEditor:e.preferredEditor,autoSync:e.autoSync===void 0?null:e.autoSync,isSetAutoSync:r}},Ao=()=>{let e=Se(process.cwd());if(d(e))return s("Unable to determine if repository is initialized");let t=We(e.value);return Ee(t)},wo=e=>e===!0?"yes":e===!1?"no":null,To=e=>e==="yes"?!0:e==="no"?!1:null;var f={DEFAULT:"default",MOVE:"move",HELP:"help",COMMAND_LINE:"command-line"};var be=(e,t)=>{let n=e.find(r=>r.context===t);return n!==void 0?l("Found node",n):s("Unable to find node in breadcrumb")};import{useSyncExternalStore as Al}from"react";var P={WORKSPACE:"WORKSPACE",BOARD:"BOARD",SWIMLANE:"SWIMLANE",TICKET:"TICKET",FIELD:"FIELD",FIELD_LIST:"FIELD_LIST",TEXT:"TEXT"};function cr(e){return e.context==="WORKSPACE"}function ye(e){return e.context==="TICKET"}function Mo(e){return e.context==="FIELD"}var ct=e=>e.context==="SWIMLANE",Po=e=>e.context==="BOARD";function an(e,t){let n=Math.min(e.length,t.length),r=0;for(;r<n&&e[r]===t[r];)r++;return r}var dn=(e,t)=>t<=0?"":e.length<=t?e:t<=3?"...".slice(0,t):e.slice(0,t-3)+"...",lr=e=>typeof e!="string"?"":e.replace(/[\x00-\x08\x0B-\x1F\x7F]/g,"").replace(/[\r\n\t]/g," ").replace(/\s+/g," ").trim();var ko=e=>{let t=new Map;for(let n of e)for(let r=1;r<=n.length;r++){let o=n.slice(0,r),i=t.get(o);i?i.push(n):t.set(o,[n])}return t},Do=(e,t)=>t?e.get(t)??[]:[];var Fo=new WeakMap,_a=e=>{let t=Fo.get(e);return t||(t=ko(e),Fo.set(e,t)),t};var Lo=({wordList:e,inputToMatch:t,overlapThreshold:n=1})=>{let r=t.toLowerCase();return Do(_a(e),r).filter(i=>an(r,i)>=n)};var ja={hint:"",hints:[],overlap:0,remainder:""},Oo=({inputToMatch:e,lastWord:t,isLastWordCompleted:n},r)=>{if(n||e==="")return ja;let o=Lo({wordList:r,inputToMatch:e,overlapThreshold:1});return Ha(t,o)},Ha=(e,t)=>{let n=t[0]??"",r=an(e.toLowerCase(),n.toLowerCase()),[o,i]=n.split(":"),a=r<(o??"").length,c=!!i,p=(c&&a?o:n)+(c&&a?":":" "),g=p.slice(r);return{hint:p,hints:t,overlap:r,remainder:g}};import Dd from"node:fs";var D={exit(){process.exit(0)},enterChildNode(){let e=v(),t=e.currentNode,n=Math.max(0,e.selectedIndex),r=T(t.id)[n];!r||t.context==="FIELD"||D.navigate({currentNode:r,selectedIndex:T(r.id).length?0:-1})},enterParentNode(){let{currentNode:e,nodes:t}=v();if(!e.parentNodeId){logger.info("Missing parent node id");return}let n=t[e.parentNodeId];if(!n){logger.error("Parent not found");return}let r=T(n.id),o=r.findIndex(({id:a})=>a===e.id),i=r.length===0?-1:o>=0?o:0;D.navigate({currentNode:n,selectedIndex:i})},navigateToNextItem:()=>Bo(1),navigateToPreviousItem:()=>Bo(-1),navigateToNextContainer:()=>Uo(1),navigateToPreviousContainer:()=>Uo(-1),navigate:({currentNode:e=v().currentNode,selectedIndex:t})=>{b({currentNodeId:e.id,selectedIndex:t})}},Bo=e=>{let t=v(),n=T(t.currentNode.id).length;if(n===0)return;let o=(Math.max(0,t.selectedIndex)+e+n)%n;D.navigate({selectedIndex:o})},Uo=e=>{let{currentNode:t,nodes:n,selectedIndex:r}=v();if(!t.childNavigationAcrossParents)return;if(!t.parentNodeId){logger.error("Missing parent node id");return}let o=n[t.parentNodeId];if(!t||!o)return;let i=T(o.id),a=i.findIndex(x=>x.id===t.id);if(a<0)return;let c=i.at(a+e)??i.at(0);if(!c)return;let u=T(c.id),m=Math.max(0,u.length-1),p=Math.min(Math.max(0,r),m),g=u.length?p:-1;D.navigate({currentNode:c,selectedIndex:g})};var Wo=()=>{let{currentNode:e,selectedIndex:t}=v(),n=T(e.id)[t];return{currentNodeId:e.id,selectedNodeId:n?.id??null,parentNodeId:n?.parentNodeId??null,selectedIndex:t}},$o=(e,t)=>Math.max(0,Math.min(e,Math.max(0,t-1))),_o=e=>{let{nodes:t}=v(),n=t[e.currentNodeId];if(n&&!n.isDeleted&&e.selectedNodeId){let i=T(n.id).findIndex(a=>a.id===e.selectedNodeId);if(i>=0)return D.navigate({currentNode:n,selectedIndex:i}),l("Restored navigation",null)}if(e.selectedNodeId){let o=t[e.selectedNodeId];if(o&&!o.isDeleted&&o.parentNodeId){let i=t[o.parentNodeId];if(i&&!i.isDeleted){let a=T(i.id).findIndex(c=>c.id===o.id);if(a>=0)return D.navigate({currentNode:i,selectedIndex:a}),l("Restored navigation to moved node",null)}}}if(n&&!n.isDeleted){let o=T(n.id);return D.navigate({currentNode:n,selectedIndex:$o(e.selectedIndex,o.length)}),l("Restored navigation to previous container",null)}if(e.parentNodeId){let o=t[e.parentNodeId];if(o&&!o.isDeleted){let i=T(o.id);return D.navigate({currentNode:o,selectedIndex:$o(e.selectedIndex,i.length)}),l("Restored navigation to parent",null)}}let r=t[v().rootNodeId];return!r||r.isDeleted?s("Unable to restore navigation"):(D.navigate({currentNode:r,selectedIndex:0}),l("Restored navigation to root",null))};import{monotonicFactory as pd,ulid as De}from"ulid";var oe={workspace:(e,t,n)=>({id:e,title:t,rank:n,isDeleted:!1,props:{},context:P.WORKSPACE,childRenderAxis:"vertical",parentNodeId:null,readonly:!0,log:[]}),board:(e,t,n,r,o=!1)=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:P.BOARD,childRenderAxis:"horizontal",parentNodeId:n,readonly:o,log:[]}),swimlane:(e,t,n,r)=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:P.SWIMLANE,childRenderAxis:"vertical",childNavigationAcrossParents:!0,parentNodeId:n,readonly:!1,log:[]}),field:({id:e,name:t,parentNodeId:n,rank:r,props:o={},childRenderAxis:i="horizontal",isVirtual:a=!1})=>({id:e,title:t,rank:r,isDeleted:!1,props:o,context:P.FIELD,childRenderAxis:i,parentNodeId:n,readonly:!1,log:[],isVirtual:a}),ticket:(e,t,n,r)=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:P.TICKET,childRenderAxis:"vertical",parentNodeId:n,readonly:!1,log:[]}),text:({id:e,name:t,parentNodeId:n,rank:r,props:o={},readonly:i=!0,isVirtual:a=!0})=>({id:e,title:t,rank:r,isDeleted:!1,props:o,context:P.TEXT,childRenderAxis:"vertical",parentNodeId:n,readonly:i,log:[],isVirtual:a})};var Xe=24n,Ka=Xe*4n,Je=(1n<<Ka)-1n,Va=/^[0-9a-f]+$/;function jo(e){return!e||!Va.test(e)?s(`Invalid hex rank: ${e}`):l("Converted rank to bigint",BigInt("0x"+e))}function Pe(e,t=Xe){if(e<0n)return s("Negative rank not allowed");let n=e.toString(16);return l("Converted bigint to hex rank",n.padStart(Number(t),"0"))}function z(e,t){if(!e&&!t)return Pe(Je/2n,Xe);let n=e?jo(e):l("Resolved lower bound",0n);if(d(n))return n;let r=t?jo(t):l("Resolved upper bound",Je);if(d(r))return r;let o=n.value,i=r.value;if(i<=o)return Pe(Je/2n,Xe);let a=(o+i)/2n;return a===o||a===i?s("No rank space available between neighbors"):Pe(a,Xe)}function Ho(){return Pe(Je/2n,Xe)}function Ko(e){if(e<=0)return l("Resolved empty rank list",[]);let t=BigInt(e),n=[];for(let r=0;r<e;r++){let o=Je*BigInt(r+1)/(t+1n),i=Pe(o,Xe);if(d(i))return i;n.push(i.value)}return l("Resolved evenly spaced ranks",n)}var Y={DESCRIPTION:"Description",ASSIGNEES:"Assignees",TAGS:"Tags",HISTORY:"History"};import{ulid as Ga}from"ulid";var ur=(e,t)=>{let n=L(e),r=Ko(n.length);if(d(r))return r;let o={};for(let i=0;i<n.length;i++){let a=n[i],c=r.value[i];if(!a||!c)return s("Unable to assign rebalance rank");o[a.id]=c}return l("Created rebalance event",{id:Ga(),action:"rebalance.children",payload:{parent:e,ranks:o},...t})};import td from"node:fs";import nd from"node:path";import{decodeTime as rd,monotonicFactory as od}from"ulid";import{z as Mt}from"zod";import cn from"node:fs";import pr from"node:path";import{decodeTime as qa}from"ulid";import{z as mr}from"zod";var za=mr.object({userId:mr.string().min(1).default("unknown"),userName:mr.string().min(1).default("unknown")}),Ya=e=>{let[t,n]=pr.basename(e,".jsonl").split("."),r=za.safeParse({userId:t,userName:n});return r.success?l("Parsed event file actor",r.data):s(`Invalid event file name ${pr.basename(e)}: ${r.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`)},Xa=e=>{let t=Object.keys(e).filter(n=>n!=="id"&&n!=="v");return t.length!==1?s(`Invalid persisted event: expected exactly 1 action key, got ${t.length}`):!t[0]||!(t[0]in e)?s("Invalid persisted event: action key is missing or invalid"):l("Resolved persisted action",t[0])},Ja=(e,t)=>t in e,Qa=({id:e,action:t,payload:n,userId:r,userName:o})=>({id:e,action:t,payload:n,userId:r,userName:o}),Za=e=>{let{userId:t,userName:n,...r}=e,o=Xa(r);if(d(o))return s(o.message);let i=o.value,a=e.id?.[0];return a?Ja(r,i)?l("Decoded persisted event",Qa({id:a,action:i,payload:r[i],userId:t,userName:n})):s(`Persisted event is missing payload for action: ${i}`):s("Persisted event is missing id")},ln=e=>{if(!cn.existsSync(e))return l("Event file missing",[]);let t=Ya(e);if(d(t))return s(t.message);let n=cn.readFileSync(e,"utf8"),r=[];for(let o of n.split(`
4
- `)){let i=o.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{return s(`Failed to parse event JSON from ${e}: ${i}`)}let c=fr(a);if(d(c))return s(`${c.message} in ${e}: ${i}`);r.push({...c.value,userId:t.value.userId,userName:t.value.userName})}return l("Parsed persisted events file",r)};function Vo(e){let t=wt(e);if(!cn.existsSync(t))return l("No events found",[]);let n=cn.readdirSync(t).filter(o=>o.endsWith(".jsonl")).map(o=>pr.join(t,o)),r=[];for(let o of n){let i=ln(o);if(d(i))return s(i.message);r.push(...i.value)}return l("All events loaded",ed(r))}function lt(e){let t=Vo(e);if(d(t))return s(t.message);let n=[];for(let r of t.value){let o=Za(r);if(d(o))return s(`Failed to decode event ${r.id?.[0]??"<unknown>"}: ${o.message}`);n.push(o.value)}return l("Loaded merged events",n)}function Go(e=process.cwd()){let t=Vo(e);return d(t)?s(t.message):l("Loaded edge reference",t.value.at(-1)?.id?.[0]??null)}var ed=e=>{let t=new Map,n=new Map;for(let m of e){let p=m.id[0],g=m.id[1]??null;t.set(p,m);let x=n.get(g)??[];x.push(m),n.set(g,x)}for(let m of n.values())m.sort((p,g)=>p.id[0].localeCompare(g.id[0]));let r=[],o=new Set,i=m=>{let p=m.id[0];if(o.has(p))return;r.push(m),o.add(p);let g=n.get(p)??[];for(let x of g)i(x)},a=n.get(null)??[];for(let m of a)i(m);let c=e.filter(m=>{let p=m.id[0],g=m.id[1]??null;return!o.has(p)&&g!==null&&!t.has(g)}).sort((m,p)=>m.id[0].localeCompare(p.id[0]));for(let m of c)i(m);let u=e.filter(m=>!o.has(m.id[0])).sort((m,p)=>m.id[0].localeCompare(p.id[0]));for(let m of u)i(m);return r},qo=(e,t)=>{let n=e.findIndex(r=>{try{return qa(r.id)>t}catch{return!0}});return n===-1?{appliedEvents:e,unappliedEvents:[]}:{appliedEvents:e.slice(0,n),unappliedEvents:e.slice(n)}};var zo=e=>({action:e.action,payload:e.payload});var Xo=1,Yo=od(),id=Mt.tuple([Mt.string().min(1),Mt.string().min(1).nullable()]),sd=Mt.looseObject({v:Mt.literal(Xo),id}),fr=e=>{let t=sd.safeParse(e);return t.success?l("Parsed persisted event",t.data):s(`Invalid persisted event: ${t.error.issues.map(n=>n.path.join(".")||n.message).join(", ")}`)},un=e=>e.trim().toLowerCase().replace(/[^a-z0-9._-]+/g,"-").replace(/^-+|-+$/g,"")||"unknown",V=()=>{let{userName:e,userId:t}=B();return e?t?e.trim()?l("Successfully resolved actor ID",{userId:un(t),userName:un(e)}):s("Unable to resolve actor ID from settings or OS user info"):s("User ID not configured"):s("User name not configured")},Pt=({userId:e,userName:t})=>`${un(e)}.${un(t)}.jsonl`,ad=(e,{userId:t,userName:n})=>{let r=Pt({userId:t,userName:n});if(!/^(?!.*\.jsonl.*\.jsonl).*\.jsonl$/.test(r))return s(`Invalid event log file name: ${r}`);let i=nd.join(wt(e),r);return l("Successfully resolved event log path",i)},dd=(e,t)=>{let n={[e.action]:e.payload,v:Xo,id:t};return fr(n)};function mn({event:e,rootDir:t=process.cwd()}){try{let n=$e(t);if(d(n))return n;let r=Io(n.value);if(d(r))return r;let o=ad(n.value,{userId:e.userId,userName:e.userName});if(d(o))return o;let i=Go(n.value);if(d(i))return s(i.message);let a=i.value?Yo(Math.max(Date.now(),rd(i.value)+1)):Yo(),c=dd(zo(e),[a,i.value]);return d(c)?s(c.message):(td.appendFileSync(o.value,`${JSON.stringify(c.value)}
5
- `,"utf8"),l("Event persisted",{path:o.value,entry:c.value}))}catch(n){let r=n instanceof Error?n.message:"Unknown persist error";return s(`Failed to persist event: ${r}`)}}function _(e){let t=kt(e);if(t.status!==Ue.Success)return t;let n=mn({event:e});return d(n)?n:t}function pn(e){return e.map(t=>_(t))}var Jo=e=>gr(L(e),{at:"end"}),gr=(e,t={at:"end"})=>{let n=r=>d(r)?l("Rank space exhausted",{rank:"",needsRebalance:!0}):l("Resolved rank",{rank:r.value,needsRebalance:!1});if(e.length===0)return n(z(void 0,void 0));switch(t.at){case"start":{let r=e[0];return r?n(z(void 0,r.rank)):s("Unable to resolve first sibling")}case"end":{let r=e[e.length-1];return r?n(z(r.rank,void 0)):s("Unable to resolve last sibling")}case"before":{let r=Qo(e,t.sibling);if(r<0)return s("Sibling not found");let o=r>0?e[r-1]:void 0,i=e[r];return i?n(z(o?.rank,i.rank)):s("Sibling not found")}case"after":{let r=Qo(e,t.sibling);if(r<0)return s("Sibling not found");let o=e[r],i=r<e.length-1?e[r+1]:void 0;return o?n(z(o.rank,i?.rank)):s("Sibling not found")}}},L=e=>Object.values(v().nodes).filter(t=>!!t&&!t.isDeleted&&t.parentNodeId===e).sort((t,n)=>t.rank.localeCompare(n.rank)),Qo=(e,t)=>e.findIndex(n=>n.id===t),Zo=(e,t,n={at:"end"})=>gr(L(t).filter(r=>r.id!==e),n),Qe=(e,t,n,r)=>{let o=Zo(t,e,n);if(d(o))return o;if(!o.value.needsRebalance)return l("Resolved rank",o.value.rank);let i=ur(e,r);if(d(i))return i;let a=_(i.value);if(d(a))return a;let c=Zo(t,e,n);return d(c)?c:c.value.needsRebalance?s("Rank rebalance failed to create space"):l("Resolved rank after rebalance",c.value.rank)},ut=(e,t)=>{let n=Jo(e);if(d(n))return n;if(!n.value.needsRebalance)return l("Resolved rank",n.value.rank);let r=ur(e,t);if(d(r))return r;let o=_(r.value);if(d(o))return o;let i=Jo(e);return d(i)?i:i.value.needsRebalance?s("Rank rebalance failed to create space"):l("Resolved rank after rebalance",i.value.rank)};var je=(e,t)=>{let{nodes:n}=v(),r=n[e];if(!r)return s("Node not found");if(r.context===t)return l("Resolved ancestor node",r);let o=r.parentNodeId?n[r.parentNodeId]:void 0;for(;o;){if(o.context===t)return l("Resolved ancestor node",o);o=o.parentNodeId?n[o.parentNodeId]:void 0}return s(`No ancestor found for context: ${t}`)},yr=(e,t)=>{let{nodes:n}=v(),r=n[e];for(;r?.parentNodeId;){if(r.parentNodeId===t)return!0;r=n[r.parentNodeId]}return!1},vr=(e,t)=>e?e.readonly?s({move:"Cannot move readonly node",rename:"Cannot rename readonly node",edit:"Cannot edit readonly node"}[t]):null:s("Node not found"),I={deleteNode(e){xe(t=>{let n={...t.nodes};return delete n[e],{...t,nodes:n}})},editValue(e,t){let{nodes:n}=v(),r=n[e];if(!r)return s("Edit target node not found");let o=vr(r,"edit");if(o)return o;let i={...r,props:{...r.props,value:t}};return this.updateNode(i),l("Issue description updated",{md:t})},renameNode(e,t){let n=this.getNode(e);if(!n)return s("Rename target node not found");let r=vr(n,"rename");if(r)return r;let o={...n,title:t};return this.updateNode(o),l("Renamed node",o)},getExistingTags(){let{tags:e}=v();return[...new Set(Object.values(e).map(t=>t.name).filter(Boolean))]},getExistingAssignees(){let{contributors:e}=v();return[...new Set(Object.values(e).map(t=>t.name).filter(Boolean))]},getFieldByTitle(e,t){return L(e).find(n=>n.title===t)},moveNodeToRank({id:e,parentId:t,rank:n}){let{rootNodeId:r}=v(),o=this.getNode(e),i=this.getNode(t);if(!o)return s("Node not found");if(!i)return s("Target parent not found");if(r===e)return s("Cannot move root node");if(e===t)return s("Cannot move node into itself");let a=vr(o,"move");if(a)return a;if(yr(t,e))return s("Cannot move node into its own descendant");let c={...o,parentNodeId:t,rank:n};return this.updateNode(c),l("Moved node successfully",c)},tombstoneNode(e){let{nodes:t,currentNodeId:n,rootNodeId:r}=v(),o=this.getNode(e);if(!o)return s("Node not found");if(r===e)return s("Cannot delete root node");let i=new Set,a=u=>{let m=t[u];if(!(!m||i.has(u))){i.add(u);for(let p of L(m.id))a(p.id)}};a(e);let c={...structuredClone(t)};for(let u of i){if(!c[u])return s("Unable to locate node to delete");c[u]={...c[u],isDeleted:!0}}return n?(b({nodes:c}),l("Successfully tomb stoned",o)):s("Unable to delete undefined")},createContributor(e){let t=xe(n=>({...n,contributors:{...n.contributors,[e.id]:e}}));return d(t)?s("Unable to create contributor"):l("Created contributor",e)},assign(e,t,n,r){let o=this.getContributor(t),i=this.getNode(e);if(!i||!o)return s("Unable assign contributor to issue");let a=this.getFieldByTitle(i.id,"Assignees");if(!a)return s("Unable to locate assignees field");if(L(a.id).some(p=>p.props?.value===t))return s("Contributor already assigned");let u=oe.field({id:n,name:o.name,parentNodeId:a.id,rank:r,props:{value:t}}),m=this.createNode(u);return d(m)?m:l("Assigned contributor",u)},createTag(e){let t=xe(n=>({...n,tags:{...n.tags,[e.id]:e}}));return d(t)?s("Could not create tag"):l("Tag created",e)},tag(e,t,n,r){let o=this.getTag(t),i=this.getNode(e);if(!o)return s("Unable to add tag, missing tag");if(!i)return s("Unable to add tag, missing target");let a=this.getFieldByTitle(i.id,"Tags");if(!a)return s("Unable to locate tags field");if(L(a.id).some(p=>p.props?.value===t))return s("Tag already assigned");let u=oe.field({id:n,name:o.name,parentNodeId:a.id,rank:r,props:{value:t}}),m=this.createNode(u);return d(m)?m:l("Tag added",u)},untag(e,t){let n=this.getTag(t),r=this.getNode(e);if(!n)return s("Unable to remove tag, missing tag");if(!r)return s("Unable to remove tag, missing target");let o=this.getFieldByTitle(r.id,"Tags");if(!o)return s("Unable to locate tags field");let i=L(o.id).find(c=>c.props?.value===t);if(!i)return l("Issue is not tagged with that tag",null);let a={...i,isDeleted:!0};return this.updateNode(a),l("Tag removed",a)},unassign(e,t){let n=this.getContributor(t),r=this.getNode(e);if(!n)return s("Unable to unassign, missing contributor");if(!r)return s("Unable to unassign, missing target");let o=this.getFieldByTitle(r.id,"Assignees");if(!o)return s("Unable to locate assignees field");let i=L(o.id).find(c=>c.props?.value===t);if(!i)return l("Issue is not assigned to that contributor",null);let a={...i,isDeleted:!0};return this.updateNode(a),l("Assignee removed",a)},createNode(e){let t=xe(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return d(t)?s("Unable to create node"):l("Node created",e)},lockNode(e){let t=this.getNode(e);if(!t)return s("Failed to locate node");let n={...t,readonly:!0},r=xe(o=>({...o,nodes:{...o.nodes,[e]:n}}));return d(r)?s(r.message):l("Locked node",n)},updateNode(e){let t=xe(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return d(t)?t:l("Updated node",e)},getContributor(e){return v().contributors[e]},getTag(e){return v().tags[e]},getNode(e){return v().nodes[e]},getSiblings(e){return L(e)}};var cd=["00KM6CZ900T7180RM46K0JAYNF","00JR3R8E00A1Z4X9FGP9DV0SM5"],[ke,fn]=cd;var k=(e,t)=>s(`${t.action.split(".").join(" ")+" failed, "+e.toLowerCase()}. Evt id: ${t.id}`),ld={"init.workspace":e=>{let{id:t,name:n,rank:r}=e.payload,o=oe.workspace(t,n,r),i=Ft(o);if(d(i))return k(i.message,e);let a=I.createNode(o);return d(a)?k(a.message??"Failed to initialize workspace",e):cr(a.value)?l("Workspace initialized",{action:e.action,result:a.value}):s("Unexpected create node return value")},"add.workspace":e=>{let{id:t,name:n,rank:r}=e.payload,o=oe.workspace(t,n,r),i=I.createNode(o);return d(i)?k(i.message??"Failed to add workspace",e):cr(i.value)?l("Added workspace",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.board":e=>{let{id:t,name:n,parent:r,rank:o}=e.payload,i=I.createNode(oe.board(t,n,r,o));return d(i)?k(i.message??"Unable to create board",e):Po(i.value)?l("Added board",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.swimlane":e=>{let{id:t,name:n,parent:r,rank:o}=e.payload,i=I.createNode(oe.swimlane(t,n,r,o));return d(i)?k(i.message??"Unable to create swimlane",e):ct(i.value)?l("Added swimlane",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.issue":e=>{let{id:t,name:n,parent:r,rank:o}=e.payload,i=I.createNode(oe.ticket(t,n,r,o));return d(i)?k(i.message??"Unable to create issue",e):ye(i.value)?l("Added issue",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.field":e=>{let{id:t,name:n,parent:r,val:o,rank:i}=e.payload,a=I.createNode(oe.field({id:t,name:n,parentNodeId:r,rank:i,props:{value:o},childRenderAxis:n.includes(Y.DESCRIPTION)?"vertical":"horizontal"}));return d(a)?k(a.message??`Unable to create field: ${n}`,e):Mo(a.value)?l("Added field",{action:e.action,result:a.value}):s("Unexpected create node return value")},"edit.title":e=>{let{id:t,name:n}=e.payload;if(!I.getNode(t))return k(`Unable to locate node with id ${t}`,e);let o=I.renameNode(t,n);return d(o)?k(o.message??"Unable to edit title",e):l("Edited title",{action:e.action,result:o.value})},"delete.node":e=>{let{id:t}=e.payload,n=I.tombstoneNode(t);return d(n)?k(n.message??"Unable to delete node",e):l("Deleted node",{action:e.action,result:n.value})},"create.tag":e=>{let{id:t,name:n}=e.payload,r=I.createTag({id:t,name:n});return d(r)?k(r.message??"Unable to create tag",e):l("Tag added",{action:e.action,result:r.value})},"create.contributor":e=>{let{id:t,name:n}=e.payload,r=I.createContributor({id:t,name:n});return d(r)?k(r.message??"Unable to create contributor",e):l("Contributor created",{action:e.action,result:r.value})},"tag.issue":e=>{let{id:t,target:n,tagId:r,rank:o}=e.payload,i=I.tag(n,r,t,o);return d(i)?k(i.message??"Unable to tag issue",e):l("Issue tagged",{action:e.action,result:i.value})},"untag.issue":e=>{let{target:t,tagId:n}=e.payload,r=I.untag(t,n);return d(r)?k(r.message??"Unable to untag ",e):l("Issue untagged",{action:e.action,result:r.value})},"assign.issue":e=>{let{id:t,contributor:n,target:r,rank:o}=e.payload,i=I.assign(r,n,t,o);return d(i)?k(i.message??"Unable to assign issue",e):l("Assigned successfully",{action:e.action,result:i.value})},"unassign.issue":e=>{let{target:t,contributor:n}=e.payload,r=I.unassign(t,n);return d(r)?k(r.message??"Unable to unassign issue",e):l("Issue unassigned",{action:e.action,result:r.value})},"move.node":e=>{let{id:t,parent:n,rank:r}=e.payload,o=I.moveNodeToRank({id:t,parentId:n,rank:r});return d(o)?k(o.message??"Failed to move node",e):l("Moved node",{action:e.action,result:o.value})},"edit.description":e=>{let{id:t,md:n}=e.payload,r=I.editValue(t,n);return d(r)?k(r.message??"Unable to edit description",e):l("Set node value",{action:e.action,result:r.value})},"close.issue":e=>{let{id:t,parent:n,rank:r}=e.payload,o=I.getNode(t);if(!o)return k("Unable to locate issue",e);if(!ye(o))return k("Can only close issues",e);let i=I.getNode(ke);if(!i)return k("Unable to locate target swimlane",e);if(n!==i.id)return k("Close target must be closed swimlane",e);let a=I.moveNodeToRank({id:t,parentId:n,rank:r});return d(a)?k(a.message??"Unable to close issue",e):l("Issue closed",{action:e.action,result:{id:t}})},"reopen.issue":e=>{let{id:t,parent:n,rank:r}=e.payload,o=I.getNode(t);if(!o)return k("Unable to locate issue",e);if(!ye(o))return k("Can only reopen issues",e);let i=I.getNode(ke);if(!i)return k("Unable to locate closed swimlane",e);if(n===i.id)return k("Cannot reopen issue into closed swimlane",e);if(!I.getNode(n))return k("Reopen parent no longer exists",e);let c=I.moveNodeToRank({id:t,parentId:n,rank:r});return d(c)?k(c.message??"Unable to reopen issue",e):l("Issue reopened",{action:e.action,result:{id:t}})},"lock.node":e=>{let{id:t}=e.payload,n=I.lockNode(t);return d(n)?k(n.message??"Unable to lock node",e):l("Node locked",{action:e.action,result:n.value})},"rebalance.children":e=>{let{parent:t,ranks:n}=e.payload;for(let[r,o]of Object.entries(n)){let i=I.getNode(r);if(!i)return k(`Unable to locate node ${r}`,e);if(i.parentNodeId!==t)return k(`Node ${r} is not child of ${t}`,e);let a=I.updateNode({...i,rank:o});if(d(a))return k(a.message??"Unable to rebalance child",e)}return l("Rebalanced children",{action:e.action,result:{parent:t}})}},ud=(e,t)=>{let n=I.getNode(e);n&&I.updateNode({...n,log:[...n.log??[],t]})},md=e=>{switch(e.action){case"init.workspace":case"add.workspace":case"add.board":case"add.swimlane":case"add.issue":case"add.field":case"edit.title":case"lock.node":case"delete.node":case"move.node":case"close.issue":case"reopen.issue":return[e.payload.id];case"edit.description":let t=[e.payload.id],n=v().nodes[e.payload.id]?.parentNodeId;return n&&t.push(n),t;case"tag.issue":case"untag.issue":case"assign.issue":case"unassign.issue":return[e.payload.id,e.payload.target];case"create.tag":case"create.contributor":default:return[]}};function kt(e,t=!1){let n=ld[e.action](e);if(d(n))return n;t||([...new Set(md(e))].forEach(a=>ud(a,e)),xe(a=>({...a,eventLog:[...a.eventLog,e]})));let r=e.userId,o=e.userName;return!r?.length||!o?.length?k("Invalid user ID format",e):(I.createContributor({name:o,id:r}),n)}var Dt=e=>e.map(t=>kt(t));var Lt=pd();function fd(){let e=Object.values(v().nodes).find(r=>r.context==="WORKSPACE");if(!e)throw new Error("No workspace found in event log");let[t]=T(e.id),[n]=t?T(t.id):[];if(logger.debug("Boot navigation target:",{workspace:e?.id,firstBoard:t?.id,firstSwimlane:n?.id}),n){let r=v().renderedChildrenIndex?.[n.id]??[];return{currentNode:n,selectedIndex:r.length>0?0:-1}}else return t?{currentNode:t,selectedIndex:0}:e?{currentNode:e,selectedIndex:0}:{currentNode:v().nodes[v().rootNodeId],selectedIndex:0}}function gd(){let e=fd();D.navigate(e)}function ei({userId:e,userName:t}){let n=Lt(),r=Lt(),o=Lt(),i=Lt(),a=Lt(),c=z(void 0,void 0);if(d(c))return c;let u=z(void 0,void 0);if(d(u))return u;let m=z(u.value,void 0);if(d(m))return m;let p=z(void 0,void 0);if(d(p))return p;let g=z(p.value,void 0);if(d(g))return g;let x=z(g.value,void 0);if(d(x))return x;let E=z(void 0,void 0);return d(E)?E:l("Created default events",[{id:De(),userId:e,userName:t,action:"init.workspace",payload:{id:n,name:"Workspace",rank:c.value}},{id:De(),userId:e,userName:t,action:"add.board",payload:{id:r,name:"Default",parent:n,rank:u.value}},{id:De(),userId:e,userName:t,action:"add.swimlane",payload:{id:o,name:"Todo",parent:r,rank:p.value}},{id:De(),userId:e,userName:t,action:"add.swimlane",payload:{id:i,name:"In progress",parent:r,rank:g.value}},{id:De(),userId:e,userName:t,action:"add.swimlane",payload:{id:a,name:"Done",parent:r,rank:x.value}},{id:De(),userId:e,userName:t,action:"add.board",payload:{id:fn,name:"Closed",parent:n,rank:m.value}},{id:De(),userId:e,userName:t,action:"add.swimlane",payload:{id:ke,name:"Closed",parent:fn,rank:E.value}},{id:De(),userId:e,userName:t,action:"lock.node",payload:{id:fn}},{id:De(),userId:e,userName:t,action:"lock.node",payload:{id:ke}}])}function gn({hasProject:e,eventLog:t}){if(!e){let o=oe.workspace("temporary-uninitialized-workspace","Workspace","a0"),i=Ft(o);return d(i)?i:(b({hasProject:!1,mode:f.DEFAULT}),l("Booted uninitialized workspace placeholder",null))}if(!t.some(o=>o.action==="init.workspace"))return s("Initialized Epiq project has no workspace init event");let r=Dt(t).filter(d);return r.length>0?s(`Materializing failed:
6
- ${r.map(o=>o.message).join(`
7
- `)}`):(gd(),b({hasProject:!0}),l("State booted successfully",null))}var xr=(e="Syncing...")=>{b({syncStatus:{status:"syncing",msg:e}})},hr=(e="Synced")=>{b({syncStatus:{status:"synced",msg:e}})},vd=e=>{b({syncStatus:{status:"outOfSync",msg:e}})},ie=e=>(vd(e),s(e));var Ze=e=>{let t=Se(e);if(d(t))return s("Unable to resolve epiq project root");let n=We(t.value);return d(n)?s("Unable to read project.json"):l("Resolved state branch",n.value.stateBranch)},he="origin";import Ut from"node:fs";import Nd from"node:os";import Ie from"node:path";var Cr=(e,t)=>{let n=new Map,r=t??((...i)=>JSON.stringify(i)),o=((...i)=>{let a=r(...i);if(!n.has(a)){let c=e(...i).then(u=>(d(u)&&n.delete(a),u));n.set(a,c)}return n.get(a)});return o.clear=()=>n.clear(),o};import Ot from"fs";import ni from"path";import yd from"util";var ti=1e3,ri=()=>{let e=process.cwd(),t=$e(e);if(!d(t))return ni.join(t.value,Me,"log","epiq.log")};function xd(){if(!ar)return;let e=ri();if(e===void 0||!Ot.existsSync(e))return;let n=Ot.readFileSync(e,"utf8").split(`
8
- `);if(n[n.length-1]===""&&n.pop(),n.length<=ti)return;let r=n.slice(-ti).join(`
2
+ import Sr from"chalk";import{render as Tm}from"ink";import Mm from"meow";import Pm from"react";import Ae from"node:fs";import Et from"node:path";var A={WORKSPACE:"WORKSPACE",BOARD:"BOARD",SWIMLANE:"SWIMLANE",TICKET:"TICKET",FIELD:"FIELD",FIELD_LIST:"FIELD_LIST",TEXT:"TEXT"};function Ar(e){return e.context===A.WORKSPACE}function W(e){return e.context===A.TICKET}function Ko(e){return e.context===A.TEXT}function qe(e){return e.context===A.FIELD}function Kt(e){return e.context===A.FIELD_LIST}var St=e=>e.context===A.SWIMLANE,zo=e=>e.context===A.BOARD;var Ye={None:"none",Success:"success",Fail:"fail"},s=e=>({status:Ye.Fail,message:e,value:null}),c=(e,t)=>({status:Ye.Success,message:e,value:t}),d=e=>e.status==="fail",ce=e=>e.status==="success";import{ulid as xd}from"ulid";var It=24n,yd=It*4n,Oe=(1n<<yd)-1n,hd=/^[0-9a-f]+$/;function Go(e){return!e||!hd.test(e)?s(`Invalid hex rank: ${e}`):c("Converted rank to bigint",BigInt("0x"+e))}function we(e,t=It){if(e<0n)return s("Negative rank not allowed");let n=e.toString(16);return c("Converted bigint to hex rank",n.padStart(Number(t),"0"))}function pe(e,t){if(!e&&!t)return we(Oe/2n,It);let n=e?Go(e):c("Resolved lower bound",0n);if(d(n))return n;let r=t?Go(t):c("Resolved upper bound",Oe);if(d(r))return r;let o=n.value,i=r.value;if(i<=o)return we(Oe/2n,It);let a=(o+i)/2n;return a===o||a===i?s("No rank space available between neighbors"):we(a,It)}function qo(e){if(e<=0)return c("Resolved empty rank list",[]);let t=BigInt(e),n=[];for(let r=0;r<e;r++){let o=Oe*BigInt(r+1)/(t+1n),i=we(o,It);if(d(i))return i;n.push(i.value)}return c("Resolved evenly spaced ranks",n)}var wr=(e,t)=>{let n=U(e),r=qo(n.length);if(d(r))return r;let o={};for(let i=0;i<n.length;i++){let a=n[i],l=r.value[i];if(!a||!l)return s("Unable to assign rebalance rank");o[a.id]=l}return c("Created rebalance event",{id:xd(),action:"rebalance.children",payload:{parent:e,ranks:o},...t})};import Jt from"node:fs";import Ue from"node:path";import Fr from"node:fs";import Md from"node:os";import Pe from"node:path";import zt from"node:fs";import{ulid as Cd}from"ulid";import{z as Cn}from"zod";var Ed="_epiq/_evt",bd=Cn.object({projectId:Cn.string().min(1),stateBranch:Cn.string().min(1),createdAt:Cn.iso.datetime()}),Yo=()=>({projectId:Cd(),stateBranch:Ed,createdAt:new Date().toISOString()}),Xe=e=>{let t=bn(e);if(!zt.existsSync(t))return s("Missing .epiq/project.json");try{let n=zt.readFileSync(t,"utf8"),r=JSON.parse(n),o=bd.safeParse(r);return o.success?c("Read project.json",o.data):s(`Invalid .epiq/project.json: ${o.error.issues.map(i=>`${i.path.join(".")}: ${i.message}`).join(", ")}`)}catch(n){return s(n instanceof Error?`Failed to read .epiq/project.json: ${n.message}`:"Failed to read .epiq/project.json")}},Xo=e=>{let t=Xe(e);return d(t)?s(t.message):c("Read projectId",t.value.projectId)},Jo=({repoRoot:e,fileContents:t})=>{let n=En(e),r=bn(e);try{if(zt.mkdirSync(n,{recursive:!0}),zt.existsSync(r)){let o=Xe(e);return d(o)?s(o.message):c("Project already initialized",null)}return zt.writeFileSync(r,JSON.stringify(t,null,2)+`
3
+ `,"utf8"),c("Created project.json",null)}catch(o){return s(o instanceof Error?`Failed to initialize project: ${o.message}`:"Failed to initialize project")}};var Tr=(e,t)=>{let n=new Map,r=t??((...i)=>JSON.stringify(i)),o=((...i)=>{let a=r(...i);if(!n.has(a)){let l=e(...i).then(u=>(d(u)&&n.delete(a),u));n.set(a,l)}return n.get(a)});return o.clear=()=>n.clear(),o};import Gt from"fs";import Zo from"path";import Nd from"util";var Qo=1e3,Sd=50,Mr=0,ei=()=>{let e=process.cwd(),t=Rt(e);if(!d(t))return Zo.join(t.value,Be,"log","epiq.log")};function Id(){let e=ei();if(!e||!Gt.existsSync(e))return;let n=Gt.readFileSync(e,"utf8").split(`
4
+ `);if(n[n.length-1]===""&&n.pop(),n.length<=Qo)return;let r=n.slice(-Qo).join(`
9
5
  `)+`
10
- `;Ot.writeFileSync(e,r,"utf8")}function Nr(e,t,n=!1){if(!ar)return;let r=ri();if(!r)return;let o=yd.format(...t),i=new Date,c=`[${n?i.toISOString().slice(11,19):i.toISOString()}] ${e} ${o}
11
- `;Ot.mkdirSync(ni.dirname(r),{recursive:!0}),Ot.appendFileSync(r,c,"utf8"),xd()}var ue={info(...e){Nr("[Info]",e,!1)},debug(...e){Nr("->",e,!0)},error(...e){Nr("[Error]",[...e,new Error().stack],!1)}};globalThis.logger=ue;import{spawn as hd}from"node:child_process";import Er from"node:fs";import si from"node:path";var H={stage:({cwd:e,pathspec:t})=>F({args:["add",...t],cwd:e}),commit:({cwd:e,message:t,allowEmpty:n=!1})=>F({args:["commit",...n?["--allow-empty"]:[],"-m",t],cwd:e}),fetch:({cwd:e,remote:t,branch:n})=>F({args:["fetch",t,n],cwd:e}),pullRebase:({cwd:e,remote:t,branch:n})=>F({args:["pull","--rebase",t,n],cwd:e}),checkout:({cwd:e,branch:t})=>F({args:["checkout",t],cwd:e}),push:({cwd:e,remote:t,branch:n,setUpstream:r=!1})=>{let o=t&&n?["push",...r?["-u"]:[],t,n]:["push"];return F({args:o,cwd:e})},setUpstream:({cwd:e,branch:t,upstream:n})=>F({args:["branch","--set-upstream-to",n,t],cwd:e}),worktreeAdd:({cwd:e,worktreeRoot:t,branch:n})=>F({args:["worktree","add",t,n],cwd:e}),worktreeRemove:({cwd:e,worktreeRoot:t})=>F({args:["worktree","remove","--force",t],cwd:e}),worktreePrune:({cwd:e})=>F({args:["worktree","prune"],cwd:e})};var oi=15e3,Cd={...process.env,GIT_TERMINAL_PROMPT:"0",GIT_ASKPASS:"echo"},ai=({args:e,cwd:t,allowFail:n})=>new Promise(r=>{if(!Er.existsSync(t)){let p=`Git cwd does not exist: ${t}`;if(n){r({stdout:"",stderr:p,exitCode:1});return}r(s(p));return}let o=hd("git",e,{cwd:t,stdio:["ignore","pipe","pipe"],env:Cd}),i=!1,a="",c="",u=p=>{i||(i=!0,clearTimeout(m),r(p))},m=setTimeout(()=>{o.kill("SIGTERM");let p=[`git ${e.join(" ")}`,`cwd=${t}`,`Git command timed out after ${oi}ms`].join(`
12
- `);u(n?{stdout:a,stderr:p,exitCode:124}:s(p))},oi);o.stdout.setEncoding("utf8"),o.stderr.setEncoding("utf8"),o.stdout.on("data",p=>{a+=p}),o.stderr.on("data",p=>{c+=p}),o.on("error",p=>{if(n){u({stdout:a,stderr:p.message,exitCode:1});return}u(s([`git ${e.join(" ")}`,`cwd=${t}`,p.message].join(`
13
- `)))}),o.on("close",p=>{let g=p??1;if(n){u({stdout:a,stderr:c,exitCode:g});return}if(g!==0){u(s([`git ${e.join(" ")}`,c.trim()||a.trim()||"Git command failed"].filter(Boolean).join(`
14
- `)));return}u(l("Git command succeeded",{stdout:a,stderr:c,exitCode:g}))})}),F=({args:e,cwd:t})=>ai({args:e,cwd:t,allowFail:!1}),mt=({args:e,cwd:t})=>ai({args:e,cwd:t,allowFail:!0}),pt=async({cwd:e,message:t})=>{let n=await H.commit({cwd:e,message:t});if(d(n))return s(`Failed to create commit
15
- ${n.message}`);let r=await F({args:["rev-parse","HEAD"],cwd:e});return d(r)?s(`Commit created, but failed to read HEAD SHA
16
- ${r.message}`):l("Created commit and resolved SHA",r.value.stdout.trim())},Bt=async e=>{let t=await pi(e);if(d(t))return s(t.message);let n=t.value,o=["MERGE_HEAD","CHERRY_PICK_HEAD","REVERT_HEAD","REBASE_HEAD","rebase-merge","rebase-apply"].filter(i=>Er.existsSync(si.join(n,i)));return l("Checked for in-progress Git operation",o.length>0)},Ir=async({repoRoot:e})=>{let n=(await mt({args:["remote","get-url",he],cwd:e})).exitCode===0;return l(`Checked remote ${n}`,n)},vn=async({repoRoot:e,branch:t})=>{let n=await mt({args:["ls-remote","--heads",he,t],cwd:e});return n.exitCode!==0?s(n.stderr.trim()||`Unable to inspect remote branch ${he}/${t}`):l("Checked remote branch",n.stdout.trim().length>0)},yn=async({repoRoot:e,branch:t})=>{let n=await mt({args:["show-ref","--verify","--quiet",`refs/heads/${t}`],cwd:e});return n.exitCode===0?l("Local branch exists",!0):n.exitCode===1?l("Local branch missing",!1):s(n.stderr.trim()||`Unable to inspect branch ${t}`)},ii=e=>{try{return Er.realpathSync.native(e)}catch{return si.resolve(e)}},di=async({repoRoot:e,worktreeRoot:t})=>{let n=await F({args:["worktree","list","--porcelain"],cwd:e});if(d(n))return s(n.message);let r=ii(t),o=n.value.stdout.split(`
17
- `).filter(i=>i.startsWith("worktree ")).map(i=>i.slice(9)).map(ii).includes(r);return l("Checked worktree registration",o)},Sr=async e=>{let t=await mt({args:["rev-parse","--abbrev-ref","--symbolic-full-name","@{u}"],cwd:e});return l("Checked upstream",t.exitCode===0&&t.stdout.trim().length>0)},xn=async e=>{let t=await F({args:["rev-parse","--abbrev-ref","HEAD"],cwd:e});return d(t)?s(t.message):l("Resolved current branch",t.value.stdout.trim())},ci=async e=>{let t=await F({args:["rev-parse","--short","HEAD"],cwd:e});return d(t)?s(t.message):l("Resolved short HEAD sha",t.value.stdout.trim())},li=e=>e.includes("fetch first")||e.includes("non-fast-forward")||e.includes("failed to push some refs"),hn=async({cwd:e,branch:t})=>{let n=await vn({repoRoot:e,branch:t});if(d(n))return s(n.message);if(!n.value)return l("Remote branch missing, skipped pull",!1);let r=await H.fetch({cwd:e,remote:he,branch:t});if(d(r))return s(`Failed to fetch ${t}
18
- ${r.message}`);let o=await H.pullRebase({cwd:e,remote:he,branch:t});return d(o)?s(`Failed during pull --rebase
19
- ${o.message}`):l("Pulled with rebase",!0)},ui=async e=>{let t=await F({args:["status","--porcelain"],cwd:e});return d(t)?s(t.message):l("Checked state branch changes",t.value.stdout.trim().length>0)},mi=async e=>{let t=await xn(e);return d(t)?s(t.message):l("Checked detached HEAD state",t.value==="HEAD")};var fi="4b825dc642cb6eb9a060e54bf8d69288fbee4904",gi=e=>Ie.join(Me,tn,e),vi=()=>Ie.join(Nd.homedir(),ve),Cn=()=>Ie.join(vi(),"worktrees"),yi=({repoRoot:e})=>{let t=bo(e);return d(t)?s(t.message):l("Resolved state branch root",Ie.join(Cn(),t.value))},Ed=e=>Ie.join(e,Me),et=e=>Ie.join(Ed(e),tn),br=({root:e,fileName:t})=>Ie.join(et(e),t),$t=e=>{try{return Ut.mkdirSync(e,{recursive:!0}),l("Ensured directory",void 0)}catch(t){return s(t instanceof Error?t.message:String(t))}},Nn=()=>{let e=$t(vi());if(d(e))return s(`Ensure epiq home failed.
20
- `+e.message);let t=$t(Cn());return d(t)?s(`Ensure worktrees dir failed.
21
- `+t.message):l("Ensured epiq storage",!0)},xi=e=>{Ut.existsSync(e)&&(ue.debug("[sync] remove path",e),Ut.rmSync(e,{recursive:!0,force:!0}))},hi=e=>{let t=et(e);if(!Ut.existsSync(t))return l("Events dir missing",[]);let n=Ut.readdirSync(t,{withFileTypes:!0}).filter(r=>r.isFile()).map(r=>r.name).filter(r=>r.endsWith(".jsonl")).sort();return l("Listed event files",n)},Ci=(e,t)=>{for(let n of[et(e),et(t)]){let r=$t(n);if(d(r))return s(r.message)}return l("Ensured state branch",void 0)},Ni=async e=>{let t=await F({args:["ls-tree","--name-only","HEAD"],cwd:e});if(d(t))return s(`ensure state branch is storage only failed
6
+ `;Gt.writeFileSync(e,r,"utf8")}function Pr(e,t,n=!1){let r=ei();if(!r)return;let o=Nd.format(...t),i=new Date,l=`[${n?i.toISOString().slice(11,19):i.toISOString()}] ${e} ${o}
7
+ `;Gt.mkdirSync(Zo.dirname(r),{recursive:!0}),Gt.appendFileSync(r,l,"utf8"),Mr++,Mr>=Sd&&(Mr=0,Id())}var le={info(...e){Pr("[Info]",e,!1)},debug(...e){Pr("[debug]",e,!0)},error(...e){let t=e.find(n=>n instanceof Error)instanceof Error?void 0:new Error().stack;Pr("[Error]",[...e,t].filter(Boolean),!1)}};globalThis.logger=le;import{spawn as Rd}from"node:child_process";import Nn from"node:fs";import qt from"node:path";var V={stage:({cwd:e,pathspec:t})=>L({args:["add",...t],cwd:e}),commit:({cwd:e,message:t,allowEmpty:n=!1})=>L({args:["commit",...n?["--allow-empty"]:[],"-m",t],cwd:e}),fetch:({cwd:e,remote:t,branch:n})=>L({args:["fetch",t,n],cwd:e}),pullRebase:({cwd:e,remote:t,branch:n})=>L({args:["pull","--rebase",t,n],cwd:e}),checkout:({cwd:e,branch:t})=>L({args:["checkout",t],cwd:e}),push:({cwd:e,remote:t,branch:n,setUpstream:r=!1})=>{let o=t&&n?["push",...r?["-u"]:[],t,n]:["push"];return L({args:o,cwd:e})},setUpstream:({cwd:e,branch:t,upstream:n})=>L({args:["branch","--set-upstream-to",n,t],cwd:e}),worktreeAdd:({cwd:e,worktreeRoot:t,branch:n})=>L({args:["worktree","add",t,n],cwd:e}),worktreeRemove:({cwd:e,worktreeRoot:t})=>L({args:["worktree","remove","--force",t],cwd:e}),worktreePrune:({cwd:e})=>L({args:["worktree","prune"],cwd:e})};var lt=e=>{let t=Je(e);if(d(t))return s("Unable to resolve epiq project root");let n=Xe(t.value);return d(n)?s("Unable to read project.json"):c("Resolved state branch",n.value.stateBranch)},fe="origin";var ti=1e4,Ad={...process.env,GIT_TERMINAL_PROMPT:"0",GIT_ASKPASS:"echo"},ri=({args:e,cwd:t,allowFail:n})=>new Promise(r=>{if(!Nn.existsSync(t)){let p=`Git cwd does not exist: ${t}`;if(n){r({stdout:"",stderr:p,exitCode:1});return}r(s(p));return}let o=Rd("git",e,{cwd:t,stdio:["ignore","pipe","pipe"],env:Ad}),i=!1,a="",l="",u=p=>{i||(i=!0,clearTimeout(m),r(p))},m=setTimeout(()=>{o.kill("SIGTERM");let p=[`git ${e.join(" ")}`,`cwd=${t}`,`Git command timed out after ${ti}ms`].join(`
8
+ `);u(n?{stdout:a,stderr:p,exitCode:124}:s(p))},ti);o.stdout.setEncoding("utf8"),o.stderr.setEncoding("utf8"),o.stdout.on("data",p=>{a+=p}),o.stderr.on("data",p=>{l+=p}),o.on("error",p=>{if(n){u({stdout:a,stderr:p.message,exitCode:1});return}u(s([`git ${e.join(" ")}`,`cwd=${t}`,p.message].join(`
9
+ `)))}),o.on("close",p=>{let v=p??1;if(n){u({stdout:a,stderr:l,exitCode:v});return}if(v!==0){u(s([`git ${e.join(" ")}`,l.trim()||a.trim()||"Git command failed"].filter(Boolean).join(`
10
+ `)));return}u(c("Git command succeeded",{stdout:a,stderr:l,exitCode:v}))})}),L=({args:e,cwd:t})=>ri({args:e,cwd:t,allowFail:!1}),be=({args:e,cwd:t})=>ri({args:e,cwd:t,allowFail:!0}),At=async({cwd:e,message:t})=>{let n=await V.commit({cwd:e,message:t});if(d(n))return s(`Failed to create commit
11
+ ${n.message}`);let r=await L({args:["rev-parse","HEAD"],cwd:e});return d(r)?s(`Commit created, but failed to read HEAD SHA
12
+ ${r.message}`):c("Created commit and resolved SHA",r.value.stdout.trim())},wd=async e=>{let t=await L({cwd:e,args:["rev-parse","--git-dir"]});if(d(t))return s(t.message);let n=t.value.stdout.trim();return c("Resolved git dir",qt.isAbsolute(n)?n:qt.resolve(e,n))},Td=async e=>{let t=await wd(e);if(d(t))return s(t.message);let n=t.value,r={MERGE_HEAD:"merge in progress",REBASE_HEAD:"rebase in progress",CHERRY_PICK_HEAD:"cherry-pick in progress",REVERT_HEAD:"revert in progress",BISECT_LOG:"bisect in progress"};for(let[u,m]of Object.entries(r))if(Nn.existsSync(qt.join(n,u)))return c("Checked for in-progress Git operation",m);let o={"rebase-merge":"rebase in progress","rebase-apply":"rebase in progress"};for(let[u,m]of Object.entries(o))if(Nn.existsSync(qt.join(n,u)))return c("Checked for in-progress Git operation",m);let i=await L({cwd:e,args:["status","--porcelain=v1","--branch"]});if(d(i))return s(i.message);let a=i.value.stdout.toLowerCase(),l=["rebase in progress","merge in progress","cherry-pick in progress","revert in progress","bisect in progress"].find(u=>a.includes(u));return c("Checked for in-progress Git operation",l??null)},Sn=async e=>{let t=await Td(e);return d(t)?s(t.message):c("Checked for in-progress Git operation",t.value!==null)},kr=async({repoRoot:e})=>{let n=(await be({args:["remote","get-url",fe],cwd:e})).exitCode===0;return c(`Checked remote ${n}`,n)},Yt=async({repoRoot:e,branch:t})=>{let n=await be({args:["ls-remote","--heads",fe,t],cwd:e});return n.exitCode!==0?s(n.stderr.trim()||`Unable to inspect remote branch ${fe}/${t}`):c("Checked remote branch",n.stdout.trim().length>0)},In=async({repoRoot:e,branch:t})=>{let n=await be({args:["show-ref","--verify","--quiet",`refs/heads/${t}`],cwd:e});return n.exitCode===0?c("Local branch exists",!0):n.exitCode===1?c("Local branch missing",!1):s(n.stderr.trim()||`Unable to inspect branch ${t}`)},ni=e=>{try{return Nn.realpathSync.native(e)}catch{return qt.resolve(e)}},oi=async({repoRoot:e,worktreeRoot:t})=>{let n=await L({args:["worktree","list","--porcelain"],cwd:e});if(d(n))return s(n.message);let r=ni(t),o=n.value.stdout.split(`
13
+ `).filter(i=>i.startsWith("worktree ")).map(i=>i.slice(9)).map(ni).includes(r);return c("Checked worktree registration",o)},Lr=async e=>{let t=await be({args:["rev-parse","--abbrev-ref","--symbolic-full-name","@{u}"],cwd:e});return c("Checked upstream",t.exitCode===0&&t.stdout.trim().length>0)},Rn=async e=>{let t=await L({args:["rev-parse","--abbrev-ref","HEAD"],cwd:e});return d(t)?s(t.message):c("Resolved current branch",t.value.stdout.trim())},ii=async e=>{let t=await L({args:["rev-parse","--short","HEAD"],cwd:e});return d(t)?s(t.message):c("Resolved short HEAD sha",t.value.stdout.trim())},si=e=>e.includes("fetch first")||e.includes("non-fast-forward")||e.includes("failed to push some refs"),ai=async e=>(await be({cwd:e,args:["rebase","--abort"]})).exitCode===0?c("Aborted stale rebase",!0):c("No rebase to abort",!1),di=async({cwd:e,branch:t})=>{let n=await Yt({repoRoot:e,branch:t});if(d(n))return s(n.message);if(!n.value)return c("Remote branch missing, skipped reset",!1);let r=await V.fetch({cwd:e,remote:fe,branch:t});if(d(r))return s(`Failed to fetch ${t}
14
+ ${r.message}`);let o=await ai(e);if(d(o))return s(o.message);let i=await L({cwd:e,args:["reset","--hard",`${fe}/${t}`]});return d(i)?s(`Failed to reset ${t} from remote
15
+ ${i.message}`):c("Reset branch from remote",!0)},Dr=async({cwd:e,branch:t})=>{let n=await Yt({repoRoot:e,branch:t});if(d(n))return s(n.message);if(!n.value)return c("Remote branch missing, skipped pull",!1);let r=await ai(e);if(d(r))return s(r.message);let o=await V.fetch({cwd:e,remote:fe,branch:t});if(d(o))return s(`Failed to fetch ${t}
16
+ ${o.message}`);let i=await V.pullRebase({cwd:e,remote:fe,branch:t});return d(i)?s(`Failed during pull --rebase
17
+ ${i.message}`):c("Pulled with rebase",!0)},ci=async e=>{let t=await be({args:["diff","--cached","--quiet"],cwd:e});return t.exitCode===0?c("No staged changes",!1):t.exitCode===1?c("Has staged changes",!0):s(t.stderr.trim()||"Unable to inspect staged changes")};var li=async e=>{let t=await Rn(e);return d(t)?s(t.message):c("Checked detached HEAD state",t.value==="HEAD")};var mi="4b825dc642cb6eb9a060e54bf8d69288fbee4904",ut=e=>Pe.join(Be,Mn,e),pi=()=>Pe.join(Md.homedir(),Ne),An=()=>Pe.join(pi(),"worktrees"),wn=({repoRoot:e})=>{let t=Xo(e);return d(t)?s(t.message):c("Resolved state branch root",Pe.join(An(),t.value))},Pd=e=>Pe.join(e,Be),ui=e=>Pe.join(Pd(e),Mn);var Xt=e=>{try{return Fr.mkdirSync(e,{recursive:!0}),c("Ensured directory",void 0)}catch(t){return s(t instanceof Error?t.message:String(t))}},Tn=()=>{let e=Xt(pi());if(d(e))return s(`Ensure epiq home failed.
18
+ `+e.message);let t=Xt(An());return d(t)?s(`Ensure worktrees dir failed.
19
+ `+t.message):c("Ensured epiq storage",!0)},fi=e=>{Fr.existsSync(e)&&(le.debug("[sync] remove path",e),Fr.rmSync(e,{recursive:!0,force:!0}))};var gi=(e,t)=>{for(let n of[ui(e),ui(t)]){let r=Xt(n);if(d(r))return s(r.message)}return c("Ensured state branch",void 0)},vi=async e=>{let t=await L({args:["ls-tree","--name-only","HEAD"],cwd:e});if(d(t))return s(`ensure state branch is storage only failed
22
20
  `+t.message);let r=t.value.stdout.trim().split(`
23
- `).filter(Boolean).filter(a=>a!==Me);if(r.length===0)return l("State branch is storage-only",!1);let o=await F({args:["rm","-r","--ignore-unmatch","--",...r],cwd:e});if(d(o))return s(`Failed to clean storage branch
24
- ${o.message}`);let i=await pt({cwd:e,message:"[epiq:repair-storage-branch]"});return d(i)?s(i.message):l("Cleaned storage branch",!0)},En=Cr(async(e=process.cwd())=>{let t=await F({args:["rev-parse","--show-toplevel"],cwd:e});return d(t)?s("Not inside a Git repository"):l("Resolved repo root",t.value.stdout.trim())},e=>Ie.resolve(e)),pi=Cr(async e=>{let t=await F({args:["rev-parse","--git-dir"],cwd:e});if(d(t))return s(t.message);let n=t.value.stdout.trim(),r=Ie.isAbsolute(n)?n:Ie.join(e,n);return l("Resolved git dir",r)},e=>Ie.resolve(e));import ft from"node:fs";import Wt from"node:path";var Ii=async e=>{if((await mt({args:["rev-parse","--verify","HEAD"],cwd:e})).exitCode===0)return l("Initial commit already exists",!1);ue.info("Creating initial commit");let n=await H.commit({cwd:e,message:"Initial commit",allowEmpty:!0});return d(n)?s(n.message):l("Created initial commit",!0)},Ei=e=>e.trim().replace(/\s+/g,"-").replace(/[^A-Za-z0-9._/-]/g,"-").replace(/-+/g,"-").replace(/^[-/.]+|[-/.]+$/g,"")||"unknown",Id=async e=>{let t=await xn(e);if(d(t))return s(t.message);let n=await ci(e);if(d(n))return s(n.message);let r=`[epiq:sync:${Ei(t.value)}:${Ei(n.value)}]`;return l("Built sync commit message",r)},In=async({repoRoot:e,stateBranchName:t})=>{ue.info(`Creating ${t}`);let n=await F({args:["commit-tree",fi,"-m","[epiq:init-state-branch]"],cwd:e});if(d(n))return s(`Failed to create state branch commit
25
- ${n.message}`);let r=n.value.stdout.trim(),o=await F({args:["update-ref",`refs/heads/${t}`,r],cwd:e});return d(o)?s(`Failed to create ${t}
26
- ${o.message}`):l("Created state branch",!0)},Sd=async({repoRoot:e,stateBranchName:t})=>{let n=await yn({repoRoot:e,branch:t});if(d(n))return s(`Ensure local state branch failed
27
- `+n.message);if(n.value)return l("Local state branch already exists",!1);let r=await Ir({repoRoot:e});if(d(r))return s(`Ensure local state branch failed
28
- `+r.message);if(!r.value)return In({repoRoot:e,stateBranchName:t});let o=await vn({repoRoot:e,branch:t});if(d(o))return s(`Ensure local state branch failed
29
- `+o.message);if(!o.value)return In({repoRoot:e,stateBranchName:t});let i=await H.fetch({cwd:e,remote:he,branch:t});if(d(i))return s(`Failed to fetch ${t} from remote
30
- ${i.message}`);let a=await F({args:["branch","--track",t,`${he}/${t}`],cwd:e});return d(a)?s(`Failed to create local ${t} from remote
31
- ${a.message}`):l("Created local state branch from remote",!0)},bd=async({repoRoot:e,branch:t})=>{let n=await F({args:["worktree","list","--porcelain"],cwd:e});if(d(n))return s(n.message);let r=n.value.stdout.split(`
32
- `),o=null;for(let i of r){if(i.startsWith("worktree ")){o=i.slice(9);continue}if(i===`branch refs/heads/${t}`&&o)return l("Found worktree for branch",o)}return l("No worktree found for branch",null)},Rd=async({repoRoot:e,stateBranchRoot:t,stateBranchName:n})=>{let r=$t(Wt.dirname(t));if(d(r))return s(`Failed to create state branch worktree
33
- `+r.message);ft.existsSync(t)&&!ft.existsSync(Wt.join(t,".git"))&&(ue.info("Removing broken state branch worktree path"),xi(t)),ue.info("Creating state branch worktree");let o=await H.worktreeAdd({cwd:e,worktreeRoot:t,branch:n});return d(o)?s(`Failed to create state branch worktree
34
- ${o.message}`):l("Created state branch worktree",!0)},Rr=async({repoRoot:e,stateBranchRoot:t,stateBranchName:n})=>{let r=await bd({repoRoot:e,branch:n});if(d(r))return s(r.message);let o=Wt.resolve(t),i=r.value?Wt.resolve(r.value):null;if(i&&i===o&&ft.existsSync(i))return l("State branch already checked out in expected worktree",!1);if(i&&i!==o){ue.info("Moving state branch worktree to expected location");let u=await H.worktreeRemove({cwd:e,worktreeRoot:i});if(d(u))return s(`Failed to remove existing state branch worktree
35
- ${u.message}`)}if(i&&!ft.existsSync(i)){ue.info("Pruning stale state branch worktree");let u=await H.worktreePrune({cwd:e});if(d(u))return s(`Failed to prune stale worktrees
36
- ${u.message}`)}let a=await di({repoRoot:e,worktreeRoot:t});if(d(a))return s(a.message);let c=ft.existsSync(t);if(a.value&&c)return l("State branch worktree already exists",!1);if(a.value&&!c){ue.info("Pruning missing registered state branch worktree");let u=await H.worktreePrune({cwd:e});if(d(u))return s(`Failed to prune stale worktrees
37
- ${u.message}`)}return Rd({repoRoot:e,stateBranchRoot:t,stateBranchName:n})},Ad=async({stateBranchRoot:e,stateBranchName:t})=>{let n=await xn(e);if(d(n))return s(n.message);if(n.value===t)return l("State branch already checked out",!1);let r=await H.checkout({cwd:e,branch:t});return d(r)?s(`Failed to checkout ${t}
38
- ${r.message}`):l("Checked out state branch",!0)},wd=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Sr(t);if(d(n))return s(n.message);if(n.value)return l("State branch upstream already configured",!1);let r=await Ir({repoRoot:t});if(d(r))return s(r.message);if(!r.value)return l("No remote available for state branch upstream",!1);let o=Ze(e);if(d(o))return o;let i=o.value,a=await vn({repoRoot:t,branch:i});if(d(a))return s(a.message);if(!a.value)return l("Remote state branch missing; upstream will be configured on first push",!1);ue.info(`Configuring ${i} upstream`);let c=await H.fetch({cwd:t,remote:he,branch:i});if(d(c))return s(`Failed to fetch ${i}
39
- ${c.message}`);let u=await H.setUpstream({cwd:t,branch:i,upstream:`${he}/${i}`});return d(u)?s(`Failed to set state branch upstream
40
- ${u.message}`):l("Configured state branch upstream",!0)},Sn=async({stateBranchRoot:e,eventFileName:t})=>{let n=gi(t),r=Wt.join(e,n);if(!ft.existsSync(r))return l("No event file to stage",void 0);let o=await H.stage({cwd:e,pathspec:[n]});return d(o)?s(`Failed to stage state branch event file
41
- ${o.message}`):l("Staged state branch event file",void 0)},Si=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Id(e);return d(n)?s(`Create state branch sync commit failed
42
- `+n.message):pt({cwd:t,message:n.value})},_t=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Sr(t);if(d(n))return s(n.message);let r=Ze(e);if(d(r))return r;let o=r.value,i=n.value?await H.push({cwd:t}):await H.push({cwd:t,remote:he,branch:o,setUpstream:!0});return d(i)?s(`Failed during state branch push
43
- ${i.message}`):l("Pushed state branch",!0)},bi=async({repoRoot:e,stateBranchRoot:t,ensureUpstream:n})=>{let r=!1,o=Ze(e);if(d(o))return o;let i=o.value,a=[Nn(),await Sd({repoRoot:e,stateBranchName:i}),await Rr({repoRoot:e,stateBranchRoot:t,stateBranchName:i}),await Ad({stateBranchRoot:t,stateBranchName:i}),await Ni(t),n?await wd({stateBranchRoot:t,repoRoot:e}):l("Skipped state branch upstream bootstrap",!1)];for(let c of a){if(d(c))return s(c.message);r=r||!!c.value}return l(n?"Bootstrapped state storage":"Bootstrapped state storage (readonly)",r)};import bn from"node:fs";import wr from"node:path";import{decodeTime as Td}from"ulid";var Ar=e=>{let[t,n]=e.id;return`${t}:${n??""}`},Ri=e=>{let[t]=e.id;return Td(t)},Md=e=>{let{userId:t,userName:n,...r}=e;return r},Pd=e=>e.length===0?"":e.map(t=>JSON.stringify(Md(t))).join(`
44
- `)+`
45
- `,kd=(e,t)=>{let n=new Map;for(let r of[...t,...e])n.set(Ar(r),r);return[...n.values()].sort((r,o)=>{let i=Ri(r)-Ri(o);return i!==0?i:Ar(r).localeCompare(Ar(o))})},Tr=({sourceFile:e,targetFile:t})=>{let n=ln(e);if(d(n))return s(n.message);let r=ln(t);if(d(r))return s(r.message);let o=kd(r.value,n.value),i=Pd(o);return(bn.existsSync(t)?bn.readFileSync(t,"utf8"):"")===i?l("Event file already merged",!1):(bn.mkdirSync(wr.dirname(t),{recursive:!0}),bn.writeFileSync(t,i,"utf8"),l("Merged event file",!0))},jt=({repoRoot:e,stateBranchRoot:t})=>{let n=hi(t);if(d(n))return s(n.message);let r=et(t),o=et(e),i=!1;for(let a of n.value){let c=wr.join(r,a),u=wr.join(o,a),m=Tr({sourceFile:c,targetFile:u});if(d(m))return s(m.message);i=i||m.value}return l("Hydrated event files from state branch",i)};var wi=async(e=process.cwd())=>{xr("Syncing from remote");let t=await Ti({cwd:e,ensureUpstream:!1});if(d(t))return ie(t.message);let{repoRoot:n,stateBranchRoot:r}=t.value,o=Ze(e);if(d(o))return ie(o.message);let i=o.value,a=await hn({cwd:r,branch:i});if(d(a))return ie(a.message);let c=jt({repoRoot:n,stateBranchRoot:r});return d(c)?ie(c.message):(hr("Synced from remote"),l("Synced state branch",{repoRoot:n,stateBranchRoot:r}))},Fd=({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{let r=br({root:e,fileName:n}),o=br({root:t,fileName:n});return Dd.existsSync(r)?Tr({sourceFile:r,targetFile:o}):l("Local own event file missing, nothing to merge",!1)},Ti=async({cwd:e,ensureUpstream:t})=>{let n=await En(e);if(d(n))return s(n.message);let r=n.value,o=yi({repoRoot:r});if(d(o))return s(o.message);let i=o.value,a=await Bt(r);if(d(a))return s(a.message);if(a.value)return s("Cannot sync while a git operation is in progress in the current repo");let c=await Ii(r);if(d(c))return s(c.message);let u=await bi({repoRoot:r,stateBranchRoot:i,ensureUpstream:t});if(d(u))return s(u.message);let m=await Bt(i);if(d(m))return s(m.message);if(m.value)return s("Cannot sync while a git operation is in progress in the state branch");let p=Ci(r,i);return d(p)?s(p.message):l("Sync preconditions satisfied",{repoRoot:r,stateBranchRoot:i,bootstrapped:u.value})},Ai=async({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{let r=Fd({repoRoot:e,stateBranchRoot:t,ownEventFileName:n});if(d(r))return s(r.message);let o=await ui(t);if(d(o))return s(o.message);if(!r.value&&!o.value)return l("Own event file already up to date in state branch",{createdCommit:!1});let i=await Sn({stateBranchRoot:t,eventFileName:n});if(d(i))return s(i.message);let a=await Si({repoRoot:e,stateBranchRoot:t});return d(a)?s(a.message):l("Merged, staged, and committed own event file",{createdCommit:!0,commitSha:a.value})},Ld=async({cwd:e=process.cwd(),ownEventFileName:t})=>{if(t.includes("/")||t.includes("\\"))return s("Own event file must be a file name, not a path");if(!t.endsWith(".jsonl"))return s("Own event file must end with .jsonl");xr("Syncing");let n=await Ti({cwd:e,ensureUpstream:!0});if(d(n))return ie(n.message);let{repoRoot:r,stateBranchRoot:o,bootstrapped:i}=n.value,a=await mi(r);if(d(a))return ie(a.message);if(a.value)return ie("Cannot run :sync while the repository is in detached HEAD state");let c=!1,u,m=!1,p=!1,g=!1,x=Ze(r);if(d(x))return ie(x.message);let E=x.value,A=await hn({cwd:o,branch:E});if(d(A))return ie(A.message);m=A.value;let R=jt({repoRoot:r,stateBranchRoot:o});if(d(R))return ie(R.message);g=R.value;let S=await Ai({repoRoot:r,stateBranchRoot:o,ownEventFileName:t});if(d(S))return ie(S.message);if(c=S.value.createdCommit,u=S.value.commitSha,c||i){let w=await _t({stateBranchRoot:o,repoRoot:r}),U=w;if(d(w)&&li(w.message)){let le=await hn({cwd:o,branch:E});if(d(le))return ie(le.message);let ne=await Ai({repoRoot:r,stateBranchRoot:o,ownEventFileName:t});if(d(ne))return ie(ne.message);ne.value.createdCommit&&(c=!0,u=ne.value.commitSha),U=await _t({stateBranchRoot:o,repoRoot:r})}if(d(U))return ie(U.message);p=U.value,logger.debug("[sync] pushed to state branch",p)}else logger.debug("[sync] no commit created, skipped push");if(c){let w=await F({args:["rev-parse","HEAD"],cwd:o});if(d(w))return ie(w.message);u=w.value.stdout.trim()}return hr(p?"Synced and pushed":m||g||c?"Synced local state":"Already synced"),l("Synced event logs with state branch",{repoRoot:r,stateBranchRoot:o,createdCommit:c,commitSha:u,pulled:m,pushed:p,hydrated:g,bootstrapped:i})},Rn=async()=>{let e=Wo(),t=V();if(d(t)||!t.value)return s("Unable to resolve event log path");let n=Pt(t.value),r=await Ld({ownEventFileName:n});if(d(r))return s(`Unable to sync state. ${r.message}`);let o=Se(process.cwd());if(d(o))return o;let i=lt(o.value);if(d(i))return s(`Unable to load events. ${i.message}`);let a=gn({eventLog:i.value,hasProject:!0});if(d(a))return s(`Unable to boot synced state. ${a.message}`);b({hasProject:!0,syncStatus:{msg:"Synced",status:"synced"}});let c=_o(e);return d(c)?c:l("Synced",!0)};var gt=3e3,Mi=e=>{let t=Number(e.trim());return!Number.isFinite(t)||!Number.isInteger(t)||t<gt?null:t},Pi=0,Mr,Pr=!1,Ht=!1,kr=()=>Pr||v().syncStatus.status==="syncing",Od=()=>{let e=B().autoSyncIntervalMs??15e3,t=Date.now()-Pi;return Math.max(0,e-t)},ki=()=>{Mr||(Mr=setTimeout(async()=>{if(Mr=void 0,kr()){Ht=!0;return}Ht=!1,await Bd()},Od()))},Bd=async()=>{if(kr())return Ht=!0,s("Sync already in progress");Pr=!0,Pi=Date.now(),b({syncStatus:{msg:"Auto-syncing",status:"syncing"}});try{return await Rn()}finally{Pr=!1,Ht&&ki()}},Di=()=>{Ht=!0,!kr()&&ki()};var se={bg:"#1a1b26",fg:"#c8d3ff",grayDark:"#2a2f45",gray:"#46507a",grayLight:"#969bb5",cyan:"#88d5ee",cyanSoft:"#8fe6fb",blue:"#5b8cff",magenta:"#a78bfa",magentaSoft:"#c4b5fd",green:"#8fdc8c",yellow:"#f1c27d",red:"#ff7a90",white:"#ffffff"},N={accent:se.cyan,accent2:se.magenta,primary:se.white,secondary:se.grayDark,secondary2:se.grayLight,gray:se.gray,green:se.green,yellow:se.yellow,red:se.red};var C={red:se.red,yellow:se.yellow,green:se.green,blue:se.blue,magenta:se.magenta,cyan:se.cyan},vt={urgent:C.red,critical:C.red,important:C.red,blocker:C.red,asap:C.red,immediate:C.red,fail:C.red,failure:C.red,broken:C.red,bug:C.red,error:C.red,incident:C.red,outage:C.red,production:C.red,crash:C.red,security:C.red,warning:C.yellow,warn:C.yellow,risky:C.yellow,risk:C.yellow,attention:C.yellow,pending:C.yellow,review:C.yellow,"needs-review":C.yellow,qa:C.yellow,testing:C.yellow,test:C.yellow,validate:C.yellow,verification:C.yellow,staging:C.yellow,check:C.yellow,"follow-up":C.yellow,followup:C.yellow,waiting:C.yellow,blocked:C.yellow,hold:C.yellow,done:C.green,complete:C.green,completed:C.green,success:C.green,ok:C.green,stable:C.green,resolved:C.green,fixed:C.green,closed:C.green,merged:C.green,released:C.green,deployed:C.green,approved:C.green,verified:C.green,working:C.green,healthy:C.green,pass:C.green,passing:C.green,info:C.blue,information:C.blue,note:C.blue,docs:C.blue,documentation:C.blue,doc:C.blue,guide:C.blue,help:C.blue,explanation:C.blue,detail:C.blue,details:C.blue,context:C.blue,design:C.blue,discussion:C.blue,proposal:C.blue,idea:C.blue,feature:C.magenta,enhancement:C.magenta,improvement:C.magenta,refactor:C.magenta,refactoring:C.magenta,cleanup:C.magenta,optimize:C.magenta,optimization:C.magenta,perf:C.magenta,performance:C.magenta,upgrade:C.magenta,migration:C.magenta,modernize:C.magenta,debt:C.magenta,todo:C.cyan,next:C.cyan,planned:C.cyan,plan:C.cyan,future:C.cyan,backlog:C.cyan,investigate:C.cyan,explore:C.cyan,prototype:C.cyan};var Fi=(e,t)=>{let r=T(e.id).find(o=>o.title===t);return r?T(r.id).map(o=>typeof o.props?.value=="string"?o.props.value:"").filter(o=>!!o):[]},Dr=e=>Fi(e,"Tags").map(t=>I.getTag(t)).filter(t=>!!t),An=()=>{let{breadCrumb:e,selectedNode:t}=v(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!ye(n)?s("Invalid untag target"):l("Retrieved tags from ticket in breadcrumb",Dr(n)??[])},wn=()=>{let{breadCrumb:e,selectedNode:t}=v(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!ye(n)?s("Invalid untag target"):l("Retrieved tags from ticket in breadcrumb",Fr(n)??[])},Fr=e=>Fi(e,"Assignees").map(t=>I.getContributor(t)).filter(t=>!!t);var y={EXIT:"exit",INIT:"init",HELP:"help",NEW:"new",TAG:"tag",UNTAG:"untag",MOVE:"move",PEEK:"peek",FILTER:"filter",ASSIGN:"assign",UNASSIGN:"unassign",DELETE:"delete",CLOSE_ISSUE:"close",RE_OPEN_ISSUE:"reopen",CONFIG:"config",EDIT:"edit",SYNC:"sync",EXPORT:"export",NONE:""};var Ud=/^(\d+)(h|d|w|mo|y)$/,$d=/^(\d{4})-(\d{2})-(\d{2})(?:(?::|\s)(\d{2}):(\d{2}))?$/,Wd=({year:e,month:t,day:n,hour:r=0,minute:o=0})=>{let i=new Date(e,t-1,n,r,o);return i.getFullYear()===e&&i.getMonth()===t-1&&i.getDate()===n&&i.getHours()===r&&i.getMinutes()===o},_d=(e,t=new Date)=>{let n=e.match(Ud);if(!n)return null;let[,r,o]=n,i=Number(r);if(!Number.isInteger(i)||i<=0)return null;let a=new Date(t);switch(o){case"h":return a.setHours(a.getHours()-i),a;case"d":return a.setDate(a.getDate()-i),a;case"w":return a.setDate(a.getDate()-i*7),a;case"mo":return a.setMonth(a.getMonth()-i),a;case"y":return a.setFullYear(a.getFullYear()-i),a;default:return null}},jd=e=>{let t=e.match($d);if(!t)return null;let[,n,r,o,i,a]=t,c=Number(n),u=Number(r),m=Number(o),p=i?Number(i):0,g=a?Number(a):0;return Wd({year:c,month:u,day:m,hour:p,minute:g})?new Date(c,u-1,m,p,g):null},Tn=e=>{let t=e.trim().toLowerCase();return _d(t)??jd(t)},Li=({date:e,horizonDate:t})=>t?e.getTime()>=t.getTime():!0,Hd=[{unit:"h",from:1,to:24},{unit:"d",from:1,to:7},{unit:"w",from:1,to:52},{unit:"mo",from:1,to:12},{unit:"y",from:1,to:5}],Oi=(e=Hd)=>{let t=[];for(let{unit:n,from:r,to:o}of e)for(let i=r;i<=o;i++)t.push(`${i}${n}`);return t};var Kd=["BOARD","TICKET","SWIMLANE"],X={EDITOR:"editor",VIEW:"view",USERNAME:"username",AUTOSYNC:"autoSync",SYNC_DEBOUNCE_MS:"syncDebounceMs"},He={TITLE:"title",DESCRIPTION:"description"},Vd=[X.EDITOR,X.VIEW,X.USERNAME,X.AUTOSYNC,X.SYNC_DEBOUNCE_MS],Gd=[He.TITLE,He.DESCRIPTION],Or=[String(gt),"5000","15000","30000","60000"],tt=[y.SYNC,y.HELP,y.EXPORT,y.CONFIG],Mn=[y.NEW,y.EDIT,y.DELETE,y.MOVE],Lr=[y.TAG,y.UNTAG,y.ASSIGN,y.UNASSIGN,y.CLOSE_ISSUE,y.RE_OPEN_ISSUE,y.EDIT],Bi=[y.FILTER,y.PEEK],qd={WORKSPACE:[...tt,...Mn],BOARD:[...Bi,...tt,...Mn],SWIMLANE:[...Bi,...tt,...Mn],TICKET:[...tt,...Mn,...Lr],FIELD:[...tt,...Lr],FIELD_LIST:[...tt,...Lr],TEXT:[...tt]},zd=e=>e==="WORKSPACE"?["board"]:["issue","swimlane","board"],Yd=()=>{let{selectedNode:e,readOnly:t,breadCrumb:n}=v(),{isSetupDone:r}=_e();if(!r)return[y.HELP,y.CONFIG];if(!Ao())return[y.HELP,y.INIT];if(t)return[y.HELP,y.PEEK,y.EXPORT,y.CONFIG];let o=e?.context,i=o&&Kd.includes(o);return[...new Set([...n,e].map(c=>c?.context).flatMap(c=>c?qd[c]:[]))].filter(c=>c===y.MOVE?!1:c===y.EDIT||c===y.DELETE?i:!0)},ae=e=>{let{currentNode:t}=v(),n=t.context??"WORKSPACE";return{[y.NONE]:Yd(),[y.EXIT]:["confirm"],[y.EXPORT]:[],[y.SYNC]:[],[y.INIT]:[],[y.HELP]:[],[y.PEEK]:[...Oi(),"now","prev","next"],[y.EDIT]:[...Gd],[y.DELETE]:["confirm"],[y.RE_OPEN_ISSUE]:["confirm"],[y.CLOSE_ISSUE]:["confirm"],[y.MOVE]:["start","confirm","next","previous","to-next","to-previous","cancel"],[y.FILTER]:["tag","assignee","description","title","clear"],[y.TAG]:[...new Set([...Object.keys(vt),...I.getExistingTags()])],[y.UNTAG]:[...An()?.value?.map(({name:o})=>o)??[]],[y.UNASSIGN]:[...wn()?.value?.map(({name:o})=>o)??[]],[y.ASSIGN]:I.getExistingAssignees(),[y.NEW]:zd(n),[y.CONFIG]:[...Vd]}[e]??[]};import xt from"chalk";var Ui=["vim","nvim","nano","micro","emacs","hx","code","code-insiders","subl","notepad","notepad++","idea","webstorm","default","system","$EDITOR","$VISUAL"];import{decodeTime as $i}from"ulid";var Wi=e=>{let t=Date.now()-e,n=[{label:"y",ms:1e3*60*60*24*365},{label:"mo",ms:1e3*60*60*24*30},{label:"w",ms:1e3*60*60*24*7},{label:"d",ms:1e3*60*60*24},{label:"h",ms:1e3*60*60},{label:"m",ms:1e3*60},{label:"s",ms:1e3}];for(let{label:r,ms:o}of n){let i=Math.floor(t/o);if(i>=1)return`${i}${r} ago`}return"just now"},_i=e=>{let t=n=>String(n).padStart(2,"0");return`${e.getFullYear()}-${t(e.getMonth()+1)}-${t(e.getDate())} ${t(e.getHours())}:${t(e.getMinutes())}`},Pn=e=>{try{return l("Decoded date",new Date($i(e)))}catch(t){return s("Decoding failed + "+t.message)}},Br=e=>{if(!e?.id)return null;try{return $i(e.id)}catch{return null}};import yt from"chalk";var $r={stringColor:{saturation:50,lightness:60},gradient:{stops:[[174,150,240],[92,138,232],[102,204,226]]}},Xd=(e,t,n)=>Math.max(t,Math.min(n,e)),Ur=(e,t,n)=>e+(t-e)*n,ji=e=>{let t=0;for(let n=0;n<e.length;n++)t=t*31+e.charCodeAt(n)>>>0;return t},Jd=(e,t,n)=>{let r=t/100,o=n/100,i=(1-Math.abs(2*o-1))*r,a=e/60,c=i*(1-Math.abs(a%2-1)),u=0,m=0,p=0;a>=0&&a<1?(u=i,m=c):a>=1&&a<2?(u=c,m=i):a>=2&&a<3?(m=i,p=c):a>=3&&a<4?(m=c,p=i):a>=4&&a<5?(u=c,p=i):(u=i,p=c);let g=o-i/2;return[Math.round((u+g)*255),Math.round((m+g)*255),Math.round((p+g)*255)]},Qd=([e,t,n])=>`#${e.toString(16).padStart(2,"0")}${t.toString(16).padStart(2,"0")}${n.toString(16).padStart(2,"0")}`,Zd=(e,t,n)=>[Math.round(Ur(e[0],t[0],n)),Math.round(Ur(e[1],t[1],n)),Math.round(Ur(e[2],t[2],n))],Kt=e=>{let n=ji(e)%360,r=Jd(n,$r.stringColor.saturation,$r.stringColor.lightness);return Qd(r)},ec=e=>{let t=$r.gradient.stops,n=Xd(e,0,1);if(t.length===0)return[0,0,0];if(t.length===1)return t[0];let r=t.length-1,o=n*r,i=Math.min(Math.floor(o),r-1),a=o-i;return Zd(t[i],t[i+1],a)},kn=e=>ji(e.toLowerCase().trim())/4294967295,Hi=e=>{let t=kn(e);return ec(t)},tc=e=>{let[t,n,r]=Hi(e);return{normal:o=>yt.bgRgb(t,n,r).black(o),cursor:o=>yt.bgRgb(t,n,r).white.bold(o)}},Wr=e=>{let[t,n,r]=Hi(e);return{fg:o=>yt.rgb(t,n,r)(o),fgCursor:o=>yt.rgb(t,n,r).inverse(o),bg:o=>yt.bgRgb(t,n,r).black(o),bgCursor:o=>yt.bgRgb(t,n,r).white.bold(o)}},_r=e=>tc(e).normal(` ${e} `),de=(e,t=vt)=>{let r=(o=>o.toLowerCase().trim())(e);return r&&t[r]?t[r]:Kt(r)};var nt={None:"none",Invalid:"invalid",Valid:"valid"};var nc=["BOARD","TICKET","SWIMLANE"],Hr=()=>{let e=v().selectedNode;return e?.context?nc.includes(e.context)?W():O({message:"Command not available in this context"}):O({message:"Missing target context"})},J="<ENTER> to confirm",W=(e="",t=[])=>({message:e,validity:nt.Valid,completionWordList:t}),O=({message:e,completionWordList:t=[]})=>({validity:nt.Invalid,message:e,completionWordList:t}),Dn=e=>e.length===0,fe=({prefix:e="",wordList:t,postfix:n="",noOfHints:r=100,inputString:o,minLengthForHints:i=1})=>{let a=o.trim();if(a.length<i)return"";let p=[...t.filter(Boolean).filter(g=>g.startsWith(a))].sort((g,x)=>kn(g)-kn(x)).slice(0,r).map(_r).join(" ");return p?`${e}${p}${n}`:""},jr=({modifier:e})=>{let t="confirm";return e===t?W(J):O({message:Dn(e)?`if you are certain, enter ${_r(t)}`:"",completionWordList:[t]})},rc=({list:e,hint:t,onValue:n})=>({modifier:r,inputString:o})=>e.includes(r)?o.trim().length<1?O({message:n}):W():O({message:Dn(r)?t:"",completionWordList:[...e]}),Vt=({hint:e})=>({modifier:t,inputString:n})=>Dn(t)&&Dn(n)?O({message:e,completionWordList:[]}):W(J),oc=({modifier:e,inputString:t})=>{let n=ae(y.CONFIG);if(!n.includes(e))return O({message:fe({prefix:"config... ",wordList:n,inputString:e,minLengthForHints:0}),completionWordList:n});switch(e){case X.EDITOR:{let r=[...Ui];return t.trim()?r.includes(t.trim())?W(J):O({message:fe({prefix:"known editors... ",wordList:r,inputString:t,minLengthForHints:0}),completionWordList:r}):O({message:fe({prefix:"editor... ",wordList:r,inputString:t,minLengthForHints:0}),completionWordList:r})}case X.VIEW:{let r=["dense","wide"];return r.includes(t.trim())?W(J):O({message:fe({prefix:"view... ",wordList:r,inputString:t,minLengthForHints:0}),completionWordList:r})}case X.USERNAME:return t.trim()?W(J):O({message:`Enter a username. Saved in ${xt.bgBlack("~/.epiq-global/config.json")}`});case X.AUTOSYNC:{let r=["yes","no"],o=B().autoSync;if(!r.includes(t.trim())){let i=wo(o);return O({message:fe({prefix:`should auto-sync (recommended)${i!==null?", currently: "+i:""} `,wordList:r,noOfHints:3,inputString:t,minLengthForHints:0}),completionWordList:r})}return W(J)}case X.SYNC_DEBOUNCE_MS:{let r=B().autoSyncIntervalMs,o=Mi(t);if(!t.trim()||o===null||o<gt){let i=fe({prefix:" examples: ",wordList:Or,minLengthForHints:0,inputString:t});return O({message:`provide duration above ${gt}ms. current duration: ${r}ms.`+i,completionWordList:Or})}return W(J)}default:return O({message:"Unknown config option",completionWordList:n})}},ic=({modifier:e})=>{let t=ae(y.EDIT);if(!t.includes(e)){let r=fe({prefix:"edit... ",wordList:t,inputString:e,minLengthForHints:0});return O({message:r||"Unknown edit option",completionWordList:t})}let n=Hr();if(n.validity==="invalid")return n;switch(e){case He.TITLE:return W(J);case He.DESCRIPTION:return W("<ENTER> to edit in "+B().preferredEditor);default:return O({message:"Unknown edit option",completionWordList:t})}},sc={[y.EXPORT]:()=>W(J+", and create export markdown file"),[y.PEEK]:e=>{let t=e.modifier;if(t==="now")return W(J);let n={message:"historical state from: '1h', '2d', '23h', '1mo', '2y', 'previous', 'next' or full date as YYYY-MM-DD"};if(t==="prev"||t==="next")return W(J);let r=Tn(t);if(!t||!r)return O(n);let o=be(v().breadCrumb,"BOARD");if(d(o))return O({message:"Command is not applicable in this context"});let i=Pn(o.value.id);return d(i)?O({message:"Unable to peek: board id is not a valid ULID"}):Li({date:r,horizonDate:i.value})?W(J):O({message:xt.red(`nothing to peek before ${i.value.toISOString().slice(0,16).replace("T"," ")}`)})},[y.EXIT]:()=>W(J+" and exit the application"),[y.INIT]:()=>W(J),[y.FILTER]:e=>{if(e.modifier==="clear")return W();let t=i=>ae(y.FILTER).includes(i);if(!e.modifier||!t(e.modifier))return O({message:fe({wordList:ae(y.FILTER),inputString:e.inputString}),completionWordList:ae(y.FILTER)});let n=Object.values(v().tags).map(i=>i.name),r=Object.values(v().contributors).map(i=>i.name),o=e.modifier==="tag"?n:e.modifier==="assignee"?r:[];return e.inputString?o.length&&!o.includes(e.inputString.trim())?O({message:fe({prefix:`existing ${e.modifier}s... `,wordList:o,noOfHints:10,inputString:e.inputString}),completionWordList:o}):W():O({message:fe({prefix:"one of... ",wordList:o,noOfHints:10,inputString:e.inputString}),completionWordList:o})},[y.NONE]:e=>{let t=ae(y.NONE);return e.command?W():O({message:fe({prefix:"... ",wordList:t,inputString:e.inputString,minLengthForHints:0}),completionWordList:t})},[y.NEW]:e=>rc({list:ae(y.NEW),hint:fe({wordList:ae(y.NEW),noOfHints:3,inputString:e.inputString,minLengthForHints:0}),onValue:"provide a name..."})(e),[y.HELP]:()=>W(J),[y.EDIT]:ic,[y.CONFIG]:oc,[y.DELETE]:e=>{let t=Hr();return t.validity==="invalid"?t:jr(e)},[y.CLOSE_ISSUE]:e=>jr(e),[y.RE_OPEN_ISSUE]:e=>jr(e),[y.MOVE]:e=>{let t=Hr();return t.validity==="invalid"?t:Vt({hint:fe({prefix:"hey hacker! These commands are blocked for you... ",wordList:ae(y.MOVE),noOfHints:10,inputString:e.inputString})})(e)},[y.TAG]:e=>{let n=I.getExistingTags().map(r=>` ${xt.bgHex(de(r))(" "+r+" ")} `).slice(0,10).join("");return Vt({hint:n.length?"existing tags ... "+n:"create tag ..."})(e)},[y.UNTAG]:e=>{let t=An();if(d(t))return O({message:"Invalid untag target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${xt.bgHex(de(r))(" "+r+" ")} `).slice(0,10);return n.length?Vt({hint:" ... "+n.join("")})(e):O({message:"Issue has no tags",completionWordList:[]})},[y.ASSIGN]:e=>{let t=I.getExistingAssignees().map(n=>` ${xt.bgHex(de(n))(" "+n+" ")} `).slice(0,10);return Vt({hint:"assign to... "+t.join("")})(e)},[y.UNASSIGN]:e=>{let t=wn();if(d(t))return O({message:"Invalid unassign target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${xt.bgHex(de(r))(" "+r+" ")} `).slice(0,10);return n.length?Vt({hint:"remove assignee... "+n.join("")})(e):O({message:"Issue has no assignees",completionWordList:[]})},[y.SYNC]:()=>W(J)},Ki=Object.fromEntries(Object.entries(sc).map(([e,t])=>[e,{validate:(n,r,o)=>t({modifier:r,command:n,inputString:o})}]));var Vi=["frontend","backend","infrastructure","architecture","integration","configuration","implementation","application","deployment","environment","framework","platform","service","component","module","gateway","pipeline","containerization","orchestrator","exception","incident","defect","regression","degradation","malfunction","instability","intermittent","reproducibility","reproduction","investigation","triage","workaround","mitigation","remediation","optimization","stabilization","refinement","failure","outage","blocking","criticality","severity","escalation","diagnostics","analysis","resolution","corruption","inconsistency","validation","verification","authorization","authentication","confidentiality","availability","accessibility","reliability","compliance","governance","encryption","decryption","integrity","auditing","traceability","accountability","protection","privileges","permissions","dependency","orchestration","provisioning","synchronization","compatibility","incompatibility","interoperability","observability","instrumentation","telemetry","loadbalancing","discovery","registration","scheduling","coordination","distribution","isolation","virtualization","serialization","deserialization","initialization","instantiation","propagation","aggregation","consolidation","normalization","standardization","transformation","reconciliation","correlation","processing","indexing","partitioning","enrichment","validation","filtering","streaming","batching","concurrency","parallelism","contention","deadlock","throttling","ratelimiting","backpressure","fragmentation","saturation","exhaustion","partitioning","replication","redundancy","failover","deprecation","obsolescence","starvation","overload","underutilization","latency","throughput","refactoring","modularization","encapsulation","abstraction","extensibility","configurability","maintainability","recoverability","sustainability","readability","testability","debuggability","reusability","simplicity","consistency","performance","functionality","requirement","recommendation","improvement","enhancement","clarification","documentation","description","acceptance","criteria","estimation","prioritization","dependency","deliverable","milestone","iteration"];var M={Exit:"exit",Init:"init",None:"none",ViewHelp:"view-help",Rename:"rename",Edit:"edit",Delete:"delete",Filter:"filter",Move:"move",Peek:"peek",Config:"config",NewItem:"add-new-item",TagTicket:"ticket-tag",UntagTicket:"ticket-untag",AssignUserToTicket:"ticket-assign-user",UnassignUserFromTicket:"ticket-unassign-user",CloseIssue:"close-issue",ReopenIssue:"re-open-issue",Sync:"sync",Export:"export"};var Gi=e=>Object.values(y).includes(e),qi=(e,t)=>{let n=e.command??"",{modifier:r,target:o,inputString:i}=e,{message:a,validity:c,completionWordList:u}=Ki[n].validate(n,r,i),m=o==="command"||o==="modifier"?ae(n):Vi;return{validity:c,command:e.command,modifier:e.modifier,inputString:e.inputString,infoMessage:a??"",autoCompletion:t?Oo(e,[...u,...m]):{hint:"",hints:[],remainder:"",overlap:0}}};var zi=e=>{let t=e.trimStart(),n=dc(t),r=n[0]??"",o=n[1]??"",i=/\s$/.test(e),a=cc(e),c=Gi(r)?r:null,u=c!==null,m=r!=="",p=c?ae(c)??[]:[],g=c&&p.includes(o)?o:"",x="word";n.length===0||n.length===1&&!i?x="command":(n.length===1&&i||n.length===2&&!i)&&(x="modifier");let E=i?"":a,A=ac(t,c,g);return{raw:e,trimmedStart:t,words:n,firstWord:r,lastWord:a,hasCommand:m,command:c,isCommandKeyword:u,isLastWordCompleted:i,modifier:g,target:x,inputToMatch:E,inputString:A}},ac=(e,t,n)=>{let r=e;return t&&r.startsWith(t)&&(r=r.slice(t.length)),r=r.replace(/^\s+/,""),n&&r.startsWith(n)&&(r=r.slice(n.length),r=r.replace(/^\s+/,"")),r},dc=e=>e.trim()?e.trim().split(/\s+/):[],cc=e=>e.trimEnd().split(/\s+/).at(-1)??"";var ht=e=>e===Kr||e===":",Kr=" ",ce={commandHistory:[],value:"",commandHistoryIndex:-1,cursorPosition:0,commandIsPending:!1,commandMeta:{command:null,modifier:"",infoMessage:"",inputString:"",validity:nt.None,autoCompletion:{hint:"",hints:[],remainder:"",overlap:0}}},Vr=new Set,Yi=()=>{for(let e of Vr)e()},Xi=e=>(Vr.add(e),()=>Vr.delete(e)),Fe=e=>{let n=e(ce),r=zi(n.value),o=n.cursorPosition===n.value.length;ce={...n,commandMeta:qi(r,o)},Yi()},Gt=({message:e,status:t})=>{let n=structuredClone(ce);return n.commandMeta={...n.commandMeta,infoMessage:e??"",validity:t==="fail"?"invalid":"valid"},n.commandIsPending=!0,ce=n,Yi(),l(e,null)},Gr=e=>{Fe(t=>({...t,cursorPosition:Math.max(0,Math.min(t.value.length,t.cursorPosition+e))}))},qr=e=>{Fe(t=>{let{value:n,cursorPosition:r}=t,o=r;if(e==="left"){for(;o>0&&ht(n[o-1]);)o--;for(;o>0&&!ht(n[o-1]);)o--}else{for(;o<n.length&&!ht(n[o]);)o++;for(;o<n.length&&ht(n[o]);)o++}return{...t,cursorPosition:o}})},Ji=()=>{Fe(e=>{let t=e.value.slice(e.cursorPosition),n=Math.max(0,e.cursorPosition-1);return{...e,value:e.value.slice(0,n)+t,cursorPosition:n,commandIsPending:!1}})},Qi=()=>{Fe(e=>{let{value:t,cursorPosition:n}=e,r=n;for(;r>0&&ht(t[r-1]);)r--;for(;r>0&&!ht(t[r-1]);)r--;let o=t.slice(n);return{...e,value:t.slice(0,r)+o,cursorPosition:r,commandIsPending:!1}})},$=e=>{Fe(t=>{let n=Math.max(0,Math.min(t.cursorPosition,t.value.length)),r=t.value.slice(0,n),o=t.value.slice(n),i=e(r,t.commandMeta.autoCompletion),a=i+o,c=Math.max(0,Math.min(i.length,a.length));return{...t,value:a,cursorPosition:c,commandIsPending:!1}})},Zi=()=>{Fe(e=>({...e,commandIsPending:!0}))},es=({addToHistory:e=!0})=>{Fe(n=>({...n,commandHistory:e?[n.value,...n.commandHistory].slice(0,40):n.commandHistory,commandHistoryIndex:-1,commandIsPending:!1})),lc()},ts=()=>{Fe(e=>{let t=Math.min(e.commandHistoryIndex+1,e.commandHistory.length-1),n=e.commandHistory[t]??"";return{...e,commandHistoryIndex:t,value:n,cursorPosition:n.length}})},ns=()=>{Fe(e=>{let t=Math.max(e.commandHistoryIndex-1,-1),n=t===-1?"":e.commandHistory[t]??"";return{...e,commandHistoryIndex:t,value:n,cursorPosition:n.length}})},lc=()=>$(()=>""),Q=()=>ce,rs=()=>{let[e,...t]=ce.value.split(Kr);return t.join(Kr).trim()};var uc=(e,t)=>e.ctrl&&e.name==="w"||e.meta&&e.name==="backspace"||t==="",mc=(e,t)=>e.meta&&e.name==="b"||t==="\x1Bb",pc=(e,t)=>e.meta&&e.name==="f"||t==="\x1Bf",os=(e,t)=>{if(mc(e,e.sequence))return h.MoveCursorLeftOfWord;if(pc(e,e.sequence))return h.MoveCursorRightOfWord;if(uc(e,e.sequence))return h.EraseInputWord;switch(e.name){case"tab":return h.AutoCompleteCommand;case"up":return h.GetLastCommandFromHistory;case"down":return h.GetNextCommandFromHistory;case"left":return h.MoveCursorLeft;case"right":return h.MoveCursorRight;case"return":return h.Confirm;case"backspace":return t?h.EraseInput:h.ExitCommandLine;case"escape":return h.ExitCommandLine;default:return h.CaptureInput}};var h={Sync:"sync",NavPreviousItem:"navPreviousItem",NavNextItem:"navNextItem",NavToPreviousContainer:"navToPreviousContainer",NavToNextContainer:"navToNextContainer",MovePreviousItem:"movePreviousItem",MoveNextItem:"moveNextItem",MoveToPreviousContainer:"moveToPreviousContainer",MoveToNextContainer:"moveToNextContainer",Confirm:"confirm",Exit:"exit",ViewHelp:"viewHelp",HideHelp:"hideHelp",InitMove:"initMove",ConfirmMove:"confirmMove",Delete:"Delete",InitCommandLine:"initCommandLine",ExitCommandLine:"exitCommandLine",CaptureInput:"captureInput",EraseInput:"eraseInput",AddItem:"addItem",GetLastCommandFromHistory:"getLastCommandFromHistory",GetNextCommandFromHistory:"getNextCommandFromHistory",AutoCompleteCommand:"autoCompleteCommand",MoveCursorLeft:"MoveCursorLeft",MoveCursorRight:"MoveCursorRight",MoveCursorLeftOfWord:"MoveCursorLeftOfWord",MoveCursorRightOfWord:"MoveCursorRightOfWord",EraseInputWord:"EraseInputWord",None:"None",Edit:"edit",SetViewDense:"SetViewDense",SetViewWide:"SetViewWide"};function fc(e){switch(e.name){case"up":case"down":case"left":case"right":return e.name;case"k":return"up";case"j":return"down";case"h":return"left";case"l":return"right";default:return null}}function gc(e,t,n){let r=v().currentNode.childNavigationAcrossParents;switch(t){case"up":return e==="vertical"?n.prevItem:r?n.prevContainer:null;case"down":return e==="vertical"?n.nextItem:r?n.nextContainer:null;case"left":return e==="horizontal"?n.prevItem:r?n.prevContainer:null;case"right":return e==="horizontal"?n.nextItem:r?n.nextContainer:null}}function is(e,t){let n=Q();if(e.sequence===":"&&n.value==="")return h.InitCommandLine;if(t===f.MOVE)switch(e.name){case"m":case"return":return h.ConfirmMove}if(t===f.COMMAND_LINE)return os(e,n.value);let r=fc(e);if(r){let o=t===f.MOVE?{prevItem:h.MovePreviousItem,nextItem:h.MoveNextItem,prevContainer:h.MoveToPreviousContainer,nextContainer:h.MoveToNextContainer}:{prevItem:h.NavPreviousItem,nextItem:h.NavNextItem,prevContainer:h.NavToPreviousContainer,nextContainer:h.NavToNextContainer};return gc(v().currentNode.childRenderAxis,r,o)}if(e.ctrl&&e.name==="c")return h.Exit;switch(e.name){case"e":return h.Edit;case"n":return h.AddItem;case"m":return h.InitMove;case"d":return h.Delete;case"return":return h.Confirm;case"space":return h.Confirm;case"v":return B().viewMode==="wide"?h.SetViewDense:h.SetViewWide;case"q":case"escape":return h.Exit;case"s":return h.Sync;default:return null}}var ss=e=>{let{context:t}=v()?.currentNode;if(!t)return M.None;switch(e){case y.EXIT:return M.Exit;case y.EXPORT:return M.Export;case y.INIT:return M.Init;case y.DELETE:return M.Delete;case y.EDIT:return M.Edit;case y.HELP:return M.ViewHelp;case y.RE_OPEN_ISSUE:return M.ReopenIssue;case y.CLOSE_ISSUE:return M.CloseIssue;case y.TAG:return M.TagTicket;case y.UNTAG:return M.UntagTicket;case y.ASSIGN:return M.AssignUserToTicket;case y.UNASSIGN:return M.UnassignUserFromTicket;case y.NEW:return M.NewItem;case y.FILTER:return M.Filter;case y.MOVE:return M.Move;case y.PEEK:return M.Peek;case y.CONFIG:return M.Config;case y.SYNC:return M.Sync;default:return M.None}};import{ulid as K}from"ulid";import Cs from"node:fs";import Hc from"node:path";import Kc from"react";import{Box as _c}from"ink";import $n from"react";import{Box as Xr,Text as Ac}from"ink";import Re from"react";import{Text as as}from"ink";import ds,{useEffect as cs,useState as vc}from"react";var ls={help:["\u276F "],default:["\u276F "],move:["\u25C6 ","\u25C6 "],"command-line":["\u276F "]},me=({isSelected:e,placeholder:t=" "})=>{let{mode:n}=G(),r=ls[n]??ls.default,[o,i]=vc(0);if(cs(()=>{i(0)},[r]),cs(()=>{if(!e)return;let c=setInterval(()=>{i(u=>(u+1)%r.length)},500);return()=>clearInterval(c)},[e,r]),!e)return ds.createElement(as,null,t);let a=r[o]??r[0]??t;return ds.createElement(as,{color:N.accent,dimColor:o===1},a)};import{Box as zr,Text as yc}from"ink";import Fn from"react";var Ln=({children:e=[],height:t,selectedIndex:n,itemHeight:r=1,scrollByOne:o=!1})=>{if(e.length===0)return null;let i=Math.max(1,Math.floor(t)),a=Math.max(1,Math.ceil(r)),c=Math.max(1,Math.floor(i/a)),u=Math.max(0,Math.min(n,e.length-1)),m=Math.max(0,e.length-c),p=o?Math.min(m,Math.max(0,u-c+1)):Math.min(m,Math.floor(u/c)*c),g=p+c,x=e.slice(p,g),E=e.length>c,A=i,R=E?Math.max(1,Math.floor(c/e.length*A)):A,S=Math.max(0,A-R),w=Math.max(1,e.length-c),U=E?Math.floor(p/w*S):0;return Fn.createElement(zr,{flexDirection:"row",height:i,width:"100%"},Fn.createElement(zr,{flexDirection:"column",flexGrow:1,height:i},x),Fn.createElement(zr,{flexDirection:"column",width:1,height:A},Array.from({length:A}).map((le,ne)=>Fn.createElement(yc,{key:ne,color:E&&ne>=U&&ne<U+R?N.accent:N.secondary},E?"\u2502":" "))))};import{Box as On,Text as Sc}from"ink";import rt from"react";import{Text as xc}from"ink";import hc from"react";var Cc=e=>e.toLowerCase().trim(),Nc=(e,t=vt)=>{let n=Cc(e);return t[n]?t[n]:Kt(n)},Ct=({id:e,isSelected:t})=>{let n=I.getContributor(e);if(n)return hc.createElement(xc,{underline:t,color:Nc(n.name)},"@"+n.name)};import{Text as Ec}from"ink";import Ic from"react";var Nt=({id:e,isSelected:t})=>{let n=I.getTag(e);if(n)return Ic.createElement(Ec,{underline:t,backgroundColor:de(n.name),color:N.primary}," "+n.name+" ")};var us=({width:e,ticket:t,isSelected:n})=>{let r=e-14,o=dn(lr(t.title),r),i=Dr(t),a=Fr(t);return rt.createElement(On,{borderStyle:"round",width:e-7,height:4,flexDirection:"column",borderColor:n?N.accent:N.secondary,justifyContent:"space-between"},rt.createElement(On,{borderBottom:!0},rt.createElement(On,{paddingLeft:1,flexDirection:"column"},rt.createElement(Sc,{color:N.primary},o))),rt.createElement(On,{flexDirection:"row",paddingLeft:1},i.map(c=>rt.createElement(Nt,{key:c.id,id:c.id})),a.map(c=>rt.createElement(Ct,{key:c.id,id:c.id}))))};import bc from"chalk";import{Box as qt,Text as Yr}from"ink";import Le from"react";var Rc=(e,t)=>e.length>=t?e.slice(0,t)+"...":e,ms=({width:e,ticket:t,isSelected:n,index:r,mode:o})=>{let i=T(t.id),a=R=>{let S=i.find(w=>w.title===R);return S?T(S.id).map(w=>typeof w.props?.value=="string"?w.props.value:"").filter(w=>!!w):[]},c=a("Tags").map(R=>I.getTag(R)).filter(R=>!!R),u=a("Assignees").map(R=>I.getContributor(R)).filter(R=>!!R),m=1,p=c.length*(1+m),g=u.length*(2+m),x=c.map(R=>Le.createElement(qt,{key:R.id,paddingRight:m},Le.createElement(Yr,{color:de(R.name)},"\u25A0"))),E=u.map(R=>Le.createElement(qt,{key:R.id,paddingRight:m},Le.createElement(Yr,{color:Kt(R.name)},"@"+R.name.at(0)))),A=n?N.accent:o===f.MOVE?N.secondary:N.primary;return Le.createElement(qt,{borderBottom:!0,justifyContent:"space-between"},Le.createElement(qt,null,Le.createElement(me,{isSelected:n,placeholder:bc.dim.gray(r+1+" ")}),Le.createElement(Yr,{wrap:"truncate",color:A},Rc(t.title,e-p-g-14))),Le.createElement(qt,null,x,E))};var wc=({swimlane:e,isSelected:t,width:n,height:r,isDense:o,isFocused:i,listSelectedIndex:a,mode:c})=>{let{renderedChildrenIndex:u}=G(),m=u[e.id]??[],p=`${e.title} (${m.length})`,g=3,x=o?1:4,E=r-g-(o?2:1),A=Re.createElement(Xr,{borderStyle:"round",borderColor:N.secondary,justifyContent:"flex-start",borderLeft:!1,borderTop:!1,borderRight:!1},Re.createElement(me,{isSelected:t}),Re.createElement(Ac,{bold:!0,color:t?N.accent:N.primary},p," ",e.readonly?"\u{1F512}":"")),R=(S,w)=>{let U=i&&a===w;return o?Re.createElement(ms,{key:S.id,index:w,width:n,ticket:S,isSelected:U,mode:c}):Re.createElement(us,{key:S.id,width:n,ticket:S,isSelected:U})};return Re.createElement(Xr,{flexDirection:"column",width:n,borderStyle:"round",borderColor:t?N.accent:N.secondary,paddingRight:1,paddingLeft:1,height:r},A,Re.createElement(Xr,{padding:o?1:0},m.length>0&&Re.createElement(Ln,{selectedIndex:a,height:E,itemHeight:x},m.map(R)),Re.createElement(me,{isSelected:i&&a===-1})))},ps=Re.memo(wc);import{Box as Zr,Text as $c}from"ink";import Ke,{useEffect as eo,useMemo as ys}from"react";import ot from"chalk";import fs from"string-width";import{decodeTime as Tc}from"ulid";var Mc=(e,t)=>e+" ".repeat(Math.max(0,t-fs(e))),Pc=(e,t)=>" ".repeat(Math.max(0,t-fs(e)))+e,kc=e=>(()=>{let n={"add.issue":"Created with title","assign.issue":"Assigned to","unassign.issue":"Unassigned from","close.issue":"Closed","delete.node":"Deleted","edit.title":"Changed title to","edit.description":"Changed description","reopen.issue":"Reopened","tag.issue":"Tagged with","untag.issue":"Removed tag","lock.node":"Locked node","move.node":"Moved issue"};return(o=>n[o]??(o.endsWith("e")?`${o}d`:`${o}ed`))(e)})(),Dc=e=>{switch(e.action){case"move.node":{let t=I.getNode(e.payload.parent);return`to ${t?ot.dim.bgBlack(` ${t.title} `):"unknown"} with rank ${e.payload.rank}`}case"tag.issue":{let t=v().tags[e.payload.tagId];return t?ot.bgHex(de(t.name))(` ${t.name} `):"unknown tag"}case"untag.issue":{let t=v().tags[e.payload.tagId];return t?ot.bgHex(de(t.name))(` ${t.name} `):"unknown tag"}case"assign.issue":{let t=v().contributors[e.payload.contributor];return t?ot.hex(de(t.name))(` ${t.name} `):"unknown user"}case"unassign.issue":{let t=v().contributors[e.payload.contributor];return t?ot.hex(de(t.name))(` ${t.name} `):"unknown user"}case"add.board":case"add.swimlane":case"add.issue":case"add.field":case"create.tag":case"create.contributor":case"edit.title":return`"${"name"in e.payload?e.payload.name:""}"`;default:return""}},Fc=e=>{let t=Wi(Tc(e));return ot.gray(Pc(t,8))},Lc=12,Oc=e=>Mc(`${e}`,Lc),gs=e=>{let t=Fc(e.id),n=Oc(e.userName),r=kc(e.action),o=Dc(e),i=ot.dim("\u203A"),a=[r,o].filter(Boolean).join(" ");return`${n} ${t} ${i} ${a}`};import{Box as Bn,Text as Bc}from"ink";import Oe from"react";var vs=({selectedIndex:e,parent:t,selected:n})=>{let{currentNode:r}=G(),{title:o}=t,i=T(t.id).map(a=>{let c=typeof a.props?.value=="string"?a.props.value:"";if(o==="Assignees")return I.getContributor(c)?.id;if(o==="Tags")return I.getTag(c)?.id}).filter(a=>!!a);return Oe.createElement(Bn,{alignItems:"center",paddingTop:1},Oe.createElement(Bn,{minWidth:12},Oe.createElement(me,{isSelected:n}),Oe.createElement(Bc,{color:n?N.accent:N.secondary2},o,":")),Oe.createElement(Bn,{flexDirection:"row",marginLeft:1,paddingRight:1},i.map((a,c)=>{let u=r.id===t.id&&c===e;return Oe.createElement(Bn,{key:`${o}-${a}`,paddingRight:2,minHeight:1},Oe.createElement(me,{isSelected:u}),o==="Assignees"?Oe.createElement(Ct,{isSelected:u,id:a}):o==="Tags"?Oe.createElement(Nt,{isSelected:u,id:a}):null)})))};import{Box as Un,Text as Jr}from"ink";import Be,{useEffect as Uc}from"react";var Qr=({id:e,label:t,text:n,height:r,selected:o,maxWidth:i})=>{let{selectedIndex:a,currentNode:c}=G(),u=x=>String(x).replace(/\r?\n/g,""),m=typeof n=="string"?n.split(/\r?\n|\u2028|\u2029/):[];Uc(()=>{let x=[];return m.forEach((E,A)=>{let R=Pe(BigInt(A+1));if(!Ee(R))return;let S=oe.text({id:`${e}-${A}`,name:`Line ${A+1}`,parentNodeId:e,rank:R.value,props:{value:E},readonly:!0,isVirtual:!0}),w=I.createNode(S);Ee(w)&&x.push(w.value.id)}),()=>x.forEach(I.deleteNode)},[e,n]);let p="\u2029",g=m.map((x,E)=>{let A=c.id===e&&a===E;return Be.createElement(Un,{key:`${e}-${E}`},Be.createElement(Jr,{color:A?N.primary:N.secondary2,dimColor:!A},`${E+1} `.padStart(5,"\xA0")),Be.createElement(Jr,{backgroundColor:A?"gray":""},u(x.length?dn(x,i-10):p)))});return Be.createElement(Un,{flexDirection:"column",paddingTop:1},Be.createElement(Un,null,Be.createElement(me,{isSelected:o}),Be.createElement(Jr,{color:o?N.accent:N.secondary2},t)),Be.createElement(Un,{flexDirection:"row",borderStyle:"round",borderColor:N.secondary,paddingLeft:1,paddingRight:1,marginLeft:1},Be.createElement(Ln,{scrollByOne:!0,children:g,height:r-2,selectedIndex:a,itemHeight:1})))};var Wc=e=>`${e}::log`,xs=e=>e==="Assignees"||e==="Tags",hs=({ticket:e,height:t})=>{let{selectedIndex:n,currentNode:r}=G(),o=process.stdout.columns||120,i=ys(()=>Wc(e.id),[e.id]),a=ys(()=>[...e.log].reverse().map(gs).join(`
46
- `),[e.log]);eo(()=>{if(I.getNode(i))return;let w=Pe(Je);if(d(w))return;let U={...oe.field({id:i,name:Y.HISTORY,parentNodeId:e.id,rank:w.value,props:{value:a},isVirtual:!0}),readonly:!0,childRenderAxis:"vertical"};return I.createNode(U),()=>{I.deleteNode(i)}},[i,e.id,a]),eo(()=>{let S=I.getNode(i);S&&S.props.value!==a&&I.updateNode({...S,props:{...S.props,value:a},childRenderAxis:"vertical",readonly:!0})},[i,a]);let c=r.id===e.id,u=r.id===i||r.parentNodeId===i;eo(()=>{u&&(n>=0||D.navigate({selectedIndex:0}))},[u,n]);let m=T(e.id);if(u){let S=I.getNode(i),U=t-3;return Ke.createElement(Zr,{width:o,flexDirection:"column",paddingRight:1,paddingBottom:1,minHeight:t},S?Ke.createElement(Qr,{id:S.id,label:"Event log",text:S.props.value??"",selected:!1,maxWidth:o,height:U}):null)}let p=m.reduce((S,w)=>xs(w.title)||w.id===i?S+1:S,0),g=2,x=p*1,A=t-3-x-g,R=(S,w)=>xs(S.title)?Ke.createElement(vs,{key:S.id,parent:S,selected:w,selectedIndex:n}):S.id===i?Ke.createElement(Zr,{key:S.id,paddingTop:1},Ke.createElement(me,{isSelected:w}),Ke.createElement($c,{backgroundColor:N.secondary,color:w?N.accent:N.primary}," History \u203A\u203A ")):S.title===Y.DESCRIPTION?Ke.createElement(Qr,{label:"Description (press e to edit)",key:S.id,id:S.id,text:S.props.value??"",selected:w,maxWidth:o,height:A}):null;return Ke.createElement(Zr,{width:o,flexDirection:"column",paddingRight:1,paddingBottom:1,minHeight:t},m.map((S,w)=>R(S,c&&n===w)))};var jc=({swimlanes:e,currentNode:t,selectedIndex:n,breadCrumb:r,mode:o,viewMode:i,height:a,width:c})=>{let u=t.context,m=u===P.TICKET||u===P.FIELD_LIST||u===P.FIELD,p=u===P.BOARD||u===P.SWIMLANE,g=u===P.TICKET?t:r.find(S=>S.context===P.TICKET),x=Math.floor(c/3),E=Math.floor(c/Math.max(e.length,1)),A=Math.min(E,x),R=i==="dense";return $n.createElement(_c,{flexDirection:"row",height:a},p&&e.map((S,w)=>{let U=t.id===S.id,le=U?n:-1,ne=t.context===P.BOARD&&n===w;return $n.createElement(ps,{key:S.id,height:a,width:A,swimlane:S,isSelected:ne,isDense:R,isFocused:U,listSelectedIndex:le,mode:o})}),m&&g&&$n.createElement(hs,{height:a,ticket:g}))},Wn=$n.memo(jc);import{render as Vc}from"ink";import{Writable as Gc}from"node:stream";var zt=e=>String(e).padStart(2,"0"),qc=e=>{let t=e.getUTCFullYear(),n=zt(e.getUTCMonth()+1),r=zt(e.getUTCDate()),o=zt(e.getUTCHours()),i=zt(e.getUTCMinutes()),a=zt(e.getUTCSeconds());return`${t}-${n}-${r}_${o}-${i}-${a}`},zc=e=>e.trim().replace(/\s+/g,"-").replace(/[^A-Za-z0-9._-]/g,"-").replace(/-+/g,"-").replace(/^[-.]+|[-.]+$/g,"").toLowerCase()||"board",Yc=async(e,{width:t,height:n})=>{let r="",o=new Gc({write(a,c,u){let m=Xc(a.toString()).trimEnd();m.trim().length>0&&m.includes("\u256D")&&(r=m),u()}});o.columns=t,o.rows=n,o.isTTY=!0;let i=Vc(e,{stdout:o,debug:!1,exitOnCtrlC:!1,patchConsole:!1,incrementalRendering:!1});return await new Promise(a=>setTimeout(a,0)),i.unmount(),r},Xc=e=>e.replace(/\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])/g,""),Ns=async()=>{let{viewMode:e}=B(),{currentNode:t,selectedIndex:n,breadCrumb:r,mode:o,renderedChildrenIndex:i}=v(),a=r.find(w=>w.context==="BOARD");if(!a)return s("No board found to export");let c=120,u=40,m=await Yc(Kc.createElement(Wn,{height:u,width:c,swimlanes:(i[a.id]??[]).filter(w=>w!==void 0&&ct(w)),currentNode:t,selectedIndex:n,breadCrumb:r,viewMode:e??"dense",mode:o}),{width:c,height:u});if(!m)return s("Failed to render board export");let p=$e(process.cwd());if(d(p))return s("Unable to export, epiq root not found");let g=new Date,x=qc(g),E=`board_${zc(a.title)}_${x}.md`,A=Eo(p.value);Cs.mkdirSync(A,{recursive:!0});let R=Hc.join(A,E),S=`# Board - ${a.title}
47
- Date: ${g.toISOString()}
21
+ `).filter(Boolean).filter(a=>a!==Be);if(r.length===0)return c("State branch is storage-only",!1);let o=await L({args:["rm","-r","--ignore-unmatch","--",...r],cwd:e});if(d(o))return s(`Failed to clean storage branch
22
+ ${o.message}`);let i=await At({cwd:e,message:"[epiq:repair-storage-branch]"});return d(i)?s(i.message):c("Cleaned storage branch",!0)},wt=Tr(async(e=process.cwd())=>{let t=await L({args:["rev-parse","--show-toplevel"],cwd:e});return d(t)?s("Not inside a Git repository"):c("Resolved repo root",t.value.stdout.trim())},e=>Pe.resolve(e)),kp=Tr(async e=>{let t=await L({args:["rev-parse","--git-dir"],cwd:e});if(d(t))return s(t.message);let n=t.value.stdout.trim(),r=Pe.isAbsolute(n)?n:Pe.join(e,n);return c("Resolved git dir",r)},e=>Pe.resolve(e));var $p=process.env.IS_LOCAL==="true",Be=".epiq",Ne=".epiq-global",Mn="events",kd="project.json",En=e=>Ue.join(e,Be),bn=e=>Ue.join(En(e),kd),Qt=e=>Ue.join(En(e),Mn),yi=e=>Ue.join(e,Be),Ld=e=>{let t=Ue.join(e,Be);return Jt.existsSync(t)&&Jt.statSync(t).isDirectory()},Or=e=>{let t=bn(e);return Jt.existsSync(t)&&Jt.statSync(t).isFile()},Rt=e=>{let t=Ue.resolve(e);for(;;){if(Ld(t))return c("Resolved closest .epiq root",t);let n=Ue.dirname(t);if(n===t)return s("No .epiq directory found in any parent");t=n}},Je=e=>{let t=Ue.resolve(e);for(;;){if(Or(t))return c("Resolved closest epiq project root",t);let n=Ue.dirname(t);if(n===t)return s("No .epiq/project.json found in any parent");t=n}},hi=e=>{let t=Qt(e);try{return Jt.mkdirSync(t,{recursive:!0}),c("Resolved events dir",t)}catch(n){return s(n instanceof Error?`Failed to ensure events dir: ${n.message}`:"Failed to ensure events dir")}},Te=async()=>{let e=await wt(process.cwd());if(d(e))return e;let t=wn({repoRoot:e.value});return d(t)?t:c("Resolved persist root",t.value)};var Y={DESCRIPTION:"Description",ASSIGNEES:"Assignees",TAGS:"Tags",HISTORY:"History"};import{useSyncExternalStore as iu}from"react";var f={DEFAULT:"default",MOVE:"move",HELP:"help",COMMAND_LINE:"cmd-line",PALETTE:"palette"};function Pn(e,t){let n=Math.min(e.length,t.length),r=0;for(;r<n&&e[r]===t[r];)r++;return r}var kn=(e,t)=>t<=0?"":e.length<=t?e:t<=3?"...".slice(0,t):e.slice(0,t-3)+"...",xi=e=>typeof e!="string"?"":e.replace(/[\x00-\x08\x0B-\x1F\x7F]/g,"").replace(/[\r\n\t]/g," ").replace(/\s+/g," ").trim();var Ci=e=>{let t=new Map;for(let n of e)for(let r=1;r<=n.length;r++){let o=n.slice(0,r),i=t.get(o);i?i.push(n):t.set(o,[n])}return t},Ei=(e,t)=>t?e.get(t)??[]:[];var bi=new WeakMap,Dd=e=>{let t=bi.get(e);return t||(t=Ci(e),bi.set(e,t)),t};var Ni=({wordList:e,inputToMatch:t,overlapThreshold:n=1})=>{let r=t.toLowerCase();return Ei(Dd(e),r).filter(i=>Pn(r,i)>=n)};var Fd={hint:"",hints:[],overlap:0,remainder:""},Si=({inputToMatch:e,lastWord:t,isLastWordCompleted:n},r)=>{if(n||e==="")return Fd;let o=Ni({wordList:r,inputToMatch:e,overlapThreshold:1});return Od(t,o)},Od=(e,t)=>{let n=t[0]??"",r=Pn(e.toLowerCase(),n.toLowerCase()),[o,i]=n.split(":"),a=r<(o??"").length,l=!!i,p=(l&&a?o:n)+(l&&a?":":" "),v=p.slice(r);return{hint:p,hints:t,overlap:r,remainder:v}};var Ln={autoSyncIntervalMs:null,autoSync:null,preferredEditor:null,userName:null,userId:null,viewMode:null},$=()=>Ln,ye=e=>(Ln={...Ln,...e},Ln);var Tt=3e3,Ii=e=>{let t=Number(e.trim());return!Number.isFinite(t)||!Number.isInteger(t)||t<Tt?null:t},Ri=0,Br,Ur=!1,Zt=!1,$r=()=>{if(Ur)return!0;let e=Qe();return d(e)?!1:e.value.syncStatus.status==="syncing"},Bd=()=>{let e=$().autoSyncIntervalMs??1e4,t=Date.now()-Ri;return Math.max(0,e-t)},Ai=()=>{Br||(Br=setTimeout(async()=>{if(Br=void 0,!!Mt()){if($r()){Zt=!0;return}Zt=!1,await Ud()}},Bd()))},Ud=async()=>{if(!Mt())return s("Cannot auto-sync before state is initialized");if($r())return Zt=!0,s("Sync already in progress");Ur=!0,Ri=Date.now(),N({syncStatus:{msg:"Auto-syncing",status:"syncing"}});try{return await Dn()}finally{Ur=!1,Zt&&Ai()}},wi=()=>{Mt()&&(Zt=!0,!$r()&&Ai())};var Ze=()=>{let e=$(),t=!!e.userName?.trim(),n=!!e.preferredEditor?.trim(),r=e.autoSync===!0||e.autoSync===!1;return{isSetupDone:n&&t&&r,isSetPreferredEditor:n,isSetUserName:t,userName:e.userName,preferredEditor:e.preferredEditor,autoSync:e.autoSync===void 0?null:e.autoSync,isSetAutoSync:r}},Ti=()=>{let e=Je(process.cwd());if(d(e))return!1;let t=Xe(e.value);return ce(t)},Mi=e=>e===!0?"yes":e===!1?"no":null,Pi=e=>e==="yes"?!0:e==="no"?!1:null;var se={bg:"#1a1b26",fg:"#c8d3ff",grayDark:"#2a2f45",gray:"#46507a",grayLight:"#969bb5",cyan:"#88d5ee",cyanSoft:"#8fe6fb",blue:"#5b8cff",magenta:"#a78bfa",magentaSoft:"#c4b5fd",green:"#8fdc8c",yellow:"#f1c27d",red:"#ff7a90",white:"#ffffff"},x={accent:se.cyan,accent2:se.magenta,primary:se.white,secondary:se.grayDark,secondary2:se.grayLight,gray:se.gray,green:se.green,yellow:se.yellow,red:se.red};var b={red:se.red,yellow:se.yellow,green:se.green,blue:se.blue,magenta:se.magenta,cyan:se.cyan},Pt={urgent:b.red,critical:b.red,important:b.red,blocker:b.red,asap:b.red,immediate:b.red,fail:b.red,failure:b.red,broken:b.red,bug:b.red,error:b.red,incident:b.red,outage:b.red,production:b.red,crash:b.red,security:b.red,warning:b.yellow,warn:b.yellow,risky:b.yellow,risk:b.yellow,attention:b.yellow,pending:b.yellow,review:b.yellow,"needs-review":b.yellow,qa:b.yellow,testing:b.yellow,test:b.yellow,validate:b.yellow,verification:b.yellow,staging:b.yellow,check:b.yellow,"follow-up":b.yellow,followup:b.yellow,waiting:b.yellow,blocked:b.yellow,hold:b.yellow,done:b.green,complete:b.green,completed:b.green,success:b.green,ok:b.green,stable:b.green,resolved:b.green,fixed:b.green,closed:b.green,merged:b.green,released:b.green,deployed:b.green,approved:b.green,verified:b.green,working:b.green,healthy:b.green,pass:b.green,passing:b.green,info:b.blue,information:b.blue,note:b.blue,docs:b.blue,documentation:b.blue,doc:b.blue,guide:b.blue,help:b.blue,explanation:b.blue,detail:b.blue,details:b.blue,context:b.blue,design:b.blue,discussion:b.blue,proposal:b.blue,idea:b.blue,feature:b.magenta,enhancement:b.magenta,improvement:b.magenta,refactor:b.magenta,refactoring:b.magenta,cleanup:b.magenta,optimize:b.magenta,optimization:b.magenta,perf:b.magenta,performance:b.magenta,upgrade:b.magenta,migration:b.magenta,modernize:b.magenta,debt:b.magenta,todo:b.cyan,next:b.cyan,planned:b.cyan,plan:b.cyan,future:b.cyan,backlog:b.cyan,investigate:b.cyan,explore:b.cyan,prototype:b.cyan};var $d=e=>e.props.tags??[],Wd=e=>e.props.assignees??[],Wr=e=>$d(e).map(t=>S.getTag(t)).filter(t=>!!t),_r=e=>Wd(e).map(t=>S.getContributor(t)).filter(t=>!!t),Fn=()=>{let{breadCrumb:e,selectedNode:t}=h(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!W(n)?s("Invalid untag target"):c("Retrieved tags from ticket in breadcrumb",Wr(n))},On=()=>{let{breadCrumb:e,selectedNode:t}=h(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!W(n)?s("Invalid unassign target"):c("Retrieved assignees from ticket in breadcrumb",_r(n))};var y={PALETTE:"?",EXIT:"exit",INIT:"init",HELP:"help",NEW:"new",TAG:"tag",UNTAG:"untag",MOVE:"move",PEEK:"peek",FILTER:"filter",ASSIGN:"assign",UNASSIGN:"unassign",DELETE:"delete",CLOSE_ISSUE:"close",RE_OPEN_ISSUE:"reopen",CONFIG:"config",EDIT:"edit",SYNC:"sync",EXPORT:"export",NONE:""};var _d=/^(\d+)(h|d|w|mo|y)$/,jd=/^(\d{4})-(\d{2})-(\d{2})(?:(?::|\s)(\d{2}):(\d{2}))?$/,Hd=({year:e,month:t,day:n,hour:r=0,minute:o=0})=>{let i=new Date(e,t-1,n,r,o);return i.getFullYear()===e&&i.getMonth()===t-1&&i.getDate()===n&&i.getHours()===r&&i.getMinutes()===o},Vd=(e,t=new Date)=>{let n=e.match(_d);if(!n)return null;let[,r,o]=n,i=Number(r);if(!Number.isInteger(i)||i<=0)return null;let a=new Date(t);switch(o){case"h":return a.setHours(a.getHours()-i),a;case"d":return a.setDate(a.getDate()-i),a;case"w":return a.setDate(a.getDate()-i*7),a;case"mo":return a.setMonth(a.getMonth()-i),a;case"y":return a.setFullYear(a.getFullYear()-i),a;default:return null}},Kd=e=>{let t=e.match(jd);if(!t)return null;let[,n,r,o,i,a]=t,l=Number(n),u=Number(r),m=Number(o),p=i?Number(i):0,v=a?Number(a):0;return Hd({year:l,month:u,day:m,hour:p,minute:v})?new Date(l,u-1,m,p,v):null},Bn=e=>{let t=e.trim().toLowerCase();return Vd(t)??Kd(t)},ki=({date:e,horizonDate:t})=>t?e.getTime()>=t.getTime():!0,zd=[{unit:"h",from:1,to:24},{unit:"d",from:1,to:7},{unit:"w",from:1,to:52},{unit:"mo",from:1,to:12},{unit:"y",from:1,to:5}],Li=(e=zd)=>{let t=[];for(let{unit:n,from:r,to:o}of e)for(let i=r;i<=o;i++)t.push(`${i}${n}`);return t};var Gd=["BOARD","TICKET","SWIMLANE"],te={EDITOR:"editor",VIEW:"view",USERNAME:"username",AUTOSYNC:"autoSync",SYNC_DEBOUNCE_MS:"syncDebounceMs"},et={TITLE:"title",DESCRIPTION:"description"},qd=[te.EDITOR,te.VIEW,te.USERNAME,te.AUTOSYNC,te.SYNC_DEBOUNCE_MS],Yd=[et.TITLE,et.DESCRIPTION],Hr=[String(Tt),"5000","15000","30000","60000"],mt=[y.SYNC,y.HELP,y.EXPORT,y.CONFIG],Un=[y.NEW,y.EDIT,y.DELETE,y.MOVE],jr=[y.TAG,y.UNTAG,y.ASSIGN,y.UNASSIGN,y.CLOSE_ISSUE,y.RE_OPEN_ISSUE,y.EDIT],Di=[y.FILTER,y.PEEK],Xd={WORKSPACE:[...mt,...Un],BOARD:[...Di,...mt,...Un],SWIMLANE:[...Di,...mt,...Un],TICKET:[...mt,...Un,...jr],FIELD:[...mt,...jr],FIELD_LIST:[...mt,...jr],TEXT:[...mt]},Jd=e=>e==="WORKSPACE"?["board"]:["issue","swimlane","board"],Qd=()=>{let{selectedNode:e,readOnly:t,breadCrumb:n}=h(),{isSetupDone:r}=Ze();if(!r)return[y.HELP,y.CONFIG];if(!Ti())return[y.HELP,y.INIT];if(t)return[y.HELP,y.PEEK,y.EXPORT,y.CONFIG];let o=e?.context,i=o&&Gd.includes(o);return[...new Set([...n,e].map(l=>l?.context).flatMap(l=>l?Xd[l]:[]))].filter(l=>l===y.MOVE?!1:l===y.EDIT||l===y.DELETE?i:!0)},X=e=>{let{currentNode:t}=h(),n=t.context??"WORKSPACE";return{[y.NONE]:Qd(),[y.EXIT]:["confirm"],[y.EXPORT]:[],[y.SYNC]:[],[y.INIT]:[],[y.HELP]:[],[y.PEEK]:[...Li(),"now","prev","next"],[y.EDIT]:[...Yd],[y.DELETE]:["confirm"],[y.RE_OPEN_ISSUE]:["confirm"],[y.CLOSE_ISSUE]:["confirm"],[y.MOVE]:["start","confirm","next","previous","to-next","to-previous","cancel"],[y.FILTER]:["tag","assignee","description","title","clear"],[y.TAG]:[...new Set([...Object.keys(Pt),...S.getExistingTags()])],[y.UNTAG]:[...Fn()?.value?.map(({name:o})=>o)??[]],[y.UNASSIGN]:[...On()?.value?.map(({name:o})=>o)??[]],[y.ASSIGN]:S.getExistingAssignees(),[y.NEW]:Jd(n),[y.CONFIG]:[...qd]}[e]??[]};import Lt from"chalk";var Fi=["vim","nvim","nano","micro","emacs","hx","code","code-insiders","subl","notepad","notepad++","idea","webstorm","default","system","$EDITOR","$VISUAL"];import{decodeTime as Oi}from"ulid";var Bi=e=>{let t=Date.now()-e,n=[{label:"y",ms:1e3*60*60*24*365},{label:"mo",ms:1e3*60*60*24*30},{label:"w",ms:1e3*60*60*24*7},{label:"d",ms:1e3*60*60*24},{label:"h",ms:1e3*60*60},{label:"m",ms:1e3*60},{label:"s",ms:1e3}];for(let{label:r,ms:o}of n){let i=Math.floor(t/o);if(i>=1)return`${i}${r} ago`}return"just now"},Ui=e=>{let t=n=>String(n).padStart(2,"0");return`${e.getFullYear()}-${t(e.getMonth()+1)}-${t(e.getDate())} ${t(e.getHours())}:${t(e.getMinutes())}`},$n=e=>{try{return c("Decoded date",new Date(Oi(e)))}catch(t){return s("Decoding failed + "+t.message)}},Vr=e=>{if(!e?.id)return null;try{return Oi(e.id)}catch{return null}};var Se=(e,t)=>{let n=e.find(r=>r.context===t);return n!==void 0?c("Found node",n):s("Unable to find node in breadcrumb")};import kt from"chalk";var zr={stringColor:{saturation:50,lightness:60},gradient:{stops:[[174,150,240],[92,138,232],[102,204,226]]}},Zd=(e,t,n)=>Math.max(t,Math.min(n,e)),Kr=(e,t,n)=>e+(t-e)*n,$i=e=>{let t=0;for(let n=0;n<e.length;n++)t=t*31+e.charCodeAt(n)>>>0;return t},ec=(e,t,n)=>{let r=t/100,o=n/100,i=(1-Math.abs(2*o-1))*r,a=e/60,l=i*(1-Math.abs(a%2-1)),u=0,m=0,p=0;a>=0&&a<1?(u=i,m=l):a>=1&&a<2?(u=l,m=i):a>=2&&a<3?(m=i,p=l):a>=3&&a<4?(m=l,p=i):a>=4&&a<5?(u=l,p=i):(u=i,p=l);let v=o-i/2;return[Math.round((u+v)*255),Math.round((m+v)*255),Math.round((p+v)*255)]},tc=([e,t,n])=>`#${e.toString(16).padStart(2,"0")}${t.toString(16).padStart(2,"0")}${n.toString(16).padStart(2,"0")}`,nc=(e,t,n)=>[Math.round(Kr(e[0],t[0],n)),Math.round(Kr(e[1],t[1],n)),Math.round(Kr(e[2],t[2],n))],en=e=>{let n=$i(e)%360,r=ec(n,zr.stringColor.saturation,zr.stringColor.lightness);return tc(r)},rc=e=>{let t=zr.gradient.stops,n=Zd(e,0,1);if(t.length===0)return[0,0,0];if(t.length===1)return t[0];let r=t.length-1,o=n*r,i=Math.min(Math.floor(o),r-1),a=o-i;return nc(t[i],t[i+1],a)},Wn=e=>$i(e.toLowerCase().trim())/4294967295,Wi=e=>{let t=Wn(e);return rc(t)},oc=e=>{let[t,n,r]=Wi(e);return{normal:o=>kt.bgRgb(t,n,r).black(o),cursor:o=>kt.bgRgb(t,n,r).white.bold(o)}},Gr=e=>{let[t,n,r]=Wi(e);return{fg:o=>kt.rgb(t,n,r)(o),fgCursor:o=>kt.rgb(t,n,r).inverse(o),bg:o=>kt.bgRgb(t,n,r).black(o),bgCursor:o=>kt.bgRgb(t,n,r).white.bold(o)}},qr=e=>oc(e).normal(` ${e} `),ae=(e,t=Pt)=>{let r=(o=>o.toLowerCase().trim())(e);return r&&t[r]?t[r]:en(r)};var pt={None:"none",Invalid:"invalid",Valid:"valid"};var ic=["BOARD","TICKET","SWIMLANE"],_i=()=>{let e=h().selectedNode;return e?.context?ic.includes(e.context)?H():F({message:"Command not available in this context"}):F({message:"Missing target context"})},J="<ENTER> to confirm",H=(e="",t=[])=>({message:e,validity:pt.Valid,completionWordList:t}),F=({message:e,completionWordList:t=[]})=>({validity:pt.Invalid,message:e,completionWordList:t}),_n=e=>e.length===0,he=({prefix:e="",wordList:t,postfix:n="",noOfHints:r=100,inputString:o,minLengthForHints:i=1})=>{let a=o.trim();if(a.length<i)return"";let p=[...t.filter(Boolean).filter(v=>v.startsWith(a))].sort((v,C)=>Wn(v)-Wn(C)).slice(0,r).map(qr).join(" ");return p?`${e}${p}${n}`:""},Yr=({modifier:e})=>{let t="confirm";return e===t?H(J):F({message:_n(e)?`if you are certain, enter ${qr(t)}`:"",completionWordList:[t]})},sc=({list:e,hint:t,onValue:n})=>({modifier:r,inputString:o})=>e.includes(r)?o.trim().length<1?F({message:n}):H():F({message:_n(r)?t:"",completionWordList:[...e]}),tn=({hint:e})=>({modifier:t,inputString:n})=>_n(t)&&_n(n)?F({message:e,completionWordList:[]}):H(J),ac=({modifier:e,inputString:t})=>{let n=X(y.CONFIG);if(!n.includes(e))return F({message:he({prefix:"... ",wordList:n,inputString:e,minLengthForHints:0}),completionWordList:n});switch(e){case te.EDITOR:{let r=[...Fi];return t.trim()?r.includes(t.trim())?H(J):F({message:he({prefix:"editors: ",wordList:r,inputString:t,minLengthForHints:0}),completionWordList:r}):F({message:he({prefix:"editors: ",wordList:r,inputString:t,minLengthForHints:0}),completionWordList:r})}case te.VIEW:{let r=["dense","wide"];return r.includes(t.trim())?H(J):F({message:he({prefix:"view... ",wordList:r,inputString:t,minLengthForHints:0}),completionWordList:r})}case te.USERNAME:return t.trim()?H(J):F({message:`Enter a user name. Saved in ${Lt.bgBlack("~/.epiq-global/config.json")}`});case te.AUTOSYNC:{let r=["yes","no"],o=$().autoSync;if(!r.includes(t.trim())){let i=Mi(o);return F({message:he({prefix:`should auto-sync (recommended)${i!==null?", currently: "+i:""} `,wordList:r,noOfHints:3,inputString:t,minLengthForHints:0}),completionWordList:r})}return H(J)}case te.SYNC_DEBOUNCE_MS:{let r=$().autoSyncIntervalMs,o=Ii(t);if(!t.trim()||o===null||o<Tt){let i=he({prefix:" examples: ",wordList:Hr,minLengthForHints:0,inputString:t});return F({message:`provide duration above ${Tt}ms. current duration: ${r}ms.`+i,completionWordList:Hr})}return H(J)}default:return F({message:"Unknown config option",completionWordList:n})}},dc=({modifier:e})=>{let t=X(y.EDIT);if(!t.includes(e)){let i=he({prefix:"edit... ",wordList:t,inputString:e,minLengthForHints:0});return F({message:i||"Unknown edit option",completionWordList:t})}let{breadCrumb:n,selectedNode:r}=h();if(!Se([...n,r],"TICKET"))return F({message:"Command not available in this context"});switch(e){case et.TITLE:return H(J);case et.DESCRIPTION:return H("<ENTER> to edit in "+$().preferredEditor);default:return F({message:"Unknown edit option",completionWordList:t})}},cc={[y.EXPORT]:()=>H(J+", and create export markdown file"),[y.PEEK]:e=>{let t=e.modifier;if(t==="now")return H(J);let n={message:"historical state from: '1h', '2d', '23h', '1mo', '2y', 'previous', 'next' or full date as YYYY-MM-DD"};if(t==="prev"||t==="next")return H(J);let r=Bn(t);if(!t||!r)return F(n);let o=Se(h().breadCrumb,"BOARD");if(d(o))return F({message:"Command is not applicable in this context"});let i=$n(o.value.id);return d(i)?F({message:"Unable to peek: board id is not a valid ULID"}):ki({date:r,horizonDate:i.value})?H(J):F({message:Lt.red(`nothing to peek before ${i.value.toISOString().slice(0,16).replace("T"," ")}`)})},[y.EXIT]:()=>H(J+" and exit the application"),[y.INIT]:()=>H(J),[y.PALETTE]:()=>H(J),[y.FILTER]:e=>{if(e.modifier==="clear")return H();let t=i=>X(y.FILTER).includes(i);if(!e.modifier||!t(e.modifier))return F({message:he({wordList:X(y.FILTER),inputString:e.inputString}),completionWordList:X(y.FILTER)});let n=Object.values(h().tags).map(i=>i.name),r=Object.values(h().contributors).map(i=>i.name),o=e.modifier==="tag"?n:e.modifier==="assignee"?r:[];return e.inputString?o.length&&!o.includes(e.inputString.trim())?F({message:he({prefix:`existing ${e.modifier}s... `,wordList:o,noOfHints:10,inputString:e.inputString}),completionWordList:o}):H():F({message:he({prefix:"one of... ",wordList:o,noOfHints:10,inputString:e.inputString}),completionWordList:o})},[y.NONE]:e=>{let t=X(y.NONE);return F({message:he({prefix:"... ",wordList:t,inputString:e.inputString,minLengthForHints:0}),completionWordList:t})},[y.NEW]:e=>sc({list:X(y.NEW),hint:he({wordList:X(y.NEW),noOfHints:3,inputString:e.inputString,minLengthForHints:0}),onValue:"provide a name..."})(e),[y.HELP]:()=>H(J),[y.EDIT]:dc,[y.CONFIG]:ac,[y.DELETE]:e=>{let t=_i();return t.validity==="invalid"?t:Yr(e)},[y.CLOSE_ISSUE]:e=>Yr(e),[y.RE_OPEN_ISSUE]:e=>Yr(e),[y.MOVE]:e=>{let t=_i();return t.validity==="invalid"?t:tn({hint:he({prefix:"hey hacker! These commands are blocked for you... ",wordList:X(y.MOVE),noOfHints:10,inputString:e.inputString})})(e)},[y.TAG]:e=>{let n=S.getExistingTags().map(r=>` ${Lt.bgHex(ae(r))(" "+r+" ")} `).slice(0,10).join("");return tn({hint:n.length?"existing tags ... "+n:"create tag ..."})(e)},[y.UNTAG]:e=>{let t=Fn();if(d(t))return F({message:"Invalid untag target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${Lt.bgHex(ae(r))(" "+r+" ")} `).slice(0,10);return n.length?tn({hint:" ... "+n.join("")})(e):F({message:"Issue has no tags",completionWordList:[]})},[y.ASSIGN]:e=>{let t=S.getExistingAssignees().map(n=>` ${Lt.bgHex(ae(n))(" "+n+" ")} `).slice(0,10);return tn({hint:"assign to... "+t.join("")})(e)},[y.UNASSIGN]:e=>{let t=On();if(d(t))return F({message:"Invalid unassign target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${Lt.bgHex(ae(r))(" "+r+" ")} `).slice(0,10);return n.length?tn({hint:"remove assignee... "+n.join("")})(e):F({message:"Issue has no assignees",completionWordList:[]})},[y.SYNC]:()=>H(J)},ji=Object.fromEntries(Object.entries(cc).map(([e,t])=>[e,{validate:(n,r,o)=>t({modifier:r,command:n,inputString:o})}]));var Hi=["frontend","backend","infrastructure","architecture","integration","configuration","implementation","application","deployment","environment","framework","platform","service","component","module","gateway","pipeline","containerization","orchestrator","exception","incident","defect","regression","degradation","malfunction","instability","intermittent","reproducibility","reproduction","investigation","triage","workaround","mitigation","remediation","optimization","stabilization","refinement","failure","outage","blocking","criticality","severity","escalation","diagnostics","analysis","resolution","corruption","inconsistency","validation","verification","authorization","authentication","confidentiality","availability","accessibility","reliability","compliance","governance","encryption","decryption","integrity","auditing","traceability","accountability","protection","privileges","permissions","dependency","orchestration","provisioning","synchronization","compatibility","incompatibility","interoperability","observability","instrumentation","telemetry","loadbalancing","discovery","registration","scheduling","coordination","distribution","isolation","virtualization","serialization","deserialization","initialization","instantiation","propagation","aggregation","consolidation","normalization","standardization","transformation","reconciliation","correlation","processing","indexing","partitioning","enrichment","validation","filtering","streaming","batching","concurrency","parallelism","contention","deadlock","throttling","ratelimiting","backpressure","fragmentation","saturation","exhaustion","partitioning","replication","redundancy","failover","deprecation","obsolescence","starvation","overload","underutilization","latency","throughput","refactoring","modularization","encapsulation","abstraction","extensibility","configurability","maintainability","recoverability","sustainability","readability","testability","debuggability","reusability","simplicity","consistency","performance","functionality","requirement","recommendation","improvement","enhancement","clarification","documentation","description","acceptance","criteria","estimation","prioritization","dependency","deliverable","milestone","iteration"];var Vi=e=>Object.values(y).includes(e),Ki=(e,t)=>{let n=e.command??"",{modifier:r,target:o,inputString:i}=e,{message:a,validity:l,completionWordList:u}=ji[n].validate(n,r,i),m=o==="command"||o==="modifier"?X(n):Hi,{mode:p}=h(),v=p===f.COMMAND_LINE?a??"":"",C=[...u,...m];return{validity:l,command:e.command,modifier:e.modifier,inputString:e.inputString,infoMessage:v,autoCompletion:t?Si(e,C):{hint:"",hints:[],remainder:"",overlap:0}}};var zi=e=>{let t=e.trimStart(),n=uc(t),r=n[0]??"",o=n[1]??"",i=/\s$/.test(e),a=mc(e),l=Vi(r)?r:null,u=l!==null,m=r!=="",p=l?X(l)??[]:[],v=l&&p.includes(o)?o:"",C="word";n.length===0||n.length===1&&!i?C="command":(n.length===1&&i||n.length===2&&!i)&&(C="modifier");let E=i?"":a,I=lc(t,l,v);return{raw:e,trimmedStart:t,words:n,firstWord:r,lastWord:a,hasCommand:m,command:l,isCommandKeyword:u,isLastWordCompleted:i,modifier:v,target:C,inputToMatch:E,inputString:I}},lc=(e,t,n)=>{let r=e;return t&&r.startsWith(t)&&(r=r.slice(t.length)),r=r.replace(/^\s+/,""),n&&r.startsWith(n)&&(r=r.slice(n.length),r=r.replace(/^\s+/,"")),r},uc=e=>e.trim()?e.trim().split(/\s+/):[],mc=e=>e.trimEnd().split(/\s+/).at(-1)??"";import{useSyncExternalStore as pc}from"react";var Dt=e=>e===Xr||e===":",Xr=" ",de={commandHistory:[],value:"",commandHistoryIndex:-1,cursorPosition:0,commandIsPending:!1,commandMeta:{command:null,modifier:"",infoMessage:"",inputString:"",validity:pt.None,autoCompletion:{hint:"",hints:[],remainder:"",overlap:0}}},Jr=new Set,Gi=()=>{for(let e of Jr)e()},Qr=e=>(Jr.add(e),()=>Jr.delete(e)),$e=e=>{let n=e(de),r=zi(n.value),o=n.cursorPosition===n.value.length;de={...n,commandMeta:Ki(r,o)},Gi()},nn=({message:e,status:t})=>{let n=structuredClone(de);return n.commandMeta={...n.commandMeta,infoMessage:e??"",validity:t==="fail"?"invalid":"valid"},n.commandIsPending=!0,de=n,Gi(),c(e,null)},Zr=e=>{$e(t=>({...t,cursorPosition:Math.max(0,Math.min(t.value.length,t.cursorPosition+e))}))},eo=e=>{$e(t=>{let{value:n,cursorPosition:r}=t,o=r;if(e==="left"){for(;o>0&&Dt(n[o-1]);)o--;for(;o>0&&!Dt(n[o-1]);)o--}else{for(;o<n.length&&!Dt(n[o]);)o++;for(;o<n.length&&Dt(n[o]);)o++}return{...t,cursorPosition:o}})},qi=()=>{$e(e=>{let t=e.value.slice(e.cursorPosition),n=Math.max(0,e.cursorPosition-1);return{...e,value:e.value.slice(0,n)+t,cursorPosition:n,commandIsPending:!1}})},Yi=()=>{$e(e=>{let{value:t,cursorPosition:n}=e,r=n;for(;r>0&&Dt(t[r-1]);)r--;for(;r>0&&!Dt(t[r-1]);)r--;let o=t.slice(n);return{...e,value:t.slice(0,r)+o,cursorPosition:r,commandIsPending:!1}})},_=e=>{$e(t=>{let n=Math.max(0,Math.min(t.cursorPosition,t.value.length)),r=t.value.slice(0,n),o=t.value.slice(n),i=e(r,t.commandMeta.autoCompletion),a=i+o,l=Math.max(0,Math.min(i.length,a.length));return{...t,value:a,cursorPosition:l,commandIsPending:!1}})},Xi=()=>{$e(e=>({...e,commandIsPending:!0}))},Ji=({addToHistory:e=!0})=>{$e(n=>({...n,commandHistory:e?[n.value,...n.commandHistory].slice(0,40):n.commandHistory,commandHistoryIndex:-1,commandIsPending:!1})),fc()},Qi=()=>{$e(e=>{let t=Math.min(e.commandHistoryIndex+1,e.commandHistory.length-1),n=e.commandHistory[t]??"";return{...e,commandHistoryIndex:t,value:n,cursorPosition:n.length}})},Zi=()=>{$e(e=>{let t=Math.max(e.commandHistoryIndex-1,-1),n=t===-1?"":e.commandHistory[t]??"";return{...e,commandHistoryIndex:t,value:n,cursorPosition:n.length}})},fc=()=>_(()=>""),K=()=>de,es=()=>pc(Qr,K,K),ts=()=>{let[e,...t]=de.value.split(Xr);return t.join(Xr).trim()};var ns=(e,t)=>e.ctrl&&e.name==="w"||e.meta&&e.name==="backspace"||t==="",rs=(e,t)=>e.meta&&e.name==="b"||t==="\x1Bb",os=(e,t)=>e.meta&&e.name==="f"||t==="\x1Bf",is=(e,t)=>{if(rs(e,e.sequence))return g.MoveCursorLeftOfWord;if(os(e,e.sequence))return g.MoveCursorRightOfWord;if(ns(e,e.sequence))return g.EraseInputWord;switch(e.name){case"tab":return g.AutoCompleteCommand;case"up":return g.GetLastCommandFromHistory;case"down":return g.GetNextCommandFromHistory;case"left":return g.MoveCursorLeft;case"right":return g.MoveCursorRight;case"return":return g.Confirm;case"backspace":return t?g.EraseInput:g.ExitCommandLine;case"escape":return g.ExitCommandLine;default:return g.CaptureInput}},ss=(e,t)=>{if(rs(e,e.sequence))return g.MoveCursorLeftOfWord;if(os(e,e.sequence))return g.MoveCursorRightOfWord;if(ns(e,e.sequence))return g.EraseInputWord;switch(e.name){case"tab":return g.AutoCompleteCommand;case"up":return g.NavPreviousItem;case"down":return g.NavNextItem;case"left":return g.MoveCursorLeft;case"right":return g.MoveCursorRight;case"return":return g.Confirm;case"backspace":return t?g.EraseInput:g.ExitCommandLine;case"escape":return g.ExitCommandLine;default:return g.CaptureInput}};var g={NavPreviousItem:"navPreviousItem",NavNextItem:"navNextItem",NavToPreviousContainer:"navToPreviousContainer",NavToNextContainer:"navToNextContainer",MovePreviousItem:"movePreviousItem",MoveNextItem:"moveNextItem",MoveToPreviousContainer:"moveToPreviousContainer",MoveToNextContainer:"moveToNextContainer",Confirm:"confirm",Exit:"exit",ViewHelp:"viewHelp",HideHelp:"hideHelp",InitMove:"initMove",ConfirmMove:"confirmMove",Delete:"Delete",InitCommandPalette:"initCommandPalette",InitCommandLine:"initCommandLine",ExitCommandLine:"exitCommandLine",CaptureInput:"captureInput",EraseInput:"eraseInput",AddItem:"addItem",GetLastCommandFromHistory:"getLastCommandFromHistory",GetNextCommandFromHistory:"getNextCommandFromHistory",AutoCompleteCommand:"autoCompleteCommand",MoveCursorLeft:"MoveCursorLeft",MoveCursorRight:"MoveCursorRight",MoveCursorLeftOfWord:"MoveCursorLeftOfWord",MoveCursorRightOfWord:"MoveCursorRightOfWord",EraseInputWord:"EraseInputWord",None:"None",Edit:"edit",SetViewDense:"SetViewDense",SetViewWide:"SetViewWide"};function gc(e){switch(e.name){case"up":case"down":case"left":case"right":return e.name;default:return null}}function vc(e){switch(e.name){case"k":return"up";case"j":return"down";case"h":return"left";case"l":return"right";default:return null}}function yc(e,t,n){let r=h().currentNode.childNavigationAcrossParents;switch(t){case"up":return e==="vertical"?n.prevItem:r?n.prevContainer:null;case"down":return e==="vertical"?n.nextItem:r?n.nextContainer:null;case"left":return e==="horizontal"?n.prevItem:r?n.prevContainer:null;case"right":return e==="horizontal"?n.nextItem:r?n.nextContainer:null}}function as(e,t){let n=K();if(e.sequence==="?"&&n.value==="")return g.InitCommandPalette;if(e.sequence===":"&&n.value==="")return g.InitCommandLine;if(t===f.MOVE)switch(e.name){case"m":case"return":return g.ConfirmMove}if(t===f.COMMAND_LINE)return is(e,n.value);if(t===f.PALETTE)return ss(e,n.value);let r=gc(e)||vc(e);if(r)return hc(r,t);if(e.ctrl&&e.name==="c")return g.Exit;switch(e.name){case"e":return g.Edit;case"n":return g.AddItem;case"m":return g.InitMove;case"d":return g.Delete;case"return":return g.Confirm;case"space":return g.Confirm;case"v":return $().viewMode==="wide"?g.SetViewDense:g.SetViewWide;case"q":case"escape":return g.Exit;default:return null}}function hc(e,t){let n=t===f.MOVE?{prevItem:g.MovePreviousItem,nextItem:g.MoveNextItem,prevContainer:g.MoveToPreviousContainer,nextContainer:g.MoveToNextContainer}:{prevItem:g.NavPreviousItem,nextItem:g.NavNextItem,prevContainer:g.NavToPreviousContainer,nextContainer:g.NavToNextContainer};return yc(h().currentNode.childRenderAxis,e,n)}var jn=e=>{let{context:t}=h().currentNode;if(!t)return T.None;switch(e){case y.EXIT:return T.Exit;case y.EXPORT:return T.Export;case y.INIT:return T.Init;case y.DELETE:return T.Delete;case y.EDIT:return T.Edit;case y.HELP:return T.ViewHelp;case y.RE_OPEN_ISSUE:return T.ReopenIssue;case y.CLOSE_ISSUE:return T.CloseIssue;case y.TAG:return T.TagTicket;case y.UNTAG:return T.UntagTicket;case y.ASSIGN:return T.AssignUserToTicket;case y.UNASSIGN:return T.UnassignUserFromTicket;case y.NEW:return T.NewItem;case y.FILTER:return T.Filter;case y.MOVE:return T.Move;case y.PEEK:return T.Peek;case y.CONFIG:return T.Config;case y.SYNC:return T.Sync;default:return T.None}},T={Exit:"exit",Init:"init",None:"none",ViewHelp:"view-help",Rename:"rename",Edit:"edit",Delete:"delete",Filter:"filter",Move:"move",Peek:"peek",Config:"config",NewItem:"add-new-item",TagTicket:"ticket-tag",UntagTicket:"ticket-untag",AssignUserToTicket:"ticket-assign-user",UnassignUserFromTicket:"ticket-unassign-user",CloseIssue:"close-issue",ReopenIssue:"re-open-issue",Sync:"sync",Export:"export"};import{ulid as ve}from"ulid";import hs from"node:fs";import Vc from"node:path";import Kc from"react";import{Box as jc}from"ink";import Gn from"react";import{Box as ro,Text as Mc}from"ink";import ke from"react";import{Text as ds}from"ink";import cs,{useEffect as ls,useState as xc}from"react";var us={help:["\u276F "],default:["\u276F "],move:["\u25C6 ","\u25C6 "],"cmd-line":["\u276F "],palette:["\u276F "]},ge=({isSelected:e,placeholder:t=" "})=>{let{mode:n}=Q(),r=us[n]??us.default,[o,i]=xc(0);if(ls(()=>{i(0)},[r]),ls(()=>{if(!e)return;let l=setInterval(()=>{i(u=>(u+1)%r.length)},500);return()=>clearInterval(l)},[e,r]),!e)return cs.createElement(ds,null,t);let a=r[o]??r[0]??t;return cs.createElement(ds,{color:x.accent,dimColor:o===1},a)};import{Box as to,Text as Cc}from"ink";import Hn from"react";var Ft=({children:e=[],height:t,selectedIndex:n,itemHeight:r=1,scrollByOne:o=!1})=>{if(e.length===0)return null;let i=Math.max(1,Math.floor(t)),a=Math.max(1,Math.ceil(r)),l=Math.max(1,Math.floor(i/a)),u=Math.max(0,Math.min(n,e.length-1)),m=Math.max(0,e.length-l),p=o?Math.min(m,Math.max(0,u-l+1)):Math.min(m,Math.floor(u/l)*l),v=p+l,C=e.slice(p,v),E=e.length>l,I=i,P=E?Math.max(1,Math.floor(l/e.length*I)):I,R=Math.max(0,I-P),w=Math.max(1,e.length-l),D=E?Math.floor(p/w*R):0;return Hn.createElement(to,{flexDirection:"row",height:i,width:"100%"},Hn.createElement(to,{flexDirection:"column",flexGrow:1,height:i},C),Hn.createElement(to,{flexDirection:"column",width:1,height:I},Array.from({length:I}).map((ee,oe)=>Hn.createElement(Cc,{key:oe,color:E&&oe>=D&&oe<D+P?x.accent:x.secondary},E?"\u2502":" "))))};import{Box as Vn,Text as Ac}from"ink";import ft from"react";import{Text as Ec}from"ink";import bc from"react";var Nc=e=>e.toLowerCase().trim(),Sc=(e,t=Pt)=>{let n=Nc(e);return t[n]?t[n]:en(n)},Ot=({id:e,isSelected:t})=>{let n=S.getContributor(e);if(n)return bc.createElement(Ec,{underline:t,color:Sc(n.name)},"@"+n.name)};import{Text as Ic}from"ink";import Rc from"react";var Bt=({id:e,isSelected:t})=>{let n=S.getTag(e);if(n)return Rc.createElement(Ic,{underline:t,backgroundColor:ae(n.name),color:x.primary}," "+n.name+" ")};var ms=({width:e,ticket:t,isSelected:n})=>{let r=e-14,o=kn(xi(t.title),r),i=Wr(t),a=_r(t);return ft.createElement(Vn,{borderStyle:"round",width:e-7,height:4,flexDirection:"column",borderColor:n?x.accent:x.secondary,justifyContent:"space-between"},ft.createElement(Vn,{borderBottom:!0},ft.createElement(Vn,{paddingLeft:1,flexDirection:"column"},ft.createElement(Ac,{color:x.primary},o))),ft.createElement(Vn,{flexDirection:"row",paddingLeft:1},i.map(l=>ft.createElement(Bt,{key:l.id,id:l.id})),a.map(l=>ft.createElement(Ot,{key:l.id,id:l.id}))))};import wc from"chalk";import{Box as rn,Text as no}from"ink";import We from"react";var Tc=(e,t)=>e.length>=t?e.slice(0,t)+"...":e,ps=({width:e,ticket:t,isSelected:n,index:r,mode:o})=>{let i=(t.props.tags??[]).map(E=>S.getTag(E)).filter(E=>!!E),a=(t.props.assignees??[]).map(E=>S.getContributor(E)).filter(E=>!!E),l=1,u=i.length*(1+l),m=a.length*(2+l),p=i.map(E=>We.createElement(rn,{key:E.id,paddingRight:l},We.createElement(no,{color:ae(E.name)},"\u25A0"))),v=a.map(E=>We.createElement(rn,{key:E.id,paddingRight:l},We.createElement(no,{color:en(E.name)},"@"+E.name.at(0)))),C=n?x.accent:o===f.MOVE?x.secondary:x.primary;return We.createElement(rn,{borderBottom:!0,justifyContent:"space-between"},We.createElement(rn,null,We.createElement(ge,{isSelected:n,placeholder:wc.dim.gray(r+1+" ")}),We.createElement(no,{wrap:"truncate",color:C},Tc(t.title,e-u-m-14))),We.createElement(rn,null,p,v))};import Pc from"chalk";var kc=({swimlane:e,isSelected:t,width:n,height:r,isDense:o,isFocused:i,listSelectedIndex:a,mode:l})=>{let{renderedChildrenIndex:u}=Q(),m=u[e.id]??[],p=`${e.title} ${Pc.hex(x.secondary2).dim("("+m.length+")")}`,v=3,C=o?1:4,E=r-v-(o?2:1),I=ke.createElement(ro,{borderStyle:"round",borderColor:x.secondary,justifyContent:"flex-start",borderLeft:!1,borderTop:!1,borderRight:!1},ke.createElement(ge,{isSelected:t}),ke.createElement(Mc,{bold:!0,color:t?x.accent:x.primary},p," ",e.readonly?"\u{1F512}":"")),P=(R,w)=>{let D=i&&a===w;return o?ke.createElement(ps,{key:R.id,index:w,width:n,ticket:R,isSelected:D,mode:l}):ke.createElement(ms,{key:R.id,width:n,ticket:R,isSelected:D})};return ke.createElement(ro,{flexDirection:"column",width:n,borderStyle:"round",borderColor:t?x.accent:x.secondary,paddingRight:1,paddingLeft:1,height:r},I,ke.createElement(ro,{padding:o?1:0},m.length>0&&ke.createElement(Ft,{selectedIndex:a,height:E,itemHeight:C},m.map(P)),ke.createElement(ge,{isSelected:i&&a===-1})))},fs=ke.memo(kc);import{Box as so,Text as $c}from"ink";import nt,{useMemo as vs}from"react";import{decodeTime as Lc,encodeTime as Dc}from"ulid";var Fc="0123456789ABCDEFGHJKMNPQRSTVWXYZ",Oc=e=>{let t=2166136261;for(let o of e)t^=o.charCodeAt(0),t=Math.imul(t,16777619);let n=BigInt(t>>>0),r="";for(let o=0;o<16;o++)n=n*1103515245n+12345n&0xffffffffn,r+=Fc[Number(n%32n)];return r},tt=(e,t)=>{let n=Lc(e);return Dc(n,10)+Oc(`${e}:${t}`)};import{Box as Kn,Text as Bc}from"ink";import _e from"react";var gs=({selectedIndex:e,parent:t,selected:n})=>{let{currentNode:r}=Q(),{title:o}=t,i=t.parentNodeId?S.getNode(t.parentNodeId):void 0,a=i&&W(i)?o===Y.ASSIGNEES?i.props.assignees??[]:o===Y.TAGS?i.props.tags??[]:[]:[];return _e.createElement(Kn,{alignItems:"center",paddingTop:1},_e.createElement(Kn,{minWidth:12},_e.createElement(ge,{isSelected:n}),_e.createElement(Bc,{color:n?x.accent:x.secondary2},o,":")),_e.createElement(Kn,{flexDirection:"row",marginLeft:1,paddingRight:1},a.map((l,u)=>{let m=r.id===t.id&&u===e;return _e.createElement(Kn,{key:`${o}-${l}`,paddingRight:2,minHeight:1},_e.createElement(ge,{isSelected:m}),o===Y.ASSIGNEES?_e.createElement(Ot,{isSelected:m,id:l}):o===Y.TAGS?_e.createElement(Bt,{isSelected:m,id:l}):null)})))};import{Box as zn,Text as oo}from"ink";import je,{useEffect as Uc}from"react";var ne={workspace:(e,t,n)=>({id:e,title:t,rank:n,isDeleted:!1,props:{},context:A.WORKSPACE,childRenderAxis:"vertical",parentNodeId:null,readonly:!0,log:[]}),board:(e,t,n,r,o=!1)=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:A.BOARD,childRenderAxis:"horizontal",parentNodeId:n,readonly:o,log:[]}),swimlane:(e,t,n,r)=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:A.SWIMLANE,childRenderAxis:"vertical",childNavigationAcrossParents:!0,parentNodeId:n,readonly:!1,log:[]}),field:({id:e,name:t,parentNodeId:n,rank:r,props:o={},childRenderAxis:i="horizontal",isVirtual:a=!1})=>({id:e,title:t,rank:r,isDeleted:!1,props:o,context:A.FIELD,childRenderAxis:i,parentNodeId:n,readonly:!1,log:[],isVirtual:a}),fieldList:({id:e,name:t,parentNodeId:n,rank:r,childRenderAxis:o="horizontal",isVirtual:i=!1})=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:A.FIELD_LIST,childRenderAxis:o,parentNodeId:n,readonly:!1,log:[],isVirtual:i}),ticket:(e,t,n,r)=>({id:e,title:t,rank:r,isDeleted:!1,props:{},context:A.TICKET,childRenderAxis:"vertical",parentNodeId:n,readonly:!1,log:[]}),text:({id:e,name:t,parentNodeId:n,rank:r,props:o={},readonly:i=!0,isVirtual:a=!0})=>({id:e,title:t,rank:r,isDeleted:!1,props:o,context:A.TEXT,childRenderAxis:"vertical",parentNodeId:n,readonly:i,log:[],isVirtual:a})};var io=({id:e,label:t,text:n,height:r,selected:o,maxWidth:i})=>{let{selectedIndex:a,currentNode:l}=Q(),u=C=>String(C).replace(/\r?\n/g,""),m=typeof n=="string"?n.split(/\r?\n|\u2028|\u2029/):[];Uc(()=>{let C=[];return m.forEach((E,I)=>{let P=we(BigInt(I+1));if(!ce(P))return;let R=ne.text({id:`${e}-${I}`,name:`Line ${I+1}`,parentNodeId:e,rank:P.value,props:{value:E},readonly:!0,isVirtual:!0}),w=S.createNode(R);ce(w)&&C.push(w.value.id)}),()=>C.forEach(S.deleteNode)},[e,n]);let p="\u2029",v=m.map((C,E)=>{let I=l.id===e&&a===E;return je.createElement(zn,{key:`${e}-${E}`},je.createElement(oo,{color:I?x.primary:x.secondary2,dimColor:!I},`${E+1} `.padStart(5,"\xA0")),je.createElement(oo,{backgroundColor:I?"gray":""},u(C.length?kn(C,i-10):p)))});return je.createElement(zn,{flexDirection:"column",paddingTop:1},je.createElement(zn,null,je.createElement(ge,{isSelected:o}),je.createElement(oo,{color:o?x.accent:x.secondary2},t)),je.createElement(zn,{flexDirection:"row",borderStyle:"round",borderColor:x.secondary,paddingLeft:1,marginLeft:1},je.createElement(Ft,{scrollByOne:!0,children:v,height:r-2,selectedIndex:a,itemHeight:1})))};var Wc=e=>tt(e,"description"),_c=e=>tt(e,"history"),ys=({ticket:e,height:t})=>{let{selectedIndex:n,currentNode:r}=Q(),o=process.stdout.columns||120,i=vs(()=>Wc(e.id),[e.id]),a=vs(()=>_c(e.id),[e.id]),l=r.id===e.id,u=r.id===a||r.parentNodeId===a,m=O(e.id);if(u){let R=S.getNode(a),w=R&&qe(R)?R.props.value??"":"",ee=t-3;return nt.createElement(so,{width:o,flexDirection:"column",paddingRight:1,paddingBottom:1,minHeight:t},R?nt.createElement(io,{id:R.id,label:"Event log",text:w,selected:!1,maxWidth:o,height:ee}):null)}let p=m.reduce((R,w)=>Kt(w)||w.id===a?R+1:R,0),v=2,C=3,E=p,I=t-C-E-v,P=(R,w)=>R.id===i?nt.createElement(io,{key:R.id,id:i,label:"Description (press e to edit)",text:e.props.description??"",selected:w,maxWidth:o,height:I}):Kt(R)?nt.createElement(gs,{key:R.id,parent:R,selected:w,selectedIndex:n}):R.id===a?nt.createElement(so,{key:R.id,paddingTop:1},nt.createElement(ge,{isSelected:w}),nt.createElement($c,{backgroundColor:x.secondary,color:w?x.accent:x.primary}," History \u203A\u203A ")):null;return nt.createElement(so,{width:o,flexDirection:"column",paddingRight:1,paddingBottom:1,minHeight:t},m.map((R,w)=>P(R,l&&n===w)))};var Hc=({swimlanes:e,currentNode:t,selectedIndex:n,breadCrumb:r,mode:o,viewMode:i,height:a,width:l})=>{let u=t.context,m=u===A.TICKET||u===A.FIELD_LIST||u===A.FIELD,p=u===A.BOARD||u===A.SWIMLANE,v=u===A.TICKET?t:r.find(R=>R.context===A.TICKET),C=Math.floor(l/3),E=Math.floor(l/Math.max(e.length,1)),I=Math.min(E,C),P=i==="dense";return Gn.createElement(jc,{flexDirection:"row",height:a},p&&e.map((R,w)=>{let D=t.id===R.id,ee=D?n:-1,oe=t.context===A.BOARD&&n===w;return Gn.createElement(fs,{key:R.id,height:a,width:I,swimlane:R,isSelected:oe,isDense:P,isFocused:D,listSelectedIndex:ee,mode:o})}),m&&v&&Gn.createElement(ys,{height:a,ticket:v}))},qn=Gn.memo(Hc);import{render as zc}from"ink";import{Writable as Gc}from"node:stream";var on=e=>String(e).padStart(2,"0"),qc=e=>{let t=e.getUTCFullYear(),n=on(e.getUTCMonth()+1),r=on(e.getUTCDate()),o=on(e.getUTCHours()),i=on(e.getUTCMinutes()),a=on(e.getUTCSeconds());return`${t}-${n}-${r}_${o}-${i}-${a}`},Yc=e=>e.trim().replace(/\s+/g,"-").replace(/[^A-Za-z0-9._-]/g,"-").replace(/-+/g,"-").replace(/^[-.]+|[-.]+$/g,"").toLowerCase()||"board",Xc=async(e,{width:t,height:n})=>{let r="",o=new Gc({write(a,l,u){let m=Jc(a.toString()).trimEnd();m.trim().length>0&&m.includes("\u256D")&&(r=m),u()}});o.columns=t,o.rows=n,o.isTTY=!0;let i=zc(e,{stdout:o,debug:!1,exitOnCtrlC:!1,patchConsole:!1,incrementalRendering:!1});return await new Promise(a=>setTimeout(a,0)),i.unmount(),r},Jc=e=>e.replace(/\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])/g,""),xs=async()=>{let{viewMode:e}=$(),{currentNode:t,selectedIndex:n,breadCrumb:r,mode:o,renderedChildrenIndex:i}=h(),a=r.find(w=>w.context==="BOARD");if(!a)return s("No board found to export");let l=120,u=40,m=await Xc(Kc.createElement(qn,{height:u,width:l,swimlanes:(i[a.id]??[]).filter(w=>w!==void 0&&St(w)),currentNode:t,selectedIndex:n,breadCrumb:r,viewMode:e??"dense",mode:o}),{width:l,height:u});if(!m)return s("Failed to render board export");let p=Rt(process.cwd());if(d(p))return s("Unable to export, epiq root not found");let v=new Date,C=qc(v),E=`board_${Yc(a.title)}_${C}.md`,I=yi(p.value);hs.mkdirSync(I,{recursive:!0});let P=Vc.join(I,E),R=`# Board - ${a.title}
23
+ Date: ${v.toISOString()}
48
24
 
49
25
  \`\`\`text
50
26
  ${m}
51
27
  \`\`\`
52
- `;return Cs.writeFileSync(R,S,"utf8"),l("Exported board layout",R)};import ol from"node:os";import bs from"node:path";import{z as it}from"zod";import{accessSync as Jc,copyFileSync as Qc,existsSync as _n,mkdirSync as Es,readdirSync as Is,readFileSync as Zc,renameSync as el,rmSync as tl,statSync as Ss,unlinkSync as nl,writeFileSync as rl}from"node:fs";import Et from"node:path";var ge={writeToFile:(e,t)=>{try{let n=Et.dirname(e);_n(n)||Es(n,{recursive:!0});let r=typeof t=="string"?t:JSON.stringify(t,null,2);rl(e,r,"utf-8")}catch(n){logger.error(`Failed to write file at ${e}:`,n)}},readFile:e=>{try{return Zc(e,"utf-8")}catch(t){return logger.error(`Failed to read file at ${e}:`,t),null}},readFileJSON(e){try{let t=ge.readFile(e);return t===null?null:JSON.parse(t)}catch(t){return logger.error(`Failed to read JSON at ${e}:`,t),null}},dirExists:e=>{try{return _n(e)&&Ss(e).isDirectory()}catch{return!1}},async fileExists(e){try{return await Jc(e),!0}catch{return!1}},mkDir:e=>Es(e,{recursive:!0}),locateFolder:e=>{let t=process.cwd(),{root:n}=Et.parse(t);for(;;){let r=Et.join(t,e);try{if(_n(r)&&Ss(r).isDirectory())return r}catch{logger.error(`Unable to locate folder ${e}`)}if(t===n)break;t=Et.dirname(t)}return null},readFirstJSON(e){try{if(!ge.dirExists(e))return null;let t=Is(e).filter(r=>r.endsWith(".json")).sort()[0];if(!t)return null;let n=Et.join(e,t);return ge.readFileJSON(n)}catch(t){return logger.error(`Could not read first JSON in folder ${e}`,t),null}},listDir:e=>{try{return ge.dirExists(e)?Is(e):[]}catch(t){return logger.error(`Failed to list dir ${e}`,t),[]}},rmFile(e){try{nl(e)}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove file ${e}`)}},rmDir(e){try{tl(e,{recursive:!0,force:!0})}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove dir ${e}`)}},moveFile(e,t,n){if(this.mkDir(Et.dirname(t)),!n?.overwrite&&_n(t))throw new Error(`moveFile: destination exists: ${t}`);n?.overwrite&&this.rmFile(t);try{el(e,t)}catch(r){if(r?.code==="EXDEV"){Qc(e,t),this.rmFile(e);return}throw r}}};var il={userId:"",userName:"",preferredEditor:"",autoSync:!1},Rs=it.object({preferredEditor:it.string().optional(),userName:it.string().optional(),userId:it.string().optional(),autoSync:it.boolean().nullable().optional(),autoSyncDebounceMs:it.number().optional(),viewMode:it.enum(["dense","wide"]).optional()}),sl="config.json",As=()=>bs.join(ol.homedir(),ve),to=()=>bs.join(As(),sl),no=()=>{try{return ge.mkDir(As()),l(`Ensured ~/${ve} exists`,null)}catch{return s(`Unable to create ~/${ve}`)}},al=e=>{let t;try{t=JSON.parse(e)}catch{return s(`Invalid ~/${ve}/config.json JSON`)}let n=Rs.safeParse(t??{});return n.success?l("Parsed config",n.data):s(`Invalid ~/${ve}/config.json shape: ${n.error.issues.map(r=>r.path.join(".")||r.message).join(", ")}`)},ws=()=>{let e=no();if(d(e))return s(e.message);let t=to(),n=ge.readFile(t);return n==null||n.trim()===""?l("No config found, using empty config",{autoSync:!1,preferredEditor:"",userId:"",userName:"",autoSyncIntervalMs:15e3}):al(n)},Ts=e=>{let t=no();if(d(t))return s(t.message);let n=Rs.safeParse(e);if(!n.success)return s(`Invalid config: ${n.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`);let r=to();try{return ge.writeToFile(r,JSON.stringify(n.data,null,2)+`
53
- `),l("Config written",null)}catch{return s(`Unable to write ~/${ve}/config.json`)}},st=e=>{let t=ws();if(d(t))return s("Failed to read existing config");let n={...t.value,...e};return Ts(n)},Ms=()=>{let e=to(),t=no();if(d(t))return s(`Unable to create ~/${ve}`);if(!(ge.readFile(e)!==null)){let m=Ts(il);if(d(m))throw new Error(`Unable to create ~/${ve}/config.json`)}let r=ws();if(d(r))throw new Error(r.message||"Unable to load settings");let{preferredEditor:o,userName:i,userId:a,autoSync:c,autoSyncDebounceMs:u}=r.value;return!i||!a?s(`User name or ID not configured in ~/${ve}/config.json`):l("successfully loaded settings",{preferredEditor:o??"",userName:i,userId:a,autoSync:c??!1,autoSyncIntervalMs:u??15e3,viewMode:"dense"})};import{monotonicFactory as dl,ulid as jn}from"ulid";var Hn=dl(),Ps=({name:e,parent:t,rank:n,user:{userId:r,userName:o}})=>{let i=Hn(),a=Hn(),c=Hn(),u=Hn(),m=Ho();if(d(m))return m;let p=z(m.value,void 0);if(d(p))return p;let g=z(p.value,void 0);return d(g)?g:l("Created issue events",[{id:jn(),userId:r,userName:o,action:"add.issue",payload:{id:i,parent:t,name:e,rank:n}},{id:jn(),userId:r,userName:o,action:"add.field",payload:{id:a,parent:i,name:Y.DESCRIPTION,val:"",rank:m.value}},{id:jn(),userId:r,userName:o,action:"add.field",payload:{id:c,parent:i,name:"Assignees",rank:p.value}},{id:jn(),userId:r,userName:o,action:"add.field",payload:{id:u,parent:i,name:"Tags",rank:g.value}}])};var ks=e=>{let t=e.log??[];for(let n=t.length-1;n>=0;n--){let r=t[n];if(r&&r.action==="close.issue"&&r.payload.id===e.id)return r.payload.parent}return null};import{ulid as Ls}from"ulid";import{spawnSync as cl}from"node:child_process";import ll from"node:os";import Ds from"node:path";import{ulid as ul}from"ulid";function ml(){let{preferredEditor:e}=B(),t=[e,process.env.VISUAL,process.env.EDITOR].filter(n=>!!n?.trim());return[...new Set(t)]}function pl(e,t){return/(^|\/)code(-insiders)?$/.test(e.trim())?`${e} --wait "${t}"`:`${e} "${t}"`}function Fs(e){let t=Ds.join(ll.tmpdir(),"epiq");ge.mkDir(t);let n=Ds.join(t,ul());ge.writeToFile(n,e??"");let r=ml();for(let o of r){let i=pl(o,n),a=cl(i,{stdio:"inherit",shell:!0});if(!a.error&&a.status===0){let c=ge.readFile(n);if(c==null)return s("Unable to read edited file");let u=c.replace(/\r?\n$/,"");return l("Successfully edited",u)}}return s("Unable to open editor")}var Os=()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{breadCrumb:t,selectedNode:n}=v(),r=be([...t,n],"TICKET");if(d(r))return s("Edit target must be an issue");let o=r.value;if(o.readonly)return s("Cannot edit readonly field");let i=T(o.id).find(m=>m.title===Y.DESCRIPTION);if(!i)return s("No target found");if(i.readonly)return s("Cannot edit readonly field");let a=i.props.value;if(typeof a!="string")return s("Selected field is not editable text");let c=Fs(a);if(d(c))return s("Failed to edit field");let u=c.value;return u===a?l("No changes made",null):i.title===Y.DESCRIPTION?_({id:Ls(),action:"edit.description",payload:{id:i.id,md:u},...e.value}):i.title==="Title"?_({id:Ls(),action:"edit.title",payload:{id:i.id,name:u},...e.value}):s(`Editing not supported for "${i.title}"`)};import gl from"node:fs";import Us from"node:path";import ro from"node:fs";import fl from"node:path";var Bs=async e=>{let t=fl.join(e,".gitignore"),n=ro.existsSync(t)?ro.readFileSync(t,"utf8"):"",r=[".epiq/events/",".epiq/log/"],o=n.split(`
54
- `).map(u=>u.trim()),i=r.filter(u=>!o.some(m=>m===u||m===u.replace(/\/$/,"")||m==="/"+u||m==="/"+u.replace(/\/$/,"")));if(i.length===0)return l("Local epiq paths already ignored",!1);let c=["# [epiq]: local hydrated state is never committed",...i].join(`
28
+ `;return hs.writeFileSync(P,R,"utf8"),c("Exported board layout",P)};var B={exit(){process.exit(0)},enterChildNode(){let e=h(),t=e.currentNode,n=Math.max(0,e.selectedIndex),r=U(t.id)[n];!r||t.context==="FIELD"||B.navigate({currentNode:r,selectedIndex:O(r.id).length?0:-1})},enterParentNode(){let{currentNode:e,nodes:t}=h();if(!e.parentNodeId){logger.info("Missing parent node id");return}let n=t[e.parentNodeId];if(!n){logger.error("Parent not found");return}let r=O(n.id),o=r.findIndex(({id:a})=>a===e.id),i=r.length===0?-1:o>=0?o:0;B.navigate({currentNode:n,selectedIndex:i})},navigateToNextItem:()=>Cs(1),navigateToPreviousItem:()=>Cs(-1),navigateToNextContainer:()=>Es(1),navigateToPreviousContainer:()=>Es(-1),navigate:({currentNode:e,selectedIndex:t})=>{N({currentNodeId:e.id,selectedIndex:t})}},Cs=e=>{let{selectedIndex:t,currentNode:n}=h(),r=O(n.id).length;if(r===0)return;let i=(Math.max(0,t)+e+r)%r;B.navigate({selectedIndex:i,currentNode:n})},Es=e=>{let{currentNode:t,nodes:n,selectedIndex:r}=h();if(!t.childNavigationAcrossParents)return;if(!t.parentNodeId){logger.error("Missing parent node id");return}let o=n[t.parentNodeId];if(!t||!o)return;let i=O(o.id),a=i.findIndex(C=>C.id===t.id);if(a<0)return;let l=i.at(a+e)??i.at(0);if(!l)return;let u=O(l.id),m=Math.max(0,u.length-1),p=Math.min(Math.max(0,r),m),v=u.length?p:-1;B.navigate({currentNode:l,selectedIndex:v})};import il from"node:os";import Is from"node:path";import{z as gt}from"zod";import{accessSync as Qc,copyFileSync as Zc,existsSync as Yn,mkdirSync as bs,readdirSync as Ns,readFileSync as el,renameSync as tl,rmSync as nl,statSync as Ss,unlinkSync as rl,writeFileSync as ol}from"node:fs";import Ut from"node:path";var xe={writeToFile:(e,t)=>{try{let n=Ut.dirname(e);Yn(n)||bs(n,{recursive:!0});let r=typeof t=="string"?t:JSON.stringify(t,null,2);ol(e,r,"utf-8")}catch(n){logger.error(`Failed to write file at ${e}:`,n)}},readFile:e=>{try{return el(e,"utf-8")}catch(t){return logger.error(`Failed to read file at ${e}:`,t),null}},readFileJSON(e){try{let t=xe.readFile(e);return t===null?null:JSON.parse(t)}catch(t){return logger.error(`Failed to read JSON at ${e}:`,t),null}},dirExists:e=>{try{return Yn(e)&&Ss(e).isDirectory()}catch{return!1}},async fileExists(e){try{return await Qc(e),!0}catch{return!1}},mkDir:e=>bs(e,{recursive:!0}),locateFolder:e=>{let t=process.cwd(),{root:n}=Ut.parse(t);for(;;){let r=Ut.join(t,e);try{if(Yn(r)&&Ss(r).isDirectory())return r}catch{logger.error(`Unable to locate folder ${e}`)}if(t===n)break;t=Ut.dirname(t)}return null},readFirstJSON(e){try{if(!xe.dirExists(e))return null;let t=Ns(e).filter(r=>r.endsWith(".json")).sort()[0];if(!t)return null;let n=Ut.join(e,t);return xe.readFileJSON(n)}catch(t){return logger.error(`Could not read first JSON in folder ${e}`,t),null}},listDir:e=>{try{return xe.dirExists(e)?Ns(e):[]}catch(t){return logger.error(`Failed to list dir ${e}`,t),[]}},rmFile(e){try{rl(e)}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove file ${e}`)}},rmDir(e){try{nl(e,{recursive:!0,force:!0})}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove dir ${e}`)}},moveFile(e,t,n){if(this.mkDir(Ut.dirname(t)),!n?.overwrite&&Yn(t))throw new Error(`moveFile: destination exists: ${t}`);n?.overwrite&&this.rmFile(t);try{tl(e,t)}catch(r){if(r?.code==="EXDEV"){Zc(e,t),this.rmFile(e);return}throw r}}};var sl={userId:"",userName:"",preferredEditor:"",autoSync:!1},Rs=gt.object({preferredEditor:gt.string().optional(),userName:gt.string().optional(),userId:gt.string().optional(),autoSync:gt.boolean().nullable().optional(),autoSyncDebounceMs:gt.number().optional(),viewMode:gt.enum(["dense","wide"]).optional()}),al="config.json",As=()=>Is.join(il.homedir(),Ne),ao=()=>Is.join(As(),al),co=()=>{try{return xe.mkDir(As()),c(`Ensured ~/${Ne} exists`,null)}catch{return s(`Unable to create ~/${Ne}`)}},dl=e=>{let t;try{t=JSON.parse(e)}catch{return s(`Invalid ~/${Ne}/config.json JSON`)}let n=Rs.safeParse(t??{});return n.success?c("Parsed config",n.data):s(`Invalid ~/${Ne}/config.json shape: ${n.error.issues.map(r=>r.path.join(".")||r.message).join(", ")}`)},ws=()=>{let e=co();if(d(e))return s(e.message);let t=ao(),n=xe.readFile(t);return n==null||n.trim()===""?c("No config found, using empty config",{autoSync:null,preferredEditor:"",userId:"",userName:"",autoSyncIntervalMs:1e4}):dl(n)},Ts=e=>{let t=co();if(d(t))return s(t.message);let n=Rs.safeParse(e);if(!n.success)return s(`Invalid config: ${n.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`);let r=ao();try{return xe.writeToFile(r,JSON.stringify(n.data,null,2)+`
29
+ `),c("Config written",null)}catch{return s(`Unable to write ~/${Ne}/config.json`)}},vt=e=>{let t=ws();if(d(t))return s("Failed to read existing config");let n={...t.value,...e};return Ts(n)},Ms=()=>{let e=ao(),t=co();if(d(t))return s(`Unable to create ~/${Ne}`);if(!(xe.readFile(e)!==null)){let m=Ts(sl);if(d(m))throw new Error(`Unable to create ~/${Ne}/config.json`)}let r=ws();if(d(r))throw new Error(r.message||"Unable to load settings");let{preferredEditor:o,userName:i,userId:a,autoSync:l,autoSyncDebounceMs:u}=r.value;return!i||!a?s(`User name or ID not configured in ~/${Ne}/config.json`):c("successfully loaded settings",{preferredEditor:o??"",userName:i,userId:a,autoSync:l??!1,autoSyncIntervalMs:u??1e4,viewMode:"dense"})};import hl from"node:fs";import xl from"node:path";import{decodeTime as Cl,monotonicFactory as El}from"ulid";import{z as sn}from"zod";import Xn from"node:fs";import uo from"node:path";import{decodeTime as cl}from"ulid";import{z as lo}from"zod";var ll=lo.object({userId:lo.string().min(1).default("unknown"),userName:lo.string().min(1).default("unknown")}),ul=e=>{let[t,n]=uo.basename(e,".jsonl").split("."),r=ll.safeParse({userId:t,userName:n});return r.success?c("Parsed event file actor",r.data):s(`Invalid event file name ${uo.basename(e)}: ${r.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`)},ml=e=>{let t=Object.keys(e).filter(n=>n!=="id"&&n!=="v");return t.length!==1?s(`Invalid persisted event: expected exactly 1 action key, got ${t.length}`):!t[0]||!(t[0]in e)?s("Invalid persisted event: action key is missing or invalid"):c("Resolved persisted action",t[0])},pl=(e,t)=>t in e,fl=({id:e,action:t,payload:n,userId:r,userName:o})=>({id:e,action:t,payload:n,userId:r,userName:o}),gl=e=>{let{userId:t,userName:n,...r}=e,o=ml(r);if(d(o))return s(o.message);let i=o.value,a=e.id?.[0];return a?pl(r,i)?c("Decoded persisted event",fl({id:a,action:i,payload:r[i],userId:t,userName:n})):s(`Persisted event is missing payload for action: ${i}`):s("Persisted event is missing id")},vl=e=>{if(!Xn.existsSync(e))return c("Event file missing",[]);let t=ul(e);if(d(t))return s(t.message);let n=Xn.readFileSync(e,"utf8"),r=[];for(let o of n.split(`
30
+ `)){let i=o.trim();if(!i)continue;let a;try{a=JSON.parse(i)}catch{return s(`Failed to parse event JSON from ${e}: ${i}`)}let l=mo(a);if(d(l))return s(`${l.message} in ${e}: ${i}`);r.push({...l.value,userId:t.value.userId,userName:t.value.userName})}return c("Parsed persisted events file",r)};function Ps(e){let t=Qt(e);if(!Xn.existsSync(t))return c("No events found",[]);let n=Xn.readdirSync(t).filter(o=>o.endsWith(".jsonl")).map(o=>uo.join(t,o)),r=[];for(let o of n){let i=vl(o);if(d(i))return s(i.message);r.push(...i.value)}return c("All events loaded",yl(r))}function $t(e){let t=Ps(e);if(d(t))return s(t.message);let n=[];for(let r of t.value){let o=gl(r);if(d(o))return s(`Failed to decode event ${r.id?.[0]??"<unknown>"}: ${o.message}`);n.push(o.value)}return c("Loaded merged events",n)}function ks(e=process.cwd()){let t=Ps(e);return d(t)?s(t.message):c("Loaded edge reference",t.value.at(-1)?.id?.[0]??null)}var yl=e=>{let t=new Map,n=new Map;for(let m of e){let p=m.id[0],v=m.id[1]??null;t.set(p,m);let C=n.get(v)??[];C.push(m),n.set(v,C)}for(let m of n.values())m.sort((p,v)=>p.id[0].localeCompare(v.id[0]));let r=[],o=new Set,i=m=>{let p=m.id[0];if(o.has(p))return;r.push(m),o.add(p);let v=n.get(p)??[];for(let C of v)i(C)},a=n.get(null)??[];for(let m of a)i(m);let l=e.filter(m=>{let p=m.id[0],v=m.id[1]??null;return!o.has(p)&&v!==null&&!t.has(v)}).sort((m,p)=>m.id[0].localeCompare(p.id[0]));for(let m of l)i(m);let u=e.filter(m=>!o.has(m.id[0])).sort((m,p)=>m.id[0].localeCompare(p.id[0]));for(let m of u)i(m);return r},Ls=(e,t)=>{let n=e.findIndex(r=>{try{return cl(r.id)>t}catch{return!0}});return n===-1?{appliedEvents:e,unappliedEvents:[]}:{appliedEvents:e.slice(0,n),unappliedEvents:e.slice(n)}};var Ds=e=>({action:e.action,payload:e.payload});var Os=1,Fs=El(),bl=sn.tuple([sn.string().min(1),sn.string().min(1).nullable()]),Nl=sn.looseObject({v:sn.literal(Os),id:bl}),mo=e=>{let t=Nl.safeParse(e);return t.success?c("Parsed persisted event",t.data):s(`Invalid persisted event: ${t.error.issues.map(n=>n.path.join(".")||n.message).join(", ")}`)},Jn=e=>e.trim().toLowerCase().replace(/[^a-z0-9._-]+/g,"-").replace(/^-+|-+$/g,"")||"unknown",z=()=>{let{userName:e,userId:t}=$();return e?t?e.trim()?c("Successfully resolved actor ID",{userId:Jn(t),userName:Jn(e)}):s("Unable to resolve actor ID from settings or OS user info"):s("User ID not configured"):s("User name not configured")},an=({userId:e,userName:t})=>`${Jn(e)}.${Jn(t)}.jsonl`,Sl=(e,{userId:t,userName:n})=>{let r=an({userId:t,userName:n});if(!/^(?!.*\.jsonl.*\.jsonl).*\.jsonl$/.test(r))return s(`Invalid event log file name: ${r}`);let i=xl.join(Qt(e),r);return c("Successfully resolved event log path",i)},Il=(e,t)=>{let n={[e.action]:e.payload,v:Os,id:t};return mo(n)};function Qn({event:e,rootDir:t}){try{let n=hi(t);if(d(n))return n;let r=Sl(t,{userId:e.userId,userName:e.userName});if(d(r))return r;let o=ks(t);if(d(o))return s(o.message);let i=o.value?Fs(Math.max(Date.now(),Cl(o.value)+1)):Fs(),a=Il(Ds(e),[i,o.value]);return d(a)?s(a.message):(hl.appendFileSync(r.value,`${JSON.stringify(a.value)}
31
+ `,"utf8"),c("Event persisted",{path:r.value,entry:a.value}))}catch(n){let r=n instanceof Error?n.message:"Unknown persist error";return s(`Failed to persist event: ${r}`)}}var Bs=e=>{let t=e.log??[];for(let n=t.length-1;n>=0;n--){let r=t[n];if(r&&r.action==="close.issue"&&r.payload.id===e.id)return r.payload.parent}return null};var Rl=["00KM6CZ900T7180RM46K0JAYNF","00JR3R8E00A1Z4X9FGP9DV0SM5"],[He,Zn]=Rl;import{ulid as kl}from"ulid";import{spawnSync as Al}from"node:child_process";import wl from"node:os";import Us from"node:path";import{ulid as Tl}from"ulid";function Ml(){let{preferredEditor:e}=$(),t=[e,process.env.VISUAL,process.env.EDITOR].filter(n=>!!n?.trim());return[...new Set(t)]}function Pl(e,t){return/(^|\/)code(-insiders)?$/.test(e.trim())?`${e} --wait "${t}"`:`${e} "${t}"`}function $s(e){let t=Us.join(wl.tmpdir(),"epiq");xe.mkDir(t);let n=Us.join(t,Tl());xe.writeToFile(n,e??"");let r=Ml();for(let o of r){let i=Pl(o,n),a=Al(i,{stdio:"inherit",shell:!0});if(!a.error&&a.status===0){let l=xe.readFile(n);if(l==null)return s("Unable to read edited file");let u=l.replace(/\r?\n$/,"");return c("Successfully edited",u)}}return s("Unable to open editor")}var Ws=async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let t=await Te();if(d(t))return t;let n=t.value,{breadCrumb:r,selectedNode:o}=h(),i=Se([...r,o],"TICKET");if(d(i))return s("Edit target must be an issue");let a=i.value;if(!W(a))return s("Edit target must be an issue");if(a.readonly)return s("Cannot edit readonly issue");let l=O(a.id).find(v=>v.title===Y.DESCRIPTION);if(!l)return s("No target found");if(l.readonly)return s("Cannot edit readonly field");let u=a.props.description??"";if(typeof u!="string")return s("Selected field is not editable text");let m=$s(u);if(d(m))return s("Failed to edit field");let p=m.value;return p===u?c("No changes made",null):Me({id:kl(),action:"edit.description",payload:{id:a.id,md:p},...e.value},n)};import Hl from"node:fs";import Gs from"node:path";import po from"node:fs";import Ll from"node:path";var _s=async e=>{let t=Ll.join(e,".gitignore"),n=po.existsSync(t)?po.readFileSync(t,"utf8"):"",r=[".epiq/events/",".epiq/log/"],o=n.split(`
32
+ `).map(u=>u.trim()),i=r.filter(u=>!o.some(m=>m===u||m===u.replace(/\/$/,"")||m==="/"+u||m==="/"+u.replace(/\/$/,"")));if(i.length===0)return c("Local epiq paths already ignored",!1);let l=["# [epiq]: local hydrated state is never committed",...i].join(`
55
33
  `);return n=n.trimEnd()+`
56
34
 
57
- ${c}
58
- `,ro.writeFileSync(t,n,"utf8"),ue.info(`Added ${i.join(", ")} to .gitignore (epiq local state)`),l("Local epiq paths ignored",!0)};var vl=async e=>{let t=await F({cwd:e,args:["status","--porcelain"]});return d(t)?t:l("Checked git diff",t.value.stdout.trim().length>0)},j=(e,t)=>s(`[${e}] ${t}`),$s=async()=>{let e=So(),t=await En(process.cwd());if(d(t))return j(1,t.message);let n=t.value,r=await Bt(n);if(d(r))return j(2,r.message);if(r.value)return j(2,"Cannot initialize Epiq while a git operation is in progress");let o=await vl(n);if(d(o))return j(2.5,o.message);if(o.value)return j(3,"Cannot initialize Epiq with uncommitted changes. Commit or stash your changes first.");if(dr(n))return j(4,"Epiq project already initialized");let i=_e();if(!i.isSetupDone||!i.userName)return j(5,"Missing Epiq user configuration (userId / userName). Run setup first.");let a=B(),c=a.userName,u=a.userId;if(!u||!c)return j(5,"Missing Epiq user id");let m=e.stateBranch,p=await yn({repoRoot:n,branch:m});if(d(p))return j(6,p.message);let g=await In({repoRoot:n,stateBranchName:e.stateBranch});if(d(g))return j(6,g.message);let x=Nn();if(d(x))return j(7,x.message);let E=Us.join(Cn(),e.projectId),A=await Rr({repoRoot:n,stateBranchRoot:E,stateBranchName:e.stateBranch});if(d(A))return j(8,A.message);let R=Us.join(E,".epiq");gl.mkdirSync(R,{recursive:!0});let S=ei({userId:u,userName:c});if(d(S))return j(9,S.message);for(let sr of S.value){let No=mn({event:sr,rootDir:E});if(d(No))return j(9,No.message)}let w=await Sn({stateBranchRoot:E,eventFileName:Pt({userId:u,userName:c})});if(d(w))return j(10,w.message);let U=await pt({cwd:E,message:"[epiq:init]"});if(d(U))return j(10,U.message);let le=await Bs(n);if(d(le))return j(12,le.message);let ne=Ro({repoRoot:n,fileContents:e});if(d(ne))return j(13,ne.message);let Zt=await H.stage({cwd:n,pathspec:[".epiq/project.json",".gitignore"]});if(d(Zt))return j(14,Zt.message);let bt=await H.commit({cwd:n,message:"[epiq:init-project]"});if(d(bt))return j(14,bt.message);let Rt=jt({repoRoot:n,stateBranchRoot:E});if(d(Rt))return j(15,Rt.message);let q="Project initialized!",re=await F({cwd:n,args:["push","-u","origin","HEAD"]});d(re)&&(q+=` Warn: [init:16] ${re.message}`);let dt=await _t({repoRoot:n,stateBranchRoot:E});d(dt)&&(q+=` Warn: [init:17] ${dt.message}`);let Co=pn(S.value).filter(d);if(Co.length>0)return j(18,Co.map(sr=>sr.message).join(`
59
- `));let{rootNodeId:Fa,nodes:La}=v();return D.navigate({currentNode:La[Fa],selectedIndex:0}),b({hasProject:!0,mode:f.DEFAULT}),l(q,null)};import{ulid as xl}from"ulid";import{ulid as yl}from"ulid";var Ws=null,Ve=()=>structuredClone(Ws),Yt=e=>Ws=e,_s=()=>{let{currentNode:e,selectedIndex:t}=v(),r=T(e.id)[t];return r?l("Resolved selected child",r):s("Target node not found")};var js=({id:e,parentId:t,position:n={at:"end"}})=>{let r=V();if(d(r))return s("Unable to resolve user ID");let o=Qe(t,e,n,r.value);return d(o)?o:l("Created pending move state",{id:yl(),...r.value,action:"move.node",payload:{id:e,parent:t,rank:o.value}})},Hs=e=>{Yt(e);let t=kt(e,!0);return d(t)?t:l("Node moved successfully",t.value)};function oo(e){let t=_s();if(d(t))return t;let{currentNode:n,nodes:r}=v();if(!n.parentNodeId)return s("Missing parent node id");let o=r[n.parentNodeId];if(!o)return s("Missing parent node");let i=L(o.id),a=i.findIndex(({id:m})=>m===n.id);if(a<0)return s("Current node not found among siblings");let c=i[a+e];if(!c)return s("Missing sibling node");let u=js({id:t.value.id,parentId:c.id,position:{at:"end"}});return d(u)?u:Hs(u.value)}function io(e){let t=_s();if(d(t))return t;let{currentNode:n,selectedIndex:r}=v(),i=L(n.id)[r+e];if(!i)return s("Missing sibling node");let a=js({id:t.value.id,parentId:n.id,position:{at:e===1?"after":"before",sibling:i.id}});return d(a)?a:Hs(a.value)}var Ks=()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{modifier:t}=Q().commandMeta,n=()=>{let c=Ve();if(!c)return s("No pending move state");let u=c.payload.id;if(!v().nodes[u])return s("Moved node not found");let p=c.payload.parent,g=v().nodes[p];if(!g)return s("Move parent not found");let x=T(p).findIndex(E=>E.id===u);return x===-1?s("Moved node not found among rendered children"):(D.navigate({currentNode:g,selectedIndex:x}),l("Synchronized navigation to moved node",null))},r=c=>{if(d(c))return s(c.message);let u=n();return d(u)?s(u.message):l("Updated move preview",null)},{currentNode:o,selectedIndex:i}=v(),a=T(o.id)[i];if(!a)return b({mode:f.DEFAULT}),s("No move target");if(t==="start"){if(a.readonly)return s("Target node is read-only");if(i===-1)return s("No item selected");if(!a.parentNodeId)return s("Target has no parent");let c=L(a.parentNodeId),u=c.findIndex(({id:A})=>A===a.id);if(u===-1)return s("Target not found among siblings");let m=c[u-1],p=c[u+1],g=p!=null?{at:"before",sibling:p.id}:m!=null?{at:"after",sibling:m.id}:{at:"start"},x=Qe(a.parentNodeId,a.id,g,e.value);if(d(x))return x;Yt({id:xl(),action:"move.node",payload:{id:a.id,parent:a.parentNodeId,rank:x.value},...e.value}),b({mode:f.MOVE});let E=n();return d(E)?s(E.message):l("Move initialized",null)}if(t==="next")return b({mode:f.MOVE}),r(io(1));if(t==="previous")return b({mode:f.MOVE}),r(io(-1));if(t==="to-next")return b({mode:f.MOVE}),r(oo(1));if(t==="to-previous")return b({mode:f.MOVE}),r(oo(-1));if(t==="confirm"){b({mode:f.DEFAULT});let c=Ve();if(!c)return s("No pending move to confirm");let u=_(c);if(d(u))return u;let m=n();return d(m)?s(m.message):(Yt(null),l("Moved item",null))}return t==="cancel"?(Yt(null),b({mode:f.DEFAULT}),l("Cancelling move",null)):s("Invalid move modifier")};import hl from"zod";var Vs=()=>{let e=Q().commandMeta.inputString,t=hl.coerce.number().int().min(3e3).safeParse(e);if(!t.success)return s("Auto sync duration must be a number of at least 3000 ms");let n=st({autoSyncDebounceMs:t.data});return d(n)?n:(pe({autoSyncIntervalMs:t.data}),b({mode:f.DEFAULT}),l(`Auto sync interval set to ${t.data}ms`,null))};var Gs=()=>{let e=Q().commandMeta.inputString.trim();if(e!=="yes"&&e!=="no")return s("Invalid response");let t=To(e),n=st({autoSync:t});return d(n)?n:(pe({autoSync:t}),b({mode:f.DEFAULT}),l(`Auto sync set to "${e}"`,null))};var qs=async()=>{if(v().syncStatus.status==="syncing")return s("Sync already in progress");$(()=>""),b({syncStatus:{msg:"Syncing",status:"syncing"}});let e=await Rn();return d(e)?(b({syncStatus:{msg:e.message,status:"outOfSync"}}),e):(b({mode:f.DEFAULT}),e)};var zs=e=>Object.values(v().tags).find(t=>t.name===e),Ys=e=>Object.values(v().contributors).find(t=>t.name===e),Xs=[{systemOnly:!0,intent:M.Move,mode:f.COMMAND_LINE,action:Ks},{intent:M.Delete,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=T(t.id)[n];return r?_({id:K(),action:"delete.node",payload:{id:r.id},...e.value}):s("Unable to resolve child to delete")},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.Filter,mode:f.COMMAND_LINE,action:()=>{let{modifier:e,inputString:t}=Q().commandMeta,n=/(!=|=)/,[r,o]=e.split(n);if(!r||!(c=>ae(y.FILTER).map(u=>u.split(n)[0]).includes(c))(r))return s("Invalid filter modifier");let a={target:r,operator:"=",value:t.trim()};return xe(c=>({...c,filters:e==="clear"?[]:[...c.filters,a],mode:f.DEFAULT})),l("Viewing help",null)}},{intent:M.ViewHelp,mode:f.COMMAND_LINE,action:()=>(b({mode:f.HELP}),l("Viewing help",null))},{intent:M.CloseIssue,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=T(t.id)[n];if(!r)return s("Unable to close issue, no target found");if(!ye(r))return s("Cannot close in this context");let o=v().nodes[ke];if(!o)return s("Unable to locate closed swimlane");if(r.parentNodeId===o.id)return s("Issue is already closed");let i=Qe(o.id,r.id,{at:"end"},e.value);if(d(i))return i;let a=_({id:K(),action:"close.issue",payload:{id:r.id,parent:o.id,rank:i.value},...e.value});return d(a)?a:l("Issue closed",null)},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.ReopenIssue,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=T(t.id)[n];if(!r)return s("Unable to reopen issue, no target found");let o=r.context==="TICKET"?l("Resolved ticket",r):je(r.id,"TICKET");if(d(o))return s("Cannot reopen in this context");let i=o.value,a=v().nodes[ke];if(!a)return s("Unable to locate closed swimlane");if(i.parentNodeId!==a.id)return s("Issue is not closed");if(!ye(i))return s("Target node is not issue");let c=ks(i);if(!c)return s("Unable to resolve previous parent from issue history");if(c===a.id)return s("Previous parent resolves to closed swimlane");let u=v().nodes[c];if(!u)return s("Previous parent no longer exists");let m=Qe(u.id,i.id,{at:"end"},e.value);if(d(m))return m;let p=_({id:K(),action:"reopen.issue",payload:{id:i.id,parent:u.id,rank:m.value},...e.value});return d(p)?p:l("Issue reopened",null)},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.Init,mode:f.COMMAND_LINE,action:$s},{intent:M.NewItem,mode:f.COMMAND_LINE,action:(e,t)=>{let n=V();if(d(n))return s("Unable to resolve user ID");if(!t.inputString)return s(`provide a name for your ${t.modifier}`);let{breadCrumb:r,currentNode:o,selectedIndex:i}=v(),a=c=>{let u=_(c);if(d(u))return u;let m=I.getNode(u.value.result.id);if(!m)return s("Created node not found");if(!m.parentNodeId)return u;let p=I.getNode(m.parentNodeId);return p?(D.navigate({currentNode:p,selectedIndex:I.getSiblings(m.parentNodeId).findIndex(({id:g})=>g===m.id)}),u):s("Parent node not found")};if(t.modifier==="board"){let{rootNodeId:c}=v(),u=I.getNode(c);if(!u)return s("Workspace not found");let m=ut(u.id,n.value);return d(m)?m:a({id:K(),action:"add.board",payload:{id:K(),name:t.inputString,parent:u.id,rank:m.value},...n.value})}if(t.modifier==="swimlane"){let c=be(r,"BOARD");if(d(c))return s("Unable to add swimlane in this context");let u=ut(c.value.id,n.value);return d(u)?u:a({id:K(),action:"add.swimlane",payload:{id:K(),name:t.inputString,parent:c.value.id,rank:u.value},...n.value})}if(t.modifier==="issue"){let c=T(o.id)[i],u=o.context==="SWIMLANE"?o:o.context==="BOARD"&&c?.context==="SWIMLANE"?c:(()=>{let S=be(r,"SWIMLANE");return d(S)?null:S.value})();if(!u)return s("Unable to add issue in this context");let m=ut(u.id,n.value);if(d(m))return m;let p=Ps({name:t.inputString,parent:u.id,rank:m.value,user:n.value});if(d(p))return p;let g=p.value,x=pn(g);if(x.some(S=>d(S)))return s("Issue create failed: "+x.filter(d).map(S=>S.message).filter(Boolean).join(", "));let E=x[0];if(!E||d(E))return s("Issue creation failed");let R=g.find(S=>S.action==="add.issue")?.payload.id;return R?(D.navigate({currentNode:u,selectedIndex:I.getSiblings(u.id).findIndex(({id:S})=>S===R)}),l("Issue created",null)):s("Unable to determine ticket id")}return l("Success",null)},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.Rename,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=T(t.id)[n];if(!r)return s("Missing node");if(r.readonly)return s("Cannot rename readonly node");let o=rs();return o?_({id:K(),action:"edit.title",payload:{id:r.id,name:o},...e.value}):s("Provide a new name")},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.UntagTicket,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=Q().commandMeta,r=(t||n).trim();if(!r)return s("Provide a tag");let o=zs(r);if(!o)return s(`Tag "${r}" does not exist`);let{selectedNode:i}=v();if(!i)return s("Invalid untag target");let a=je(i.id,"TICKET");if(d(a))return s("Unable to untag issue in this context");let c=a.value,u=I.getFieldByTitle(c.id,"Tags");if(!u)return s("Unable to locate tags field");let m=T(u.id).find(p=>p.props?.value===o.id);return m?_({id:K(),action:"untag.issue",payload:{id:m.id,target:c.id,tagId:o.id},...e.value}):s("Issue is not tagged with that tag")},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.TagTicket,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=Q().commandMeta,r=(t||n).trim();if(!r)return s("Provide a tag");let{selectedIndex:o,currentNode:i}=v(),a=T(i.id)[o];if(!a)return s("Invalid tag target");let c=je(a.id,"TICKET");if(d(c))return s("Unable to tag issue in this context");let u=c.value,m=zs(r),p;if(m)p=m.id;else{let A=K(),R=_({id:K(),action:"create.tag",payload:{id:A,name:r},userId:e.value.userId,userName:e.value.userName});if(d(R))return R;p=R.value.result.id}let g=I.getFieldByTitle(u.id,"Tags");if(!g)return s("Unable to locate tags field");if(T(g.id).some(A=>A.props?.value===p))return s("Already tagged with that tag");let E=ut(g.id,e.value);return d(E)?E:_({id:K(),action:"tag.issue",payload:{id:K(),target:u.id,tagId:p,rank:E.value},...e.value})},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.AssignUserToTicket,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=Q().commandMeta,r=(t||n).trim();if(!r)return s("Provide an assignee");let{selectedIndex:o,currentNode:i}=v(),a=T(i.id)[o];if(!a)return s("Invalid assign target");let c=je(a.id,"TICKET");if(d(c))return s("Unable to assign issue in this context");let u=c.value,m=Ys(r),p;if(m)p=m.id;else{let A=K(),R=_({id:K(),action:"create.contributor",payload:{id:A,name:r},userId:e.value.userId,userName:e.value.userName});if(d(R))return R;p=R.value.result.id}let g=I.getFieldByTitle(u.id,"Assignees");if(!g)return s("Unable to locate assignees field");if(T(g.id).some(A=>A.props?.value===p))return s("Assignee already assigned");let E=ut(g.id,e.value);return d(E)?E:_({id:K(),action:"assign.issue",payload:{id:K(),target:u.id,contributor:p,rank:E.value},...e.value})},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.UnassignUserFromTicket,mode:f.COMMAND_LINE,action:()=>{let e=V();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=Q().commandMeta,r=(t||n).trim();if(!r)return s("Provide an assignee to remove");let o=Ys(r);if(!o)return s(`Assignee "${r}" does not exist`);let{selectedNode:i}=v();if(!i)return s("Invalid unassign target");let a=je(i.id,"TICKET");if(d(a))return s("Unable to unassign in this context");let c=a.value,u=I.getFieldByTitle(c.id,"Assignees");if(!u)return s("Unable to locate assignees field");let m=T(u.id).find(p=>p.props?.value===o.id);return m?_({id:K(),action:"unassign.issue",payload:{id:m.id,target:c.id,contributor:o.id},...e.value}):s(`Issue is not assigned to "${r}"`)},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.Sync,mode:f.COMMAND_LINE,action:qs},{intent:M.Peek,mode:f.COMMAND_LINE,action:async()=>{let e=be(v().breadCrumb,"BOARD");if(d(e))return e;let t=$e(process.cwd());if(d(t))throw new Error(t.message);let n=lt(t.value);if(d(n))return s(n.message);let r=n.value,{modifier:o}=Q().commandMeta,i;if(o==="now"){let x=so();if(d(x))return x;let E=Dt(r);return E.some(d)?s(E.map(A=>A.message).join(", ")):(b({mode:f.DEFAULT,readOnly:!1,timeMode:"live",unappliedEvents:[]}),l("Peeking now",!0))}if(o==="prev"){let x=v().eventLog.at(-2),E=Br(x);if(E===null)return s("No previous event to peek");i=E}else if(o==="next"){let x=v().unappliedEvents.at(0),E=Br(x);if(E===null)return s("No next event to peek");i=E}else{let x=Tn(o);if(!x)return s("Invalid peek date");i=x.getTime()}let a=e.value.id,{appliedEvents:c,unappliedEvents:u}=qo(r,i),m=so();if(d(m))return m;let p=Dt(c);if(p.some(d))return s(p.map(x=>x.message).join(", "));let g=v().nodes[a];return g?(D.navigate({currentNode:g,selectedIndex:0}),b({mode:f.DEFAULT,readOnly:!0,timeMode:"peek",unappliedEvents:u}),l("Peeking ",!0)):s("Board did not exist at peek date")}},{intent:M.Export,mode:f.COMMAND_LINE,action:async()=>{let e=await Ns();return d(e)?e:(b({mode:f.DEFAULT}),l("Export successful",!0))}},{intent:M.Exit,mode:f.COMMAND_LINE,action:async()=>(D.exit(),l("Exit successful",!0))},{intent:M.Edit,mode:f.COMMAND_LINE,action:(e,t)=>{if(t.modifier===He.DESCRIPTION)return Os();if(t.modifier===He.TITLE){let n=V();if(d(n))return s("Unable to resolve user ID");let{currentNode:r,selectedIndex:o}=v(),i=T(r.id)[o];if(!i)return s("Missing node");if(i.readonly)return s("Cannot rename readonly node");let a=t.inputString.trim();return a?_({id:K(),action:"edit.title",payload:{id:i.id,name:a},...n.value}):s("Provide a new name")}return s("Unknown edit command")},onSuccess:()=>b({mode:f.DEFAULT})},{intent:M.Config,mode:f.COMMAND_LINE,action:(e,t)=>{let n=t.inputString.trim();switch(t.modifier){case X.USERNAME:{let{userId:r,preferredEditor:o,userName:i}=B(),a=n||i,c=r??K();if(!a||!c)return s("Unable to resolve user name or id");let u=st({userName:a,userId:c,preferredEditor:o??""});return d(u)?u:(pe({userName:a,userId:c}),b({mode:f.DEFAULT}),l(`Username set to "${a}"`,null))}case X.EDITOR:{if(!n)return s("No editor provided");let r=st({preferredEditor:n});return d(r)?r:(pe({preferredEditor:n}),b({mode:f.DEFAULT}),l(`Editor configuration set to "${n}"`,null))}case X.VIEW:return n!=="wide"&&n!=="dense"?s("Invalid view mode"):(pe({viewMode:n}),l(`View set to "${n}"`,null));case X.AUTOSYNC:return Gs();case X.SYNC_DEBOUNCE_MS:return Vs();default:return s("Unknown config command")}}}];var Cl=new Set(["peek","filter","view-help"]),Ce=async({isForceExecutedBySystem:e=!1}={})=>{let{commandMeta:{command:t,validity:n,modifier:r,inputString:o}}=Q();if(!t)return s("No command to confirm");if(!e&&n===nt.Invalid)return s("Invalid command");let i=ss(t);Zi();let{readOnly:a}=v();if(a&&!Cl.has(i))return Gt({status:Ue.Fail,message:"Command not available in readonly state",value:null});let c=Xs.filter(m=>e||m.systemOnly!==!0).find(m=>m.intent===i);if(!c)return Gt({status:Ue.Fail,message:"Command not found",value:null});let u;try{u=await c.action(c,{command:t,inputString:o,modifier:r})}catch(m){return Gt({status:Ue.Fail,message:m instanceof Error?m.message:"Command failed",value:null})}return d(u)?Gt(u):(es({addToHistory:!e}),c.onSuccess?.(),B().autoSync&&Di(),u)};var Kn=[{intent:h.Exit,mode:f.MOVE,description:"[<Esc>] exit context / cancel",action:()=>(b({mode:f.COMMAND_LINE}),$(()=>"move cancel"),Ce({isForceExecutedBySystem:!0}))},{intent:h.InitMove,mode:f.DEFAULT,description:"[m] move init/confirm",action:()=>(b({mode:f.COMMAND_LINE}),$(()=>"move start"),Ce({isForceExecutedBySystem:!0}))},{intent:h.ConfirmMove,mode:f.MOVE,action:()=>(b({mode:f.COMMAND_LINE}),$(()=>"move confirm"),Ce({isForceExecutedBySystem:!0}))}],Vn=[{intent:h.MovePreviousItem,mode:f.MOVE,action:()=>Ve()?(b({mode:f.COMMAND_LINE}),$(()=>"move previous"),Ce({isForceExecutedBySystem:!0})):s("No pending move")},{intent:h.MoveNextItem,mode:f.MOVE,action:()=>Ve()?(b({mode:f.COMMAND_LINE}),$(()=>"move next"),Ce({isForceExecutedBySystem:!0})):s("No pending move")}],Js=[{intent:h.MoveToNextContainer,mode:f.MOVE,action:()=>Ve()?(b({mode:f.COMMAND_LINE}),$(()=>"move to-next"),Ce({isForceExecutedBySystem:!0})):s("No pending move")},{intent:h.MoveToPreviousContainer,mode:f.MOVE,action:()=>Ve()?(b({mode:f.COMMAND_LINE}),$(()=>"move to-previous"),Ce({isForceExecutedBySystem:!0})):s("No pending move")}];var Qs={[P.WORKSPACE]:[...Kn,...Vn],[P.BOARD]:[...Kn,...Vn],[P.SWIMLANE]:[...Kn,...Vn,...Js],[P.TICKET]:[],[P.FIELD]:[],[P.FIELD_LIST]:[],[P.TEXT]:[]};var Zs=[{intent:h.AddItem,mode:f.DEFAULT,description:"[n] new...",action:()=>(b({mode:f.COMMAND_LINE}),$(()=>`${y.NEW} `),l("Adding new item",null))},{intent:h.Delete,mode:f.DEFAULT,description:"[d] delete",action:()=>(b({mode:f.COMMAND_LINE}),$(()=>`${y.DELETE} `),l("Deleting item",null))},{intent:h.InitCommandLine,mode:f.DEFAULT,description:"[:] focus command line",action:()=>(b({mode:f.COMMAND_LINE}),$(()=>""),l("Entering command line mode",null))},{intent:h.Confirm,mode:f.DEFAULT,description:"[<Enter>] confirm/enter",action:()=>{let{selectedNode:e,currentNode:t}=v();if(!L(e?.id??"")?.length){if(e?.title===Y.DESCRIPTION)return $(()=>y.EDIT+"description "),b({mode:f.COMMAND_LINE}),l("Propose command",!0);if(e?.title===Y.ASSIGNEES)return $(()=>y.ASSIGN+" "),b({mode:f.COMMAND_LINE}),l("Propose command",!0);if(e?.title===Y.TAGS)return $(()=>y.TAG+" "),b({mode:f.COMMAND_LINE}),l("Propose command",!0);if(t.title===Y.DESCRIPTION&&e?.context==="TEXT")return $(()=>y.EDIT+"description "),b({mode:f.COMMAND_LINE}),l("Propose command",!0)}return D.enterChildNode(),l("Entering context",null)}},{intent:h.Exit,mode:f.DEFAULT,description:"[q] exit context",action:()=>(D.enterParentNode(),l("Exiting context",null))},{intent:h.NavPreviousItem,mode:f.DEFAULT,description:"[arrows/hjkl] navigate",action:()=>(D.navigateToPreviousItem(),l("Navigating to previous item",null))},{intent:h.NavNextItem,mode:f.DEFAULT,action:()=>(D.navigateToNextItem(),l("Navigating to next item",null))},{intent:h.NavToPreviousContainer,mode:f.DEFAULT,action:()=>(D.navigateToPreviousContainer(),l("Navigating to previous container",null))},{intent:h.NavToNextContainer,mode:f.DEFAULT,action:()=>(D.navigateToNextContainer(),l("Navigating to next container",null))},{intent:h.Edit,mode:f.DEFAULT,action:()=>(b({mode:f.COMMAND_LINE}),$(()=>"edit"),Ce(),l("Fired command",!0))},{intent:h.SetViewDense,mode:f.DEFAULT,description:"[v] view change (wide/dense)",action:()=>(pe({viewMode:"dense"}),l("View set",null))},{intent:h.SetViewWide,mode:f.DEFAULT,action:()=>(pe({viewMode:"wide"}),l("View set",null))}];var Nl=500,El=e=>e.replace(/[\r\n]/g,"").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,""),ea=e=>{let t=El(e);t&&$(n=>(n+t).slice(0,Nl))};var ta=[{intent:h.ViewHelp,mode:f.DEFAULT,action:()=>(b({mode:f.HELP}),l("Viewing help",null))},{intent:h.Exit,mode:f.HELP,action:()=>(b({mode:f.DEFAULT}),l("Exiting help",null))},{intent:h.Confirm,mode:f.COMMAND_LINE,action:()=>(Ce(),l("Executing command",null))},{intent:h.MoveCursorLeft,mode:f.COMMAND_LINE,action:()=>(Gr(-1),l("Moving cursor left",null))},{intent:h.MoveCursorRight,mode:f.COMMAND_LINE,action:()=>(Gr(1),l("Moving cursor right",null))},{intent:h.MoveCursorLeftOfWord,mode:f.COMMAND_LINE,action:()=>(qr("left"),l("Moving cursor left of word",null))},{intent:h.MoveCursorRightOfWord,mode:f.COMMAND_LINE,action:()=>(qr("right"),l("Moving cursor right of word",null))},{intent:h.ExitCommandLine,mode:f.COMMAND_LINE,action:()=>(b({mode:f.DEFAULT}),l("Exiting command line",null))},{intent:h.AutoCompleteCommand,mode:f.COMMAND_LINE,action:()=>($((e,{remainder:t})=>t?e+t:e),l("Auto-completing command",null))},{intent:h.CaptureInput,mode:f.COMMAND_LINE,action:(e,{sequence:t})=>(ea(t??""),l("Capturing input",null))},{intent:h.EraseInput,mode:f.COMMAND_LINE,action:()=>(Ji(),l("Erasing input",null))},{intent:h.EraseInputWord,mode:f.COMMAND_LINE,action:()=>(Qi(),l("Erasing input word",null))},{intent:h.GetLastCommandFromHistory,mode:f.COMMAND_LINE,action:()=>(ts(),l("Getting last command from history",null))},{intent:h.GetNextCommandFromHistory,mode:f.COMMAND_LINE,action:()=>(ns(),l("Getting next command from history",null))}];import Il from"chalk";var Gn=": for command line",na="q to exit",ra=`${Il.hex(N.accent)("m")} to confirm`,ao={[P.WORKSPACE]:[Gn],[P.BOARD]:[Gn],[P.BOARD+f.COMMAND_LINE]:[Gn],[P.SWIMLANE]:[Gn],[P.TICKET+f.HELP]:[na],[P.SWIMLANE+f.HELP]:[na],[P.TICKET]:[],[P.FIELD]:[],[P.SWIMLANE+f.MOVE]:[ra],[P.TICKET+f.MOVE]:[ra]};var qn=e=>e.trim().toLocaleLowerCase(),Sl=(e,t)=>{let n=I.getFieldByTitle(e,t);if(!n)return"";let r=n.props?.value;return typeof r=="string"?r:""},bl=e=>{let{tags:t}=v(),n=I.getFieldByTitle(e,"Tags");return n?L(n.id).map(r=>{let o=r.props?.value;return typeof o=="string"?t[o]?.name:void 0}).filter(r=>!!r):[]},Rl=e=>{let{contributors:t}=v(),n=I.getFieldByTitle(e,"Assignees");return n?L(n.id).map(r=>{let o=r.props?.value;return typeof o=="string"?t[o]?.name:void 0}).filter(r=>!!r):[]},oa=(e,t)=>{let n=t.value;if(!n)return!0;switch(t.target){case"title":return qn(e.title??"").includes(n);case"description":return qn(Sl(e.id,Y.DESCRIPTION)).includes(n);case"tag":return bl(e.id).map(qn).some(c=>c.includes(n));case"assignee":return Rl(e.id).map(qn).some(c=>c.includes(n));default:return!0}};function ia(e,t,n){let r=t[e];if(!r)return s("buildBreadCrumb(): current node not found");let o=[],i=r;for(;i&&(o.push(i),!(i.id===n||!i.parentNodeId));)i=t[i.parentNodeId];let a=o[o.length-1];return!a||a.id!==n?s("buildBreadCrumb(): node is not connected to root"):(o.reverse(),l("Breadcrumb built",o))}var sa=e=>{let t={};for(let n of e)n.intent&&(t[n.mode]||(t[n.mode]={}),t[n.mode][n.intent]=n);return t};var zn,co,lo=new Set,aa=()=>{for(let e of lo)e()},wl=e=>(lo.add(e),()=>lo.delete(e));function da(e){let{currentNodeId:t,mode:n,rootNodeId:r,nodes:o,filters:i}=e;if(!t)return s("derive(): currentNodeId is missing");if(!r)return s("derive(): rootNode is missing");if(!o[r])return s("derive(): unable to find root node");let c=o[t];if(!c)return s("Unable to derive state, currentNode not found");let u=ia(t,o,r);if(d(u))return logger.error(u.message),u;let m=u.value,{context:p}=c,g=ao[p+n]??ao[p]??[],x=[...Zs,...Qs[p]??[],...ta],E=sa(x),A=Tl(o,i),R=A[t]?.[e.selectedIndex]??null;return l("Derived successfully",{...e,currentNode:c,breadCrumb:m,availableHints:g,availableActions:x,actionIndex:E,selectedNode:R,renderedChildrenIndex:A})}var v=()=>(zn||logger.error("State not initialized. Call initWorkspaceState() first.",new Error().stack),zn);function Ft(e){co=e;let t=Se(process.cwd()),n=!1;if(!d(t)){let i=We(t.value);if(d(i))return s(i.message);n=!0}let r={readOnly:!1,filters:[],tags:{},contributors:{},mode:f.DEFAULT,nodes:{[e.id]:e},rootNodeId:e.id,currentNodeId:e.id,renderedChildrenIndex:{},selectedIndex:-1,syncStatus:{status:"synced",msg:""},eventLog:[],unappliedEvents:[],timeMode:"live",hasProject:n},o=da(r);return d(o)?o:(zn=o.value,aa(),l("State initialized",null))}function xe(e){let t=v(),n=e(t),r=da(n);return d(r)?s(r.message??"Unable to update state"):(zn=r.value,aa(),l("State updated",null))}var b=e=>xe(t=>({...t,...e}));var G=()=>Al(wl,v,v),Tl=(e,t)=>{let n={};for(let r of Object.values(e))ye(r)&&t.length>0&&!t.every(o=>oa(r,o))||!r.parentNodeId||r.isDeleted||((!r.parentNodeId||!n[r.parentNodeId])&&(n[r.parentNodeId]=[]),n[r.parentNodeId].push(r));for(let r of Object.keys(n))n[r].sort((o,i)=>{let a=e[o.id],c=e[i.id];return!a||!c?0:a.rank.localeCompare(c.rank)});return n},T=e=>v()?.renderedChildrenIndex[e]??[],so=()=>co?Ft(co):s("Cannot reset state: no initial workspace found");import{Box as jl}from"ink";import po from"react";import Jt from"chalk";import{Box as uo,Text as ca}from"ink";import Xt,{useEffect as Ml,useMemo as Pl,useState as kl}from"react";var la=Jt.gray,Dl=Jt.inverse,Fl=Jt.inverse.gray,Ll={hint:"",hints:[],overlap:0,remainder:""},ma=({value:e,command:t})=>{if(!t)return null;let n=e.trimStart(),o=e.length-n.length;return e.slice(o,o+t.length)!==t?null:{start:o,end:o+t.length}},Ol=({command:e,modifier:t})=>{if(!t)return null;if(e==="tag"||e==="assign"){let n=de(t);return{bg:r=>Jt.bgHex(n).black(r),bgCursor:r=>Jt.bgHex(n).inverse.black(r)}}return Wr(t)},Bl=({value:e,command:t,modifier:n})=>{if(!t||!n)return null;let r=ma({value:e,command:t});if(!r)return null;let i=e.slice(r.end).match(/^\s*/)?.[0].length??0,a=r.end+i;return e.slice(a,a+n.length)!==n?null:{start:a,end:a+n.length}},ua=()=>({value:ce.value,cursorPosition:ce.cursorPosition,commandIsPending:ce.commandIsPending,autoCompletion:ce.commandMeta.autoCompletion??Ll,infoMessage:ce.commandMeta.infoMessage,validationStatus:ce.commandMeta.validity,command:ce.commandMeta.command,inputString:ce.commandMeta.inputString,modifier:ce.commandMeta.modifier}),Ul=(e,t)=>e.value===t.value&&e.cursorPosition===t.cursorPosition&&e.commandIsPending===t.commandIsPending&&e.infoMessage===t.infoMessage&&e.autoCompletion.hint===t.autoCompletion.hint&&e.autoCompletion.overlap===t.autoCompletion.overlap&&e.autoCompletion.remainder===t.autoCompletion.remainder&&e.validationStatus===t.validationStatus&&e.command===t.command&&e.modifier===t.modifier&&e.inputString===t.inputString,pa=({width:e})=>{let[t,n]=kl(ua());Ml(()=>{let g=()=>{let E=ua();n(A=>Ul(A,E)?A:E)},x=Xi(g);return g(),()=>{x()}},[]);let{value:r,cursorPosition:o,infoMessage:i,commandIsPending:a,autoCompletion:c,command:u,modifier:m}=t,p=Pl(()=>{let g=Math.max(0,Math.min(o,r.length)),x=ma({value:r,command:u}),E=Bl({value:r,command:u,modifier:m}),A=u?Wr(u):null,R=Ol({command:u,modifier:m}),S=(q,re)=>{let dt=x&&re>=x.start&&re<x.end,en=E&&re>=E.start&&re<E.end;return dt&&A?A.fg(q):en&&R?R.bg(q):q},w=(q,re)=>{let dt=x&&re>=x.start&&re<x.end,en=E&&re>=E.start&&re<E.end;return dt&&A?A.fgCursor(q):en&&R?R.bgCursor(q):Dl(q)},U=r.slice(0,g),le=r[g]??" ",ne=g<r.length?r.slice(g+1):"",Zt=Array.from(U).map((q,re)=>S(q,re)).join(""),bt=w(le,g),Rt=Array.from(ne).map((q,re)=>S(q,g+1+re)).join("");if(c.hint){let q=c.hint[c.overlap]??le;bt=Fl(q),Rt=la(c.remainder.slice(1)+ne)}return la(":")+Zt+bt+Rt},[r,o,c,u,m]);return Xt.createElement(uo,{flexDirection:"column",justifyContent:"flex-start"},Xt.createElement(uo,{flexDirection:"column",paddingX:1,borderColor:N.secondary,borderStyle:"round",width:e},Xt.createElement(uo,null,Xt.createElement(ca,null,p),i&&Xt.createElement(ca,{wrap:"truncate",color:a?N.red:N.secondary2},` ${i} `))))};import fa from"chalk";import{Box as $l,Text as mo}from"ink";import Yn from"react";var Wl=(e,t)=>e.length===t?e:e.length>t?e.slice(0,t):e.padEnd(t," "),_l=(e,t)=>{let n=[],r=0;for(let o of e){let a=(n.length>0?" | ":"").length+o.length;if(r+a>t-4)break;n.push(o),r+=a}return n},ga=({width:e,availableHints:t})=>{let n=Math.max(0,e-2),r=_l(t,e).join(" | "),o=fa.hex(N.secondary),i=fa.hex(N.secondary2),a=o(`\u256D${"\u2500".repeat(n)}\u256E`),c=o(`\u2570${"\u2500".repeat(n)}\u256F`),u=`${o("\u2502")}${i(Wl(` ${r} `,n))}${o("\u2502")}`;return Yn.createElement($l,{flexDirection:"column",width:e},Yn.createElement(mo,null,a),Yn.createElement(mo,null,u),Yn.createElement(mo,null,c))};var Xn=({width:e,mode:t,availableHints:n})=>{let r=[],o=0;for(let i of n){let c=(r.length>0?" | ":"").length+i.length;if(o+c>e+2)break;r.push(i),o+=c}return po.createElement(jl,null,t===f.COMMAND_LINE?po.createElement(pa,{width:e}):po.createElement(ga,{width:e,mode:t,availableHints:n}))};import{Box as It,Text as va}from"ink";import Ge from"react";var ya=({width:e})=>{let t=[...v().availableActions].map(n=>n.description).filter(n=>n!==void 0).map(n=>{let[r,o]=n.split("]"),i=r?.replace("[",""),a=o?.trim();return[i,a]}).filter(n=>n[0]!==void 0&&n[1]!==void 0).sort(([n],[r])=>n.length===1&&r.length!==1?-1:n.length!==1&&r.length===1?1:n.localeCompare(r,void 0,{sensitivity:"base"}));return t.unshift(["Key(s)","Action"]),Ge.createElement(It,{flexDirection:"column",marginTop:3,borderColor:N.secondary,borderStyle:"round",width:e,minHeight:19},Ge.createElement(It,{flexDirection:"column",width:e},v().mode===f.HELP?t.map(([n,r],o)=>Ge.createElement(It,{paddingLeft:1,key:o,flexDirection:"row"},Ge.createElement(It,{key:o,flexDirection:"row",paddingBottom:o?0:1},Ge.createElement(It,{width:20,justifyContent:"flex-end"},Ge.createElement(va,{color:o?N.accent:N.secondary},n)),Ge.createElement(It,{flexGrow:1,width:40,paddingLeft:2},Ge.createElement(va,{color:o?N.primary:N.secondary},r))))):null))};import Hl from"chalk";import{Box as Jn,Text as qe}from"ink";import Ne from"react";var xa=({width:e,height:t})=>Ne.createElement(Jn,{height:t-4,flexDirection:"column",width:e,paddingTop:1,paddingLeft:2,borderStyle:"round",borderColor:N.secondary,rowGap:1},Ne.createElement(qe,{color:N.accent,bold:!0},"Initialize project"),Ne.createElement(qe,null,`This folder is not an ${Hl.hex(N.accent)("epiq")} project yet.`),Ne.createElement(qe,{color:N.primary},"To start tracking issues here, we need to initialize a new"," ",Ne.createElement(qe,{color:N.primary,backgroundColor:N.secondary}," .epiq/project.json ")," ","file in this repository."),Ne.createElement(Jn,{marginTop:1,flexDirection:"column"},Ne.createElement(Jn,null,Ne.createElement(qe,{color:N.accent}," "),Ne.createElement(qe,{color:N.primary},"Type "),Ne.createElement(qe,{backgroundColor:N.secondary}," :init "))),Ne.createElement(Jn,{marginTop:1},Ne.createElement(qe,{color:N.secondary2},"(This will create the local epiq project files)")));import{Box as Qn,Text as Ae}from"ink";import Z from"react";var Kl=({isDone:e,command:t,value:n})=>Z.createElement(Qn,null,Z.createElement(Ae,{color:N.accent,dimColor:e},e?" \u2714 ":" "),Z.createElement(Ae,{dimColor:e},"Type "),Z.createElement(Ae,{backgroundColor:N.secondary,dimColor:e}," "+t+" "),n!==void 0&&Z.createElement(Z.Fragment,null,Z.createElement(Ae,{dimColor:e}," "),Z.createElement(Ae,{color:N.secondary,dimColor:e},"<"+n+">"))),Vl=e=>{if(typeof e=="string")return e;if(typeof e=="boolean")return e?"yes":"no"};function fo({width:e,height:t}){let{isSetPreferredEditor:n,isSetUserName:r,userName:o,preferredEditor:i,autoSync:a,isSetAutoSync:c}=_e(),u=[{key:"username",done:r,command:":config username",value:o,message:"First, choose your username."},{key:"editor",done:n,command:":config editor",value:i,message:"Nice. Now pick your editor."},{key:"autosync",done:c,command:":config autosync",value:a,message:"Almost there. Configure auto sync."}],m=u.findIndex(g=>!g.done),p=m===-1?void 0:u[m];return Z.createElement(Qn,{height:t-4,flexDirection:"column",width:e,paddingTop:1,paddingLeft:2,borderStyle:"round",borderColor:N.secondary,rowGap:1},Z.createElement(Ae,{color:N.accent,bold:!0},"Welcome! \u{1F539}"),Z.createElement(Ae,null,"Lets get you started - its a breeze."),Z.createElement(Ae,{color:N.secondary2},"And remember, you can always get help with"," ",Z.createElement(Ae,{color:N.accent},":help"),"."),p&&Z.createElement(Ae,{color:N.secondary2},p.message),Z.createElement(Qn,{flexDirection:"column"},u.map((g,x)=>m===-1||x<=m?Z.createElement(Qn,{key:g.key,marginBottom:1},Z.createElement(Kl,{isDone:g.done,command:g.command,value:g.done?Vl(g.value):void 0})):null)))}import Ra from"chalk";import{Box as er,Text as ze}from"ink";import ee from"react";import{Box as go,Text as Gl}from"ink";import St from"react";var ql=(e,t)=>e.length<=t?e:t<=1?"\u2026":e.slice(0,t-1)+"\u2026",ha=({width:e})=>{let{viewMode:t}=B(),{breadCrumb:n,currentNode:r,selectedIndex:o}=v(),i=L(r.id)[o],a=je(i?.id??r.id,"TICKET"),c=Ee(a)?a.value:void 0,u=c?.id?L(c.id):[],m=R=>{let S=u.find(w=>w.title===R);return S?L(S.id).map(w=>typeof w.props?.value=="string"?w.props.value:"").filter(w=>!!w):[]},p=m("Tags"),g=m("Assignees"),x=c?.parentNodeId?!yr(r.id,c?.parentNodeId)&&t==="dense":!1,E=n.map((R,S)=>{let w=S===n.length-1,U=L(R.id),le=w?U?.[o]?.title:void 0;return`${S?" / ":""}${R.title??""}${le?` \u25B8 ${le}`:""}`}).join(""),A=ql(E,e);return St.createElement(go,null,St.createElement(Gl,{color:N.secondary2},A),x?p.map(R=>St.createElement(go,{key:R,paddingLeft:2},St.createElement(Nt,{id:R}))):null,x?g.map(R=>St.createElement(go,{key:R,paddingLeft:2},St.createElement(Ct,{id:R}))):null)};import{Box as zl,Text as Ca}from"ink";import Zn from"react";var Yl=({filters:e})=>Zn.createElement(zl,{columnGap:1},Zn.createElement(Ca,{color:"red"},"APPLIED FILTERS:"),e.map(({value:t,target:n,operator:r})=>Zn.createElement(Ca,{backgroundColor:"black",color:"white"},` ${n}${r}"${t}" `))),Na=Zn.memo(Yl);var Ea="0.5.3";import Ia from"chalk";import{Text as Xl}from"ink";import Jl,{useEffect as Ql,useState as Zl}from"react";var eu=["#4c567a","#9d7cd8","#7aa2f7","#7dcfff","#9d7cd8"],Sa=e=>{let t=e.replace("#","");return{r:parseInt(t.slice(0,2),16),g:parseInt(t.slice(2,4),16),b:parseInt(t.slice(4,6),16)}},tu=({r:e,g:t,b:n})=>{let r=o=>Math.round(Math.max(0,Math.min(255,o))).toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`},nu=(e,t,n)=>{let r=Sa(e),o=Sa(t);return tu({r:r.r+(o.r-r.r)*n,g:r.g+(o.g-r.g)*n,b:r.b+(o.b-r.b)*n})},ru=(e,t)=>{if(e.length===1)return e[0];let n=t*(e.length-1),r=Math.floor(n),o=n-r,i=e[r],a=e[Math.min(r+1,e.length-1)];return nu(i,a,o)};function ba({syncStatus:e}){let[t,n]=Zl(0);Ql(()=>{if(e.status!=="syncing"){n(0);return}let a=setInterval(()=>{n(c=>c+1)},50);return()=>clearInterval(a)},[e.status]);let r={synced:"synced ",outOfSync:"unsynced",syncing:"syncing "},i={synced:N.secondary2,outOfSync:N.yellow,syncing:ru(eu,(Math.sin(t*.12)+1)/2)??""}[e.status];return Jl.createElement(Xl,null,Ia.hex(i)("\u25CF")+Ia.dim(` ${r[e.status].padEnd(2)} `))}function tr({filters:e,hideBreadCrumb:t=!1}){let{timeMode:n,eventLog:r,unappliedEvents:o,syncStatus:i}=G(),{userName:a,preferredEditor:c}=B(),u=56,m=process.stdout.columns-u-8,p=r.at(-1)?.id,g=Pn(p??""),x=Ee(g)?_i(g.value):"INVALID DATE";return ee.createElement(er,{justifyContent:"space-between",flexDirection:"row","max-width":process.stdout.columns-40,overflow:"hidden"},t?ee.createElement(ze,null," "):ee.createElement(er,{paddingLeft:1},e.length>0?ee.createElement(Na,{filters:e}):ee.createElement(ha,{width:m})),n==="live"?ee.createElement(er,{columnGap:1,paddingRight:2,"max-width":u,overflow:"hidden",justifyContent:"flex-end"},ee.createElement(ba,{syncStatus:i}),ee.createElement(ze,{dimColor:!0,color:N.secondary2},Ea+" "),ee.createElement(Aa,{icon:"@",value:a}),ee.createElement(Aa,{icon:"\u276F",value:c})):"",n==="peek"?ee.createElement(er,{paddingLeft:1},ee.createElement(ze,{backgroundColor:N.yellow}," Readonly "),ee.createElement(ze,{color:N.yellow}," "+o.length+" edits ago at "),ee.createElement(ze,{backgroundColor:N.yellow,color:N.accent}," "+x+" "),ee.createElement(ze,{color:N.yellow},". Resume with "),ee.createElement(ze,{backgroundColor:N.yellow}," :peek now ")):"")}function Aa({icon:e,value:t}){return ee.createElement(ze,null,Ra.dim(e)+Ra.hex(N.accent)(` ${t??"-"} `))}import{Box as ou,Text as iu}from"ink";import Qt from"react";import{Box as nr,Text as vo}from"ink";import Ye from"react";function yo(){let e=G(),t=e.nodes[e.rootNodeId],o=process.stdout.rows-1-3,i=process.stdout.columns||120,a=t?.id?T(t?.id):[];return Ye.createElement(nr,{flexDirection:"column",height:o,padding:1,borderStyle:"round",borderColor:N.secondary,width:i},Ye.createElement(nr,{padding:1,paddingTop:0,paddingBottom:0},Ye.createElement(vo,null,"Select a board:")),Ye.createElement(nr,{padding:1,flexDirection:"column"},a.map((c,u)=>{let m=e.currentNode.context==="WORKSPACE"&&e.selectedIndex===u,g=T(c.id).flatMap(({id:x})=>L(x)).length;return Ye.createElement(nr,{key:c.id??u},Ye.createElement(vo,{color:m?N.accent:N.secondary2},Ye.createElement(me,{isSelected:m})),Ye.createElement(vo,{color:m?N.accent:N.secondary2},c.title," (",g," issues)",c.readonly?" \u{1F512}":""))})))}var su=({currentNode:e,selectedIndex:t,breadCrumb:n,mode:r,viewMode:o,height:i,width:a})=>{let{renderedChildrenIndex:c}=G(),u=n.find(({context:x})=>x==="BOARD"),g=i-1-3;return Qt.createElement(ou,{flexDirection:"row"},e.context==="WORKSPACE"?Qt.createElement(yo,null):u?Qt.createElement(Wn,{height:g,width:a,swimlanes:(c[u.id]??[]).filter(x=>x!==void 0&&ct(x)),currentNode:e,selectedIndex:t,breadCrumb:n,viewMode:o,mode:r}):Qt.createElement(iu,null))},wa=Qt.memo(su);function xo({width:e,height:t}){let n=G(),r=n.filters;if(n.mode===f.HELP)return te.createElement(at,{flexDirection:"column"},te.createElement(ya,{width:e}));let{isSetupDone:o}=_e(),i=!o,a=o&&!n.hasProject;if(i)return te.createElement(at,{flexDirection:"column"},te.createElement(at,{flexDirection:"column"},te.createElement(tr,{hideBreadCrumb:!0,filters:r}),te.createElement(fo,{height:t,width:e})),te.createElement(Xn,{width:e,mode:n.mode,availableHints:n.availableHints}));if(a)return te.createElement(at,{flexDirection:"column"},te.createElement(at,{flexDirection:"column"},te.createElement(tr,{hideBreadCrumb:!0,filters:r}),te.createElement(xa,{height:t,width:e})),te.createElement(Xn,{width:e,mode:n.mode,availableHints:n.availableHints}));let c=be(v().breadCrumb??[],"BOARD");if(Ee(c)){let u=c.value.id,m=T(u).length,p=3,g=Math.floor(e/p),x=Math.floor(e/Math.max(m,1));e=Math.min(x,g)*Math.max(m,p)}return te.createElement(at,{flexDirection:"column"},te.createElement(at,{flexDirection:"column"},te.createElement(tr,{filters:r}),te.createElement(wa,{width:e,height:t,currentNode:n.currentNode,selectedIndex:n.selectedIndex,breadCrumb:n.breadCrumb,viewMode:B().viewMode??"dense",mode:n.mode})),te.createElement(Xn,{width:e,mode:n.mode,availableHints:n.availableHints}))}import au from"readline";var rr,or,we,du=new Set([h.MoveCursorLeft,h.EraseInputWord,h.MoveCursorLeftOfWord,h.MoveCursorRight,h.MoveCursorRightOfWord,h.NavToPreviousContainer,h.NavToNextContainer,h.NavPreviousItem,h.NavNextItem,h.SetViewDense,h.SetViewWide,h.Confirm,h.Exit,h.InitCommandLine,h.ExitCommandLine,h.CaptureInput,h.EraseInput,h.EraseInputWord,h.HideHelp,h.ViewHelp,h.SetViewDense,h.SetViewWide,h.GetLastCommandFromHistory,h.GetNextCommandFromHistory,h.AutoCompleteCommand]),Ta=async e=>{if(e.ctrl&&e.name==="c")return D.exit();let{actionIndex:t,mode:n,readOnly:r}=v(),o=is(e,n);if(!o||r&&!du.has(o))return;let i=t[n]?.[o];if(i?.action)try{await i.action(i,e)}catch(a){logger.error(a)}},cu=()=>async function(t,n){n.name!=="escape"&&(we&&(clearTimeout(we),we=void 0),await Ta(n))},lu=()=>async function(t){if(t.length===1&&t[0]===27){we&&clearTimeout(we),we=setTimeout(()=>{Ta({name:"escape",ctrl:!1,meta:!1,shift:!1,sequence:"\x1B"}),we=void 0},25);return}we&&(clearTimeout(we),we=void 0)};function Ma(){rr&&process.stdin.removeListener("keypress",rr),or&&process.stdin.removeListener("data",or),rr=cu(),or=lu(),au.emitKeypressEvents(process.stdin),process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.on("data",or),process.stdin.on("keypress",rr)}mu(`${ho.bold("Epiq CLI")}
35
+ ${l}
36
+ `,po.writeFileSync(t,n,"utf8"),le.info(`Added ${i.join(", ")} to .gitignore (epiq local state)`),c("Local epiq paths ignored",!0)};import Wt from"node:fs";import dn from"node:path";var Hs=async e=>{if((await be({args:["rev-parse","--verify","HEAD"],cwd:e})).exitCode===0)return c("Initial commit already exists",!1);le.info("Creating initial commit");let n=await V.commit({cwd:e,message:"Initial commit",allowEmpty:!0});return d(n)?s(n.message):c("Created initial commit",!0)},js=e=>e.trim().replace(/\s+/g,"-").replace(/[^A-Za-z0-9._/-]/g,"-").replace(/-+/g,"-").replace(/^[-/.]+|[-/.]+$/g,"")||"unknown",Dl=async e=>{let t=await Rn(e);if(d(t))return s(t.message);let n=await ii(e);return d(n)?s(n.message):c("Built sync commit message",`[epiq:sync:${js(t.value)}:${js(n.value)}]`)},fo=async({repoRoot:e,stateBranchName:t})=>{le.info(`Creating ${t}`);let n=await L({args:["commit-tree",mi,"-m","[epiq:init-state-branch]"],cwd:e});if(d(n))return s(`Failed to create state branch commit
37
+ ${n.message}`);let r=n.value.stdout.trim(),o=await L({args:["update-ref",`refs/heads/${t}`,r],cwd:e});return d(o)?s(`Failed to create ${t}
38
+ ${o.message}`):c("Created state branch",!0)},Fl=async({repoRoot:e,stateBranchName:t})=>{let n=await kr({repoRoot:e});if(d(n))return s(`Ensure local state branch failed
39
+ `+n.message);let r=n.value,o=r?await Yt({repoRoot:e,branch:t}):c("No remote, no remote state branch",!1);if(d(o))return s(`Ensure local state branch failed
40
+ `+o.message);let i=o.value;if(r&&i){let l=await V.fetch({cwd:e,remote:fe,branch:t});if(d(l))return s(`Failed to fetch ${t} from remote
41
+ ${l.message}`)}let a=await In({repoRoot:e,branch:t});if(d(a))return s(`Ensure local state branch failed
42
+ `+a.message);if(a.value)return c("Local state branch already exists",!1);if(i){let l=await L({args:["branch","--track",t,`${fe}/${t}`],cwd:e});return d(l)?s(`Failed to create local ${t} from remote
43
+ ${l.message}`):c("Created local state branch from remote",!0)}return fo({repoRoot:e,stateBranchName:t})},Ol=async({repoRoot:e,branch:t})=>{let n=await L({args:["worktree","list","--porcelain"],cwd:e});if(d(n))return s(n.message);let r=n.value.stdout.split(`
44
+ `),o=null;for(let i of r){if(i.startsWith("worktree ")){o=i.slice(9);continue}if(i===`branch refs/heads/${t}`&&o)return c("Found worktree for branch",o)}return c("No worktree found for branch",null)},Bl=async({repoRoot:e,stateBranchRoot:t,stateBranchName:n})=>{let r=Xt(dn.dirname(t));if(d(r))return s(`Failed to create state branch worktree
45
+ `+r.message);Wt.existsSync(t)&&!Wt.existsSync(dn.join(t,".git"))&&(le.info("Removing broken state branch worktree path"),fi(t)),le.info("Creating state branch worktree");let o=await V.worktreeAdd({cwd:e,worktreeRoot:t,branch:n});return d(o)?s(`Failed to create state branch worktree
46
+ ${o.message}`):c("Created state branch worktree",!0)},go=async({repoRoot:e,stateBranchRoot:t,stateBranchName:n})=>{let r=await Ol({repoRoot:e,branch:n});if(d(r))return s(r.message);let o=dn.resolve(t),i=r.value?dn.resolve(r.value):null;if(i&&i===o&&Wt.existsSync(i))return c("State branch already checked out in expected worktree",!1);if(i&&i!==o){le.info("Moving state branch worktree to expected location");let u=await V.worktreeRemove({cwd:e,worktreeRoot:i});if(d(u))return s(`Failed to remove existing state branch worktree
47
+ ${u.message}`)}if(i&&!Wt.existsSync(i)){le.info("Pruning stale state branch worktree");let u=await V.worktreePrune({cwd:e});if(d(u))return s(`Failed to prune stale worktrees
48
+ ${u.message}`)}let a=await oi({repoRoot:e,worktreeRoot:t});if(d(a))return s(a.message);let l=Wt.existsSync(t);if(a.value&&l)return c("State branch worktree already exists",!1);if(a.value&&!l){le.info("Pruning missing registered state branch worktree");let u=await V.worktreePrune({cwd:e});if(d(u))return s(`Failed to prune stale worktrees
49
+ ${u.message}`)}return Bl({repoRoot:e,stateBranchRoot:t,stateBranchName:n})},Ul=async({stateBranchRoot:e,stateBranchName:t})=>{let n=await Rn(e);if(d(n))return s(n.message);if(n.value===t)return c("State branch already checked out",!1);(await be({cwd:e,args:["rebase","--abort"]})).exitCode===0&&le.info("Aborted stale state branch rebase");let o=await V.checkout({cwd:e,branch:t});return d(o)?s(`Failed to checkout ${t}
50
+ ${o.message}`):c("Checked out state branch",!0)},$l=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Lr(t);if(d(n))return s(n.message);if(n.value)return c("State branch upstream already configured",!1);let r=await kr({repoRoot:t});if(d(r))return s(r.message);if(!r.value)return c("No remote available for state branch upstream",!1);let o=lt(e);if(d(o))return o;let i=o.value,a=await Yt({repoRoot:t,branch:i});if(d(a))return s(a.message);if(!a.value)return c("Remote state branch missing; upstream will be configured on first push",!1);le.info(`Configuring ${i} upstream`);let l=await V.fetch({cwd:t,remote:fe,branch:i});if(d(l))return s(`Failed to fetch ${i}
51
+ ${l.message}`);let u=await V.setUpstream({cwd:t,branch:i,upstream:`${fe}/${i}`});return d(u)?s(`Failed to set state branch upstream
52
+ ${u.message}`):c("Configured state branch upstream",!0)},er=async({stateBranchRoot:e,eventFileName:t})=>{let n=ut(t),r=dn.join(e,n);if(!Wt.existsSync(r))return c("No event file to stage",void 0);let o=await V.stage({cwd:e,pathspec:[n]});return d(o)?s(`Failed to stage state branch event file
53
+ ${o.message}`):c("Staged state branch event file",void 0)},Vs=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Dl(e);return d(n)?s(`Create state branch sync commit failed
54
+ `+n.message):At({cwd:t,message:n.value})},cn=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Lr(t);if(d(n))return s(n.message);let r=lt(e);if(d(r))return r;let o=r.value,i=n.value?await V.push({cwd:t}):await V.push({cwd:t,remote:fe,branch:o,setUpstream:!0});return d(i)?s(`Failed during state branch push
55
+ ${i.message}`):c("Pushed state branch",!0)},Ks=async({repoRoot:e,stateBranchRoot:t,ensureUpstream:n})=>{let r=!1,o=lt(e);if(d(o))return o;let i=o.value,a=[Tn(),await Fl({repoRoot:e,stateBranchName:i}),await go({repoRoot:e,stateBranchRoot:t,stateBranchName:i}),await Ul({stateBranchRoot:t,stateBranchName:i}),await vi(t),n?await $l({stateBranchRoot:t,repoRoot:e}):c("Skipped state branch upstream bootstrap",!1)];for(let l of a){if(d(l))return s(l.message);r=r||!!l.value}return c(n?"Bootstrapped state storage":"Bootstrapped state storage readonly",r)};import{monotonicFactory as Wl,ulid as Ve}from"ulid";var ln=Wl();function _l(){let e=Qe();if(d(e))return s("Unable to boot. State not initialized");let t=e.value,n=Object.values(t.nodes).find(i=>i.context==="WORKSPACE");if(!n)throw new Error("No workspace found in event log");let[r]=O(n.id),[o]=r?O(r.id):[];if(o){let i=t.renderedChildrenIndex?.[o.id]??[];return c("Resolved boot nav target",{currentNode:o,selectedIndex:i.length>0?0:-1})}else return r?c("Resolved boot nav target",{currentNode:r,selectedIndex:0}):n?c("Resolved boot nav target",{currentNode:n,selectedIndex:0}):c("Resolved boot nav target",{currentNode:t.nodes[t.rootNodeId],selectedIndex:0})}function jl(){let e=_l();return d(e)?e:B.navigate(e.value)}function zs({userId:e,userName:t}){let n=ln(),r=ln(),o=ln(),i=ln(),a=ln(),l=pe(void 0,void 0);if(d(l))return l;let u=pe(void 0,void 0);if(d(u))return u;let m=pe(u.value,void 0);if(d(m))return m;let p=pe(void 0,void 0);if(d(p))return p;let v=pe(p.value,void 0);if(d(v))return v;let C=pe(v.value,void 0);if(d(C))return C;let E=pe(void 0,void 0);return d(E)?E:c("Created default events",[{id:Ve(),userId:e,userName:t,action:"init.workspace",payload:{id:n,name:"Workspace",rank:l.value}},{id:Ve(),userId:e,userName:t,action:"add.board",payload:{id:r,name:"Default",parent:n,rank:u.value}},{id:Ve(),userId:e,userName:t,action:"add.swimlane",payload:{id:o,name:"Todo",parent:r,rank:p.value}},{id:Ve(),userId:e,userName:t,action:"add.swimlane",payload:{id:i,name:"In progress",parent:r,rank:v.value}},{id:Ve(),userId:e,userName:t,action:"add.swimlane",payload:{id:a,name:"Done",parent:r,rank:C.value}},{id:Ve(),userId:e,userName:t,action:"add.board",payload:{id:Zn,name:"Closed",parent:n,rank:m.value}},{id:Ve(),userId:e,userName:t,action:"add.swimlane",payload:{id:He,name:"Closed",parent:Zn,rank:E.value}},{id:Ve(),userId:e,userName:t,action:"lock.node",payload:{id:Zn}},{id:Ve(),userId:e,userName:t,action:"lock.node",payload:{id:He}}])}function tr(e){if(!e.length){let r=ne.workspace("temporary-uninitialized-workspace","Workspace","a0"),o=un(r);return d(o)?o:(N({hasProjectDefinition:!1,mode:f.DEFAULT}),c("Booted uninitialized workspace placeholder",null))}if(!e.some(r=>r.action==="init.workspace"))return s("Initialized Epiq project has no workspace init event");let n=yt(e).filter(d);return n.length>0?s(`Materializing failed:
56
+ ${n.map(r=>r.message).join(`
57
+ `)}`):(jl(),N({hasProjectDefinition:!0}),c("State booted successfully",null))}var Vl=async e=>{let t=await L({cwd:e,args:["status","--porcelain"]});return d(t)?t:c("Checked git diff",t.value.stdout.trim().length>0)},j=(e,t)=>s(`[${e}] ${t}`),qs=async()=>{let e=Yo(),t=await wt(process.cwd());if(d(t))return j(1,t.message);let n=t.value,r=await Sn(n);if(d(r))return j(2,r.message);if(r.value)return j(2,"Cannot initialize Epiq while a git operation is in progress");let o=await Vl(n);if(d(o))return j(2.5,o.message);if(o.value)return j(3,"Cannot initialize Epiq with uncommitted changes. Commit or stash your changes first.");if(Or(n))return j(4,"Epiq project already initialized");let i=Ze();if(!i.isSetupDone||!i.userName)return j(5,"Missing Epiq user configuration (userId / userName). Run setup first.");let a=$(),l=a.userName,u=a.userId;if(!u||!l)return j(5,"Missing Epiq user id");let m=e.stateBranch,p=await In({repoRoot:n,branch:m});if(d(p))return j(6,p.message);if(p.value)return j(6,`State branch already exists: ${m}`);let v=await fo({repoRoot:n,stateBranchName:m});if(d(v))return j(6,v.message);let C=Tn();if(d(C))return j(7,C.message);let E=Gs.join(An(),e.projectId),I=await go({repoRoot:n,stateBranchRoot:E,stateBranchName:m});if(d(I))return j(8,I.message);let P=Gs.join(E,".epiq");Hl.mkdirSync(P,{recursive:!0});let R=zs({userId:u,userName:l});if(d(R))return j(9,R.message);for(let Rr of R.value){let Vo=Qn({event:Rr,rootDir:E});if(d(Vo))return j(9,Vo.message)}let w=await er({stateBranchRoot:E,eventFileName:an({userId:u,userName:l})});if(d(w))return j(10,w.message);let D=await At({cwd:E,message:"[epiq:init]"});if(d(D))return j(10,D.message);let ee=await _s(n);if(d(ee))return j(11,ee.message);let oe=Jo({repoRoot:n,fileContents:e});if(d(oe))return j(12,oe.message);let Fe=await V.stage({cwd:n,pathspec:[".epiq/project.json",".gitignore"]});if(d(Fe))return j(13,Fe.message);let dt=await V.commit({cwd:n,message:"[epiq:init-project]"});if(d(dt))return j(13,dt.message);let Ee="Project initialized!",Vt=await L({cwd:n,args:["push","-u","origin","HEAD"]});d(Vt)&&(Ee+=` Warn: [init:14] ${Vt.message}`);let ie=await cn({repoRoot:n,stateBranchRoot:E});d(ie)&&(Ee+=` Warn: [init:15] ${ie.message}`);let Nt=yt(R.value).filter(d);if(Nt.length>0)return j(16,Nt.map(Rr=>Rr.message).join(`
58
+ `));let ct=Qe();if(d(ct))return j(16,ct.message);let{rootNodeId:gd,nodes:vd}=ct.value,Ho=vd[gd];return Ho?(B.navigate({currentNode:Ho,selectedIndex:0}),N({hasProjectDefinition:!0,mode:f.DEFAULT}),c(Ee,null)):j(16,"Unable to resolve initialized root node")};import{ulid as zl}from"ulid";import{ulid as Kl}from"ulid";var Ys=null,rt=()=>structuredClone(Ys),mn=e=>{Ys=e},Xs=()=>{let{currentNode:e,selectedIndex:t}=h(),r=U(e.id)[t];return r?c("Resolved selected child",r):s("Target node not found")},vo=({id:e,parentId:t,position:n={at:"end"}})=>{let r=U(t).filter(o=>o.id!==e);return nr(r,n)},Js=({id:e,parentId:t,position:n={at:"end"}})=>{let r=z();if(d(r))return s("Unable to resolve user ID");let o=vo({parentId:t,id:e,position:n});return d(o)?o:c("Created pending move state",{id:Kl(),...r.value,action:"move.node",payload:{id:e,parent:t,rank:o.value.rank}})},Qs=e=>{mn(e);let t=pn(e,!0);return d(t)?t:c("Node moved successfully",t.value)};function yo(e){let t=Xs();if(d(t))return t;let{currentNode:n,nodes:r}=h();if(!n.parentNodeId)return s("Missing parent node id");let o=r[n.parentNodeId];if(!o)return s("Missing parent node");let i=U(o.id),a=i.findIndex(({id:m})=>m===n.id);if(a<0)return s("Current node not found among siblings");let l=i[a+e];if(!l)return s("Missing sibling node");let u=Js({id:t.value.id,parentId:l.id,position:{at:"end"}});return d(u)?u:Qs(u.value)}function ho(e){let t=Xs();if(d(t))return t;let{currentNode:n,selectedIndex:r}=h(),i=U(n.id)[r+e];if(!i)return s("Missing sibling node");let a=Js({id:t.value.id,parentId:n.id,position:{at:e===1?"after":"before",sibling:i.id}});return d(a)?a:Qs(a.value)}var Zs=()=>{let e=rt();if(!e)return s("No pending move state");let t=e.payload.id,n=e.payload.parent,r=h().nodes[n];if(!r)return s("Move parent not found");let o=U(n).findIndex(i=>i.id===t);return o===-1?s("Moved node not found among rendered children"):(B.navigate({currentNode:r,selectedIndex:o}),c("Synchronized navigation to moved node",null))},rr=(e,t="Moved preview")=>{if(d(e))return e;let n=Zs();return d(n)?n:(N({mode:f.MOVE}),c(t,null))},ea=async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{modifier:t}=K().commandMeta,{currentNode:n,selectedIndex:r}=h(),o=U(n.id)[r];if(!o)return N({mode:f.DEFAULT}),s("No move target");if(t==="start"){if(o.readonly)return s("Target node is read-only");if(r===-1)return s("No item selected");if(!o.parentNodeId)return s("Target has no parent");let i=U(o.parentNodeId),a=i.findIndex(({id:v})=>v===o.id);if(a===-1)return s("Target not found among siblings");let l=i[a-1],u=i[a+1],m=u!=null?{at:"before",sibling:u.id}:l!=null?{at:"after",sibling:l.id}:{at:"start"},p=vo({parentId:o.parentNodeId,id:o.id,position:m});return d(p)?p:(mn({id:zl(),action:"move.node",payload:{id:o.id,parent:o.parentNodeId,rank:p.value.rank},...e.value}),N({mode:f.MOVE}),c("Move initialized",null))}if(t==="next")return rr(ho(1));if(t==="previous")return rr(ho(-1));if(t==="to-next")return rr(yo(1));if(t==="to-previous")return rr(yo(-1));if(t==="confirm"){let i=rt();if(!i)return s("No pending move to confirm");let a=await Te();if(d(a))return a;let l=Me(i,a.value);if(d(l))return l;let u=Zs();return d(u)?u:(mn(null),N({mode:f.DEFAULT}),c("Moved item",null))}return t==="cancel"?(mn(null),N({mode:f.DEFAULT}),c("Cancelling move",null)):s("Invalid move modifier")};import{ulid as or}from"ulid";import{monotonicFactory as Gl,ulid as ql}from"ulid";var Yl=Gl(),ta=({name:e,parent:t,rank:n,user:{userId:r,userName:o}})=>{let i=Yl();return c("Created issue events",[{id:ql(),userId:r,userName:o,action:"add.issue",payload:{id:i,parent:t,name:e,rank:n}}])};var na=async(e,t)=>{let n=z();if(d(n))return s("Unable to resolve user ID");let r=await Te();if(d(r))return r;let o=r.value;if(!t.inputString)return s(`provide a name for your ${t.modifier}`);let{breadCrumb:i,currentNode:a,selectedIndex:l}=h(),u=m=>{let p=Me(m,o);if(d(p))return p;let v=S.getNode(p.value.result.id);if(!v)return s("Created node not found");if(!v.parentNodeId)return p;let C=S.getNode(v.parentNodeId);return C?(B.navigate({currentNode:C,selectedIndex:S.getSiblings(v.parentNodeId).findIndex(({id:E})=>E===v.id)}),p):s("Parent node not found")};if(t.modifier==="board"){let{rootNodeId:m}=h(),p=S.getNode(m);if(!p)return s("Workspace not found");let v=ir(p.id,n.value,o);return d(v)?v:u({id:or(),action:"add.board",payload:{id:or(),name:t.inputString,parent:p.id,rank:v.value},...n.value})}if(t.modifier==="swimlane"){let m=Se(i,"BOARD");if(d(m))return s("Unable to add swimlane in this context");let p=ir(m.value.id,n.value,o);return d(p)?p:u({id:or(),action:"add.swimlane",payload:{id:or(),name:t.inputString,parent:m.value.id,rank:p.value},...n.value})}if(t.modifier==="issue"){let m=O(a.id)[l],p=a.context==="SWIMLANE"?a:a.context==="BOARD"&&m?.context==="SWIMLANE"?m:(()=>{let D=Se(i,"SWIMLANE");return d(D)?null:D.value})();if(!p)return s("Unable to add issue in this context");let v=ir(p.id,n.value,o);if(d(v))return v;let C=ta({name:t.inputString,parent:p.id,rank:v.value,user:n.value});if(d(C))return C;let E=C.value,I=ra(E,o);if(I.some(D=>d(D)))return s("Issue create failed: "+I.filter(d).map(D=>D.message).filter(Boolean).join(", "));let P=I[0];if(!P||d(P))return s("Issue creation failed");let w=E.find(D=>D.action==="add.issue")?.payload.id;return w?(B.navigate({currentNode:p,selectedIndex:S.getSiblings(p.id).findIndex(({id:D})=>D===w)}),c("Issue created",null)):s("Unable to determine ticket id")}return c("Success",null)};var oa=async()=>{let e=Se(h().breadCrumb,"BOARD");if(d(e))return e;let t=Rt(process.cwd());if(d(t))throw new Error(t.message);let n=$t(t.value);if(d(n))return s(n.message);let r=n.value,{modifier:o}=K().commandMeta,i;if(o==="now"){let C=xo();if(d(C))return C;let E=yt(r);return E.some(d)?s(E.map(I=>I.message).join(", ")):(N({mode:f.DEFAULT,readOnly:!1,timeMode:"live",unappliedEvents:[]}),c("Peeking now",!0))}if(o==="prev"){let C=h().eventLog.at(-2),E=Vr(C);if(E===null)return s("No previous event to peek");i=E}else if(o==="next"){let C=h().unappliedEvents.at(0),E=Vr(C);if(E===null)return s("No next event to peek");i=E}else{let C=Bn(o);if(!C)return s("Invalid peek date");i=C.getTime()}let a=e.value.id,{appliedEvents:l,unappliedEvents:u}=Ls(r,i),m=xo();if(d(m))return m;let p=yt(l);if(p.some(d))return s(p.map(C=>C.message).join(", "));let v=h().nodes[a];return v?(B.navigate({currentNode:v,selectedIndex:0}),N({mode:f.DEFAULT,readOnly:!0,timeMode:"peek",unappliedEvents:u}),c("Peeking ",!0)):s("Board did not exist at peek date")};import Xl from"zod";var ia=()=>{let e=K().commandMeta.inputString,t=Xl.coerce.number().int().min(3e3).safeParse(e);if(!t.success)return s("Auto sync duration must be a number of at least 3000 ms");let n=vt({autoSyncDebounceMs:t.data});return d(n)?n:(ye({autoSyncIntervalMs:t.data}),N({mode:f.DEFAULT}),c(`Auto sync interval set to ${t.data}ms`,null))};var sa=()=>{let e=K().commandMeta.inputString.trim();if(e!=="yes"&&e!=="no")return s("Invalid response");let t=Pi(e),n=vt({autoSync:t});return d(n)?n:(ye({autoSync:t}),N({mode:f.DEFAULT}),c(`Auto sync set to "${e}"`,null))};var aa=async()=>{_(()=>""),N({mode:f.DEFAULT});let e=Qe();if(d(e))return s(e.message);if(e.value.syncStatus.status==="syncing")return s("Sync already in progress");N({syncStatus:{msg:"Syncing",status:"syncing"}});let t=await Dn();return d(t)?(N({syncStatus:{msg:t.message,status:"failed"}}),t):(N({mode:f.DEFAULT,syncStatus:{msg:"Synced",status:"synced"}}),t)};var da=e=>Object.values(h().tags).find(t=>t.name===e),ca=e=>Object.values(h().contributors).find(t=>t.name===e),sr=[{systemOnly:!0,intent:T.Move,description:"Internal move-state command",mode:f.COMMAND_LINE,action:ea},{intent:T.Delete,description:"Delete the currently selected node",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=h(),r=O(t.id)[n];return r?Ie({id:ve(),action:"delete.node",payload:{id:r.id},...e.value}):s("Unable to resolve child to delete")},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.Filter,description:"Filter the board, for example `:filter tag urgent`",mode:f.COMMAND_LINE,action:()=>{let{modifier:e,inputString:t}=K().commandMeta,n=/(!=|=)/,[r]=e.split(n);if(!r||!(a=>X(y.FILTER).map(l=>l.split(n)[0]).includes(a))(r))return s("Invalid filter modifier");let i={target:r,operator:"=",value:t.trim()};return ue(a=>({...a,filters:e==="clear"?[]:[...a.filters,i],mode:f.DEFAULT})),c("Filter updated",null)}},{intent:T.ViewHelp,description:"Open the help screen",mode:f.COMMAND_LINE,action:()=>(N({mode:f.HELP}),c("Viewing help",null))},{intent:T.CloseIssue,description:"Move the selected issue to the closed swimlane",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=h(),r=O(t.id)[n];if(!r)return s("Unable to close issue, no target found");if(!W(r))return s("Cannot close in this context");let o=h().nodes[He];if(!o)return s("Unable to locate closed swimlane");if(r.parentNodeId===o.id)return s("Issue is already closed");let i=await Te();if(d(i))return i;let a=i.value,l=Co(o.id,r.id,{at:"end"},e.value,a);if(d(l))return l;let u=await Ie({id:ve(),action:"close.issue",payload:{id:r.id,parent:o.id,rank:l.value},...e.value});return d(u)?u:c("Issue closed",null)},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.ReopenIssue,description:"Move a closed issue back to its previous swimlane",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=h(),r=O(t.id)[n];if(!r)return s("Unable to reopen issue, no target found");let o=r.context==="TICKET"?c("Resolved ticket",r):ot(r.id,"TICKET");if(d(o))return s("Cannot reopen in this context");let i=o.value,a=h().nodes[He];if(!a)return s("Unable to locate closed swimlane");if(i.parentNodeId!==a.id)return s("Issue is not closed");if(!W(i))return s("Target node is not issue");let l=Bs(i);if(!l)return s("Unable to resolve previous parent from issue history");if(l===a.id)return s("Previous parent resolves to closed swimlane");let u=h().nodes[l];if(!u)return s("Previous parent no longer exists");let m=await Te();if(d(m))return m;let p=m.value,v=Co(u.id,i.id,{at:"end"},e.value,p);if(d(v))return v;let C=await Ie({id:ve(),action:"reopen.issue",payload:{id:i.id,parent:u.id,rank:v.value},...e.value});return d(C)?C:c("Issue reopened",null)},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.Init,description:"Initialize Epiq in the current git repository",mode:f.COMMAND_LINE,action:qs},{intent:T.NewItem,description:"Create a new board, swimlane, or issue",mode:f.COMMAND_LINE,action:na,onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.Rename,description:"itle] Rename the currently selected node",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=h(),r=O(t.id)[n];if(!r)return s("Missing node");if(r.readonly)return s("Cannot rename readonly node");let o=ts();return o?Ie({id:ve(),action:"edit.title",payload:{id:r.id,name:o},...e.value}):s("Provide a new name")},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.UntagTicket,description:"Remove a tag from the selected issue",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=K().commandMeta,r=(t||n).trim();if(!r)return s("Provide a tag");let o=da(r);if(!o)return s(`Tag "${r}" does not exist`);let{selectedNode:i}=h();if(!i)return s("Invalid untag target");let a=ot(i.id,"TICKET");if(d(a))return s("Unable to untag issue in this context");let l=a.value;return W(l)?(l.props.tags??[]).includes(o.id)?Ie({id:ve(),action:"remove.issue.tag",payload:{id:l.id,tag:o.id},...e.value}):s("Issue is not tagged with that tag"):s("Target node is not issue")},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.TagTicket,description:"Add or create a tag on the selected issue",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=K().commandMeta,r=(t||n).trim();if(!r)return s("Provide a tag");let{selectedNode:o}=h();if(!o)return s("Invalid tag target");let i=ot(o.id,"TICKET");if(d(i))return s("Unable to tag issue in this context");let a=i.value;if(!W(a))return s("Target node is not issue");let l=da(r),u;if(l)u=l.id;else{let p=ve(),v=await Ie({id:ve(),action:"create.tag",payload:{id:p,name:r},...e.value});if(d(v))return v;u=v.value.result.id}return(a.props.tags??[]).includes(u)?s("Already tagged with that tag"):Ie({id:ve(),action:"add.issue.tag",payload:{id:a.id,tag:u},...e.value})},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.AssignUserToTicket,description:"Assign a user to the selected issue",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=K().commandMeta,r=(t||n).trim();if(!r)return s("Provide an assignee");let{selectedIndex:o,currentNode:i}=h(),a=O(i.id)[o];if(!a)return s("Invalid assign target");let l=ot(a.id,"TICKET");if(d(l))return s("Unable to assign issue in this context");let u=l.value;if(!W(u))return s("Target node is not issue");let m=ca(r),p;if(m)p=m.id;else{let C=ve(),E=await Ie({id:ve(),action:"create.contributor",payload:{id:C,name:r},...e.value});if(d(E))return E;p=E.value.result.id}return(u.props.assignees??[]).includes(p)?s("Assignee already assigned"):Ie({id:ve(),action:"add.issue.assignee",payload:{id:u.id,assignee:p},...e.value})},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.UnassignUserFromTicket,description:"Remove an assignee from the selected issue",mode:f.COMMAND_LINE,action:async()=>{let e=z();if(d(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=K().commandMeta,r=(t||n).trim();if(!r)return s("Provide an assignee to remove");let o=ca(r);if(!o)return s(`Assignee "${r}" does not exist`);let{selectedNode:i}=h();if(!i)return s("Invalid unassign target");let a=ot(i.id,"TICKET");if(d(a))return s("Unable to unassign in this context");let l=a.value;return W(l)?(l.props.assignees??[]).includes(o.id)?Ie({id:ve(),action:"remove.issue.assignee",payload:{id:l.id,assignee:o.id},...e.value}):s(`Issue is not assigned to "${r}"`):s("Target node is not issue")},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.Sync,description:"Pull, commit, and push Epiq state",mode:f.COMMAND_LINE,action:aa},{intent:T.Peek,description:"View board state at another point in time",mode:f.COMMAND_LINE,action:oa},{intent:T.Export,description:"Export the current board layout to markdown",mode:f.COMMAND_LINE,action:async()=>{let e=await xs();return d(e)?e:(N({mode:f.DEFAULT}),c("Export successful",!0))}},{intent:T.Exit,description:"Exit the application",mode:f.COMMAND_LINE,action:async()=>(B.exit(),c("Exit successful",!0))},{intent:T.Edit,description:"Edit title or description",mode:f.COMMAND_LINE,action:async(e,t)=>{if(t.modifier===et.DESCRIPTION)return Ws();if(t.modifier===et.TITLE){let n=z();if(d(n))return s("Unable to resolve user ID");let{currentNode:r,selectedIndex:o}=h(),i=O(r.id)[o];if(!i)return s("Missing node");if(i.readonly)return s("Cannot rename readonly node");let a=t.inputString.trim();return a?Ie({id:ve(),action:"edit.title",payload:{id:i.id,name:a},...n.value}):s("Provide a new name")}return s("Unknown edit command")},onSuccess:()=>N({mode:f.DEFAULT})},{intent:T.Config,description:"Update editor, username, view, autosync, or sync debounce",mode:f.COMMAND_LINE,action:(e,t)=>{let n=t.inputString.trim();switch(t.modifier){case te.USERNAME:{let{userId:r,preferredEditor:o,userName:i}=$(),a=n||i,l=r??ve();if(!a||!l)return s("Unable to resolve user name or id");let u=vt({userName:a,userId:l,preferredEditor:o??""});return d(u)?u:(ye({userName:a,userId:l}),N({mode:f.DEFAULT}),c(`Username set to "${a}"`,null))}case te.EDITOR:{if(!n)return s("No editor provided");let r=vt({preferredEditor:n});return d(r)?r:(ye({preferredEditor:n}),N({mode:f.DEFAULT}),c(`Editor configuration set to "${n}"`,null))}case te.VIEW:return n!=="wide"&&n!=="dense"?s("Invalid view mode"):(ye({viewMode:n}),c(`View set to "${n}"`,null));case te.AUTOSYNC:return sa();case te.SYNC_DEBOUNCE_MS:return ia();default:return s("Unknown config command")}}}];var Jl=new Set(["peek","filter","view-help"]),Re=async({isForceExecutedBySystem:e=!1}={})=>{let{commandMeta:{command:t,validity:n,modifier:r,inputString:o}}=K();if(!t)return s("No command to confirm");if(!e&&n===pt.Invalid)return s("Invalid command");let i=jn(t);Xi();let{readOnly:a}=h();if(a&&!Jl.has(i))return nn({status:Ye.Fail,message:"Command not available in readonly state",value:null});let l=sr.filter(m=>e||m.systemOnly!==!0).find(m=>m.intent===i);if(!l)return nn({status:Ye.Fail,message:"Command not found",value:null});let u;try{u=await l.action(l,{command:t,inputString:o,modifier:r})}catch(m){return nn({status:Ye.Fail,message:m instanceof Error?m.message:"Command failed",value:null})}return d(u)?nn(u):(Ji({addToHistory:!e}),l.onSuccess?.(),$().autoSync&&wi(),u)};var ar=[{intent:g.Exit,mode:f.MOVE,description:"[<Esc>] exit context / cancel",action:()=>(N({mode:f.COMMAND_LINE}),_(()=>"move cancel"),Re({isForceExecutedBySystem:!0}))},{intent:g.InitMove,mode:f.DEFAULT,description:"[m] move init/confirm",action:()=>(N({mode:f.COMMAND_LINE}),_(()=>"move start"),Re({isForceExecutedBySystem:!0}))},{intent:g.ConfirmMove,mode:f.MOVE,action:()=>(N({mode:f.COMMAND_LINE}),_(()=>"move confirm"),Re({isForceExecutedBySystem:!0}))}],dr=[{intent:g.MovePreviousItem,mode:f.MOVE,action:()=>rt()?(N({mode:f.COMMAND_LINE}),_(()=>"move previous"),Re({isForceExecutedBySystem:!0})):s("No pending move")},{intent:g.MoveNextItem,mode:f.MOVE,action:()=>rt()?(N({mode:f.COMMAND_LINE}),_(()=>"move next"),Re({isForceExecutedBySystem:!0})):s("No pending move")}],la=[{intent:g.MoveToNextContainer,mode:f.MOVE,action:()=>rt()?(N({mode:f.COMMAND_LINE}),_(()=>"move to-next"),Re({isForceExecutedBySystem:!0})):s("No pending move")},{intent:g.MoveToPreviousContainer,mode:f.MOVE,action:()=>rt()?(N({mode:f.COMMAND_LINE}),_(()=>"move to-previous"),Re({isForceExecutedBySystem:!0})):s("No pending move")}];var ua={[A.WORKSPACE]:[...ar,...dr],[A.BOARD]:[...ar,...dr],[A.SWIMLANE]:[...ar,...dr,...la],[A.TICKET]:[],[A.FIELD]:[],[A.FIELD_LIST]:[],[A.TEXT]:[]};var ma=e=>[{intent:g.NavPreviousItem,mode:e,description:"[arrows/hjkl] navigate",action:()=>(B.navigateToPreviousItem(),c("Navigating to previous item",null))},{intent:g.NavNextItem,mode:e,action:()=>(B.navigateToNextItem(),c("Navigating to next item",null))},{intent:g.NavToPreviousContainer,mode:e,action:()=>(B.navigateToPreviousContainer(),c("Navigating to previous container",null))},{intent:g.NavToNextContainer,mode:e,action:()=>(B.navigateToNextContainer(),c("Navigating to next container",null))}],pa=[{intent:g.AddItem,mode:f.DEFAULT,description:"[n] new...",action:()=>(N({mode:f.COMMAND_LINE}),_(()=>`${y.NEW} `),c("Adding new item",null))},{intent:g.Delete,mode:f.DEFAULT,description:"[d] delete",action:()=>(N({mode:f.COMMAND_LINE}),_(()=>`${y.DELETE} `),c("Deleting item",null))},{intent:g.InitCommandPalette,mode:f.DEFAULT,description:"[?] command palette",action:()=>(N({mode:f.PALETTE}),c("Opening command palette",null))},{intent:g.InitCommandLine,mode:f.DEFAULT,description:"[:] focus command line",action:()=>(N({mode:f.COMMAND_LINE}),_(()=>""),c("Entering command line mode",null))},{intent:g.Confirm,mode:f.DEFAULT,description:"[<Enter>] confirm/enter",action:()=>{let{selectedNode:e,currentNode:t}=h();if(!U(e?.id??"")?.length){if(e?.title===Y.DESCRIPTION)return _(()=>`${y.EDIT} description `),N({mode:f.COMMAND_LINE}),c("Propose command",!0);if(e?.title===Y.ASSIGNEES)return _(()=>`${y.ASSIGN} `),N({mode:f.COMMAND_LINE}),c("Propose command",!0);if(e?.title===Y.TAGS)return _(()=>`${y.TAG} `),N({mode:f.COMMAND_LINE}),c("Propose command",!0);if(t.title===Y.DESCRIPTION&&e?.context==="TEXT")return _(()=>`${y.EDIT} description `),N({mode:f.COMMAND_LINE}),c("Propose command",!0)}return B.enterChildNode(),c("Entering context",null)}},{intent:g.Confirm,mode:f.PALETTE,description:"[<Enter>] select command",action:()=>{let{selectedNode:e}=h();if(!e||!Ko(e))return s("Command only applicable on text nodes");if(e.props.disabled)return s("Command is not available in this context");let t=e?.title;return t?(N({mode:f.COMMAND_LINE}),_(()=>`${t} `),c("Selected command",t)):c("No command selected",null)}},{intent:g.Exit,mode:f.DEFAULT,description:"[q] exit context",action:()=>(B.enterParentNode(),c("Exiting context",null))},{intent:g.Exit,mode:f.PALETTE,description:"[q] close palette",action:()=>(N({mode:f.DEFAULT}),_(()=>""),c("Closed command palette",null))},...ma(f.DEFAULT),...ma(f.PALETTE),{intent:g.Edit,mode:f.DEFAULT,action:()=>(N({mode:f.COMMAND_LINE}),_(()=>y.EDIT+" "),Re(),c("Fired command",!0))},{intent:g.SetViewDense,mode:f.DEFAULT,description:"[v] view change (wide/dense)",action:()=>(ye({viewMode:"dense"}),c("View set",null))},{intent:g.SetViewWide,mode:f.DEFAULT,action:()=>(ye({viewMode:"wide"}),c("View set",null))}];var Ql=500,Zl=e=>e.replace(/[\r\n]/g,"").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,""),fa=e=>{let t=Zl(e);t&&_(n=>(n+t).slice(0,Ql))};var eu=[f.COMMAND_LINE,f.PALETTE],tu=e=>[{intent:g.MoveCursorLeft,mode:e,action:()=>(Zr(-1),c("Moving cursor left",null))},{intent:g.MoveCursorRight,mode:e,action:()=>(Zr(1),c("Moving cursor right",null))},{intent:g.MoveCursorLeftOfWord,mode:e,action:()=>(eo("left"),c("Moving cursor left of word",null))},{intent:g.MoveCursorRightOfWord,mode:e,action:()=>(eo("right"),c("Moving cursor right of word",null))},{intent:g.AutoCompleteCommand,mode:e,action:()=>(_((t,{remainder:n})=>n?t+n:t),c("Auto-completing command",null))},{intent:g.CaptureInput,mode:e,action:(t,{sequence:n})=>(fa(n??""),c("Capturing input",null))},{intent:g.EraseInput,mode:e,action:()=>(qi(),c("Erasing input",null))},{intent:g.EraseInputWord,mode:e,action:()=>(Yi(),c("Erasing input word",null))}],ga=[{intent:g.Confirm,mode:f.COMMAND_LINE,action:()=>(Re(),c("Executing command",null))},{intent:g.ViewHelp,mode:f.DEFAULT,action:()=>(N({mode:f.HELP}),c("Viewing help",null))},{intent:g.Exit,mode:f.HELP,action:()=>(N({mode:f.DEFAULT}),c("Exiting help",null))},...eu.flatMap(tu),{intent:g.ExitCommandLine,mode:f.COMMAND_LINE,action:()=>(N({mode:f.DEFAULT}),c("Exiting command line",null))},{intent:g.ExitCommandLine,mode:f.PALETTE,action:()=>(N({mode:f.DEFAULT}),c("Exiting palette",null))},{intent:g.GetLastCommandFromHistory,mode:f.COMMAND_LINE,action:()=>(Qi(),c("Getting last command from history",null))},{intent:g.GetNextCommandFromHistory,mode:f.COMMAND_LINE,action:()=>(Zi(),c("Getting next command from history",null))}];import nu from"chalk";var cr=": for command line",va="q to exit",ya=`${nu.hex(x.accent)("m")} to confirm`,Eo={[A.WORKSPACE]:[cr],[A.BOARD]:[cr],[A.BOARD+f.COMMAND_LINE]:[cr],[A.SWIMLANE]:[cr],[A.TICKET+f.HELP]:[va],[A.SWIMLANE+f.HELP]:[va],[A.TICKET]:[],[A.FIELD]:[],[A.SWIMLANE+f.MOVE]:[ya],[A.TICKET+f.MOVE]:[ya]};var fn=e=>e.trim().toLocaleLowerCase(),ru=e=>{let{tags:t}=h();return(e.props.tags??[]).map(n=>t[n]?.name).filter(n=>!!n)},ou=e=>{let{contributors:t}=h();return(e.props.assignees??[]).map(n=>t[n]?.name).filter(n=>!!n)},ha=(e,t)=>{let n=fn(t.value);if(!n)return!0;switch(t.target){case"title":return fn(e.title??"").includes(n);case"description":return fn(e.props.description??"").includes(n);case"tag":return ru(e).map(fn).some(o=>o.includes(n));case"assignee":return ou(e).map(fn).some(o=>o.includes(n));default:return!0}};function xa(e,t,n){let r=t[e];if(!r)return s("buildBreadCrumb(): current node not found");let o=[],i=r;for(;i&&(o.push(i),!(i.id===n||!i.parentNodeId));)i=t[i.parentNodeId];let a=o[o.length-1];return!a||a.id!==n?s("buildBreadCrumb(): node is not connected to root"):(o.reverse(),c("Breadcrumb built",o))}var Ca=e=>{let t={};for(let n of e)n.intent&&(t[n.mode]||(t[n.mode]={}),t[n.mode][n.intent]=n);return t};var ht,bo,No=new Set,Ea=()=>{for(let e of No)e()},su=e=>(No.add(e),()=>No.delete(e));function ba(e){let{currentNodeId:t,mode:n,rootNodeId:r,nodes:o,filters:i}=e;if(!t)return s("derive(): currentNodeId is missing");if(!r)return s("derive(): rootNode is missing");if(!o[r])return s("derive(): unable to find root node");let l=o[t];if(!l)return s("Unable to derive state, currentNode not found");let u=xa(t,o,r);if(d(u))return logger.error(u.message),u;let m=u.value,{context:p}=l,v=Eo[p+n]??Eo[p]??[],C=[...pa,...ua[p]??[],...ga],E=Ca(C),I=au(o,i),P=I[t]?.[e.selectedIndex]??null;return c("Derived successfully",{...e,currentNode:l,breadCrumb:m,availableHints:v,availableActions:C,actionIndex:E,selectedNode:P,renderedChildrenIndex:I})}var h=()=>{if(!ht)throw new Error("State not initialized. Call initWorkspaceState() first.");return ht},Qe=()=>ht?c("Retrieved state",ht):s("State not initialized. Call initWorkspaceState() first.");function un(e){bo=e;let t=Je(process.cwd()),n=!1;if(!d(t)){let i=Xe(t.value);if(d(i))return s(i.message);n=!0}let r={readOnly:!1,filters:[],tags:{},contributors:{},mode:f.DEFAULT,nodes:{[e.id]:e},rootNodeId:e.id,currentNodeId:e.id,renderedChildrenIndex:{},selectedIndex:-1,syncStatus:{status:"synced",msg:""},eventLog:[],unappliedEvents:[],timeMode:"live",hasProjectDefinition:n,hasInitializingEvents:!1},o=ba(r);return d(o)?o:(ht=o.value,Ea(),c("State initialized",null))}function ue(e){let t=h(),n=e(t),r=ba(n);return d(r)?s(r.message??"Unable to update state"):(ht=r.value,Ea(),c("State updated",null))}var N=e=>ue(t=>({...t,...e}));var Q=()=>iu(su,h,h),au=(e,t)=>{let n={};for(let r of Object.values(e))W(r)&&t.length>0&&!t.every(o=>ha(r,o))||!r.parentNodeId||r.isDeleted||((!r.parentNodeId||!n[r.parentNodeId])&&(n[r.parentNodeId]=[]),n[r.parentNodeId].push(r));for(let r of Object.keys(n))n[r].sort((o,i)=>{let a=e[o.id],l=e[i.id];return!a||!l?0:a.rank.localeCompare(l.rank)});return n},O=e=>h()?.renderedChildrenIndex[e]??[],xo=()=>bo?un(bo):s("Cannot reset state: no initial workspace found"),Mt=()=>ht!==void 0;var ot=(e,t)=>{let{nodes:n}=h(),r=n[e];if(!r)return s("Node not found");if(r.context===t)return c("Resolved ancestor node",r);let o=r.parentNodeId?n[r.parentNodeId]:void 0;for(;o;){if(o.context===t)return c("Resolved ancestor node",o);o=o.parentNodeId?n[o.parentNodeId]:void 0}return s(`No ancestor found for context: ${t}`)},So=(e,t)=>{let{nodes:n}=h(),r=n[e];for(;r?.parentNodeId;){if(r.parentNodeId===t)return!0;r=n[r.parentNodeId]}return!1},xt=(e,t)=>e?e.readonly?s({move:"Cannot move readonly node",rename:"Cannot rename readonly node",edit:"Cannot edit readonly node"}[t]):null:s("Node not found"),S={deleteNode(e){ue(t=>{let n={...t.nodes};return delete n[e],{...t,nodes:n}})},editValue(e,t){let{nodes:n}=h(),r=n[e];if(!r)return s("Edit target node not found");let o=xt(r,"edit");if(o)return o;let i={...r,props:{...r.props,description:t}};return this.updateNode(i),c("Issue description updated",{md:t})},renameNode(e,t){let n=this.getNode(e);if(!n)return s("Rename target node not found");let r=xt(n,"rename");if(r)return r;let o={...n,title:t};return this.updateNode(o),c("Renamed node",o)},getExistingTags(){let{tags:e}=h();return[...new Set(Object.values(e).map(t=>t.name).filter(Boolean))]},getExistingAssignees(){let{contributors:e}=h();return[...new Set(Object.values(e).map(t=>t.name).filter(Boolean))]},getFieldByTitle(e,t){return U(e).find(n=>n.title===t)},moveNodeToRank({id:e,parentId:t,rank:n}){let{rootNodeId:r}=h(),o=this.getNode(e),i=this.getNode(t);if(!o)return s("Node not found");if(!i)return s("Target parent not found");if(r===e)return s("Cannot move root node");if(e===t)return s("Cannot move node into itself");let a=xt(o,"move");if(a)return a;if(So(t,e))return s("Cannot move node into its own descendant");let l={...o,parentNodeId:t,rank:n};return this.updateNode(l),c("Moved node successfully",l)},tombstoneNode(e){let{nodes:t,currentNodeId:n,rootNodeId:r}=h(),o=this.getNode(e);if(!o)return s("Node not found");if(r===e)return s("Cannot delete root node");let i=new Set,a=u=>{let m=t[u];if(!(!m||i.has(u))){i.add(u);for(let p of U(m.id))a(p.id)}};a(e);let l={...structuredClone(t)};for(let u of i){if(!l[u])return s("Unable to locate node to delete");l[u]={...l[u],isDeleted:!0}}return n?(N({nodes:l}),c("Successfully tomb stoned",o)):s("Unable to delete undefined")},createContributor(e){let t=ue(n=>({...n,contributors:{...n.contributors,[e.id]:e}}));return d(t)?s("Unable to create contributor"):c("Created contributor",e)},assign(e,t){let n=this.getContributor(t),r=this.getNode(e);if(!n)return s("Unable to assign contributor, missing contributor");if(!r)return s("Unable to assign contributor, missing target");let o=xt(r,"edit");if(o)return o;if(!W(r))return s("Target is not an issue");let i=r.props.assignees??[];if(i.includes(t))return s("Contributor already assigned");let a={...r,props:{...r.props,assignees:[...i,t]}};return this.updateNode(a),c("Assigned contributor",{assignee:t})},unassign(e,t){let n=this.getContributor(t),r=this.getNode(e);if(!n)return s("Unable to unassign, missing contributor");if(!r)return s("Unable to unassign, missing target");let o=xt(r,"edit");if(o)return o;if(!W(r))return s("Target is not an issue");let i=r.props.assignees??[];if(!i.includes(t))return c("Issue is not assigned to that contributor",{assignee:t});let a={...r,props:{...r.props,assignees:i.filter(l=>l!==t)}};return this.updateNode(a),c("Assignee removed",{assignee:t})},tag(e,t){let n=this.getTag(t),r=this.getNode(e);if(!n)return s("Unable to add tag, missing tag");if(!r)return s("Unable to add tag, missing target");let o=xt(r,"edit");if(o)return o;if(!W(r))return s("Target is not an issue");let i=r.props.tags??[];if(i.includes(t))return s("Tag already assigned");let a={...r,props:{...r.props,tags:[...i,t]}};return this.updateNode(a),c("Tag added",{tag:t})},untag(e,t){let n=this.getTag(t),r=this.getNode(e);if(!n)return s("Unable to remove tag, missing tag");if(!r)return s("Unable to remove tag, missing target");let o=xt(r,"edit");if(o)return o;if(!W(r))return s("Target is not an issue");let i=r.props.tags??[];if(!i.includes(t))return c("Issue is not tagged with that tag",{tag:t});let a={...r,props:{...r.props,tags:i.filter(l=>l!==t)}};return this.updateNode(a),c("Tag removed",{tag:t})},createTag(e){let t=ue(n=>({...n,tags:{...n.tags,[e.id]:e}}));return d(t)?s("Could not create tag"):c("Tag created",e)},createNode(e){let t=ue(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return d(t)?s("Unable to create node"):c("Node created",e)},lockNode(e){let t=this.getNode(e);if(!t)return s("Failed to locate node");let n={...t,readonly:!0},r=ue(o=>({...o,nodes:{...o.nodes,[e]:n}}));return d(r)?s(r.message):c("Locked node",n)},updateNode(e){let t=ue(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return d(t)?t:c("Updated node",e)},getContributor(e){return h().contributors[e]},getTag(e){return h().tags[e]},getNode(e){return h().nodes[e]},getSiblings(e){return U(e)}};import Ct from"chalk";import Na from"string-width";import{decodeTime as du}from"ulid";var cu=(e,t)=>e+" ".repeat(Math.max(0,t-Na(e))),lu=(e,t)=>" ".repeat(Math.max(0,t-Na(e)))+e,uu=e=>({"add.issue":"Created with title","add.issue.assignee":"Assigned to","remove.issue.assignee":"Unassigned from","close.issue":"Closed","delete.node":"Deleted","edit.title":"Changed title to","edit.description":"Changed description","reopen.issue":"Reopened","add.issue.tag":"Tagged with","remove.issue.tag":"Removed tag","lock.node":"Locked node","move.node":"Moved issue"})[e]??(e.endsWith("e")?`${e}d`:`${e}ed`),mu=(e,t)=>t?e<t?"up":e>t?"down":null:null,pu=(e,t)=>{let n=S.getNode(e.payload.parent),r=n?Ct.dim.bgBlack(` ${n.title} `):"unknown",o=t.at(-1);if(o&&"parent"in o&&"rank"in o&&o.parent===e.payload.parent){let i=mu(e.payload.rank,o.rank);if(i)return`Moved ${i} in ${r}`}return`Moved issue to ${r}`},fu=e=>{switch(e.action){case"add.issue.tag":{let t=h().tags[e.payload.tag];return t?Ct.bgHex(ae(t.name))(` ${t.name} `):"unknown tag"}case"remove.issue.tag":{let t=h().tags[e.payload.tag];return t?Ct.bgHex(ae(t.name))(` ${t.name} `):"unknown tag"}case"add.issue.assignee":{let t=h().contributors[e.payload.assignee];return t?Ct.hex(ae(t.name))(` ${t.name} `):"unknown user"}case"remove.issue.assignee":{let t=h().contributors[e.payload.assignee];return t?Ct.hex(ae(t.name))(` ${t.name} `):"unknown user"}case"add.board":case"add.swimlane":case"add.issue":case"add.field":case"create.tag":case"create.contributor":case"edit.title":return`"${"name"in e.payload?e.payload.name:""}"`;default:return""}},gu=e=>{let t=Bi(du(e));return Ct.gray(lu(t,8))},vu=12,yu=e=>cu(`${e}`,vu),Sa=(e,t)=>{let n=gu(e.id),r=yu(e.userName),o=Ct.dim("\u203A"),i=e.action==="move.node"?pu(e,t):[uu(e.action),fu(e)].filter(Boolean).join(" ");return`${r} ${n} ${o} ${i}`};var hu=e=>tt(e,"description"),xu=e=>tt(e,"assignees"),Cu=e=>tt(e,"tags"),Eu=e=>tt(e,"history"),Ia=({id:e,name:t,parentNodeId:n,rank:r,value:o,readonly:i=!1,childRenderAxis:a="horizontal"})=>{let l=S.getNode(e);if(!l){S.createNode({...ne.field({id:e,name:t,parentNodeId:n,rank:r,props:{value:o},isVirtual:!0}),readonly:i,childRenderAxis:a});return}!qe(l)||!(l.title!==t||l.parentNodeId!==n||l.rank!==r||l.props.value!==o||l.readonly!==i||l.childRenderAxis!==a)||S.updateNode({...l,title:t,parentNodeId:n,rank:r,props:{...l.props,value:o},readonly:i,childRenderAxis:a})},Ra=({id:e,name:t,parentNodeId:n,rank:r,readonly:o=!1,childRenderAxis:i="horizontal"})=>{let a=S.getNode(e);if(!a){S.createNode({...ne.fieldList({id:e,name:t,parentNodeId:n,rank:r,isVirtual:!0}),readonly:o,childRenderAxis:i});return}!Kt(a)||!(a.title!==t||a.parentNodeId!==n||a.rank!==r||a.readonly!==o||a.childRenderAxis!==i)||S.updateNode({...a,title:t,parentNodeId:n,rank:r,readonly:o,childRenderAxis:i})},Aa=e=>{let t=we(Oe/4n),n=we(Oe/2n),r=we(Oe*3n/4n),o=we(Oe);d(t)||d(n)||d(r)||d(o)||(Ia({id:hu(e.id),name:Y.DESCRIPTION,parentNodeId:e.id,rank:t.value,value:e.props.description??"",childRenderAxis:"vertical"}),Ra({id:xu(e.id),name:Y.ASSIGNEES,parentNodeId:e.id,rank:n.value,readonly:!0}),Ra({id:Cu(e.id),name:Y.TAGS,parentNodeId:e.id,rank:r.value,readonly:!0}),Ia({id:Eu(e.id),name:Y.HISTORY,parentNodeId:e.id,rank:o.value,value:bu(e),readonly:!0,childRenderAxis:"vertical"}))},bu=e=>{let t=[...e.log].reverse(),n=new Map;for(let r of t){let o=n.get(r.action)??[];o.push(r.payload),n.set(r.action,o)}return t.map(r=>Sa(r,n.get(r.action)??[])).join(`
59
+ `)};var M=(e,t)=>s(`${t.action.split(".").join(" ")+" failed, "+e.toLowerCase()}. Evt id: ${t.id}`),wa=e=>{let t=S.getNode(e);!t||!W(t)||t.isDeleted||Aa(t)},Nu=e=>{for(let t of e){wa(t);let n=h().nodes[t]?.parentNodeId;n&&wa(n)}},Su=(e,t)=>{let n=S.getNode(e);n&&S.updateNode({...n,log:[...n.log??[],t]})},Iu=e=>{let t=[e],n=h().nodes[e]?.parentNodeId;return n&&t.push(n),t},Ru=e=>{switch(e.action){case"delete.node":case"edit.description":return Iu(e.payload.id);case"init.workspace":case"add.workspace":case"add.board":case"add.swimlane":case"add.issue":case"add.field":case"edit.title":case"lock.node":case"move.node":case"close.issue":case"reopen.issue":case"add.issue.tag":case"remove.issue.tag":case"add.issue.assignee":case"remove.issue.assignee":return[e.payload.id];case"rebalance.children":return Object.keys(e.payload.ranks);case"create.tag":case"create.contributor":default:return[]}},Au=e=>{ue(t=>({...t,eventLog:[...t.eventLog,e]}))},wu=e=>{let t=e.userId,n=e.userName;if(!t?.length||!n?.length)return M("Invalid user ID format",e);let r=S.createContributor({id:t,name:n});return d(r)?M(r.message,e):null},Tu=(e,t)=>{let n=wu(e);if(n)return n;let r=[...new Set(Ru(e))];return t||(r.forEach(o=>Su(o,e)),Au(e)),Nu(r),null},Mu={"init.workspace":e=>{let{id:t,name:n,rank:r}=e.payload,o=ne.workspace(t,n,r),i=un(o);if(d(i))return M(i.message,e);let a=S.createNode(o);return d(a)?M(a.message??"Failed to initialize workspace",e):Ar(a.value)?c("Workspace initialized",{action:e.action,result:a.value}):s("Unexpected create node return value")},"add.workspace":e=>{let{id:t,name:n,rank:r}=e.payload,o=S.createNode(ne.workspace(t,n,r));return d(o)?M(o.message??"Failed to add workspace",e):Ar(o.value)?c("Added workspace",{action:e.action,result:o.value}):s("Unexpected create node return value")},"add.board":e=>{let{id:t,name:n,parent:r,rank:o}=e.payload,i=S.createNode(ne.board(t,n,r,o));return d(i)?M(i.message??"Unable to create board",e):zo(i.value)?c("Added board",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.swimlane":e=>{let{id:t,name:n,parent:r,rank:o}=e.payload,i=S.createNode(ne.swimlane(t,n,r,o));return d(i)?M(i.message??"Unable to create swimlane",e):St(i.value)?c("Added swimlane",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.issue":e=>{let{id:t,name:n,parent:r,rank:o}=e.payload,i=S.createNode(ne.ticket(t,n,r,o));return d(i)?M(i.message??"Unable to create issue",e):W(i.value)?c("Added issue",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.field":e=>{let{id:t,name:n,parent:r,val:o,rank:i}=e.payload,a=S.createNode(ne.field({id:t,name:n,parentNodeId:r,rank:i,props:{value:o},childRenderAxis:n.includes(Y.DESCRIPTION)?"vertical":"horizontal"}));return d(a)?M(a.message??`Unable to create field: ${n}`,e):qe(a.value)?c("Added field",{action:e.action,result:a.value}):s("Unexpected create node return value")},"edit.title":e=>{let{id:t,name:n}=e.payload;if(!S.getNode(t))return M(`Unable to locate node with id ${t}`,e);let o=S.renameNode(t,n);return d(o)?M(o.message??"Unable to edit title",e):c("Edited title",{action:e.action,result:o.value})},"delete.node":e=>{let{id:t}=e.payload,n=S.tombstoneNode(t);return d(n)?M(n.message??"Unable to delete node",e):c("Deleted node",{action:e.action,result:n.value})},"create.tag":e=>{let{id:t,name:n}=e.payload,r=S.createTag({id:t,name:n});return d(r)?M(r.message??"Unable to create tag",e):c("Tag added",{action:e.action,result:r.value})},"create.contributor":e=>{let{id:t,name:n}=e.payload,r=S.createContributor({id:t,name:n});return d(r)?M(r.message??"Unable to create contributor",e):c("Contributor created",{action:e.action,result:r.value})},"add.issue.tag":e=>{let{id:t,tag:n}=e.payload,r=S.tag(t,n);return d(r)?M(r.message??"Unable to tag issue",e):c("Issue tagged",{action:e.action,result:{tag:n}})},"remove.issue.tag":e=>{let{id:t,tag:n}=e.payload,r=S.untag(t,n);return d(r)?M(r.message??"Unable to untag issue",e):c("Issue untagged",{action:e.action,result:{tag:n}})},"add.issue.assignee":e=>{let{id:t,assignee:n}=e.payload,r=S.assign(t,n);return d(r)?M(r.message??"Unable to assign issue",e):c("Assigned successfully",{action:e.action,result:{assignee:n}})},"remove.issue.assignee":e=>{let{id:t,assignee:n}=e.payload,r=S.unassign(t,n);return d(r)?M(r.message??"Unable to unassign issue",e):c("Issue unassigned",{action:e.action,result:{assignee:n}})},"move.node":e=>{let{id:t,parent:n,rank:r}=e.payload,o=S.moveNodeToRank({id:t,parentId:n,rank:r});return d(o)?M(o.message??"Failed to move node",e):c("Moved node",{action:e.action,result:o.value})},"edit.description":e=>{let{id:t,md:n}=e.payload,r=S.editValue(t,n);return d(r)?M(r.message??"Unable to edit description",e):c("Set node value",{action:e.action,result:r.value})},"close.issue":e=>{let{id:t,parent:n,rank:r}=e.payload,o=S.getNode(t);if(!o)return M("Unable to locate issue",e);if(!W(o))return M("Can only close issues",e);let i=S.getNode(He);if(!i)return M("Unable to locate target swimlane",e);if(n!==i.id)return M("Close target must be closed swimlane",e);let a=S.moveNodeToRank({id:t,parentId:n,rank:r});return d(a)?M(a.message??"Unable to close issue",e):c("Issue closed",{action:e.action,result:{id:t}})},"reopen.issue":e=>{let{id:t,parent:n,rank:r}=e.payload,o=S.getNode(t);if(!o)return M("Unable to locate issue",e);if(!W(o))return M("Can only reopen issues",e);let i=S.getNode(He);if(!i)return M("Unable to locate closed swimlane",e);if(n===i.id)return M("Cannot reopen issue into closed swimlane",e);if(!S.getNode(n))return M("Reopen parent no longer exists",e);let l=S.moveNodeToRank({id:t,parentId:n,rank:r});return d(l)?M(l.message??"Unable to reopen issue",e):c("Issue reopened",{action:e.action,result:{id:t}})},"lock.node":e=>{let{id:t}=e.payload,n=S.lockNode(t);return d(n)?M(n.message??"Unable to lock node",e):c("Node locked",{action:e.action,result:n.value})},"rebalance.children":e=>{let{parent:t,ranks:n}=e.payload;for(let[r,o]of Object.entries(n)){let i=S.getNode(r);if(!i)return M(`Unable to locate node ${r}`,e);if(i.parentNodeId!==t)return M(`Node ${r} is not child of ${t}`,e);let a=S.updateNode({...i,rank:o});if(d(a))return M(a.message??"Unable to rebalance child",e)}return c("Rebalanced children",{action:e.action,result:{parent:t}})}};function pn(e,t=!1){let n=Mu[e.action](e);if(d(n))return n;let r=Tu(e,t);return r||n}var yt=e=>e.map(t=>pn(t));function Me(e,t){let n=pn(e);if(n.status!==Ye.Success)return n;let r=Qn({event:e,rootDir:t});return d(r)?r:n}function ra(e,t){return e.map(n=>Me(n,t))}var Ie=async e=>{let t=await Te();return d(t)?t:Me(e,t.value)};var Ta=e=>nr(U(e),{at:"end"}),nr=(e,t={at:"end"})=>{let n=r=>d(r)?c("Rank space exhausted",{rank:"",needsRebalance:!0}):c("Resolved rank",{rank:r.value,needsRebalance:!1});if(e.length===0)return n(pe(void 0,void 0));switch(t.at){case"start":{let r=e[0];return r?n(pe(void 0,r.rank)):s("Unable to resolve first sibling")}case"end":{let r=e[e.length-1];return r?n(pe(r.rank,void 0)):s("Unable to resolve last sibling")}case"before":{let r=Ma(e,t.sibling);if(r<0)return s("Sibling not found");let o=r>0?e[r-1]:void 0,i=e[r];return i?n(pe(o?.rank,i.rank)):s("Sibling not found")}case"after":{let r=Ma(e,t.sibling);if(r<0)return s("Sibling not found");let o=e[r],i=r<e.length-1?e[r+1]:void 0;return o?n(pe(o.rank,i?.rank)):s("Sibling not found")}}},U=e=>Object.values(h().nodes).filter(t=>!!t&&!t.isDeleted&&t.parentNodeId===e).sort((t,n)=>t.rank.localeCompare(n.rank)),Ma=(e,t)=>e.findIndex(n=>n.id===t),Pa=(e,t,n={at:"end"})=>nr(U(t).filter(r=>r.id!==e),n),Co=(e,t,n,r,o)=>{let i=Pa(t,e,n);if(d(i))return i;if(!i.value.needsRebalance)return c("Resolved rank",i.value.rank);let a=wr(e,r);if(d(a))return a;let l=Me(a.value,o);if(d(l))return l;let u=Pa(t,e,n);return d(u)?u:u.value.needsRebalance?s("Rank rebalance failed to create space"):c("Resolved rank after rebalance",u.value.rank)},ir=(e,t,n)=>{let r=Ta(e);if(d(r))return r;if(!r.value.needsRebalance)return c("Resolved rank",r.value.rank);let o=wr(e,t);if(d(o))return o;let i=Me(o.value,n);if(d(i))return i;let a=Ta(e);return d(a)?a:a.value.needsRebalance?s("Rank rebalance failed to create space"):c("Resolved rank after rebalance",a.value.rank)};var La=(e,t)=>t<=0?-1:Math.max(0,Math.min(e,t-1)),Da=()=>{let{currentNode:e,selectedIndex:t,selectedNode:n}=h();return{currentNodeId:e.id,selectedNodeId:n?.id??null,parentNodeId:e.id,selectedIndex:t}},Pu=e=>{let t=h().nodes[e];return!!t&&!t.isDeleted&&qe(t)&&t.childRenderAxis==="vertical"},lr=(e,t)=>{let{nodes:n}=h(),r=n[e];if(!r||r.isDeleted)return!1;let o=O(r.id);return B.navigate({currentNode:r,selectedIndex:La(t,o.length)}),!0},Fa=e=>{let{nodes:t}=h(),n=t[e];if(!n||n.isDeleted)return!1;let r=n.parentNodeId;if(!r)return lr(n.id,0);let o=t[r];if(!o||o.isDeleted)return!1;let a=U(o.id).findIndex(l=>l.id===n.id);return a>=0?(B.navigate({currentNode:o,selectedIndex:a}),!0):Fa(o.id)},ka=e=>{let{nodes:t}=h(),n=e,r=new Set;for(;n&&!r.has(n);){if(r.add(n),Fa(n))return!0;n=t[n]?.parentNodeId}return!1},ku=e=>{if(!e)return!1;let t=h().nodes[e];return!!t&&!t.isDeleted},Oa=e=>{let{nodes:t,rootNodeId:n}=h();if(Pu(e.currentNodeId)&&lr(e.currentNodeId,e.selectedIndex))return c("Restored navigation inside text container",null);if(ku(e.selectedNodeId)&&e.selectedNodeId&&ka(e.selectedNodeId))return c("Restored navigation to selected node or ancestor",null);if(lr(e.currentNodeId,e.selectedIndex))return c("Restored navigation to previous container",null);if(e.parentNodeId&&lr(e.parentNodeId,e.selectedIndex))return c("Restored navigation to previous parent",null);if(ka(e.currentNodeId))return c("Restored navigation to previous container or ancestor",null);let r=t[n];if(!r||r.isDeleted)return s("Unable to restore navigation");let o=O(r.id);return B.navigate({currentNode:r,selectedIndex:La(e.selectedIndex,o.length)}),c("Restored navigation to root",null)};var Io=({status:e,msg:t})=>{Mt()&&N({syncStatus:{status:e,msg:t}})},Ro=(e="Syncing...")=>{Io({status:"syncing",msg:e})},Ao=(e="Synced")=>{Io({status:"synced",msg:e})},Lu=e=>{Io({status:"failed",msg:e})},G=e=>(Lu(e),s(e));var _t=(e,t)=>(logger.error(`[boot:${e}] ${t}`),s(`[boot:${e}] ${t}`)),wo=e=>{if(e instanceof Error)return e.message;if(typeof e=="string")return e;try{return JSON.stringify(e,null,2)}catch{return String(e)}},k=(e,t)=>(d(t)&&logger.info(`[${e}]:failed`,t.message),t);import{decodeTime as Du}from"ulid";var gn=e=>{let t=[];for(let n of e.split(`
60
+ `)){let r=n.trim();if(r)try{t.push(JSON.parse(r))}catch{return s("Failed to parse persisted events")}}return c("Parsed persisted events",t)},To=e=>{let[t,n]=e.id;return`${t}:${n??""}`},Ba=e=>{try{return Du(e.id[0])}catch{return 0}},Mo=(e,t)=>{let n=new Map;for(let r of[...e,...t])n.set(To(r),r);return[...n.values()].sort((r,o)=>{let i=Ba(r)-Ba(o);return i!==0?i:To(r).localeCompare(To(o))})},Po=e=>e.length===0?"":e.map(t=>JSON.stringify(t)).join(`
61
+ `)+`
62
+ `;var ur=e=>Ae.existsSync(e)?Ae.readFileSync(e,"utf8"):null,_a=(e,t)=>ur(e)===t?!1:(Ae.mkdirSync(Et.dirname(e),{recursive:!0}),Ae.writeFileSync(e,t,"utf8"),!0),Fu=({stateBranchRoot:e,ownEventFileName:t})=>Et.join(e,ut(t)),Ou=async({stateBranchRoot:e,ownEventFileName:t})=>{let n=ut(t),r=Et.join(e,n);return(await be({cwd:e,args:["checkout","--",n]})).exitCode!==0&&Ae.existsSync(r)&&Ae.rmSync(r,{force:!0}),c("Restored own event file to HEAD",null)},Ua=({ownEventPath:e,ownSnapshot:t})=>{if(t===null)return c("No own snapshot to merge",!1);let n=ur(e)??"",r=gn(n);if(d(r))return s(r.message);let o=gn(t);if(d(o))return s(o.message);let i=Mo(r.value,o.value),a=_a(e,Po(i));return c("Merged own snapshot",a)},Bu=e=>{let t=Et.join(e,".epiq","events"),n=new Map;if(!Ae.existsSync(t))return c("No event files to snapshot",n);for(let r of Ae.readdirSync(t)){if(!r.endsWith(".jsonl"))continue;let o=Et.join(t,r);Ae.statSync(o).isFile()&&n.set(r,Ae.readFileSync(o,"utf8"))}return c("Snapshotted event files",n)},Uu=async e=>{if((await be({cwd:e,args:["checkout","--",ut("")]})).exitCode!==0){let n=Et.join(e,".epiq","events");Ae.existsSync(n)&&Ae.rmSync(n,{recursive:!0,force:!0})}return c("Restored event files to HEAD",null)},$u=({stateBranchRoot:e,snapshots:t})=>{let n=!1;for(let[r,o]of t){let i=Et.join(e,ut(r)),a=ur(i)??"",l=gn(a);if(d(l))return s(l.message);let u=gn(o);if(d(u))return s(u.message);let m=Mo(l.value,u.value);n=_a(i,Po(m))||n}return c("Merged event snapshots",n)},ja=async(e=process.cwd())=>{logger.info("[sync] syncEpiqFromRemote:start",e),Ro("Syncing from remote");let t=k("ensureSyncReady",await Ha({cwd:e,ensureUpstream:!1}));if(d(t))return G(t.message);let{repoRoot:n,stateBranchRoot:r}=t.value,o=k("getStateBranch",lt(n));if(d(o))return G(o.message);let i=o.value,a=k("snapshotEventFiles",Bu(r));if(d(a))return G(a.message);let l=k("restoreEventFilesToHead",await Uu(r));if(d(l))return G(l.message);let u=k("resetBranchHardToRemote",await di({cwd:r,branch:i}));if(d(u))return G(u.message);let m=k("mergeEventSnapshots",$u({stateBranchRoot:r,snapshots:a.value}));return d(m)?G(m.message):(Ao(m.value?"Synced and merged local state":"Synced from remote"),logger.info("[sync] syncEpiqFromRemote:done"),c("Synced state branch from remote",{repoRoot:n,stateBranchRoot:r}))},Ha=async({cwd:e,ensureUpstream:t})=>{logger.info("[sync] ensureSyncReady:start",{cwd:e,ensureUpstream:t});let n=k("getRepoRootDir",await wt(e));if(d(n))return s(n.message);let r=n.value;logger.info("[sync] repo root",r);let o=k("getStateBranchRoot",wn({repoRoot:r}));if(d(o))return s(o.message);let i=o.value;logger.info("[sync] state branch root",i);let a=k("ensureInitialCommit",await Hs(r));if(d(a))return s(a.message);logger.info("[sync] initial commit result",{created:a.value}),logger.info("[sync] bootstrapping state branch storage",{repoRoot:r,stateBranchRoot:i,ensureUpstream:t});let l=k("bootstrapStateBranchStorage",await Ks({repoRoot:r,stateBranchRoot:i,ensureUpstream:t}));if(d(l))return s(l.message);logger.info("[sync] bootstrap result",{bootstrapped:l.value,stateBranchRoot:i}),logger.info("[sync] checking state branch git operation",{stateBranchRoot:i});let u=k("hasInProgressGitOperation(stateBranchRoot)",await Sn(i));if(d(u))return s(u.message);if(logger.info("[sync] state branch git operation check result",{inProgress:u.value}),u.value)return logger.info("[sync] state branch git operation in progress"),s("Cannot sync while a git operation is in progress in the state branch");logger.info("[sync] ensuring state branch layout",{repoRoot:r,stateBranchRoot:i});let m=k("ensureStateBranchLayout",gi(r,i));return d(m)?s(m.message):(logger.info("[sync] state branch layout ready"),logger.info("[sync] ensureSyncReady:done",{repoRoot:r,stateBranchRoot:i,bootstrapped:l.value}),c("Sync preconditions satisfied",{repoRoot:r,stateBranchRoot:i,bootstrapped:l.value}))},$a=async({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{logger.info("[sync] committing own event file from state branch",{ownEventFileName:n,stateBranchRoot:t}),logger.info("[sync] staging own event file",{stateBranchRoot:t,ownEventFileName:n});let r=k("stageStateBranchOwnEventFile",await er({stateBranchRoot:t,eventFileName:n}));if(d(r))return s(r.message);let o=k("hasStagedChanges(after stage)",await ci(t));if(d(o))return s(o.message);if(logger.info("[sync] state branch change check after stage result",{changed:o.value}),!o.value)return logger.info("[sync] no own event file changes to commit"),c("No own event file changes to commit",{createdCommit:!1});logger.info("[sync] creating sync commit");let i=k("createStateBranchSyncCommit",await Vs({repoRoot:e,stateBranchRoot:t}));return d(i)?s(i.message):(logger.info("[sync] created sync commit",i.value),c("Committed own event file",{createdCommit:!0,commitSha:i.value}))},Wu=async({cwd:e=process.cwd(),ownEventFileName:t})=>{if(logger.info("[sync] syncEpiqWithRemote:start",{cwd:e,ownEventFileName:t}),t.includes("/")||t.includes("\\"))return logger.info("[sync] invalid own event file name: contains path separator",{ownEventFileName:t}),s("Own event file must be a file name, not a path");if(!t.endsWith(".jsonl"))return logger.info("[sync] invalid own event file name: missing .jsonl suffix",{ownEventFileName:t}),s("Own event file must end with .jsonl");Ro("Syncing");let n=k("ensureSyncReady",await Ha({cwd:e,ensureUpstream:!0}));if(d(n))return G(n.message);let{repoRoot:r,stateBranchRoot:o,bootstrapped:i}=n.value;logger.info("[sync] sync preconditions ready",{repoRoot:r,stateBranchRoot:o,bootstrapped:i}),logger.info("[sync] checking detached state branch",{stateBranchRoot:o});let a=k("isDetachedHead(stateBranchRoot)",await li(o));if(d(a))return G(a.message);if(logger.info("[sync] detached state branch check result",{detached:a.value}),a.value)return logger.info("[sync] state branch is detached"),G("Cannot run :sync while the state branch is in detached HEAD state");let l=!1,u,m=!1,p=!1,v=k("getStateBranch",lt(r));if(d(v))return G(v.message);let C=v.value;logger.info("[sync] resolved state branch",{stateBranch:C,stateBranchRoot:o});let E=Fu({stateBranchRoot:o,ownEventFileName:t}),I=ur(E),P=k("restoreOwnEventFileToHead",await Ou({stateBranchRoot:o,ownEventFileName:t}));if(d(P))return G(P.message);let R=k("pullBranchRebaseIfPresent",await Dr({cwd:o,branch:C}));if(d(R))return G(R.message);m=R.value;let w=k("mergeOwnSnapshot",Ua({ownEventPath:E,ownSnapshot:I}));if(d(w))return G(w.message);let D=k("commitOwnEventFileToStateBranch",await $a({repoRoot:r,stateBranchRoot:o,ownEventFileName:t}));if(d(D))return G(D.message);if(l=D.value.createdCommit,u=D.value.commitSha,logger.info("[sync] sync own result",{createdCommit:l,commitSha:u}),l||i){logger.info("[sync] pushing state branch",{createdCommit:l,bootstrapped:i,stateBranchRoot:o});let ee=k("pushStateBranch(initial)",await cn({stateBranchRoot:o,repoRoot:r})),oe=ee;if(d(ee)&&si(ee.message)){logger.info("[sync] non-fast-forward, retrying sync");let Fe=k("pullBranchRebaseIfPresent(retry)",await Dr({cwd:o,branch:C}));if(d(Fe))return G(Fe.message);logger.info("[sync] pull retry result",Fe.value);let dt=k("mergeOwnSnapshot(retry)",Ua({ownEventPath:E,ownSnapshot:I}));if(d(dt))return G(dt.message);let Ee=k("commitOwnEventFileToStateBranch(retry)",await $a({repoRoot:r,stateBranchRoot:o,ownEventFileName:t}));if(d(Ee))return G(Ee.message);logger.info("[sync] retry sync result",Ee.value),Ee.value.createdCommit&&(l=!0,u=Ee.value.commitSha),oe=k("pushStateBranch(retry)",await cn({stateBranchRoot:o,repoRoot:r}))}if(d(oe))return G(oe.message);p=oe.value,logger.info("[sync] pushed to state branch",p)}else logger.info("[sync] no commit created, skipped push");if(l){logger.info("[sync] resolving final sync commit sha",{stateBranchRoot:o});let ee=k("git rev-parse HEAD",await L({args:["rev-parse","HEAD"],cwd:o}));if(d(ee))return G(ee.message);u=ee.value.stdout.trim(),logger.info("[sync] final sync commit sha",u)}return Ao(p?"Synced and pushed":m||l||w.value?"Synced local state":"Already synced"),logger.info("[sync] syncEpiqWithRemote:done",{pulled:m,pushed:p,createdCommit:l,bootstrapped:i,commitSha:u}),c("Synced event logs with state branch",{repoRoot:r,stateBranchRoot:o,createdCommit:l,commitSha:u,pulled:m,pushed:p,bootstrapped:i})},Dn=async()=>{let e=Wa();if(e)return e;logger.info("[sync] syncAndReloadState:start");let t=k("resolveActorId",z());if(d(t)||!t.value)return logger.info("[sync] unable to resolve actor id"),s("Unable to resolve event log path");let n=an(t.value);logger.info("[sync] resolved own event file name",{ownEventFileName:n});let r=k("syncEpiqWithRemote",await Wu({ownEventFileName:n}));if(d(r))return logger.info("[sync] syncAndReloadState:sync failed",r.message),s(`Unable to sync state. ${r.message}`);let{stateBranchRoot:o}=r.value;logger.info("[sync] loading merged events after sync",{stateBranchRoot:o});let i=k("loadMergedEvents",$t(o));if(d(i))return s(`Unable to load events. ${i.message}`);logger.info("[sync] loaded merged events after sync",{count:i.value.length});let a=Wa();if(a)return a;let l=Da(),u=k("bootStateFromEventLog",tr(i.value));if(d(u))return s(`Unable to boot synced state. ${u.message}`);logger.info("[sync] booted state from synced events"),N({hasProjectDefinition:!0,syncStatus:{msg:"Synced",status:"synced"}});let m=k("restoreNavigationAnchor",Oa(l));return d(m)?m:(logger.info("[sync] syncAndReloadState:done"),c("Synced",!0))},Wa=()=>h().mode===f.DEFAULT?null:(N({syncStatus:{msg:"Reload skipped while editing",status:"pending"}}),s("Will not re-materialize if not in default mode, to not lose edit data"));import{Box as at}from"ink";import q from"react";import{Box as mr,Text as pr}from"ink";import Ke,{useEffect as _u,useMemo as ju}from"react";var bt="__epiq_palette_root__",ko="__epiq_palette_command__",Hu=e=>`${ko}${e}`,Vu=e=>{let t=new Set(X(y.NONE));return[...new Set(Object.values(y))].filter(n=>n!=="move").filter(n=>n.length>0).filter(n=>n!==y.PALETTE).map(n=>{let r=jn(n),o=sr.find(i=>i.intent===r);return{command:n,description:o?.description??`[${n}] Run command`,isAvailable:t.has(n)}}).filter(n=>n.command.toLowerCase().startsWith(e)||e.length>=2&&n.description.toLowerCase().includes(e)).sort((n,r)=>n.isAvailable!==r.isAvailable?n.isAvailable?-1:1:n.command.localeCompare(r.command))},Ku=e=>ne.text({id:bt,parentNodeId:e,rank:"000000",name:"Command Palette",props:{},readonly:!0,isVirtual:!0}),zu=(e,t,n)=>ne.text({id:Hu(e.command),parentNodeId:n,rank:String(t).padStart(6,"0"),name:e.command,props:{value:e.description,disabled:!e.isAvailable},readonly:!0,isVirtual:!0}),Gu=e=>{ue(t=>{let n=Ku(t.rootNodeId),r=Object.fromEntries(Object.entries(t.nodes).filter(([i])=>i!==bt&&!i.startsWith(ko))),o=Object.fromEntries(e.map((i,a)=>{let l=zu(i,a,bt);return[l.id,l]}));return{...t,mode:f.PALETTE,currentNodeId:bt,selectedIndex:e.length>0?0:-1,nodes:{...r,[bt]:n,...o}}})},qu=()=>{ue(e=>{let t=Object.fromEntries(Object.entries(e.nodes).filter(([n,r])=>n!==bt&&!n.startsWith(ko)&&!r.isVirtual));return{...e,nodes:t,currentNodeId:e.currentNodeId===bt?e.rootNodeId:e.currentNodeId,selectedIndex:0}})};function Va({width:e,height:t}){let r=es().value.trim().toLowerCase(),o=ju(()=>Vu(r),[r]);_u(()=>(Gu(o),()=>{qu()}),[o]);let i=h().selectedIndex;return Ke.createElement(mr,{flexDirection:"column",width:e,height:t-2},Ke.createElement(mr,{paddingX:1},Ke.createElement(pr,{color:x.accent},"Command Palette"),Ke.createElement(pr,{dimColor:!0}," \u2014 select a command and press enter")),Ke.createElement(Ft,{height:t-4,itemHeight:3,selectedIndex:i},o.map((a,l)=>{let u=l===i,m=a.isAvailable?x.accent:x.secondary2,p=a.isAvailable?"":"[unavailable] ";return Ke.createElement(mr,{key:a.command,flexDirection:"column",paddingX:1,borderLeft:!1,borderBottom:!1,borderColor:x.secondary,borderStyle:"single"},Ke.createElement(pr,{color:m,dimColor:!a.isAvailable,backgroundColor:u&&a.isAvailable?x.secondary:void 0},u?"\u276F ":" ",":"+a.command),Ke.createElement(mr,{paddingLeft:2},Ke.createElement(pr,{dimColor:!a.isAvailable,color:x.secondary2},p+a.description)))})))}import{Box as am}from"ink";import Fo from"react";import yn from"chalk";import{Box as Lo,Text as Ka}from"ink";import vn,{useEffect as Yu,useMemo as Xu,useState as Ju}from"react";var za=yn.gray,Qu=yn.inverse,Zu=yn.inverse.gray,em={hint:"",hints:[],overlap:0,remainder:""},qa=({value:e,command:t})=>{if(!t)return null;let n=e.trimStart(),o=e.length-n.length;return e.slice(o,o+t.length)!==t?null:{start:o,end:o+t.length}},tm=({command:e,modifier:t})=>{if(!t)return null;if(e==="tag"||e==="assign"){let n=ae(t);return{bg:r=>yn.bgHex(n).black(r),bgCursor:r=>yn.bgHex(n).inverse.black(r)}}return Gr(t)},nm=({value:e,command:t,modifier:n})=>{if(!t||!n)return null;let r=qa({value:e,command:t});if(!r)return null;let i=e.slice(r.end).match(/^\s*/)?.[0].length??0,a=r.end+i;return e.slice(a,a+n.length)!==n?null:{start:a,end:a+n.length}},Ga=()=>({value:de.value,cursorPosition:de.cursorPosition,commandIsPending:de.commandIsPending,autoCompletion:de.commandMeta.autoCompletion??em,infoMessage:de.commandMeta.infoMessage,validationStatus:de.commandMeta.validity,command:de.commandMeta.command,inputString:de.commandMeta.inputString,modifier:de.commandMeta.modifier}),rm=(e,t)=>e.value===t.value&&e.cursorPosition===t.cursorPosition&&e.commandIsPending===t.commandIsPending&&e.infoMessage===t.infoMessage&&e.autoCompletion.hint===t.autoCompletion.hint&&e.autoCompletion.overlap===t.autoCompletion.overlap&&e.autoCompletion.remainder===t.autoCompletion.remainder&&e.validationStatus===t.validationStatus&&e.command===t.command&&e.modifier===t.modifier&&e.inputString===t.inputString,Ya=({width:e,mode:t})=>{let[n,r]=Ju(Ga());Yu(()=>{let C=()=>{let I=Ga();r(P=>rm(P,I)?P:I)},E=Qr(C);return C(),()=>{E()}},[]);let{value:o,cursorPosition:i,infoMessage:a,commandIsPending:l,autoCompletion:u,command:m,modifier:p}=n,v=Xu(()=>{let C=Math.max(0,Math.min(i,o.length)),E=qa({value:o,command:m}),I=nm({value:o,command:m,modifier:p}),P=m?Gr(m):null,R=tm({command:m,modifier:p}),w=(ie,me)=>{let Nt=E&&me>=E.start&&me<E.end,ct=I&&me>=I.start&&me<I.end;return Nt&&P?P.fg(ie):ct&&R?R.bg(ie):ie},D=(ie,me)=>{let Nt=E&&me>=E.start&&me<E.end,ct=I&&me>=I.start&&me<I.end;return Nt&&P?P.fgCursor(ie):ct&&R?R.bgCursor(ie):Qu(ie)},ee=o.slice(0,C),oe=o[C]??" ",Fe=C<o.length?o.slice(C+1):"",dt=Array.from(ee).map((ie,me)=>w(ie,me)).join(""),Ee=D(oe,C),Vt=Array.from(Fe).map((ie,me)=>w(ie,C+1+me)).join("");if(u.hint){let ie=u.hint[u.overlap]??oe;Ee=Zu(ie),Vt=za(u.remainder.slice(1)+Fe)}return za(t===f.PALETTE?"?":":")+dt+Ee+Vt},[o,i,u,m,p]);return vn.createElement(Lo,{flexDirection:"column",justifyContent:"flex-start"},vn.createElement(Lo,{flexDirection:"column",paddingX:1,borderColor:x.secondary,borderStyle:"round",width:e},vn.createElement(Lo,null,vn.createElement(Ka,null,v),a&&vn.createElement(Ka,{wrap:"truncate",color:l?x.red:x.secondary2},` ${a} `))))};import Xa from"chalk";import{Box as om,Text as Do}from"ink";import fr from"react";var im=(e,t)=>e.length===t?e:e.length>t?e.slice(0,t):e.padEnd(t," "),sm=(e,t)=>{let n=[],r=0;for(let o of e){let a=(n.length>0?" | ":"").length+o.length;if(r+a>t-4)break;n.push(o),r+=a}return n},Ja=({width:e,availableHints:t})=>{let n=Math.max(0,e-2),r=sm(t,e).join(" | "),o=Xa.hex(x.secondary),i=Xa.hex(x.secondary2),a=o(`\u256D${"\u2500".repeat(n)}\u256E`),l=o(`\u2570${"\u2500".repeat(n)}\u256F`),u=`${o("\u2502")}${i(im(` ${r} `,n))}${o("\u2502")}`;return fr.createElement(om,{flexDirection:"column",width:e},fr.createElement(Do,null,a),fr.createElement(Do,null,u),fr.createElement(Do,null,l))};var hn=({width:e,mode:t,availableHints:n})=>{let r=[],o=0;for(let i of n){let l=(r.length>0?" | ":"").length+i.length;if(o+l>e+2)break;r.push(i),o+=l}return Fo.createElement(am,null,t===f.COMMAND_LINE||t===f.PALETTE?Fo.createElement(Ya,{width:e,mode:t}):Fo.createElement(Ja,{width:e,mode:t,availableHints:n}))};import{Box as jt,Text as Qa}from"ink";import it from"react";var Za=({width:e})=>{let t=[...h().availableActions].map(n=>n.description).filter(n=>n!==void 0).map(n=>{let[r,o]=n.split("]"),i=r?.replace("[",""),a=o?.trim();return[i,a]}).filter(n=>n[0]!==void 0&&n[1]!==void 0).sort(([n],[r])=>n.length===1&&r.length!==1?-1:n.length!==1&&r.length===1?1:n.localeCompare(r,void 0,{sensitivity:"base"}));return t.unshift(["Key(s)","Action"]),it.createElement(jt,{flexDirection:"column",marginTop:3,borderColor:x.secondary,borderStyle:"round",width:e,minHeight:19},it.createElement(jt,{flexDirection:"column",width:e},h().mode===f.HELP?t.map(([n,r],o)=>it.createElement(jt,{paddingLeft:1,key:o,flexDirection:"row"},it.createElement(jt,{key:o,flexDirection:"row",paddingBottom:o?0:1},it.createElement(jt,{width:20,justifyContent:"flex-end"},it.createElement(Qa,{color:o?x.accent:x.secondary},n)),it.createElement(jt,{flexGrow:1,width:40,paddingLeft:2},it.createElement(Qa,{color:o?x.primary:x.secondary},r))))):null))};import dm from"chalk";import{Box as gr,Text as ze}from"ink";import Ce from"react";var ed=({width:e,height:t})=>Ce.createElement(gr,{height:t-4,flexDirection:"column",width:e,paddingTop:1,paddingLeft:2,borderStyle:"round",borderColor:x.secondary,rowGap:1},Ce.createElement(ze,{color:x.accent,bold:!0},"Initialize project"),Ce.createElement(ze,null,`This folder is not an ${dm.hex(x.accent)("epiq")} project yet.`),Ce.createElement(ze,{color:x.primary},"To start tracking issues here, we need to initialize a new",Ce.createElement(ze,{color:x.primary,backgroundColor:x.secondary}," .epiq/project.json "),"file in this repository."),Ce.createElement(gr,{marginTop:1,flexDirection:"column"},Ce.createElement(gr,null,Ce.createElement(ze,{color:x.accent}," "),Ce.createElement(ze,{color:x.primary},"Type "),Ce.createElement(ze,{backgroundColor:x.secondary}," :init "))),Ce.createElement(gr,{marginTop:1},Ce.createElement(ze,{color:x.secondary2},"This will create, commit and push "),Ce.createElement(ze,{color:x.primary,backgroundColor:x.secondary}," .epiq/project.json ")));import{Box as vr,Text as Le}from"ink";import re from"react";var cm=({isDone:e,command:t,value:n})=>re.createElement(vr,null,re.createElement(Le,{color:x.accent,dimColor:e},e?" \u2714 ":" "),re.createElement(Le,{dimColor:e},"Type "),re.createElement(Le,{backgroundColor:x.secondary,dimColor:e}," "+t+" "),n!==void 0&&re.createElement(re.Fragment,null,re.createElement(Le,{dimColor:e}," "),re.createElement(Le,{color:x.secondary,dimColor:e},"<"+n+">"))),lm=e=>{if(typeof e=="string")return e;if(typeof e=="boolean")return e?"yes":"no"};function Oo({width:e,height:t}){let{isSetPreferredEditor:n,isSetUserName:r,userName:o,preferredEditor:i,autoSync:a,isSetAutoSync:l}=Ze(),u=[{key:"username",done:r,command:":config username",value:o,message:"First, choose your username."},{key:"editor",done:n,command:":config editor",value:i,message:"Nice. Now pick your editor."},{key:"autosync",done:l,command:":config autosync",value:a,message:"Almost there. Configure auto sync."}],m=u.findIndex(v=>!v.done),p=m===-1?void 0:u[m];return re.createElement(vr,{height:t-4,flexDirection:"column",width:e,paddingTop:1,paddingLeft:2,borderStyle:"round",borderColor:x.secondary,rowGap:1},re.createElement(Le,{color:x.accent,bold:!0},"Welcome! \u{1F539}"),re.createElement(Le,null,"Let's get you started - it's a breeze."),re.createElement(Le,{color:x.secondary2},"Remember - you can always search available commands by typing:",re.createElement(Le,{color:x.accent}," ? ")),p&&re.createElement(Le,{color:x.secondary2},p.message),re.createElement(vr,{flexDirection:"column"},u.map((v,C)=>m===-1||C<=m?re.createElement(vr,{key:v.key,marginBottom:1},re.createElement(cm,{isDone:v.done,command:v.command,value:v.done?lm(v.value):void 0})):null)))}import xr from"chalk";import{Box as hr,Text as Ge}from"ink";import Z from"react";import{Box as Bo,Text as um}from"ink";import Ht from"react";var mm=(e,t)=>e.length<=t?e:t<=1?"\u2026":e.slice(0,t-1)+"\u2026",td=({width:e})=>{let{viewMode:t}=$(),{breadCrumb:n,currentNode:r,selectedIndex:o}=h(),i=U(r.id)[o],a=ot(i?.id??r.id,"TICKET"),l=ce(a)?a.value:void 0,u=l?.props.tags??[],m=l?.props.assignees??[],p=l?.parentNodeId?!So(r.id,l.parentNodeId)&&t==="dense":!1,v=n.map((E,I)=>{let P=I===n.length-1,R=U(E.id),w=P?R?.[o]?.title:void 0;return`${I?" / ":""}${E.title??""}${w?` \u25B8 ${w}`:""}`}).join(""),C=mm(v,e);return Ht.createElement(Bo,null,Ht.createElement(um,{color:x.secondary2},C),p?u.map(E=>Ht.createElement(Bo,{key:E,paddingLeft:2},Ht.createElement(Bt,{id:E}))):null,p?m.map(E=>Ht.createElement(Bo,{key:E,paddingLeft:2},Ht.createElement(Ot,{id:E}))):null)};import{Box as pm,Text as nd}from"ink";import yr from"react";var fm=({filters:e})=>yr.createElement(pm,{columnGap:1},yr.createElement(nd,{color:"red"},"APPLIED FILTERS:"),e.map(({value:t,target:n,operator:r})=>yr.createElement(nd,{backgroundColor:"black",color:"white"},` ${n}${r}"${t}" `))),rd=yr.memo(fm);var od="0.6.1";import Uo from"chalk";import{Box as gm,Text as id}from"ink";import $o,{useEffect as vm,useState as ym}from"react";var hm=["#4c567a","#9d7cd8","#7aa2f7","#7dcfff","#9d7cd8"],sd=e=>{let t=e.replace("#","");return{r:parseInt(t.slice(0,2),16),g:parseInt(t.slice(2,4),16),b:parseInt(t.slice(4,6),16)}},xm=({r:e,g:t,b:n})=>{let r=o=>Math.round(Math.max(0,Math.min(255,o))).toString(16).padStart(2,"0");return`#${r(e)}${r(t)}${r(n)}`},Cm=(e,t,n)=>{let r=sd(e),o=sd(t);return xm({r:r.r+(o.r-r.r)*n,g:r.g+(o.g-r.g)*n,b:r.b+(o.b-r.b)*n})},Em=(e,t)=>{if(e.length===1)return e[0];let n=t*(e.length-1),r=Math.floor(n),o=n-r,i=e[r],a=e[Math.min(r+1,e.length-1)];return Cm(i,a,o)};function ad({syncStatus:e,autoSync:t}){let[n,r]=ym(0);vm(()=>{if(e.status!=="syncing"){r(0);return}let l=setInterval(()=>{r(u=>u+1)},50);return()=>clearInterval(l)},[e.status]);let o={synced:" ",failed:"retry",syncing:"...",pending:"wait"},a={synced:x.secondary2,failed:x.yellow,pending:x.secondary2,syncing:Em(hm,(Math.sin(n*.12)+1)/2)??""}[e.status];return $o.createElement(gm,null,$o.createElement(id,null,Uo.hex(x.secondary2).dim(t?"AutoSync: ":"Sync: ")),$o.createElement(id,null,Uo.hex(a)("\u25CF")+Uo.hex(x.secondary2).dim(` ${o[e.status].padEnd(4)} `)))}function Cr({filters:e,hideBreadCrumb:t=!1}){let{timeMode:n,eventLog:r,unappliedEvents:o,syncStatus:i,mode:a}=Q(),{userName:l,preferredEditor:u,autoSync:m}=$(),p=56,v=process.stdout.columns-p-8,C=r.at(-1)?.id,E=$n(C??""),I=ce(E)?Ui(E.value):"INVALID DATE";return Z.createElement(hr,{justifyContent:"space-between",flexDirection:"row","max-width":process.stdout.columns-40,overflow:"hidden"},t?Z.createElement(Ge,null," "):Z.createElement(hr,{paddingLeft:1},e.length>0?Z.createElement(rd,{filters:e}):Z.createElement(td,{width:v})),n==="live"?Z.createElement(hr,{columnGap:1,paddingRight:2,"max-width":p,overflow:"hidden",justifyContent:"flex-end"},Z.createElement(ad,{autoSync:!!m,syncStatus:i}),Z.createElement(Ge,null,xr.hex(x.secondary2).dim("Mode: ")+xr.hex(x.secondary2).dim(a.padEnd(8," "))," "),Z.createElement(dd,{icon:"@",value:l}),Z.createElement(dd,{icon:"\u276F",value:u}),Z.createElement(Ge,{dimColor:!0,color:x.secondary2},od+" ")):"",n==="peek"?Z.createElement(hr,{paddingLeft:1},Z.createElement(Ge,{backgroundColor:x.yellow}," Readonly "),Z.createElement(Ge,{color:x.yellow}," "+o.length+" edits ago at "),Z.createElement(Ge,{backgroundColor:x.yellow,color:x.accent}," "+I+" "),Z.createElement(Ge,{color:x.yellow},". Resume with "),Z.createElement(Ge,{backgroundColor:x.yellow}," :peek now ")):"")}function dd({icon:e,value:t}){return Z.createElement(Ge,null,xr.dim(e)+xr.hex(x.accent)(` ${t??"-"} `))}import{Box as bm,Text as Nm}from"ink";import xn from"react";import{Box as Er,Text as Wo}from"ink";import st from"react";function _o(){let e=Q(),t=e.nodes[e.rootNodeId],o=process.stdout.rows-1-3,i=process.stdout.columns||120,a=t?.id?O(t?.id):[];return st.createElement(Er,{flexDirection:"column",height:o,padding:1,borderStyle:"round",borderColor:x.secondary,width:i},st.createElement(Er,{padding:1,paddingTop:0,paddingBottom:0},st.createElement(Wo,null,"Select a board:")),st.createElement(Er,{padding:1,flexDirection:"column"},a.map((l,u)=>{let m=e.currentNode.context==="WORKSPACE"&&e.selectedIndex===u,v=O(l.id).flatMap(({id:C})=>U(C)).length;return st.createElement(Er,{key:l.id??u},st.createElement(Wo,{color:m?x.accent:x.secondary2},st.createElement(ge,{isSelected:m})),st.createElement(Wo,{color:m?x.accent:x.secondary2},l.title," (",v," issues)",l.readonly?" \u{1F512}":""))})))}var Sm=({currentNode:e,selectedIndex:t,breadCrumb:n,mode:r,viewMode:o,height:i,width:a})=>{let{renderedChildrenIndex:l}=Q(),u=n.find(({context:C})=>C==="BOARD"),v=i-1-3;return xn.createElement(bm,{flexDirection:"row"},e.context==="WORKSPACE"?xn.createElement(_o,null):u?xn.createElement(qn,{height:v,width:a,swimlanes:(l[u.id]??[]).filter(C=>C!==void 0&&St(C)),currentNode:e,selectedIndex:t,breadCrumb:n,viewMode:o,mode:r}):xn.createElement(Nm,null))},cd=xn.memo(Sm);function jo({width:e,height:t}){let n=Q(),r=n.filters;if(n.mode===f.HELP)return q.createElement(at,{flexDirection:"column"},q.createElement(Za,{width:e}));if(n.mode===f.PALETTE)return q.createElement(at,{flexDirection:"column"},q.createElement(Va,{width:e,height:t}),q.createElement(hn,{width:e,mode:n.mode,availableHints:n.availableHints}));let{isSetupDone:o}=Ze(),i=!o,a=o&&!n.hasProjectDefinition;if(i)return q.createElement(at,{flexDirection:"column"},q.createElement(at,{flexDirection:"column"},q.createElement(Cr,{hideBreadCrumb:!0,filters:r}),q.createElement(Oo,{height:t,width:e})),q.createElement(hn,{width:e,mode:n.mode,availableHints:n.availableHints}));if(a)return q.createElement(at,{flexDirection:"column"},q.createElement(at,{flexDirection:"column"},q.createElement(Cr,{hideBreadCrumb:!0,filters:r}),q.createElement(ed,{height:t,width:e})),q.createElement(hn,{width:e,mode:n.mode,availableHints:n.availableHints}));let l=Se(n.breadCrumb??[],"BOARD");if(ce(l)){let u=l.value.id,m=O(u).length,p=3,v=Math.floor(e/p),C=Math.floor(e/Math.max(m,1));e=Math.min(C,v)*Math.max(m,p)}return q.createElement(at,{flexDirection:"column"},q.createElement(at,{flexDirection:"column"},q.createElement(Cr,{filters:r}),q.createElement(cd,{width:e,height:t,currentNode:n.currentNode,selectedIndex:n.selectedIndex,breadCrumb:n.breadCrumb,viewMode:$().viewMode??"dense",mode:n.mode})),q.createElement(hn,{width:e,mode:n.mode,availableHints:n.availableHints}))}import Im from"readline";var br,Nr,De,Rm=new Set([g.MoveCursorLeft,g.EraseInputWord,g.MoveCursorLeftOfWord,g.MoveCursorRight,g.MoveCursorRightOfWord,g.NavToPreviousContainer,g.NavToNextContainer,g.NavPreviousItem,g.NavNextItem,g.SetViewDense,g.SetViewWide,g.Confirm,g.Exit,g.InitCommandLine,g.InitCommandPalette,g.ExitCommandLine,g.CaptureInput,g.EraseInput,g.EraseInputWord,g.HideHelp,g.ViewHelp,g.SetViewDense,g.SetViewWide,g.GetLastCommandFromHistory,g.GetNextCommandFromHistory,g.AutoCompleteCommand]),ld=async e=>{if(e.ctrl&&e.name==="c")return B.exit();let{actionIndex:t,mode:n,readOnly:r}=h(),o=as(e,n);if(!o||r&&!Rm.has(o))return;let i=t[n]?.[o];if(i?.action)try{await i.action(i,e)}catch(a){logger.error(a)}},Am=()=>async function(t,n){n.name!=="escape"&&(De&&(clearTimeout(De),De=void 0),await ld(n))},wm=()=>async function(t){if(t.length===1&&t[0]===27){De&&clearTimeout(De),De=setTimeout(()=>{ld({name:"escape",ctrl:!1,meta:!1,shift:!1,sequence:"\x1B"}),De=void 0},25);return}De&&(clearTimeout(De),De=void 0)};function ud(){br&&process.stdin.removeListener("keypress",br),Nr&&process.stdin.removeListener("data",Nr),br=Am(),Nr=wm(),Im.emitKeypressEvents(process.stdin),process.stdin.isTTY&&process.stdin.setRawMode(!0),process.stdin.on("data",Nr),process.stdin.on("keypress",br)}Mm(`${Sr.bold("Epiq CLI")}
60
63
 
61
- ${ho.dim("Boot in directory:")}
62
- ${ho.cyan("$ epiq")}
64
+ ${Sr.dim("Boot in directory:")}
65
+ ${Sr.cyan("$ epiq")}
63
66
 
64
- `,{importMeta:import.meta,flags:{init:{type:"boolean",default:!1}}});var Pa=process.stdout.columns||120,ka=process.stdout.rows||20,ir=null,fu=e=>{if(!ir){ir=uu(e);return}ir.rerender(e)},Da=()=>{fu(pu.createElement(xo,{width:Pa,height:ka}))},gu=()=>{let e=Se(process.cwd());return d(e)?{hasProject:!1,epiqRootDir:null,events:[]}:{hasProject:!0,epiqRootDir:e.value,events:[]}};async function vu(){let e=Ms();d(e)||pe(e.value);let t=gu();if(t.hasProject){await wi();let r=lt(t.epiqRootDir);d(r)||(t.events=r.value)}let n=gn({hasProject:t.hasProject,eventLog:t.events});d(n)&&logger.info(`Failed to boot state: ${n.message}`),b({hasProject:t.hasProject}),Da(),Ma()}process.stdout.on("resize",()=>{Pa=process.stdout.columns||120,ka=process.stdout.rows||20,ir&&Da()});(async()=>(console.clear(),await vu()))();
67
+ `,{importMeta:import.meta,flags:{init:{type:"boolean",default:!1}}});var md=process.stdout.columns||120,pd=process.stdout.rows||20,Ir=null,km=e=>{try{return Ir?(Ir.rerender(e),c("Rerendered app",void 0)):(Ir=Tm(e),c("Rendered app",void 0))}catch(t){return s(`Unable to render app: ${wo(t)}`)}},fd=()=>km(Pm.createElement(jo,{width:md,height:pd}));async function Lm(){try{let e=Ms();ce(e)&&ye(e.value);let t=Je(process.cwd()),n=[];if(ce(t)){let i=t.value,a=await ja(i);if(d(a))return _t(3,a.message);let l=$t(a.value.stateBranchRoot);if(d(l))return _t(3,l.message);n=l.value}let r=tr(n);if(d(r))return _t(4,r.message);N({hasProjectDefinition:ce(t),hasInitializingEvents:!!n.length});let o=fd();return d(o)?_t(6,o.message):(ud(),c("Booted Epiq",void 0))}catch(e){return _t(0,wo(e))}}process.stdout.on("resize",()=>{if(md=process.stdout.columns||120,pd=process.stdout.rows||20,!Ir)return;let e=fd();d(e)&&logger.info(`[boot:resize] ${e.message}`)});(async()=>{console.clear();let e=await Lm();d(e)&&(logger.info(e.message),console.error(Sr.red(`Failed to boot Epiq:
68
+ ${e.message}`)),process.exitCode=1)})();