epiq 0.3.9 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +52 -46
- package/dist/mcp.js +52 -45
- package/package.json +1 -2
package/dist/mcp.js
CHANGED
|
@@ -1,58 +1,65 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{McpServer as As}from"@modelcontextprotocol/sdk/server/mcp.js";import{StdioServerTransport as ws}from"@modelcontextprotocol/sdk/server/stdio.js";import{z as R}from"zod";var oe={None:"none",Success:"success",Fail:"fail"},i=e=>({status:oe.Fail,message:e,value:null}),d=(e,t)=>({status:oe.Success,message:e,value:t}),a=e=>e.status==="fail";import{ulid as yo}from"ulid";import{monotonicFactory as wo,ulid as Xe}from"ulid";var Ze=wo(),Qe=({name:e,parent:t,user:{userId:n,userName:r}})=>{let o=Ze(),s=Ze(),l=Ze(),c=Ze();return[{id:Xe(),userId:n,userName:r,action:"add.issue",payload:{id:o,parent:t,name:e}},{id:Xe(),userId:n,userName:r,action:"add.field",payload:{id:s,parent:o,name:"Description",val:""}},{id:Xe(),userId:n,userName:r,action:"add.field",payload:{id:l,parent:o,name:"Assignees"}},{id:Xe(),userId:n,userName:r,action:"add.field",payload:{id:c,parent:o,name:"Tags"}}]};import Pe from"chalk";import{monotonicFactory as xs,ulid as de}from"ulid";import{useSyncExternalStore as Qm}from"react";var M={WORKSPACE:"WORKSPACE",BOARD:"BOARD",SWIMLANE:"SWIMLANE",TICKET:"TICKET",FIELD:"FIELD",FIELD_LIST:"FIELD_LIST",TEXT:"TEXT"};function V(e){return e.context==="TICKET"}var p={DEFAULT:"default",MOVE:"move",HELP:"help",COMMAND_LINE:"command-line"};function et(e,t){let n=Math.min(e.length,t.length),r=0;for(;r<n&&e[r]===t[r];)r++;return r}var tt=e=>typeof e!="string"?"":e.replace(/[\x00-\x08\x0B-\x1F\x7F]/g,"").replace(/[\r\n\t]/g," ").replace(/\s+/g," ").trim();var fn=e=>{let t=new Map;for(let n of e)for(let r=1;r<=n.length;r++){let o=n.slice(0,r),s=t.get(o);s?s.push(n):t.set(o,[n])}return t},vn=(e,t)=>t?e.get(t)??[]:[];var Nn=new WeakMap,To=e=>{let t=Nn.get(e);return t||(t=fn(e),Nn.set(e,t)),t};var yn=({wordList:e,inputToMatch:t,overlapThreshold:n=1})=>{let r=t.toLowerCase();return vn(To(e),r).filter(s=>et(r,s)>=n)};var En=({inputToMatch:e,lastWord:t},n)=>{if(t.endsWith(" "))return{hint:"",hints:[],overlap:0,remainder:""};let r=yn({wordList:n,inputToMatch:e,overlapThreshold:1});return Mo(t,r)},Mo=(e,t)=>{let n=t[0]??"",r=et(e.toLowerCase(),n.toLowerCase()),[o,s]=n.split(":"),l=r<(o??"").length,c=!!s,f=(c&&l?o:n)+(c&&l?":":" "),E=f.slice(r);return{hint:f,hints:t,overlap:r,remainder:E}};var In=["vim","nvim","nano","micro","emacs","hx","code","code-insiders","subl","notepad","notepad++","idea","webstorm","default","system","$EDITOR","$VISUAL"];var xe=24n,Po=xe*4n,nt=(1n<<Po)-1n,Lo=/^[0-9a-f]+$/;function xn(e){if(!e||!Lo.test(e))throw new Error(`Invalid hex rank: ${e}`);return BigInt("0x"+e)}function rt(e,t=xe){if(e<0n)throw new Error("Negative rank not allowed");return e.toString(16).padStart(Number(t),"0")}function Le(e,t){if(!e&&!t)return rt(nt/2n,xe);let n=e?xn(e):0n,r=t?xn(t):nt;if(r<=n)return rt(nt/2n,xe);let o=(n+r)/2n;return o===n||o===r?"":rt(o,xe)}function ee(){return rt(nt/2n,xe)}var ne={workspace:(e,t)=>({id:e,title:t,rank:ee(),isDeleted:!1,props:{},context:M.WORKSPACE,childRenderAxis:"vertical",parentNodeId:null,readonly:!0,log:[]}),board:(e,t,n,r=!1)=>({id:e,title:t,rank:ee(),isDeleted:!1,props:{},context:M.BOARD,childRenderAxis:"horizontal",parentNodeId:n,readonly:r,log:[]}),swimlane:(e,t,n)=>({id:e,title:t,rank:ee(),isDeleted:!1,props:{},context:M.SWIMLANE,childRenderAxis:"vertical",childNavigationAcrossParents:!0,parentNodeId:n,readonly:!1,log:[]}),field:(e,t,n,r={},o="horizontal")=>({id:e,title:t,rank:ee(),isDeleted:!1,props:r,context:M.FIELD,childRenderAxis:o,parentNodeId:n,readonly:!1,log:[]}),ticket:(e,t,n)=>({id:e,title:t,rank:ee(),isDeleted:!1,props:{},context:M.TICKET,childRenderAxis:"vertical",parentNodeId:n,readonly:!1,log:[]}),text:({id:e,name:t,parentNodeId:n,props:r={},readonly:o=!0})=>({id:e,title:t,rank:ee(),isDeleted:!1,props:r,context:M.TEXT,childRenderAxis:"vertical",parentNodeId:n,readonly:o,log:[]})};var K=e=>Object.values(N().nodes).filter(t=>!!t&&!t.isDeleted&&t.parentNodeId===e).sort((t,n)=>t.rank.localeCompare(n.rank)),hn=(e,t)=>e.findIndex(n=>n.id===t),Pt=(e,t={at:"end"})=>{if(e.length===0)return d("Resolved rank",ee());switch(t.at){case"start":{let n=e[0];return n?d("Resolved rank",Le(void 0,n.rank)):i("Unable to resolve first sibling")}case"end":{let n=e[e.length-1];return n?d("Resolved rank",Le(n.rank,void 0)):i("Unable to resolve last sibling")}case"before":{let n=hn(e,t.sibling);if(n<0)return i("Sibling not found");let r=n>0?e[n-1]:void 0,o=e[n];return o?d("Resolved rank",Le(r?.rank,o.rank)):i("Sibling not found")}case"after":{let n=hn(e,t.sibling);if(n<0)return i("Sibling not found");let r=e[n],o=n<e.length-1?e[n+1]:void 0;return r?d("Resolved rank",Le(r.rank,o?.rank)):i("Sibling not found")}}};var he=(e,t)=>{let{nodes:n}=N(),r=n[e];if(!r)return i("Node not found");if(r.context===t)return d("Resolved ancestor node",r);let o=r.parentNodeId?n[r.parentNodeId]:void 0;for(;o;){if(o.context===t)return d("Resolved ancestor node",o);o=o.parentNodeId?n[o.parentNodeId]:void 0}return i(`No ancestor found for context: ${t}`)},Do=(e,t)=>{let{nodes:n}=N(),r=n[e];for(;r?.parentNodeId;){if(r.parentNodeId===t)return!0;r=n[r.parentNodeId]}return!1},Lt=(e,t)=>e?e.readonly?i({move:"Cannot move readonly node",rename:"Cannot rename readonly node",edit:"Cannot edit readonly node"}[t]):null:i("Node not found"),y={deleteNode(e){j(t=>{let n={...t.nodes};return delete n[e],{...t,nodes:n}})},editValue(e,t){let{nodes:n}=N(),r=n[e];if(!r)return i("Edit target node not found");let o=Lt(r,"edit");if(o)return o;let s={...r,props:{...r.props,value:t}};return y.updateNode(s),d("Issue description updated",{md:t})},renameNode(e,t){let n=this.getNode(e);if(!n)return i("Rename target node not found");let r=Lt(n,"rename");if(r)return r;let o={...n,title:t};return this.updateNode(o),d("Renamed node",o)},getExistingTags(){let{tags:e}=N();return[...new Set(Object.values(e).map(t=>t.name).filter(Boolean))]},getExistingAssignees(){let{contributors:e}=N();return[...new Set(Object.values(e).map(t=>t.name).filter(Boolean))]},getFieldByTitle(e,t){return K(e).find(n=>n.title===t)},moveNode({id:e,parentId:t,position:n={at:"end"}}){let{rootNodeId:r}=N(),o=this.getNode(e),s=this.getNode(t);if(!o)return i("Node not found");if(!s)return i("Target parent not found");if(r===e)return i("Cannot move root node");if(e===t)return i("Cannot move node into itself");let l=Lt(o,"move");if(l)return l;if(Do(t,e))return i("Cannot move node into its own descendant");let c=K(t).filter(f=>f.id!==e),u=Pt(c,n);if(a(u))return u;let g={...o,parentNodeId:t,rank:u.value};return this.updateNode(g),d("Moved node successfully",g)},tombstoneNode(e){let{nodes:t,currentNodeId:n,rootNodeId:r}=N(),o=this.getNode(e);if(!o)return i("Node not found");if(r===e)return i("Cannot delete root node");let s=new Set,l=u=>{let g=t[u];if(!(!g||s.has(u))){s.add(u);for(let f of K(g.id))l(f.id)}};l(e);let c={...structuredClone(t)};for(let u of s){if(!c[u])return i("Unable to locate node to delete");c[u]={...c[u],isDeleted:!0}}return n?(I({nodes:c}),d("Successfully tomb stoned",o)):i("Unable to delete undefined")},createContributor(e){let t=j(n=>({...n,contributors:{...n.contributors,[e.id]:e}}));return a(t)?i("Unable to create contributor"):d("Created contributor",e)},assign(e,t,n){let r=y.getContributor(t),o=y.getNode(e);if(!o||!r)return i("Unable assign contributor to issue");let s=this.getFieldByTitle(o.id,"Assignees");if(!s)return i("Unable to locate assignees field");if(K(s.id).some(u=>u.props?.value===t))return i("Contributor already assigned");let c=this.createNodeAtPosition(ne.field(n,r.name,s.id,{value:t}));return a(c)?c:d("Assigned contributor",c.value)},createTag(e){let t=j(n=>({...n,tags:{...n.tags,[e.id]:e}}));return a(t)?i("Could not create tag"):d("Tag created",e)},tag(e,t,n){let r=y.getTag(t),o=y.getNode(e);if(!r)return i("Unable to add tag, missing tag");if(!o)return i("Unable to add tag, missing target");let s=this.getFieldByTitle(o.id,"Tags");if(!s)return i("Unable to locate tags field");if(K(s.id).some(u=>u.props?.value===t))return i("Tag already assigned");let c=this.createNodeAtPosition(ne.field(n,r.name,s.id,{value:t}));return a(c)?c:d("Tag added",c.value)},untag(e,t){let n=y.getTag(t),r=y.getNode(e);if(!n)return i("Unable to remove tag, missing tag");if(!r)return i("Unable to remove tag, missing target");let o=this.getFieldByTitle(r.id,"Tags");if(!o)return i("Unable to locate tags field");let s=K(o.id).find(c=>c.props?.value===t);if(!s)return d("Issue is not tagged with that tag",null);let l={...s,isDeleted:!0};return this.updateNode(l),d("Tag removed",l)},unassign(e,t){let n=y.getContributor(t),r=y.getNode(e);if(!n)return i("Unable to unassign, missing contributor");if(!r)return i("Unable to unassign, missing target");let o=this.getFieldByTitle(r.id,"Assignees");if(!o)return i("Unable to locate assignees field");let s=K(o.id).find(c=>c.props?.value===t);if(!s)return d("Issue is not assigned to that contributor",null);let l={...s,isDeleted:!0};return this.updateNode(l),d("Assignee removed",l)},createNodeAtPosition(e,t={at:"end"}){if(!e.parentNodeId){let s={...e,rank:ee()};return this.createNode(s),d("Created node",s)}let n=K(e.parentNodeId),r=Pt(n,t);if(a(r))return r;let o={...e,rank:r.value};return this.createNode(o),d("Created node",o)},createNode(e){let t=j(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return a(t)?i("Unable to create node"):d("Node created",e)},lockNode(e){let t=this.getNode(e);if(!t)return i("Failed to locate node");let n={...t,readonly:!0},r=j(o=>({...o,nodes:{...o.nodes,[e]:n}}));return a(r)?i(r.message):d("Locked node",n)},updateNode(e){let t=j(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return a(t)?t:d("Updated node",e)},getContributor(e){return N().contributors[e]},getTag(e){return N().tags[e]},getNode(e){return N().nodes[e]},getSiblings:e=>Object.values(N().nodes).filter(t=>!t.isDeleted&&t.parentNodeId===e).sort((t,n)=>t.rank.localeCompare(n.rank))};var ot={autoSync:!1,preferredEditor:null,userName:null,userId:null},ie=()=>ot,it=e=>(ot={...ot,...e},ot);var Cn=()=>{let e=ie(),t=!!e.userName?.trim(),n=!!e.preferredEditor?.trim();return{isSetup:n&&t,hasPreferredEditor:n,hasUserName:t,userName:e.userName,preferredEditor:e.preferredEditor}},bn=()=>!De();var B={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"},Sn={accent:B.cyan,accent2:B.magenta,primary:B.white,secondary:B.grayDark,secondary2:B.grayLight,gray:B.gray,green:B.green,yellow:B.yellow,red:B.red};var v={red:B.red,yellow:B.yellow,green:B.green,blue:B.blue,magenta:B.magenta,cyan:B.cyan},st={urgent:v.red,critical:v.red,important:v.red,blocker:v.red,asap:v.red,immediate:v.red,fail:v.red,failure:v.red,broken:v.red,bug:v.red,error:v.red,incident:v.red,outage:v.red,production:v.red,crash:v.red,security:v.red,warning:v.yellow,warn:v.yellow,risky:v.yellow,risk:v.yellow,attention:v.yellow,pending:v.yellow,review:v.yellow,"needs-review":v.yellow,qa:v.yellow,testing:v.yellow,test:v.yellow,validate:v.yellow,verification:v.yellow,staging:v.yellow,check:v.yellow,"follow-up":v.yellow,followup:v.yellow,waiting:v.yellow,blocked:v.yellow,hold:v.yellow,done:v.green,complete:v.green,completed:v.green,success:v.green,ok:v.green,stable:v.green,resolved:v.green,fixed:v.green,closed:v.green,merged:v.green,released:v.green,deployed:v.green,approved:v.green,verified:v.green,working:v.green,healthy:v.green,pass:v.green,passing:v.green,info:v.blue,information:v.blue,note:v.blue,docs:v.blue,documentation:v.blue,doc:v.blue,guide:v.blue,help:v.blue,explanation:v.blue,detail:v.blue,details:v.blue,context:v.blue,design:v.blue,discussion:v.blue,proposal:v.blue,idea:v.blue,feature:v.magenta,enhancement:v.magenta,improvement:v.magenta,refactor:v.magenta,refactoring:v.magenta,cleanup:v.magenta,optimize:v.magenta,optimization:v.magenta,perf:v.magenta,performance:v.magenta,upgrade:v.magenta,migration:v.magenta,modernize:v.magenta,debt:v.magenta,todo:v.cyan,next:v.cyan,planned:v.cyan,plan:v.cyan,future:v.cyan,backlog:v.cyan,investigate:v.cyan,explore:v.cyan,prototype:v.cyan};var Rn=(e,t)=>{let r=h(e.id).find(o=>o.title===t);return r?h(r.id).map(o=>typeof o.props?.value=="string"?o.props.value:"").filter(o=>!!o):[]},Fo=e=>Rn(e,"Tags").map(t=>y.getTag(t)).filter(t=>!!t),at=()=>{let{breadCrumb:e,selectedNode:t}=N(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!V(n)?i("Invalid untag target"):d("Retrieved tags from ticket in breadcrumb",Fo(n)??[])},dt=()=>{let{breadCrumb:e,selectedNode:t}=N(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!V(n)?i("Invalid untag target"):d("Retrieved tags from ticket in breadcrumb",ko(n)??[])},ko=e=>Rn(e,"Assignees").map(t=>y.getContributor(t)).filter(t=>!!t);var An=(e,t)=>{let r=h(e.id).find(o=>o.title===t);return r&&typeof r.props?.value=="string"?tt(r.props.value):""};var m={INIT:"init",HELP:"help",NEW:"new",TAG:"tag",UNTAG:"untag",MOVE:"move",PEEK:"peek",FILTER:"filter",ASSIGN:"assign",UNASSIGN:"unassign",DELETE:"delete",RENAME:"rename",CLOSE_ISSUE:"close",RE_OPEN_ISSUE:"reopen",SET_DESCRIPTION:"edit",SET_EDITOR:"config:editor",SET_VIEW:"config:view",SET_USERNAME:"config:username",SYNC:"sync",NONE:""};var Oo=/^(\d+)(h|d|w|mo|y)$/,Uo=/^(\d{4})-(\d{2})-(\d{2})(?:(?::|\s)(\d{2}):(\d{2}))?$/,_o=({year:e,month:t,day:n,hour:r=0,minute:o=0})=>{let s=new Date(e,t-1,n,r,o);return s.getFullYear()===e&&s.getMonth()===t-1&&s.getDate()===n&&s.getHours()===r&&s.getMinutes()===o},Bo=(e,t=new Date)=>{let n=e.match(Oo);if(!n)return null;let[,r,o]=n,s=Number(r);if(!Number.isInteger(s)||s<=0)return null;let l=new Date(t);switch(o){case"h":return l.setHours(l.getHours()-s),l;case"d":return l.setDate(l.getDate()-s),l;case"w":return l.setDate(l.getDate()-s*7),l;case"mo":return l.setMonth(l.getMonth()-s),l;case"y":return l.setFullYear(l.getFullYear()-s),l;default:return null}},Wo=e=>{let t=e.match(Uo);if(!t)return null;let[,n,r,o,s,l]=t,c=Number(n),u=Number(r),g=Number(o),f=s?Number(s):0,E=l?Number(l):0;return _o({year:c,month:u,day:g,hour:f,minute:E})?new Date(c,u-1,g,f,E):null},lt=e=>{let t=e.trim().toLowerCase();return Bo(t)??Wo(t)},wn=({date:e,horizonDate:t})=>t?e.getTime()>=t.getTime():!0,$o=[{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}],Tn=(e=$o)=>{let t=[];for(let{unit:n,from:r,to:o}of e)for(let s=r;s<=o;s++)t.push(`${s}${n}`);return t};var Ho=["BOARD","TICKET","SWIMLANE"],U=e=>{let{currentNode:t,readOnly:n,selectedNode:r}=N(),o=Cn().isSetup,s=t.context,l=r?.context,c=[m.SYNC,m.HELP,m.SET_VIEW,m.SET_EDITOR,m.SET_USERNAME],u=[m.NEW,m.RENAME,m.DELETE],g=[m.TAG,m.UNTAG,m.ASSIGN,m.UNASSIGN,m.CLOSE_ISSUE,m.RE_OPEN_ISSUE,m.SET_DESCRIPTION],f=[m.FILTER,m.PEEK],E={WORKSPACE:[...c,...u],BOARD:[...f,...c,...u],SWIMLANE:[...f,...c,...u],TICKET:[...c,...u,...g],FIELD:[...c,...g],FIELD_LIST:[...c,...g],TEXT:[...c]},C=l&&Ho.includes(l),b=[...E[s||"WORKSPACE"]].filter(H=>[m.RENAME,m.DELETE,m.MOVE].includes(H)?C:!0),w={[m.PEEK]:[...Tn(),"now","prev","next"],[m.SYNC]:[],[m.INIT]:[],[m.SET_USERNAME]:[],[m.SET_DESCRIPTION]:["confirm"],[m.DELETE]:["confirm"],[m.RE_OPEN_ISSUE]:["confirm"],[m.MOVE]:["start","confirm","next","previous","to-next","to-previous","cancel"],[m.CLOSE_ISSUE]:["confirm"],[m.FILTER]:["tag","assignee","description","title","clear"],[m.SET_VIEW]:["dense","wide"],[m.SET_EDITOR]:[...In],[m.TAG]:[...new Set([...Object.keys(st),...y.getExistingTags()])],[m.UNTAG]:[...at()?.value?.map(({name:H})=>H)??[]],[m.UNASSIGN]:[...dt()?.value?.map(({name:H})=>H)??[]],[m.ASSIGN]:y.getExistingAssignees(),[m.HELP]:[],[m.RENAME]:[],[m.NEW]:s==="TICKET"||s==="FIELD"||s==="FIELD_LIST"?["issue","swimlane","board"]:s==="SWIMLANE"?["issue","swimlane","board"]:s==="BOARD"?["issue","swimlane","board"]:["board"],[m.NONE]:b};return o?bn()?n&&(w={[m.NONE]:[m.HELP,m.PEEK],[m.HELP]:w[m.HELP],[m.PEEK]:w[m.PEEK]}):w={[m.NONE]:[m.HELP,m.INIT],[m.HELP]:w[m.HELP],[m.INIT]:w[m.INIT]}:w={[m.NONE]:[m.HELP,m.SET_EDITOR,m.SET_USERNAME],[m.HELP]:w[m.HELP],[m.SET_EDITOR]:w[m.SET_EDITOR],[m.SET_USERNAME]:w[m.SET_USERNAME]},w[e]??[]};import Ce from"chalk";import{decodeTime as Mn}from"ulid";var Pn=e=>{try{return d("Decoded date",new Date(Mn(e)))}catch(t){return i("Decoding failed + "+t.message)}},Dt=e=>{if(!e?.id)return null;try{return Mn(e.id)}catch{return null}};var Ne=(e,t)=>{let n=e.find(r=>r.context===t);return n!==void 0?d("Found node",n):i("Unable to find node in breadcrumb")};import Ln from"chalk";var kt={stringColor:{saturation:50,lightness:60},gradient:{stops:[[174,150,240],[92,138,232],[102,204,226]]}},Ko=(e,t,n)=>Math.max(t,Math.min(n,e)),Ft=(e,t,n)=>e+(t-e)*n,Dn=e=>{let t=0;for(let n=0;n<e.length;n++)t=t*31+e.charCodeAt(n)>>>0;return t},Vo=(e,t,n)=>{let r=t/100,o=n/100,s=(1-Math.abs(2*o-1))*r,l=e/60,c=s*(1-Math.abs(l%2-1)),u=0,g=0,f=0;l>=0&&l<1?(u=s,g=c):l>=1&&l<2?(u=c,g=s):l>=2&&l<3?(g=s,f=c):l>=3&&l<4?(g=c,f=s):l>=4&&l<5?(u=c,f=s):(u=s,f=c);let E=o-s/2;return[Math.round((u+E)*255),Math.round((g+E)*255),Math.round((f+E)*255)]},jo=([e,t,n])=>`#${e.toString(16).padStart(2,"0")}${t.toString(16).padStart(2,"0")}${n.toString(16).padStart(2,"0")}`,zo=(e,t,n)=>[Math.round(Ft(e[0],t[0],n)),Math.round(Ft(e[1],t[1],n)),Math.round(Ft(e[2],t[2],n))],Go=e=>{let n=Dn(e)%360,r=Vo(n,kt.stringColor.saturation,kt.stringColor.lightness);return jo(r)},qo=e=>{let t=kt.gradient.stops,n=Ko(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,s=Math.min(Math.floor(o),r-1),l=o-s;return zo(t[s],t[s+1],l)},ct=e=>Dn(e.toLowerCase().trim())/4294967295,Jo=e=>{let t=ct(e);return qo(t)},Yo=e=>{let[t,n,r]=Jo(e);return{normal:o=>Ln.bgRgb(t,n,r).black(o),cursor:o=>Ln.bgRgb(t,n,r).white.bold(o)}};var Ot=e=>Yo(e).normal(` ${e} `),Fe=(e,t=st)=>{let r=(o=>o.toLowerCase().trim())(e);return r&&t[r]?t[r]:Go(r)};var se={None:"none",Invalid:"invalid",Valid:"valid"};var Xo=["BOARD","TICKET","SWIMLANE"],Ut=()=>{let e=N().selectedNode;return e?.context?Xo.includes(e?.context)?O():D({message:"Command not available in this context"}):D({message:"Missing target context"})},z="<ENTER> to confirm",O=(e="",t=[])=>({message:e,validity:se.Valid,completionWordList:t}),D=({message:e,completionWordList:t=[]})=>({validity:se.Invalid,message:e,completionWordList:t}),Oe=e=>e.length===0,me=({prefix:e="",wordList:t,postfix:n="",noOfHints:r=100,inputString:o,minLengthForHints:s=1})=>{let u=[...t.filter(Boolean).filter(f=>f.startsWith(o.trim()))].sort((f,E)=>ct(f)-ct(E)).slice(0,r).map(Ot),g=u.length>s?u.join(" "):"";return g?`${e}${g}${n}`:""},_t=({modifier:e})=>{let t="confirm";return e===t?O(z):D({message:Oe(e)?`if you are certain, enter ${Ot(t)}`:"",completionWordList:[t]})},Zo=({list:e,hint:t})=>({modifier:n})=>e.includes(n)?O(z):D({message:Oe(n)?t:""}),Qo=({list:e,hint:t,onValue:n})=>({modifier:r,inputString:o})=>e.includes(r)?o.trim().length<1?D({message:n}):O():D({message:Oe(r)?t:""}),ke=({hint:e})=>({modifier:t,inputString:n})=>Oe(t)&&Oe(n)?D({message:e,completionWordList:[]}):O(z),ei={[m.PEEK]:e=>{let t=e.modifier;if(t==="now")return O(z);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 O(z);let r=lt(t);if(!t||!r)return D(n);let o=Ne(N().breadCrumb,"BOARD");if(a(o))return D({message:"Command is not applicable in this context"});let s=Pn(o.value.id);return a(s)?D({message:"Unable to peek: board id is not a valid ULID"}):wn({date:r,horizonDate:s.value})?O(z):D({message:Ce.red(`nothing to peek before ${s.value.toISOString().slice(0,16).replace("T"," ")}`)})},[m.INIT]:()=>O(z),[m.FILTER]:e=>{if(e.modifier==="clear")return O();let t=l=>U(m.FILTER).includes(l);if(!e.modifier||!t(e.modifier??""))return D({message:me({wordList:U(m.FILTER),inputString:e.inputString}),completionWordList:U(m.FILTER)});let r=Object.values(N().tags).map(l=>l.name),o=Object.values(N().contributors).map(l=>l.name),s=e.modifier==="tag"?r:e.modifier==="assignee"?o:[];return e.inputString?s.length&&!s.includes(e.inputString.trim()??"")?D({message:me({prefix:`existing ${e.modifier}s... `,wordList:s,noOfHints:10,inputString:e.inputString}),completionWordList:s}):O():D({message:me({prefix:"one of... ",wordList:s,noOfHints:10,inputString:e.inputString}),completionWordList:s})},[m.NONE]:e=>{let t=U(m.NONE),n=/^[A-Za-z_]+:/g,r=e.inputString.match(n);return r&&r.length?t=[...t.filter(o=>o.trim().match(n))]:t=[...new Set(t.flatMap(o=>o.match(n)?.join("").replace(":","")??o))],e.command?O():D({message:me({prefix:"... ",wordList:t,inputString:e.inputString,minLengthForHints:0})})},[m.NEW]:e=>Qo({list:U(m.NEW),hint:me({wordList:U(m.NEW),noOfHints:3,inputString:e.inputString,minLengthForHints:0}),onValue:"provide a name..."})(e),[m.SET_DESCRIPTION]:()=>O(z),[m.HELP]:()=>O(z),[m.RENAME]:()=>{let e=Ut();return e.validity==="invalid"?e:O(z)},[m.DELETE]:e=>{let t=Ut();return t.validity==="invalid"?t:_t(e)},[m.CLOSE_ISSUE]:e=>_t(e),[m.RE_OPEN_ISSUE]:e=>_t(e),[m.MOVE]:e=>{let t=Ut();return t.validity==="invalid"?t:ke({hint:me({prefix:"hey hacker! These commands are blocked for you... ",wordList:U(m.MOVE),noOfHints:10,inputString:e.inputString})})(e)},[m.TAG]:e=>{let t=y.getExistingTags().map(n=>` ${Ce.bgHex(Fe(n))(" "+n+" ")} `).slice(0,10);return ke({hint:"tag name like... "+t.join("")})(e)},[m.UNTAG]:e=>{let t=at();if(a(t))return D({message:"Invalid untag target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${Ce.bgHex(Fe(r))(" "+r+" ")} `).slice(0,10);return n.length?ke({hint:" ... "+n.join("")})(e):D({message:"Issue has not tags",completionWordList:[]})},[m.ASSIGN]:e=>{let t=y.getExistingAssignees().map(n=>` ${Ce.bgHex(Fe(n))(" "+n+" ")} `).slice(0,10);return ke({hint:"assign to... "+t.join("")})(e)},[m.UNASSIGN]:e=>{let t=dt();if(a(t))return D({message:"Invalid unassign target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${Ce.bgHex(Fe(r))(" "+r+" ")} `).slice(0,10);return n.length?ke({hint:"remove assignee... "+n.join("")})(e):D({message:"Issue has no assignees",completionWordList:[]})},[m.SET_EDITOR]:e=>{logger.debug(`Validating command: ${e.command} ${e.modifier} ${e.inputString}`);let t=U(m.SET_EDITOR);return e.modifier?O(z):D({message:me({wordList:t,inputString:e.inputString})})},[m.SET_USERNAME]:e=>e.inputString?O():D({message:`Enter a username. Saved in ${Ce.bgBlack("~/.epiq-global/")}`}),[m.SET_VIEW]:e=>Zo({list:U(m.SET_VIEW),hint:me({wordList:U(m.SET_VIEW),noOfHints:3,inputString:e.inputString})})(e),[m.SYNC]:()=>O(z)},Fn=Object.fromEntries(Object.entries(ei).map(([e,t])=>[e,{validate:(n,r,o)=>t({modifier:r,command:n,inputString:o})}]));var kn=["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 x={Init:"init",None:"none",ViewHelp:"view-help",Rename:"rename",Edit:"edit",Delete:"delete",Filter:"filter",Move:"move",Peek:"peek",SetView:"set-view",SetEditor:"set-editor",SetUserName:"set-user-name",SetAutoSync:"set-auto-sync",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"};var On=e=>Object.values(m).includes(e),Un=(e,t)=>{let n=e.command??"",{modifier:r,target:o,inputString:s}=e,{message:l,validity:c,completionWordList:u}=Fn[n].validate(n,r,s),g=o==="command"?Object.values(m):n&&e.target==="modifier"?U(n):kn;return{validity:c,command:e.command,modifier:e.modifier,inputString:e.inputString,infoMessage:l??"",autoCompletion:t?En(e,[...u,...g]):{hint:"",hints:[],remainder:"",overlap:0}}};var _n=e=>{let t=e.trimStart(),n=ni(t),r=(n[0]??"").trimStart().trimEnd(),o=(n[1]??"").trimStart().trimEnd(),s=ri(e),l=On(r)?r:null,c=l!==null,u=r!=="",g=e.endsWith(" "),f=l?U(l)??[]:[],E=l&&f.includes(o)?o:"",C="word";n.length<=1?C="command":n.length===2&&(C="modifier");let b=ti(t,l,E);return{raw:e,trimmedStart:t,words:n,firstWord:r,lastWord:s,hasCommand:u,command:l,isCommandKeyword:c,isLastWordCompleted:g,modifier:E,target:C,inputToMatch:s,inputString:b}},ti=(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},ni=e=>e?e.split(/\s+/):[],ri=e=>e.trimEnd().split(/\s+/).at(-1)??"";var Bn=" ",be={commandHistory:[],value:"",commandHistoryIndex:-1,cursorPosition:0,commandIsPending:!1,commandMeta:{command:null,modifier:"",infoMessage:"",inputString:"",validity:se.None,autoCompletion:{hint:"",hints:[],remainder:"",overlap:0}}},oi=new Set,Wn=()=>{for(let e of oi)e()};var ae=e=>{let n=e(be),r=_n(n.value),o=n.cursorPosition===n.value.length;be={...n,commandMeta:Un(r,o)},Wn()},Ue=({message:e,status:t})=>{let n=structuredClone(be);return n.commandMeta={...n.commandMeta,infoMessage:e??"",validity:t==="fail"?"invalid":"valid"},n.commandIsPending=!0,be=n,Wn(),d(e,null)},Bt=e=>{ae(t=>({...t,cursorPosition:Math.max(0,Math.min(t.value.length,t.cursorPosition+e))}))},Wt=e=>{ae(t=>{let{value:n,cursorPosition:r}=t,o=r;if(e==="left"){for(;o>0&&n[o-1]===" ";)o--;for(;o>0&&n[o-1]!==" ";)o--}else{for(;o<n.length&&n[o]!==" ";)o++;for(;o<n.length&&n[o]===" ";)o++}return{...t,cursorPosition:o}})},$n=()=>{ae(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}})},Hn=()=>{ae(e=>{let{value:t,cursorPosition:n}=e,r=n;for(;r>0&&t[r-1]===" ";)r--;for(;r>0&&t[r-1]!==" ";)r--;let o=t.slice(n);return{...e,value:t.slice(0,r)+o,cursorPosition:r,commandIsPending:!1}})},k=e=>{ae(t=>{let n=Math.max(0,Math.min(t.cursorPosition,t.value.length)),r=t.value.slice(0,n),o=t.value.slice(n),s=e(r,t.commandMeta.autoCompletion),l=s+o,c=Math.max(0,Math.min(s.length,l.length));return{...t,value:l,cursorPosition:c,commandIsPending:!1}})},Kn=()=>{ae(e=>({...e,commandIsPending:!0}))},Vn=({addToHistory:e=!0})=>{ae(n=>({...n,commandHistory:e?[n.value,...n.commandHistory].slice(0,40):n.commandHistory,commandHistoryIndex:-1,commandIsPending:!1})),ii()},jn=()=>{ae(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}})},zn=()=>{ae(e=>{let t=Math.max(e.commandHistoryIndex-1,-1),n=t===-1?"":e.commandHistory[t]??"";return{...e,commandHistoryIndex:t,value:n,cursorPosition:n.length}})},ii=()=>k(()=>""),G=()=>be,ut=()=>{let[e,...t]=be.value.split(Bn);return t.join(Bn).trim()};var S={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"};var Gn=e=>{let{context:t}=N()?.currentNode;if(!t)return x.None;switch(e){case m.INIT:return x.Init;case m.DELETE:return x.Delete;case m.SET_DESCRIPTION:return x.Edit;case m.HELP:return x.ViewHelp;case m.RE_OPEN_ISSUE:return x.ReopenIssue;case m.CLOSE_ISSUE:return x.CloseIssue;case m.TAG:return x.TagTicket;case m.UNTAG:return x.UntagTicket;case m.ASSIGN:return x.AssignUserToTicket;case m.UNASSIGN:return x.UnassignUserFromTicket;case m.RENAME:return x.Rename;case m.NEW:return x.NewItem;case m.FILTER:return x.Filter;case m.MOVE:return x.Move;case m.PEEK:return x.Peek;case m.SET_USERNAME:return x.SetUserName;case m.SET_EDITOR:return x.SetEditor;case m.SET_VIEW:return x.SetView;case m.SYNC:return x.Sync;default:return x.None}};import{ulid as F}from"ulid";import{spawnSync as pi}from"node:child_process";import gi from"node:os";import Xn from"node:path";import{ulid as fi}from"ulid";import{accessSync as si,copyFileSync as ai,existsSync as mt,mkdirSync as qn,readdirSync as Jn,readFileSync as di,renameSync as li,rmSync as ci,statSync as Yn,unlinkSync as ui,writeFileSync as mi}from"node:fs";import Se from"node:path";var q={writeToFile:(e,t)=>{try{let n=Se.dirname(e);mt(n)||qn(n,{recursive:!0});let r=typeof t=="string"?t:JSON.stringify(t,null,2);mi(e,r,"utf-8")}catch(n){logger.error(`Failed to write file at ${e}:`,n)}},readFile:e=>{try{return di(e,"utf-8")}catch(t){return logger.error(`Failed to read file at ${e}:`,t),null}},readFileJSON(e){try{let t=q.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 mt(e)&&Yn(e).isDirectory()}catch{return!1}},async fileExists(e){try{return await si(e),!0}catch{return!1}},mkDir:e=>qn(e,{recursive:!0}),locateFolder:e=>{let t=process.cwd(),{root:n}=Se.parse(t);for(;;){let r=Se.join(t,e);try{if(mt(r)&&Yn(r).isDirectory())return r}catch{logger.error(`Unable to locate folder ${e}`)}if(t===n)break;t=Se.dirname(t)}return null},readFirstJSON(e){try{if(!q.dirExists(e))return null;let t=Jn(e).filter(r=>r.endsWith(".json")).sort()[0];if(!t)return null;let n=Se.join(e,t);return q.readFileJSON(n)}catch(t){return logger.error(`Could not read first JSON in folder ${e}`,t),null}},listDir:e=>{try{return q.dirExists(e)?Jn(e):[]}catch(t){return logger.error(`Failed to list dir ${e}`,t),[]}},rmFile(e){try{ui(e)}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove file ${e}`)}},rmDir(e){try{ci(e,{recursive:!0,force:!0})}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove dir ${e}`)}},moveFile(e,t,n){if(this.mkDir(Se.dirname(t)),!n?.overwrite&&mt(t))throw new Error(`moveFile: destination exists: ${t}`);n?.overwrite&&this.rmFile(t);try{li(e,t)}catch(r){if(r?.code==="EXDEV"){ai(e,t),this.rmFile(e);return}throw r}}};function vi(){let{preferredEditor:e}=ie(),t=[e,process.env.VISUAL,process.env.EDITOR].filter(n=>!!n?.trim());return[...new Set(t)]}function Ni(e,t){return/(^|\/)code(-insiders)?$/.test(e.trim())?`${e} --wait "${t}"`:`${e} "${t}"`}function Zn(e){let t=Xn.join(gi.tmpdir(),"epiq");q.mkDir(t);let n=Xn.join(t,fi());q.writeToFile(n,e??"");let r=vi();for(let o of r){let s=Ni(o,n),l=pi(s,{stdio:"inherit",shell:!0});if(!l.error&&l.status===0){let c=q.readFile(n);if(c==null)return i("Unable to read edited file");let u=c.replace(/\r?\n$/,"");return d("Successfully edited",u)}}return i("Unable to open editor")}import vt from"node:fs";import jt from"node:path";import{decodeTime as wi}from"ulid";import{z as Vt}from"zod";import Ii from"node:fs";import xi from"node:path";import{decodeTime as hi,monotonicFactory as Ci}from"ulid";import{z as We}from"zod";import $t from"node:fs";import _e from"node:path";var Ht=process.env.IS_LOCAL==="true",pe=".epiq",Y=".epiq-global",pt="events",yi=e=>_e.join(e,pe),Be=e=>_e.join(yi(e),pt),Ei=e=>{let t=_e.join(e,pe);return $t.existsSync(t)&&$t.statSync(t).isDirectory()},re=e=>{let t=_e.resolve(e);for(;;){if(Ei(t))return d("Resolved closest .epiq root",t);let n=_e.dirname(t);if(n===t)return i("No .epiq directory found in any parent");t=n}},Qn=e=>{let t=Be(e);try{return $t.mkdirSync(t,{recursive:!0}),d("Resolved events dir",t)}catch(n){return i(n instanceof Error?`Failed to ensure events dir: ${n.message}`:"Failed to ensure events dir")}};var er=e=>({action:e.action,payload:e.payload});var nr=1,tr=Ci(),bi=We.tuple([We.string().min(1),We.string().min(1).nullable()]),Si=We.looseObject({v:We.literal(nr),id:bi}),Kt=e=>{let t=Si.safeParse(e);return t.success?d("Parsed persisted event",t.data):i(`Invalid persisted event: ${t.error.issues.map(n=>n.path.join(".")||n.message).join(", ")}`)},gt=e=>e.trim().toLowerCase().replace(/[^a-z0-9._-]+/g,"-").replace(/^-+|-+$/g,"")||"unknown",W=()=>{let{userName:e,userId:t}=ie();return e?t?e.trim()?d("Successfully resolved actor ID",{userId:gt(t),userName:gt(e)}):i("Unable to resolve actor ID from settings or OS user info"):i("User ID not configured"):i("User name not configured")},$e=({userId:e,userName:t})=>`${gt(e)}.${gt(t)}.jsonl`,Ri=(e,{userId:t,userName:n})=>{let r=$e({userId:t,userName:n});if(!/^(?!.*\.jsonl.*\.jsonl).*\.jsonl$/.test(r))return i(`Invalid event log file name: ${r}`);let s=xi.join(Be(e),r);return d("Successfully resolved event log path",s)},Ai=(e,t)=>{let n={[e.action]:e.payload,v:nr,id:t};return Kt(n)};function ft({event:e,rootDir:t=process.cwd()}){try{let n=re(t);if(a(n))return n;let r=Qn(n.value);if(a(r))return r;let o=Ri(n.value,{userId:e.userId,userName:e.userName});if(a(o))return o;let s=rr(n.value);if(a(s))return i(s.message);let l=s.value?tr(Math.max(Date.now(),hi(s.value)+1)):tr(),c=Ai(er(e),[l,s.value]);return a(c)?i(c.message):(Ii.appendFileSync(o.value,`${JSON.stringify(c.value)}
|
|
3
|
-
|
|
4
|
-
`)){let s=o.trim();if(!s)continue;let l;try{l=JSON.parse(s)}catch{return i(`Failed to parse event JSON from ${e}: ${s}`)}let c=Kt(l);if(a(c))return i(`${c.message} in ${e}: ${s}`);r.push({...c.value,userId:t.value.userId,userName:t.value.userName})}return d("Parsed persisted events file",r)};function or(e){let t=Be(e);if(!vt.existsSync(t))return i("No events found");let n=vt.readdirSync(t).filter(o=>o.endsWith(".jsonl")).map(o=>jt.join(t,o)),r=[];for(let o of n){let s=Nt(o);if(a(s))return i(s.message);r.push(...s.value)}return d("All events loaded",ki(r))}function He(e){let t=or(e);if(a(t))return i(t.message);let n=[];for(let r of t.value){let o=Fi(r);if(a(o))return i(`Failed to decode event ${r.id?.[0]??"<unknown>"}: ${o.message}`);n.push(o.value)}return d("Loaded merged events",n)}function rr(e=process.cwd()){let t=or(e);return a(t)?i(t.message):d("Loaded edge reference",t.value.at(-1)?.id?.[0]??null)}var ki=e=>{if(e.length===0)return[];let t=new Map;for(let u of e){let g=u.id[1]??null;t.has(g)||t.set(g,[]),t.get(g).push(u)}for(let u of t.values())u.sort((g,f)=>g.id[0].localeCompare(f.id[0]));let n=[],r=new Set,o=t.get(null)??[];c(o);let s=!0;for(;s;){s=!1;for(let u=0;u<n.length;u++){let g=n[u].id[0],f=(t.get(g)??[]).filter(E=>!r.has(E.id[0]));if(f.length!==0){n.splice(u+1,0,...f);for(let E of f)r.add(E.id[0]);s=!0,u+=f.length}}}let l=e.filter(u=>!r.has(u.id[0])).sort((u,g)=>u.id[0].localeCompare(g.id[0]));return n.push(...l),n;function c(u){for(let g of u)r.has(g.id[0])||(n.push(g),r.add(g.id[0]))}},ir=(e,t)=>{let n=e.findIndex(r=>{try{return wi(r.id)>t}catch{return!0}});return n===-1?{appliedEvents:e,unappliedEvents:[]}:{appliedEvents:e.slice(0,n),unappliedEvents:e.slice(n)}};var sr=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 Oi=["00KM6CZ900T7180RM46K0JAYNF","00JR3R8E00A1Z4X9FGP9DV0SM5"],[te,yt]=Oi;var A=(e,t)=>i(`${t.action.split(".").join(" ")+" failed, "+e.toLowerCase()}. Evt id: ${t.id}`),Ui={"init.workspace":e=>{let{id:t,name:n}=e.payload,r=ne.workspace(t,n);zt(r);let o=y.createNodeAtPosition(r);return a(o)?A(o.message??"Failed to initialize workspace",e):d("Workspace initialized",{action:e.action,result:o.value})},"add.workspace":e=>{let{id:t,name:n}=e.payload,r=ne.workspace(t,n),o=y.createNodeAtPosition(r);return a(o)?A(o.message??"Failed to add workspace",e):d("Added workspace",{action:e.action,result:o.value})},"add.board":e=>{let{id:t,name:n,parent:r}=e.payload,o=y.createNodeAtPosition(ne.board(t,n,r));return a(o)?A(o.message??"Unable to create board",e):d("Added board",{action:e.action,result:o.value})},"add.swimlane":e=>{let{id:t,name:n,parent:r}=e.payload,o=y.createNodeAtPosition(ne.swimlane(t,n,r));return a(o)?A(o.message??"Unable to create swimlane",e):d("Added swimlane",{action:e.action,result:o.value})},"add.issue":e=>{let{id:t,name:n,parent:r}=e.payload,o=y.createNodeAtPosition(ne.ticket(t,n,r));return a(o)?A(o.message??"Unable to create issue",e):d("Added issue",{action:e.action,result:o.value})},"add.field":e=>{let{id:t,name:n,parent:r,val:o}=e.payload,s=y.createNodeAtPosition(ne.field(t,n,r,{value:o},n.includes("Description")?"vertical":"horizontal"));return a(s)?A(s.message??`Unable to create field: ${n}`,e):d("Added field",{action:e.action,result:s.value})},"edit.title":e=>{let{id:t,name:n}=e.payload;if(!y.getNode(t))return A(`Unable to locate node with id ${t}`,e);let o=y.renameNode(t,n);return a(o)?A(o.message??"Unable to edit title",e):d("Edited title",{action:e.action,result:o.value})},"delete.node":e=>{let{id:t}=e.payload,n=y.tombstoneNode(t);return a(n)?A(n.message??"Unable to delete node",e):d("Deleted node",{action:e.action,result:n.value})},"create.tag":e=>{let{id:t,name:n}=e.payload,r=y.createTag({id:t,name:n});return a(r)?A(r.message??"Unable to create tag",e):d("Tag added",{action:e.action,result:r.value})},"create.contributor":e=>{let{id:t,name:n}=e.payload,r=y.createContributor({id:t,name:n});return a(r)?A(r.message??"Unable to create contributor",e):d("Contributor created",{action:e.action,result:r.value})},"tag.issue":e=>{let{id:t,target:n,tagId:r}=e.payload,o=y.tag(n,r,t);return a(o)?A(o.message??"Unable to tag issue",e):d("Issue tagged",{action:e.action,result:o.value})},"untag.issue":e=>{let{target:t,tagId:n}=e.payload,r=y.untag(t,n);return a(r)?A(r.message??"Unable to untag ",e):d("Issue untagged",{action:e.action,result:r.value})},"assign.issue":e=>{let{id:t,contributor:n,target:r}=e.payload,o=y.assign(r,n,t);return a(o)?A(o.message??"Unable to assign issue",e):d("Assigned successfully",{action:e.action,result:o.value})},"unassign.issue":e=>{let{target:t,contributor:n}=e.payload,r=y.unassign(t,n);return a(r)?A(r.message??"Unable to unassign issue",e):d("Issue unassigned",{action:e.action,result:r.value})},"move.node":e=>{let{id:t,parent:n,pos:r}=e.payload,o=y.moveNode({id:t,parentId:n,position:r});return a(o)?A(o.message??"Failed to move node",e):d("Moved node",{action:e.action,result:o.value})},"edit.description":e=>{let{id:t,md:n}=e.payload,r=y.editValue(t,n);return a(r)?A(r.message??"Unable to edit description",e):d("Set node value",{action:e.action,result:r.value})},"close.issue":e=>{let{id:t}=e.payload,n=y.getNode(t);if(!n)return A("Unable to locate issue",e);if(!V(n))return A("Can only close issues",e);let r=y.getNode(te);if(!r)return A("Unable to locate target swimlane",e);if(r.id===n.parentNodeId)return A("Cannot close closed issue",e);let s=y.moveNode({id:t,parentId:r.id});return a(s)?A(s.message??"Unable to close issue",e):d("Issue closed",{action:e.action,result:s.value})},"reopen.issue":e=>{let{id:t}=e.payload,n=y.getNode(t);if(!n)return A("Unable to locate issue",e);if(!V(n))return A("Can only reopen issues",e);let r=y.getNode(te);if(!r)return A("Unable to locate closed swimlane",e);if(!(n.parentNodeId===r.id))return A("Issue is not closed",e);let s=sr(n);if(!s)return A("Unable to resolve previous parent from issue history",e);if(s===r.id)return A("Previous parent resolves to closed swimlane",e);if(!y.getNode(s))return A("Previous parent no longer exists",e);let c=y.moveNode({id:t,parentId:s});return a(c)?A(c.message??"Unable to reopen issue",e):d("Issue reopened",{action:e.action,result:c.value})},"lock.node":e=>{let{id:t}=e.payload,n=y.lockNode(t);return a(n)?A(n.message??"Unable to lock node",e):d("Node locked",{action:e.action,result:n.value})}},_i=(e,t)=>{let n=y.getNode(e);n&&y.updateNode({...n,log:[...n.log??[],t]})},Bi=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=N().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 Re(e,t=!1){let n=Ui[e.action](e);if(a(n))return n;t||([...new Set(Bi(e))].forEach(l=>_i(l,e)),j(l=>({...l,eventLog:[...l.eventLog,e]})));let r=e.userId,o=e.userName;return!r?.length||!o?.length?A("Invalid user ID format",e):(y.createContributor({name:o,id:r}),n)}var ye=e=>e.map(t=>Re(t));function $(e){let t=Re(e);if(t.status!==oe.Success)return t;let n=ft({event:e});return a(n)?n:t}function Ae(e){return e.map(t=>$(t))}import is from"node:fs";import{createHash as Vi}from"node:crypto";import Ve from"node:fs";import ji from"node:os";import Z from"node:path";var Gt=(e,t)=>{let n=new Map,r=t??((...s)=>JSON.stringify(s)),o=((...s)=>{let l=r(...s);if(!n.has(l)){let c=e(...s).then(u=>(a(u)&&n.delete(l),u));n.set(l,c)}return n.get(l)});return o.clear=()=>n.clear(),o};import Ke from"fs";import dr from"path";import Wi from"util";var ar=1e3,lr=()=>{let e=process.cwd(),t=re(e);if(!a(t))return dr.join(t.value,pe,"log","epiq.log")};function $i(){if(!Ht)return;let e=lr();if(e===void 0||!Ke.existsSync(e))return;let n=Ke.readFileSync(e,"utf8").split(`
|
|
5
|
-
`);if(n[n.length-1]===""&&n.pop(),n.length<=ar)return;let r=n.slice(-ar).join(`
|
|
2
|
+
import{McpServer as Id}from"@modelcontextprotocol/sdk/server/mcp.js";import{StdioServerTransport as hd}from"@modelcontextprotocol/sdk/server/stdio.js";import{z as P}from"zod";var pe={None:"none",Success:"success",Fail:"fail"},s=e=>({status:pe.Fail,message:e,value:null}),c=(e,t)=>({status:pe.Success,message:e,value:t}),l=e=>e.status==="fail",tr=e=>e.status==="success";import{ulid as Ai}from"ulid";import Is from"node:fs";import{createHash as Vi}from"node:crypto";import Qe from"node:fs";import ji from"node:os";import de from"node:path";var an=(e,t)=>{let n=new Map,r=t??((...i)=>JSON.stringify(i)),o=((...i)=>{let a=r(...i);if(!n.has(a)){let d=e(...i).then(u=>(l(u)&&n.delete(a),u));n.set(a,d)}return n.get(a)});return o.clear=()=>n.clear(),o};import Ze from"fs";import ir from"path";import $i from"util";import dn from"node:fs";import Be from"node:path";var ln=process.env.IS_LOCAL==="true",Se=".epiq",ie=".epiq-global",vt="events",Ui="epiq",nr=e=>Be.join(e,Ui),Bi=e=>Be.join(e,Se),Je=e=>Be.join(Bi(e),vt),_i=e=>{let t=Be.join(e,Se);return dn.existsSync(t)&&dn.statSync(t).isDirectory()},se=e=>{let t=Be.resolve(e);for(;;){if(_i(t))return c("Resolved closest .epiq root",t);let n=Be.dirname(t);if(n===t)return s("No .epiq directory found in any parent");t=n}},rr=e=>{let t=Je(e);try{return dn.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")}};var or=1e3,sr=()=>{let e=process.cwd(),t=se(e);if(!l(t))return ir.join(t.value,Se,"log","epiq.log")};function Wi(){if(!ln)return;let e=sr();if(e===void 0||!Ze.existsSync(e))return;let n=Ze.readFileSync(e,"utf8").split(`
|
|
3
|
+
`);if(n[n.length-1]===""&&n.pop(),n.length<=or)return;let r=n.slice(-or).join(`
|
|
6
4
|
`)+`
|
|
7
|
-
`;
|
|
8
|
-
`;
|
|
9
|
-
`);u(n?{stdout:
|
|
10
|
-
`)))}),o.on("close",f=>{let
|
|
11
|
-
`)));return}u(
|
|
12
|
-
${n.message}`);let r=await
|
|
13
|
-
${r.message}`):
|
|
14
|
-
`).filter(
|
|
15
|
-
${r.message}`);let o=await
|
|
16
|
-
${o.message}`):
|
|
17
|
-
`+e.message);let t=
|
|
18
|
-
`+t.message):
|
|
5
|
+
`;Ze.writeFileSync(e,r,"utf8")}function cn(e,t,n=!1){if(!ln)return;let r=sr();if(!r)return;let o=$i.format(...t),i=new Date,d=`[${n?i.toISOString().slice(11,19):i.toISOString()}] ${e} ${o}
|
|
6
|
+
`;Ze.mkdirSync(ir.dirname(r),{recursive:!0}),Ze.appendFileSync(r,d,"utf8"),Wi()}var te={info(...e){cn("[Info]",e,!1)},debug(...e){cn("->",e,!0)},error(...e){cn("[Error]",[...e,new Error().stack],!1)}};globalThis.logger=te;import{spawn as Hi}from"node:child_process";import un from"node:fs";import lr from"node:path";var O="epiq/eventlog",ae="origin";var H={stage:({cwd:e,pathspec:t})=>D({args:["add",t],cwd:e}),commit:({cwd:e,message:t,allowEmpty:n=!1})=>D({args:["commit",...n?["--allow-empty"]:[],"-m",t],cwd:e}),fetch:({cwd:e,remote:t,branch:n})=>D({args:["fetch",t,n],cwd:e}),pullRebase:({cwd:e,remote:t,branch:n})=>D({args:["pull","--rebase",t,n],cwd:e}),checkout:({cwd:e,branch:t})=>D({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 D({args:o,cwd:e})},setUpstream:({cwd:e,branch:t,upstream:n})=>D({args:["branch","--set-upstream-to",n,t],cwd:e}),worktreeAdd:({cwd:e,worktreeRoot:t,branch:n})=>D({args:["worktree","add",t,n],cwd:e}),worktreeRemove:({cwd:e,worktreeRoot:t})=>D({args:["worktree","remove","--force",t],cwd:e}),worktreePrune:({cwd:e})=>D({args:["worktree","prune"],cwd:e})};var ar=15e3,Ki={...process.env,GIT_TERMINAL_PROMPT:"0",GIT_ASKPASS:"echo"},cr=({args:e,cwd:t,allowFail:n})=>new Promise(r=>{if(!un.existsSync(t)){let f=`Git cwd does not exist: ${t}`;if(n){r({stdout:"",stderr:f,exitCode:1});return}r(s(f));return}let o=Hi("git",e,{cwd:t,stdio:["ignore","pipe","pipe"],env:Ki}),i=!1,a="",d="",u=f=>{i||(i=!0,clearTimeout(m),r(f))},m=setTimeout(()=>{o.kill("SIGTERM");let f=[`git ${e.join(" ")}`,`cwd=${t}`,`Git command timed out after ${ar}ms`].join(`
|
|
7
|
+
`);u(n?{stdout:a,stderr:f,exitCode:124}:s(f))},ar);o.stdout.setEncoding("utf8"),o.stderr.setEncoding("utf8"),o.stdout.on("data",f=>{a+=f}),o.stderr.on("data",f=>{d+=f}),o.on("error",f=>{if(n){u({stdout:a,stderr:f.message,exitCode:1});return}u(s([`git ${e.join(" ")}`,`cwd=${t}`,f.message].join(`
|
|
8
|
+
`)))}),o.on("close",f=>{let N=f??1;if(n){u({stdout:a,stderr:d,exitCode:N});return}if(N!==0){u(s([`git ${e.join(" ")}`,d.trim()||a.trim()||"Git command failed"].filter(Boolean).join(`
|
|
9
|
+
`)));return}u(c("Git command succeeded",{stdout:a,stderr:d,exitCode:N}))})}),D=({args:e,cwd:t})=>cr({args:e,cwd:t,allowFail:!1}),_e=({args:e,cwd:t})=>cr({args:e,cwd:t,allowFail:!0}),yt=async({cwd:e,message:t})=>{let n=await H.commit({cwd:e,message:t});if(l(n))return s(`Failed to create commit
|
|
10
|
+
${n.message}`);let r=await D({args:["rev-parse","HEAD"],cwd:e});return l(r)?s(`Commit created, but failed to read HEAD SHA
|
|
11
|
+
${r.message}`):c("Created commit and resolved SHA",r.value.stdout.trim())},mn=async e=>{let t=await yr(e);if(l(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=>un.existsSync(lr.join(n,i)));return c("Checked for in-progress Git operation",o.length>0)},pn=async({repoRoot:e})=>{let n=(await _e({args:["remote","get-url",ae],cwd:e})).exitCode===0;return c(`Checked remote ${n}`,n)},xt=async({repoRoot:e,branch:t})=>{let n=await _e({args:["ls-remote","--heads",ae,t],cwd:e});return n.exitCode!==0?s(n.stderr.trim()||`Unable to inspect remote branch ${ae}/${t}`):c("Checked remote branch",n.stdout.trim().length>0)},ur=async({repoRoot:e,branch:t})=>{let n=await _e({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}`)},dr=e=>{try{return un.realpathSync.native(e)}catch{return lr.resolve(e)}},mr=async({repoRoot:e,worktreeRoot:t})=>{let n=await D({args:["worktree","list","--porcelain"],cwd:e});if(l(n))return s(n.message);let r=dr(t),o=n.value.stdout.split(`
|
|
12
|
+
`).filter(i=>i.startsWith("worktree ")).map(i=>i.slice(9)).map(dr).includes(r);return c("Checked worktree registration",o)},gn=async e=>{let t=await _e({args:["rev-parse","--abbrev-ref","--symbolic-full-name","@{u}"],cwd:e});return c("Checked upstream",t.exitCode===0&&t.stdout.trim().length>0)},Nt=async e=>{let t=await D({args:["rev-parse","--abbrev-ref","HEAD"],cwd:e});return l(t)?s(t.message):c("Resolved current branch",t.value.stdout.trim())},pr=async e=>{let t=await D({args:["rev-parse","--short","HEAD"],cwd:e});return l(t)?s(t.message):c("Resolved short HEAD sha",t.value.stdout.trim())},gr=e=>e.includes("fetch first")||e.includes("non-fast-forward")||e.includes("failed to push some refs"),fn=async({cwd:e,branch:t})=>{let n=await xt({repoRoot:e,branch:t});if(l(n))return s(n.message);if(!n.value)return c("Remote branch missing, skipped pull",!1);let r=await H.fetch({cwd:e,remote:ae,branch:t});if(l(r))return s(`Failed to fetch ${t}
|
|
13
|
+
${r.message}`);let o=await H.pullRebase({cwd:e,remote:ae,branch:t});return l(o)?s(`Failed during pull --rebase
|
|
14
|
+
${o.message}`):c("Pulled with rebase",!0)},fr=async e=>{let t=await D({args:["status","--porcelain"],cwd:e});return l(t)?s(t.message):c("Checked state branch changes",t.value.stdout.trim().length>0)},vr=async e=>{let t=await Nt(e);return l(t)?s(t.message):c("Checked detached HEAD state",t.value==="HEAD")};var xr="4b825dc642cb6eb9a060e54bf8d69288fbee4904",Nr=e=>de.join(Se,vt,e),zi=e=>Vi("sha1").update(de.resolve(e)).digest("hex").slice(0,12),Er=()=>de.join(ji.homedir(),ie),Ir=()=>de.join(Er(),"worktrees"),hr=e=>de.join(Ir(),zi(e)),Gi=e=>de.join(e,Se),ke=e=>de.join(Gi(e),vt),vn=({root:e,fileName:t})=>de.join(ke(e),t),et=e=>{try{return Qe.mkdirSync(e,{recursive:!0}),c("Ensured directory",void 0)}catch(t){return s(t instanceof Error?t.message:String(t))}},Cr=()=>{let e=et(Er());if(l(e))return s(`Ensure epiq home failed.
|
|
15
|
+
`+e.message);let t=et(Ir());return l(t)?s(`Ensure worktrees dir failed.
|
|
16
|
+
`+t.message):c("Ensured epiq storage",!0)},br=e=>{Qe.existsSync(e)&&(te.debug("[sync] remove path",e),Qe.rmSync(e,{recursive:!0,force:!0}))},Sr=e=>{let t=ke(e);if(!Qe.existsSync(t))return c("Events dir missing",[]);let n=Qe.readdirSync(t,{withFileTypes:!0}).filter(r=>r.isFile()).map(r=>r.name).filter(r=>r.endsWith(".jsonl")).sort();return c("Listed event files",n)},Rr=(e,t)=>{for(let n of[ke(e),ke(t)]){let r=et(n);if(l(r))return s(r.message)}return c("Ensured state branch",void 0)},Ar=async e=>{let t=await D({args:["ls-tree","--name-only","HEAD"],cwd:e});if(l(t))return s(`ensure state branch is storage only failed
|
|
19
17
|
`+t.message);let r=t.value.stdout.trim().split(`
|
|
20
|
-
`).filter(Boolean).filter(
|
|
21
|
-
${o.message}`);let
|
|
22
|
-
`).some(
|
|
18
|
+
`).filter(Boolean).filter(a=>a!==Se);if(r.length===0)return c("State branch is storage-only",!1);let o=await D({args:["rm","-r","--ignore-unmatch","--",...r],cwd:e});if(l(o))return s(`Failed to clean storage branch
|
|
19
|
+
${o.message}`);let i=await yt({cwd:e,message:"[epiq:repair-storage-branch]"});return l(i)?s(i.message):c("Cleaned storage branch",!0)},Tr=an(async(e=process.cwd())=>{let t=await D({args:["rev-parse","--show-toplevel"],cwd:e});return l(t)?s("Not inside a Git repository"):c("Resolved repo root",t.value.stdout.trim())},e=>de.resolve(e)),yr=an(async e=>{let t=await D({args:["rev-parse","--git-dir"],cwd:e});if(l(t))return s(t.message);let n=t.value.stdout.trim(),r=de.isAbsolute(n)?n:de.join(e,n);return c("Resolved git dir",r)},e=>de.resolve(e));import Re from"node:fs";import tt from"node:path";var kr=async e=>{let t=tt.join(e,".gitignore"),n=Re.existsSync(t)?Re.readFileSync(t,"utf8"):"",r=".epiq";return n.split(`
|
|
20
|
+
`).some(d=>{let u=d.trim();return u===r||u===r+"/"})?c(`${r} already ignored`,!1):(n=n.trimEnd()+`
|
|
23
21
|
|
|
24
22
|
# [epiq]: hydrated state is never to be committed
|
|
25
23
|
${r}
|
|
26
|
-
`,
|
|
27
|
-
`,"utf8"),
|
|
28
|
-
${t.message}`);let n=t.value.stdout.trim(),r=await
|
|
29
|
-
${r.message}`):
|
|
30
|
-
`+t.message);if(t.value)return
|
|
31
|
-
`+n.message);if(!n.value)return
|
|
32
|
-
`+r.message);if(!r.value)return
|
|
33
|
-
${o.message}`);let
|
|
34
|
-
${
|
|
35
|
-
`),o=null;for(let
|
|
36
|
-
`+n.message);
|
|
37
|
-
${r.message}`):
|
|
38
|
-
${
|
|
39
|
-
${
|
|
40
|
-
${
|
|
41
|
-
${n.message}`):
|
|
42
|
-
${o.message}`);let
|
|
43
|
-
${
|
|
44
|
-
${n.message}`):
|
|
45
|
-
`+n.message):
|
|
46
|
-
${n.message}`):
|
|
24
|
+
`,Re.writeFileSync(t,n+`
|
|
25
|
+
`,"utf8"),te.info(`Added ${r} to .gitignore (epiq local cache)`),c(`${r} ignored`,!0))},Pr=async e=>{if((await _e({args:["rev-parse","--verify","HEAD"],cwd:e})).exitCode===0)return c("Initial commit already exists",!1);te.info("Creating initial commit");let n=await H.commit({cwd:e,message:"Initial commit",allowEmpty:!0});return l(n)?s(n.message):c("Created initial commit",!0)},wr=e=>e.trim().replace(/\s+/g,"-").replace(/[^A-Za-z0-9._/-]/g,"-").replace(/-+/g,"-").replace(/^[-/.]+|[-/.]+$/g,"")||"unknown",qi=async e=>{let t=await Nt(e);if(l(t))return s(t.message);let n=await pr(e);if(l(n))return s(n.message);let r=`[epiq:sync:${wr(t.value)}:${wr(n.value)}]`;return c("Built sync commit message",r)},Mr=async e=>{te.info(`Creating ${O}`);let t=await D({args:["commit-tree",xr,"-m","[epiq:init-state-branch]"],cwd:e});if(l(t))return s(`Failed to create state branch commit
|
|
26
|
+
${t.message}`);let n=t.value.stdout.trim(),r=await D({args:["update-ref",`refs/heads/${O}`,n],cwd:e});return l(r)?s(`Failed to create ${O}
|
|
27
|
+
${r.message}`):c("Created state branch",!0)},Xi=async({repoRoot:e})=>{let t=await ur({repoRoot:e,branch:O});if(l(t))return s(`Ensure local state branch failed
|
|
28
|
+
`+t.message);if(t.value)return c("Local state branch already exists",!1);let n=await pn({repoRoot:e});if(l(n))return s(`Ensure local state branch failed
|
|
29
|
+
`+n.message);if(!n.value)return Mr(e);let r=await xt({repoRoot:e,branch:O});if(l(r))return s(`Ensure local state branch failed
|
|
30
|
+
`+r.message);if(!r.value)return Mr(e);let o=await H.fetch({cwd:e,remote:ae,branch:O});if(l(o))return s(`Failed to fetch ${O} from remote
|
|
31
|
+
${o.message}`);let i=await D({args:["branch","--track",O,`${ae}/${O}`],cwd:e});return l(i)?s(`Failed to create local ${O} from remote
|
|
32
|
+
${i.message}`):c("Created local state branch from remote",!0)},Yi=async({repoRoot:e,branch:t})=>{let n=await D({args:["worktree","list","--porcelain"],cwd:e});if(l(n))return s(n.message);let r=n.value.stdout.split(`
|
|
33
|
+
`),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)},Ji=async({repoRoot:e,stateBranchRoot:t})=>{let n=et(tt.dirname(t));if(l(n))return s(`Failed to create state branch worktree
|
|
34
|
+
`+n.message);Re.existsSync(t)&&!Re.existsSync(tt.join(t,".git"))&&(te.info("Removing broken state branch worktree path"),br(t)),te.info("Creating state branch worktree");let r=await H.worktreeAdd({cwd:e,worktreeRoot:t,branch:O});return l(r)?s(`Failed to create state branch worktree
|
|
35
|
+
${r.message}`):c("Created state branch worktree",!0)},Zi=async({repoRoot:e,stateBranchRoot:t})=>{let n=await Yi({repoRoot:e,branch:O});if(l(n))return s(n.message);let r=tt.resolve(t),o=n.value?tt.resolve(n.value):null;if(o&&o===r&&Re.existsSync(o))return c("State branch already checked out in expected worktree",!1);if(o&&o!==r){te.info("Moving state branch worktree to expected location");let d=await H.worktreeRemove({cwd:e,worktreeRoot:o});if(l(d))return s(`Failed to remove existing state branch worktree
|
|
36
|
+
${d.message}`)}if(o&&!Re.existsSync(o)){te.info("Pruning stale state branch worktree");let d=await H.worktreePrune({cwd:e});if(l(d))return s(`Failed to prune stale worktrees
|
|
37
|
+
${d.message}`)}let i=await mr({repoRoot:e,worktreeRoot:t});if(l(i))return s(i.message);let a=Re.existsSync(t);if(i.value&&a)return c("State branch worktree already exists",!1);if(i.value&&!a){te.info("Pruning missing registered state branch worktree");let d=await H.worktreePrune({cwd:e});if(l(d))return s(`Failed to prune stale worktrees
|
|
38
|
+
${d.message}`)}return Ji({repoRoot:e,stateBranchRoot:t})},Qi=async e=>{let t=await Nt(e);if(l(t))return s(t.message);if(t.value===O)return c("State branch already checked out",!1);let n=await H.checkout({cwd:e,branch:O});return l(n)?s(`Failed to checkout ${O}
|
|
39
|
+
${n.message}`):c("Checked out state branch",!0)},es=async e=>{let t=await gn(e);if(l(t))return s(t.message);if(t.value)return c("State branch upstream already configured",!1);let n=await pn({repoRoot:e});if(l(n))return s(n.message);if(!n.value)return c("No remote available for state branch upstream",!1);let r=await xt({repoRoot:e,branch:O});if(l(r))return s(r.message);if(!r.value)return c("Remote state branch missing; upstream will be configured on first push",!1);te.info(`Configuring ${O} upstream`);let o=await H.fetch({cwd:e,remote:ae,branch:O});if(l(o))return s(`Failed to fetch ${O}
|
|
40
|
+
${o.message}`);let i=await H.setUpstream({cwd:e,branch:O,upstream:`${ae}/${O}`});return l(i)?s(`Failed to set state branch upstream
|
|
41
|
+
${i.message}`):c("Configured state branch upstream",!0)},Lr=async({stateBranchRoot:e,ownEventFileName:t})=>{let n=await H.stage({cwd:e,pathspec:Nr(t)});return l(n)?s(`Failed to stage state branch own event file
|
|
42
|
+
${n.message}`):c("Staged state branch own event file",void 0)},Dr=async({repoRoot:e,stateBranchRoot:t})=>{let n=await qi(e);return l(n)?s(`Create state branch sync commit failed
|
|
43
|
+
`+n.message):yt({cwd:t,message:n.value})},yn=async e=>{let t=await gn(e);if(l(t))return s(t.message);let n=t.value?await H.push({cwd:e}):await H.push({cwd:e,remote:ae,branch:O,setUpstream:!0});return l(n)?s(`Failed during state branch push
|
|
44
|
+
${n.message}`):c("Pushed state branch",!0)},Fr=async({repoRoot:e,stateBranchRoot:t,ensureUpstream:n})=>{let r=!1,o=[Cr(),await Xi({repoRoot:e}),await Zi({repoRoot:e,stateBranchRoot:t}),await Qi(t),await Ar(t),n?await es(t):c("Skipped state branch upstream bootstrap",!1)];for(let i of o){if(l(i))return s(i.message);r=r||!!i.value}return c(n?"Bootstrapped state storage":"Bootstrapped state storage (readonly)",r)};import Rt from"node:fs";import hn from"node:path";import{decodeTime as ys}from"ulid";import bt from"node:fs";import En from"node:path";import{decodeTime as ls}from"ulid";import{z as Nn}from"zod";import ts from"node:fs";import ns from"node:path";import{decodeTime as rs,monotonicFactory as os}from"ulid";import{z as nt}from"zod";var Et={autoSync:!1,preferredEditor:null,userName:null,userId:null},ge=()=>Et,It=e=>(Et={...Et,...e},Et);var Or=e=>({action:e.action,payload:e.payload});var Br=1,Ur=os(),is=nt.tuple([nt.string().min(1),nt.string().min(1).nullable()]),ss=nt.looseObject({v:nt.literal(Br),id:is}),xn=e=>{let t=ss.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(", ")}`)},ht=e=>e.trim().toLowerCase().replace(/[^a-z0-9._-]+/g,"-").replace(/^-+|-+$/g,"")||"unknown",Y=()=>{let{userName:e,userId:t}=ge();return e?t?e.trim()?c("Successfully resolved actor ID",{userId:ht(t),userName:ht(e)}):s("Unable to resolve actor ID from settings or OS user info"):s("User ID not configured"):s("User name not configured")},rt=({userId:e,userName:t})=>`${ht(e)}.${ht(t)}.jsonl`,as=(e,{userId:t,userName:n})=>{let r=rt({userId:t,userName:n});if(!/^(?!.*\.jsonl.*\.jsonl).*\.jsonl$/.test(r))return s(`Invalid event log file name: ${r}`);let i=ns.join(Je(e),r);return c("Successfully resolved event log path",i)},ds=(e,t)=>{let n={[e.action]:e.payload,v:Br,id:t};return xn(n)};function Ct({event:e,rootDir:t=process.cwd()}){try{let n=se(t);if(l(n))return n;let r=rr(n.value);if(l(r))return r;let o=as(n.value,{userId:e.userId,userName:e.userName});if(l(o))return o;let i=_r(n.value);if(l(i))return s(i.message);let a=i.value?Ur(Math.max(Date.now(),rs(i.value)+1)):Ur(),d=ds(Or(e),[a,i.value]);return l(d)?s(d.message):(ts.appendFileSync(o.value,`${JSON.stringify(d.value)}
|
|
45
|
+
`,"utf8"),c("Event persisted",{path:o.value,entry:d.value}))}catch(n){let r=n instanceof Error?n.message:"Unknown persist error";return s(`Failed to persist event: ${r}`)}}var cs=Nn.object({userId:Nn.string().min(1).default("unknown"),userName:Nn.string().min(1).default("unknown")}),us=e=>{let[t,n]=En.basename(e,".jsonl").split("."),r=cs.safeParse({userId:t,userName:n});return r.success?c("Parsed event file actor",r.data):s(`Invalid event file name ${En.basename(e)}: ${r.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`)},ms=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])},ps=(e,t)=>t in e,gs=({id:e,action:t,payload:n,userId:r,userName:o})=>({id:e,action:t,payload:n,userId:r,userName:o}),fs=e=>{let{userId:t,userName:n,...r}=e,o=ms(r);if(l(o))return s(o.message);let i=o.value,a=e.id?.[0];return a?ps(r,i)?c("Decoded persisted event",gs({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")},St=e=>{if(!bt.existsSync(e))return c("Event file missing",[]);let t=us(e);if(l(t))return s(t.message);let n=bt.readFileSync(e,"utf8"),r=[];for(let o of n.split(`
|
|
46
|
+
`)){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 d=xn(a);if(l(d))return s(`${d.message} in ${e}: ${i}`);r.push({...d.value,userId:t.value.userId,userName:t.value.userName})}return c("Parsed persisted events file",r)};function $r(e){let t=Je(e);if(!bt.existsSync(t))return s("No events found");let n=bt.readdirSync(t).filter(o=>o.endsWith(".jsonl")).map(o=>En.join(t,o)),r=[];for(let o of n){let i=St(o);if(l(i))return s(i.message);r.push(...i.value)}return c("All events loaded",vs(r))}function ot(e){let t=$r(e);if(l(t))return s(t.message);let n=[];for(let r of t.value){let o=fs(r);if(l(o))return s(`Failed to decode event ${r.id?.[0]??"<unknown>"}: ${o.message}`);n.push(o.value)}return c("Loaded merged events",n)}function _r(e=process.cwd()){let t=$r(e);return l(t)?s(t.message):c("Loaded edge reference",t.value.at(-1)?.id?.[0]??null)}var vs=e=>{let t=new Map;for(let d of e){let u=d.id[1]??null,m=t.get(u)??[];m.push(d),t.set(u,m)}for(let d of t.values())d.sort((u,m)=>u.id[0].localeCompare(m.id[0]));let n=[],r=new Set;a(t.get(null)??[]);let o=!0;for(;o;){o=!1;for(let d=0;d<n.length;d++){let u=n[d];if(!u)continue;let m=(t.get(u.id[0])??[]).filter(f=>!r.has(f.id[0]));if(m.length!==0){n.splice(d+1,0,...m);for(let f of m)r.add(f.id[0]);o=!0,d+=m.length}}}let i=e.filter(d=>!r.has(d.id[0])).sort((d,u)=>d.id[0].localeCompare(u.id[0]));return n.push(...i),n;function a(d){for(let u of d)r.has(u.id[0])||(n.push(u),r.add(u.id[0]))}},Wr=(e,t)=>{let n=e.findIndex(r=>{try{return ls(r.id)>t}catch{return!0}});return n===-1?{appliedEvents:e,unappliedEvents:[]}:{appliedEvents:e.slice(0,n),unappliedEvents:e.slice(n)}};var In=e=>{let[t,n]=e.id;return`${t}:${n??""}`},Hr=e=>{let[t]=e.id;return ys(t)},xs=e=>{let{userId:t,userName:n,...r}=e;return r},Ns=e=>e.length===0?"":e.map(t=>JSON.stringify(xs(t))).join(`
|
|
47
47
|
`)+`
|
|
48
|
-
`,os=(e,t)=>{let n=new Map;for(let r of[...t,...e])n.set(nn(r),r);return[...n.values()].sort((r,o)=>{let s=Br(r)-Br(o);return s!==0?s:nn(r).localeCompare(nn(o))})},on=({sourceFile:e,targetFile:t})=>{let n=Nt(e);if(a(n))return i(n.message);let r=Nt(t);if(a(r))return i(r.message);let o=os(r.value,n.value),s=rs(o);return(ht.existsSync(t)?ht.readFileSync(t,"utf8"):"")===s?d("Event file already merged",!1):(ht.mkdirSync(rn.dirname(t),{recursive:!0}),ht.writeFileSync(t,s,"utf8"),d("Merged event file",!0))},Wr=({repoRoot:e,stateBranchRoot:t})=>{let n=wr(t);if(a(n))return i(n.message);let r=Ee(t),o=Ee(e),s=!1;for(let l of n.value){let c=rn.join(r,l),u=rn.join(o,l),g=on({sourceFile:c,targetFile:u});if(a(g))return i(g.message);s=s||g.value}return d("Hydrated event files from state branch",s)};var ss=({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{let r=en({root:e,fileName:n}),o=en({root:t,fileName:n});return is.existsSync(r)?on({sourceFile:r,targetFile:o}):d("Local own event file missing, nothing to merge",!1)},as=async({cwd:e,ensureUpstream:t})=>{let n=await Pr(e);if(a(n))return i(n.message);let r=n.value,o=Sr(r),s=await Fr(r);if(a(s))return i("Sync aborted. Unable to gitignore hydrated events");let l=await Yt(r);if(a(l))return i(l.message);if(l.value)return i("Cannot sync while a git operation is in progress in the current repo");let c=await kr(r);if(a(c))return i(c.message);let u=await _r({repoRoot:r,stateBranchRoot:o,ensureUpstream:t});if(a(u))return i(u.message);let g=await Yt(o);if(a(g))return i(g.message);if(g.value)return i("Cannot sync while a git operation is in progress in the state branch");let f=Tr(r,o);return a(f)?i(f.message):d("Sync preconditions satisfied",{repoRoot:r,stateBranchRoot:o,bootstrapped:u.value})},$r=async({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{let r=ss({repoRoot:e,stateBranchRoot:t,ownEventFileName:n});if(a(r))return i(r.message);let o=await yr(t);if(a(o))return i(o.message);if(!r.value&&!o.value)return d("Own event file already up to date in state branch",{createdCommit:!1});let s=await Or({stateBranchRoot:t,ownEventFileName:n});if(a(s))return i(s.message);let l=await Ur({repoRoot:e,stateBranchRoot:t});return a(l)?i(l.message):d("Merged, staged, and committed own event file",{createdCommit:!0,commitSha:l.value})},Ct=async({cwd:e=process.cwd(),ownEventFileName:t})=>{if(t.includes("/")||t.includes("\\"))return i("Own event file must be a file name, not a path");if(!t.endsWith(".jsonl"))return i("Own event file must end with .jsonl");let n=await as({cwd:e,ensureUpstream:!0});if(a(n))return n;let{repoRoot:r,stateBranchRoot:o,bootstrapped:s}=n.value,l=await Er(r);if(a(l))return i(l.message);if(l.value)return i("Cannot run :sync while the repository is in detached HEAD state");let c=!1,u,g=!1,f=!1,E=!1,C=await Qt({cwd:o,branch:P});if(a(C))return i(C.message);g=C.value;let b=Wr({repoRoot:r,stateBranchRoot:o});if(a(b))return i(b.message);E=b.value;let w=await $r({repoRoot:r,stateBranchRoot:o,ownEventFileName:t});if(a(w))return i(w.message);if(c=w.value.createdCommit,u=w.value.commitSha,c||s){let H=await tn(o),Je=H;if(a(H)&&Nr(H.message)){let gn=await Qt({cwd:o,branch:P});if(a(gn))return i(gn.message);let Ye=await $r({repoRoot:r,stateBranchRoot:o,ownEventFileName:t});if(a(Ye))return i(Ye.message);Ye.value.createdCommit&&(c=!0,u=Ye.value.commitSha),Je=await tn(o)}if(a(Je))return i(Je.message);f=Je.value,logger.debug("[sync] pushed to state branch",f)}else logger.debug("[sync] no commit created, skipped push");if(c){let H=await T({args:["rev-parse","HEAD"],cwd:o});if(a(H))return i(H.message);u=H.value.stdout.trim()}return d("Synced event logs with state branch",{repoRoot:r,stateBranchRoot:o,createdCommit:c,commitSha:u,pulled:g,pushed:f,hydrated:E,bootstrapped:s})};import{ulid as Hr}from"ulid";var Te=null,fe=()=>structuredClone(Te),Me=e=>Te=e,Kr=()=>{let{currentNode:e,selectedIndex:t}=N(),r=h(e.id)[t];return r?d("Resolved selected child",r):i("Target node not found")};function sn(e){let t=Kr();if(a(t))return t;let{currentNode:n,nodes:r}=N();if(!n.parentNodeId)return i("Missing parent node id");let o=r[n.parentNodeId];if(!o)return i("Missing parent node");let s=K(o.id),l=s.findIndex(({id:C})=>C===n.id);if(l<0)return i("Current node not found among siblings");let c=s[l+e];if(!c)return i("Missing sibling node");let u=W();if(a(u))return i("Unable to resolve user ID");let{userId:g,userName:f}=u.value;if(Me({id:Hr(),userId:g,userName:f,action:"move.node",payload:{id:t.value.id,parent:c.id,pos:{at:"end"}}}),!Te)return i("Could not materialize move state");let E=Re(Te,!0);return a(E)?E:d("Node moved successfully",E.value)}function an(e){let t=Kr();if(a(t))return t;let{currentNode:n,selectedIndex:r}=N(),s=K(n.id)[r+e];if(!s)return i("Missing sibling node");let l=W();if(a(l))return i("Unable to resolve user ID");let{userId:c,userName:u}=l.value;if(Me({id:Hr(),userId:c,userName:u,action:"move.node",payload:{id:t.value.id,parent:n.id,pos:{at:e===1?"after":"before",sibling:s.id}}}),!Te)return i("Could not materialize move state");let g=Re(Te,!0);return a(g)?g:d("Node moved successfully",g.value)}import ds from"node:os";import Vr from"node:path";import{z as Ge}from"zod";var ls={userId:"",userName:"",preferredEditor:"",autoSync:!1},jr=Ge.object({preferredEditor:Ge.string().optional(),userName:Ge.string().optional(),userId:Ge.string().optional(),autoSync:Ge.boolean().optional()}).strict(),cs="config.json",zr=()=>Vr.join(ds.homedir(),Y),dn=()=>Vr.join(zr(),cs),ln=()=>{try{return q.mkDir(zr()),d(`Ensured ~/${Y} exists`,null)}catch{return i(`Unable to create ~/${Y}`)}},us=e=>{let t;try{t=JSON.parse(e)}catch{return i(`Invalid ~/${Y}/config.json JSON`)}let n=jr.safeParse(t??{});return n.success?d("Parsed config",n.data):i(`Invalid ~/${Y}/config.json shape: ${n.error.issues.map(r=>r.path.join(".")||r.message).join(", ")}`)},Gr=()=>{let e=ln();if(a(e))return i(e.message);let t=dn(),n=q.readFile(t);return n==null||n.trim()===""?d("No config found, using empty config",{autoSync:!1,preferredEditor:"",userId:"",userName:""}):us(n)},qr=e=>{let t=ln();if(a(t))return i(t.message);let n=jr.safeParse(e);if(!n.success)return i(`Invalid config: ${n.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`);let r=dn();try{return q.writeToFile(r,JSON.stringify(n.data,null,2)+`
|
|
49
|
-
`),d("Config written",null)}catch{return i(`Unable to write ~/${Y}/config.json`)}},bt=e=>{let t=Gr();if(a(t))return i("Failed to read existing config");let n={...t.value,...e};return qr(n)},Jr=()=>{let e=dn(),t=ln();if(a(t))return i(`Unable to create ~/${Y}`);if(!(q.readFile(e)!==null)){let u=qr(ls);if(a(u))throw new Error(`Unable to create ~/${Y}/config.json`)}let r=Gr();if(a(r))throw new Error(r.message||"Unable to load settings");let{preferredEditor:o,userName:s,userId:l,autoSync:c}=r.value;return!s||!l?i(`User name or ID not configured in ~/${Y}/config.json`):d("successfully loaded settings",{preferredEditor:o??"",userName:s,userId:l,autoSync:c??!1})};var Xr=()=>{let{currentNode:e,selectedIndex:t}=N(),n=h(e.id)[t];return{currentNodeId:e.id,selectedNodeId:n?.id??null,parentNodeId:n?.parentNodeId??null,selectedIndex:t}},Yr=(e,t)=>Math.max(0,Math.min(e,Math.max(0,t-1))),Zr=e=>{let{nodes:t}=N(),n=t[e.currentNodeId];if(n&&!n.isDeleted&&e.selectedNodeId){let s=h(n.id).findIndex(l=>l.id===e.selectedNodeId);if(s>=0)return L.navigate({currentNode:n,selectedIndex:s}),d("Restored navigation",null)}if(e.selectedNodeId){let o=t[e.selectedNodeId];if(o&&!o.isDeleted&&o.parentNodeId){let s=t[o.parentNodeId];if(s&&!s.isDeleted){let l=h(s.id).findIndex(c=>c.id===o.id);if(l>=0)return L.navigate({currentNode:s,selectedIndex:l}),d("Restored navigation to moved node",null)}}}if(n&&!n.isDeleted){let o=h(n.id);return L.navigate({currentNode:n,selectedIndex:Yr(e.selectedIndex,o.length)}),d("Restored navigation to previous container",null)}if(e.parentNodeId){let o=t[e.parentNodeId];if(o&&!o.isDeleted){let s=h(o.id);return L.navigate({currentNode:o,selectedIndex:Yr(e.selectedIndex,s.length)}),d("Restored navigation to parent",null)}}let r=t[N().rootNodeId];return!r||r.isDeleted?i("Unable to restore navigation"):(L.navigate({currentNode:r,selectedIndex:0}),d("Restored navigation to root",null))};var Qr=e=>Object.values(N().tags).find(t=>t.name===e),eo=e=>Object.values(N().contributors).find(t=>t.name===e),to=[{systemOnly:!0,intent:x.Move,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{modifier:t}=G().commandMeta,n=()=>{let c=fe();if(!c)return i("No pending move state");let u=c.payload.id;if(!N().nodes[u])return i("Moved node not found");let f=c.payload.parent,E=N().nodes[f];if(!E)return i("Move parent not found");let C=h(f).findIndex(b=>b.id===u);return C===-1?i("Moved node not found among rendered children"):(L.navigate({currentNode:E,selectedIndex:C}),d("Synchronized navigation to moved node",null))},r=c=>{if(a(c))return i(c.message);let u=n();return a(u)?i(u.message):d("Updated move preview",null)},{currentNode:o,selectedIndex:s}=N(),l=h(o.id)[s];if(!l)return I({mode:p.DEFAULT}),i("No move target");if(t==="start"){if(l.readonly)return i("Target node is read-only");if(s===-1)return i("No item selected");if(!l.parentNodeId)return i("Target has no parent");let c=h(l.parentNodeId),u=c.findIndex(({id:b})=>b===l.id);if(u===-1)return i("Target not found among siblings");let g=c[u-1],f=c[u+1],E=f!=null?{at:"before",sibling:f.id}:g!=null?{at:"after",sibling:g.id}:{at:"start"};Me({id:F(),action:"move.node",payload:{id:l.id,parent:l.parentNodeId,pos:E},...e.value}),I({mode:p.MOVE});let C=n();return a(C)?i(C.message):d("Move initialized",null)}if(t==="next")return I({mode:p.MOVE}),r(an(1));if(t==="previous")return I({mode:p.MOVE}),r(an(-1));if(t==="to-next")return I({mode:p.MOVE}),r(sn(1));if(t==="to-previous")return I({mode:p.MOVE}),r(sn(-1));if(t==="confirm"){I({mode:p.DEFAULT});let c=fe();if(!c)return i("No pending move to confirm");let u=$(c);if(a(u))return u;let g=n();return a(g)?i(g.message):(Me(null),d("Moved item",null))}return t==="cancel"?(Me(null),I({mode:p.DEFAULT}),d("Cancelling move",null)):i("Invalid move modifier")}},{intent:x.Delete,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=N(),r=h(t.id)[n];return r?$({id:F(),action:"delete.node",payload:{id:r.id},...e.value}):i("Unable to resolve child to delete")},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.Edit,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let t=Ne(N().breadCrumb,"TICKET");if(a(t))return i("Edit target must be an issue");let n=t.value;if(n.readonly)return i("Cannot edit readonly field");let{currentNode:r,selectedIndex:o}=N();if(!h(n.id)[o])return i("No selected field");let l=h(r.id)[o];if(!l)return i("No selected field");if(l.readonly)return i("Cannot edit readonly field");let c=l.props.value;if(typeof c!="string")return i("Selected field is not editable text");let u=Zn(c);if(a(u))return i("Failed to edit field");let g=u.value;return g===c?d("No changes made",null):l.title==="Description"?$({id:F(),action:"edit.description",payload:{id:l.id,md:g},...e.value}):l.title==="Title"?$({id:F(),action:"edit.title",payload:{id:l.id,name:g},...e.value}):i(`Editing not supported for "${l.title}"`)},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.Filter,mode:p.COMMAND_LINE,action:()=>{let{modifier:e,inputString:t}=G().commandMeta,n=/(!=|=)/,[r,o]=e.split(n);if(!r||!(c=>U(m.FILTER).map(u=>u.split(n)[0]).includes(c))(r))return i("Invalid filter modifier");let l={target:r,operator:"=",value:t.trim()};return j(c=>({...c,filters:e==="clear"?[]:[...c.filters,l],mode:p.DEFAULT})),d("Viewing help",null)}},{intent:x.ViewHelp,mode:p.COMMAND_LINE,action:()=>(I({mode:p.HELP}),d("Viewing help",null))},{intent:x.CloseIssue,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=N(),r=h(t.id)[n];if(!r)return i("Unable to close issue, no target found");if(!r.parentNodeId)return i("No target parent found");if(!V(r))return i("Cannot close in this context");let o=$({id:F(),action:"close.issue",payload:{id:r.id,parent:r.parentNodeId},...e.value});return a(o)?o:d("Viewing help",null)}},{intent:x.ReopenIssue,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=N(),r=h(t.id)[n];if(!r)return i("Unable to reopen issue, no target found");let o=r.context==="TICKET"?d("Resolved ticket",r):he(r.id,"TICKET");if(a(o))return i("Cannot reopen in this context");let s=o.value,l=$({id:F(),action:"reopen.issue",payload:{id:s.id},...e.value});return a(l)?l:d("Issue reopened",null)},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.SetUserName,mode:p.COMMAND_LINE,action:()=>{let{userId:e,preferredEditor:t,userName:n}=ie(),r=ut()?.trim();if(!r)return i("No username provided");let o=r??n,s=e??F();if(!o||!s)return i("Unable to resolve user name or id");let l=bt({userName:o,userId:s,preferredEditor:t??""});return a(l)?l:(it({userName:o,userId:s}),I({mode:p.DEFAULT}),d(`Username set to "${r}"`,null))}},{intent:x.Init,mode:p.COMMAND_LINE,action:()=>{let e=un();if(a(e))return e;let{rootNodeId:t,nodes:n}=N();return L.navigate({currentNode:n[t],selectedIndex:0}),I({mode:p.DEFAULT}),d("Project initialized",null)}},{intent:x.SetEditor,mode:p.COMMAND_LINE,action:()=>{let e=ut()?.trim();if(!e)return i("No editor provided");let t=bt({preferredEditor:e});return a(t)?t:(it({preferredEditor:e}),I({mode:p.DEFAULT}),d(`Editor configuration set to "${e}"`,null))}},{intent:x.SetAutoSync,mode:p.COMMAND_LINE,action:()=>{let e=G().commandMeta.modifier;if(e!=="true"&&e!=="false")return i("Invalid response");let t=e.toLowerCase()==="true",n=bt({autoSync:t});return a(n)?n:(it({autoSync:t}),I({mode:p.DEFAULT}),d(`Auto synchronization set to "${t}"`,null))}},{intent:x.NewItem,mode:p.COMMAND_LINE,action:(e,t)=>{let n=W();if(a(n))return i("Unable to resolve user ID");if(!t.inputString)return i(`provide a name for your ${t.modifier}`);let{breadCrumb:r,currentNode:o,selectedIndex:s}=N(),l=c=>{let u=$(c);if(a(u))return u;let g=y.getNode(u.value.result.id);if(!g)return i("Created node not found");if(!g.parentNodeId)return u;let f=y.getNode(g.parentNodeId);return f?(L.navigate({currentNode:f,selectedIndex:y.getSiblings(g.parentNodeId).findIndex(({id:E})=>E===g.id)}),u):i("Parent node not found")};if(t.modifier==="board"){let{rootNodeId:c}=N(),u=y.getNode(c);return u?l({id:F(),action:"add.board",payload:{id:F(),name:t.inputString,parent:u.id},...n.value}):i("Workspace not found")}if(t.modifier==="swimlane"){let c=Ne(r,"BOARD");return a(c)?i("Unable to add swimlane in this context"):l({id:F(),action:"add.swimlane",payload:{id:F(),name:t.inputString,parent:c.value.id},...n.value})}if(t.modifier==="issue"){let c=h(o.id)[s],u=o.context==="SWIMLANE"?o:o.context==="BOARD"&&c?.context==="SWIMLANE"?c:(()=>{let b=Ne(r,"SWIMLANE");return a(b)?null:b.value})();if(!u)return i("Unable to add issue in this context");let g=Qe({name:t.inputString,parent:u.id,user:n.value}),f=Ae(g);if(f.some(b=>a(b)))return i("Issue create failed: "+f.filter(a).map(b=>b.message).filter(Boolean).join(", "));let E=f[0];if(!E||a(E))return i("Issue creation failed");let C=g[0]?.payload.id;return C?(L.navigate({currentNode:u,selectedIndex:y.getSiblings(u.id).findIndex(({id:b})=>b===C)}),d("Issue created",null)):i("Unable to determine ticket id")}return d("Success",null)},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.SetView,mode:p.COMMAND_LINE,action:()=>{let{commandMeta:e}=G();return e.validity===se.Invalid?i("Invalid command "+oe):(j(t=>({...t,viewMode:e.modifier==="wide"?"wide":e.modifier==="dense"?"dense":t.viewMode})),d("View set",null))},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.Rename,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=N(),r=h(t.id)[n];if(!r)return i("Missing node");if(r.readonly)return i("Cannot rename readonly node");let o=ut();return o?$({id:F(),action:"edit.title",payload:{id:r.id,name:o},...e.value}):i("Provide a new name")},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.UntagTicket,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{modifier:t,inputString:n}=G().commandMeta,r=(t||n).trim();if(!r)return i("Provide a tag");let o=Qr(r);if(!o)return i(`Tag "${r}" does not exist`);let{selectedNode:s}=N();if(!s)return i("Invalid untag target");let l=he(s.id,"TICKET");if(a(l))return i("Unable to untag issue in this context");let c=l.value,u=y.getFieldByTitle(c.id,"Tags");if(!u)return i("Unable to locate tags field");let g=h(u.id).find(f=>f.props?.value===o.id);return g?$({id:F(),action:"untag.issue",payload:{id:g.id,target:c.id,tagId:o.id},...e.value}):i("Issue is not tagged with that tag")},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.TagTicket,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{modifier:t,inputString:n}=G().commandMeta,r=(t||n).trim();if(!r)return i("Provide a tag");let{selectedIndex:o,currentNode:s}=N(),l=h(s.id)[o];if(!l)return i("Invalid tag target");let c=he(l.id,"TICKET");if(a(c))return i("Unable to tag issue in this context");let u=c.value,g=Qr(r),f;if(g)f=g.id;else{let b=F(),w=$({id:F(),action:"create.tag",payload:{id:b,name:r},userId:e.value.userId,userName:e.value.userName});if(a(w))return w;f=w.value.result.id}let E=y.getFieldByTitle(u.id,"Tags");return E?h(E.id).some(b=>b.props?.value===f)?i("Already tagged with that tag"):$({id:F(),action:"tag.issue",payload:{id:F(),target:u.id,tagId:f},...e.value}):i("Unable to locate tags field")},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.AssignUserToTicket,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{modifier:t,inputString:n}=G().commandMeta,r=(t||n).trim();if(!r)return i("Provide an assignee");let{selectedIndex:o,currentNode:s}=N(),l=h(s.id)[o];if(!l)return i("Invalid assign target");let c=he(l.id,"TICKET");if(a(c))return i("Unable to assign issue in this context");let u=c.value,g=eo(r),f;if(g)f=g.id;else{let b=F(),w=$({id:F(),action:"create.contributor",payload:{id:b,name:r},userId:e.value.userId,userName:e.value.userName});if(a(w))return w;f=w.value.result.id}let E=y.getFieldByTitle(u.id,"Assignees");return E?h(E.id).some(b=>b.props?.value===f)?i("Assignee already assigned"):$({id:F(),action:"assign.issue",payload:{id:F(),target:u.id,contributor:f},...e.value}):i("Unable to locate assignees field")},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.UnassignUserFromTicket,mode:p.COMMAND_LINE,action:()=>{let e=W();if(a(e))return i("Unable to resolve user ID");let{modifier:t,inputString:n}=G().commandMeta,r=(t||n).trim();if(!r)return i("Provide an assignee to remove");let o=eo(r);if(!o)return i(`Assignee "${r}" does not exist`);let{selectedNode:s}=N();if(!s)return i("Invalid unassign target");let l=he(s.id,"TICKET");if(a(l))return i("Unable to unassign in this context");let c=l.value,u=y.getFieldByTitle(c.id,"Assignees");if(!u)return i("Unable to locate assignees field");let g=h(u.id).find(f=>f.props?.value===o.id);return g?$({id:F(),action:"unassign.issue",payload:{id:g.id,target:c.id,contributor:o.id},...e.value}):i(`Issue is not assigned to "${r}"`)},onSuccess:()=>I({mode:p.DEFAULT})},{intent:x.Sync,mode:p.COMMAND_LINE,action:async()=>{let e=Xr();k(()=>""),I({syncStatus:{msg:"Syncing",status:"syncing"}});let{userId:t,userName:n}=ie();if(!t)return i("Unable to resolve userId");if(!n)return i("Unable to resolve userName");let r=De()?un():d("No pending default events",null);if(a(r))return i(`Unable to persist default events. ${r.message}`);let o=W();if(a(o)||!o.value)return i("Unable to resolve event log path");let s=$e(o.value);logger.debug("[sync-command] pending defaults",De());let l=await Ct({ownEventFileName:s});if(a(l))return I({syncStatus:{msg:l.message,status:"outOfSync"}}),i(`Unable to sync state. ${l.message}`);I({syncStatus:{msg:"Synced",status:"synced"},mode:p.DEFAULT});let c=re(process.cwd());if(a(c))throw new Error(c.message);let u=He(c.value);if(a(u))return i("Unable to load events");ye(u.value);let g=Zr(e);return a(g)?g:d("Synced",!0)}},{intent:x.Peek,mode:p.COMMAND_LINE,action:async()=>{let e=Ne(N().breadCrumb,"BOARD");if(a(e))return e;let t=re(process.cwd());if(a(t))throw new Error(t.message);let n=He(t.value);if(a(n))return i(n.message);let r=n.value,{modifier:o}=G().commandMeta,s;if(o==="now"){let C=cn();if(a(C))return C;let b=ye(r);return b.some(a)?i(b.map(w=>w.message).join(", ")):(I({mode:p.DEFAULT,readOnly:!1,timeMode:"live",unappliedEvents:[]}),d("Peeking now",!0))}if(o==="prev"){let C=N().eventLog.at(-2),b=Dt(C);if(b===null)return i("No previous event to peek");s=b}else if(o==="next"){let C=N().unappliedEvents.at(0),b=Dt(C);if(b===null)return i("No next event to peek");s=b}else{let C=lt(o);if(!C)return i("Invalid peek date");s=C.getTime()}let l=e.value.id,{appliedEvents:c,unappliedEvents:u}=ir(r,s),g=cn();if(a(g))return g;let f=ye(c);if(f.some(a))return i(f.map(C=>C.message).join(", "));let E=N().nodes[l];return E?(L.navigate({currentNode:E,selectedIndex:0}),I({mode:p.DEFAULT,readOnly:!0,timeMode:"peek",unappliedEvents:u}),d("Peeking ",!0)):i("Board did not exist at peek date")}}];var ms=new Set(["peek","filter","view-help"]),Q=async({isForceExecutedBySystem:e=!1}={})=>{let{commandMeta:{command:t,validity:n,modifier:r,inputString:o}}=G();if(!t)return i("No command to confirm");if(!e&&n===se.Invalid)return i("Invalid command");let s=Gn(t);if(Kn(),N().readOnly&&!ms.has(s))return Ue({status:oe.Fail,message:"Command not available in readonly state",value:null});let l=to.filter(u=>e||u.systemOnly!==!0).find(u=>u.intent===s);if(!l)return Ue({status:oe.Fail,message:"Command not found",value:null});let c=await l.action(l,{command:t,inputString:o,modifier:r});return a(c)?Ue(c):(Vn({addToHistory:!e}),l.onSuccess?.(),Ue(c))};var St=[{intent:S.Exit,mode:p.MOVE,description:"[<Esc>] exit context / cancel",action:()=>(I({mode:p.COMMAND_LINE}),k(()=>"move cancel"),Q({isForceExecutedBySystem:!0}))},{intent:S.InitMove,mode:p.DEFAULT,description:"[m] move init/confirm",action:()=>(I({mode:p.COMMAND_LINE}),k(()=>"move start"),Q({isForceExecutedBySystem:!0}))},{intent:S.ConfirmMove,mode:p.MOVE,action:()=>(I({mode:p.COMMAND_LINE}),k(()=>"move confirm"),Q({isForceExecutedBySystem:!0}))}],Rt=[{intent:S.MovePreviousItem,mode:p.MOVE,action:()=>fe()?(I({mode:p.COMMAND_LINE}),k(()=>"move previous"),Q({isForceExecutedBySystem:!0})):i("No pending move")},{intent:S.MoveNextItem,mode:p.MOVE,action:()=>fe()?(I({mode:p.COMMAND_LINE}),k(()=>"move next"),Q({isForceExecutedBySystem:!0})):i("No pending move")}],no=[{intent:S.MoveToNextContainer,mode:p.MOVE,action:()=>fe()?(I({mode:p.COMMAND_LINE}),k(()=>"move to-next"),Q({isForceExecutedBySystem:!0})):i("No pending move")},{intent:S.MoveToPreviousContainer,mode:p.MOVE,action:()=>fe()?(I({mode:p.COMMAND_LINE}),k(()=>"move to-previous"),Q({isForceExecutedBySystem:!0})):i("No pending move")}];var ro={[M.WORKSPACE]:[...St,...Rt],[M.BOARD]:[...St,...Rt],[M.SWIMLANE]:[...St,...Rt,...no],[M.TICKET]:[],[M.FIELD]:[],[M.FIELD_LIST]:[],[M.TEXT]:[]};var oo=[{intent:S.AddItem,mode:p.DEFAULT,description:"[n] new...",action:()=>(I({mode:p.COMMAND_LINE}),k(()=>`${m.NEW} `),d("Adding new item",null))},{intent:S.Delete,mode:p.DEFAULT,description:"[d] delete",action:()=>(I({mode:p.COMMAND_LINE}),k(()=>`${m.DELETE} `),d("Deleting item",null))},{intent:S.InitCommandLine,mode:p.DEFAULT,description:"[:] focus command line",action:()=>(I({mode:p.COMMAND_LINE}),k(()=>""),d("Entering command line mode",null))},{intent:S.Confirm,mode:p.DEFAULT,description:"[<Enter>] confirm/enter",action:()=>(L.enterChildNode(),d("Entering context",null))},{intent:S.Exit,mode:p.DEFAULT,description:"[q] exit context",action:()=>(L.enterParentNode(),d("Exiting context",null))},{intent:S.NavPreviousItem,mode:p.DEFAULT,description:"[arrows/hjkl] navigate",action:()=>(L.navigateToPreviousItem(),d("Navigating to previous item",null))},{intent:S.NavNextItem,mode:p.DEFAULT,action:()=>(L.navigateToNextItem(),d("Navigating to next item",null))},{intent:S.NavToPreviousContainer,mode:p.DEFAULT,action:()=>(L.navigateToPreviousContainer(),d("Navigating to previous container",null))},{intent:S.NavToNextContainer,mode:p.DEFAULT,action:()=>(L.navigateToNextContainer(),d("Navigating to next container",null))},{intent:S.Edit,mode:p.DEFAULT,action:()=>(I({mode:p.COMMAND_LINE}),k(()=>"edit"),Q(),d("Fired command",!0))},{intent:S.SetViewDense,mode:p.DEFAULT,description:"[v] view change (wide/dense)",action:()=>(I({viewMode:"dense"}),d("View set",null))},{intent:S.SetViewWide,mode:p.DEFAULT,action:()=>(I({viewMode:"wide"}),d("View set",null))}];var ps=500,gs=e=>e.replace(/[\r\n]/g,"").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,""),io=e=>{let t=gs(e);t&&k(n=>(n+t).slice(0,ps))};var so=[{intent:S.ViewHelp,mode:p.DEFAULT,action:()=>(I({mode:p.HELP}),d("Viewing help",null))},{intent:S.Exit,mode:p.HELP,action:()=>(I({mode:p.DEFAULT}),d("Exiting help",null))},{intent:S.Confirm,mode:p.COMMAND_LINE,action:()=>(Q(),d("Executing command",null))},{intent:S.MoveCursorLeft,mode:p.COMMAND_LINE,action:()=>(Bt(-1),d("Moving cursor left",null))},{intent:S.MoveCursorRight,mode:p.COMMAND_LINE,action:()=>(Bt(1),d("Moving cursor right",null))},{intent:S.MoveCursorLeftOfWord,mode:p.COMMAND_LINE,action:()=>(Wt("left"),d("Moving cursor left of word",null))},{intent:S.MoveCursorRightOfWord,mode:p.COMMAND_LINE,action:()=>(Wt("right"),d("Moving cursor right of word",null))},{intent:S.ExitCommandLine,mode:p.COMMAND_LINE,action:()=>(I({mode:p.DEFAULT}),d("Exiting command line",null))},{intent:S.AutoCompleteCommand,mode:p.COMMAND_LINE,action:()=>(k((e,{remainder:t})=>t?e+t:e),d("Auto-completing command",null))},{intent:S.CaptureInput,mode:p.COMMAND_LINE,action:(e,{sequence:t})=>(io(t??""),d("Capturing input",null))},{intent:S.EraseInput,mode:p.COMMAND_LINE,action:()=>($n(),d("Erasing input",null))},{intent:S.EraseInputWord,mode:p.COMMAND_LINE,action:()=>(Hn(),d("Erasing input word",null))},{intent:S.GetLastCommandFromHistory,mode:p.COMMAND_LINE,action:()=>(jn(),d("Getting last command from history",null))},{intent:S.GetNextCommandFromHistory,mode:p.COMMAND_LINE,action:()=>(zn(),d("Getting next command from history",null))}];import fs from"chalk";var At=": for command line",ao="q to exit",lo=`${fs.hex(Sn.accent)("m")} to confirm`,mn={[M.WORKSPACE]:[At],[M.BOARD]:[At],[M.BOARD+p.COMMAND_LINE]:[At],[M.SWIMLANE]:[At],[M.TICKET+p.HELP]:[ao],[M.SWIMLANE+p.HELP]:[ao],[M.TICKET]:[],[M.FIELD]:[],[M.SWIMLANE+p.MOVE]:[lo],[M.TICKET+p.MOVE]:[lo]};var wt=e=>e.trim().toLocaleLowerCase(),vs=(e,t)=>{let n=y.getFieldByTitle(e,t);if(!n)return"";let r=n.props?.value;return typeof r=="string"?r:""},Ns=e=>{let{tags:t}=N(),n=y.getFieldByTitle(e,"Tags");return n?K(n.id).map(r=>{let o=r.props?.value;return typeof o=="string"?t[o]?.name:void 0}).filter(r=>!!r):[]},ys=e=>{let{contributors:t}=N(),n=y.getFieldByTitle(e,"Assignees");return n?K(n.id).map(r=>{let o=r.props?.value;return typeof o=="string"?t[o]?.name:void 0}).filter(r=>!!r):[]},co=(e,t)=>{let n=t.value;if(!n)return!0;switch(t.target){case"title":return wt(e.title??"").includes(n);case"description":return wt(vs(e.id,"Description")).includes(n);case"tag":return Ns(e.id).map(wt).some(c=>c.includes(n));case"assignee":return ys(e.id).map(wt).some(c=>c.includes(n));default:return!0}};function uo(e,t,n){let r=t[e];if(!r)return i("buildBreadCrumb(): current node not found");let o=[],s=r;for(;s&&(o.push(s),!(s.id===n||!s.parentNodeId));)s=t[s.parentNodeId];let l=o[o.length-1];return!l||l.id!==n?i("buildBreadCrumb(): node is not connected to root"):(o.reverse(),d("Breadcrumb built",o))}var mo=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 Tt,pn,Es=new Set,po=()=>{for(let e of Es)e()};function go(e){let{currentNodeId:t,mode:n,rootNodeId:r,nodes:o,filters:s}=e;if(!t)return i("derive(): currentNodeId is missing");if(!r)return i("derive(): rootNode is missing");if(!o[r])return i("derive(): unable to find root node");let c=o[t];if(!c)return i("Unable to derive state, currentNode not found");let u=uo(t,o,r);if(a(u))return logger.error(u.message),u;let g=u.value,{context:f}=c,E=mn[f+n]??mn[f]??[],C=[...oo,...ro[f]??[],...so],b=mo(C),w=Is(o,s),H=w[t]?.[e.selectedIndex]??null;return d("Derived successfully",{...e,currentNode:c,breadCrumb:g,availableHints:E,availableActions:C,actionIndex:b,selectedNode:H,renderedChildrenIndex:w})}var N=()=>(Tt||logger.error("State not initialized. Call initWorkspaceState() first.",new Error().stack),Tt);function zt(e){pn=e;let t={readOnly:!1,filters:[],tags:{},contributors:{},viewMode:"dense",mode:p.DEFAULT,nodes:{[e.id]:e},rootNodeId:e.id,currentNodeId:e.id,renderedChildrenIndex:{},selectedIndex:-1,syncStatus:{status:"synced",msg:""},eventLog:[],unappliedEvents:[],timeMode:"live"},n=go(t);return a(n)?n:(Tt=n.value,po(),d("State initialized",null))}function j(e){let t=N(),n=e(t),r=go(n);return a(r)?i(r.message??"Unable to update state"):(Tt=r.value,po(),d("State updated",null))}var I=e=>j(t=>({...t,...e}));var Is=(e,t)=>{let n={};for(let r of Object.values(e))V(r)&&t.length>0&&!t.every(o=>co(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,s)=>{let l=e[o.id],c=e[s.id];return!l||!c?0:l.rank.localeCompare(c.rank)});return n},h=e=>N()?.renderedChildrenIndex[e]??[],cn=()=>pn?zt(pn):i("Cannot reset state: no initial workspace found");var L={exit(){process.exit(0)},enterChildNode(){let e=N(),t=e.currentNode,n=Math.max(0,e.selectedIndex),r=h(t.id)[n];!r||t.context==="FIELD"||L.navigate({currentNode:r,selectedIndex:h(r.id).length?0:-1})},enterParentNode(){let{currentNode:e,nodes:t}=N();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=h(n.id),o=r.findIndex(({id:l})=>l===e.id),s=r.length===0?-1:o>=0?o:0;L.navigate({currentNode:n,selectedIndex:s})},navigateToNextItem:()=>fo(1),navigateToPreviousItem:()=>fo(-1),navigateToNextContainer:()=>vo(1),navigateToPreviousContainer:()=>vo(-1),navigate:({currentNode:e=N().currentNode,selectedIndex:t})=>{I({currentNodeId:e.id,selectedIndex:t})}},fo=e=>{let t=N(),n=h(t.currentNode.id).length;if(n===0)return;let o=(Math.max(0,t.selectedIndex)+e+n)%n;L.navigate({selectedIndex:o})},vo=e=>{let{currentNode:t,nodes:n,selectedIndex:r}=N();if(!t.childNavigationAcrossParents)return;if(!t.parentNodeId){logger.error("Missing parent node id");return}let o=n[t.parentNodeId];if(!t||!o)return;let s=h(o.id),l=s.findIndex(C=>C.id===t.id);if(l<0)return;let c=s.at(l+e)??s.at(0);if(!c)return;let u=h(c.id),g=Math.max(0,u.length-1),f=Math.min(Math.max(0,r),g),E=u.length?f:-1;L.navigate({currentNode:c,selectedIndex:E})};var le="system",ce="ACTOR",qe=xs(),ue=null;function hs(){let e=Object.values(N().nodes).find(r=>r.context==="WORKSPACE");if(!e)throw new Error("No workspace found in event log");let[t]=h(e.id),[n]=t?h(t.id):[];if(logger.debug("Boot navigation target:",{workspace:e?.id,firstBoard:t?.id,firstSwimlane:n?.id}),n){let r=N().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:N().nodes[N().rootNodeId],selectedIndex:0}}function Cs(){let e=hs();L.navigate(e)}function bs(){let e=qe(),t=qe(),n=qe(),r=qe(),o=qe();return[{id:de(),userId:le,userName:ce,action:"init.workspace",payload:{id:e,name:"Workspace"}},{id:de(),userId:le,userName:ce,action:"add.board",payload:{id:t,name:"Default",parent:e}},{id:de(),userId:le,userName:ce,action:"add.swimlane",payload:{id:n,name:"Todo",parent:t}},{id:de(),userId:le,userName:ce,action:"add.swimlane",payload:{id:r,name:"In progress",parent:t}},{id:de(),userId:le,userName:ce,action:"add.swimlane",payload:{id:o,name:"Done",parent:t}},{id:de(),userId:le,userName:ce,action:"add.board",payload:{id:yt,name:"Closed",parent:e}},{id:de(),userId:le,userName:ce,action:"add.swimlane",payload:{id:te,name:"Closed",parent:yt}},{id:de(),userId:le,userName:ce,action:"lock.node",payload:{id:yt}},{id:de(),userId:le,userName:ce,action:"lock.node",payload:{id:te}}]}function De(){return ue!==null}function un(){if(!ue||ue.length===0)return ue=null,d("No pending default events to persist",null);let e=ue.map(t=>ft({event:t})).filter(a);return e.length>0?i([Pe.bold.red("Persisting default events failed"),"",...e.map((t,n)=>`${Pe.dim.gray(`${n+1}.`)} ${Pe.dim(t.message)}`),`
|
|
48
|
+
`,Es=(e,t)=>{let n=new Map;for(let r of[...t,...e])n.set(In(r),r);return[...n.values()].sort((r,o)=>{let i=Hr(r)-Hr(o);return i!==0?i:In(r).localeCompare(In(o))})},Cn=({sourceFile:e,targetFile:t})=>{let n=St(e);if(l(n))return s(n.message);let r=St(t);if(l(r))return s(r.message);let o=Es(r.value,n.value),i=Ns(o);return(Rt.existsSync(t)?Rt.readFileSync(t,"utf8"):"")===i?c("Event file already merged",!1):(Rt.mkdirSync(hn.dirname(t),{recursive:!0}),Rt.writeFileSync(t,i,"utf8"),c("Merged event file",!0))},Kr=({repoRoot:e,stateBranchRoot:t})=>{let n=Sr(t);if(l(n))return s(n.message);let r=ke(t),o=ke(e),i=!1;for(let a of n.value){let d=hn.join(r,a),u=hn.join(o,a),m=Cn({sourceFile:d,targetFile:u});if(l(m))return s(m.message);i=i||m.value}return c("Hydrated event files from state branch",i)};var hs=({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{let r=vn({root:e,fileName:n}),o=vn({root:t,fileName:n});return Is.existsSync(r)?Cn({sourceFile:r,targetFile:o}):c("Local own event file missing, nothing to merge",!1)},Cs=async({cwd:e,ensureUpstream:t})=>{let n=await Tr(e);if(l(n))return s(n.message);let r=n.value,o=hr(r),i=await kr(r);if(l(i))return s("Sync aborted. Unable to gitignore hydrated events");let a=await mn(r);if(l(a))return s(a.message);if(a.value)return s("Cannot sync while a git operation is in progress in the current repo");let d=await Pr(r);if(l(d))return s(d.message);let u=await Fr({repoRoot:r,stateBranchRoot:o,ensureUpstream:t});if(l(u))return s(u.message);let m=await mn(o);if(l(m))return s(m.message);if(m.value)return s("Cannot sync while a git operation is in progress in the state branch");let f=Rr(r,o);return l(f)?s(f.message):c("Sync preconditions satisfied",{repoRoot:r,stateBranchRoot:o,bootstrapped:u.value})},Vr=async({repoRoot:e,stateBranchRoot:t,ownEventFileName:n})=>{let r=hs({repoRoot:e,stateBranchRoot:t,ownEventFileName:n});if(l(r))return s(r.message);let o=await fr(t);if(l(o))return s(o.message);if(!r.value&&!o.value)return c("Own event file already up to date in state branch",{createdCommit:!1});let i=await Lr({stateBranchRoot:t,ownEventFileName:n});if(l(i))return s(i.message);let a=await Dr({repoRoot:e,stateBranchRoot:t});return l(a)?s(a.message):c("Merged, staged, and committed own event file",{createdCommit:!0,commitSha:a.value})},At=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");let n=await Cs({cwd:e,ensureUpstream:!0});if(l(n))return n;let{repoRoot:r,stateBranchRoot:o,bootstrapped:i}=n.value,a=await vr(r);if(l(a))return s(a.message);if(a.value)return s("Cannot run :sync while the repository is in detached HEAD state");let d=!1,u,m=!1,f=!1,N=!1,E=await fn({cwd:o,branch:O});if(l(E))return s(E.message);m=E.value;let C=Kr({repoRoot:r,stateBranchRoot:o});if(l(C))return s(C.message);N=C.value;let I=await Vr({repoRoot:r,stateBranchRoot:o,ownEventFileName:t});if(l(I))return s(I.message);if(d=I.value.createdCommit,u=I.value.commitSha,d||i){let A=await yn(o),b=A;if(l(A)&&gr(A.message)){let k=await fn({cwd:o,branch:O});if(l(k))return s(k.message);let X=await Vr({repoRoot:r,stateBranchRoot:o,ownEventFileName:t});if(l(X))return s(X.message);X.value.createdCommit&&(d=!0,u=X.value.commitSha),b=await yn(o)}if(l(b))return s(b.message);f=b.value,logger.debug("[sync] pushed to state branch",f)}else logger.debug("[sync] no commit created, skipped push");if(d){let A=await D({args:["rev-parse","HEAD"],cwd:o});if(l(A))return s(A.message);u=A.value.stdout.trim()}return c("Synced event logs with state branch",{repoRoot:r,stateBranchRoot:o,createdCommit:d,commitSha:u,pulled:m,pushed:f,hydrated:N,bootstrapped:i})};import{ulid as xd}from"ulid";var M={WORKSPACE:"WORKSPACE",BOARD:"BOARD",SWIMLANE:"SWIMLANE",TICKET:"TICKET",FIELD:"FIELD",FIELD_LIST:"FIELD_LIST",TEXT:"TEXT"};function bn(e){return e.context==="WORKSPACE"}function V(e){return e.context==="TICKET"}function jr(e){return e.context==="FIELD"}var Tt=e=>e.context==="SWIMLANE",zr=e=>e.context==="BOARD";var $e=24n,bs=$e*4n,wt=(1n<<bs)-1n,Ss=/^[0-9a-f]+$/;function Gr(e){if(!e||!Ss.test(e))throw new Error(`Invalid hex rank: ${e}`);return BigInt("0x"+e)}function Mt(e,t=$e){if(e<0n)throw new Error("Negative rank not allowed");return e.toString(16).padStart(Number(t),"0")}function j(e,t){if(!e&&!t)return Mt(wt/2n,$e);let n=e?Gr(e):0n,r=t?Gr(t):wt;if(r<=n)return Mt(wt/2n,$e);let o=(n+r)/2n;return o===n||o===r?"":Mt(o,$e)}function J(){return Mt(wt/2n,$e)}var Q={workspace:(e,t)=>({id:e,title:t,rank:J(),isDeleted:!1,props:{},context:M.WORKSPACE,childRenderAxis:"vertical",parentNodeId:null,readonly:!0,log:[]}),board:(e,t,n,r=!1)=>({id:e,title:t,rank:J(),isDeleted:!1,props:{},context:M.BOARD,childRenderAxis:"horizontal",parentNodeId:n,readonly:r,log:[]}),swimlane:(e,t,n)=>({id:e,title:t,rank:J(),isDeleted:!1,props:{},context:M.SWIMLANE,childRenderAxis:"vertical",childNavigationAcrossParents:!0,parentNodeId:n,readonly:!1,log:[]}),field:(e,t,n,r={},o="horizontal")=>({id:e,title:t,rank:J(),isDeleted:!1,props:r,context:M.FIELD,childRenderAxis:o,parentNodeId:n,readonly:!1,log:[]}),ticket:(e,t,n)=>({id:e,title:t,rank:J(),isDeleted:!1,props:{},context:M.TICKET,childRenderAxis:"vertical",parentNodeId:n,readonly:!1,log:[]}),text:({id:e,name:t,parentNodeId:n,props:r={},readonly:o=!0})=>({id:e,title:t,rank:J(),isDeleted:!1,props:r,context:M.TEXT,childRenderAxis:"vertical",parentNodeId:n,readonly:o,log:[]})};import{useSyncExternalStore as ud}from"react";var g={DEFAULT:"default",MOVE:"move",HELP:"help",COMMAND_LINE:"command-line"};function kt(e,t){let n=Math.min(e.length,t.length),r=0;for(;r<n&&e[r]===t[r];)r++;return r}var Pt=(e,t)=>t<=0?"":e.length<=t?e:t<=3?"...".slice(0,t):e.slice(0,t-3)+"...",We=e=>typeof e!="string"?"":e.replace(/[\x00-\x08\x0B-\x1F\x7F]/g,"").replace(/[\r\n\t]/g," ").replace(/\s+/g," ").trim();var qr=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},Xr=(e,t)=>t?e.get(t)??[]:[];var Yr=new WeakMap,Rs=e=>{let t=Yr.get(e);return t||(t=qr(e),Yr.set(e,t)),t};var Jr=({wordList:e,inputToMatch:t,overlapThreshold:n=1})=>{let r=t.toLowerCase();return Xr(Rs(e),r).filter(i=>kt(r,i)>=n)};var As={hint:"",hints:[],overlap:0,remainder:""},Zr=({inputToMatch:e,lastWord:t,isLastWordCompleted:n},r)=>{if(n||e==="")return As;let o=Jr({wordList:r,inputToMatch:e,overlapThreshold:1});return Ts(t,o)},Ts=(e,t)=>{let n=t[0]??"",r=kt(e.toLowerCase(),n.toLowerCase()),[o,i]=n.split(":"),a=r<(o??"").length,d=!!i,f=(d&&a?o:n)+(d&&a?":":" "),N=f.slice(r);return{hint:f,hints:t,overlap:r,remainder:N}};var Qr=["vim","nvim","nano","micro","emacs","hx","code","code-insiders","subl","notepad","notepad++","idea","webstorm","default","system","$EDITOR","$VISUAL"];import He from"chalk";import{monotonicFactory as Ms,ulid as fe}from"ulid";var F={exit(){process.exit(0)},enterChildNode(){let e=v(),t=e.currentNode,n=Math.max(0,e.selectedIndex),r=S(t.id)[n];!r||t.context==="FIELD"||F.navigate({currentNode:r,selectedIndex:S(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=S(n.id),o=r.findIndex(({id:a})=>a===e.id),i=r.length===0?-1:o>=0?o:0;F.navigate({currentNode:n,selectedIndex:i})},navigateToNextItem:()=>eo(1),navigateToPreviousItem:()=>eo(-1),navigateToNextContainer:()=>to(1),navigateToPreviousContainer:()=>to(-1),navigate:({currentNode:e=v().currentNode,selectedIndex:t})=>{h({currentNodeId:e.id,selectedIndex:t})}},eo=e=>{let t=v(),n=S(t.currentNode.id).length;if(n===0)return;let o=(Math.max(0,t.selectedIndex)+e+n)%n;F.navigate({selectedIndex:o})},to=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=S(o.id),a=i.findIndex(E=>E.id===t.id);if(a<0)return;let d=i.at(a+e)??i.at(0);if(!d)return;let u=S(d.id),m=Math.max(0,u.length-1),f=Math.min(Math.max(0,r),m),N=u.length?f:-1;F.navigate({currentNode:d,selectedIndex:N})};var ws=["00KM6CZ900T7180RM46K0JAYNF","00JR3R8E00A1Z4X9FGP9DV0SM5"],[z,Lt]=ws;var ve="system",ye="ACTOR",it=Ms(),xe=null;function ks(){let e=Object.values(v().nodes).find(r=>r.context==="WORKSPACE");if(!e)throw new Error("No workspace found in event log");let[t]=S(e.id),[n]=t?S(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 Ps(){let e=ks();F.navigate(e)}function Ls(){let e=it(),t=it(),n=it(),r=it(),o=it(),i=j(void 0,void 0),a=j(void 0,void 0),d=j(a,void 0),u=j(void 0,void 0),m=j(u,void 0),f=j(m,void 0),N=j(void 0,void 0);return[{id:fe(),userId:ve,userName:ye,action:"init.workspace",payload:{id:e,name:"Workspace",rank:i}},{id:fe(),userId:ve,userName:ye,action:"add.board",payload:{id:t,name:"Default",parent:e,rank:a}},{id:fe(),userId:ve,userName:ye,action:"add.swimlane",payload:{id:n,name:"Todo",parent:t,rank:u}},{id:fe(),userId:ve,userName:ye,action:"add.swimlane",payload:{id:r,name:"In progress",parent:t,rank:m}},{id:fe(),userId:ve,userName:ye,action:"add.swimlane",payload:{id:o,name:"Done",parent:t,rank:f}},{id:fe(),userId:ve,userName:ye,action:"add.board",payload:{id:Lt,name:"Closed",parent:e,rank:d}},{id:fe(),userId:ve,userName:ye,action:"add.swimlane",payload:{id:z,name:"Closed",parent:Lt,rank:N}},{id:fe(),userId:ve,userName:ye,action:"lock.node",payload:{id:Lt}},{id:fe(),userId:ve,userName:ye,action:"lock.node",payload:{id:z}}]}function st(){return xe!==null}function Sn(){if(!xe||xe.length===0)return xe=null,c("No pending default events to persist",null);let e=xe.map(t=>Ct({event:t})).filter(l);return e.length>0?s([He.bold.red("Persisting default events failed"),"",...e.map((t,n)=>`${He.dim.gray(`${n+1}.`)} ${He.dim(t.message)}`),`
|
|
50
49
|
`].join(`
|
|
51
|
-
`)):(
|
|
50
|
+
`)):(xe=null,c("Persisted pending default events",null))}function no(e){let t;e.some(r=>r.action==="init.workspace")?(xe=null,t=Pe(e)):(xe=Ls(),t=Pe([...xe]));let n=t.filter(l);return n.length>0?s([He.bold.red("Materializing failed"),"",...n.map((r,o)=>`${He.dim.gray(`${o+1}.`)} ${He.dim(r.message)}`),`
|
|
52
51
|
`].join(`
|
|
53
52
|
|
|
54
53
|
See complete log:
|
|
55
54
|
|
|
56
55
|
`)+e.map(r=>JSON.stringify(r)).join(`
|
|
57
|
-
`)):(Cs(),d("State booted successfully",null))}var Ie=e=>{let t=re(e??process.cwd());if(a(t))return t;let n=He(t.value);if(a(n))return i(n.message);let r=No(n.value);return a(r)?i(r.message):d("Booted Epiq state",{root:t.value})},Mt=()=>{let e=Jr();return a(e)?i(e.message):e.value.userId?e.value.userName?d("Resolved actor",{userId:e.value.userId,userName:e.value.userName}):i("Unable to retrieve user name"):i("Unable to retrieve user id")},Eo=(e,t)=>{let r=h(e.id).find(o=>o.title===t);return r?h(r.id).map(o=>typeof o.props?.value=="string"?o.props.value:"").filter(o=>!!o):[]},Ss=e=>Eo(e,"Tags").map(t=>y.getTag(t)).filter(t=>t!=null).map(t=>({id:t.id,name:t.name})),Rs=e=>Eo(e,"Assignees").map(t=>y.getContributor(t)).filter(t=>t!=null).map(t=>({id:t.id,name:t.name})),Io=(e={})=>{let t=Ie(e.repoRoot);if(a(t))return t;let n=Object.values(N().nodes).filter(r=>r.context==="BOARD").map(r=>({id:r.id,title:r.title,parentId:r.parentNodeId,readonly:!!r.readonly}));return d("Listed boards",n)},xo=(e={})=>{let t=Ie(e.repoRoot);if(a(t))return t;let n=Object.values(N().nodes).filter(r=>r.context==="SWIMLANE").filter(r=>!e.boardId||r.parentNodeId===e.boardId).map(r=>({id:r.id,title:r.title,boardId:r.parentNodeId,isClosed:r.id===te,readonly:!!r.readonly}));return d("Listed swimlanes",n)},ho=e=>{let t=Ie(e.repoRoot);if(a(t))return t;let n=Object.values(N().nodes).filter(V).filter(r=>e.includeClosed||r.parentNodeId!==te).map(r=>({id:r.id,title:tt(r.title),description:An(r,"Description"),parentId:r.parentNodeId,isClosed:r.parentNodeId===te,readonly:!!r.readonly,tags:Ss(r),assignees:Rs(r)}));return d("Listed issues",n)},Co=e=>{let t=Ie(e.repoRoot);if(a(t))return t;let n=Mt();if(a(n))return n;let r=y.getNode(e.parentId);if(!r)return i(`Unable to locate parent swimlane: ${e.parentId}`);if(r.context!=="SWIMLANE")return i(`Parent must be a swimlane, got: ${r.context}`);let o=Qe({name:e.title,parent:e.parentId,user:n.value}),l=Ae(o).find(a);if(l)return i(l.message);let c=o.find(u=>u.action==="add.issue")?.payload.id;return c?d("Created issue",{id:c,title:e.title,parentId:e.parentId}):i("Unable to determine created issue id")},bo=e=>{let t=Ie(e.repoRoot);if(a(t))return t;let n=Mt();if(a(n))return n;let r=y.getNode(e.issueId);if(!r)return i(`Unable to locate issue: ${e.issueId}`);if(!r.parentNodeId)return i(`Unable to locate issue parent for: ${e.issueId}`);if(!V(r))return i("Can only close issues");if(r.parentNodeId===te)return i("Issue is already closed");let o={id:yo(),userId:n.value.userId,userName:n.value.userName,action:"close.issue",payload:{id:e.issueId,parent:r.parentNodeId}},l=Ae([o]).find(a);return l?i(l.message):d("Closed issue",{id:e.issueId,closed:!0})},So=(e={})=>{let t=Ie(e.repoRoot);return a(t)?t:d("Retrieved Epiq state",{root:t.value.root,nodes:N().nodes,rootNodeId:N().rootNodeId,currentNode:N().currentNode,selectedIndex:N().selectedIndex,eventLog:N().eventLog})},Ro=e=>{let t=Ie(e.repoRoot);if(a(t))return t;let n=Mt();if(a(n))return n;let r=y.getNode(e.issueId);if(!r)return i(`Unable to locate issue: ${e.issueId}`);if(!V(r))return i("Can only move issues");let o=y.getNode(e.parentId);if(!o)return i(`Unable to locate target swimlane: ${e.parentId}`);if(o.context!=="SWIMLANE")return i(`Target parent must be a swimlane, got: ${o.context}`);if(o.readonly)return i("Cannot move issue to readonly swimlane");let s={id:yo(),userId:n.value.userId,userName:n.value.userName,action:"move.node",payload:{id:e.issueId,parent:e.parentId,...e.position==null?{}:{pos:e.position}}},c=Ae([s]).find(a);return c?i(c.message):d("Moved issue",{id:e.issueId,parentId:e.parentId,position:e.position??{at:"end"}})},Ao=async(e={})=>{let t=re(e.repoRoot??process.cwd());if(a(t))return i(`Sync failed
|
|
58
|
-
`+t);let n=Mt();if(a(n))return n;let r=await Ct({cwd:t.value,ownEventFileName:$e({userId:n.value.userId,userName:n.value.userName})});return a(r)?r:d("Synced Epiq state",r.value)};var ve=e=>({isError:a(e),content:[{type:"text",text:JSON.stringify(e,null,2)}]}),Ts=()=>{let e=new As({name:"epiq",version:"0.2.30"});return e.registerTool("epiq_state_get",{description:"Get the full current Epiq state, including nodes and event log",inputSchema:R.object({repoRoot:R.string().optional()})},async t=>ve(await So(t))),e.registerTool("epiq_issue_list",{description:"List Epiq issues",inputSchema:R.object({repoRoot:R.string().optional(),includeClosed:R.boolean().optional()})},async t=>ve(await ho(t))),e.registerTool("epiq_board_list",{description:"List Epiq boards",inputSchema:R.object({repoRoot:R.string().optional()})},async t=>ve(await Io(t))),e.registerTool("epiq_swimlane_list",{description:"List Epiq swimlanes",inputSchema:R.object({repoRoot:R.string().optional(),boardId:R.string().optional()})},async t=>ve(await xo(t))),e.registerTool("epiq_issue_create",{description:"Create an Epiq issue",inputSchema:R.object({title:R.string().min(1),parentId:R.string().min(1),repoRoot:R.string().optional()})},async t=>ve(await Co(t))),e.registerTool("epiq_issue_close",{description:"Close an Epiq issue",inputSchema:R.object({issueId:R.string().min(1),repoRoot:R.string().optional()})},async t=>ve(await bo(t))),e.registerTool("epiq_issue_move",{description:"Move an Epiq issue to another swimlane",inputSchema:R.object({issueId:R.string().min(1),parentId:R.string().min(1),position:R.discriminatedUnion("at",[R.object({at:R.literal("start")}),R.object({at:R.literal("end")}),R.object({at:R.literal("before"),sibling:R.string().min(1)}),R.object({at:R.literal("after"),sibling:R.string().min(1)})]).optional(),repoRoot:R.string().optional()})},async t=>ve(await Ro(t))),e.registerTool("epiq_sync",{description:"Sync Epiq state with the configured Git remote",inputSchema:R.object({repoRoot:R.string().optional()})},async t=>ve(await Ao(t))),e},Ms=async()=>{let e=Ts(),t=new ws;await e.connect(t)};await Ms();export{Ts as createMcpServer,ve as resultJson,Ms as startMcpServer};
|
|
56
|
+
`)):(Ps(),c("State booted successfully",null))}var ro=()=>{let e=ge(),t=!!e.userName?.trim(),n=!!e.preferredEditor?.trim();return{isSetup:n&&t,hasPreferredEditor:n,hasUserName:t,userName:e.userName,preferredEditor:e.preferredEditor}},oo=()=>!st();var G={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"},w={accent:G.cyan,accent2:G.magenta,primary:G.white,secondary:G.grayDark,secondary2:G.grayLight,gray:G.gray,green:G.green,yellow:G.yellow,red:G.red};var y={red:G.red,yellow:G.yellow,green:G.green,blue:G.blue,magenta:G.magenta,cyan:G.cyan},Ke={urgent:y.red,critical:y.red,important:y.red,blocker:y.red,asap:y.red,immediate:y.red,fail:y.red,failure:y.red,broken:y.red,bug:y.red,error:y.red,incident:y.red,outage:y.red,production:y.red,crash:y.red,security:y.red,warning:y.yellow,warn:y.yellow,risky:y.yellow,risk:y.yellow,attention:y.yellow,pending:y.yellow,review:y.yellow,"needs-review":y.yellow,qa:y.yellow,testing:y.yellow,test:y.yellow,validate:y.yellow,verification:y.yellow,staging:y.yellow,check:y.yellow,"follow-up":y.yellow,followup:y.yellow,waiting:y.yellow,blocked:y.yellow,hold:y.yellow,done:y.green,complete:y.green,completed:y.green,success:y.green,ok:y.green,stable:y.green,resolved:y.green,fixed:y.green,closed:y.green,merged:y.green,released:y.green,deployed:y.green,approved:y.green,verified:y.green,working:y.green,healthy:y.green,pass:y.green,passing:y.green,info:y.blue,information:y.blue,note:y.blue,docs:y.blue,documentation:y.blue,doc:y.blue,guide:y.blue,help:y.blue,explanation:y.blue,detail:y.blue,details:y.blue,context:y.blue,design:y.blue,discussion:y.blue,proposal:y.blue,idea:y.blue,feature:y.magenta,enhancement:y.magenta,improvement:y.magenta,refactor:y.magenta,refactoring:y.magenta,cleanup:y.magenta,optimize:y.magenta,optimization:y.magenta,perf:y.magenta,performance:y.magenta,upgrade:y.magenta,migration:y.magenta,modernize:y.magenta,debt:y.magenta,todo:y.cyan,next:y.cyan,planned:y.cyan,plan:y.cyan,future:y.cyan,backlog:y.cyan,investigate:y.cyan,explore:y.cyan,prototype:y.cyan};var io=(e,t)=>{let r=S(e.id).find(o=>o.title===t);return r?S(r.id).map(o=>typeof o.props?.value=="string"?o.props.value:"").filter(o=>!!o):[]},Rn=e=>io(e,"Tags").map(t=>x.getTag(t)).filter(t=>!!t),Dt=()=>{let{breadCrumb:e,selectedNode:t}=v(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!V(n)?s("Invalid untag target"):c("Retrieved tags from ticket in breadcrumb",Rn(n)??[])},Ft=()=>{let{breadCrumb:e,selectedNode:t}=v(),n=[...e,t].find(r=>r?.context==="TICKET");return!n||!V(n)?s("Invalid untag target"):c("Retrieved tags from ticket in breadcrumb",An(n)??[])},An=e=>io(e,"Assignees").map(t=>x.getContributor(t)).filter(t=>!!t);var so=(e,t)=>{let r=S(e.id).find(o=>o.title===t);return r&&typeof r.props?.value=="string"?We(r.props.value):""};var p={EXIT:"exit",INIT:"init",HELP:"help",NEW:"new",TAG:"tag",UNTAG:"untag",MOVE:"move",PEEK:"peek",FILTER:"filter",ASSIGN:"assign",UNASSIGN:"unassign",DELETE:"delete",RENAME:"rename",CLOSE_ISSUE:"close",RE_OPEN_ISSUE:"reopen",SET_DESCRIPTION:"edit",SET_EDITOR:"config:editor",SET_VIEW:"config:view",SET_USERNAME:"config:username",SYNC:"sync",EXPORT:"export",NONE:""};var Ds=/^(\d+)(h|d|w|mo|y)$/,Fs=/^(\d{4})-(\d{2})-(\d{2})(?:(?::|\s)(\d{2}):(\d{2}))?$/,Os=({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},Us=(e,t=new Date)=>{let n=e.match(Ds);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}},Bs=e=>{let t=e.match(Fs);if(!t)return null;let[,n,r,o,i,a]=t,d=Number(n),u=Number(r),m=Number(o),f=i?Number(i):0,N=a?Number(a):0;return Os({year:d,month:u,day:m,hour:f,minute:N})?new Date(d,u-1,m,f,N):null},Ot=e=>{let t=e.trim().toLowerCase();return Us(t)??Bs(t)},ao=({date:e,horizonDate:t})=>t?e.getTime()>=t.getTime():!0,_s=[{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}],lo=(e=_s)=>{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 $s=["BOARD","TICKET","SWIMLANE"],Le=[p.SYNC,p.HELP,p.EXPORT,p.SET_VIEW,p.SET_EDITOR,p.SET_USERNAME],Ut=[p.NEW,p.RENAME,p.DELETE,p.MOVE],Tn=[p.TAG,p.UNTAG,p.ASSIGN,p.UNASSIGN,p.CLOSE_ISSUE,p.RE_OPEN_ISSUE,p.SET_DESCRIPTION],co=[p.FILTER,p.PEEK],Ws={WORKSPACE:[...Le,...Ut],BOARD:[...co,...Le,...Ut],SWIMLANE:[...co,...Le,...Ut],TICKET:[...Le,...Ut,...Tn],FIELD:[...Le,...Tn],FIELD_LIST:[...Le,...Tn],TEXT:[...Le]},Hs=e=>e==="WORKSPACE"?["board"]:["issue","swimlane","board"],Ks=()=>{let{currentNode:e,selectedNode:t,readOnly:n}=v();if(!ro().isSetup)return[p.HELP,p.SET_EDITOR,p.SET_USERNAME];if(!oo())return[p.HELP,p.INIT];if(n)return[p.HELP,p.PEEK,p.EXPORT,p.SET_VIEW];let o=e.context??"WORKSPACE",i=t?.context,a=i&&$s.includes(i);return Ws[o].filter(d=>d===p.RENAME||d===p.DELETE||d===p.MOVE?a:!0)},K=e=>{let{currentNode:t}=v(),n=t.context??"WORKSPACE";return{[p.NONE]:Ks(),[p.EXIT]:["confirm"],[p.EXPORT]:[],[p.SYNC]:[],[p.INIT]:[],[p.HELP]:[],[p.PEEK]:[...lo(),"now","prev","next"],[p.SET_USERNAME]:[],[p.SET_DESCRIPTION]:["confirm"],[p.DELETE]:["confirm"],[p.RE_OPEN_ISSUE]:["confirm"],[p.CLOSE_ISSUE]:["confirm"],[p.MOVE]:["start","confirm","next","previous","to-next","to-previous","cancel"],[p.FILTER]:["tag","assignee","description","title","clear"],[p.SET_VIEW]:["dense","wide"],[p.SET_EDITOR]:[...Qr],[p.TAG]:[...new Set([...Object.keys(Ke),...x.getExistingTags()])],[p.UNTAG]:[...Dt()?.value?.map(({name:o})=>o)??[]],[p.UNASSIGN]:[...Ft()?.value?.map(({name:o})=>o)??[]],[p.ASSIGN]:x.getExistingAssignees(),[p.RENAME]:[],[p.NEW]:Hs(n)}[e]??[]};import Ve from"chalk";import{decodeTime as uo}from"ulid";var mo=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"};var po=e=>{try{return c("Decoded date",new Date(uo(e)))}catch(t){return s("Decoding failed + "+t.message)}},wn=e=>{if(!e?.id)return null;try{return uo(e.id)}catch{return null}};var De=(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 go from"chalk";var kn={stringColor:{saturation:50,lightness:60},gradient:{stops:[[174,150,240],[92,138,232],[102,204,226]]}},Vs=(e,t,n)=>Math.max(t,Math.min(n,e)),Mn=(e,t,n)=>e+(t-e)*n,fo=e=>{let t=0;for(let n=0;n<e.length;n++)t=t*31+e.charCodeAt(n)>>>0;return t},js=(e,t,n)=>{let r=t/100,o=n/100,i=(1-Math.abs(2*o-1))*r,a=e/60,d=i*(1-Math.abs(a%2-1)),u=0,m=0,f=0;a>=0&&a<1?(u=i,m=d):a>=1&&a<2?(u=d,m=i):a>=2&&a<3?(m=i,f=d):a>=3&&a<4?(m=d,f=i):a>=4&&a<5?(u=d,f=i):(u=i,f=d);let N=o-i/2;return[Math.round((u+N)*255),Math.round((m+N)*255),Math.round((f+N)*255)]},zs=([e,t,n])=>`#${e.toString(16).padStart(2,"0")}${t.toString(16).padStart(2,"0")}${n.toString(16).padStart(2,"0")}`,Gs=(e,t,n)=>[Math.round(Mn(e[0],t[0],n)),Math.round(Mn(e[1],t[1],n)),Math.round(Mn(e[2],t[2],n))],at=e=>{let n=fo(e)%360,r=js(n,kn.stringColor.saturation,kn.stringColor.lightness);return zs(r)},qs=e=>{let t=kn.gradient.stops,n=Vs(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 Gs(t[i],t[i+1],a)},Bt=e=>fo(e.toLowerCase().trim())/4294967295,Xs=e=>{let t=Bt(e);return qs(t)},Ys=e=>{let[t,n,r]=Xs(e);return{normal:o=>go.bgRgb(t,n,r).black(o),cursor:o=>go.bgRgb(t,n,r).white.bold(o)}};var Pn=e=>Ys(e).normal(` ${e} `),ee=(e,t=Ke)=>{let r=(o=>o.toLowerCase().trim())(e);return r&&t[r]?t[r]:at(r)};var Ne={None:"none",Invalid:"invalid",Valid:"valid"};var Js=["BOARD","TICKET","SWIMLANE"],Ln=()=>{let e=v().selectedNode;return e?.context?Js.includes(e?.context)?_():U({message:"Command not available in this context"}):U({message:"Missing target context"})},Z="<ENTER> to confirm",_=(e="",t=[])=>({message:e,validity:Ne.Valid,completionWordList:t}),U=({message:e,completionWordList:t=[]})=>({validity:Ne.Invalid,message:e,completionWordList:t}),lt=e=>e.length===0,Ae=({prefix:e="",wordList:t,postfix:n="",noOfHints:r=100,inputString:o,minLengthForHints:i=1})=>{let u=[...t.filter(Boolean).filter(f=>f.startsWith(o.trim()))].sort((f,N)=>Bt(f)-Bt(N)).slice(0,r).map(Pn),m=u.length>i?u.join(" "):"";return m?`${e}${m}${n}`:""},Dn=({modifier:e})=>{let t="confirm";return e===t?_(Z):U({message:lt(e)?`if you are certain, enter ${Pn(t)}`:"",completionWordList:[t]})},Zs=({list:e,hint:t})=>({modifier:n})=>e.includes(n)?_(Z):U({message:lt(n)?t:""}),Qs=({list:e,hint:t,onValue:n})=>({modifier:r,inputString:o})=>e.includes(r)?o.trim().length<1?U({message:n}):_():U({message:lt(r)?t:""}),dt=({hint:e})=>({modifier:t,inputString:n})=>lt(t)&<(n)?U({message:e,completionWordList:[]}):_(Z),ea={[p.EXPORT]:()=>_(Z+", and create export markdown file"),[p.PEEK]:e=>{let t=e.modifier;if(t==="now")return _(Z);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 _(Z);let r=Ot(t);if(!t||!r)return U(n);let o=De(v().breadCrumb,"BOARD");if(l(o))return U({message:"Command is not applicable in this context"});let i=po(o.value.id);return l(i)?U({message:"Unable to peek: board id is not a valid ULID"}):ao({date:r,horizonDate:i.value})?_(Z):U({message:Ve.red(`nothing to peek before ${i.value.toISOString().slice(0,16).replace("T"," ")}`)})},[p.EXIT]:()=>_(Z+" and exit the application"),[p.INIT]:()=>_(Z),[p.FILTER]:e=>{if(e.modifier==="clear")return _();let t=a=>K(p.FILTER).includes(a);if(!e.modifier||!t(e.modifier??""))return U({message:Ae({wordList:K(p.FILTER),inputString:e.inputString}),completionWordList:K(p.FILTER)});let r=Object.values(v().tags).map(a=>a.name),o=Object.values(v().contributors).map(a=>a.name),i=e.modifier==="tag"?r:e.modifier==="assignee"?o:[];return e.inputString?i.length&&!i.includes(e.inputString.trim()??"")?U({message:Ae({prefix:`existing ${e.modifier}s... `,wordList:i,noOfHints:10,inputString:e.inputString}),completionWordList:i}):_():U({message:Ae({prefix:"one of... ",wordList:i,noOfHints:10,inputString:e.inputString}),completionWordList:i})},[p.NONE]:e=>{let t=K(p.NONE),n=/^[A-Za-z_]+:/g,r=e.inputString.match(n);return r&&r.length?t=[...t.filter(o=>o.trim().match(n))]:t=[...new Set(t.flatMap(o=>o.match(n)?.join("").replace(":","")??o))],e.command?_():U({message:Ae({prefix:"... ",wordList:t,inputString:e.inputString,minLengthForHints:0})})},[p.NEW]:e=>Qs({list:K(p.NEW),hint:Ae({wordList:K(p.NEW),noOfHints:3,inputString:e.inputString,minLengthForHints:0}),onValue:"provide a name..."})(e),[p.SET_DESCRIPTION]:()=>_(Z),[p.HELP]:()=>_(Z),[p.RENAME]:()=>{let e=Ln();return e.validity==="invalid"?e:_(Z)},[p.DELETE]:e=>{let t=Ln();return t.validity==="invalid"?t:Dn(e)},[p.CLOSE_ISSUE]:e=>Dn(e),[p.RE_OPEN_ISSUE]:e=>Dn(e),[p.MOVE]:e=>{let t=Ln();return t.validity==="invalid"?t:dt({hint:Ae({prefix:"hey hacker! These commands are blocked for you... ",wordList:K(p.MOVE),noOfHints:10,inputString:e.inputString})})(e)},[p.TAG]:e=>{let t=x.getExistingTags().map(n=>` ${Ve.bgHex(ee(n))(" "+n+" ")} `).slice(0,10);return dt({hint:"tag name like... "+t.join("")})(e)},[p.UNTAG]:e=>{let t=Dt();if(l(t))return U({message:"Invalid untag target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${Ve.bgHex(ee(r))(" "+r+" ")} `).slice(0,10);return n.length?dt({hint:" ... "+n.join("")})(e):U({message:"Issue has not tags",completionWordList:[]})},[p.ASSIGN]:e=>{let t=x.getExistingAssignees().map(n=>` ${Ve.bgHex(ee(n))(" "+n+" ")} `).slice(0,10);return dt({hint:"assign to... "+t.join("")})(e)},[p.UNASSIGN]:e=>{let t=Ft();if(l(t))return U({message:"Invalid unassign target",completionWordList:[]});let n=t.value.map(({name:r})=>r).map(r=>` ${Ve.bgHex(ee(r))(" "+r+" ")} `).slice(0,10);return n.length?dt({hint:"remove assignee... "+n.join("")})(e):U({message:"Issue has no assignees",completionWordList:[]})},[p.SET_EDITOR]:e=>{logger.debug(`Validating command: ${e.command} ${e.modifier} ${e.inputString}`);let t=K(p.SET_EDITOR);return e.modifier?_(Z):U({message:Ae({wordList:t,inputString:e.inputString})})},[p.SET_USERNAME]:e=>e.inputString?_():U({message:`Enter a username. Saved in ${Ve.bgBlack("~/.epiq-global/")}`}),[p.SET_VIEW]:e=>Zs({list:K(p.SET_VIEW),hint:Ae({wordList:K(p.SET_VIEW),noOfHints:3,inputString:e.inputString})})(e),[p.SYNC]:()=>_(Z)},vo=Object.fromEntries(Object.entries(ea).map(([e,t])=>[e,{validate:(n,r,o)=>t({modifier:r,command:n,inputString:o})}]));var yo=["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 R={Exit:"exit",Init:"init",None:"none",ViewHelp:"view-help",Rename:"rename",Edit:"edit",Delete:"delete",Filter:"filter",Move:"move",Peek:"peek",SetView:"set-view",SetEditor:"set-editor",SetUserName:"set-user-name",SetAutoSync:"set-auto-sync",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 xo=e=>Object.values(p).includes(e),No=(e,t)=>{let n=e.command??"",{modifier:r,target:o,inputString:i}=e,{message:a,validity:d,completionWordList:u}=vo[n].validate(n,r,i),m=o==="command"?Object.values(p):n&&e.target==="modifier"?K(n):yo;return{validity:d,command:e.command,modifier:e.modifier,inputString:e.inputString,infoMessage:a??"",autoCompletion:t?Zr(e,[...u,...m]):{hint:"",hints:[],remainder:"",overlap:0}}};var Eo=e=>{let t=e.trimStart(),n=na(t),r=n[0]??"",o=n[1]??"",i=/\s$/.test(e),a=ra(e),d=xo(r)?r:null,u=d!==null,m=r!=="",f=d?K(d)??[]:[],N=d&&f.includes(o)?o:"",E="word";n.length===0||n.length===1&&!i?E="command":(n.length===1&&i||n.length===2&&!i)&&(E="modifier");let C=i?"":a,I=ta(t,d,N);return{raw:e,trimmedStart:t,words:n,firstWord:r,lastWord:a,hasCommand:m,command:d,isCommandKeyword:u,isLastWordCompleted:i,modifier:N,target:E,inputToMatch:C,inputString:I}},ta=(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},na=e=>e.trim()?e.trim().split(/\s+/):[],ra=e=>e.trimEnd().split(/\s+/).at(-1)??"";var Io=" ",je={commandHistory:[],value:"",commandHistoryIndex:-1,cursorPosition:0,commandIsPending:!1,commandMeta:{command:null,modifier:"",infoMessage:"",inputString:"",validity:Ne.None,autoCompletion:{hint:"",hints:[],remainder:"",overlap:0}}},oa=new Set,ho=()=>{for(let e of oa)e()};var Ee=e=>{let n=e(je),r=Eo(n.value),o=n.cursorPosition===n.value.length;je={...n,commandMeta:No(r,o)},ho()},ct=({message:e,status:t})=>{let n=structuredClone(je);return n.commandMeta={...n.commandMeta,infoMessage:e??"",validity:t==="fail"?"invalid":"valid"},n.commandIsPending=!0,je=n,ho(),c(e,null)},Fn=e=>{Ee(t=>({...t,cursorPosition:Math.max(0,Math.min(t.value.length,t.cursorPosition+e))}))},On=e=>{Ee(t=>{let{value:n,cursorPosition:r}=t,o=r;if(e==="left"){for(;o>0&&n[o-1]===" ";)o--;for(;o>0&&n[o-1]!==" ";)o--}else{for(;o<n.length&&n[o]!==" ";)o++;for(;o<n.length&&n[o]===" ";)o++}return{...t,cursorPosition:o}})},Co=()=>{Ee(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}})},bo=()=>{Ee(e=>{let{value:t,cursorPosition:n}=e,r=n;for(;r>0&&t[r-1]===" ";)r--;for(;r>0&&t[r-1]!==" ";)r--;let o=t.slice(n);return{...e,value:t.slice(0,r)+o,cursorPosition:r,commandIsPending:!1}})},W=e=>{Ee(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,d=Math.max(0,Math.min(i.length,a.length));return{...t,value:a,cursorPosition:d,commandIsPending:!1}})},So=()=>{Ee(e=>({...e,commandIsPending:!0}))},Ro=({addToHistory:e=!0})=>{Ee(n=>({...n,commandHistory:e?[n.value,...n.commandHistory].slice(0,40):n.commandHistory,commandHistoryIndex:-1,commandIsPending:!1})),ia()},Ao=()=>{Ee(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}})},To=()=>{Ee(e=>{let t=Math.max(e.commandHistoryIndex-1,-1),n=t===-1?"":e.commandHistory[t]??"";return{...e,commandHistoryIndex:t,value:n,cursorPosition:n.length}})},ia=()=>W(()=>""),ne=()=>je,_t=()=>{let[e,...t]=je.value.split(Io);return t.join(Io).trim()};var T={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"};var wo=e=>{let{context:t}=v()?.currentNode;if(!t)return R.None;switch(e){case p.EXIT:return R.Exit;case p.EXPORT:return R.Export;case p.INIT:return R.Init;case p.DELETE:return R.Delete;case p.SET_DESCRIPTION:return R.Edit;case p.HELP:return R.ViewHelp;case p.RE_OPEN_ISSUE:return R.ReopenIssue;case p.CLOSE_ISSUE:return R.CloseIssue;case p.TAG:return R.TagTicket;case p.UNTAG:return R.UntagTicket;case p.ASSIGN:return R.AssignUserToTicket;case p.UNASSIGN:return R.UnassignUserFromTicket;case p.RENAME:return R.Rename;case p.NEW:return R.NewItem;case p.FILTER:return R.Filter;case p.MOVE:return R.Move;case p.PEEK:return R.Peek;case p.SET_USERNAME:return R.SetUserName;case p.SET_EDITOR:return R.SetEditor;case p.SET_VIEW:return R.SetView;case p.SYNC:return R.Sync;default:return R.None}};import{ulid as B}from"ulid";import{spawnSync as pa}from"node:child_process";import ga from"node:os";import Lo from"node:path";import{ulid as fa}from"ulid";import{accessSync as sa,copyFileSync as aa,existsSync as $t,mkdirSync as Mo,readdirSync as ko,readFileSync as da,renameSync as la,rmSync as ca,statSync as Po,unlinkSync as ua,writeFileSync as ma}from"node:fs";import ze from"node:path";var re={writeToFile:(e,t)=>{try{let n=ze.dirname(e);$t(n)||Mo(n,{recursive:!0});let r=typeof t=="string"?t:JSON.stringify(t,null,2);ma(e,r,"utf-8")}catch(n){logger.error(`Failed to write file at ${e}:`,n)}},readFile:e=>{try{return da(e,"utf-8")}catch(t){return logger.error(`Failed to read file at ${e}:`,t),null}},readFileJSON(e){try{let t=re.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 $t(e)&&Po(e).isDirectory()}catch{return!1}},async fileExists(e){try{return await sa(e),!0}catch{return!1}},mkDir:e=>Mo(e,{recursive:!0}),locateFolder:e=>{let t=process.cwd(),{root:n}=ze.parse(t);for(;;){let r=ze.join(t,e);try{if($t(r)&&Po(r).isDirectory())return r}catch{logger.error(`Unable to locate folder ${e}`)}if(t===n)break;t=ze.dirname(t)}return null},readFirstJSON(e){try{if(!re.dirExists(e))return null;let t=ko(e).filter(r=>r.endsWith(".json")).sort()[0];if(!t)return null;let n=ze.join(e,t);return re.readFileJSON(n)}catch(t){return logger.error(`Could not read first JSON in folder ${e}`,t),null}},listDir:e=>{try{return re.dirExists(e)?ko(e):[]}catch(t){return logger.error(`Failed to list dir ${e}`,t),[]}},rmFile(e){try{ua(e)}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove file ${e}`)}},rmDir(e){try{ca(e,{recursive:!0,force:!0})}catch(t){t?.code!=="ENOENT"&&logger.error(`Unable to remove dir ${e}`)}},moveFile(e,t,n){if(this.mkDir(ze.dirname(t)),!n?.overwrite&&$t(t))throw new Error(`moveFile: destination exists: ${t}`);n?.overwrite&&this.rmFile(t);try{la(e,t)}catch(r){if(r?.code==="EXDEV"){aa(e,t),this.rmFile(e);return}throw r}}};function va(){let{preferredEditor:e}=ge(),t=[e,process.env.VISUAL,process.env.EDITOR].filter(n=>!!n?.trim());return[...new Set(t)]}function ya(e,t){return/(^|\/)code(-insiders)?$/.test(e.trim())?`${e} --wait "${t}"`:`${e} "${t}"`}function Do(e){let t=Lo.join(ga.tmpdir(),"epiq");re.mkDir(t);let n=Lo.join(t,fa());re.writeToFile(n,e??"");let r=va();for(let o of r){let i=ya(o,n),a=pa(i,{stdio:"inherit",shell:!0});if(!a.error&&a.status===0){let d=re.readFile(n);if(d==null)return s("Unable to read edited file");let u=d.replace(/\r?\n$/,"");return c("Successfully edited",u)}}return s("Unable to open editor")}import{monotonicFactory as xa,ulid as Wt}from"ulid";var Ht=xa(),Kt=({name:e,parent:t,rank:n,user:{userId:r,userName:o}})=>{let i=Ht(),a=Ht(),d=Ht(),u=Ht(),m=J(),f=j(m,void 0),N=j(f,void 0);return[{id:Wt(),userId:r,userName:o,action:"add.issue",payload:{id:i,parent:t,name:e,rank:n}},{id:Wt(),userId:r,userName:o,action:"add.field",payload:{id:a,parent:i,name:"Description",val:"",rank:m}},{id:Wt(),userId:r,userName:o,action:"add.field",payload:{id:d,parent:i,name:"Assignees",rank:f}},{id:Wt(),userId:r,userName:o,action:"add.field",payload:{id:u,parent:i,name:"Tags",rank:N}}]};function q(e){let t=ut(e);if(t.status!==pe.Success)return t;let n=Ct({event:e});return l(n)?n:t}function Ge(e){return e.map(t=>q(t))}import Na from"node:os";import Fo from"node:path";import{z as mt}from"zod";var Ea={userId:"",userName:"",preferredEditor:"",autoSync:!1},Oo=mt.object({preferredEditor:mt.string().optional(),userName:mt.string().optional(),userId:mt.string().optional(),autoSync:mt.boolean().optional()}).strict(),Ia="config.json",Uo=()=>Fo.join(Na.homedir(),ie),Un=()=>Fo.join(Uo(),Ia),Bn=()=>{try{return re.mkDir(Uo()),c(`Ensured ~/${ie} exists`,null)}catch{return s(`Unable to create ~/${ie}`)}},ha=e=>{let t;try{t=JSON.parse(e)}catch{return s(`Invalid ~/${ie}/config.json JSON`)}let n=Oo.safeParse(t??{});return n.success?c("Parsed config",n.data):s(`Invalid ~/${ie}/config.json shape: ${n.error.issues.map(r=>r.path.join(".")||r.message).join(", ")}`)},Bo=()=>{let e=Bn();if(l(e))return s(e.message);let t=Un(),n=re.readFile(t);return n==null||n.trim()===""?c("No config found, using empty config",{autoSync:!1,preferredEditor:"",userId:"",userName:""}):ha(n)},_o=e=>{let t=Bn();if(l(t))return s(t.message);let n=Oo.safeParse(e);if(!n.success)return s(`Invalid config: ${n.error.issues.map(o=>o.path.join(".")||o.message).join(", ")}`);let r=Un();try{return re.writeToFile(r,JSON.stringify(n.data,null,2)+`
|
|
57
|
+
`),c("Config written",null)}catch{return s(`Unable to write ~/${ie}/config.json`)}},Vt=e=>{let t=Bo();if(l(t))return s("Failed to read existing config");let n={...t.value,...e};return _o(n)},$o=()=>{let e=Un(),t=Bn();if(l(t))return s(`Unable to create ~/${ie}`);if(!(re.readFile(e)!==null)){let u=_o(Ea);if(l(u))throw new Error(`Unable to create ~/${ie}/config.json`)}let r=Bo();if(l(r))throw new Error(r.message||"Unable to load settings");let{preferredEditor:o,userName:i,userId:a,autoSync:d}=r.value;return!i||!a?s(`User name or ID not configured in ~/${ie}/config.json`):c("successfully loaded settings",{preferredEditor:o??"",userName:i,userId:a,autoSync:d??!1})};var Ho=()=>{let{currentNode:e,selectedIndex:t}=v(),n=S(e.id)[t];return{currentNodeId:e.id,selectedNodeId:n?.id??null,parentNodeId:n?.parentNodeId??null,selectedIndex:t}},Wo=(e,t)=>Math.max(0,Math.min(e,Math.max(0,t-1))),Ko=e=>{let{nodes:t}=v(),n=t[e.currentNodeId];if(n&&!n.isDeleted&&e.selectedNodeId){let i=S(n.id).findIndex(a=>a.id===e.selectedNodeId);if(i>=0)return F.navigate({currentNode:n,selectedIndex:i}),c("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=S(i.id).findIndex(d=>d.id===o.id);if(a>=0)return F.navigate({currentNode:i,selectedIndex:a}),c("Restored navigation to moved node",null)}}}if(n&&!n.isDeleted){let o=S(n.id);return F.navigate({currentNode:n,selectedIndex:Wo(e.selectedIndex,o.length)}),c("Restored navigation to previous container",null)}if(e.parentNodeId){let o=t[e.parentNodeId];if(o&&!o.isDeleted){let i=S(o.id);return F.navigate({currentNode:o,selectedIndex:Wo(e.selectedIndex,i.length)}),c("Restored navigation to parent",null)}}let r=t[v().rootNodeId];return!r||r.isDeleted?s("Unable to restore navigation"):(F.navigate({currentNode:r,selectedIndex:0}),c("Restored navigation to root",null))};import oi from"node:fs";import Ya from"node:path";import Ja from"react";import{Box as qa}from"ink";import Zt from"react";import{Box as Wn,Text as Da}from"ink";import me from"react";import{Text as Vo}from"ink";import jo,{useEffect as zo,useState as Ca}from"react";var Go={help:["\u276F "],default:["\u276F "],move:["\u25C6 ","\u25C6 "],"command-line":["\u276F "]},le=({isSelected:e,placeholder:t=" "})=>{let{mode:n}=ue(),r=Go[n]??Go.default,[o,i]=Ca(0);if(zo(()=>{i(0)},[r]),zo(()=>{if(!e)return;let d=setInterval(()=>{i(u=>(u+1)%r.length)},500);return()=>clearInterval(d)},[e,r]),!e)return jo.createElement(Vo,null,t);let a=r[o]??r[0]??t;return jo.createElement(Vo,{color:w.accent,dimColor:o===1},a)};import{Box as _n,Text as ba}from"ink";import jt from"react";var zt=({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)),d=Math.max(1,Math.floor(i/a)),u=Math.max(0,Math.min(n,e.length-1)),m=Math.max(0,e.length-d),f=o?Math.min(m,Math.max(0,u-d+1)):Math.min(m,Math.floor(u/d)*d),N=f+d,E=e.slice(f,N),C=e.length>d,I=i,A=C?Math.max(1,Math.floor(d/e.length*I)):I,b=Math.max(0,I-A),k=Math.max(1,e.length-d),X=C?Math.floor(f/k*b):0;return jt.createElement(_n,{flexDirection:"row",height:i,width:"100%"},jt.createElement(_n,{flexDirection:"column",flexGrow:1,height:i},E),jt.createElement(_n,{flexDirection:"column",width:1,height:I},Array.from({length:I}).map((er,Ye)=>jt.createElement(ba,{key:Ye,color:C&&Ye>=X&&Ye<X+A?w.accent:w.secondary},C?"\u2502":" "))))};import{Box as Xt,Text as ka}from"ink";import Fe from"react";import{Text as Sa}from"ink";import Ra from"react";var Aa=e=>e.toLowerCase().trim(),Ta=(e,t=Ke)=>{let n=Aa(e);return t[n]?t[n]:at(n)},Gt=({id:e,isSelected:t})=>{let n=x.getContributor(e);if(n)return Ra.createElement(Sa,{underline:t,color:Ta(n.name)},"@"+n.name)};import{Text as wa}from"ink";import Ma from"react";var qt=({id:e,isSelected:t})=>{let n=x.getTag(e);if(n)return Ma.createElement(wa,{underline:t,backgroundColor:ee(n.name),color:w.primary}," "+n.name+" ")};var qo=({width:e,ticket:t,isSelected:n})=>{let r=e-14,o=Pt(We(t.title),r),i=Rn(t),a=An(t);return Fe.createElement(Xt,{borderStyle:"round",width:e-7,height:4,flexDirection:"column",borderColor:n?w.accent:w.secondary,justifyContent:"space-between"},Fe.createElement(Xt,{borderBottom:!0},Fe.createElement(Xt,{paddingLeft:1,flexDirection:"column"},Fe.createElement(ka,{color:w.primary},o))),Fe.createElement(Xt,{flexDirection:"row",paddingLeft:1},i.map(d=>Fe.createElement(qt,{key:d.id,id:d.id})),a.map(d=>Fe.createElement(Gt,{key:d.id,id:d.id}))))};import Pa from"chalk";import{Box as pt,Text as $n}from"ink";import Ie from"react";var La=(e,t)=>e.length>=t?e.slice(0,t)+"...":e,Xo=({width:e,ticket:t,isSelected:n,index:r,mode:o})=>{let i=S(t.id),a=A=>{let b=i.find(k=>k.title===A);return b?S(b.id).map(k=>typeof k.props?.value=="string"?k.props.value:"").filter(k=>!!k):[]},d=a("Tags").map(A=>x.getTag(A)).filter(A=>!!A),u=a("Assignees").map(A=>x.getContributor(A)).filter(A=>!!A),m=1,f=d.length*(1+m),N=u.length*(2+m),E=d.map(A=>Ie.createElement(pt,{key:A.id,paddingRight:m},Ie.createElement($n,{color:ee(A.name)},"\u25A0"))),C=u.map(A=>Ie.createElement(pt,{key:A.id,paddingRight:m},Ie.createElement($n,{color:at(A.name)},"@"+A.name.at(0)))),I=n?w.accent:o===g.MOVE?w.secondary:w.primary;return Ie.createElement(pt,{borderBottom:!0,justifyContent:"space-between"},Ie.createElement(pt,null,Ie.createElement(le,{isSelected:n,placeholder:Pa.dim.gray(r+1+" ")}),Ie.createElement($n,{wrap:"truncate",color:I},La(t.title,e-f-N-14))),Ie.createElement(pt,null,E,C))};var Fa=({swimlane:e,isSelected:t,width:n,height:r,isDense:o,isFocused:i,listSelectedIndex:a,mode:d})=>{let{renderedChildrenIndex:u}=ue(),m=u[e.id]??[],f=`${e.title} (${m.length})`,N=3,E=o?1:4,C=r-N-(o?2:1),I=me.createElement(Wn,{borderStyle:"round",borderColor:w.secondary,justifyContent:"flex-start",borderLeft:!1,borderTop:!1,borderRight:!1},me.createElement(le,{isSelected:t}),me.createElement(Da,{bold:!0,color:t?w.accent:w.primary},f," ",e.readonly?"\u{1F512}":"")),A=(b,k)=>{let X=i&&a===k;return o?me.createElement(Xo,{key:b.id,index:k,width:n,ticket:b,isSelected:X,mode:d}):me.createElement(qo,{key:b.id,width:n,ticket:b,isSelected:X})};return me.createElement(Wn,{flexDirection:"column",width:n,borderStyle:"round",borderColor:t?w.accent:w.secondary,paddingRight:1,paddingLeft:1,height:r},I,me.createElement(Wn,{padding:o?1:0},m.length>0&&me.createElement(zt,{selectedIndex:a,height:C,itemHeight:E},m.map(A)),me.createElement(le,{isSelected:i&&a===-1})))},Yo=me.memo(Fa);import{Box as Vn,Text as za}from"ink";import Te,{useEffect as jn,useMemo as ei}from"react";import Oe from"chalk";import Jo from"string-width";import{decodeTime as Oa}from"ulid";var Ua=(e,t)=>e+" ".repeat(Math.max(0,t-Jo(e))),Ba=(e,t)=>" ".repeat(Math.max(0,t-Jo(e)))+e,_a=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)})(),$a=e=>{switch(e.action){case"move.node":{let t=x.getNode(e.payload.parent);return`to ${t?Oe.dim.bgBlack(` ${t.title} `):"unknown"} with rank ${e.payload.rank}`}case"tag.issue":{let t=v().tags[e.payload.tagId];return t?Oe.bgHex(ee(t.name))(` ${t.name} `):"unknown tag"}case"untag.issue":{let t=v().tags[e.payload.tagId];return t?Oe.bgHex(ee(t.name))(` ${t.name} `):"unknown tag"}case"assign.issue":{let t=v().contributors[e.payload.contributor];return t?Oe.hex(ee(t.name))(` ${t.name} `):"unknown user"}case"unassign.issue":{let t=v().contributors[e.payload.contributor];return t?Oe.hex(ee(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""}},Wa=e=>{let t=mo(Oa(e));return Oe.gray(Ba(t,8))},Ha=12,Ka=e=>Ua(`${e}`,Ha),Zo=e=>{let t=Wa(e.id),n=Ka(e.userName),r=_a(e.action),o=$a(e),i=Oe.dim("\u203A"),a=[r,o].filter(Boolean).join(" ");return`${n} ${t} ${i} ${a}`};import{Box as Yt,Text as Va}from"ink";import he from"react";var Qo=({selectedIndex:e,parent:t,selected:n})=>{let{currentNode:r}=ue(),{title:o}=t,i=S(t.id).map(a=>{let d=typeof a.props?.value=="string"?a.props.value:"";if(o==="Assignees")return x.getContributor(d)?.id;if(o==="Tags")return x.getTag(d)?.id}).filter(a=>!!a);return he.createElement(Yt,{alignItems:"center",paddingTop:1},he.createElement(Yt,{minWidth:12},he.createElement(le,{isSelected:n}),he.createElement(Va,{color:n?w.accent:w.secondary2},o,":")),he.createElement(Yt,{flexDirection:"row",marginLeft:1,paddingRight:1},i.map((a,d)=>{let u=r.id===t.id&&d===e;return he.createElement(Yt,{key:`${o}-${a}`,paddingRight:2,minHeight:1},he.createElement(le,{isSelected:u}),o==="Assignees"?he.createElement(Gt,{isSelected:u,id:a}):o==="Tags"?he.createElement(qt,{isSelected:u,id:a}):null)})))};import{Box as Jt,Text as Hn}from"ink";import Ce,{useEffect as ja}from"react";var Kn=({id:e,label:t,text:n,height:r,selected:o,maxWidth:i})=>{let{selectedIndex:a,currentNode:d}=ue(),u=E=>String(E).replace(/\r?\n/g,""),m=typeof n=="string"?n.split(/\r?\n|\u2028|\u2029/):[];ja(()=>{let E=[];return m.forEach((C,I)=>{let A=Q.text({id:`${I}`,name:`Line ${I+1}`,parentNodeId:e,props:{value:C},readonly:!0}),b=x.createNodeAtPosition(A);tr(b)&&E.push(b.value.id)}),()=>E.forEach(x.deleteNode)},[e,n]);let f="\u2029",N=m.map((E,C)=>{let I=d.id===e&&a===C;return Ce.createElement(Jt,{key:`${e}-${C}`},Ce.createElement(Hn,{color:I?w.primary:w.secondary2,dimColor:!I},`${C+1} `.padStart(5,"\xA0")),Ce.createElement(Hn,{backgroundColor:I?"gray":""},u(E.length?Pt(E,i-10):f)))});return Ce.createElement(Jt,{flexDirection:"column",paddingTop:1},Ce.createElement(Jt,null,Ce.createElement(le,{isSelected:o}),Ce.createElement(Hn,{color:o?w.accent:w.secondary2},t)),Ce.createElement(Jt,{flexDirection:"row",borderStyle:"round",borderColor:w.secondary,paddingLeft:1,paddingRight:1,marginLeft:1},Ce.createElement(zt,{scrollByOne:!0,children:N,height:r-2,selectedIndex:a,itemHeight:1})))};var Ga=e=>`${e}::log`,ti=e=>e==="Assignees"||e==="Tags",ni=({ticket:e,height:t})=>{let{selectedIndex:n,currentNode:r}=ue(),o=process.stdout.columns||120,i=ei(()=>Ga(e.id),[e.id]),a=ei(()=>[...e.log].reverse().map(Zo).join(`
|
|
58
|
+
`),[e.log]);jn(()=>{if(x.getNode(i))return;let k={...Q.field(i,"Log",e.id,{value:a}),readonly:!0,childRenderAxis:"vertical"};return x.createNodeAtPosition(k),()=>{x.deleteNode(i)}},[i,e.id,a]),jn(()=>{let b=x.getNode(i);b&&b.props.value!==a&&x.updateNode({...b,props:{...b.props,value:a},childRenderAxis:"vertical",readonly:!0})},[i,a]);let d=r.id===e.id,u=r.id===i||r.parentNodeId===i;jn(()=>{u&&(n>=0||F.navigate({selectedIndex:0}))},[u,n]);let m=S(e.id);if(u){let b=x.getNode(i),X=t-3;return Te.createElement(Vn,{width:o,flexDirection:"column",paddingRight:1,paddingBottom:1,minHeight:t},b?Te.createElement(Kn,{id:b.id,label:"Event log",text:b.props.value??"",selected:!1,maxWidth:o,height:X}):null)}let f=m.reduce((b,k)=>ti(k.title)||k.id===i?b+1:b,0),N=2,E=f*1,I=t-3-E-N,A=(b,k)=>ti(b.title)?Te.createElement(Qo,{key:b.id,parent:b,selected:k,selectedIndex:n}):b.id===i?Te.createElement(Vn,{key:b.id,paddingTop:1},Te.createElement(le,{isSelected:k}),Te.createElement(za,{backgroundColor:w.secondary,color:k?w.accent:w.primary}," History \u203A\u203A ")):b.title==="Description"?Te.createElement(Kn,{label:"Description (press e to edit)",key:b.id,id:b.id,text:b.props.value??"",selected:k,maxWidth:o,height:I}):null;return Te.createElement(Vn,{width:o,flexDirection:"column",paddingRight:1,paddingBottom:1,minHeight:t},m.map((b,k)=>A(b,d&&n===k)))};var Xa=({swimlanes:e,currentNode:t,selectedIndex:n,breadCrumb:r,mode:o,viewMode:i,height:a,width:d})=>{let u=t.context,m=u===M.TICKET||u===M.FIELD_LIST||u===M.FIELD,f=u===M.BOARD||u===M.SWIMLANE,N=u===M.TICKET?t:r.find(b=>b.context===M.TICKET),E=Math.floor(d/3),C=Math.floor(d/Math.max(e.length,1)),I=Math.min(C,E),A=i==="dense";return Zt.createElement(qa,{flexDirection:"row",height:a},f&&e.map((b,k)=>{let X=t.id===b.id,er=X?n:-1,Ye=t.context===M.BOARD&&n===k;return Zt.createElement(Yo,{key:b.id,height:a,width:I,swimlane:b,isSelected:Ye,isDense:A,isFocused:X,listSelectedIndex:er,mode:o})}),m&&N&&Zt.createElement(ni,{height:a,ticket:N}))},ri=Zt.memo(Xa);import{render as Za}from"ink";import{Writable as Qa}from"node:stream";var gt=e=>String(e).padStart(2,"0"),ed=e=>{let t=e.getUTCFullYear(),n=gt(e.getUTCMonth()+1),r=gt(e.getUTCDate()),o=gt(e.getUTCHours()),i=gt(e.getUTCMinutes()),a=gt(e.getUTCSeconds());return`${t}-${n}-${r}_${o}-${i}-${a}`},td=e=>e.trim().replace(/\s+/g,"-").replace(/[^A-Za-z0-9._-]/g,"-").replace(/-+/g,"-").replace(/^[-.]+|[-.]+$/g,"").toLowerCase()||"board",nd=async(e,{width:t,height:n})=>{let r="",o=new Qa({write(a,d,u){let m=rd(a.toString()).trimEnd();m.trim().length>0&&m.includes("\u256D")&&(r=m),u()}});o.columns=t,o.rows=n,o.isTTY=!0;let i=Za(e,{stdout:o,debug:!1,exitOnCtrlC:!1,patchConsole:!1,incrementalRendering:!1});return await new Promise(a=>setTimeout(a,0)),i.unmount(),r},rd=e=>e.replace(/\x1B(?:[@-Z\\-_]|\[[0-?]*[ -/]*[@-~])/g,""),ii=async()=>{let{currentNode:e,selectedIndex:t,breadCrumb:n,viewMode:r,mode:o,renderedChildrenIndex:i}=v(),a=n.find(k=>k.context==="BOARD");if(!a)return s("No board found to export");let d=120,u=40,m=await nd(Ja.createElement(ri,{height:u,width:d,swimlanes:(i[a.id]??[]).filter(k=>k!==void 0&&Tt(k)),currentNode:e,selectedIndex:t,breadCrumb:n,viewMode:r,mode:o}),{width:d,height:u});if(!m)return s("Failed to render board export");let f=se(process.cwd());if(l(f))return s("Unable to export, epiq root not found");let N=new Date,E=ed(N),C=`board_${td(a.title)}_${E}.md`,I=nr(f.value);oi.mkdirSync(I,{recursive:!0});let A=Ya.join(I,C),b=`# Board - ${a.title}
|
|
59
|
+
Date: ${N.toISOString()}
|
|
60
|
+
|
|
61
|
+
\`\`\`text
|
|
62
|
+
${m}
|
|
63
|
+
\`\`\`
|
|
64
|
+
`;return oi.writeFileSync(A,b,"utf8"),c("Exported board layout",A)};var Qt=e=>be($(e),{at:"end"}),be=(e,t={at:"end"})=>{if(e.length===0)return c("Resolved rank",J());switch(t.at){case"start":{let n=e[0];return n?c("Resolved rank",j(void 0,n.rank)):s("Unable to resolve first sibling")}case"end":{let n=e[e.length-1];return n?c("Resolved rank",j(n.rank,void 0)):s("Unable to resolve last sibling")}case"before":{let n=si(e,t.sibling);if(n<0)return s("Sibling not found");let r=n>0?e[n-1]:void 0,o=e[n];return o?c("Resolved rank",j(r?.rank,o.rank)):s("Sibling not found")}case"after":{let n=si(e,t.sibling);if(n<0)return s("Sibling not found");let r=e[n],o=n<e.length-1?e[n+1]:void 0;return r?c("Resolved rank",j(r.rank,o?.rank)):s("Sibling not found")}}},$=e=>Object.values(v().nodes).filter(t=>!!t&&!t.isDeleted&&t.parentNodeId===e).sort((t,n)=>t.rank.localeCompare(n.rank)),si=(e,t)=>e.findIndex(n=>n.id===t);var ai=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 di=e=>Object.values(v().tags).find(t=>t.name===e),li=e=>Object.values(v().contributors).find(t=>t.name===e),ci=[{systemOnly:!0,intent:R.Move,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{modifier:t}=ne().commandMeta,n=()=>{let d=we();if(!d)return s("No pending move state");let u=d.payload.id;if(!v().nodes[u])return s("Moved node not found");let f=d.payload.parent,N=v().nodes[f];if(!N)return s("Move parent not found");let E=S(f).findIndex(C=>C.id===u);return E===-1?s("Moved node not found among rendered children"):(F.navigate({currentNode:N,selectedIndex:E}),c("Synchronized navigation to moved node",null))},r=d=>{if(l(d))return s(d.message);let u=n();return l(u)?s(u.message):c("Updated move preview",null)},{currentNode:o,selectedIndex:i}=v(),a=S(o.id)[i];if(!a)return h({mode:g.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 d=$(a.parentNodeId),u=d.findIndex(({id:I})=>I===a.id);if(u===-1)return s("Target not found among siblings");let m=d[u-1],f=d[u+1],N=f!=null?{at:"before",sibling:f.id}:m!=null?{at:"after",sibling:m.id}:{at:"start"},E=Xe({id:a.id,parentId:a.parentNodeId,position:N});if(l(E))return E;ft({id:B(),action:"move.node",payload:{id:a.id,parent:a.parentNodeId,rank:E.value},...e.value}),h({mode:g.MOVE});let C=n();return l(C)?s(C.message):c("Move initialized",null)}if(t==="next")return h({mode:g.MOVE}),r(qn(1));if(t==="previous")return h({mode:g.MOVE}),r(qn(-1));if(t==="to-next")return h({mode:g.MOVE}),r(Gn(1));if(t==="to-previous")return h({mode:g.MOVE}),r(Gn(-1));if(t==="confirm"){h({mode:g.DEFAULT});let d=we();if(!d)return s("No pending move to confirm");let u=q(d);if(l(u))return u;let m=n();return l(m)?s(m.message):(ft(null),c("Moved item",null))}return t==="cancel"?(ft(null),h({mode:g.DEFAULT}),c("Cancelling move",null)):s("Invalid move modifier")}},{intent:R.Delete,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=S(t.id)[n];return r?q({id:B(),action:"delete.node",payload:{id:r.id},...e.value}):s("Unable to resolve child to delete")},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.Edit,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let t=De(v().breadCrumb,"TICKET");if(l(t))return s("Edit target must be an issue");let n=t.value;if(n.readonly)return s("Cannot edit readonly field");let{currentNode:r,selectedIndex:o}=v();if(!S(n.id)[o])return s("No selected field");let a=S(r.id)[o];if(!a)return s("No selected field");if(a.readonly)return s("Cannot edit readonly field");let d=a.props.value;if(typeof d!="string")return s("Selected field is not editable text");let u=Do(d);if(l(u))return s("Failed to edit field");let m=u.value;return m===d?c("No changes made",null):a.title==="Description"?q({id:B(),action:"edit.description",payload:{id:a.id,md:m},...e.value}):a.title==="Title"?q({id:B(),action:"edit.title",payload:{id:a.id,name:m},...e.value}):s(`Editing not supported for "${a.title}"`)},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.Filter,mode:g.COMMAND_LINE,action:()=>{let{modifier:e,inputString:t}=ne().commandMeta,n=/(!=|=)/,[r,o]=e.split(n);if(!r||!(d=>K(p.FILTER).map(u=>u.split(n)[0]).includes(d))(r))return s("Invalid filter modifier");let a={target:r,operator:"=",value:t.trim()};return oe(d=>({...d,filters:e==="clear"?[]:[...d.filters,a],mode:g.DEFAULT})),c("Viewing help",null)}},{intent:R.ViewHelp,mode:g.COMMAND_LINE,action:()=>(h({mode:g.HELP}),c("Viewing help",null))},{intent:R.CloseIssue,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=S(t.id)[n];if(!r)return s("Unable to close issue, no target found");if(!V(r))return s("Cannot close in this context");let o=v().nodes[z];if(!o)return s("Unable to locate closed swimlane");if(r.parentNodeId===o.id)return s("Issue is already closed");let i=be($(o.id).filter(d=>d.id!==r.id),{at:"end"});if(l(i))return i;let a=q({id:B(),action:"close.issue",payload:{id:r.id,parent:o.id,rank:i.value},...e.value});return l(a)?a:c("Issue closed",null)},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.ReopenIssue,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=S(t.id)[n];if(!r)return s("Unable to reopen issue, no target found");let o=r.context==="TICKET"?c("Resolved ticket",r):qe(r.id,"TICKET");if(l(o))return s("Cannot reopen in this context");let i=o.value,a=v().nodes[z];if(!a)return s("Unable to locate closed swimlane");if(i.parentNodeId!==a.id)return s("Issue is not closed");if(!V(i))return s("Target node is not issue");let d=ai(i);if(!d)return s("Unable to resolve previous parent from issue history");if(d===a.id)return s("Previous parent resolves to closed swimlane");let u=v().nodes[d];if(!u)return s("Previous parent no longer exists");let m=be($(u.id).filter(N=>N.id!==i.id),{at:"end"});if(l(m))return m;let f=q({id:B(),action:"reopen.issue",payload:{id:i.id,parent:u.id,rank:m.value},...e.value});return l(f)?f:c("Issue reopened",null)},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.SetUserName,mode:g.COMMAND_LINE,action:()=>{let{userId:e,preferredEditor:t,userName:n}=ge(),r=_t()?.trim();if(!r)return s("No username provided");let o=r??n,i=e??B();if(!o||!i)return s("Unable to resolve user name or id");let a=Vt({userName:o,userId:i,preferredEditor:t??""});return l(a)?a:(It({userName:o,userId:i}),h({mode:g.DEFAULT}),c(`Username set to "${r}"`,null))}},{intent:R.Init,mode:g.COMMAND_LINE,action:()=>{let e=Sn();if(l(e))return e;let{rootNodeId:t,nodes:n}=v();return F.navigate({currentNode:n[t],selectedIndex:0}),h({mode:g.DEFAULT}),c("Project initialized",null)}},{intent:R.SetEditor,mode:g.COMMAND_LINE,action:()=>{let e=_t()?.trim();if(!e)return s("No editor provided");let t=Vt({preferredEditor:e});return l(t)?t:(It({preferredEditor:e}),h({mode:g.DEFAULT}),c(`Editor configuration set to "${e}"`,null))}},{intent:R.SetAutoSync,mode:g.COMMAND_LINE,action:()=>{let e=ne().commandMeta.modifier;if(e!=="true"&&e!=="false")return s("Invalid response");let t=e.toLowerCase()==="true",n=Vt({autoSync:t});return l(n)?n:(It({autoSync:t}),h({mode:g.DEFAULT}),c(`Auto synchronization set to "${t}"`,null))}},{intent:R.NewItem,mode:g.COMMAND_LINE,action:(e,t)=>{let n=Y();if(l(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=d=>{let u=q(d);if(l(u))return u;let m=x.getNode(u.value.result.id);if(!m)return s("Created node not found");if(!m.parentNodeId)return u;let f=x.getNode(m.parentNodeId);return f?(F.navigate({currentNode:f,selectedIndex:x.getSiblings(m.parentNodeId).findIndex(({id:N})=>N===m.id)}),u):s("Parent node not found")};if(t.modifier==="board"){let{rootNodeId:d}=v(),u=x.getNode(d);if(!u)return s("Workspace not found");let m=Qt(u.id);return l(m)?m:a({id:B(),action:"add.board",payload:{id:B(),name:t.inputString,parent:u.id,rank:m.value},...n.value})}if(t.modifier==="swimlane"){let d=De(r,"BOARD");if(l(d))return s("Unable to add swimlane in this context");let u=Qt(d.value.id);return l(u)?u:a({id:B(),action:"add.swimlane",payload:{id:B(),name:t.inputString,parent:d.value.id,rank:u.value},...n.value})}if(t.modifier==="issue"){let d=S(o.id)[i],u=o.context==="SWIMLANE"?o:o.context==="BOARD"&&d?.context==="SWIMLANE"?d:(()=>{let I=De(r,"SWIMLANE");return l(I)?null:I.value})();if(!u)return s("Unable to add issue in this context");let m=Qt(u.id);if(l(m))return m;let f=Kt({name:t.inputString,parent:u.id,rank:m.value,user:n.value}),N=Ge(f);if(N.some(I=>l(I)))return s("Issue create failed: "+N.filter(l).map(I=>I.message).filter(Boolean).join(", "));let E=N[0];if(!E||l(E))return s("Issue creation failed");let C=f[0]?.payload.id;return C?(F.navigate({currentNode:u,selectedIndex:x.getSiblings(u.id).findIndex(({id:I})=>I===C)}),c("Issue created",null)):s("Unable to determine ticket id")}return c("Success",null)},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.SetView,mode:g.COMMAND_LINE,action:()=>{let{commandMeta:e}=ne();return e.validity===Ne.Invalid?s("Invalid command "+pe):(oe(t=>({...t,viewMode:e.modifier==="wide"?"wide":e.modifier==="dense"?"dense":t.viewMode})),c("View set",null))},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.Rename,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{currentNode:t,selectedIndex:n}=v(),r=S(t.id)[n];if(!r)return s("Missing node");if(r.readonly)return s("Cannot rename readonly node");let o=_t();return o?q({id:B(),action:"edit.title",payload:{id:r.id,name:o},...e.value}):s("Provide a new name")},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.UntagTicket,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=ne().commandMeta,r=(t||n).trim();if(!r)return s("Provide a tag");let o=di(r);if(!o)return s(`Tag "${r}" does not exist`);let{selectedNode:i}=v();if(!i)return s("Invalid untag target");let a=qe(i.id,"TICKET");if(l(a))return s("Unable to untag issue in this context");let d=a.value,u=x.getFieldByTitle(d.id,"Tags");if(!u)return s("Unable to locate tags field");let m=S(u.id).find(f=>f.props?.value===o.id);return m?q({id:B(),action:"untag.issue",payload:{id:m.id,target:d.id,tagId:o.id},...e.value}):s("Issue is not tagged with that tag")},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.TagTicket,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=ne().commandMeta,r=(t||n).trim();if(!r)return s("Provide a tag");let{selectedIndex:o,currentNode:i}=v(),a=S(i.id)[o];if(!a)return s("Invalid tag target");let d=qe(a.id,"TICKET");if(l(d))return s("Unable to tag issue in this context");let u=d.value,m=di(r),f;if(m)f=m.id;else{let C=B(),I=q({id:B(),action:"create.tag",payload:{id:C,name:r},userId:e.value.userId,userName:e.value.userName});if(l(I))return I;f=I.value.result.id}let N=x.getFieldByTitle(u.id,"Tags");return N?S(N.id).some(C=>C.props?.value===f)?s("Already tagged with that tag"):q({id:B(),action:"tag.issue",payload:{id:B(),target:u.id,tagId:f},...e.value}):s("Unable to locate tags field")},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.AssignUserToTicket,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=ne().commandMeta,r=(t||n).trim();if(!r)return s("Provide an assignee");let{selectedIndex:o,currentNode:i}=v(),a=S(i.id)[o];if(!a)return s("Invalid assign target");let d=qe(a.id,"TICKET");if(l(d))return s("Unable to assign issue in this context");let u=d.value,m=li(r),f;if(m)f=m.id;else{let C=B(),I=q({id:B(),action:"create.contributor",payload:{id:C,name:r},userId:e.value.userId,userName:e.value.userName});if(l(I))return I;f=I.value.result.id}let N=x.getFieldByTitle(u.id,"Assignees");return N?S(N.id).some(C=>C.props?.value===f)?s("Assignee already assigned"):q({id:B(),action:"assign.issue",payload:{id:B(),target:u.id,contributor:f},...e.value}):s("Unable to locate assignees field")},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.UnassignUserFromTicket,mode:g.COMMAND_LINE,action:()=>{let e=Y();if(l(e))return s("Unable to resolve user ID");let{modifier:t,inputString:n}=ne().commandMeta,r=(t||n).trim();if(!r)return s("Provide an assignee to remove");let o=li(r);if(!o)return s(`Assignee "${r}" does not exist`);let{selectedNode:i}=v();if(!i)return s("Invalid unassign target");let a=qe(i.id,"TICKET");if(l(a))return s("Unable to unassign in this context");let d=a.value,u=x.getFieldByTitle(d.id,"Assignees");if(!u)return s("Unable to locate assignees field");let m=S(u.id).find(f=>f.props?.value===o.id);return m?q({id:B(),action:"unassign.issue",payload:{id:m.id,target:d.id,contributor:o.id},...e.value}):s(`Issue is not assigned to "${r}"`)},onSuccess:()=>h({mode:g.DEFAULT})},{intent:R.Sync,mode:g.COMMAND_LINE,action:async()=>{let e=Ho();W(()=>""),h({syncStatus:{msg:"Syncing",status:"syncing"}});let{userId:t,userName:n}=ge();if(!t)return s("Unable to resolve userId");if(!n)return s("Unable to resolve userName");let r=st()?Sn():c("No pending default events",null);if(l(r))return s(`Unable to persist default events. ${r.message}`);let o=Y();if(l(o)||!o.value)return s("Unable to resolve event log path");let i=rt(o.value);logger.debug("[sync-command] pending defaults",st());let a=await At({ownEventFileName:i});if(l(a))return h({syncStatus:{msg:a.message,status:"outOfSync"}}),s(`Unable to sync state. ${a.message}`);h({syncStatus:{msg:"Synced",status:"synced"},mode:g.DEFAULT});let d=se(process.cwd());if(l(d))throw new Error(d.message);let u=ot(d.value);if(l(u))return s("Unable to load events");Pe(u.value);let m=Ko(e);return l(m)?m:c("Synced",!0)}},{intent:R.Peek,mode:g.COMMAND_LINE,action:async()=>{let e=De(v().breadCrumb,"BOARD");if(l(e))return e;let t=se(process.cwd());if(l(t))throw new Error(t.message);let n=ot(t.value);if(l(n))return s(n.message);let r=n.value,{modifier:o}=ne().commandMeta,i;if(o==="now"){let E=zn();if(l(E))return E;let C=Pe(r);return C.some(l)?s(C.map(I=>I.message).join(", ")):(h({mode:g.DEFAULT,readOnly:!1,timeMode:"live",unappliedEvents:[]}),c("Peeking now",!0))}if(o==="prev"){let E=v().eventLog.at(-2),C=wn(E);if(C===null)return s("No previous event to peek");i=C}else if(o==="next"){let E=v().unappliedEvents.at(0),C=wn(E);if(C===null)return s("No next event to peek");i=C}else{let E=Ot(o);if(!E)return s("Invalid peek date");i=E.getTime()}let a=e.value.id,{appliedEvents:d,unappliedEvents:u}=Wr(r,i),m=zn();if(l(m))return m;let f=Pe(d);if(f.some(l))return s(f.map(E=>E.message).join(", "));let N=v().nodes[a];return N?(F.navigate({currentNode:N,selectedIndex:0}),h({mode:g.DEFAULT,readOnly:!0,timeMode:"peek",unappliedEvents:u}),c("Peeking ",!0)):s("Board did not exist at peek date")}},{intent:R.Export,mode:g.COMMAND_LINE,action:async()=>{let e=await ii();return l(e)?e:(h({mode:g.DEFAULT}),c("Export successful",!0))}},{intent:R.Exit,mode:g.COMMAND_LINE,action:async()=>(F.exit(),c("Exit successful",!0))}];var od=new Set(["peek","filter","view-help"]),ce=async({isForceExecutedBySystem:e=!1}={})=>{let{commandMeta:{command:t,validity:n,modifier:r,inputString:o}}=ne();if(!t)return s("No command to confirm");if(!e&&n===Ne.Invalid)return s("Invalid command");let i=wo(t);if(So(),v().readOnly&&!od.has(i))return ct({status:pe.Fail,message:"Command not available in readonly state",value:null});let a=ci.filter(u=>e||u.systemOnly!==!0).find(u=>u.intent===i);if(!a)return ct({status:pe.Fail,message:"Command not found",value:null});let d=await a.action(a,{command:t,inputString:o,modifier:r});return l(d)?ct(d):(Ro({addToHistory:!e}),a.onSuccess?.(),ct(d))};var en=[{intent:T.Exit,mode:g.MOVE,description:"[<Esc>] exit context / cancel",action:()=>(h({mode:g.COMMAND_LINE}),W(()=>"move cancel"),ce({isForceExecutedBySystem:!0}))},{intent:T.InitMove,mode:g.DEFAULT,description:"[m] move init/confirm",action:()=>(h({mode:g.COMMAND_LINE}),W(()=>"move start"),ce({isForceExecutedBySystem:!0}))},{intent:T.ConfirmMove,mode:g.MOVE,action:()=>(h({mode:g.COMMAND_LINE}),W(()=>"move confirm"),ce({isForceExecutedBySystem:!0}))}],tn=[{intent:T.MovePreviousItem,mode:g.MOVE,action:()=>we()?(h({mode:g.COMMAND_LINE}),W(()=>"move previous"),ce({isForceExecutedBySystem:!0})):s("No pending move")},{intent:T.MoveNextItem,mode:g.MOVE,action:()=>we()?(h({mode:g.COMMAND_LINE}),W(()=>"move next"),ce({isForceExecutedBySystem:!0})):s("No pending move")}],ui=[{intent:T.MoveToNextContainer,mode:g.MOVE,action:()=>we()?(h({mode:g.COMMAND_LINE}),W(()=>"move to-next"),ce({isForceExecutedBySystem:!0})):s("No pending move")},{intent:T.MoveToPreviousContainer,mode:g.MOVE,action:()=>we()?(h({mode:g.COMMAND_LINE}),W(()=>"move to-previous"),ce({isForceExecutedBySystem:!0})):s("No pending move")}];var mi={[M.WORKSPACE]:[...en,...tn],[M.BOARD]:[...en,...tn],[M.SWIMLANE]:[...en,...tn,...ui],[M.TICKET]:[],[M.FIELD]:[],[M.FIELD_LIST]:[],[M.TEXT]:[]};var pi=[{intent:T.AddItem,mode:g.DEFAULT,description:"[n] new...",action:()=>(h({mode:g.COMMAND_LINE}),W(()=>`${p.NEW} `),c("Adding new item",null))},{intent:T.Delete,mode:g.DEFAULT,description:"[d] delete",action:()=>(h({mode:g.COMMAND_LINE}),W(()=>`${p.DELETE} `),c("Deleting item",null))},{intent:T.InitCommandLine,mode:g.DEFAULT,description:"[:] focus command line",action:()=>(h({mode:g.COMMAND_LINE}),W(()=>""),c("Entering command line mode",null))},{intent:T.Confirm,mode:g.DEFAULT,description:"[<Enter>] confirm/enter",action:()=>(F.enterChildNode(),c("Entering context",null))},{intent:T.Exit,mode:g.DEFAULT,description:"[q] exit context",action:()=>(F.enterParentNode(),c("Exiting context",null))},{intent:T.NavPreviousItem,mode:g.DEFAULT,description:"[arrows/hjkl] navigate",action:()=>(F.navigateToPreviousItem(),c("Navigating to previous item",null))},{intent:T.NavNextItem,mode:g.DEFAULT,action:()=>(F.navigateToNextItem(),c("Navigating to next item",null))},{intent:T.NavToPreviousContainer,mode:g.DEFAULT,action:()=>(F.navigateToPreviousContainer(),c("Navigating to previous container",null))},{intent:T.NavToNextContainer,mode:g.DEFAULT,action:()=>(F.navigateToNextContainer(),c("Navigating to next container",null))},{intent:T.Edit,mode:g.DEFAULT,action:()=>(h({mode:g.COMMAND_LINE}),W(()=>"edit"),ce(),c("Fired command",!0))},{intent:T.SetViewDense,mode:g.DEFAULT,description:"[v] view change (wide/dense)",action:()=>(h({viewMode:"dense"}),c("View set",null))},{intent:T.SetViewWide,mode:g.DEFAULT,action:()=>(h({viewMode:"wide"}),c("View set",null))}];var id=500,sd=e=>e.replace(/[\r\n]/g,"").replace(/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F]/g,""),gi=e=>{let t=sd(e);t&&W(n=>(n+t).slice(0,id))};var fi=[{intent:T.ViewHelp,mode:g.DEFAULT,action:()=>(h({mode:g.HELP}),c("Viewing help",null))},{intent:T.Exit,mode:g.HELP,action:()=>(h({mode:g.DEFAULT}),c("Exiting help",null))},{intent:T.Confirm,mode:g.COMMAND_LINE,action:()=>(ce(),c("Executing command",null))},{intent:T.MoveCursorLeft,mode:g.COMMAND_LINE,action:()=>(Fn(-1),c("Moving cursor left",null))},{intent:T.MoveCursorRight,mode:g.COMMAND_LINE,action:()=>(Fn(1),c("Moving cursor right",null))},{intent:T.MoveCursorLeftOfWord,mode:g.COMMAND_LINE,action:()=>(On("left"),c("Moving cursor left of word",null))},{intent:T.MoveCursorRightOfWord,mode:g.COMMAND_LINE,action:()=>(On("right"),c("Moving cursor right of word",null))},{intent:T.ExitCommandLine,mode:g.COMMAND_LINE,action:()=>(h({mode:g.DEFAULT}),c("Exiting command line",null))},{intent:T.AutoCompleteCommand,mode:g.COMMAND_LINE,action:()=>(W((e,{remainder:t})=>t?e+t:e),c("Auto-completing command",null))},{intent:T.CaptureInput,mode:g.COMMAND_LINE,action:(e,{sequence:t})=>(gi(t??""),c("Capturing input",null))},{intent:T.EraseInput,mode:g.COMMAND_LINE,action:()=>(Co(),c("Erasing input",null))},{intent:T.EraseInputWord,mode:g.COMMAND_LINE,action:()=>(bo(),c("Erasing input word",null))},{intent:T.GetLastCommandFromHistory,mode:g.COMMAND_LINE,action:()=>(Ao(),c("Getting last command from history",null))},{intent:T.GetNextCommandFromHistory,mode:g.COMMAND_LINE,action:()=>(To(),c("Getting next command from history",null))}];import ad from"chalk";var nn=": for command line",vi="q to exit",yi=`${ad.hex(w.accent)("m")} to confirm`,Xn={[M.WORKSPACE]:[nn],[M.BOARD]:[nn],[M.BOARD+g.COMMAND_LINE]:[nn],[M.SWIMLANE]:[nn],[M.TICKET+g.HELP]:[vi],[M.SWIMLANE+g.HELP]:[vi],[M.TICKET]:[],[M.FIELD]:[],[M.SWIMLANE+g.MOVE]:[yi],[M.TICKET+g.MOVE]:[yi]};var rn=e=>e.trim().toLocaleLowerCase(),dd=(e,t)=>{let n=x.getFieldByTitle(e,t);if(!n)return"";let r=n.props?.value;return typeof r=="string"?r:""},ld=e=>{let{tags:t}=v(),n=x.getFieldByTitle(e,"Tags");return n?$(n.id).map(r=>{let o=r.props?.value;return typeof o=="string"?t[o]?.name:void 0}).filter(r=>!!r):[]},cd=e=>{let{contributors:t}=v(),n=x.getFieldByTitle(e,"Assignees");return n?$(n.id).map(r=>{let o=r.props?.value;return typeof o=="string"?t[o]?.name:void 0}).filter(r=>!!r):[]},xi=(e,t)=>{let n=t.value;if(!n)return!0;switch(t.target){case"title":return rn(e.title??"").includes(n);case"description":return rn(dd(e.id,"Description")).includes(n);case"tag":return ld(e.id).map(rn).some(d=>d.includes(n));case"assignee":return cd(e.id).map(rn).some(d=>d.includes(n));default:return!0}};function Ni(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 Ei=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 on,Yn,Jn=new Set,Ii=()=>{for(let e of Jn)e()},md=e=>(Jn.add(e),()=>Jn.delete(e));function hi(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 d=o[t];if(!d)return s("Unable to derive state, currentNode not found");let u=Ni(t,o,r);if(l(u))return logger.error(u.message),u;let m=u.value,{context:f}=d,N=Xn[f+n]??Xn[f]??[],E=[...pi,...mi[f]??[],...fi],C=Ei(E),I=pd(o,i),A=I[t]?.[e.selectedIndex]??null;return c("Derived successfully",{...e,currentNode:d,breadCrumb:m,availableHints:N,availableActions:E,actionIndex:C,selectedNode:A,renderedChildrenIndex:I})}var v=()=>(on||logger.error("State not initialized. Call initWorkspaceState() first.",new Error().stack),on);function Zn(e){Yn=e;let t={readOnly:!1,filters:[],tags:{},contributors:{},viewMode:"dense",mode:g.DEFAULT,nodes:{[e.id]:e},rootNodeId:e.id,currentNodeId:e.id,renderedChildrenIndex:{},selectedIndex:-1,syncStatus:{status:"synced",msg:""},eventLog:[],unappliedEvents:[],timeMode:"live"},n=hi(t);return l(n)?n:(on=n.value,Ii(),c("State initialized",null))}function oe(e){let t=v(),n=e(t),r=hi(n);return l(r)?s(r.message??"Unable to update state"):(on=r.value,Ii(),c("State updated",null))}var h=e=>oe(t=>({...t,...e}));var ue=()=>ud(md,v,v),pd=(e,t)=>{let n={};for(let r of Object.values(e))V(r)&&t.length>0&&!t.every(o=>xi(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],d=e[i.id];return!a||!d?0:a.rank.localeCompare(d.rank)});return n},S=e=>v()?.renderedChildrenIndex[e]??[],zn=()=>Yn?Zn(Yn):s("Cannot reset state: no initial workspace found");var qe=(e,t)=>{let{nodes:n}=v(),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}`)},gd=(e,t)=>{let{nodes:n}=v(),r=n[e];for(;r?.parentNodeId;){if(r.parentNodeId===t)return!0;r=n[r.parentNodeId]}return!1},Qn=(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"),x={deleteNode(e){oe(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=Qn(r,"edit");if(o)return o;let i={...r,props:{...r.props,value:t}};return x.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=Qn(n,"rename");if(r)return r;let o={...n,title:t};return this.updateNode(o),c("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 $(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=Qn(o,"move");if(a)return a;if(gd(t,e))return s("Cannot move node into its own descendant");let d={...o,parentNodeId:t,rank:n};return this.updateNode(d),c("Moved node successfully",d)},moveNodeToPosition({id:e,parentId:t,position:n={at:"end"}}){let r=$(t).filter(i=>i.id!==e),o=be(r,n);return l(o)?o:this.moveNodeToRank({id:e,parentId:t,rank:o.value})},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 f of $(m.id))a(f.id)}};a(e);let d={...structuredClone(t)};for(let u of i){if(!d[u])return s("Unable to locate node to delete");d[u]={...d[u],isDeleted:!0}}return n?(h({nodes:d}),c("Successfully tomb stoned",o)):s("Unable to delete undefined")},createContributor(e){let t=oe(n=>({...n,contributors:{...n.contributors,[e.id]:e}}));return l(t)?s("Unable to create contributor"):c("Created contributor",e)},assign(e,t,n){let r=x.getContributor(t),o=x.getNode(e);if(!o||!r)return s("Unable assign contributor to issue");let i=this.getFieldByTitle(o.id,"Assignees");if(!i)return s("Unable to locate assignees field");if($(i.id).some(u=>u.props?.value===t))return s("Contributor already assigned");let d=this.createNodeAtPosition(Q.field(n,r.name,i.id,{value:t}));return l(d)?d:c("Assigned contributor",d.value)},createTag(e){let t=oe(n=>({...n,tags:{...n.tags,[e.id]:e}}));return l(t)?s("Could not create tag"):c("Tag created",e)},tag(e,t,n){let r=x.getTag(t),o=x.getNode(e);if(!r)return s("Unable to add tag, missing tag");if(!o)return s("Unable to add tag, missing target");let i=this.getFieldByTitle(o.id,"Tags");if(!i)return s("Unable to locate tags field");if($(i.id).some(u=>u.props?.value===t))return s("Tag already assigned");let d=this.createNodeAtPosition(Q.field(n,r.name,i.id,{value:t}));return l(d)?d:c("Tag added",d.value)},untag(e,t){let n=x.getTag(t),r=x.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=$(o.id).find(d=>d.props?.value===t);if(!i)return c("Issue is not tagged with that tag",null);let a={...i,isDeleted:!0};return this.updateNode(a),c("Tag removed",a)},unassign(e,t){let n=x.getContributor(t),r=x.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=$(o.id).find(d=>d.props?.value===t);if(!i)return c("Issue is not assigned to that contributor",null);let a={...i,isDeleted:!0};return this.updateNode(a),c("Assignee removed",a)},createNodeAtPosition(e,t={at:"end"}){if(!e.parentNodeId){let i={...e,rank:J()};return this.createNode(i),c("Created node",i)}let n=$(e.parentNodeId),r=be(n,t);if(l(r))return r;let o={...e,rank:r.value};return this.createNode(o),c("Created node",o)},createNode(e){let t=oe(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return l(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=oe(o=>({...o,nodes:{...o.nodes,[e]:n}}));return l(r)?s(r.message):c("Locked node",n)},updateNode(e){let t=oe(n=>({...n,nodes:{...n.nodes,[e.id]:e}}));return l(t)?t:c("Updated node",e)},getContributor(e){return v().contributors[e]},getTag(e){return v().tags[e]},getNode(e){return v().nodes[e]},getSiblings:e=>Object.values(v().nodes).filter(t=>!t.isDeleted&&t.parentNodeId===e).sort((t,n)=>t.rank.localeCompare(n.rank))};var L=(e,t)=>s(`${t.action.split(".").join(" ")+" failed, "+e.toLowerCase()}. Evt id: ${t.id}`),fd={"init.workspace":e=>{let{id:t,name:n,rank:r}=e.payload,o={...Q.workspace(t,n),rank:r};Zn(o);let i=x.createNode(o);return l(i)?L(i.message??"Failed to initialize workspace",e):bn(i.value)?c("Workspace initialized",{action:e.action,result:i.value}):s("Unexpected create node return value")},"add.workspace":e=>{let{id:t,name:n,rank:r}=e.payload,o={...Q.workspace(t,n),rank:r},i=x.createNode(o);return l(i)?L(i.message??"Failed to add workspace",e):bn(i.value)?c("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=x.createNode({...Q.board(t,n,r),rank:o});return l(i)?L(i.message??"Unable to create board",e):zr(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=x.createNode({...Q.swimlane(t,n,r),rank:o});return l(i)?L(i.message??"Unable to create swimlane",e):Tt(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=x.createNode({...Q.ticket(t,n,r),rank:o});return l(i)?L(i.message??"Unable to create issue",e):V(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=x.createNode({...Q.field(t,n,r,{value:o},n.includes("Description")?"vertical":"horizontal"),rank:i});return l(a)?L(a.message??`Unable to create field: ${n}`,e):jr(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(!x.getNode(t))return L(`Unable to locate node with id ${t}`,e);let o=x.renameNode(t,n);return l(o)?L(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=x.tombstoneNode(t);return l(n)?L(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=x.createTag({id:t,name:n});return l(r)?L(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=x.createContributor({id:t,name:n});return l(r)?L(r.message??"Unable to create contributor",e):c("Contributor created",{action:e.action,result:r.value})},"tag.issue":e=>{let{id:t,target:n,tagId:r}=e.payload,o=x.tag(n,r,t);return l(o)?L(o.message??"Unable to tag issue",e):c("Issue tagged",{action:e.action,result:o.value})},"untag.issue":e=>{let{target:t,tagId:n}=e.payload,r=x.untag(t,n);return l(r)?L(r.message??"Unable to untag ",e):c("Issue untagged",{action:e.action,result:r.value})},"assign.issue":e=>{let{id:t,contributor:n,target:r}=e.payload,o=x.assign(r,n,t);return l(o)?L(o.message??"Unable to assign issue",e):c("Assigned successfully",{action:e.action,result:o.value})},"unassign.issue":e=>{let{target:t,contributor:n}=e.payload,r=x.unassign(t,n);return l(r)?L(r.message??"Unable to unassign issue",e):c("Issue unassigned",{action:e.action,result:r.value})},"move.node":e=>{let{id:t,parent:n,rank:r}=e.payload,o=x.moveNodeToRank({id:t,parentId:n,rank:r});return l(o)?L(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=x.editValue(t,n);return l(r)?L(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=x.getNode(t);if(!o)return L("Unable to locate issue",e);if(!V(o))return L("Can only close issues",e);let i=x.getNode(z);if(!i)return L("Unable to locate target swimlane",e);if(n!==i.id)return L("Close target must be closed swimlane",e);let a=x.moveNodeToRank({id:t,parentId:n,rank:r});return l(a)?L(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=x.getNode(t);if(!o)return L("Unable to locate issue",e);if(!V(o))return L("Can only reopen issues",e);let i=x.getNode(z);if(!i)return L("Unable to locate closed swimlane",e);if(n===i.id)return L("Cannot reopen issue into closed swimlane",e);if(!x.getNode(n))return L("Reopen parent no longer exists",e);let d=x.moveNodeToRank({id:t,parentId:n,rank:r});return l(d)?L(d.message??"Unable to reopen issue",e):c("Issue reopened",{action:e.action,result:{id:t}})},"lock.node":e=>{let{id:t}=e.payload,n=x.lockNode(t);return l(n)?L(n.message??"Unable to lock node",e):c("Node locked",{action:e.action,result:n.value})}},vd=(e,t)=>{let n=x.getNode(e);n&&x.updateNode({...n,log:[...n.log??[],t]})},yd=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 ut(e,t=!1){let n=fd[e.action](e);if(l(n))return n;t||([...new Set(yd(e))].forEach(a=>vd(a,e)),oe(a=>({...a,eventLog:[...a.eventLog,e]})));let r=e.userId,o=e.userName;return!r?.length||!o?.length?L("Invalid user ID format",e):(x.createContributor({name:o,id:r}),n)}var Pe=e=>e.map(t=>ut(t));var Ci=null,we=()=>structuredClone(Ci),ft=e=>Ci=e,bi=()=>{let{currentNode:e,selectedIndex:t}=v(),r=S(e.id)[t];return r?c("Resolved selected child",r):s("Target node not found")},Xe=({id:e,parentId:t,position:n={at:"end"}})=>{let r=$(t).filter(o=>o.id!==e);return be(r,n)},Si=({id:e,parentId:t,position:n})=>{let r=Y();if(l(r))return s("Unable to resolve user ID");let o=Xe({id:e,parentId:t,position:n});return l(o)?o:c("Created pending move state",{id:xd(),...r.value,action:"move.node",payload:{id:e,parent:t,rank:o.value}})},Ri=e=>{ft(e);let t=ut(e,!0);return l(t)?t:c("Node moved successfully",t.value)};function Gn(e){let t=bi();if(l(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=$(o.id),a=i.findIndex(({id:m})=>m===n.id);if(a<0)return s("Current node not found among siblings");let d=i[a+e];if(!d)return s("Missing sibling node");let u=Si({id:t.value.id,parentId:d.id,position:{at:"end"}});return l(u)?u:Ri(u.value)}function qn(e){let t=bi();if(l(t))return t;let{currentNode:n,selectedIndex:r}=v(),i=$(n.id)[r+e];if(!i)return s("Missing sibling node");let a=Si({id:t.value.id,parentId:n.id,position:{at:e===1?"after":"before",sibling:i.id}});return l(a)?a:Ri(a.value)}var Ue=e=>{let t=se(e??process.cwd());if(l(t))return t;let n=ot(t.value);if(l(n))return s(n.message);let r=no(n.value);return l(r)?s(r.message):c("Booted Epiq state",{root:t.value})},sn=()=>{let e=$o();return l(e)?s(e.message):e.value.userId?e.value.userName?c("Resolved actor",{userId:e.value.userId,userName:e.value.userName}):s("Unable to retrieve user name"):s("Unable to retrieve user id")},Ti=(e,t)=>{let r=S(e.id).find(o=>o.title===t);return r?S(r.id).map(o=>typeof o.props?.value=="string"?o.props.value:"").filter(o=>!!o):[]},Nd=e=>Ti(e,"Tags").map(t=>x.getTag(t)).filter(t=>t!=null).map(t=>({id:t.id,name:t.name})),Ed=e=>Ti(e,"Assignees").map(t=>x.getContributor(t)).filter(t=>t!=null).map(t=>({id:t.id,name:t.name})),wi=(e={})=>{let t=Ue(e.repoRoot);if(l(t))return t;let n=Object.values(v().nodes).filter(r=>r.context==="BOARD").map(r=>({id:r.id,title:r.title,parentId:r.parentNodeId,readonly:!!r.readonly}));return c("Listed boards",n)},Mi=(e={})=>{let t=Ue(e.repoRoot);if(l(t))return t;let n=Object.values(v().nodes).filter(r=>r.context==="SWIMLANE").filter(r=>!e.boardId||r.parentNodeId===e.boardId).map(r=>({id:r.id,title:r.title,boardId:r.parentNodeId,isClosed:r.id===z,readonly:!!r.readonly}));return c("Listed swimlanes",n)},ki=e=>{let t=Ue(e.repoRoot);if(l(t))return t;let n=Object.values(v().nodes).filter(V).filter(r=>e.includeClosed||r.parentNodeId!==z).map(r=>({id:r.id,title:We(r.title),description:so(r,"Description"),parentId:r.parentNodeId,isClosed:r.parentNodeId===z,readonly:!!r.readonly,tags:Nd(r),assignees:Ed(r)}));return c("Listed issues",n)},Pi=e=>{let t=Ue(e.repoRoot);if(l(t))return t;let n=sn();if(l(n))return n;let r=x.getNode(e.parentId);if(!r)return s(`Unable to locate parent swimlane: ${e.parentId}`);if(r.context!=="SWIMLANE")return s(`Parent must be a swimlane, got: ${r.context}`);let o=Kt({name:e.title,parent:e.parentId,user:n.value,rank:J()}),a=Ge(o).find(l);if(a)return s(a.message);let d=o.find(u=>u.action==="add.issue")?.payload.id;return d?c("Created issue",{id:d,title:e.title,parentId:e.parentId}):s("Unable to determine created issue id")},Li=e=>{let t=Ue(e.repoRoot);if(l(t))return t;let n=sn();if(l(n))return n;let r=x.getNode(e.issueId);if(!r)return s(`Unable to locate issue: ${e.issueId}`);if(!r.parentNodeId)return s(`Unable to locate issue parent for: ${e.issueId}`);if(!V(r))return s("Can only close issues");if(r.parentNodeId===z)return s("Issue is already closed");let o=Xe({id:e.issueId,parentId:z,position:{at:"end"}});if(l(o))return o;let i={id:Ai(),userId:n.value.userId,userName:n.value.userName,action:"close.issue",payload:{id:e.issueId,parent:z,rank:o.value}},d=Ge([i]).find(l);return d?s(d.message):c("Closed issue",{id:e.issueId,closed:!0})},Di=(e={})=>{let t=Ue(e.repoRoot);return l(t)?t:c("Retrieved Epiq state",{root:t.value.root,nodes:v().nodes,rootNodeId:v().rootNodeId,currentNode:v().currentNode,selectedIndex:v().selectedIndex,eventLog:v().eventLog})},Fi=e=>{let t=Ue(e.repoRoot);if(l(t))return t;let n=sn();if(l(n))return n;let r=x.getNode(e.issueId);if(!r)return s(`Unable to locate issue: ${e.issueId}`);if(!V(r))return s("Can only move issues");let o=x.getNode(e.parentId);if(!o)return s(`Unable to locate target swimlane: ${e.parentId}`);if(o.context!=="SWIMLANE")return s(`Target parent must be a swimlane, got: ${o.context}`);if(o.readonly)return s("Cannot move issue to readonly swimlane");let i=e.position??{at:"end"},a=Xe({id:e.issueId,parentId:e.parentId,position:i});if(l(a))return a;let d={id:Ai(),userId:n.value.userId,userName:n.value.userName,action:"move.node",payload:{id:e.issueId,parent:e.parentId,rank:a.value}},m=Ge([d]).find(l);return m?s(m.message):c("Moved issue",{id:e.issueId,parentId:e.parentId,position:e.position??{at:"end"}})},Oi=async(e={})=>{let t=se(e.repoRoot??process.cwd());if(l(t))return s(`Sync failed
|
|
65
|
+
`+t);let n=sn();if(l(n))return n;let r=await At({cwd:t.value,ownEventFileName:rt({userId:n.value.userId,userName:n.value.userName})});return l(r)?r:c("Synced Epiq state",r.value)};var Me=e=>({isError:l(e),content:[{type:"text",text:JSON.stringify(e,null,2)}]}),Cd=()=>{let e=new Id({name:"epiq",version:"0.2.30"});return e.registerTool("epiq_state_get",{description:"Get the full current Epiq state, including nodes and event log",inputSchema:P.object({repoRoot:P.string().optional()})},async t=>Me(await Di(t))),e.registerTool("epiq_issue_list",{description:"List Epiq issues",inputSchema:P.object({repoRoot:P.string().optional(),includeClosed:P.boolean().optional()})},async t=>Me(await ki(t))),e.registerTool("epiq_board_list",{description:"List Epiq boards",inputSchema:P.object({repoRoot:P.string().optional()})},async t=>Me(await wi(t))),e.registerTool("epiq_swimlane_list",{description:"List Epiq swimlanes",inputSchema:P.object({repoRoot:P.string().optional(),boardId:P.string().optional()})},async t=>Me(await Mi(t))),e.registerTool("epiq_issue_create",{description:"Create an Epiq issue",inputSchema:P.object({title:P.string().min(1),parentId:P.string().min(1),repoRoot:P.string().optional()})},async t=>Me(await Pi(t))),e.registerTool("epiq_issue_close",{description:"Close an Epiq issue",inputSchema:P.object({issueId:P.string().min(1),repoRoot:P.string().optional()})},async t=>Me(await Li(t))),e.registerTool("epiq_issue_move",{description:"Move an Epiq issue to another swimlane",inputSchema:P.object({issueId:P.string().min(1),parentId:P.string().min(1),position:P.discriminatedUnion("at",[P.object({at:P.literal("start")}),P.object({at:P.literal("end")}),P.object({at:P.literal("before"),sibling:P.string().min(1)}),P.object({at:P.literal("after"),sibling:P.string().min(1)})]).optional(),repoRoot:P.string().optional()})},async t=>Me(await Fi(t))),e.registerTool("epiq_sync",{description:"Sync Epiq state with the configured Git remote",inputSchema:P.object({repoRoot:P.string().optional()})},async t=>Me(await Oi(t))),e},bd=async()=>{let e=Cd(),t=new hd;await e.connect(t)};await bd();export{Cd as createMcpServer,Me as resultJson,bd as startMcpServer};
|