document360-writer 0.5.70 → 0.5.71
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/cli.js +34 -34
- package/dist/commands/catchup.d.ts +13 -10
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -188,8 +188,8 @@ Anything only a human knows that would help document this product. For example:
|
|
|
188
188
|
`)}function _t(e){try{return bu(ji(e)).some(t=>/\.md$/i.test(t)&&t.toLowerCase()!=="creator-notes.md")}catch{return!1}}function Oe(e){let n=ir(e)?.completedVersion;return typeof n!="number"?{status:"unset"}:{status:n<re?"stale":"current",completedVersion:n}}function Vn(e,t=new Date().toISOString()){let n={guideRefreshed:!1,notifiedBuilder:!1,toVersion:re};try{if(!Gn(Yn(e)))return n;let o=ir(e),r=o?.emittedVersion??0;n.completedVersion=o?.completedVersion;let s=o?.completedVersion??0;re>r&&(Bn(sr(e)),tn(Yn(e),Ei()),Ii(e,t),n.guideRefreshed=!0),re>s&&(vu(e).some(p=>p.kind==="request"&&p.subject.startsWith(Di))||($u(e,{id:`onb${re}`,created:t,from:"docs",kind:"request",re:"",sources:[],subject:`${Di}${re})`,status:"open",body:[`The dev\u2194docs onboarding protocol moved to v${re}${s?` (you last completed v${s})`:""}.`,"Re-run the hand-off so the docs agent and this repo stay in step \u2014 run this prompt here:","",lt()].join(`
|
|
189
189
|
`)}),n.notifiedBuilder=!0))}catch{}return n}function zn(e){if(!Gn(Yn(e)))return[];let t=Oe(e);return t.status==="current"?[]:[`\u{1F514} Your builder agent ${t.completedVersion?`is on v${t.completedVersion}`:"hasn't completed the hand-off yet"} \u2014 d360-writer's dev\u2194docs protocol is now v${re}.`,"Please run this prompt in your repository's coding agent (Claude Code / Codex / Cursor) for:",` ${e}`,Nt,lt(),Nt,"(Also saved in .d360-writer/messages/ \u2014 or run /devhints to re-show. This stops once your builder runs it.)"]}function ar(){return['document360-writer (its "docs agent") has been removed from this repository. Please undo its dev\u2192docs',"hand-off setup and restore this repo to how it was before \u2014 in order:","","1. In this repo's agent-memory file (CLAUDE.md, or AGENTS.md \u2014 whichever it edited), REMOVE the",' "Documentation hand-off" section that was added (the rule about dropping hint files in'," `.d360-writer/hints/`, keeping `.d360-writer/architecture/` current, and checking"," `.d360-writer/messages/`). Leave everything else in that file untouched.","2. The `.d360-writer/` folder is already deleted on disk. If it was committed, remove it from version"," control too \u2014 `git rm -r --cached .d360-writer` (if it still resolves) \u2014 and commit the deletions.","3. Do NOT recreate any of those files or follow the hand-off protocol anymore.","","That's it \u2014 this repo is back to its pre-docs-agent state."].join(`
|
|
190
190
|
`)}function Kn(){return['\u{1F9F9} One leftover: your builder still has the "Documentation hand-off" rule in its CLAUDE.md / AGENTS.md'," (reset only clears d360-writer's own .d360-writer/ folder \u2014 never your repo's files)."," To restore it, paste this prompt into your repo's coding agent (Claude Code / Codex / Cursor):",Nt,ar(),Nt]}function Ot(e){return[...e?.status==="stale"?[`\u26A0 Your builder last completed devhints v${e.completedVersion}; this hand-off is v${re}.`," Have them run the prompt below again \u2014 it now sets up two-way messages + on-demand docs.",""]:[],"\u2713 Wrote .d360-writer/DEV-HINTS-GUIDE.md + the .d360-writer/architecture/ (brief), .d360-writer/hints/, and .d360-writer/messages/ inboxes.","","\u{1F4CB} Copy this one prompt and run it in your repo's coding agent (Claude Code / Codex / Cursor):",Nt,lt(),Nt,"","That one run writes the architecture brief, adds the ongoing rule to your agent memory (CLAUDE.md / AGENTS.md)","and commits it so teammates inherit it, answers any open questions the writer left, and asks you for tribal","knowledge \u2014 no manual file edits. It also sets up the two-way channel: the writer can ask you questions","(`/inbox` on its side), and you can ask it to document a session on demand (Part 4 of the guide).","","When it finishes, come back to THIS terminal and run:"," write the docs for this repo"]}var Nt,re,Di,ct=In(()=>{"use strict";Nt="-".repeat(64),re=6;Di="Re-run dev\u2194docs onboarding (protocol v"});var Bi={};li(Bi,{initCommand:()=>cr,scaffoldInit:()=>lr});import{input as nn,confirm as Pu}from"@inquirer/prompts";import{basename as _i,join as Xn}from"node:path";import{existsSync as Lt,readFileSync as Ru,readdirSync as Tu,writeFileSync as Su}from"node:fs";import{writeProjectConfig as Oi,readProjectConfig as Du,projectConfigPath as Li,writerDir as ju,DEFAULT_DOCS_DIR as Mi,DEFAULT_CAPTURE_DIR as Ui,DEFAULT_OUTPUT_DIR as Wi}from"document360-engine";function lr(e,t="berlin"){let n=Li(e);if(Lt(n))return{created:!1,path:n,profileName:""};let o={projectId:Hi(e)??_i(e),docsDir:Mi,captureDir:Ui,outputDir:Wi,profiles:{[t]:{connection:{environment:t},production:!1}},defaultProfile:t,authoritativeSourceFiles:qi(e)};return Oi(o,e),Fi(e),{created:!0,path:n,profileName:t}}function Fi(e){let t=Xn(ju(e),".gitignore");Lt(t)||Su(t,["# Local/transient \u2014 the config files here ARE meant to be committed.",".sessions/","cache/",""].join(`
|
|
191
|
-
`),"utf8")}async function cr(){let e=process.cwd(),t=Li(e);if(Lt(t)&&!await Pu({message:`${t} already exists. Overwrite?`,default:!1}))return console.log(f("init cancelled.")),{kind:"continue"};let n=Hi(e)??_i(e),o=await nn({message:"Project ID (used to scope sessions, screenshots, etc.):",default:n}),r=await nn({message:"Capture directory (where document360-capture .spec.ts files live):",default:Ui}),s=await nn({message:"Screenshot output directory:",default:Wi}),l=await nn({message:"Default connection profile name:",default:"berlin"}),p=await nn({message:"Document360 environment for this profile (baked preset):",default:"berlin"}),y={projectId:o,docsDir:Mi,captureDir:r,outputDir:s,profiles:{[l]:{connection:{environment:p},production:!1}},defaultProfile:l,authoritativeSourceFiles:qi(e)},g=Du(e);g?.terminologyGlossary&&(y.terminologyGlossary=g.terminologyGlossary),Oi(y,e),Fi(e);let b=It(e);console.log(""),console.log(A(`\u2713 Wrote ${t}`)),console.log(""),console.log(`Next: ${L(`d360-writer login --profile ${l}`)} ${f("(sign in; project & workspace auto-selected)")}`),console.log("");for(let S of Ot(b))console.log(S);return console.log(""),console.log(`${f("Then ask:")} ${L('"write the user docs for this repo"')}`),console.log(""),{kind:"continue"}}function Hi(e){let t=Xn(e,"package.json");if(!Lt(t))return null;try{return JSON.parse(Ru(t,"utf8")).name??null}catch{return null}}function qi(e){let t=[];for(let n of["README.md","ARCHITECTURE.md","CLAUDE.md"])Lt(Xn(e,n))&&t.push(n);for(let n of["src","api","docs"]){let o=Xn(e,n);Lt(o)&&!Au(o)&&t.push(n)}return t}function Au(e){try{return Tu(e,{withFileTypes:!0}).filter(n=>n.isDirectory()&&!n.name.startsWith(".")).length>6}catch{return!1}}var Qn=In(()=>{"use strict";H();ct()});var Wa={};li(Wa,{doctorCommand:()=>un,renderDoctorChecks:()=>Ua,runDoctorChecks:()=>Ma});import{existsSync as ip}from"node:fs";import{d360GetAll as ap,getAccessToken as lp,isExpired as es,loadProfileMap as cp,loadTokens as up,packageSkillsDir as Oa,projectConfigPath as dp,readProjectConfig as pp,DEFAULT_DOCS_DIR as fp,fetchManifestSummary as mp,resolveActiveProfile as hp,classifyClaudeAuth as gp,CLAUDE_CODE_SETUP_HINT as La,resolveModelSetting as yp,probeModel as wp,detectAppType as kp,playbookSkillName as bp,D360AuthError as xp}from"document360-engine";async function Ma(e){let t=[],n=Number(process.versions.node.split(".")[0]);t.push(n>=20?{level:"ok",label:`Node ${process.versions.node}`}:{level:"fail",label:`Node ${process.versions.node} \u2014 20+ required`,fix:"Install Node 20 or later (nodejs.org)"});let o=gp();o.state==="ready"?t.push({level:"ok",label:`Claude auth: ${o.kind==="api"?"API key":"subscription (Claude Code login found)"}`}):o.state==="maybe"?t.push({level:"warn",label:"Claude: no Claude Code login found (may be in the macOS Keychain)",fix:`If a docs turn ends with no output, sign in to Claude Code. ${La}`}):t.push({level:"fail",label:"Claude: not signed in \u2014 the agent cannot run (no Claude Code credentials on this machine)",fix:La});let r=yp(e);if(t.push({level:"ok",label:`Model: ${r.model??"Claude Code default"} (${r.source})`}),o.state==="ready"){let P=await wp(e,r.model??void 0);P.ok?t.push({level:"ok",label:`Model reachable \u2014 replied in ${(P.latencyMs/1e3).toFixed(1)}s`}):P.timedOut?t.push({level:"fail",label:"Model unreachable \u2014 no response in 30s (a docs turn will hang, then end with 0 tokens / no output)",fix:`Usually a corporate proxy/firewall or org policy blocking the Claude model API. Check this machine's network access to the Claude endpoint; confirm with: claude -p "say hi"`}):t.push({level:"fail",label:`Model call failed \u2014 ${P.error??"no output"} (a docs turn will end with 0 tokens / no output)`,fix:'Check sign-in, the selected model (/model), and network access to the Claude endpoint; confirm with: claude -p "say hi"'})}let s=pp(e);if(!s)return t.push({level:"fail",label:`No ${dp(e)}`,fix:"Run: /init (or d360-writer init)"}),t;t.push({level:"ok",label:`Project config: ${s.projectId}`});let l=(s.docsDir??fp).replace(/\/+$/,"");t.push(s.mode==="engineer"?{level:"warn",label:"Mode: engineer \u2014 agent may modify any source file (dogfooding)",fix:'Remove "mode" from .d360-writer/config.json for the writer-mode boundary'}:{level:"ok",label:`Mode: writer \u2014 edits limited to ${l}/ and .d360-writer/ (docs, capture specs, config); product source is read-only`});let p=s.authoritativeSourceFiles??[];t.push(p.length>0?{level:"ok",label:`Sources: docs grounded in ${p.length} path(s) (${p.slice(0,3).join(", ")}${p.length>3?", \u2026":""})`}:{level:"warn",label:"Sources: not set \u2014 docs are grounded in the whole repo",fix:"Run: /scope to choose which files/folders the docs are written from"});let y=s.appType??kp(e);if(y){let P=s.appType?"from config":"auto-detected",C=y==="web"||y==="cli";t.push({level:"ok",label:`Genre: ${y} (${P})${C?` \u2192 ${bp(y)} loaded`:" \u2014 no doc-type playbook for this genre yet (generic skills)"}`})}else t.push({level:"warn",label:"Genre: unclassified \u2014 no doc-type playbook is loading (generic output)",fix:"Run /genre <web|cli|service|library> to pick \u2014 raises docs to that genre's craft bar"});let g;try{g=hp(e),t.push({level:"ok",label:`Profile: ${g.name} (${g.connection.name})${g.production?" \u26A0 PRODUCTION":""}`})}catch(P){return t.push({level:"fail",label:`Profile config: ${P.message.split(".")[0]}`,fix:"Run: /init to scaffold the profiles map"}),t}let b=up(g.name);b?es(b)&&!b.refreshToken?t.push({level:"fail",label:"Document360: session expired (no refresh token)",fix:"/login"}):es(b)?t.push({level:"warn",label:"Document360: token expired \u2014 will auto-refresh on next call"}):t.push({level:"ok",label:`Document360: logged in (until ${new Date(b.expiresAt).toLocaleString()})`}):t.push({level:"fail",label:"Document360: not logged in",fix:`Run: /login (or d360-writer login --profile ${g.name})`}),t.push(g.project.workspaceId?{level:"ok",label:`Workspace: ${g.project.workspaceName??g.project.workspaceId}`}:{level:"warn",label:"No workspace selected",fix:"Run: /workspace"});let S=cp(e,g.name);S?S.projectId&&g.project.projectId&&S.projectId!==g.project.projectId?t.push({level:"fail",label:`Category map projectId (${S.projectId}) \u2260 profile projectId (${g.project.projectId})`,fix:"The map section belongs to a different project \u2014 fix .d360-writer/config.json or the map before publishing"}):t.push({level:"ok",label:`Category map: ${Object.keys(S.articles).length} articles, ${Object.keys(S.categories).length} categories`}):t.push({level:"ok",label:`Category map: none yet for "${g.name}" (created on first /publish)`}),t.push(ip(Oa())?{level:"ok",label:"Skills bundle present"}:{level:"fail",label:`Skills folder missing at ${Oa()}`,fix:"Reinstall document360-writer (broken install)"});let x=Oe(e);if(x.status==="current"?t.push({level:"ok",label:`Dev hand-off: builder up to date (devhints v${re})`}):x.status==="stale"&&t.push({level:"warn",label:`Dev hand-off: builder on devhints v${x.completedVersion}, current is v${re}`,fix:"Run /devhints and have the repo's coding agent re-run the prompt (adds two-way messages + on-demand docs)"}),b&&(!es(b)||b.refreshToken)){let P={profile:g.name,connection:g.connection};try{await lp(P);let j=await ap(P,"/v3/projects");t.push({level:"ok",label:`API reachable (${g.connection.apiUrl}) \u2014 ${j.length} project(s) visible`})}catch(j){t.push({level:"fail",label:`API call failed: ${j.message.slice(0,120)}`,fix:"/login if auth-related; otherwise check the apiUrl/network"})}let C=S?.projectId??g.project.projectId;if(C&&g.project.workspaceId)try{let j=await mp(P,C,g.project.workspaceId);if(j){let I=(j.workspace_hash??"").replace(/^sha256:/,"").slice(0,12);t.push({level:"ok",label:`Workspace sync manifest: available on ${g.connection.name} (${j.languages?.length??0} language${(j.languages?.length??0)===1?"":"s"}) \xB7 hash ${I||"(none)"}`})}else t.push({level:"warn",label:`Workspace sync manifest: not live on ${g.connection.name} yet`,fix:"No action needed \u2014 sync uses the per-article path until the manifest ships on this environment"})}catch(j){j instanceof xp||/scoped to a (?:specific|different) project|cannot access the requested project/i.test(j.message)?t.push({level:"fail",label:`Project scope: your Document360 session is signed into a different project than this repo expects (${g.project.projectName??C})`,fix:"Run /login and pick this repo's project \u2014 your token is scoped to another project"}):t.push({level:"warn",label:`Workspace sync manifest: probe failed (${j.message.slice(0,80)})`})}}return t}function Ua(e){let t=[""];for(let r of e){let s=r.level==="ok"?A("\u2713"):r.level==="warn"?U("\u26A0"):$("\u2717");t.push(` ${s} ${r.label}${r.detail?f(` \u2014 ${r.detail}`):""}`),r.fix&&t.push(` ${f("fix:")} ${L(r.fix)}`)}let n=e.filter(r=>r.level==="fail").length,o=e.filter(r=>r.level==="warn").length;return t.push(""),t.push(n===0?A(`\u2713 ${o===0?"All checks passed":`Healthy (${o} warning${o===1?"":"s"})`}`):$(`\u2717 ${n} problem${n===1?"":"s"} found`)),t.push(""),t}async function un(e,t){console.log(f("Running checks\u2026"));for(let n of Ua(await Ma(t.cwd)))console.log(n);return{kind:"continue"}}var ao=In(()=>{"use strict";ct();H()});import{Command as gh}from"commander";import{createRequire as yh}from"node:module";import{AUTH_MODES as wh}from"document360-engine";import{input as Kc}from"@inquirer/prompts";import{loginPkce as Xc,refreshTokens as Qc,toStoredTokens as hi,clearTokens as Jc,decodeJwtClaims as mi,isExpired as Zc,loadTokens as eu,saveTokens as gi,resolveActiveProfile as Mn,setProfileProject as tu,readProjectConfig as nu}from"document360-engine";H();import{select as Oc}from"@inquirer/prompts";import{resolveActiveProfile as Lc,setProfileProject as Mc,resolveProjectId as Uc,listWorkspaces as Wc}from"document360-engine";async function Zt(e,t){let n=Lc(e,t),o={profile:n.name,connection:n.connection},r=n.project.projectId??Uc(o);return{workspaces:await Wc(o,r),projectId:r,projectName:n.project.projectName,profile:n.name,environment:n.connection.name,current:n.project.workspaceId}}var ui=e=>`${e.name??e.id}${e.workspace_type?` \xB7 ${e.workspace_type}`:""}`;function er(e,t){let n=t.toLowerCase();return e.find(o=>(o.name??"").toLowerCase()===n)??e.find(o=>(o.name??"").toLowerCase().startsWith(n))??e.find(o=>o.id.startsWith(t))}function _n(e,t,n,o,r){Mc(e,t,{projectId:n,workspaceId:o,workspaceName:r})}async function di(e,t,n){let o;try{o=await Zt(e,n)}catch(s){return console.log($(`Could not list workspaces: ${s.message}`)),1}let r=er(o.workspaces,t);return r?(_n(e,o.profile,o.projectId,r.id,r.name),console.log(A(`\u2713 Workspace set to "${r.name??r.id}" for profile "${o.profile}".`)),0):(console.log($(`No workspace matches "${t}". Available: ${o.workspaces.map(s=>s.name??s.id).join(", ")}`)),1)}async function Et(e,t){let n;try{n=await Zt(e,t)}catch(g){console.log($(`Could not list workspaces: ${g.message}`));return}let{workspaces:o,projectId:r,profile:s,current:l}=n;if(o.length===0){console.log(f("No workspaces found in this project."));return}if(!process.stdin.isTTY){console.log("");for(let g of o)console.log(` ${g.id===l?L("\u25CF"):" "} ${ui(g)} ${f(g.id)}`);console.log(f("Run: d360-writer workspace use <name>"));return}let p=await Oc({message:"Select the Document360 workspace for this repo:",choices:o.map(g=>({name:`${ui(g)}${g.id===l?" (current)":""}`,value:g.id}))}),y=o.find(g=>g.id===p);_n(e,s,r,p,y?.name),console.log(A(`\u2713 Workspace set to "${y?.name??p}" for profile "${s}".`))}H();import{select as Fc}from"@inquirer/prompts";import{resolveActiveProfile as Hc,setProfileProject as qc,listProjects as Bc}from"document360-engine";async function Ge(e,t){let n=Hc(e,t),o={profile:n.name,connection:n.connection};return{projects:await Bc(o),profile:n.name,environment:n.connection.name,current:n.project.projectId}}var pi=e=>`${e.name??e.id}${e.sub_domain?` \xB7 ${e.sub_domain}`:""}`;function tr(e,t){let n=t.toLowerCase();return e.find(o=>(o.name??"").toLowerCase()===n)??e.find(o=>(o.name??"").toLowerCase().startsWith(n))??e.find(o=>o.id.startsWith(t))}function On(e,t,n,o){qc(e,t,{projectId:n,projectName:o,workspaceId:void 0,workspaceName:void 0})}async function fi(e,t,n){let o;try{o=await Ge(e,n)}catch(s){return console.log($(`Could not list projects: ${s.message}`)),1}let r=tr(o.projects,t);return r?(On(e,o.profile,r.id,r.name),console.log(A(`\u2713 Project set to "${r.name??r.id}" for profile "${o.profile}". Next: pick a workspace (d360-writer workspace).`)),0):(console.log($(`No project matches "${t}". Available: ${o.projects.map(s=>s.name??s.id).join(", ")}`)),1)}async function Ln(e,t){let n;try{n=await Ge(e,t)}catch(y){console.log($(`Could not list projects: ${y.message}`));return}let{projects:o,profile:r,current:s}=n;if(o.length===0){console.log(f("No projects found for this identity."));return}if(!process.stdin.isTTY){console.log("");for(let y of o)console.log(` ${y.id===s?L("\u25CF"):" "} ${pi(y)} ${f(y.id)}`);console.log(f("Run: d360-writer project use <name>"));return}let l=await Fc({message:"Select the Document360 project for this repo:",choices:o.map(y=>({name:`${pi(y)}${y.id===s?" (current)":""}`,value:y.id}))}),p=o.find(y=>y.id===l);On(e,r,l,p?.name),console.log(A(`\u2713 Project set to "${p?.name??l}" for profile "${r}". Next: pick a workspace.`))}H();import Gc from"picocolors";function Yc(e=process.env){return e.FORCE_HYPERLINK==="0"||!Gc.isColorSupported?!1:e.FORCE_HYPERLINK?!0:!!(e.WT_SESSION||e.TERM_PROGRAM==="vscode"||e.TERM_PROGRAM==="iTerm.app"||e.TERM_PROGRAM==="WezTerm"||e.TERM_PROGRAM==="ghostty"||e.VTE_VERSION||e.KONSOLE_VERSION)}function Vc(e,t=e,n){return Yc(n)?`\x1B]8;;${e}\x07${t}\x1B]8;;\x07`:t}var zc=/https?:\/\/[^\s\x1b]+/g;function en(e,t){return e.replace(zc,n=>Vc(n,n,t))}function yi(e){return{...mi(e.idToken)??{},...mi(e.accessToken)??{}}}function Un(e){let t=yi(e),n=t.email??t.preferred_username??t.sub??"unknown",o=t.doc360_project_id?` \xB7 project ${t.doc360_project_id}`:"";return`${n}${o}`}async function Wn(e){let t=Mn(process.cwd(),e.profile),n=t.connection;console.log(f(`Profile "${t.name}" \u2192 ${n.name} (${n.apiUrl})${t.production?" \u26A0 PRODUCTION":""}`));let o=await Xc(n,{manual:e.manual,promptForRedirect:s=>Kc({message:s})},s=>console.log(en(s))),r=hi(t.name,o);if(gi(r),await nr(r,t.name,s=>console.log(f(s))),console.log(""),console.log(A(`\u2713 Logged in to "${t.name}" as ${Un(r)}`)),console.log(f(` access token expires: ${r.expiresAt}`)),console.log(f(` refresh token: ${r.refreshToken?"yes":"NO \u2014 session ends at expiry"}`)),process.stdin.isTTY)try{nu(process.cwd())?.profiles?.[t.name]&&(console.log(""),await Et(process.cwd(),t.name))}catch{}}async function nr(e,t,n){let r=yi(e).doc360_project_id;if(!(typeof r!="string"||!r))try{if(Mn(process.cwd(),t).project.projectId)return;let l;try{let{projects:p}=await Ge(process.cwd(),t);l=p.find(y=>y.id===r)?.name}catch{}tu(process.cwd(),t,{projectId:r,projectName:l}),n(` Project "${l??r}" written to profile "${t}".`)}catch{}}async function wi(e){let t=Mn(process.cwd(),e.profile),n=t.connection,o=eu(t.name);if(!o){console.log($(`Not logged in to Document360 (profile "${t.name}").`)),console.log(f(`Run: d360-writer login --profile ${t.name}`)),process.exitCode=1;return}if(console.log(`Profile ${L(t.name)}${t.production?" \u26A0 PRODUCTION":""}: ${Un(o)}`),Zc(o))if(o.refreshToken)try{let r=hi(t.name,await Qc(n,o.refreshToken));gi(r),console.log(A(`\u2713 Session refreshed \u2014 expires ${r.expiresAt}`))}catch(r){console.log(U(`Session expired and refresh failed (${r.message.slice(0,120)})`)),console.log(f(`Run: d360-writer login --profile ${t.name}`)),process.exitCode=1}else console.log(U("Session expired (no refresh token).")),console.log(f(`Run: d360-writer login --profile ${t.name}`)),process.exitCode=1;else console.log(f(` expires: ${o.expiresAt}`))}async function ki(e){let t=Mn(process.cwd(),e.profile);Jc(t.name)?console.log(A(`\u2713 Logged out of Document360 (profile "${t.name}").`)):console.log(f(`No Document360 session for profile "${t.name}" \u2014 nothing to do.`))}H();import{readProjectConfig as bi,writeProjectConfig as ou,resolveActiveProfile as ru,loadTokens as su,isExpired as iu}from"document360-engine";function Fn(e){let t=bi(e);if(!t?.profiles||Object.keys(t.profiles).length===0){console.log($("No profiles in .d360-writer/config.json. Run: d360-writer init")),process.exitCode=1;return}console.log("");for(let[n,o]of Object.entries(t.profiles)){let r=n===t.defaultProfile?L("\u25CF "):" ",s=o.production?U(" \u26A0 PRODUCTION"):"",l=o.connection.environment??"(inline)",p=su(n),y=p?iu(p)&&!p.refreshToken?U("expired"):f("logged in"):f("not logged in");console.log(`${r}${L(n)} \u2192 ${l}${s} [${y}]`)}console.log(""),console.log(f("\u25CF = default. Switch with: d360-writer profile use <name>")),console.log("")}function Hn(e,t){let n=bi(e);if(!n?.profiles?.[t]){let r=n?.profiles?Object.keys(n.profiles).join(", "):"(none \u2014 run init)";console.log($(`Unknown profile "${t}". Available: ${r}`)),process.exitCode=1;return}n.defaultProfile=t,ou(n,e);let o=n.profiles[t].production?U(" \u26A0 PRODUCTION"):"";console.log(A(`\u2713 Default profile is now "${t}"${o}`))}function qn(e,t){try{let n=ru(e,t);console.log(""),console.log(`Profile ${L(n.name)}${n.production?U(" \u26A0 PRODUCTION"):""}`),console.log(f(` api: ${n.connection.apiUrl}`)),console.log(f(` identity: ${n.connection.authorizationUrl}`)),console.log(f(` clientId: ${n.connection.clientId}`)),console.log(f(` scopes: ${n.connection.scopes.join(" ")}`)),console.log(f(` project: ${n.project.projectId??"(set at login)"}`)),console.log(f(` workspace:${n.project.workspaceId?" "+n.project.workspaceId:" (none)"}`)),console.log("")}catch(n){console.log($(n.message)),process.exitCode=1}}H();import{existsSync as au,readdirSync as lu,statSync as xi}from"node:fs";import{join as $i}from"node:path";import{apiLogDir as cu}from"document360-engine";function vi(){let e=cu();if(console.log(""),console.log(`Document360 API logs: ${L(e)}`),!au(e)){console.log(f(" No logs yet \u2014 they appear after the first Document360 API call.")),console.log("");return}let t=lu(e),n=t.filter(r=>r.endsWith(".jsonl")).sort().reverse(),o=t.filter(r=>/^crash-\d{4}-\d{2}-\d{2}\.log$/.test(r)).sort().reverse();n.length===0&&o.length===0&&console.log(f(" No logs yet \u2014 they appear after the first Document360 API call."));for(let r of n.slice(0,14)){let s=(xi($i(e,r)).size/1024).toFixed(1);console.log(` ${r} ${f(`${s} KB`)}`)}if(o.length>0){console.log(""),console.log(`Crash logs ${f("(send these if d360-writer crashed or a run died)")}:`);for(let r of o.slice(0,14)){let s=(xi($i(e,r)).size/1024).toFixed(1);console.log(` ${$(r)} ${f(`${s} KB`)}`)}}console.log(""),console.log(f("Failed calls include request/response bodies (tokens redacted, 4 KB cap).")),console.log(f("Set D360_LOG_BODIES=1 to also log bodies for successful calls.")),console.log("")}H();import{createSession as uu,resolveAuth as du,findByName as pu,slugify as fu,touchSession as mu,upsertSession as hu,resolveActiveProfile as gu}from"document360-engine";async function Ci(e,t,n,o,r,s){let l=du(n);l.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${L("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${L("d360-writer --auth subscription")}`),process.exit(2)),l.kind==="subscription"&&console.error(f("Using your Claude subscription (no API key set)."));let p=null;try{p=gu(e,r)}catch(x){console.error($(`Document360 profile error: ${x.message}`)),process.exit(2)}p.production&&(console.error(U(`\u26A0 Profile "${p.name}" is PRODUCTION.`)),s||(console.error($("Refusing to run against a production profile without --yes.")),process.exit(2)),console.error(f(" --yes given \u2014 proceeding against production.")));let y;if(o){let x=pu(e,o);x||(console.error($(`No saved session matches "${o}" in this repo.`)),console.error(f("List sessions inside the REPL with /resume.")),process.exit(2)),y=x.uuid,console.error(f(`Resuming "${x.name}"`))}let g=uu({cwd:e,resume:y,profileName:r,allowProdWrites:s===!0}),b=y??null,S=1;for await(let x of g.send(t))switch(x.type){case"session":if(!b){b=x.sessionId;let P=new Date().toISOString();hu({uuid:b,name:fu(t),renamed:!1,titled:!1,cwd:e,firstPrompt:t,createdAt:P,updatedAt:P})}break;case"text":process.stdout.write(x.delta);break;case"tool":console.error(ie(` \u2699 ${x.name}`));break;case"result":S=x.ok?0:1,console.error(f(`(${x.inputTokens}\u2192${x.outputTokens} tokens`+(x.costUsd>0?`, $${x.costUsd<.01?x.costUsd.toFixed(4):x.costUsd.toFixed(2)}`:"")+")")),x.ok||console.error($("agent finished with an error result"));break;case"error":console.error(""),console.error($(`agent error: ${x.message}`)),process.exit(1)}b&&mu(b),process.stdout.write(`
|
|
192
|
-
`),process.exit(S)}import{createInterface as
|
|
191
|
+
`),"utf8")}async function cr(){let e=process.cwd(),t=Li(e);if(Lt(t)&&!await Pu({message:`${t} already exists. Overwrite?`,default:!1}))return console.log(f("init cancelled.")),{kind:"continue"};let n=Hi(e)??_i(e),o=await nn({message:"Project ID (used to scope sessions, screenshots, etc.):",default:n}),r=await nn({message:"Capture directory (where document360-capture .spec.ts files live):",default:Ui}),s=await nn({message:"Screenshot output directory:",default:Wi}),l=await nn({message:"Default connection profile name:",default:"berlin"}),p=await nn({message:"Document360 environment for this profile (baked preset):",default:"berlin"}),y={projectId:o,docsDir:Mi,captureDir:r,outputDir:s,profiles:{[l]:{connection:{environment:p},production:!1}},defaultProfile:l,authoritativeSourceFiles:qi(e)},g=Du(e);g?.terminologyGlossary&&(y.terminologyGlossary=g.terminologyGlossary),Oi(y,e),Fi(e);let b=It(e);console.log(""),console.log(A(`\u2713 Wrote ${t}`)),console.log(""),console.log(`Next: ${L(`d360-writer login --profile ${l}`)} ${f("(sign in; project & workspace auto-selected)")}`),console.log("");for(let S of Ot(b))console.log(S);return console.log(""),console.log(`${f("Then ask:")} ${L('"write the user docs for this repo"')}`),console.log(""),{kind:"continue"}}function Hi(e){let t=Xn(e,"package.json");if(!Lt(t))return null;try{return JSON.parse(Ru(t,"utf8")).name??null}catch{return null}}function qi(e){let t=[];for(let n of["README.md","ARCHITECTURE.md","CLAUDE.md"])Lt(Xn(e,n))&&t.push(n);for(let n of["src","api","docs"]){let o=Xn(e,n);Lt(o)&&!Au(o)&&t.push(n)}return t}function Au(e){try{return Tu(e,{withFileTypes:!0}).filter(n=>n.isDirectory()&&!n.name.startsWith(".")).length>6}catch{return!1}}var Qn=In(()=>{"use strict";H();ct()});var Wa={};li(Wa,{doctorCommand:()=>un,renderDoctorChecks:()=>Ua,runDoctorChecks:()=>Ma});import{existsSync as ip}from"node:fs";import{d360GetAll as ap,getAccessToken as lp,isExpired as es,loadProfileMap as cp,loadTokens as up,packageSkillsDir as Oa,projectConfigPath as dp,readProjectConfig as pp,DEFAULT_DOCS_DIR as fp,fetchManifestSummary as mp,resolveActiveProfile as hp,classifyClaudeAuth as gp,CLAUDE_CODE_SETUP_HINT as La,resolveModelSetting as yp,probeModel as wp,detectAppType as kp,playbookSkillName as bp,D360AuthError as xp}from"document360-engine";async function Ma(e){let t=[],n=Number(process.versions.node.split(".")[0]);t.push(n>=20?{level:"ok",label:`Node ${process.versions.node}`}:{level:"fail",label:`Node ${process.versions.node} \u2014 20+ required`,fix:"Install Node 20 or later (nodejs.org)"});let o=gp();o.state==="ready"?t.push({level:"ok",label:`Claude auth: ${o.kind==="api"?"API key":"subscription (Claude Code login found)"}`}):o.state==="maybe"?t.push({level:"warn",label:"Claude: no Claude Code login found (may be in the macOS Keychain)",fix:`If a docs turn ends with no output, sign in to Claude Code. ${La}`}):t.push({level:"fail",label:"Claude: not signed in \u2014 the agent cannot run (no Claude Code credentials on this machine)",fix:La});let r=yp(e);if(t.push({level:"ok",label:`Model: ${r.model??"Claude Code default"} (${r.source})`}),o.state==="ready"){let P=await wp(e,r.model??void 0);P.ok?t.push({level:"ok",label:`Model reachable \u2014 replied in ${(P.latencyMs/1e3).toFixed(1)}s`}):P.timedOut?t.push({level:"fail",label:"Model unreachable \u2014 no response in 30s (a docs turn will hang, then end with 0 tokens / no output)",fix:`Usually a corporate proxy/firewall or org policy blocking the Claude model API. Check this machine's network access to the Claude endpoint; confirm with: claude -p "say hi"`}):t.push({level:"fail",label:`Model call failed \u2014 ${P.error??"no output"} (a docs turn will end with 0 tokens / no output)`,fix:'Check sign-in, the selected model (/model), and network access to the Claude endpoint; confirm with: claude -p "say hi"'})}let s=pp(e);if(!s)return t.push({level:"fail",label:`No ${dp(e)}`,fix:"Run: /init (or d360-writer init)"}),t;t.push({level:"ok",label:`Project config: ${s.projectId}`});let l=(s.docsDir??fp).replace(/\/+$/,"");t.push(s.mode==="engineer"?{level:"warn",label:"Mode: engineer \u2014 agent may modify any source file (dogfooding)",fix:'Remove "mode" from .d360-writer/config.json for the writer-mode boundary'}:{level:"ok",label:`Mode: writer \u2014 edits limited to ${l}/ and .d360-writer/ (docs, capture specs, config); product source is read-only`});let p=s.authoritativeSourceFiles??[];t.push(p.length>0?{level:"ok",label:`Sources: docs grounded in ${p.length} path(s) (${p.slice(0,3).join(", ")}${p.length>3?", \u2026":""})`}:{level:"warn",label:"Sources: not set \u2014 docs are grounded in the whole repo",fix:"Run: /scope to choose which files/folders the docs are written from"});let y=s.appType??kp(e);if(y){let P=s.appType?"from config":"auto-detected",C=y==="web"||y==="cli";t.push({level:"ok",label:`Genre: ${y} (${P})${C?` \u2192 ${bp(y)} loaded`:" \u2014 no doc-type playbook for this genre yet (generic skills)"}`})}else t.push({level:"warn",label:"Genre: unclassified \u2014 no doc-type playbook is loading (generic output)",fix:"Run /genre <web|cli|service|library> to pick \u2014 raises docs to that genre's craft bar"});let g;try{g=hp(e),t.push({level:"ok",label:`Profile: ${g.name} (${g.connection.name})${g.production?" \u26A0 PRODUCTION":""}`})}catch(P){return t.push({level:"fail",label:`Profile config: ${P.message.split(".")[0]}`,fix:"Run: /init to scaffold the profiles map"}),t}let b=up(g.name);b?es(b)&&!b.refreshToken?t.push({level:"fail",label:"Document360: session expired (no refresh token)",fix:"/login"}):es(b)?t.push({level:"warn",label:"Document360: token expired \u2014 will auto-refresh on next call"}):t.push({level:"ok",label:`Document360: logged in (until ${new Date(b.expiresAt).toLocaleString()})`}):t.push({level:"fail",label:"Document360: not logged in",fix:`Run: /login (or d360-writer login --profile ${g.name})`}),t.push(g.project.workspaceId?{level:"ok",label:`Workspace: ${g.project.workspaceName??g.project.workspaceId}`}:{level:"warn",label:"No workspace selected",fix:"Run: /workspace"});let S=cp(e,g.name);S?S.projectId&&g.project.projectId&&S.projectId!==g.project.projectId?t.push({level:"fail",label:`Category map projectId (${S.projectId}) \u2260 profile projectId (${g.project.projectId})`,fix:"The map section belongs to a different project \u2014 fix .d360-writer/config.json or the map before publishing"}):t.push({level:"ok",label:`Category map: ${Object.keys(S.articles).length} articles, ${Object.keys(S.categories).length} categories`}):t.push({level:"ok",label:`Category map: none yet for "${g.name}" (created on first /publish)`}),t.push(ip(Oa())?{level:"ok",label:"Skills bundle present"}:{level:"fail",label:`Skills folder missing at ${Oa()}`,fix:"Reinstall document360-writer (broken install)"});let x=Oe(e);if(x.status==="current"?t.push({level:"ok",label:`Dev hand-off: builder up to date (devhints v${re})`}):x.status==="stale"&&t.push({level:"warn",label:`Dev hand-off: builder on devhints v${x.completedVersion}, current is v${re}`,fix:"Run /devhints and have the repo's coding agent re-run the prompt (adds two-way messages + on-demand docs)"}),b&&(!es(b)||b.refreshToken)){let P={profile:g.name,connection:g.connection};try{await lp(P);let j=await ap(P,"/v3/projects");t.push({level:"ok",label:`API reachable (${g.connection.apiUrl}) \u2014 ${j.length} project(s) visible`})}catch(j){t.push({level:"fail",label:`API call failed: ${j.message.slice(0,120)}`,fix:"/login if auth-related; otherwise check the apiUrl/network"})}let C=S?.projectId??g.project.projectId;if(C&&g.project.workspaceId)try{let j=await mp(P,C,g.project.workspaceId);if(j){let I=(j.workspace_hash??"").replace(/^sha256:/,"").slice(0,12);t.push({level:"ok",label:`Workspace sync manifest: available on ${g.connection.name} (${j.languages?.length??0} language${(j.languages?.length??0)===1?"":"s"}) \xB7 hash ${I||"(none)"}`})}else t.push({level:"warn",label:`Workspace sync manifest: not live on ${g.connection.name} yet`,fix:"No action needed \u2014 sync uses the per-article path until the manifest ships on this environment"})}catch(j){j instanceof xp||/scoped to a (?:specific|different) project|cannot access the requested project/i.test(j.message)?t.push({level:"fail",label:`Project scope: your Document360 session is signed into a different project than this repo expects (${g.project.projectName??C})`,fix:"Run /login and pick this repo's project \u2014 your token is scoped to another project"}):t.push({level:"warn",label:`Workspace sync manifest: probe failed (${j.message.slice(0,80)})`})}}return t}function Ua(e){let t=[""];for(let r of e){let s=r.level==="ok"?A("\u2713"):r.level==="warn"?U("\u26A0"):$("\u2717");t.push(` ${s} ${r.label}${r.detail?f(` \u2014 ${r.detail}`):""}`),r.fix&&t.push(` ${f("fix:")} ${L(r.fix)}`)}let n=e.filter(r=>r.level==="fail").length,o=e.filter(r=>r.level==="warn").length;return t.push(""),t.push(n===0?A(`\u2713 ${o===0?"All checks passed":`Healthy (${o} warning${o===1?"":"s"})`}`):$(`\u2717 ${n} problem${n===1?"":"s"} found`)),t.push(""),t}async function un(e,t){console.log(f("Running checks\u2026"));for(let n of Ua(await Ma(t.cwd)))console.log(n);return{kind:"continue"}}var ao=In(()=>{"use strict";ct();H()});import{Command as wh}from"commander";import{createRequire as kh}from"node:module";import{AUTH_MODES as bh}from"document360-engine";import{input as Kc}from"@inquirer/prompts";import{loginPkce as Xc,refreshTokens as Qc,toStoredTokens as hi,clearTokens as Jc,decodeJwtClaims as mi,isExpired as Zc,loadTokens as eu,saveTokens as gi,resolveActiveProfile as Mn,setProfileProject as tu,readProjectConfig as nu}from"document360-engine";H();import{select as Oc}from"@inquirer/prompts";import{resolveActiveProfile as Lc,setProfileProject as Mc,resolveProjectId as Uc,listWorkspaces as Wc}from"document360-engine";async function Zt(e,t){let n=Lc(e,t),o={profile:n.name,connection:n.connection},r=n.project.projectId??Uc(o);return{workspaces:await Wc(o,r),projectId:r,projectName:n.project.projectName,profile:n.name,environment:n.connection.name,current:n.project.workspaceId}}var ui=e=>`${e.name??e.id}${e.workspace_type?` \xB7 ${e.workspace_type}`:""}`;function er(e,t){let n=t.toLowerCase();return e.find(o=>(o.name??"").toLowerCase()===n)??e.find(o=>(o.name??"").toLowerCase().startsWith(n))??e.find(o=>o.id.startsWith(t))}function _n(e,t,n,o,r){Mc(e,t,{projectId:n,workspaceId:o,workspaceName:r})}async function di(e,t,n){let o;try{o=await Zt(e,n)}catch(s){return console.log($(`Could not list workspaces: ${s.message}`)),1}let r=er(o.workspaces,t);return r?(_n(e,o.profile,o.projectId,r.id,r.name),console.log(A(`\u2713 Workspace set to "${r.name??r.id}" for profile "${o.profile}".`)),0):(console.log($(`No workspace matches "${t}". Available: ${o.workspaces.map(s=>s.name??s.id).join(", ")}`)),1)}async function Et(e,t){let n;try{n=await Zt(e,t)}catch(g){console.log($(`Could not list workspaces: ${g.message}`));return}let{workspaces:o,projectId:r,profile:s,current:l}=n;if(o.length===0){console.log(f("No workspaces found in this project."));return}if(!process.stdin.isTTY){console.log("");for(let g of o)console.log(` ${g.id===l?L("\u25CF"):" "} ${ui(g)} ${f(g.id)}`);console.log(f("Run: d360-writer workspace use <name>"));return}let p=await Oc({message:"Select the Document360 workspace for this repo:",choices:o.map(g=>({name:`${ui(g)}${g.id===l?" (current)":""}`,value:g.id}))}),y=o.find(g=>g.id===p);_n(e,s,r,p,y?.name),console.log(A(`\u2713 Workspace set to "${y?.name??p}" for profile "${s}".`))}H();import{select as Fc}from"@inquirer/prompts";import{resolveActiveProfile as Hc,setProfileProject as qc,listProjects as Bc}from"document360-engine";async function Ge(e,t){let n=Hc(e,t),o={profile:n.name,connection:n.connection};return{projects:await Bc(o),profile:n.name,environment:n.connection.name,current:n.project.projectId}}var pi=e=>`${e.name??e.id}${e.sub_domain?` \xB7 ${e.sub_domain}`:""}`;function tr(e,t){let n=t.toLowerCase();return e.find(o=>(o.name??"").toLowerCase()===n)??e.find(o=>(o.name??"").toLowerCase().startsWith(n))??e.find(o=>o.id.startsWith(t))}function On(e,t,n,o){qc(e,t,{projectId:n,projectName:o,workspaceId:void 0,workspaceName:void 0})}async function fi(e,t,n){let o;try{o=await Ge(e,n)}catch(s){return console.log($(`Could not list projects: ${s.message}`)),1}let r=tr(o.projects,t);return r?(On(e,o.profile,r.id,r.name),console.log(A(`\u2713 Project set to "${r.name??r.id}" for profile "${o.profile}". Next: pick a workspace (d360-writer workspace).`)),0):(console.log($(`No project matches "${t}". Available: ${o.projects.map(s=>s.name??s.id).join(", ")}`)),1)}async function Ln(e,t){let n;try{n=await Ge(e,t)}catch(y){console.log($(`Could not list projects: ${y.message}`));return}let{projects:o,profile:r,current:s}=n;if(o.length===0){console.log(f("No projects found for this identity."));return}if(!process.stdin.isTTY){console.log("");for(let y of o)console.log(` ${y.id===s?L("\u25CF"):" "} ${pi(y)} ${f(y.id)}`);console.log(f("Run: d360-writer project use <name>"));return}let l=await Fc({message:"Select the Document360 project for this repo:",choices:o.map(y=>({name:`${pi(y)}${y.id===s?" (current)":""}`,value:y.id}))}),p=o.find(y=>y.id===l);On(e,r,l,p?.name),console.log(A(`\u2713 Project set to "${p?.name??l}" for profile "${r}". Next: pick a workspace.`))}H();import Gc from"picocolors";function Yc(e=process.env){return e.FORCE_HYPERLINK==="0"||!Gc.isColorSupported?!1:e.FORCE_HYPERLINK?!0:!!(e.WT_SESSION||e.TERM_PROGRAM==="vscode"||e.TERM_PROGRAM==="iTerm.app"||e.TERM_PROGRAM==="WezTerm"||e.TERM_PROGRAM==="ghostty"||e.VTE_VERSION||e.KONSOLE_VERSION)}function Vc(e,t=e,n){return Yc(n)?`\x1B]8;;${e}\x07${t}\x1B]8;;\x07`:t}var zc=/https?:\/\/[^\s\x1b]+/g;function en(e,t){return e.replace(zc,n=>Vc(n,n,t))}function yi(e){return{...mi(e.idToken)??{},...mi(e.accessToken)??{}}}function Un(e){let t=yi(e),n=t.email??t.preferred_username??t.sub??"unknown",o=t.doc360_project_id?` \xB7 project ${t.doc360_project_id}`:"";return`${n}${o}`}async function Wn(e){let t=Mn(process.cwd(),e.profile),n=t.connection;console.log(f(`Profile "${t.name}" \u2192 ${n.name} (${n.apiUrl})${t.production?" \u26A0 PRODUCTION":""}`));let o=await Xc(n,{manual:e.manual,promptForRedirect:s=>Kc({message:s})},s=>console.log(en(s))),r=hi(t.name,o);if(gi(r),await nr(r,t.name,s=>console.log(f(s))),console.log(""),console.log(A(`\u2713 Logged in to "${t.name}" as ${Un(r)}`)),console.log(f(` access token expires: ${r.expiresAt}`)),console.log(f(` refresh token: ${r.refreshToken?"yes":"NO \u2014 session ends at expiry"}`)),process.stdin.isTTY)try{nu(process.cwd())?.profiles?.[t.name]&&(console.log(""),await Et(process.cwd(),t.name))}catch{}}async function nr(e,t,n){let r=yi(e).doc360_project_id;if(!(typeof r!="string"||!r))try{if(Mn(process.cwd(),t).project.projectId)return;let l;try{let{projects:p}=await Ge(process.cwd(),t);l=p.find(y=>y.id===r)?.name}catch{}tu(process.cwd(),t,{projectId:r,projectName:l}),n(` Project "${l??r}" written to profile "${t}".`)}catch{}}async function wi(e){let t=Mn(process.cwd(),e.profile),n=t.connection,o=eu(t.name);if(!o){console.log($(`Not logged in to Document360 (profile "${t.name}").`)),console.log(f(`Run: d360-writer login --profile ${t.name}`)),process.exitCode=1;return}if(console.log(`Profile ${L(t.name)}${t.production?" \u26A0 PRODUCTION":""}: ${Un(o)}`),Zc(o))if(o.refreshToken)try{let r=hi(t.name,await Qc(n,o.refreshToken));gi(r),console.log(A(`\u2713 Session refreshed \u2014 expires ${r.expiresAt}`))}catch(r){console.log(U(`Session expired and refresh failed (${r.message.slice(0,120)})`)),console.log(f(`Run: d360-writer login --profile ${t.name}`)),process.exitCode=1}else console.log(U("Session expired (no refresh token).")),console.log(f(`Run: d360-writer login --profile ${t.name}`)),process.exitCode=1;else console.log(f(` expires: ${o.expiresAt}`))}async function ki(e){let t=Mn(process.cwd(),e.profile);Jc(t.name)?console.log(A(`\u2713 Logged out of Document360 (profile "${t.name}").`)):console.log(f(`No Document360 session for profile "${t.name}" \u2014 nothing to do.`))}H();import{readProjectConfig as bi,writeProjectConfig as ou,resolveActiveProfile as ru,loadTokens as su,isExpired as iu}from"document360-engine";function Fn(e){let t=bi(e);if(!t?.profiles||Object.keys(t.profiles).length===0){console.log($("No profiles in .d360-writer/config.json. Run: d360-writer init")),process.exitCode=1;return}console.log("");for(let[n,o]of Object.entries(t.profiles)){let r=n===t.defaultProfile?L("\u25CF "):" ",s=o.production?U(" \u26A0 PRODUCTION"):"",l=o.connection.environment??"(inline)",p=su(n),y=p?iu(p)&&!p.refreshToken?U("expired"):f("logged in"):f("not logged in");console.log(`${r}${L(n)} \u2192 ${l}${s} [${y}]`)}console.log(""),console.log(f("\u25CF = default. Switch with: d360-writer profile use <name>")),console.log("")}function Hn(e,t){let n=bi(e);if(!n?.profiles?.[t]){let r=n?.profiles?Object.keys(n.profiles).join(", "):"(none \u2014 run init)";console.log($(`Unknown profile "${t}". Available: ${r}`)),process.exitCode=1;return}n.defaultProfile=t,ou(n,e);let o=n.profiles[t].production?U(" \u26A0 PRODUCTION"):"";console.log(A(`\u2713 Default profile is now "${t}"${o}`))}function qn(e,t){try{let n=ru(e,t);console.log(""),console.log(`Profile ${L(n.name)}${n.production?U(" \u26A0 PRODUCTION"):""}`),console.log(f(` api: ${n.connection.apiUrl}`)),console.log(f(` identity: ${n.connection.authorizationUrl}`)),console.log(f(` clientId: ${n.connection.clientId}`)),console.log(f(` scopes: ${n.connection.scopes.join(" ")}`)),console.log(f(` project: ${n.project.projectId??"(set at login)"}`)),console.log(f(` workspace:${n.project.workspaceId?" "+n.project.workspaceId:" (none)"}`)),console.log("")}catch(n){console.log($(n.message)),process.exitCode=1}}H();import{existsSync as au,readdirSync as lu,statSync as xi}from"node:fs";import{join as $i}from"node:path";import{apiLogDir as cu}from"document360-engine";function vi(){let e=cu();if(console.log(""),console.log(`Document360 API logs: ${L(e)}`),!au(e)){console.log(f(" No logs yet \u2014 they appear after the first Document360 API call.")),console.log("");return}let t=lu(e),n=t.filter(r=>r.endsWith(".jsonl")).sort().reverse(),o=t.filter(r=>/^crash-\d{4}-\d{2}-\d{2}\.log$/.test(r)).sort().reverse();n.length===0&&o.length===0&&console.log(f(" No logs yet \u2014 they appear after the first Document360 API call."));for(let r of n.slice(0,14)){let s=(xi($i(e,r)).size/1024).toFixed(1);console.log(` ${r} ${f(`${s} KB`)}`)}if(o.length>0){console.log(""),console.log(`Crash logs ${f("(send these if d360-writer crashed or a run died)")}:`);for(let r of o.slice(0,14)){let s=(xi($i(e,r)).size/1024).toFixed(1);console.log(` ${$(r)} ${f(`${s} KB`)}`)}}console.log(""),console.log(f("Failed calls include request/response bodies (tokens redacted, 4 KB cap).")),console.log(f("Set D360_LOG_BODIES=1 to also log bodies for successful calls.")),console.log("")}H();import{createSession as uu,resolveAuth as du,findByName as pu,slugify as fu,touchSession as mu,upsertSession as hu,resolveActiveProfile as gu}from"document360-engine";async function Ci(e,t,n,o,r,s){let l=du(n);l.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${L("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${L("d360-writer --auth subscription")}`),process.exit(2)),l.kind==="subscription"&&console.error(f("Using your Claude subscription (no API key set)."));let p=null;try{p=gu(e,r)}catch(x){console.error($(`Document360 profile error: ${x.message}`)),process.exit(2)}p.production&&(console.error(U(`\u26A0 Profile "${p.name}" is PRODUCTION.`)),s||(console.error($("Refusing to run against a production profile without --yes.")),process.exit(2)),console.error(f(" --yes given \u2014 proceeding against production.")));let y;if(o){let x=pu(e,o);x||(console.error($(`No saved session matches "${o}" in this repo.`)),console.error(f("List sessions inside the REPL with /resume.")),process.exit(2)),y=x.uuid,console.error(f(`Resuming "${x.name}"`))}let g=uu({cwd:e,resume:y,profileName:r,allowProdWrites:s===!0}),b=y??null,S=1;for await(let x of g.send(t))switch(x.type){case"session":if(!b){b=x.sessionId;let P=new Date().toISOString();hu({uuid:b,name:fu(t),renamed:!1,titled:!1,cwd:e,firstPrompt:t,createdAt:P,updatedAt:P})}break;case"text":process.stdout.write(x.delta);break;case"tool":console.error(ie(` \u2699 ${x.name}`));break;case"result":S=x.ok?0:1,console.error(f(`(${x.inputTokens}\u2192${x.outputTokens} tokens`+(x.costUsd>0?`, $${x.costUsd<.01?x.costUsd.toFixed(4):x.costUsd.toFixed(2)}`:"")+")")),x.ok||console.error($("agent finished with an error result"));break;case"error":console.error(""),console.error($(`agent error: ${x.message}`)),process.exit(1)}b&&mu(b),process.stdout.write(`
|
|
192
|
+
`),process.exit(S)}import{createInterface as Nf}from"node:readline/promises";import{createSession as vs,resolveAuth as If,getSession as _f,setTitle as Of,slugify as Lf,touchSession as xl,upsertSession as Mf,generateTitle as Uf,resolveActiveProfile as $l,resolveModelSetting as Wf,readProjectConfig as Ff,resolveAndPersistAppType as Hf,decodeJwtClaims as kl,isExpired as qf,loadTokens as Bf}from"document360-engine";var Te=[{key:"start",label:"Getting Started",rows:[{t:"text",s:"D360-Writer reads your codebase, generates end-user documentation, and publishes it to Document360."},{t:"text",s:"It needs Claude access \u2014 a Claude subscription (default) or an ANTHROPIC_API_KEY."},{t:"gap"},{t:"sub",s:"Quick start"},{t:"step",n:1,s:"Run /init \u2014 pick your environment, sign in, choose your project & workspace. It ends by printing a one-paste hand-off prompt."},{t:"step",n:2,s:"Paste that prompt into your repo's coding agent (Claude Code / Codex / Cursor). Let it finish, then follow its closing line. (Re-show it: /devhints)"},{t:"step",n:3,s:"Run /doctor to confirm every check is green."},{t:"step",n:4,s:'Type "write the docs for this repository" and follow the prompts.'},{t:"gap"},{t:"dim",s:"That's it \u2014 D360-Writer drafts your docs without you writing a line."},{t:"gap"},{t:"sub",s:"Tips"},{t:"text",s:"Just talk to it \u2014 anything not starting with / goes to the agent."},{t:"dim",s:"/ browses commands \xB7 \u2191 recalls history \xB7 esc interrupts a run \xB7 ctrl+c exits"}]},{key:"agentic",label:"Agentic",rows:[{t:"text",s:"Agentic Mode is designed for applications built using AI coding agents. D360-Writer works alongside your coding agent to continuously create and maintain your user documentation. Think of it as hiring a Technical Writer dedicated to your project."},{t:"gap"},{t:"text",s:"As your coding agent ships new features, it leaves documentation notes for D360-Writer. All you need to do is run the documentation loop."},{t:"gap"},{t:"sub",s:"Every few days"},{t:"cmd",name:"/catch-up --publish",s:"Analyze the latest code changes, read the notes left by your coding agent, update the documentation, and publish the changes."},{t:"dim",s:" (or run /catch-up to review drafts first, then /publish when you're ready)"},{t:"gap"},{t:"sub",s:"Whenever you need"},{t:"cmd",name:"/audit",s:"Preview what has changed and identify missing documentation, without writing or publishing anything."},{t:"cmd",name:"/pull",s:"Bring Document360 down \u2014 pull edits made in the portal and import any new portal articles."},{t:"cmd",name:"/inbox",s:"Review and act on messages left by your coding agent."}]},{key:"assistant",label:"Assistant",rows:[{t:"text",s:"D360-Writer is your writing assistant \u2014 it does the writing, you decide what gets written and when."},{t:"text",s:"Best for large or complex monorepos: focus it on one feature, component, or set of source folders."},{t:"gap"},{t:"sub",s:"Just ask"},{t:"good",s:'"Write the documentation for the Multiple JWT feature we shipped in the latest release."'},{t:"gap"},{t:"sub",s:"Or use the pipeline"},{t:"cmd",name:"/scope",s:"Focus D360-Writer on specific source folders (monorepos)."},{t:"cmd",name:"/draft <feature>",s:"Plan a feature's articles from its PRDs in .d360-writer/input/ + the code."},{t:"cmd",name:"/write",s:"Write the planned articles (--preview shows the plan + cost first)."},{t:"cmd",name:"/publish",s:"Publish the articles to Document360."}]},{key:"shots",label:"Screenshots",rows:[{t:"text",s:"Documenting a web app? D360-Writer marks where an image helps with a <!-- SCREENSHOT --> placeholder."},{t:"text",s:"The companion CLI d360-capture turns those into real, annotated screenshots by driving your app in a browser."},{t:"gap"},{t:"sub",s:"Flow"},{t:"step",n:1,s:"Write your docs as usual \u2014 placeholders are added where visuals help."},{t:"step",n:2,s:"Run /screenshot --all to author capture specs and refresh the capture checklist (data + test-ids the shots need)."},{t:"step",n:3,s:"Stage what the checklist asks for, then run d360-capture in your app's repo \u2014 it signs in, navigates, captures, annotates."},{t:"step",n:4,s:"Re-run /publish so the images go live on Document360."},{t:"gap"},{t:"sub",s:"Helpers"},{t:"cmd",name:"/screenshot --list",s:"See capture status \u2014 which specs exist and which are done."},{t:"cmd",name:"/capture-setup",s:"Re-show the data-staging + test-id checklist (auto-runs after /screenshot --all)."},{t:"gap"},{t:"dim",s:"d360-capture is a separate Playwright CLI \u2014 run it in the app's repo (needs its URL + a login)."}]},{key:"cmds",label:"Commands",rows:[{t:"dim",s:"Grouped by job. Type any command, or just talk to the agent."},{t:"gap"},{t:"sub",s:"Getting started"},{t:"cmd",name:"/init",s:"Set up Document360 (environment, sign-in, project, hand-off prompt)."},{t:"cmd",name:"/login",s:"Sign in to Document360."},{t:"cmd",name:"/project",s:"Choose the Document360 project."},{t:"cmd",name:"/workspace",s:"Switch the workspace."},{t:"cmd",name:"/scope",s:"Choose which repo folders back the docs (monorepos)."},{t:"cmd",name:"/devhints",s:"Re-show the builder hand-off prompt."},{t:"gap"},{t:"sub",s:"Agentic \u2014 keep docs in sync"},{t:"cmd",name:"/catch-up",s:"Do all pending work \u2192 drafts (--publish goes live)."},{t:"cmd",name:"/publish",s:"Publish to Document360 (--all or a path)."},{t:"cmd",name:"/audit",s:"Preview what changed / what's missing."},{t:"cmd",name:"/pull",s:"Pull portal edits + new articles (--status: report only)."},{t:"cmd",name:"/inbox",s:"Act on your coding agent's messages."},{t:"gap"},{t:"sub",s:"Assistant \u2014 directed writing"},{t:"cmd",name:"/draft <feature>",s:"Plan a feature's articles from PRDs + code."},{t:"cmd",name:"/write",s:"Write the planned articles (--preview first)."},{t:"cmd",name:"/preview",s:"Render an article locally."},{t:"gap"},{t:"sub",s:"Screenshots"},{t:"cmd",name:"/screenshot",s:"Author capture specs (--all / --list)."},{t:"gap"},{t:"sub",s:"Setup & health"},{t:"cmd",name:"/model",s:"Set the Claude model."},{t:"cmd",name:"/profile",s:"Switch/create a Document360 connection."},{t:"cmd",name:"/mcp",s:"Connect MCP servers (Notion, Linear, \u2026)."},{t:"cmd",name:"/allow-prod",s:"Authorize writes to a production profile."},{t:"cmd",name:"/doctor",s:"Health check: auth, profile, workspace, API."},{t:"cmd",name:"/update",s:"Update D360-Writer."},{t:"cmd",name:"/reset",s:"Delete all D360-Writer files (confirms first)."},{t:"gap"},{t:"sub",s:"Session"},{t:"cmd",name:"/resume",s:"Resume a saved session."},{t:"cmd",name:"/rename",s:"Name the session."},{t:"cmd",name:"/clear",s:"Reset the conversation (resumable)."},{t:"cmd",name:"/help",s:"Show this help."},{t:"cmd",name:"/exit",s:"Quit."}]}];function yu(e){switch(e.t){case"head":return e.s;case"text":return` ${e.s}`;case"dim":return` ${e.s}`;case"sub":return e.s;case"good":return` ${e.s}`;case"step":return` ${e.n}. ${e.s}`;case"cmd":return` ${e.name.padEnd(20)} ${e.s}`;case"gap":return""}}function Pi(){let e=["document360-writer \u2014 help",""];for(let t of Te){e.push(`\u2500\u2500 ${t.label} \u2500\u2500`,"");for(let n of t.rows)e.push(yu(n));e.push("")}return e.push("Tip: anything not starting with / goes to the agent."),e}async function or(){console.log("");for(let e of Pi())console.log(e);return console.log(""),console.log("Reporting a problem? Run `d360-writer logs` for the API log files."),console.log(""),{kind:"continue"}}H();import{getSession as wu}from"document360-engine";async function Ri(e,t){let n=t.currentUuid(),o=n?wu(n):void 0;return console.log(o?f(`
|
|
193
193
|
(conversation reset \u2014 "${o.name}" is still available via /resume)
|
|
194
194
|
`):f(`
|
|
195
195
|
(conversation reset \u2014 agent will start fresh on the next prompt)
|
|
@@ -252,43 +252,43 @@ Articles:
|
|
|
252
252
|
`),display:`/screenshot ${n.id}`};let r=[`Run the emit-screenshot-spec skill to (re)generate the document360-capture spec for ${n.mode==="scope"?`every <!-- SCREENSHOT --> placeholder in articles under ${n.scope}`:"every <!-- SCREENSHOT --> placeholder across the docs tree (the configured docsDir)"}.`,"Follow that skill exactly for each: read the SCREENSHOT block; read the product source for EXACT routes","and stable data-testid selectors (never guess); enter the prepared context via captureScope(); guard data",`prerequisites with test.skip(reason); write <captureDir>/<id>.spec.ts.${n.setup?" When done, run capture-setup-checklist to refresh CAPTURE-SETUP.md.":""} Report specs written, TODO data-testids, and data to stage.`].join(`
|
|
253
253
|
`),s=n.mode==="scope"?`/screenshot ${n.scope}`:`/screenshot${e[0]?` ${e[0]}`:""}`;return{kind:"forward-to-agent",prompt:r,display:s}}import{existsSync as _p,readFileSync as Op}from"node:fs";import{isAbsolute as Lp,join as Mp,resolve as Up}from"node:path";import{readProjectConfig as Wp,DEFAULT_CAPTURE_DIR as Fp}from"document360-engine";async function dn(){return{kind:"forward-to-agent",prompt:["Run the capture-setup-checklist skill.","","Scan every <!-- SCREENSHOT --> block across the docs tree (the configured docsDir), read each block\u2019s prerequisites,","anchor them to the capture scope keys in .d360-capture.json, then synthesize a deduped, grouped","\u201Cstage this data\u201D checklist and write it to <captureDir>/CAPTURE-SETUP.md. Separate transient/manual","states, flag any spec whose prerequisites are vague, and report the path when done."].join(`
|
|
254
254
|
`),display:"/capture-setup"}}var Ka="-".repeat(64);function rs(e){let t=Fp;try{let b=Wp(e);b?.captureDir&&(t=b.captureDir.replace(/\\/g,"/").replace(/\/+$/,""))}catch{}let n=Lp(t)?Mp(t,"CAPTURE-TESTID-REQUESTS.json"):Up(e,t,"CAPTURE-TESTID-REQUESTS.json");if(!_p(n))return null;let o;try{let b=JSON.parse(Op(n,"utf8").replace(/^/,""));o=Array.isArray(b?.requests)?b.requests:[]}catch{return null}if(o.length===0)return null;let r=new Set(o.map(b=>b.file).filter(Boolean)).size,s=o.length,l=`${s} data-testid attribute${s===1?"":"s"}`,p=`${r} source file${r===1?"":"s"}`,y=`${t}/CAPTURE-TESTID-REQUESTS.md`,g=`${t}/CAPTURE-TESTID-REQUESTS.json`;return[`\u{1F4CB} Developer hand-off \u2014 ${l} requested across ${p}.`,"\u26A0 Do NOT run this prompt here. d360-writer documents code; it does not change it \u2014"," these edits belong in your code repo. Open a SEPARATE terminal in:",` ${e}`," start Claude Code (or your coding agent), and paste everything between the lines."," Tip: run it in plan mode first \u2014 these are a hypothesis to verify, not a verified patch.","",Ka,`Read ${y} and ${g}. They list ${l} that d360-writer THINKS this repo needs for screenshot automation. Treat them as a hypothesis to VERIFY against the source \u2014 not a verified patch list.`,"","For EACH request in the JSON:",'1. Locate the element in THIS repo. Trace it from the route/page, not the feature name. If "anchorVerified" is false, find it by the "element"/"reason" description; otherwise confirm the "anchor" snippet still exists in "file".',"2. If the element already has a data-testid, skip it and note the existing one.","3. Confirm the attribute will reach the DOM: the rendering component must forward unknown props (a {...rest} spread or explicit pass-through). If it is a shared wrapper (e.g. Modal, ContextMenu) that destructures a fixed prop list, a data-testid is silently dropped \u2014 thread it through the component, or report it as needing a code change instead of forcing it.",'4. Only then add data-testid="<testid>" to the verified element. Add nothing else; do not rename, restructure, reformat, or change behaviour.',"","When done, report: which testids you added (file + element), which were already present, which requests were wrong (wrong file/anchor/page) with the correction, and which need threading through a shared component. Never force a request that does not match the source \u2014 flag it instead.",Ka]}ct();H();import{listOpenForDocs as Hp,readProjectConfig as qp}from"document360-engine";function ss(e){try{return Hp(e).length}catch{return 0}}function is(){return["Process the two-way message inbox from the source repo's coding agent (the builder).","","1. Call d360_inbox to list the OPEN messages addressed to you.","2. For each message, act by its kind:",' \u2022 request ("document the X we shipped") \u2192 treat it as a session hand-off: run the document-handoff'," skill \u2014 read what changed, ground it in the cited sources + the architecture brief, then decide and"," apply the RIGHT doc action (new section, new article, update existing, or retire). No fixed shape."," \u2022 answer (a reply to a question you asked; `re` = your question id) \u2192 fold the fact into the affected"," article(s), and into `.d360-writer/architecture/` if it is durable product knowledge.","3. After acting on a message, mark it resolved: edit its file in `.d360-writer/messages/` and set the"," frontmatter `status: done` (add `done_at` with the current UTC time). Never delete the file.","4. Drafts only \u2014 do not publish unless explicitly asked. End with a one-line summary of what you did per"," message (and, for any request you could not fully ground, what you still need)."].join(`
|
|
255
|
-
`)}async function Xa(e,t){let n=t?.cwd??process.cwd();return qp(n)?ss(n)===0?(console.log(f("Inbox empty \u2014 no open messages from the builder. (They arrive via the builder's /devhints hand-off.)")),{kind:"continue"}):{kind:"forward-to-agent",prompt:is(),display:"/inbox"}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}H();import{listOpenHints as Bp,listOpenForDocs as Gp,readProjectConfig as Yp,computeSyncStatus as Vp,planPull as zp,applyPull as Kp}from"document360-engine";function Ut(e){let t=0,n=0,o=0;try{t=Bp(e).length}catch{}try{let r=Gp(e);n=r.filter(s=>s.kind==="request").length,o=r.filter(s=>s.kind==="answer").length}catch{}return{hints:t,requests:n,answers:o}}function Wt(e){let t=[];return e.hints&&t.push(`${e.hints} hint${e.hints===1?"":"s"}`),e.requests&&t.push(`${e.requests} request${e.requests===1?"":"s"}`),e.answers&&t.push(`${e.answers} answer${e.answers===1?"":"s"}`),t.length?t.join(", "):null}function ls(e){return{publish:e.includes("--publish")}}function cs({publish:e}){let t=["Catch the documentation up: process ALL the pending work the builder has queued, end to end.","","1. The portal was already
|
|
256
|
-
`)}var
|
|
257
|
-
`).filter(o=>o.trim()&&/\.md\s*$/.test(o)).length}catch{return 0}}function
|
|
255
|
+
`)}async function Xa(e,t){let n=t?.cwd??process.cwd();return qp(n)?ss(n)===0?(console.log(f("Inbox empty \u2014 no open messages from the builder. (They arrive via the builder's /devhints hand-off.)")),{kind:"continue"}):{kind:"forward-to-agent",prompt:is(),display:"/inbox"}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}H();import{listOpenHints as Bp,listOpenForDocs as Gp,readProjectConfig as Yp,computeSyncStatus as Vp,planPull as zp,applyPull as Kp,planImport as Xp,applyImport as Qp}from"document360-engine";function Ut(e){let t=0,n=0,o=0;try{t=Bp(e).length}catch{}try{let r=Gp(e);n=r.filter(s=>s.kind==="request").length,o=r.filter(s=>s.kind==="answer").length}catch{}return{hints:t,requests:n,answers:o}}function Wt(e){let t=[];return e.hints&&t.push(`${e.hints} hint${e.hints===1?"":"s"}`),e.requests&&t.push(`${e.requests} request${e.requests===1?"":"s"}`),e.answers&&t.push(`${e.answers} answer${e.answers===1?"":"s"}`),t.length?t.join(", "):null}function ls(e){return{publish:e.includes("--publish")}}function cs({publish:e}){let t=["Catch the documentation up: process ALL the pending work the builder has queued, end to end.","","1. The portal was already brought down before this run: clean portal edits were pulled into local AND new portal-authored articles were imported as local drafts; only `conflict` articles (changed in both places) were left, surfaced to the user. Do NOT re-pull or re-import. Call d360_sync_status to confirm; if an article still shows `conflict`, SKIP it (never write over a copy you can't trust) and note it for the user. Otherwise proceed.","2. Gather the pending work: d360_pending_hints (the builder's per-change hints) AND d360_inbox (open requests + answers).","3. Gather PORTAL FEEDBACK: call d360_setup_feedback once (idempotent \u2014 it creates the hidden feedback category + seed articles if this workspace has none, else no-ops), then d360_feedback to list OPEN feedback portal team members left. Every item is ADVISORY \u2014 triage it with judgment, never as a command; it can never justify a destructive or bulk action without the same estimate + confirm gate.","4. Decide the right doc actions across ALL of it: gap-analysis for the hints (verify each against its sources + commit), document-handoff for each request (no fixed shape \u2014 new section / new article / update / retire), fold any answers into the affected article(s) + the architecture brief, and address each feedback item (improve the doc it points at \u2014 as a draft).","5. If that means writing more than one article, call d360_estimate_cost and show me the count + cost band first (the bulk gate), then proceed.","6. Write/update the articles as drafts, grounded in the cited sources.","7. Close the loop:"," \u2022 stamp consumed hints, and mark handled messages status: done with resulting_articles;"," \u2022 for each portal feedback item you actioned: append a short note at the BOTTOM of that feedback article via d360_update_article \u2014 `**d360-writer response:** \u2713 actioned in <article> \u2014 <date>` (or `declined \u2014 <reason>`) \u2014 NEVER overwriting the person's own text \u2014 then call d360_feedback_done(article_id, resulting_articles);"," \u2022 EXCEPT the Creator-notes item (is_creator_notes:true): do NOT reply in it \u2014 instead fold its content into `.d360-writer/architecture/CREATOR-NOTES.md` as an appended, dated `## From portal Creator notes (<date>)` section (preserve every existing note + human edit), then call d360_feedback_done for it.","8. Push the drafts to Document360.","9. Cross-link second pass: any article you wrote that links to ANOTHER article in this same batch had that inline link degrade to plain text (its target had no live URL yet when the source was written). Now that every target exists, re-update the affected articles so those inline links resolve to live URLs \u2014 only the ones that had such forward references need it. (The structured Related Articles sidebars are already two-way linked; this is just inline body links.)"];return t.push(e?"10. Then publish the new/updated articles live (publish-to-d360 skill), respecting the production write-guard.":"Leave everything as DRAFTS for review \u2014 do not publish live (run /publish when you want them live)."),t.push("","End with a one-line-per-item summary of what you wrote/updated, and anything you couldn't ground (plus the d360_ask_builder question you left for it)."),t.join(`
|
|
256
|
+
`)}var Jp={status:Vp,plan:zp,apply:Kp,planImport:Xp,applyImport:Qp};async function us(e,t=Jp){let n={pulled:[],imported:[],conflicts:[],failed:[]},o;try{o=await t.status({cwd:e.cwd,profileName:e.profileName})}catch(r){return n.error=r.message,n}for(let r of o.entries)if(r.status==="conflict"&&r.path)n.conflicts.push(r.path);else if(r.status==="untracked-remote"&&r.articleId)try{let s=await t.planImport({cwd:e.cwd,profileName:e.profileName,articleId:r.articleId});t.applyImport({cwd:e.cwd,profileName:e.profileName},s),n.imported.push(s.path)}catch(s){n.failed.push({path:r.title??r.articleId,error:s.message})}else if(r.status==="remote-ahead"&&r.path)try{let s=await t.plan({cwd:e.cwd,profileName:e.profileName,relPath:r.path});t.apply({cwd:e.cwd,profileName:e.profileName},s),n.pulled.push(r.path)}catch(s){n.failed.push({path:r.path,error:s.message})}return n}var as=(e,t=5)=>`${e.slice(0,t).join(", ")}${e.length>t?`, +${e.length-t} more`:""}`,co=e=>e===1?"":"s";function ds(e){if(e.error)return[`\u26A0 Couldn't check Document360 for portal changes (${e.error.slice(0,100)}) \u2014 proceeding; the agent will re-check.`];let t=[];return e.pulled.length&&t.push(`\u2713 Pulled ${e.pulled.length} portal edit${co(e.pulled.length)} into local: ${as(e.pulled)}`),e.imported.length&&t.push(`\u2713 Imported ${e.imported.length} new portal article${co(e.imported.length)} into local drafts: ${as(e.imported)}`),e.conflicts.length&&t.push(`\u26A0 ${e.conflicts.length} article${co(e.conflicts.length)} changed both locally and in the portal \u2014 left untouched (resolve: /pull <path>): ${as(e.conflicts)}`),e.failed.length&&t.push(`\u26A0 ${e.failed.length} pull/import${co(e.failed.length)} failed \u2014 left for /pull.`),t}async function Qa(e,t){let n=t?.cwd??process.cwd();if(!Yp(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let o=Le(n,t?.profileName);if(!o.ok)return console.log($(o.reason)),{kind:"continue"};let{publish:r}=ls(e);console.log(f("Reconciling with Document360 (pulling any portal changes)\u2026"));let s=await us({cwd:n,profileName:t?.profileName});for(let p of ds(s))console.log(p.startsWith("\u2713")?A(p):p.startsWith("\u2139")?f(p):U(p));let l=Wt(Ut(n));return console.log(f(l?`Catching up on ${l}\u2026`:"Checking for code changes the builder didn't hint\u2026")),{kind:"forward-to-agent",prompt:cs({publish:r}),display:`/catch-up${r?" --publish":""}`}}H();import{spawn as Zp}from"node:child_process";var pt="document360-writer",uo=`npm i -g ${pt}@latest`;async function po(){let e=process.platform==="win32";return new Promise(t=>{try{let n=Zp(`npm i -g ${pt}@latest`,{stdio:"ignore",shell:!0,detached:!e,windowsHide:!0});n.on("error",o=>t({ok:!1,output:String(o)})),n.on("close",o=>t({ok:o===0,output:""})),e||n.unref()}catch(n){t({ok:!1,output:String(n)})}})}async function Ja(){return console.log(f(`Updating ${pt}\u2026`)),(await po()).ok?console.log(A("\u2713 Updated. Exit (/exit) and relaunch d360-writer to apply.")):console.log($(`Update failed \u2014 run manually: ${uo}`)),{kind:"continue"}}H();ct();import{existsSync as ps,rmSync as ef}from"node:fs";import{basename as Za,resolve as fs}from"node:path";import{execFileSync as tf}from"node:child_process";import{input as nf}from"@inquirer/prompts";import{readProjectConfig as of,devHintsGuidePath as rf}from"document360-engine";var sf=[".d360-writer.json",".d360-writer","d360-category-map.json",".d360-capture.json",".d360-capture-cache"],af=new Set([".d360-writer.json","d360-category-map.json",".d360-capture.json",".d360-capture-cache"]),fo=e=>(e??"").replace(/\\/g,"/").replace(/\/+$/,""),el=e=>e===".d360-writer"||e.startsWith(".d360-writer/");function tl(e){let t=fo(e);return t===""||t.startsWith("..")||t.startsWith("/")||/^[a-zA-Z]:/.test(t)?!1:el(t)?!0:af.has(t)}function ms(e){let t=null;try{t=of(e)}catch{t=null}let n=new Set(sf);for(let o of[fo(t?.docsDir),fo(t?.captureDir),fo(t?.outputDir)])o&&el(o)&&n.add(o);return[...n].filter(o=>tl(o)&&ps(fs(e,o)))}function hs(e,t){let n=[],o=[];for(let r of t){if(!tl(r)){o.push({path:r,error:"refused \u2014 outside .d360-writer/ (protected)"});continue}try{ef(fs(e,r),{recursive:!0,force:!0}),n.push(r)}catch(s){o.push({path:r,error:s.message})}}return{removed:n,failed:o}}function nl(e,t){try{return tf("git",["status","--porcelain","--",t],{cwd:e,encoding:"utf8",stdio:["ignore","pipe","ignore"]}).split(`
|
|
257
|
+
`).filter(o=>o.trim()&&/\.md\s*$/.test(o)).length}catch{return 0}}function lf(e){return nl(e,".d360-writer/hints")}function cf(e){return nl(e,".d360-writer/messages")}function gs(e,t){if(t.length===0)return["Nothing to reset \u2014 no d360-writer files found in this repo."];let n=lf(e),o=cf(e),r=ps(fs(e,"user-docs"));return["\u26A0 This permanently DELETES everything d360-writer created here:",...t.map(s=>` \u2022 ${s}`),"",...n>0?[`\u26A0 ${n} doc hint(s) under .d360-writer/hints/ are not committed \u2014 commit them first or they're gone.`]:[],...o>0?[`\u26A0 ${o} message(s) under .d360-writer/messages/ are not committed \u2014 commit them first or they're gone.`]:[],...r?["Note: a repo-root user-docs/ is NOT touched (only .d360-writer/ is removed)."]:[],"Undo = git: committed files are restorable; untracked ones (most screenshots) are gone.",`To confirm, type the repo name: ${Za(e)}`]}async function ol(e,t){let n=ms(t.cwd);for(let y of gs(t.cwd,n))console.log(n.length===0?f(y):y);if(n.length===0)return{kind:"continue"};let o=Za(t.cwd);if((await t.withPausedInput(()=>nf({message:`Type "${o}" to delete (anything else cancels):`}).catch(()=>""))).trim()!==o)return console.log(U("Reset cancelled \u2014 nothing deleted.")),{kind:"continue"};let s=ps(rf(t.cwd)),{removed:l,failed:p}=hs(t.cwd,n);console.log(A(`\u2713 Reset complete \u2014 removed ${l.length} item${l.length===1?"":"s"}. The repo is back to its original state.`));for(let y of p)console.log($(` \u2717 ${y.path}: ${y.error}`));if(s){for(let y of Kn())console.log(y);console.log(f("(Select and copy the prompt above to paste into your coding agent.)"))}return console.log(f("Set up d360-writer again with /init (then /login, /workspace).")),{kind:"continue"}}H();import{lintDocs as uf}from"document360-engine";function mo(e){if(e.length===0)return["\u2713 No issues found \u2014 no leaked internals, unknown commands, stale version facts, or AI-tells in the docs."];let t=new Map;for(let o of e){let r=t.get(o.path)??[];r.push(o),t.set(o.path,r)}let n=[`\u26A0 ${e.length} doc issue${e.length===1?"":"s"} in ${t.size} article${t.size===1?"":"s"} (leaked internals / unknown commands / stale facts / AI-tells):`];for(let[o,r]of t){n.push(` ${o}`);for(let s of r)n.push(` L${s.line}: "${s.term}" \u2014 ${s.message}`)}return n}function ys(e){let t=new Map;for(let o of e){let r=t.get(o.path)??[];r.push(o),t.set(o.path,r)}return["The documentation quality check found issues in already-written articles. FIX each one by EDITING the","article in place \u2014 do not rewrite whole articles, just resolve the flagged problems. Ground every change","in the actual product source (the authoritativeSourceFiles); never invent.","","How to fix, by issue type:","- internal-leak (an agent codename, an internal skill name, or a d360_* tool name): this is the"," documentation engine's own machinery and must NOT appear in user docs. Reword the sentence to describe"," the behavior in plain user terms, or delete the internal aside. Do NOT swap it for another internal term.","- unknown-command: the named /command or --flag does not exist in the product source. Find the correct"," command/flag in the source and use it; if there is no real equivalent, remove the claim.","- stale-fact: the version contradicts the product's package.json engines \u2014 correct it to the real value.","- ai-tell: a machine-sounding buzzword (e.g. delve, leverage, furthermore, robust). Rewrite the phrase in"," plain, direct developer language; preserve the meaning; do NOT swap one buzzword for another.","","Rules: edit ONLY the listed articles; do not touch others; do not publish; introduce no new internal","nouns, invented commands, or wrong facts. When done, every listed issue should be gone.","","Issues:",[...t.entries()].map(([o,r])=>[o,...r.map(s=>` - L${s.line} [${s.kind}]: "${s.term}" \u2014 ${s.message}`)].join(`
|
|
258
258
|
`)).join(`
|
|
259
259
|
`)].join(`
|
|
260
|
-
`)}async function rl(e,t){let n=e.includes("--fix"),o=e.find(l=>!l.startsWith("--")),r=o?` ${o}`:"",s=
|
|
261
|
-
`);return{prompt:
|
|
262
|
-
`),display:`/reorder${n?` ${n}`:""}`}}async function cl(e,t){let n=ks(t.cwd,e);return n?{kind:"forward-to-agent",prompt:n.prompt,display:n.display}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}H();import{readProjectConfig as
|
|
263
|
-
`).trimEnd();if(!r)return{lines:["(no output)"],hidden:0};if(n?.startsWith("mcp__document360__")){let l=
|
|
264
|
-
`);return{lines:s.slice(0,t).map(l=>ke(l,$s)),hidden:Math.max(0,s.length-t)}}function yo(e,t,n,o="en"){return`${e.replace(/\/$/,"")}/${t}/document/v1/${o}/${n}`}function wo(e,t){if(typeof e.article_id=="string"&&e.article_id)return e.article_id;try{let n=JSON.parse(t),r=(Array.isArray(n)?n[0]:n)?.id;return typeof r=="string"&&r?r:null}catch{return null}}function ko(e){try{let t=JSON.parse(e),o=(Array.isArray(t)?t[0]:t)?.url;return typeof o=="string"&&/^https?:\/\//.test(o)?o:null}catch{return null}}var
|
|
265
|
-
|
|
266
|
-
`),console.log(`${A("\u25CF")} ${Re(s.title)}${s.arg!==null?ie(`${s.sep}(${s.arg})`):""}`),r.set(e.id,{name:e.name,input:e.input}));break}case"article_diff":{let s=ut(e.oldContent,e.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!s)break;let l=p=>p===1?"":"s";console.log(ie(` \u23BF Added ${s.added} line${l(s.added)}, removed ${s.removed} line${l(s.removed)}`));for(let p of s.lines)console.log(p);s.hidden>0&&console.log(f(` \u2026 +${s.hidden} more diff lines`));break}case"tool_result":{let s=r.get(e.id);if(!s)break;r.delete(e.id);let l=go(e.output,4,e.isError?void 0:s.name,s.input),p=e.isError?$:ie;l.lines.forEach((y,g)=>console.log(p((g===0?" \u23BF ":" ")+y))),l.hidden>0&&console.log(f(` \u2026 +${l.hidden} lines`)),e.isError||
|
|
267
|
-
`),console.log(f(` (${e.inputTokens}\u2192${e.outputTokens} tokens`+(e.costUsd>0?`, $${e.costUsd<.01?e.costUsd.toFixed(4):e.costUsd.toFixed(2)}`:"")+")")),console.log(""),t.uuid&&(xl(t.uuid),t.titleFired||
|
|
268
|
-
`),o=!1;for(let r=0;r<n.length&&!t.closed;r++){let s=n[r];if(!t.cueSeen){
|
|
269
|
-
`)}import{existsSync as
|
|
270
|
-
\u2190/\u2192 or tab switch \xB7 1-5 jump \xB7 esc close`})]})}var
|
|
271
|
-
`)){let l=s.trim().replace(
|
|
272
|
-
`)}function ql(e){if(!e.ready)return{kind:"idle"};let t=!!e.pendingText;if(!e.hasDocs)return{kind:"noDocs",note:
|
|
260
|
+
`)}async function rl(e,t){let n=e.includes("--fix"),o=e.find(l=>!l.startsWith("--")),r=o?` ${o}`:"",s=uf({cwd:t.cwd,scope:o});if(n)return s.length===0?(console.log(A("\u2713 Nothing to fix \u2014 the docs are already clean.")),{kind:"continue"}):(console.log(f(`Fixing ${s.length} doc issue${s.length===1?"":"s"} (run /check again after to confirm)\u2026`)),{kind:"forward-to-agent",prompt:ys(s),display:`/check${r} --fix`});console.log(f("Linting the docs (engine internals, unknown commands, stale facts, AI-tells)\u2026"));for(let l of mo(s))console.log(s.length===0?A(l):U(l));return s.length>0&&console.log(f("Run /check --fix to have the agent correct these.")),console.log(""),{kind:"continue"}}H();import{lintDocs as gf,loadStyleGuide as yf,buildReviewPrompt as wf,readProjectConfig as kf,DEFAULT_DOCS_DIR as bf}from"document360-engine";H();import{readProjectConfig as df,loadProfileMap as pf,resolveActiveProfile as ff,desiredCategoryOrder as mf,desiredArticleOrder as hf}from"document360-engine";function sl(e){let t=e.replace(/\.(md|markdown)$/i,"").replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return t?t.charAt(0).toUpperCase()+t.slice(1):e}var il=e=>e.replace(/\\/g,"/").split("/").pop()??e;function pn(e,t){try{if(!df(e))return[];let n=ff(e,t),o=pf(e,n.name);if(!o)return[];let r=new Map;for(let l of hf(o)){let p=r.get(l.categoryPath);p?p.push(l):r.set(l.categoryPath,[l])}let s=[];for(let l of mf(o)){s.push(sl(il(l.path)));for(let p of(r.get(l.path)??[]).sort((y,g)=>y.order-g.order))s.push(` ${sl(il(p.path))}`)}return s}catch{return[]}}async function al(e,t){let n=pn(t.cwd,t.profileName);if(n.length===0)return console.log(f("No documentation structure yet \u2014 run /init and author some articles first.")),{kind:"continue"};console.log(L("Documentation order (categories \u2192 articles):"));for(let o of n)console.log(o);return console.log(""),{kind:"continue"}}function ws(e,t){let n=kf(e);if(!n)return null;let o=(n.docsDir??bf).replace(/\\/g,"/").replace(/\/+$/,""),r=t.includes("--fix"),s=t.find(b=>!b.startsWith("--"))?.replace(/\\/g,"/").replace(/\/+$/,""),l=gf({cwd:e}),p=s?l.filter(b=>b.path===`${o}/${s}`||b.path.startsWith(`${o}/${s}/`)):l,y=s?"":pn(e).join(`
|
|
261
|
+
`);return{prompt:wf({docsRoot:o,scope:s,styleGuide:yf(e),deterministicFindings:p,fix:r,structure:y||void 0}),display:`/review${s?` ${s}`:""}${r?" --fix":""}`}}async function ll(e,t){let n=ws(t.cwd,e);return n?{kind:"forward-to-agent",prompt:n.prompt,display:n.display}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}H();import{readProjectConfig as xf}from"document360-engine";function ks(e,t){if(!xf(e))return null;let n=t.find(r=>!r.startsWith("--"));return{prompt:[`Reorder the articles within ${n?`the "${n}" category`:"each category"} to the best reading order.`,"Follow the manage-structure skill: decide the ideal order with senior-editor judgment per the doc-genre","playbook (overview / mental-model first; reference and troubleshooting/FAQ last), then APPLY it with the","d360_reorder_articles tool \u2014 one category at a time, all paths in the same category folder. Do not rename","files or edit the map by hand; the tool handles it. Report the new order, and remind me it reaches","Document360 on the next /publish."].join(`
|
|
262
|
+
`),display:`/reorder${n?` ${n}`:""}`}}async function cl(e,t){let n=ks(t.cwd,e);return n?{kind:"forward-to-agent",prompt:n.prompt,display:n.display}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}H();import{readProjectConfig as $f,writeProjectConfig as ul,isAppType as vf,playbookSkillName as Cf,detectAppType as dl}from"document360-engine";var pl=["web","cli","service","library"],Pf=new Set(["web","cli"]);function bs(e){return Pf.has(e)?`${Cf(e)} will load`:`no ${e}-doc-playbook exists yet \u2014 generic skills apply`}async function fl(e,t){let n=t.cwd,o=$f(n);if(!o)return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let r=e[0]?.trim().toLowerCase();if(!r){let s=o.appType??dl(n);if(s){let l=o.appType?"set in config":"auto-detected";console.log(`${L("Genre:")} ${s} (${l}) \u2014 ${bs(s)}`)}else console.log(U("Genre: unclassified \u2014 no doc-type playbook is loading."));return console.log(f(`Set it: /genre <${pl.join("|")}> \xB7 revert to auto-detect: /genre auto`)),{kind:"continue"}}if(r==="auto"||r==="clear"){if(!o.appType)return console.log(f("Already on auto-detect (no genre set in config).")),{kind:"continue"};let{appType:s,...l}=o;ul(l,n);let p=dl(n);return console.log(A(`\u2713 Genre reset to auto-detect \u2014 now: ${p?`${p} (${bs(p)})`:"unclassified (no playbook)"} (applies from your next command).`)),{kind:"continue"}}return vf(r)?(ul({...o,appType:r},n),console.log(A(`\u2713 Genre set to ${r} \u2014 ${bs(r)} (applies from your next command).`)),{kind:"continue"}):(console.log($(`Unknown genre "${r}". Choose one of: ${pl.join(", ")} (or "auto" to revert to detection).`)),{kind:"continue"})}var ml={help:or,"?":or,clear:Ri,exit:rr,quit:rr,init:cr,mcp:Jn,publish:ia,audit:ln,scope:la,pull:ha,convert:ga,write:ba,draft:Pa,document:Ra,resume:Da,rename:ja,profile:Ea,model:_a,doctor:un,workspace:Fa,project:Ha,"allow-prod":qa,login:Ba,logout:Ga,screenshot:lo,"capture-setup":dn,devhints:Ni,inbox:Xa,"catch-up":Qa,update:Ja,reset:ol,check:rl,review:ll,reorder:cl,structure:al,genre:fl};function hl(e){let t=e.trim();if(!t.startsWith("/"))return null;let n=t.slice(1).split(/\s+/),o=(n[0]??"").toLowerCase();return o?{name:o,args:n.slice(1)}:null}ct();H();var Rf={Bash:"command",PowerShell:"command",Read:"file_path",Write:"file_path",Edit:"file_path",NotebookEdit:"notebook_path",Glob:"pattern",Grep:"pattern",WebFetch:"url",WebSearch:"query",Agent:"description",Task:"description",Skill:"skill"},yl=160,$s=200,wl=40;function ke(e,t){let n=e.replace(/\s+/g," ").trim();return n.length<=t?n:n.slice(0,t-1)+"\u2026"}function gl(e){let t=Object.entries(e).filter(([,o])=>o!=null&&o!=="");if(t.length===0)return null;let n=t.slice(0,4).map(([o,r])=>`${o}: ${ke(typeof r=="string"?r:JSON.stringify(r),wl)}`);return t.length>4&&n.push("\u2026"),ke(n.join(", "),yl)}var ze=e=>typeof e=="string"&&e?e:null,xs=e=>typeof e=="string"&&e.length>=8?e.slice(0,8):null;function Tf(e){let t=ze(e)?.replace(/\\/g,"/");if(!t)return null;let n=t.split("/").filter(Boolean);if(n.length<2)return null;let o=n[n.length-2],r=o.replace(/^\d+[-_.]/,"").split(/[-_]/).filter(Boolean);return r.length===0?o:r.map(s=>s.charAt(0).toUpperCase()+s.slice(1)).join(" ")}function Sf(e,t){let n=(o,r)=>({title:`Document360: ${o}`,sep:" ",arg:r});switch(e){case"d360_create_article":{let o=ze(t.title);if(!o)return null;let r=Tf(t.local_path);return n("Create article",`"${ke(o,60)}"${r?` in ${r}`:""}`)}case"d360_update_article":{let o=ze(t.title),r=xs(t.article_id);return n("Update article",o?`"${ke(o,60)}"`:r?`id ${r}\u2026`:null)}case"d360_fork_article":return n("Fork article (new draft)",xs(t.article_id)?`id ${xs(t.article_id)}\u2026`:null);case"d360_publish_article":{let o=t.version_number;return n("Publish article LIVE",typeof o=="number"?`v${o}`:null)}case"d360_unpublish_article":return n("Unpublish article",null);case"d360_create_category":return n("Create category",ze(t.name)?`"${ke(ze(t.name),60)}"`:null);case"d360_upload_drive_file":{let o=ze(t.file_path);return n("Upload image",o?ke(o.replace(/\\/g,"/").split("/").pop()??o,60):null)}case"d360_sync_status":return n("Check sync status",null);default:return null}}function ho(e,t){if(e==="ToolSearch")return null;if(e.startsWith("mcp__")){let[,r="",...s]=e.split("__"),l=s.join("__");if(r==="document360"){let g=Sf(l,t);if(g)return g}let p=l.replace(/^d360_/,"").replace(/_/g," ");return{title:`${r==="document360"?"Document360":r.charAt(0).toUpperCase()+r.slice(1)}: ${p}`,sep:" ",arg:gl(t)}}let n=Rf[e],o=n?t[n]:void 0;return typeof o=="string"&&o?{title:e,sep:"",arg:ke(o,yl)}:{title:e,sep:"",arg:gl(t)}}function Df(e){if(e===null||typeof e!="object")return typeof e=="string"?e:null;let t=e;for(let n of["name","title","slug","id"])if(typeof t[n]=="string"&&t[n])return t[n];return null}function jf(e){if(!/^[[{]/.test(e))return null;let t;try{t=JSON.parse(e)}catch{return null}if(Array.isArray(t)){let n=t.map(Df).filter(r=>r!==null),o=`${t.length} item${t.length===1?"":"s"}`;return n.length===0?[o]:[o,...n.map(r=>ke(r,$s))]}if(t!==null&&typeof t=="object"){let n=Object.entries(t).filter(([,o])=>o!==null&&(typeof o=="string"||typeof o=="number"||typeof o=="boolean")).slice(0,6).map(([o,r])=>`${o}: ${ke(String(r),wl)}`);return n.length>0?[ke(n.join(" \xB7 "),$s)]:null}return null}function Af(e){let t=ze(e)?.replace(/\\/g,"/");if(!t)return null;let n=t.split("/").filter(Boolean);return n.length>1?n.slice(1).join("/"):t}function Ef(e,t,n){switch(e){case"d360_create_article":{let o=Af(t?.local_path);return[`\u2713 draft created${o?` \xB7 ${o}`:""}`]}case"d360_update_article":return["\u2713 draft updated"];case"d360_fork_article":return["\u2713 forked to a new draft"];case"d360_publish_article":return["\u2713 PUBLISHED LIVE \u2014 visible to readers"];case"d360_unpublish_article":return["\u2713 reverted to draft (removed from readers)"];case"d360_create_category":{let o=ze(t?.name);return[`\u2713 category created${o?` \xB7 "${o}"`:""}`]}case"d360_upload_drive_file":{let o=n.match(/https?:\/\/\S+/);return[`\u2713 uploaded${o?` \xB7 ${ke(o[0],120)}`:""}`]}default:return null}}function go(e,t=4,n,o){let r=e.replace(/\r\n/g,`
|
|
263
|
+
`).trimEnd();if(!r)return{lines:["(no output)"],hidden:0};if(n?.startsWith("mcp__document360__")){let l=Ef(n.slice(18),o,r);if(l)return{lines:l,hidden:0}}let s=jf(r)??r.split(`
|
|
264
|
+
`);return{lines:s.slice(0,t).map(l=>ke(l,$s)),hidden:Math.max(0,s.length-t)}}function yo(e,t,n,o="en"){return`${e.replace(/\/$/,"")}/${t}/document/v1/${o}/${n}`}function wo(e,t){if(typeof e.article_id=="string"&&e.article_id)return e.article_id;try{let n=JSON.parse(t),r=(Array.isArray(n)?n[0]:n)?.id;return typeof r=="string"&&r?r:null}catch{return null}}function ko(e){try{let t=JSON.parse(e),o=(Array.isArray(t)?t[0]:t)?.url;return typeof o=="string"&&/^https?:\/\//.test(o)?o:null}catch{return null}}var Gf=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Yf(e,t,n,o){if(Gf.test(e))try{let r=$l(o),s=typeof t.project_id=="string"&&t.project_id||r.project.projectId,l=wo(t,n),p=ko(n);e.endsWith("publish_article")&&p&&console.log(L(` \u2B95 Live: ${p}`)),l&&s&&console.log(L(` \u2B95 Preview: ${yo(r.connection.portalUrl,s,l,r.project.languageCode??"en")}`))}catch{}}async function vl(e=process.cwd(),t="auto",n){let o=If(t);o.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(""),console.error(` ${L("export ANTHROPIC_API_KEY=sk-ant-...")} (macOS / Linux)`),console.error(` ${L('$env:ANTHROPIC_API_KEY="sk-ant-..."')} (PowerShell)`),console.error(""),console.error(`Get a key at ${L("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${L("d360-writer --auth subscription")}`),console.error(""),process.exit(2)),Vf(e,n),o.kind==="subscription"&&(o.stored?console.log(f(" Using your Claude subscription (no API key set).")):console.log(f(" No API key or stored Claude Code login found \u2014 trying your Claude session anyway.")),console.log(""));let r=!1,s=vs({cwd:e,profileName:n,allowProdWrites:r}),l={uuid:null,firstPrompt:null,titleFired:!1},p=Nf({input:process.stdin,output:process.stdout}),y=[],g=null,b=!1;p.on("line",P=>{if(g){let C=g;g=null,C(P)}else y.push(P)}),p.on("close",()=>{if(b=!0,g){let P=g;g=null,P(null)}});function S(){return y.length>0?Promise.resolve(y.shift()):b?Promise.resolve(null):(process.stdout.write(L("> ")),new Promise(P=>{g=P}))}let x={cwd:e,profileName:n,allowProdWrites:()=>r,restartAgent:()=>{s.close(),s=vs({cwd:e,profileName:n,allowProdWrites:r}),l={uuid:null,firstPrompt:null,titleFired:!1}},currentUuid:()=>l.uuid,setPendingName:P=>{l.pendingName=P},setModel:async P=>s.setModel(P),withPausedInput:async P=>{p.pause();try{return await P()}finally{p.resume()}}};try{for(;;){let P=await S();if(P===null)break;let C=P.trim();if(C){if(C.startsWith("/")){let j=hl(C);if(!j)continue;let I=ml[j.name];if(!I){console.log($(`Unknown command: /${j.name}`)),console.log(f("Type /help for the list."));continue}let W=await I(j.args,x);if(W.kind==="exit")break;if(W.kind==="clear"){x.restartAgent();continue}if(W.kind==="allow-prod"){r=!0,x.restartAgent(),console.log(A("\u2713 Production writes authorized for this session.")),console.log("");continue}if(W.kind==="resume"){s.close(),s=vs({cwd:e,resume:W.uuid,profileName:n,allowProdWrites:r});let J=_f(W.uuid);l={uuid:W.uuid,firstPrompt:J?.firstPrompt??null,titleFired:!0},xl(W.uuid),console.log(A(`\u2713 Resumed "${W.name}"`)),console.log("");continue}W.kind==="forward-to-agent"&&(l.firstPrompt||(l.firstPrompt=W.display??W.prompt),await bl(s,W.prompt,o,l,e));continue}l.firstPrompt||(l.firstPrompt=C),await bl(s,C,o,l,e)}}}finally{s.close(),p.close()}}function Vf(e,t){console.log(""),console.log(Jt("document360-writer")),console.log(f(` cwd: ${e}`));let n=Wf(e);if(console.log(f(` model: ${n.model??"auto (engine right-sizes per task)"}${n.model?` (${n.source})`:""}`)),console.log(zf(e,t)),!Ff(e))console.log(U(" First run: /init (scaffolds config + prints the builder hand-off prompt) \u2192 /login, then ask me to write the docs."));else{try{Vn(e);for(let o of zn(e))console.log(U(` ${o}`))}catch{}try{let o=Hf(e);o.persisted&&o.appType?console.log(f(` \u2713 Detected a ${o.appType} app \u2014 enabled the ${o.appType}-doc-playbook (change with /genre).`)):o.source==="unknown"&&console.log(U(" Couldn't classify this repo \u2014 run /genre <web|cli|service|library> so the docs use the right playbook."))}catch{}try{let o=Wt(Ut(e));o&&console.log(U(` \u{1F4CB} ${o} from the repo's coding agent \u2014 run /catch-up.`))}catch{}}console.log(f(" Type a prompt, or /help for slash commands. /exit to quit.")),console.log("")}function zf(e,t){try{let n=$l(e,t),o=n.production?U(" \u26A0 PRODUCTION"):"",r=Bf(n.name);if(!r)return f(` Document360: profile "${n.name}"${o} \u2014 not logged in (d360-writer login)`);let s={...kl(r.idToken)??{},...kl(r.accessToken)??{}},l=s.email??s.preferred_username??"signed in";return qf(r)&&!r.refreshToken?U(` Document360: profile "${n.name}"${o} \u2014 session expired (d360-writer login)`):f(` Document360: ${l} \xB7 profile "${n.name}"${o}`)}catch(n){return f(` Document360: ${n.message.split(".")[0]}`)}}function Kf(){console.error(""),console.error(`Sign in with your Claude subscription: run ${L("claude")} once, then retry.`),console.error(` (No Claude Code? ${L("npm install -g @anthropic-ai/claude-code")})`),console.error(`Or set an API key: ${L("https://console.anthropic.com/settings/keys")}`)}function Xf(e,t,n){e.uuid=t;let o=new Date().toISOString(),r=e.pendingName;Mf({uuid:t,name:r??Lf(e.firstPrompt??"session"),renamed:!!r,titled:!1,cwd:n,firstPrompt:e.firstPrompt??"",createdAt:o,updatedAt:o}),e.pendingName=null}function Qf(e,t){e.titleFired=!0;let n=e.uuid,o=e.firstPrompt;!n||!o||Uf(o,t).then(r=>{r&&Of(n,r)}).catch(()=>{})}async function bl(e,t,n,o,r){let s=new Map;for await(let l of e.send(t))Jf(l,o,r,n,s)}function Jf(e,t,n,o,r){switch(e.type){case"session":t.uuid||Xf(t,e.sessionId,n);break;case"text":process.stdout.write(e.delta);break;case"tool":{let s=ho(e.name,e.input);s&&(process.stdout.write(`
|
|
265
|
+
|
|
266
|
+
`),console.log(`${A("\u25CF")} ${Re(s.title)}${s.arg!==null?ie(`${s.sep}(${s.arg})`):""}`),r.set(e.id,{name:e.name,input:e.input}));break}case"article_diff":{let s=ut(e.oldContent,e.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!s)break;let l=p=>p===1?"":"s";console.log(ie(` \u23BF Added ${s.added} line${l(s.added)}, removed ${s.removed} line${l(s.removed)}`));for(let p of s.lines)console.log(p);s.hidden>0&&console.log(f(` \u2026 +${s.hidden} more diff lines`));break}case"tool_result":{let s=r.get(e.id);if(!s)break;r.delete(e.id);let l=go(e.output,4,e.isError?void 0:s.name,s.input),p=e.isError?$:ie;l.lines.forEach((y,g)=>console.log(p((g===0?" \u23BF ":" ")+y))),l.hidden>0&&console.log(f(` \u2026 +${l.hidden} lines`)),e.isError||Yf(s.name,s.input,e.output,n);break}case"result":process.stdout.write(`
|
|
267
|
+
`),console.log(f(` (${e.inputTokens}\u2192${e.outputTokens} tokens`+(e.costUsd>0?`, $${e.costUsd<.01?e.costUsd.toFixed(4):e.costUsd.toFixed(2)}`:"")+")")),console.log(""),t.uuid&&(xl(t.uuid),t.titleFired||Qf(t,n));break;case"error":console.error(""),console.error($(`agent error: ${e.message}`)),o.kind==="subscription"&&e.kind==="auth"&&Kf();break}}import{render as mh}from"ink";import{resolveAuth as hh}from"document360-engine";import{useCallback as z,useEffect as be,useMemo as Ds,useRef as Q,useState as q}from"react";import{Box as ne,Text as D,useApp as gm,useInput as ym,useStdout as wm}from"ink";import{existsSync as Ke,readFileSync as js,readdirSync as Eo}from"node:fs";import{spawnSync as km}from"node:child_process";import{basename as mn,isAbsolute as bm,join as mt}from"node:path";import{createSession as Zl,classifyClaudeAuth as Is,CLAUDE_CODE_SETUP_HINT as xm,loginPkce as $m,toStoredTokens as vm,saveTokens as Cm,getAccessToken as Pm,resolveActiveProfile as pe,resolveProjectId as Rm,getArticle as Tm,decodeJwtClaims as Ht,isExpired as We,loadTokens as Xe,clearTokens as Sm,clearProfileProject as Dm,setTitle as jm,slugify as Am,touchSession as As,upsertSession as Em,generateTitle as ec,findByName as Nm,listSessions as Im,renameSession as _m,suggestNextAction as Om,readProjectConfig as Z,writeProjectConfig as tc,resolveAndPersistAppType as Lm,resolveModelSetting as _s,loadProfileMap as Ao,applyPull as Mm,computeSyncStatus as nc,countLocalAhead as Um,lintDocs as oc,compareRemoteSources as Wm,planPull as Fm,establishBaselines as Hm,rebaselineServerMeta as qm,inventoryRepo as Bm,knownEnvironments as Gm,resolveEnvironment as Ym,planPartitions as Es,partitionEvenly as Vm,screenshotPlaceholderIds as zm,trackedArticlePaths as Km,runPartitioned as So,estimateBulkCost as rc,resolveModelForOperation as Do,readDocsPlan as sc,checkForUpdate as Xm,detectInstallKind as Qm,isSelfUpdatable as Jm,devHintsGuidePath as Os,toolFeedbackPath as Zm,reconcileToolFeedback as eh,DEFAULT_DOCS_DIR as hn,setProfileProject as th,writeCrashLog as nh,applyStructureOrder as ic,orderSyncLine as ac,applyRelatedArticles as lc,relatedSyncLine as cc}from"document360-engine";ct();import{spawn as Cl}from"node:child_process";function Zf(){return process.platform==="win32"?[["clip",[]]]:process.platform==="darwin"?[["pbcopy",[]]]:[["wl-copy",[]],["xclip",["-selection","clipboard"]],["xsel",["--clipboard","--input"]]]}function em(e,t,n){return new Promise(o=>{try{let r=process.platform==="win32"?Cl([e,...t].join(" "),{stdio:["pipe","ignore","ignore"],shell:!0}):Cl(e,t,{stdio:["pipe","ignore","ignore"]});r.on("error",()=>o(!1)),r.on("close",l=>o(l===0)),r.stdin?.on("error",()=>o(!1));let s=process.platform==="win32"?Buffer.from("\uFEFF"+n,"utf16le"):Buffer.from(n,"utf8");r.stdin?.end(s)}catch{o(!1)}})}async function Pl(e){for(let[t,n]of Zf())if(await em(t,n,e))return!0;return!1}var tm=/\breply with (the |a )?number\b|\bpick one\b|\bpress the number\b/i;function Cs(e,t){if(t.closed)return e;let n=e.split(`
|
|
268
|
+
`),o=!1;for(let r=0;r<n.length&&!t.closed;r++){let s=n[r];if(!t.cueSeen){tm.test(s)&&(t.cueSeen=!0);continue}let l=/^(\s{0,3})[-*•]\s+(.*)$/.exec(s);l?(n[r]=`${l[1]}${++t.num}. ${l[2]}`,o=!0):o&&s.trim()!==""&&/^\S/.test(s)&&(t.closed=!0)}return n.join(`
|
|
269
|
+
`)}import{existsSync as nm,mkdirSync as om,readFileSync as rm,writeFileSync as sm}from"node:fs";import{join as Rl}from"node:path";import{writerDir as im}from"document360-engine";function Tl(e){return Rl(im(e),".sessions")}function Sl(e,t){return Rl(Tl(e),`${t}.json`)}function Dl(e,t,n){try{om(Tl(e),{recursive:!0});let o=n.filter(r=>r.kind!=="banner");sm(Sl(e,t),JSON.stringify({v:1,items:o}),"utf8")}catch{}}function Ps(e,t){try{let n=Sl(e,t);if(!nm(n))return[];let o=JSON.parse(rm(n,"utf8"));return Array.isArray(o.items)?o.items:[]}catch{return[]}}var am=e=>`\x1B]0;${e}\x07`,lm=e=>`\x1B]9;4;${e};${e===1?100:0}\x07`;function jl(e){process.stdout.isTTY&&process.stdout.write(e)}function Ft(e){jl(am(e))}function bo(e){jl(lm(e))}var xo=["\xB7 "," \xB7"],$o="\u{1F7E3}";ao();Qn();var vo=[{name:"init",usage:"/init",desc:"Pick an environment, scaffold .d360-writer/config.json, and set up the builder hand-off (prints the one-paste prompt)",group:"start"},{name:"login",usage:"/login",desc:"Sign in to Document360 (browser)",group:"start"},{name:"project",usage:"/project [name]",desc:"Choose the Document360 project (picker; lists all you can access)",group:"start"},{name:"devhints",usage:"/devhints",desc:"Re-show/refresh the builder hand-off prompt (set up by /init; run anytime to hand your repo agent the latest)",group:"start"},{name:"scope",usage:"/scope",desc:"Choose which repo folders back the docs (monorepos)",group:"start"},{name:"genre",usage:"/genre [web|cli|service|library|auto]",desc:"Set/show the product genre \u2014 picks the docs craft playbook (usually auto-detected; set it if it guessed wrong)",group:"start"},{name:"mcp",usage:"/mcp [list|add|remove]",desc:"Connect MCP servers (Notion, Linear, \u2026)",group:"start"},{name:"draft",usage:"/draft [<feature>]",desc:"Draft a feature's articles from its PRDs/specs in .d360-writer/input/ + the code",group:"docs"},{name:"document",usage:"/document [<what>] [--publish]",desc:"Document a shipped change \u2014 the agent picks the action (new section/article/update); bare: act on builder requests",group:"docs"},{name:"write",usage:"/write [--preview|--scope <cat>|<path>] [--rewrite] [--concurrency N]",desc:"Write the planned articles in parallel (starts immediately; --preview shows plan + cost first; --rewrite regenerates already-written articles; --concurrency default 3)",group:"docs"},{name:"screenshot",usage:"/screenshot [--list|id|--all|path]",desc:"--list: status; else author capture specs (bulk also refreshes the capture checklist; --no-setup skips)",group:"docs"},{name:"capture-setup",usage:"/capture-setup",desc:"Re-run the data-staging checklist + dev test-id requests (auto-runs after /screenshot --all)",group:"docs"},{name:"preview",usage:"/preview [path|id]",desc:"Render an article (no arg: pick from tracked)",group:"docs"},{name:"publish",usage:"/publish [path|--all]",desc:"Publish to Document360 (no arg: pick; --all: every candidate)",group:"publish"},{name:"check",usage:"/check [<category|path>] [--fix]",desc:"Check docs for leaked internals, invented commands, and stale facts (deterministic, no tokens). Scope to a category/path; --fix has the agent correct the findings in place",group:"docs"},{name:"review",usage:"/review [<category|path>] [--fix]",desc:"Independent senior-editor review: style guide, terminology/voice, grammar/clarity, structure, improvement suggestions. Reports issues; --fix applies the corrections in place",group:"docs"},{name:"reorder",usage:"/reorder [<category>]",desc:"Reorder articles within a category to the best reading order (renumbers NN- prefixes, fixes references + map); new order syncs to Document360 on next /publish",group:"docs"},{name:"structure",usage:"/structure",desc:"Show the documentation reading order (categories \u2192 articles) as it will appear on Document360",group:"docs"},{name:"audit",usage:"/audit [--auto on|off]",desc:"Gap analysis: code vs docs vs Document360 (what changed); --auto runs it at launch when code changed",group:"publish"},{name:"inbox",usage:"/inbox",desc:"Act on messages from the repo's coding agent (requests to document, answers to your questions)",group:"publish"},{name:"catch-up",usage:"/catch-up [--publish]",desc:"Process ALL pending work (hints + requests + drift) \u2192 write \u2192 push to Document360 (bare = drafts; --publish goes live)",group:"publish"},{name:"pull",usage:"/pull [<path> | --status | --baseline]",desc:"Bring Document360 down: pull portal edits + import NEW portal articles. --status: drift report only \xB7 --baseline: set a sync base \xB7 <path>: one article / resolve a conflict",group:"publish"},{name:"convert",usage:"/convert [--scope <folder>] [--run]",desc:"Convert tracked articles to DFM (one-off legacy migration)",group:"publish"},{name:"profile",usage:"/profile [name|add <name> [env]]",desc:"Switch/create a Document360 connection (picker; s = session)",group:"setup"},{name:"workspace",usage:"/workspace [name]",desc:"Switch the Document360 workspace (picker)",group:"setup"},{name:"model",usage:"/model [name|default]",desc:"Set the Claude model for d360-writer",group:"setup"},{name:"logout",usage:"/logout",desc:"Sign out + clear project/workspace selection (then /login to re-pick)",group:"setup"},{name:"allow-prod",usage:"/allow-prod",desc:"Authorize writes to a production profile",group:"setup"},{name:"doctor",usage:"/doctor",desc:"Health-check: auth, profile, workspace, map, API",group:"setup"},{name:"update",usage:"/update",desc:"Update d360-writer to the latest version (then relaunch)",group:"setup"},{name:"reset",usage:"/reset",desc:"[DANGER] Delete all d360-writer files (docs, config, screenshots); types repo name to confirm",group:"setup"},{name:"resume",usage:"/resume [name]",desc:"Resume a session (no arg lists them)",group:"session"},{name:"rename",usage:"/rename [name]",desc:"Name the session (no arg: suggest one)",group:"session"},{name:"clear",usage:"/clear",desc:"Reset the conversation (resumable)",group:"session"},{name:"help",usage:"/help",desc:"Show this help",group:"session"},{name:"exit",usage:"/exit",desc:"Quit",group:"session"}],Al={"/catch-up":"write up everything your builder flagged","/audit":"check the code for anything new or missing in the docs","/pull":"pull edits + new articles from Document360","/publish":"publish your drafts to Document360","/write":"author the planned articles","/draft":"plan articles from PRDs + the code","/login":"sign in to Document360","/workspace":"choose the Document360 workspace","/project":"choose the Document360 project","/scope":"choose which folders back the docs","/genre":"set this repo's product type (picks the docs playbook)","/init":"set up this repo","/screenshot":"generate screenshots","/doctor":"run a health check"};function El(e){let t=e.trim().replace(/^\//,"").split(/\s+/)[0]??"",n=`/${t}`;if(Al[n])return Al[n];let o=vo.find(r=>r.name===t);return o?o.desc:""}function Nl(e){if(!e.startsWith("/"))return[];let t=e.slice(1).toLowerCase().split(/\s/)[0]??"";return vo.filter(n=>n.name.startsWith(t))}function Il(e){return/<[^>]+>/.test(e.replace(/\[[^\]]*\]/g,""))}H();import{Box as _l,Text as ae}from"ink";import{jsx as le,jsxs as Co}from"react/jsx-runtime";function cm({row:e}){switch(e.t){case"head":return le(ae,{color:B,bold:!0,children:e.s});case"text":return le(ae,{children:e.s});case"dim":return le(ae,{dimColor:!0,children:e.s});case"sub":return le(ae,{bold:!0,dimColor:!0,children:e.s});case"good":return le(ae,{color:"green",children:e.s});case"step":return Co(ae,{children:[le(ae,{color:B,children:`${e.n}. `}),e.s]});case"cmd":return Co(ae,{children:[" ",le(ae,{color:B,children:e.name.padEnd(20)}),le(ae,{dimColor:!0,children:e.s})]});case"gap":return le(ae,{children:" "})}}function Ol({tab:e,width:t}){let n=Te[e]??Te[0],o=6+Te.reduce((s,l)=>s+l.label.length+4,0),r="\u2500".repeat(Math.min(o,Math.max(t-1,20)));return Co(_l,{flexDirection:"column",paddingX:1,children:[Co(ae,{children:[le(ae,{color:B,bold:!0,children:"Help "}),Te.map((s,l)=>l===e?le(ae,{color:"white",backgroundColor:B,bold:!0,children:` ${s.label} `},s.key):le(ae,{dimColor:!0,children:` ${s.label} `},s.key))]}),le(ae,{color:B,children:r}),le(_l,{flexDirection:"column",marginTop:1,children:n.rows.map((s,l)=>le(cm,{row:s},l))}),le(ae,{dimColor:!0,children:`
|
|
270
|
+
\u2190/\u2192 or tab switch \xB7 1-5 jump \xB7 esc close`})]})}var um=/^(?:\d+[.)]|[-*•])\s+/;function Ll(e,t,n=4){let o=new Set(t.map(s=>s.toLowerCase())),r=[];for(let s of e.split(`
|
|
271
|
+
`)){let l=s.trim().replace(um,""),p=l.match(/^`([^`]+)`$/);p&&(l=p[1].trim());let y=l.match(/^\/([a-z?][a-z0-9-]*)(?:\s+(\S.*?))?\s*$/i);if(!y||!o.has(y[1].toLowerCase()))continue;let g=`/${y[1].toLowerCase()}${y[2]?` ${y[2]}`:""}`;if(r.includes(g)||r.push(g),r.length>=n)break}return r}H();function fn(e){return e.map(t=>({label:t.label,items:t.paths.length,status:"pending"}))}function Me(e,t,n){return e.map(o=>o.label===t?{...o,status:n}:o)}function Ml(e,t){return e.map(n=>n.label===t?{...n,itemsDone:Math.min((n.itemsDone??0)+1,n.items)}:n)}var dm=new Set(["Write","Edit","MultiEdit","NotebookEdit"]);function Ul(e,t,n){if(!dm.has(e))return null;let o=t?.file_path;if(typeof o!="string"||!o)return null;let r=o.replace(/\\/g,"/");return n.find(s=>{let l=s.replace(/\\/g,"/");return r===l||r.endsWith(`/${l}`)})??null}function Rs(e){return e.replace(/^[\w.-]+\//,"")}var Po=16,Wl={pending:"\u25CB",active:"\u25A0",done:"\u2714",failed:"\u2717"};function ft(e){return typeof e=="string"?e:e.cmd}function Fl(e){return typeof e=="string"?void 0:e.desc}function Ts(e){return e.trim().split(/\s+/).slice(1).join(" ")}function Hl(e,t){let n=Ts(t);return e.some(r=>ft(r).trim()===t.trim()||!!n&&Ts(ft(r))===n)?e.filter(r=>ft(r).trim()!==t.trim()&&!(n&&Ts(ft(r))===n)):[]}var pm='\u{1F4ED} No docs yet for this repo. Tell me "write the docs for this repo" and I\u2019ll read the code and draft a structure \u2014 or /audit to see what the docs should cover.';function fm(e,t){switch(e){case"/write":return"finish the planned articles that aren\u2019t written yet";case"/catch-up":return"write up everything your builder flagged";case"/audit":return t?"also scan the code for other changes":"check the code for anything new or missing in the docs";case"/pull":return"pull edits + new articles from Document360";case"/publish":return"push your local changes up to Document360";default:return""}}function Ue(e){return e===1?"":"s"}function mm(e){switch(e){case"/write":return"it finishes the articles already planned";case"/catch-up":return"it clears everything your builder queued";case"/audit":return"it shows what the latest code changes touch";case"/pull":return"it reconciles anything changed on Document360";case"/publish":return"it pushes your local edits up to Document360";default:return"it\u2019s the most useful next step"}}function Ss(e,t,n){let o=[];e.pendingWrites>0&&o.push(` \u2022 ${e.pendingWrites} planned article${Ue(e.pendingWrites)} still unwritten`),e.localAhead>0&&o.push(` \u2022 ${e.localAhead} article${Ue(e.localAhead)} changed locally \u2014 ready to publish`),e.pendingText&&o.push(` \u2022 your builder left ${e.pendingText}`),e.behind>0&&o.push(` \u2022 ${e.behind} code change${Ue(e.behind)} since your last docs check`);let r=o.length>0?["Welcome back \u2014 where your docs stand:",...o,`I\u2019d start with ${t[0]} \u2014 ${mm(t[0])}.`]:[`Welcome back. Your ${e.tracked} tracked article${Ue(e.tracked)} are all in sync.`];return r.push("",...t.map((s,l)=>` ${l+1} ${s.padEnd(9)} ${fm(s,n)}`),"Or just tell me what to write or update."),r.join(`
|
|
272
|
+
`)}function ql(e){if(!e.ready)return{kind:"idle"};let t=!!e.pendingText;if(!e.hasDocs)return{kind:"noDocs",note:pm,ghost:"write the docs for this repo",title:t?`\u{1F4CB} Your builder left ${e.pendingText} for the docs:`:null,options:t?["/catch-up","/audit"]:["/audit"]};if(e.pendingWrites>0){let r=t?["/write","/catch-up"]:["/write","/audit"],s=`\u{1F4DD} ${e.pendingWrites} planned article${Ue(e.pendingWrites)} not written yet \u2014 pick up where you left off:`;return{kind:"actions",note:Ss(e,r,t),title:s,options:r}}if(e.localAhead>0){let r=t?["/publish","/catch-up"]:["/publish","/audit"],s=`\u{1F4E4} ${e.localAhead} article${Ue(e.localAhead)} changed locally \u2014 ready to publish to Document360:`;return{kind:"actions",note:Ss(e,r,t),title:s,options:r}}if(!t&&e.behind>0&&e.autoAudit&&e.allowAutoAudit)return{kind:"autoAudit",note:`\u{1F4CB} ${e.behind} code change${Ue(e.behind)} since your last docs check \u2014 running /audit automatically (auto-audit is on)\u2026`};let n=t?["/catch-up","/audit"]:["/audit","/pull"],o=t?`\u{1F4CB} Your builder left ${e.pendingText} for the docs:`:e.behind>0?`\u{1F4CB} ${e.behind} code change${Ue(e.behind)} since your last docs check \u2014 /audit to see what needs updating (or /audit --auto on to run it for you):`:`\u{1F4DA} ${e.tracked} article${Ue(e.tracked)} tracked for "${e.profileName}". What next?`;return{kind:"actions",note:Ss(e,n,t),title:o,options:n}}var hm=/\[Pasted text #\d+ \+\d+ lines?\]/g;function Bl(e){return e.replace(/\r\n?/g,`
|
|
273
273
|
`)}function Gl(e){return e.includes(`
|
|
274
274
|
`)||e.length>200}function Yl(e,t){let n=t.split(`
|
|
275
|
-
`).length;return`[Pasted text #${e} +${n} line${n===1?"":"s"}]`}function Vl(e,t){return e.replace(
|
|
275
|
+
`).length;return`[Pasted text #${e} +${n} line${n===1?"":"s"}]`}function Vl(e,t){return e.replace(hm,n=>t.get(n)??n)}function zl(e){let t=e.match(/\[Pasted text #\d+ \+\d+ lines?\]$/);return t?e.slice(0,-t[0].length):null}function Ro(e,t){let n=Math.max(1,t),o=[],r=0;for(let s of e.split(`
|
|
276
276
|
`)){if(s.length===0)o.push({start:r,end:r});else for(let l=0;l<s.length;l+=n)o.push({start:r+l,end:r+Math.min(l+n,s.length)});r+=s.length+1}return o.length>0?o:[{start:0,end:0}]}function To(e,t){let n=0;for(let o=0;o<e.length&&e[o].start<=t;o++)n=o;return n}function Kl(e,t,n){let o=To(e,t),r=o+n;if(r<0||r>=e.length)return t;let s=Math.min(t,e[o].end)-e[o].start;return Math.min(e[r].start+s,e[r].end)}function Xl(e,t,n){let o=e[To(e,t)];return n==="start"?o.start:o.end}function Ql(e,t,n){let o=Math.max(1,n),r=e.split(`
|
|
277
277
|
`),s=0;for(let l=r.length-1;l>=0;l--){let p=r[l];if(s+=Math.max(1,Math.ceil(p.length/o)),s>=t){let y=s-t;return{text:[y>0?p.slice(y*o):p,...r.slice(l+1)].join(`
|
|
278
278
|
`),truncated:l>0||y>0}}}return{text:e,truncated:!1}}function Jl(e){let t=!1,n=0,o=0;for(let r of e.split(`
|
|
279
|
-
`)){let s=o+r.length;/^\s*```/.test(r)?t=!t:!t&&r.trim()===""&&s<e.length&&(n=s+1),o=s+1}return n}import{Fragment as Ns,jsx as E,jsxs as Y}from"react/jsx-runtime";var
|
|
279
|
+
`)){let s=o+r.length;/^\s*```/.test(r)?t=!t:!t&&r.trim()===""&&s<e.length&&(n=s+1),o=s+1}return n}import{Fragment as Ns,jsx as E,jsxs as Y}from"react/jsx-runtime";var oh={project:".d360-writer/config.json",user:"/model",env:"ANTHROPIC_MODEL","claude-settings":"Claude Code settings","claude-default":""},uc=` 1. /init \u2014 pick your Document360 environment & scaffold config
|
|
280
280
|
2. /login \u2014 sign in & pick your Document360 project (workspace auto-selected)
|
|
281
|
-
3. I'll hand you a one-paste prompt for your builder \u2014 then just ask me to write the docs`;function
|
|
282
|
-
${
|
|
281
|
+
3. I'll hand you a one-paste prompt for your builder \u2014 then just ask me to write the docs`;function rh(e,t,n,o){let r=Is(n),s=r.state==="ready"?r.kind==="api"?"API key":"subscription":r.state==="maybe"?"subscription":"not signed in \u2014 run /doctor (needs Claude Code, not Claude Desktop)",l=_s(e),p=Z(e),y=(p?.docsDir??hn).replace(/\/+$/,""),g=p?.mode==="engineer"?"engineer \xB7 full source access (dogfooding)":`writer \xB7 edits limited to ${y}/ + config`,b={version:t,claude:s,model:l.model??"Claude Code default model",modelSource:oh[l.source],who:null,sessionHint:null,profile:"\u2014",apiUrl:"\u2014",project:"\u2014",cwd:e,prod:!1,loggedOut:!0,configured:p!==null,mode:g};if(p===null)return b;try{let S=pe(e,o);b.profile=S.name,b.apiUrl=S.connection.apiUrl,b.prod=S.production,b.project=S.project.projectName??S.project.projectId??"(chosen at login)";let x=Xe(S.name);if(x){let P={...Ht(x.idToken)??{},...Ht(x.accessToken)??{}},C=P.email??P.preferred_username??"signed in";We(x)?x.refreshToken&&(b.who=C,b.loggedOut=!1,b.sessionHint="session expired \u2014 refreshing\u2026"):(b.who=C,b.loggedOut=!1,b.sessionHint=`session valid until ${new Date(x.expiresAt).toLocaleString(void 0,{hour:"2-digit",minute:"2-digit",day:"2-digit",month:"short"})}`)}}catch{}return b}function sh(e,t){try{let n=pe(e,t),o=Xe(n.name);if(!o)return{text:`profile "${n.name}" \u2014 not logged in (/login)`,prod:n.production};let r={...Ht(o.idToken)??{},...Ht(o.accessToken)??{}},s=r.email??r.preferred_username??"signed in";return We(o)&&!o.refreshToken?{text:`profile "${n.name}" \u2014 session expired (/login)`,prod:n.production}:{text:`${s} \xB7 profile "${n.name}"`,prod:n.production}}catch(n){return{text:n.message.split(".")[0],prod:!1}}}var dc=["Drafting","Composing","Outlining","Researching","Documenting","Structuring","Polishing","Synthesizing","Curating","Distilling","Weaving","Wrangling","Pondering"],qt=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],ih="Ask me to write or update an article\u2026";function jo({ch:e,dim:t}){let[n,o]=q(!0);return be(()=>{let r=setInterval(()=>o(s=>!s),530);return()=>clearInterval(r)},[]),E(D,{inverse:n,color:t&&!n?"gray":void 0,children:e})}var ah=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function pc(e){let t=e.match(/^---\r?\n[\s\S]*?\r?\n---\r?\n/);return t?e.slice(t[0].length):e}var lh=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function fc(e){try{return Eo(e,{withFileTypes:!0}).filter(t=>t.isDirectory()&&!t.name.startsWith(".")).length>6}catch{return!1}}function mc(e,t){let n=t??[];return n.length===0?["src","api","services","packages","modules"].some(o=>fc(mt(e,o))):n.some(o=>!o.includes("/")&&!o.endsWith(".md")&&fc(mt(e,o)))}function hc(e,t){try{let n=Z(e);if(!n)return!1;let o=pe(e,t),r=Ao(e,o.name);if(r&&Object.keys(r.articles).length>0)return!0;let s=mt(e,(n.docsDir??hn).replace(/\/+$/,""));return!!(Ke(s)&&Eo(s).length>0||Ke(Os(e)))}catch{return!1}}function ch({startTime:e,chars:t}){let[n,o]=q(0);be(()=>{let y=setInterval(()=>o(g=>g+1),120);return()=>clearInterval(y)},[]);let r=qt[n%qt.length],s=dc[Math.floor(n/16)%dc.length],l=Math.floor((Date.now()-e)/1e3),p=Math.round(t/4);return Y(ne,{children:[E(D,{color:B,children:` ${r} ${s}\u2026 `}),E(D,{color:"gray",children:`(${rn(l)} \xB7 ~${p} tokens \xB7 esc to interrupt)`})]})}function uh({text:e}){let[t,n]=q(0);return be(()=>{let o=setInterval(()=>n(r=>r+1),120);return()=>clearInterval(o)},[]),E(ne,{paddingX:1,children:E(D,{color:B,children:`${qt[t%qt.length]} ${e}`})})}var dh=12e4;function ph({p:e}){let[t,n]=q(0);be(()=>{let I=setInterval(()=>n(W=>W+1),150);return()=>clearInterval(I)},[]);let o=qt[t%qt.length],r=Math.floor((Date.now()-e.startedAt)/1e3),s=Math.floor((Date.now()-e.lastAt)/1e3),l=Math.round(e.chars/4),p=Date.now()-e.lastAt>=dh,y=e.verb??"Converting",g=e.unit??"article",b=e.rows.reduce((I,W)=>I+W.items,0),S=y.toLowerCase(),x=e.rows,P=0;if(x.length>Po){let I=x.findIndex(J=>J.status==="active"||J.status==="pending"),W=Math.max(0,Math.min(I-2,x.length-Po));P=x.slice(0,W).filter(J=>J.status==="done").length,x=x.slice(W,W+Po)}let C=Math.min(40,Math.max(...x.map(I=>Rs(I.label).length),0)),j=I=>I==="failed"?"red":I==="active"?B:void 0;return Y(ne,{flexDirection:"column",children:[Y(ne,{children:[E(D,{color:B,children:` ${o} ${y} ${b} ${g}${b===1?"":"s"} `}),E(D,{color:"gray",children:`\xB7 ${e.done}/${e.total} \xB7 ${e.tools} tool call${e.tools===1?"":"s"} \xB7 ~${l} tokens \xB7 ${rn(r)} \xB7 esc to stop`})]}),P>0&&E(D,{dimColor:!0,children:` \u2714 +${P} done`}),x.map(I=>Y(D,{color:j(I.status),dimColor:I.status==="done"||I.status==="pending",children:[` ${Wl[I.status]} ${Rs(I.label).padEnd(C)}`,I.status==="active"&&I.itemsDone!==void 0?` (${I.itemsDone}/${I.items} ${g}${I.items===1?"":"s"})`:I.status!=="pending"?` (${I.items} ${g}${I.items===1?"":"s"})`:"",I.status==="active"?` \u2190 ${S}\u2026`:""]},I.label)),p&&E(D,{color:"yellow",children:` \u26A0 no activity for ${rn(s)} \u2014 press esc to stop if it's wedged`})]})}var fh=10800*1e3;function gc({cwd:e,auth:t,profileName:n,version:o}){let{exit:r}=gm(),[s,l]=q(n),[p,y]=q(null),[g,b]=q({text:"",pos:0}),S=g.text,x=z(c=>{b(i=>{let a=typeof c=="function"?c(i.text):c;return{text:a,pos:a.length}})},[]),P=z(c=>{b(i=>({text:i.text.slice(0,i.pos)+c+i.text.slice(i.pos),pos:i.pos+c.length}))},[]),C=z(()=>{b(c=>{if(c.pos===0)return c;let i=c.text.slice(0,c.pos),a=zl(i)??i.slice(0,-1);return{text:a+c.text.slice(c.pos),pos:a.length}})},[]),[j,I]=q(!1),[W,J]=q(!1),[fe,oe]=q(0),[De,ue]=q(null),[Qe,G]=q([]),ht=Q(0),[Cc,gn]=q(!1),[Pc,yn]=q(!1),[No,Ws]=q(null),[Rc,gt]=q(0),Je=Q(0),[Bt,yt]=q(0),[wt,wn]=q(null),Fs=Q(new Map),Tc=Q(0),kt=Q([]),xe=Q(null);xe.current===null&&(xe.current=Zl({cwd:e,profileName:s,allowProdWrites:!1}));let Ne=Q({uuid:null,firstPrompt:null,titleFired:!1}),kn=Q(new Map),bt=Q(!1),Io=Q([]),Fe=Q([]),_o=Q(null),[Hs,Ze]=q(null),Oo=Q(null),[et,tt]=q(null),[Ie,xt]=q(null),[He,$t]=q(null),[me,vt]=q(null),[$e,nt]=q(null),[ot,Ct]=q(null),[qs,de]=q(null),[ve,rt]=q(null),[ge,Pt]=q(null),[Bs,Lo]=q([]),st=Q([]),Gt=Q(!1),Ce=Q(null),[bn,ee]=q(null),[Gs,Ys]=q(null),xn=Q(!1),$n=Q(null),Yt=Q(null),[Pe,it]=q(null),[Mo,Vt]=q(null),[Vs,Rt]=q(0),[zs,Tt]=q(0),[Sc,Ks]=q(0),Uo=Ds(()=>{try{return _s(e).model??"auto"}catch{return null}},[e,Sc]),{stdout:je}=wm(),[,Dc]=q(0),Xs=Q(`${je.columns??80}x${je.rows??24}`),qe=z(()=>Math.max(20,(je.columns??80)-1),[je]),u=z(c=>{kt.current.push(c),console.log(yr(c,qe()))},[qe]),[Wo,Fo]=q(null),St=z(c=>{Fo(c),u({kind:"note",tone:"info",text:"\u2328 Press c to copy the prompt above to your clipboard (then paste it into your coding agent)."})},[u]),Ho=Q(!1),qo=z(async()=>{try{if(Ho.current||!Jm(Qm())||Z(e)?.mode==="engineer")return;let c=await Xm({pkg:pt,currentVersion:o,force:!0});if(!c.updateAvailable||!c.latest)return;Ho.current=!0,u({kind:"note",tone:"info",text:`\u2B06 Updating ${pt} ${c.current} \u2192 ${c.latest}\u2026 (wait for the \u2713 before you /exit)`}),yn(!0),(await po().finally(()=>yn(!1))).ok?(u({kind:"note",tone:"ok",text:`\u2713 Updated to v${c.latest} \u2014 run /exit, then relaunch to apply.`}),G(a=>a.includes("/exit")?a:[...a,"/exit"]),Ws(c.latest)):u({kind:"note",tone:"warn",text:`Update available (v${c.latest}) but auto-update failed \u2014 run: ${uo}`})}catch{}},[e,o,u]),Bo=z(c=>{let i=Le(e,s);return i.ok?!0:(u({kind:"note",tone:"warn",text:i.reason}),Yt.current=c,G(["/login"]),!1)},[e,s,u]),[Go,Yo]=q(null),zt=Q(!0),vn=Q(0),Kt=Q(0);be(()=>{let c=setInterval(()=>{if(zt.current){vn.current=0,Kt.current=0;return}if(!j)try{if(!Ke(Os(e)))return;if(Oe(e).status==="current"){zt.current=!0,vn.current=0,Kt.current=0,u({kind:"note",tone:"ok",text:"\u2713 Your builder finished the hand-off \u2014 the architecture brief is in. I can read this repo now and write accurate docs."}),Fo(null),ue("write the docs for this repo");return}vn.current+=1;let i=vn.current;if((i===4||i%15===0)&&Kt.current<3){Kt.current+=1;let a=Kt.current===3?" (I'll stay quiet now \u2014 type anything to continue.)":"";u({kind:"note",tone:"info",text:_t(e)?`\u{1F440} Your builder is working on the architecture brief \u2014 I'll continue automatically when it finishes.${a}`:`\u23F3 Waiting for your builder to run the prompt \u2014 paste it into your coding agent; I'll pick up automatically when it's done.${a}`})}}catch{}},4e3);return()=>clearInterval(c)},[e,j,u]),be(()=>{let c=Hs??mn(e);if(!j){bo(0),Ft(`${$o} ${c}`);return}bo(3);let i=0;Ft(`${xo[0]} ${c}`);let a=setInterval(()=>{i=(i+1)%xo.length,Ft(`${xo[i]} ${c}`)},400);return()=>clearInterval(a)},[j,e,Hs]),be(()=>()=>bo(0),[]);let Vo=z(c=>{try{let i=Z(e);if(!i)return{kind:"idle"};let a=pe(e,s),h=Xe(a.name),d=!!h&&(!We(h)||!!h.refreshToken),m=hc(e,s)||!mc(e,i.authoritativeSourceFiles),w=Is(t).state==="missing",k=Ao(e,a.name),R=k?Object.keys(k.articles).length:0,T=mt(e,(i.docsDir??hn).replace(/\/+$/,"")),_=!1;try{_=Ke(T)&&Eo(T).length>0}catch{}let M=0;if(k?.lastAnalyzedCommit)try{let F=km("git",["rev-list","--count",`${k.lastAnalyzedCommit}..HEAD`],{cwd:e,encoding:"utf8",timeout:1200});F.status===0&&(M=parseInt((F.stdout||"").trim(),10)||0)}catch{}let O=0;try{let F=sc(e);if(F.length>0){let X=(i.docsDir??hn).replace(/\/+$/,"");O=Lr(e,X,F.map(we=>we.path)).length}}catch{}let v=Um(e,s),N={ready:d&&m&&!w,hasDocs:_,tracked:R,pendingText:Wt(Ut(e)),behind:M,pendingWrites:O,localAhead:v,autoAudit:!!i.autoAudit,profileName:a.name,allowAutoAudit:c};return ql(N)}catch{return{kind:"idle"}}},[e,s,t]);be(()=>{let c=performance.now(),i=[],a=(_,M)=>{let O=performance.now();try{return M()}finally{let v=Math.round(performance.now()-O);v>=80&&i.push(`${_}: ${v}ms`)}};u({kind:"banner",info:a("banner",()=>rh(e,o,t,s))});let h=Is(t).state==="missing";if(h&&u({kind:"note",tone:"warn",text:`\u26A0 Set up Claude first \u2014 d360-writer's agent runs on Claude Code, and it's not signed in on this machine yet.
|
|
282
|
+
${xm}
|
|
283
283
|
Run /doctor anytime to re-check and see the fix. (You can configure Document360 meanwhile \u2014 the agent just needs Claude before it writes.)`}),!Z(e)){u({kind:"note",tone:"info",text:`Welcome! This repo isn't set up for d360-writer yet \u2014 three steps and you're writing docs:
|
|
284
|
-
${uc}`}),G(h?["/doctor","/init"]:["/init"]);return}h&&G(["/doctor"]);try{let _=pe(e,s),M=Xe(_.name);M&&We(M)&&M.refreshToken?
|
|
285
|
-
`)}),St(lt()),zt.current=!1)}}catch{}try{let _=a("reconcile-feedback",()=>
|
|
284
|
+
${uc}`}),G(h?["/doctor","/init"]:["/init"]);return}h&&G(["/doctor"]);try{let _=pe(e,s),M=Xe(_.name);M&&We(M)&&M.refreshToken?Pm({profile:_.name,connection:_.connection}).then(()=>{u({kind:"note",tone:"ok",text:"\u2713 Document360 session refreshed."}),oe(O=>O+1)}).catch(()=>{u({kind:"note",tone:"warn",text:"Document360 session refresh failed \u2014 do you want to log in now? (press 1)"}),G(["/login"])}):(!M||We(M))&&(u({kind:"note",tone:"warn",text:`Profile "${_.name}" is not signed in \u2014 do you want to log in now? (press 1)`}),G(["/login"]))}catch{}try{let _=Z(e),M=pe(e,s),O=Xe(M.name);_&&O&&!We(O)&&mc(e,_.authoritativeSourceFiles)&&!hc(e,s)&&(u({kind:"note",tone:"info",text:"Large repo \u2014 the docs scope isn\u2019t set yet. Run /scope to choose which folders back your docs."}),G(["/scope"]))}catch{}let d=!1;try{let _=a("resolve-genre",()=>Lm(e));_.persisted&&_.appType?u({kind:"note",tone:"ok",text:`\u2713 Detected a ${_.appType} app \u2014 enabled the ${_.appType}-doc-playbook (change with /genre, or edit .d360-writer/config.json).`}):_.source==="unknown"&&Z(e)&&(d=!0,u({kind:"note",tone:"warn",text:"Couldn't tell what kind of product this repo is \u2014 pick one so the docs use the right craft playbook (otherwise output stays generic):"}))}catch{}let m=Oe(e);try{if(a("reconcile-devhints",()=>Vn(e)),m.status!=="current")if(_t(e))u({kind:"note",tone:"warn",text:`\u{1F514} dev\u2194docs protocol updated to v${re}${m.completedVersion?` (you're on v${m.completedVersion})`:""}. Run /devhints to see what changed \u2014 it's also waiting in your inbox. Your docs aren't blocked.`});else{let _=zn(e);_.length&&(u({kind:"note",tone:"warn",text:_.join(`
|
|
285
|
+
`)}),St(lt()),zt.current=!1)}}catch{}try{let _=a("reconcile-feedback",()=>eh(e));_.archived>0&&u({kind:"note",tone:"ok",text:`\u2713 Tidied ${_.archived} resolved item${_.archived===1?"":"s"} from your tool feedback (now fixed in d360-writer) \u2192 moved to .d360-writer/tool-feedback-archived.md${_.open>0?`; ${_.open} still open`:""}.`})}catch{}let w=a("ready-decision",()=>Vo(!0)),k=["/genre web","/genre cli","/genre service","/genre library"],R=_=>{let M=_;return d&&(M=[...k.filter(O=>!M.includes(O)),...M]),m.status!=="current"&&_t(e)&&!M.includes("/devhints")&&(M=[...M,"/devhints"]),M};w.kind==="autoAudit"?(u({kind:"note",tone:"info",text:w.note}),ln().then(_=>{_.kind==="forward-to-agent"&&_.prompt&&se(_.prompt,{display:_.display,quietUser:!0})})):w.kind==="noDocs"?(u({kind:"note",tone:"info",text:w.note}),ue(w.ghost),G(R(w.options)),w.title&&de(w.title)):w.kind==="actions"&&(u({kind:"note",tone:"info",text:w.note}),G(R(w.options)),de(w.title));let T=Math.round(performance.now()-c);T>=800&&nh({kind:"slow-launch",level:"transport",message:`Launch blocked the UI for ${T}ms \u2014 input is frozen until this finishes (s-228 class).`,detail:`${i.length?i.join(`
|
|
286
286
|
`):"no single phase \u226580ms"}
|
|
287
|
-
cwd: ${e}`}),qo()},[]),be(()=>{let c=setInterval(()=>{qo()},
|
|
287
|
+
cwd: ${e}`}),qo()},[]),be(()=>{let c=setInterval(()=>{qo()},fh);return()=>clearInterval(c)},[qo]),be(()=>{if(j||Qe.length>0)return;let c=Vo(!1);(c.kind==="actions"||c.kind==="noDocs")&&(G(c.options),de(c.title??null))},[j,Qe,fe,Vo]),be(()=>{let c=null,i=null,a=()=>{c&&clearTimeout(c),c=setTimeout(()=>{c=null;let h=`${je.columns??80}x${je.rows??24}`;h!==Xs.current&&(Xs.current=h,Dc(d=>d+1),i&&clearTimeout(i),i=setTimeout(()=>{i=null,console.log("\x1B[?2026h\x1B[H\x1B[2J"+Ji(kt.current,qe())+"\x1B[?2026l")},80))},400)};return je.on("resize",a),()=>{c&&clearTimeout(c),i&&clearTimeout(i),je.off("resize",a)}},[je,qe]);let _e=Math.max(20,(je.columns??80)-1),Qs=Ds(()=>sh(e,s),[e,s,fe]),zo=(()=>{if(Pc)return{text:"\u23F3 Update in progress \u2014 please don\u2019t close this window\u2026",isSetup:!0};if(No!==null)return{text:`Update ready \u2014 run /exit, then relaunch to apply${No?` v${No}`:""}\u2026`,isSetup:!0};let c=Z(e);if(!c)return{text:"Press 1 to set up this repo, or /help\u2026",isSetup:!0};let i=mt(e,(c.docsDir??hn).replace(/\/+$/,"")),a=(()=>{try{return Ke(i)&&Eo(i).length>0}catch{return!1}})();try{let h=pe(e,s),d=Xe(h.name);if(!(!!d&&!(We(d)&&!d.refreshToken)))return{text:`Press 1 to sign in to Document360 (profile "${h.name}")\u2026`,isSetup:!0};if(!h.project.projectId)return{text:"Sign in to Document360 to pick your project\u2026",isSetup:!0};if(!h.project.workspaceId&&!a)return{text:"Press 1 to pick a workspace\u2026",isSetup:!0}}catch{}return a?{text:ih,isSetup:!1}:Wo?{text:"Press c to copy the prompt above, run it in your coding agent \u2014 then ask me to write the docs",isSetup:!1}:{text:"Ask me to write the docs for this repo",isSetup:!1}})(),Xt=Nl(S),Js=Xt.length>0&&!j,Ko=p!==null?Ql(p,8,_e):null,Cn=ve?ve.paths.filter(c=>!ve.query||c.toLowerCase().includes(ve.query.toLowerCase())).slice(0,8):[],Pn=Pe?Pe.sessions.filter(c=>{let i=Pe.query.toLowerCase();return!i||c.name.toLowerCase().includes(i)||c.firstPrompt.toLowerCase().includes(i)}).slice(0,8):[],ye=z((c,i)=>{xe.current?.close(),xe.current=Zl({cwd:e,resume:c,profileName:i??s,allowProdWrites:bt.current}),c||(Ne.current={uuid:null,firstPrompt:null,titleFired:!1},Ze(null)),Rt(0),Tt(0)},[e,s]),Zs=z((c,i,a)=>{if(ah.test(c))try{let h=pe(e,s),d=typeof i.project_id=="string"&&i.project_id||h.project.projectId,m=wo(i,a),w=[],k=ko(a);c.endsWith("publish_article")&&k&&w.push(`Live: ${k}`),m&&d&&w.push(`Preview: ${yo(h.connection.portalUrl,d,m,h.project.languageCode??"en")}`),w.length>0&&u({kind:"link",lines:w})}catch{}},[e,s,u]),se=z(async(c,i)=>{gn(!0),ue(null),G([]),de(null),Fo(null),Yo(null);let a=++ht.current;i?.quietUser||u({kind:"user",text:i?.echoDisplay&&i.display?i.display:c});let h=Ne.current;h.firstPrompt||(h.firstPrompt=i?.display??c),Je.current=Date.now(),gt(0),I(!0),kn.current.clear();let d="",m=!1,w=!1,k="",R={num:0,closed:!1,cueSeen:!1},T=null,_=()=>{T||(T=setTimeout(()=>{T=null,y(k.length>0?k:null)},60))},M=()=>{T&&clearTimeout(T),T=null,y(null)},O=()=>{if(k.trim()){let v=Cs(k.trimEnd(),R);u({kind:"assistant",text:v})}k="",M()};try{for await(let v of xe.current.send(c))if(v.type==="session"){if(!h.uuid){h.uuid=v.sessionId;let N=new Date().toISOString(),F=Oo.current,X=F??Am(h.firstPrompt??"session");Em({uuid:v.sessionId,name:X,renamed:!!F,titled:!1,cwd:e,firstPrompt:h.firstPrompt??"",createdAt:N,updatedAt:N}),Ze(X),Oo.current=null}}else if(v.type==="text"){k+=v.delta,d+=v.delta;let N=Jl(k);if(N>0){let F=k.slice(0,N).trimEnd();F&&u({kind:"assistant",text:Cs(F,R)}),k=k.slice(N)}_(),gt(F=>F+v.delta.length)}else if(v.type==="tool"){m=!0;let N=ho(v.name,v.input);N&&(O(),u({kind:"tool",title:N.title,sep:N.sep,arg:N.arg}),kn.current.set(v.id,{name:v.name,input:v.input}))}else if(v.type==="article_diff"){let N=ut(v.oldContent,v.newContent,qe());N&&(O(),u({kind:"diff",added:N.added,removed:N.removed,lines:N.lines,hidden:N.hidden}))}else if(v.type==="tool_result"){v.isError&&/run \/login|not logged in|session expired|rejected the token/i.test(v.output)&&(xn.current=!0);let N=kn.current.get(v.id);if(N){kn.current.delete(v.id),O();let F=go(v.output,4,v.isError?void 0:N.name,N.input);u({kind:"tool-result",lines:F.lines,hidden:F.hidden,isError:v.isError}),v.isError||Zs(N.name,N.input,v.output)}}else if(v.type==="result"){if(O(),Rt(F=>F+v.outputTokens),Tt(F=>F+v.costUsd),u({kind:"done",seconds:Math.round((Date.now()-Je.current)/1e3),tokens:v.outputTokens,costUsd:v.costUsd,ok:v.ok}),!w&&!m&&!d.trim()&&!Gt.current&&u({kind:"note",tone:"warn",text:"The agent produced no output. This usually means the Claude model/runtime did not start \u2014 check sign-in and model with /doctor (on a subscription, make sure Claude Code is logged in on this machine)."}),v.ok&&/🛠|📣 Feedback for the d360-writer developers/.test(d))try{let F=Zm(e);if(Ke(F)){let X=js(F,"utf8").trim();X&&(Yo(X),u({kind:"note",tone:"info",text:"\u{1F6E0} Press c to copy this feedback \u2014 send it to the d360-writer team (Teams / Slack / email)."}))}}catch{}let N=v.ok?Ll(d,vo.map(F=>F.name)):[];if(N.length>0?G(N):v.ok&&d.trim()&&Om(c,d,e).then(F=>{F&&ht.current===a&&ue(F)}).catch(()=>{}),h.uuid&&(As(h.uuid),!h.titleFired)){h.titleFired=!0;let F=h.uuid,X=h.firstPrompt;X&&ec(X,e).then(we=>{we&&(jm(F,we),Ze(we))}).catch(()=>{})}}else v.type==="error"&&(O(),w=!0,v.kind==="auth"&&(xn.current=!0),u({kind:"note",text:`agent error: ${v.message}`,tone:"error"}))}finally{I(!1),M(),oe(v=>v+1),Ne.current.uuid&&Dl(e,Ne.current.uuid,kt.current),xn.current&&(xn.current=!1,$n.current=i?.display??c,G(["/login"])),Gt.current&&(Gt.current=!1,st.current.length>0&&(u({kind:"note",tone:"info",text:`(${st.current.length} queued message(s) discarded)`}),st.current=[],Lo([])),u({kind:"note",tone:"warn",text:"Interrupted. What do you want to do next?"}))}},[e,u,Zs,qe]),Rn=z(async c=>{let i=Es(c),a=Do(e,"standard");Je.current=Date.now(),gt(0),I(!0);let h=new AbortController;Ce.current=h,ee({verb:"Publishing",total:i.length,done:0,active:[],rows:fn(i),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Publishing ${c.length} article${c.length===1?"":"s"} across ${i.length} partition${i.length===1?"":"s"} (\u2264${sn} agents at once) on ${a.model}\u2026 (esc to stop)`});try{for await(let d of So({cwd:e,partitions:i,promptFor:m=>eo(m.paths),concurrency:sn,profileName:s,allowProdWrites:bt.current,model:a.model,signal:h.signal}))if(d.type==="partition_status")d.status==="running"?ee(m=>m&&{...m,active:[...m.active,d.label],rows:Me(m.rows,d.label,"active"),lastAt:Date.now()}):ee(m=>m&&{...m,active:m.active.filter(w=>w!==d.label),done:m.done+1,rows:Me(m.rows,d.label,d.status==="done"?"done":"failed"),lastAt:Date.now()});else if(d.type==="partition_event")ee(m=>{if(!m)return m;let w={...m,lastAt:Date.now()};return d.event.type==="tool"?w.tools=m.tools+1:d.event.type==="text"&&(w.chars=m.chars+d.event.delta.length),w});else if(d.type==="run_done"){Tt(R=>R+d.totalCostUsd),Rt(R=>R+d.results.reduce((T,_)=>T+_.outputTokens,0));let m=d.aborted?"Stopped. ":"",w=t.kind==="api"?"api":"subscription";u({kind:"note",tone:d.aborted?"warn":d.ok?"ok":"warn",text:m+$r(d.results,i,w).join(`
|
|
288
288
|
`)});let k=xr(e,s);if(k&&u({kind:"note",tone:"info",text:k}),!d.aborted){try{let R=await ic({cwd:e,profileName:s}),T=ac(R);T?u({kind:"note",tone:"info",text:T}):R.skipped&&u({kind:"note",tone:"warn",text:`Order sync skipped: ${R.skipped}`})}catch(R){u({kind:"note",tone:"warn",text:`Order sync failed: ${R.message}`})}try{let R=cc(await lc({cwd:e,profileName:s}));R&&u({kind:"note",tone:"info",text:R})}catch(R){u({kind:"note",tone:"warn",text:`Related-articles sync failed: ${R.message}`})}}}}catch(d){u({kind:"note",tone:"error",text:`Publish run failed: ${d.message}`})}finally{Ce.current=null,ee(null),I(!1),oe(d=>d+1)}},[e,s,u,t]),Xo=z(async c=>{await se(br(c),{display:`/publish ${c}`,quietUser:!0});try{let i=await to(e,s,c.replace(/\\/g,"/"));i.length>0&&(de(`Related articles not yet published (${i.length}):`),G([`/publish --related ${c}`,...i.map(a=>`/publish ${a}`)]))}catch{}},[e,s,se]),Qo=z(c=>{let i=Xe(c);if(!i||We(i)&&!i.refreshToken)return null;let a={...Ht(i.idToken)??{},...Ht(i.accessToken)??{}};return a.email??a.preferred_username??"signed in"},[]),Jo=z((c,i)=>{if(i){let a=Z(e);a&&(a.defaultProfile=c,tc(a,e))}l(c),ye(void 0,c),u({kind:"note",tone:"ok",text:`\u2713 Switched to profile "${c}"${i?" (saved as default)":" (this session only)"} \u2014 agent restarted.`}),Qo(c)||(u({kind:"note",tone:"warn",text:`Profile "${c}" is not signed in \u2014 do you want to log in now? (press 1)`}),G(["/login"])),oe(a=>a+1)},[e,u,ye,Qo]),Tn=z((c,i,a)=>{_n(e,c,i,a.id,a.name),u({kind:"note",tone:"ok",text:`Switched to workspace "${a.name??a.id}" (agent restarted).`}),ye(),Ao(e,c)||(u({kind:"note",tone:"ok",text:"\u2713 Connected. Configuration is done \u2014 one important step remains."}),u({kind:"note",tone:"warn",text:"\u26A0 Before I write the docs, hand the prompt below to your builder (your repo's coding agent). It gives me the architecture brief that makes the docs accurate:"}),u({kind:"note",tone:"info",text:Ot(It(e)).join(`
|
|
289
|
-
`)}),St(lt()),zt.current=Oe(e).status==="current"||_t(e),u({kind:"note",tone:"info",text:`No separate builder agent? Then just ask me now: "write the docs for this repo" \u2014 I'll read the code directly.`}))},[e,u,ye,St]),Sn=z(async c=>{let i;try{i=await Zt(e,c)}catch{u({kind:"note",tone:"info",text:"Next: pick a workspace \u2014 run /workspace."}),G(["/workspace"]);return}if(i.workspaces.length===0){u({kind:"note",tone:"warn",text:"This project has no workspaces yet. Create one in Document360, then run /workspace."});return}let a=i.workspaces.filter(d=>(d.workspace_type??"").toLowerCase()!=="apidocumentation"),h=a.length>0?a:i.workspaces;if(h.length===1){let d=h[0],m=i.workspaces.length-h.length;u({kind:"note",tone:"ok",text:`Selected the "${d.name??d.id}" workspace${m>0?" (skipped the API-documentation workspace)":""}.`}),Tn(i.profile,i.projectId,d);return}u({kind:"note",tone:"info",text:`Next: pick the workspace your articles publish to (${h.length} available).`}),G(["/workspace"])},[e,u,Tn]),Dn=z((c,i)=>{On(e,c,i.id,i.name),u({kind:"note",tone:"ok",text:`Project set to "${i.name??i.id}" (agent restarted).`}),ye(),Sn(c)},[e,u,ye,Sn]),ei=z(async c=>{let i;try{i=pe(e,c)}catch{return}if(!i.project.workspaceId){if(i.project.projectId){if(!i.project.projectName)try{let{projects:a}=await Ge(e,i.name),h=a.find(d=>d.id===i.project.projectId);h?.name&&
|
|
289
|
+
`)}),St(lt()),zt.current=Oe(e).status==="current"||_t(e),u({kind:"note",tone:"info",text:`No separate builder agent? Then just ask me now: "write the docs for this repo" \u2014 I'll read the code directly.`}))},[e,u,ye,St]),Sn=z(async c=>{let i;try{i=await Zt(e,c)}catch{u({kind:"note",tone:"info",text:"Next: pick a workspace \u2014 run /workspace."}),G(["/workspace"]);return}if(i.workspaces.length===0){u({kind:"note",tone:"warn",text:"This project has no workspaces yet. Create one in Document360, then run /workspace."});return}let a=i.workspaces.filter(d=>(d.workspace_type??"").toLowerCase()!=="apidocumentation"),h=a.length>0?a:i.workspaces;if(h.length===1){let d=h[0],m=i.workspaces.length-h.length;u({kind:"note",tone:"ok",text:`Selected the "${d.name??d.id}" workspace${m>0?" (skipped the API-documentation workspace)":""}.`}),Tn(i.profile,i.projectId,d);return}u({kind:"note",tone:"info",text:`Next: pick the workspace your articles publish to (${h.length} available).`}),G(["/workspace"])},[e,u,Tn]),Dn=z((c,i)=>{On(e,c,i.id,i.name),u({kind:"note",tone:"ok",text:`Project set to "${i.name??i.id}" (agent restarted).`}),ye(),Sn(c)},[e,u,ye,Sn]),ei=z(async c=>{let i;try{i=pe(e,c)}catch{return}if(!i.project.workspaceId){if(i.project.projectId){if(!i.project.projectName)try{let{projects:a}=await Ge(e,i.name),h=a.find(d=>d.id===i.project.projectId);h?.name&&th(e,i.name,{projectName:h.name})}catch{}await Sn(i.name);return}try{let{projects:a}=await Ge(e,i.name);if(a.length===1){let h=a[0];u({kind:"note",tone:"ok",text:`Using your Document360 project "${h.name??h.id}".`}),Dn(i.name,{id:h.id,name:h.name});return}if(a.length>1){let h=a.map(d=>({id:d.id,name:d.name??d.id,sub:d.sub_domain}));u({kind:"note",tone:"info",text:"Which Document360 project should these docs publish to?"}),nt({cursor:0,current:-1,rows:h,profile:i.name,environment:i.connection.name});return}}catch{}u({kind:"note",tone:"info",text:"Next: pick the Document360 project \u2014 run /project."}),G(["/project"])}},[e,u,Sn,Dn]),jn=z(()=>{let c=Fe.current[0];if(!c)return;u({kind:"note",tone:"info",text:`\u25CF ${c.title} (${c.path})`});for(let a of c.notes)u({kind:"note",tone:"warn",text:`\u26A0 ${a}`});c.overwritesLocalChanges&&u({kind:"note",tone:"warn",text:"\u26A0 This OVERWRITES local edits made since the last sync."});let i=ut(c.oldContent,c.newContent,qe());u(i?{kind:"diff",added:i.added,removed:i.removed,lines:i.lines,hidden:i.hidden}:{kind:"note",tone:"info",text:"Local file already matches the remote content \u2014 applying only advances the sync base."}),u({kind:"note",tone:"info",text:`Write ${c.path}? (y/n \u2014 anything else cancels)`})},[u,qe]),ti=z(c=>{if(Fe.current.length===0)return!1;let i=c.trim().toLowerCase();if(i==="y"||i==="yes"){let a=Fe.current.shift();try{Mm({cwd:e,profileName:s},a),u({kind:"note",tone:"ok",text:`\u2713 Pulled ${a.path} (sync base advanced).`}),Fe.current.length===0&&G(h=>h.length>0?h:["/pull"])}catch(h){u({kind:"note",tone:"error",text:`Pull failed: ${h.message}`})}}else if(i==="n"||i==="no"){let a=Fe.current.shift();u({kind:"note",tone:"info",text:`Skipped ${a.path}.`})}else{let a=Fe.current.length;return Fe.current=[],u({kind:"note",tone:"info",text:`Pull cancelled (${a} article(s) left untouched).`}),!0}return jn(),!0},[e,s,jn,u]),ni=z(c=>{let i=_o.current;if(!i)return!1;if(_o.current=null,ue(null),ht.current++,c.trim()!==i.repoName)return u({kind:"note",tone:"warn",text:"Reset cancelled \u2014 nothing deleted."}),!0;let{removed:a,failed:h}=hs(e,i.targets);u({kind:"note",tone:h.length?"warn":"ok",text:`\u2713 Reset complete \u2014 removed ${a.length} item${a.length===1?"":"s"}. The repo is back to its original state.`});for(let d of h)u({kind:"note",tone:"error",text:` \u2717 ${d.path}: ${d.error}`});return i.hadDevhints&&(u({kind:"note",tone:"warn",text:Kn().join(`
|
|
290
290
|
`)}),St(ar())),u({kind:"note",tone:"info",text:`Clean slate \u2014 set up d360-writer again whenever you're ready:
|
|
291
|
-
${uc}`}),G(["/init"]),gn(!1),!0},[e,u,St]),oi=z(async c=>{let i=c.slice(1).trim().split(/\s+/),a=(i[0]??"").toLowerCase(),h=i.slice(1);switch(gn(!0),a){case"help":Vt({tab:0});return;case"exit":case"quit":xe.current?.close(),r();return;case"clear":ye(),kt.current=[],gn(!1),ue(null),ht.current++,u({kind:"note",tone:"info",text:"Conversation reset (the previous session is still resumable via /resume)."});return;case"login":{let d;try{d=pe(e,s)}catch(m){u({kind:"note",tone:"error",text:m.message});return}u({kind:"note",tone:"info",text:`Profile "${d.name}" \u2192 ${d.connection.name} (${d.connection.apiUrl})${d.production?" \u26A0 PRODUCTION":""}`}),J(!0);try{let m=await
|
|
291
|
+
${uc}`}),G(["/init"]),gn(!1),!0},[e,u,St]),oi=z(async c=>{let i=c.slice(1).trim().split(/\s+/),a=(i[0]??"").toLowerCase(),h=i.slice(1);switch(gn(!0),a){case"help":Vt({tab:0});return;case"exit":case"quit":xe.current?.close(),r();return;case"clear":ye(),kt.current=[],gn(!1),ue(null),ht.current++,u({kind:"note",tone:"info",text:"Conversation reset (the previous session is still resumable via /resume)."});return;case"login":{let d;try{d=pe(e,s)}catch(m){u({kind:"note",tone:"error",text:m.message});return}u({kind:"note",tone:"info",text:`Profile "${d.name}" \u2192 ${d.connection.name} (${d.connection.apiUrl})${d.production?" \u26A0 PRODUCTION":""}`}),J(!0);try{let m=await $m(d.connection,{promptForRedirect:()=>Promise.reject(new Error("Manual login is CLI-only. Run: d360-writer login --manual"))},k=>u({kind:"note",tone:"info",text:k})),w=vm(d.name,m);if(Cm(w),await nr(w,d.name,k=>u({kind:"note",tone:"info",text:k})),u({kind:"note",tone:"ok",text:`\u2713 Logged in to "${d.name}" as ${Un(w)}`}),await ei(s),Yt.current){let k=Yt.current;Yt.current=null;let R=Le(e,s);R.ok?(u({kind:"note",tone:"ok",text:`\u2713 Signed into the right project \u2014 press 1 to run ${k}.`}),G([k])):(u({kind:"note",tone:"warn",text:`${R.reason} (then ${k}.)`}),G(["/login"]),Yt.current=k)}else $n.current&&(ue($n.current),$n.current=null,u({kind:"note",tone:"info",text:"Press tab to re-send your last prompt."}))}catch(m){u({kind:"note",tone:"error",text:`Login failed: ${m.message}`})}finally{J(!1),oe(m=>m+1)}return}case"allow-prod":{let d=!1;try{d=pe(e,s).production}catch{}if(!d){u({kind:"note",tone:"info",text:"Current profile is not production \u2014 writes are already allowed."});return}bt.current=!0,ye(),u({kind:"note",tone:"warn",text:"\u26A0 Production writes authorized for this session."});return}case"rename":{let d=Qr(h.join(" ")),m=Ne.current.uuid;if(!m){if(!d){u({kind:"note",tone:"info",text:"Usage: /rename <name>"});return}Oo.current=d,Ze(d),Ft(`${$o} ${d}`),u({kind:"note",tone:"ok",text:`Session will be named "${d}" once it starts.`});return}if(!d){u({kind:"note",tone:"info",text:"Thinking of a name\u2026"});let w=Ne.current.firstPrompt??"";ec(w,e).then(k=>{k?(ue(`/rename ${k}`),u({kind:"note",tone:"info",text:`Suggestion: "${k}" \u2014 press tab to accept, or type /rename <your name>.`})):u({kind:"note",tone:"info",text:"Usage: /rename <name>"})}).catch(()=>u({kind:"note",tone:"info",text:"Usage: /rename <name>"}));return}_m(m,d),Ze(d),Ft(`${$o} ${d}`),u({kind:"note",tone:"ok",text:`Session renamed to "${d}".`});return}case"profile":{let d=h[0],m=Z(e);if(!d){let w=Object.entries(m?.profiles??{});if(w.length===0){u({kind:"note",tone:"info",text:"No profiles. Run /init first."});return}let k=w.map(([_,M])=>({name:_,env:M.connection?.environment??"custom",prod:M.production===!0,who:Qo(_)})),R=s??m?.defaultProfile,T=Math.max(0,k.findIndex(_=>_.name===R));xt({cursor:T,current:T,rows:k});return}if(d==="add"){let w=Jr(e,h[1],h[2]);if(w){u({kind:"note",tone:"error",text:w});return}u({kind:"note",tone:"ok",text:`\u2713 Profile "${h[1]}" created (environment: ${h[2]??h[1]}).`}),Jo(h[1],!1);return}if(!m?.profiles?.[d]){u({kind:"note",tone:"error",text:`Unknown profile "${d}". Create it: /profile add ${d} <environment>`});return}Jo(d,!0);return}case"doctor":await un(h,{cwd:e});return;case"mcp":await Jn(h);return;case"init":{if(Z(e)){u({kind:"note",tone:"info",text:"This repo is already set up \u2014 edit .d360-writer/config.json directly (or d360-writer init for the CLI wizard)."});return}let d=Gm().map(m=>({name:m,apiUrl:Ym(m).apiUrl}));$t({cursor:0,rows:d});return}case"resume":{let d=h.join(" ").trim(),m=Im(e).filter(R=>R.uuid!==Ne.current.uuid);if(!d){if(!m.length){u({kind:"note",tone:"info",text:"No saved sessions for this repo yet."});return}it({query:"",cursor:0,sessions:m});return}let w=Nm(e,d);if(!w){u({kind:"note",tone:"error",text:`No session matches "${d}".`});return}ye(w.uuid),Ne.current={uuid:w.uuid,firstPrompt:w.firstPrompt,titleFired:!0},Ze(w.name),As(w.uuid),kt.current=[];let k=Ps(e,w.uuid);for(let R of k)u(R);u({kind:"note",tone:"ok",text:k.length?`Resumed "${w.name}" \u2014 restored ${k.length} message(s); continue where you left off.`:`Resumed "${w.name}" (agent memory reconnected; no saved transcript to replay).`});return}case"workspace":{let d=h.join(" ").trim(),m;try{m=await Zt(e,s)}catch(k){u({kind:"note",tone:"error",text:`Could not list workspaces: ${k.message}`});return}if(!d){let k=m.workspaces.map(T=>({id:T.id,name:T.name??T.id,type:T.workspace_type}));if(k.length===0){u({kind:"note",tone:"info",text:"No workspaces in this project."});return}let R=Math.max(0,k.findIndex(T=>T.id===m.current));vt({cursor:R,current:R,rows:k,profile:m.profile,projectId:m.projectId,projectName:m.projectName,environment:m.environment});return}let w=er(m.workspaces,d);if(!w){u({kind:"note",tone:"error",text:`No workspace matches "${d}".`});return}Tn(m.profile,m.projectId,w);return}case"project":{let d=h.join(" ").trim(),m;try{m=await Ge(e,s)}catch(k){u({kind:"note",tone:"error",text:`Could not list projects: ${k.message} (signed in? try /login)`});return}if(!d){let k=m.projects.map(T=>({id:T.id,name:T.name??T.id,sub:T.sub_domain}));if(k.length===0){u({kind:"note",tone:"info",text:"No projects found for this identity."});return}let R=k.findIndex(T=>T.id===m.current);nt({cursor:Math.max(0,R),current:R,rows:k,profile:m.profile,environment:m.environment});return}let w=tr(m.projects,d);if(!w){u({kind:"note",tone:"error",text:`No project matches "${d}". Available: ${m.projects.map(k=>k.name??k.id).join(", ")}`});return}Dn(m.profile,w);return}case"logout":{let d;try{d=pe(e,s).name}catch(w){u({kind:"note",tone:"error",text:w.message});return}let m=Sm(d);Dm(e,d),ye(),oe(w=>w+1),u({kind:"note",tone:m?"ok":"info",text:m?`\u2713 Signed out of "${d}" and cleared its project/workspace selection.`:`Profile "${d}" was not signed in. Cleared any project/workspace selection.`}),u({kind:"note",tone:"info",text:"Run /login to sign in and pick a project."}),G(["/login"]);return}case"publish":{if(!Bo(c.trim()))return;if(h[0]==="--related"&&h[1]){let m=await to(e,s,h[1].replace(/\\/g,"/"));if(m.length===0){u({kind:"note",tone:"ok",text:"\u2713 All related articles are already published."});return}await Rn(m);return}if(h[0]&&h[0]!=="--all"){await Xo(h[0]);return}let d=h[0]==="--all";u({kind:"note",tone:"info",text:"Checking what needs publishing\u2026"});try{let m=await nc({cwd:e,profileName:s}),w=an(m.entries),k=Zn(m.entries);if(k>0&&u({kind:"note",tone:"warn",text:`\u26A0 ${k} article${k===1?"":"s"} already exist on Document360 but aren\u2019t linked \u2014 left OUT of publish (publishing would duplicate them). Run /catch-up (or ask me to link them) first.`}),w.length===0){u({kind:"note",tone:"ok",text:k>0?"\u2713 Nothing else is ahead of Document360 to publish.":"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates."});let R=m.counts["unknown-base"]??0;R>0&&u({kind:"note",tone:"info",text:`(${R} article(s) have no sync base yet \u2014 publish those by path if needed.)`}),Ys("Reconciling structure on Document360 (order + related articles)\u2026");try{let T=await ic({cwd:e,profileName:s}),_=cc(await lc({cwd:e,profileName:s})),M=ac(T);M?u({kind:"note",tone:"info",text:M}):T.skipped&&u({kind:"note",tone:"warn",text:`Order sync skipped: ${T.skipped}`}),_&&u({kind:"note",tone:"info",text:_}),u({kind:"note",tone:"ok",text:M||_?"\u2713 Structure synced to Document360.":"\u2713 Already in order \u2014 nothing to change."}),de(null),G([{cmd:"/structure",desc:"see the new category + article order"}])}catch(T){u({kind:"note",tone:"warn",text:`Structure sync failed: ${T.message}`})}finally{Ys(null)}return}if(d){await Rn(w.map(R=>R.path));return}Ct({cursor:0,rows:sa(w)})}catch(m){u({kind:"note",tone:"error",text:`Could not compute sync status: ${m.message}`}),u({kind:"note",tone:"info",text:"Publish a specific article: /publish <article-path>"})}return}case"preview":{let d=h.join(" ").trim();if(!d){let w=[];try{w=Object.keys(Ao(e,pe(e,s).name)?.articles??{})}catch{}if(w.length===0){u({kind:"note",tone:"info",text:"No tracked articles to pick from yet. Usage: /preview <path-to.md | article-id>"});return}rt({query:"",cursor:0,paths:w});return}let m=bm(d)?d:mt(e,d);if(Ke(m)){try{u({kind:"preview",name:mn(m),text:pc(js(m,"utf8"))})}catch(w){u({kind:"note",tone:"error",text:`Could not read ${m}: ${w.message}`})}return}if(lh.test(d)){try{let w=pe(e,s),k={profile:w.name,connection:w.connection},R=w.project.projectId??Rm(k),T=await Tm(k,R,d);u({kind:"preview",name:T.title??d,text:T.content??"*(article has no content)*"})}catch(w){u({kind:"note",tone:"error",text:`Could not fetch article: ${w.message}`})}return}u({kind:"note",tone:"error",text:`"${d}" is neither a file (relative to ${e}) nor an article id.`});return}case"model":{let d=h[0]?.trim();if(!d){let R=io(_s(e));tt({cursor:R,current:R});return}let{lines:m,changed:w,effective:k}=cn(e,d);for(let R of m)u({kind:"note",tone:R.startsWith("\u26A0")?"warn":R.startsWith("\u2713")?"ok":"info",text:R});w&&(Ks(R=>R+1),xe.current?.setModel(k));return}case"convert":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{scope:d,run:m}=Dr(h),w=Km(e,s);if(w.length===0){u({kind:"note",tone:"error",text:"No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert."});return}let k=jr(w,d);if(k.length===0){u({kind:"note",tone:"error",text:`No tracked articles under "${d}". (${w.length} are tracked overall.)`});return}let R=Es(k),T=3,_=`/convert${d?` --scope ${d}`:""} --run`,M=Do(e,"light");if(!m){let v=rc({files:Ar(e,k),op:"convert",model:M.model}),N=d?`Scope: ${d} (${k.length} of ${w.length} tracked)
|
|
292
292
|
`:"",F=`
|
|
293
293
|
Model: ${M.model}${M.forced?" (forced)":" \u2014 mechanical work; /model to override"}`;u({kind:"note",tone:"info",text:N+Nr(R,v,T).join(`
|
|
294
294
|
`)+F}),G([_]);return}Je.current=Date.now(),gt(0),I(!0);let O=new AbortController;Ce.current=O,ee({verb:"Converting",total:R.length,done:0,active:[],rows:fn(R),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Converting ${k.length} articles across ${R.length} partitions (\u2264${T} agents at once) on ${M.model}\u2026 (esc to stop)`});try{for await(let v of So({cwd:e,partitions:R,promptFor:Er,concurrency:T,profileName:s,allowProdWrites:bt.current,model:M.model,signal:O.signal}))if(v.type==="partition_status")v.status==="running"?ee(N=>N&&{...N,active:[...N.active,v.label],rows:Me(N.rows,v.label,"active"),lastAt:Date.now()}):ee(N=>N&&{...N,active:N.active.filter(F=>F!==v.label),done:N.done+1,rows:Me(N.rows,v.label,v.status==="done"?"done":"failed"),lastAt:Date.now()});else if(v.type==="partition_event")ee(N=>{if(!N)return N;let F={...N,lastAt:Date.now()};return v.event.type==="tool"?F.tools=N.tools+1:v.event.type==="text"&&(F.chars=N.chars+v.event.delta.length),F});else if(v.type==="run_done"){Tt(X=>X+v.totalCostUsd),Rt(X=>X+v.results.reduce((we,jt)=>we+jt.outputTokens,0));let N=v.aborted?"Stopped. ":"",F=t.kind==="api"?"api":"subscription";u({kind:"note",tone:v.aborted?"warn":v.ok?"ok":"warn",text:N+Ir(v.results,R,F).join(`
|
|
@@ -299,20 +299,20 @@ Model: ${X.model}${X.forced?" (forced)":" \u2014 authoring; /model to override"}
|
|
|
299
299
|
`)});let Ae=V.aborted?null:Hr(e,_,M);if(Ae&&u({kind:"note",tone:"warn",text:Ae}),!V.aborted&&V.ok){let At=m??w??"",Nn=At?` ${At}`:"",at=[];Ae&&at.push({cmd:`/check${Nn} --fix`,desc:"fix the issues the checker just flagged"}),at.push({cmd:`/review${Nn} --fix`,desc:"editorial review + apply fixes (style, grammar, structure)"}),at.push({cmd:"/publish --all",desc:"publish the drafts to Document360"}),at.push({cmd:"/screenshot --all",desc:"add screenshots first (optional)"}),G(at),de(Ae?"Written \u2014 but the checker flagged issues. Fix, review, then publish:":"Written. Review for quality, then publish:")}}}catch(V){u({kind:"note",tone:"error",text:`Write run failed: ${V.message}`})}finally{Ce.current=null,ee(null),I(!1),oe(V=>V+1)}return}case"draft":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{features:d,looseDocs:m}=Br(e);if(d.length===0&&m===0){u({kind:"note",tone:"info",text:Yr});return}let w=h.join(" ").trim();if(!w&&d.length>1){u({kind:"note",tone:"info",text:`Multiple features in .d360-writer/input/ \u2014 draft which one?
|
|
300
300
|
${d.map(T=>` \u2022 ${T.name} (${T.docCount} doc${T.docCount===1?"":"s"})`).join(`
|
|
301
301
|
`)}`}),G(d.map(T=>`/draft ${T.name}`));return}let k="",R;if(w){let T=Gr(d,w);T?k=T:R=w}else k=d[0]?.name??"";await se(so(k,R),{display:w?`/draft ${w}`:"/draft",quietUser:!0});return}case"pull":{if(!Bo(c.trim()))return;let d=h.find(m=>m.startsWith("--"));try{if(d==="--status"){u({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"});let k=Date.now(),R=await nc({cwd:e,profileName:s});u({kind:"note",tone:"info",text:oo(R,Date.now()-k).join(`
|
|
302
|
-
`)});return}if(d==="--baseline"){let k=h.find(M=>!M.startsWith("--")),R=k?k.replace(/\\/g,"/"):void 0;u({kind:"note",tone:"info",text:R?`Setting the sync baseline for ${R}\u2026`:"Setting a sync baseline for tracked-but-not-yet-compared articles\u2026"});let T=await
|
|
302
|
+
`)});return}if(d==="--baseline"){let k=h.find(M=>!M.startsWith("--")),R=k?k.replace(/\\/g,"/"):void 0;u({kind:"note",tone:"info",text:R?`Setting the sync baseline for ${R}\u2026`:"Setting a sync baseline for tracked-but-not-yet-compared articles\u2026"});let T=await Hm({cwd:e,profileName:s,relPaths:R?[R]:void 0}),_=R?{rebaselined:[],skipped:[]}:await qm({cwd:e,profileName:s});if(T.baselined.length===0&&T.skipped.length===0&&_.rebaselined.length===0){u({kind:"note",tone:"ok",text:"\u2713 Nothing to baseline \u2014 every tracked article already has a sync baseline."});return}T.baselined.length>0&&u({kind:"note",tone:"ok",text:`\u2713 Baselined ${T.baselined.length} article${T.baselined.length===1?"":"s"} \u2014 they now read in-sync until either side changes.`}),_.rebaselined.length>0&&u({kind:"note",tone:"ok",text:`\u2713 Refreshed the metadata baseline for ${_.rebaselined.length} article${_.rebaselined.length===1?"":"s"} \u2014 cleared false "metadata changed" drift.`}),T.skipped.length>0&&u({kind:"note",tone:"warn",text:`${T.skipped.length} skipped:
|
|
303
303
|
${T.skipped.map(M=>` - ${M.path} (${M.reason})`).join(`
|
|
304
|
-
`)}`}),oe(M=>M+1);return}if(d==="--compare"){u({kind:"note",tone:"info",text:"Comparing the manifest against the per-article path (read-only)\u2026"});let k=await
|
|
305
|
-
`)});return}if(d){u({kind:"note",tone:"error",text:`Unknown option: ${d} \u2014 use /pull, /pull <path>, /pull --status, or /pull --baseline.`});return}let m=h[0];if(m){let k=await
|
|
304
|
+
`)}`}),oe(M=>M+1);return}if(d==="--compare"){u({kind:"note",tone:"info",text:"Comparing the manifest against the per-article path (read-only)\u2026"});let k=await Wm({cwd:e,profileName:s}),R=k.onlyInLegacy.length===0&&k.onlyInManifest.length===0&&k.mappedMissingFromManifest.length===0,T=[`Legacy listing: ${k.legacyCount} \xB7 Manifest: ${k.manifestCount} \xB7 in both: ${k.inBoth}`];R?T.push("\u2713 Parity \u2014 the manifest sees exactly the same articles. Safe to make it the default sync source."):(k.mappedMissingFromManifest.length&&T.push(`\u2717 ${k.mappedMissingFromManifest.length} MAPPED article(s) missing from the manifest: ${k.mappedMissingFromManifest.slice(0,5).join(", ")}`),k.onlyInLegacy.length&&T.push(`\u26A0 ${k.onlyInLegacy.length} only in the legacy listing: ${k.onlyInLegacy.slice(0,5).join(", ")}`),k.onlyInManifest.length&&T.push(`\u26A0 ${k.onlyInManifest.length} only in the manifest: ${k.onlyInManifest.slice(0,5).join(", ")}`),T.push("Send me this \u2014 a mismatch pinpoints where the manifest differs before we flip.")),u({kind:"note",tone:R?"ok":"warn",text:T.join(`
|
|
305
|
+
`)});return}if(d){u({kind:"note",tone:"error",text:`Unknown option: ${d} \u2014 use /pull, /pull <path>, /pull --status, or /pull --baseline.`});return}let m=h[0];if(m){let k=await Fm({cwd:e,profileName:s,relPath:m.replace(/\\/g,"/")});Fe.current=[k],jn();return}u({kind:"note",tone:"info",text:"Pulling changes from Document360\u2026"});let w=await Rr({cwd:e,profileName:s});for(let k of Tr(w))u({kind:"note",tone:k.tone,text:k.text});oe(k=>k+1)}catch(m){u({kind:"note",tone:"error",text:`Pull failed: ${m.message}`})}return}case"scope":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let d=Bm(e);if(d.length===0){u({kind:"note",tone:"info",text:'No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer/config.json manually.'});return}Pt({cursor:0,rows:d.map(m=>({...m,checked:m.recommended}))});return}case"audit":{if(h[0]==="--auto"){let m=Z(e);if(!m){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let w=h[1]!=="off";tc({...m,autoAudit:w},e),u({kind:"note",tone:"ok",text:w?"\u2713 Auto-audit ON \u2014 when you launch with code changes since the last audit, I\u2019ll run /audit automatically. (/audit --auto off to disable.)":"\u2713 Auto-audit OFF \u2014 I\u2019ll just nudge you to run /audit when code changed."});return}let d=await ln();d.kind==="forward-to-agent"&&d.prompt&&await se(d.prompt,{display:d.display,quietUser:!0});return}case"check":{let d=h.find(k=>!k.startsWith("--")),m=d?` ${d}`:"",w=oc({cwd:e,scope:d});if(h.includes("--fix")){if(w.length===0){u({kind:"note",tone:"ok",text:"\u2713 Nothing to fix \u2014 the docs are already clean."});return}u({kind:"note",tone:"info",text:`Fixing ${w.length} doc issue${w.length===1?"":"s"}\u2026`}),await se(ys(w),{display:`/check${m} --fix`,quietUser:!0});let k=oc({cwd:e,scope:d});u({kind:"note",tone:k.length===0?"ok":"warn",text:k.length===0?"\u2713 Doc-checker: all issues resolved.":mo(k).join(`
|
|
306
306
|
`)}),G([{cmd:`/review${m} --fix`,desc:"editorial review + apply fixes (style, grammar, structure)"},{cmd:"/publish --all",desc:"publish the corrected docs to Document360"}]),de(k.length===0?"Deterministic issues fixed. Review for quality, then publish:":"Some issues remain \u2014 review, then publish:");return}u({kind:"note",tone:w.length===0?"ok":"warn",text:mo(w).join(`
|
|
307
307
|
`)}),w.length>0&&(G([{cmd:`/check${m} --fix`,desc:"have the agent fix these in place"},{cmd:`/review${m} --fix`,desc:"also run the editorial review (style, grammar, structure)"},{cmd:"/publish --all",desc:"skip fixing \u2014 publish the docs as-is"}]),de(`Found ${w.length} doc issue${w.length===1?"":"s"} above \u2014 fix them, or publish as-is:`));return}case"structure":{let d=pn(e,s);if(d.length===0){u({kind:"note",tone:"info",text:"No documentation structure yet \u2014 run /init and author some articles first."});return}u({kind:"note",tone:"info",text:["Documentation order (categories \u2192 articles):","",...d].join(`
|
|
308
308
|
`)});return}case"reorder":{let d=ks(e,h);if(!d){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}await se(d.prompt,{display:d.display,quietUser:!0}),G([{cmd:"/publish --all",desc:"sync the new order to Document360"}]),de("Reordered locally \u2014 publish to sync the new order:");return}case"review":{let d=ws(e,h);if(!d){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=h.includes("--fix");if(await se(d.prompt,{display:d.display,quietUser:!0}),m)G([{cmd:"/publish --all",desc:"publish the corrected docs to Document360"},{cmd:"/check",desc:"optional: instant re-scan for leaks/bad commands (no tokens)"}]),de("\u2713 Editor applied its fixes \u2014 your docs are corrected. Publish them, or re-scan first:");else{let w=h.filter(k=>k!=="--fix").join(" ");G([{cmd:`/review${w?` ${w}`:""} --fix`,desc:"let the editor apply all the fixes it listed above"},{cmd:"/check --fix",desc:"fix just the deterministic issues (leaks, bad commands)"},{cmd:"/publish --all",desc:"skip fixing \u2014 publish the docs as-is"}]),de("The review listed issues above. Apply the fixes, or publish as-is:")}return}case"capture-setup":{let d=await dn();d.kind==="forward-to-agent"&&d.prompt&&await se(d.prompt,{display:d.display,quietUser:!0});let m=rs(e);m&&u({kind:"note",tone:"info",text:m.join(`
|
|
309
309
|
`)});return}case"devhints":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}u({kind:"note",tone:"info",text:Ot(It(e)).join(`
|
|
310
310
|
`)}),St(lt()),zt.current=Oe(e).status==="current"||_t(e);return}case"inbox":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(ss(e)===0){u({kind:"note",tone:"info",text:"Inbox empty \u2014 no open messages from the builder. (They arrive via the builder's /devhints hand-off.)"});return}await se(is(),{display:"/inbox",quietUser:!0});return}case"document":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{publish:d,what:m}=zr(h);if(!m&&Vr(e)===0){u({kind:"note",tone:"info",text:Xr});return}let w=`/document${m?` ${m}`:""}${d?" --publish":""}`;await se(Kr(m,d),{display:w,quietUser:!0});return}case"catch-up":{if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(!Bo(c.trim()))return;let{publish:d}=ls(h);u({kind:"note",tone:"info",text:"Reconciling with Document360 (pulling any portal changes)\u2026"});let m=await us({cwd:e,profileName:s});for(let k of ds(m))u({kind:"note",tone:k.startsWith("\u2713")?"ok":k.startsWith("\u2139")?"info":"warn",text:k});let w=Wt(Ut(e));u({kind:"note",tone:"info",text:w?`Catching up on ${w}\u2026`:"Checking for code changes the builder didn\u2019t hint\u2026"}),await se(cs({publish:d}),{display:`/catch-up${d?" --publish":""}`,quietUser:!0});return}case"update":{Ho.current=!0,u({kind:"note",tone:"info",text:`Updating ${pt}\u2026 (don\u2019t close this window)`}),yn(!0),(await po().finally(()=>yn(!1))).ok?(u({kind:"note",tone:"ok",text:"\u2713 Updated \u2014 run /exit, then relaunch to apply."}),G(m=>m.includes("/exit")?m:[...m,"/exit"]),Ws("")):u({kind:"note",tone:"warn",text:`Update failed \u2014 run manually: ${uo}`});return}case"screenshot":{let d=ts(h);if(d.mode==="list"){if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}u({kind:"note",tone:"info",text:os(ns(e,d.scope),d.scope).join(`
|
|
311
|
-
`)});return}if(d.mode==="single"){let O=await lo(h);O.kind==="forward-to-agent"&&O.prompt&&await se(O.prompt,{display:O.display,quietUser:!0});return}if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=d.mode==="scope"?d.scope:void 0,w=
|
|
311
|
+
`)});return}if(d.mode==="single"){let O=await lo(h);O.kind==="forward-to-agent"&&O.prompt&&await se(O.prompt,{display:O.display,quietUser:!0});return}if(!Z(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=d.mode==="scope"?d.scope:void 0,w=zm(e,{scope:m}).map(O=>O.id);if(w.length===0){u({kind:"note",tone:"info",text:m?`No screenshot placeholders under ${m}.`:"No screenshot placeholders found in the docs."});return}let k=6,R=Vm(w,3),T=Do(e,"standard");Je.current=Date.now(),gt(0),I(!0);let _=new AbortController;Ce.current=_,ee({verb:"Authoring",unit:"spec",total:R.length,done:0,active:[],rows:fn(R),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Authoring ${w.length} screenshot spec${w.length===1?"":"s"} across ${R.length} partition${R.length===1?"":"s"} (\u2264${k} agents at once) on ${T.model}${T.forced?" (forced)":""}\u2026 (esc to stop)`});let M=!1;try{for await(let O of So({cwd:e,partitions:R,promptFor:za,concurrency:k,profileName:s,allowProdWrites:bt.current,model:T.model,signal:_.signal}))if(O.type==="partition_status")O.status==="running"?ee(v=>v&&{...v,active:[...v.active,O.label],rows:Me(v.rows,O.label,"active"),lastAt:Date.now()}):ee(v=>v&&{...v,active:v.active.filter(N=>N!==O.label),done:v.done+1,rows:Me(v.rows,O.label,O.status==="done"?"done":"failed"),lastAt:Date.now()});else if(O.type==="partition_event")ee(v=>{if(!v)return v;let N={...v,lastAt:Date.now()};return O.event.type==="tool"?N.tools=v.tools+1:O.event.type==="text"&&(N.chars=v.chars+O.event.delta.length),N});else if(O.type==="run_done"){Tt(X=>X+O.totalCostUsd),Rt(X=>X+O.results.reduce((we,jt)=>we+jt.outputTokens,0));let v=O.results.filter(X=>X.ok).length,N=O.aborted?"Stopped. ":"";M=!O.aborted&&d.setup;let F=O.aborted?"":M?" Refreshing the capture-setup checklist\u2026":" Next: /capture-setup, then d360-capture capture.";u({kind:"note",tone:O.aborted?"warn":O.ok?"ok":"warn",text:`${N}Authored specs \u2014 ${v}/${O.results.length} batches ok.${F}`})}}catch(O){u({kind:"note",tone:"error",text:`Spec authoring failed: ${O.message}`})}finally{Ce.current=null,ee(null),I(!1),oe(O=>O+1)}if(M){let O=await dn();O.kind==="forward-to-agent"&&O.prompt&&await se(O.prompt,{display:O.display,quietUser:!0});let v=rs(e);v&&u({kind:"note",tone:"info",text:v.join(`
|
|
312
312
|
`)})}return}case"reset":{let d=ms(e);if(d.length===0){u({kind:"note",tone:"info",text:"Nothing to reset \u2014 no d360-writer files found in this repo."});return}_o.current={repoName:mn(e),targets:d,hadDevhints:Ke(Os(e))},u({kind:"note",tone:"warn",text:gs(e,d).join(`
|
|
313
|
-
`)}),ue(mn(e));return}default:u({kind:"note",tone:"error",text:`Unknown command: /${a} \u2014 type /help.`})}},[e,r,s,jn,u,ye,se,Rn,Xo,ei]),An=z(c=>{let i=(c??S).trim();if(x(""),wn(null),yt(0),i.startsWith("/")&&(ue(null),ht.current++,de(null),G(h=>Hl(h,i))),!i||ni(i)||ti(i))return;Io.current.push(i);let a=Vl(i,Fs.current);i.startsWith("/")?(u({kind:"user",text:i}),oi(a)):se(a,{display:i})},[S,ni,ti,oi,se]),ri=z(c=>{if(c.length>1){if(c.includes("\x1B"))return;let i=Bl(c);if(Gl(i)){let a=Yl(++Tc.current,i);Fs.current.set(a,i),P(a)}else P(i);return}P(c)},[P]),Dt=Math.max(10,_e-6),si=Ds(()=>Ro(g.text,Dt),[g.text,Dt]),Zo=z(c=>b(i=>({...i,pos:Math.max(0,Math.min(i.text.length,i.pos+c))})),[]),En=z(c=>b(i=>({...i,pos:Kl(Ro(i.text,Dt),i.pos,c)})),[Dt]),Qt=z(c=>b(i=>({...i,pos:Xl(Ro(i.text,Dt),i.pos,c)})),[Dt]),jc=["\x1B[H","\x1B[1~","\x1BOH"],Ac=["\x1B[F","\x1B[4~","\x1BOF"],ii=z((c,i)=>i.leftArrow?(Zo(-1),!0):i.rightArrow?(Zo(1),!0):c&&jc.includes(c)?(Qt("start"),!0):c&&Ac.includes(c)?(Qt("end"),!0):i.ctrl&&c==="a"?(Qt("start"),!0):i.ctrl&&c==="e"?(Qt("end"),!0):!1,[Zo,Qt]);return hm((c,i)=>{if(i.ctrl&&c==="c"){xe.current?.close(),r();return}if(!W){if(j){if(i.escape){if(Ce.current){if(!Ce.current.signal.aborted){let a=(bn?.verb??"work").toLowerCase(),h=bn?.unit??"article";u({kind:"note",tone:"warn",text:`\u238B Stopping the ${a} run (finishing in-flight ${h}s)\u2026`}),Ce.current.abort()}return}Gt.current||(Gt.current=!0,u({kind:"note",tone:"warn",text:"\u238B Interrupting\u2026"}),xe.current?.interrupt());return}if(i.return){let a=S.trim();if(!a)return;st.current.push(a),Lo([...st.current]),x("");return}if(ii(c,i))return;if(i.upArrow){En(-1);return}if(i.downArrow){En(1);return}if(i.backspace||i.delete){C();return}c&&!i.ctrl&&!i.meta&&ri(c);return}if(et){if(i.upArrow){tt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){tt(a=>a&&{...a,cursor:Math.min(Ee.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Ee.length){tt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=Ee[et.cursor];tt(null);let{lines:h,changed:d,effective:m}=cn(e,a.value??"default");for(let w of h)u({kind:"note",tone:w.startsWith("\u26A0")?"warn":w.startsWith("\u2713")?"ok":"info",text:w});d&&(Ks(w=>w+1),xe.current?.setModel(m));return}if(c==="s"){let a=Ee[et.cursor];tt(null),xe.current?.setModel(a.value??void 0),u({kind:"note",tone:"ok",text:`\u2713 Using ${a.label} for this session only (your saved default is unchanged).`});return}if(i.escape){tt(null);return}return}if(Ie){if(i.upArrow){xt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){xt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Ie.rows.length){xt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return||c==="s"){let a=Ie.rows[Ie.cursor];xt(null),Jo(a.name,i.return===!0);return}if(i.escape){xt(null);return}return}if(Mo){if(i.escape){Vt(null);return}if(i.leftArrow||i.tab&&i.shift){Vt(a=>a&&{tab:(a.tab-1+Te.length)%Te.length});return}if(i.rightArrow||i.tab){Vt(a=>a&&{tab:(a.tab+1)%Te.length});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Te.length){Vt({tab:Number(c)-1});return}return}if(He){if(i.upArrow){$t(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){$t(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=He.rows.length){$t(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=He.rows[He.cursor].name;if($t(null),!lr(e,a).created){u({kind:"note",tone:"error",text:"Could not scaffold \u2014 .d360-writer/config.json already exists."});return}u({kind:"note",tone:"ok",text:`\u2713 Wrote .d360-writer/config.json (environment "${a}").`});let d=!1;try{let m=Xe(a);d=!!m&&!(We(m)&&!m.refreshToken)}catch{d=!1}u({kind:"note",tone:"info",text:d?`Next: sign in to ${a} and pick your project \u2014 you're already signed in here, so it'll be quick. (press 1)`:`Next: sign in to Document360 (${a}) and pick your project. (press 1)`}),G(["/login"]),oe(m=>m+1);return}if(i.escape){$t(null);return}return}if(me){if(i.upArrow){vt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){vt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=me.rows.length){vt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=me.rows[me.cursor],{profile:h,projectId:d}=me;vt(null),Tn(h,d,a);return}if(i.escape){vt(null);return}return}if($e){if(i.upArrow){nt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){nt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=$e.rows.length){nt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=$e.rows[$e.cursor],{profile:h}=$e;nt(null),Dn(h,a);return}if(i.escape){nt(null);return}return}if(ge){if(i.upArrow){Pt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Pt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c===" "){Pt(a=>a&&{...a,rows:a.rows.map((h,d)=>d===a.cursor?{...h,checked:!h.checked}:h)});return}if(i.return){let a=ge.rows.filter(h=>h.checked).map(h=>h.path);if(Pt(null),a.length===0){u({kind:"note",tone:"info",text:"Nothing selected \u2014 scope unchanged."});return}vr(e,a),u({kind:"note",tone:"ok",text:`\u2713 Scoped to ${a.length} folder(s) \u2014 written to .d360-writer/config.json`});for(let h of a)u({kind:"note",tone:"info",text:` ${h}`});u({kind:"note",tone:"info",text:"Next: ask me to analyze these folders and propose a docs structure."});return}if(i.escape){Pt(null);return}return}if(ot){if(i.upArrow){Ct(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Ct(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=ot.rows.length){Ct(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=ot.rows[ot.cursor];Ct(null),a.kind==="article"?Xo(a.paths[0]):Rn(a.paths);return}if(i.escape){Ct(null);return}return}if(ve){if(i.escape){rt(null);return}if(i.upArrow){rt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){rt(a=>a&&{...a,cursor:Math.min(Math.max(0,Cn.length-1),a.cursor+1)});return}if(i.return){let a=Cn[ve.cursor];if(a){rt(null);try{u({kind:"preview",name:mn(a),text:pc(js(mt(e,a),"utf8"))})}catch(h){u({kind:"note",tone:"error",text:`Could not read ${a}: ${h.message}`})}}return}if(i.backspace||i.delete){rt(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(c&&!i.ctrl&&!i.meta&&c.length===1){rt(a=>a&&{...a,query:a.query+c,cursor:0});return}return}if(Pe){if(i.escape){it(null);return}if(i.upArrow){it(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){it(a=>a&&{...a,cursor:Math.min(Math.max(0,Pn.length-1),a.cursor+1)});return}if(i.return){let a=Pn[Pe.cursor];if(a){it(null),ye(a.uuid),Ne.current={uuid:a.uuid,firstPrompt:a.firstPrompt,titleFired:!0},Ze(a.name),As(a.uuid),kt.current=[];let h=Ps(e,a.uuid);for(let d of h)u(d);u({kind:"note",tone:"ok",text:h.length?`Resumed "${a.name}" \u2014 restored ${h.length} message(s); continue where you left off.`:`Resumed "${a.name}" (agent memory reconnected; no saved transcript to replay).`})}return}if(i.backspace||i.delete){it(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(c&&!i.ctrl&&!i.meta&&c.length===1){it(a=>a&&{...a,query:a.query+c,cursor:0});return}return}if(i.tab&&!S&&De){x(De),ue(null),ht.current++;return}if(!S&&Qe.length>0&&c&&/^[1-9]$/.test(c)){let a=Qe[Number(c)-1];if(a){x(ft(a));return}}if(!S&&(Go||Wo)&&c==="c"&&!i.ctrl&&!i.meta&&!i.return&&!i.tab){let a=Go!=null;Pl(Go??Wo).then(d=>{u({kind:"note",tone:d?"ok":"warn",text:d?a?"\u2713 Copied the feedback to your clipboard \u2014 send it to the d360-writer team (Teams / Slack / email).":"\u2713 Copied the prompt to your clipboard \u2014 paste it into your repo's coding agent.":a?"Couldn't reach your clipboard \u2014 select the feedback above and copy it manually.":"Couldn't reach your clipboard \u2014 select the prompt above and copy it manually."}),d&&a&&Yo(null)});return}if(!ii(c,i)){if(Js){if(i.upArrow){yt(a=>Math.max(0,a-1));return}if(i.downArrow){yt(a=>Math.min(Xt.length-1,a+1));return}if(i.tab){x("/"+(Xt[Bt]?.name??"")+" "),yt(0);return}if(i.return){let a=Xt[Bt];if(a){let h=S.trim().slice(1).split(/\s+/).slice(1).join(" ");if(Il(a.usage)&&!h){x("/"+a.name+" "),yt(0);return}An("/"+a.name+(h?" "+h:""));return}}}else{if(i.upArrow){if(S!==""&&wt===null){En(-1);return}let a=Io.current;if(!a.length)return;let h=wt===null?a.length-1:Math.max(0,wt-1);wn(h),x(a[h]??"");return}if(i.downArrow){if(S!==""&&wt===null){En(1);return}let a=Io.current;if(wt===null)return;let h=wt+1;h>=a.length?(wn(null),x("")):(wn(h),x(a[h]??""));return}}if(i.return){An();return}if(i.backspace||i.delete){C();return}if(i.escape){x(""),yt(0),ue(null),G([]),de(null);return}c&&!i.ctrl&&!i.meta&&ri(c)}}}),be(()=>{if(j||W)return;let c=st.current.shift();c!==void 0&&(Lo([...st.current]),An(c))},[j,W,An]),Y(ne,{flexDirection:"column",width:_e,children:[Ko!==null&&Y(ne,{marginTop:1,flexDirection:"column",children:[Ko.truncated&&E(D,{dimColor:!0,children:"\u2026"}),E(D,{children:Ko.text})]}),j&&(bn?E(uh,{p:bn}):E(ah,{startTime:Je.current,chars:Rc})),!j&&Gs?E(lh,{text:Gs}):null,E(ne,{borderStyle:"round",borderColor:Qs.prod?"yellow":B,borderTop:!0,borderBottom:!0,borderLeft:!1,borderRight:!1,marginTop:1,flexDirection:"column",children:S?si.map((c,i)=>{let a=g.text.slice(c.start,c.end),h=i===To(si,g.pos),d=Math.min(g.pos,c.end)-c.start;return Y(D,{children:[E(D,{color:B,children:i===0?"> ":" "}),h?Y(Ns,{children:[a.slice(0,d),E(jo,{ch:a[d]??" "}),a.slice(d+1)]}):a||" "]},`${i}-${c.start}`)}):Y(D,{children:[E(D,{color:B,children:"> "}),De&&!j?Y(Ns,{children:[E(jo,{ch:De[0],dim:!0}),E(D,{color:"gray",children:De.slice(1)}),E(D,{dimColor:!0,children:" (tab)"})]}):(zo.isSetup||!Cc)&&!j?Y(Ns,{children:[E(jo,{ch:zo.text[0],dim:!0}),E(D,{color:"gray",children:zo.text.slice(1)})]}):E(jo,{ch:" "})]})}),Bs.length>0&&E(ne,{flexDirection:"column",paddingX:1,children:Bs.map((c,i)=>E(D,{color:"gray",children:`\u29D7 queued: ${c}`},`${i}-${c.slice(0,24)}`))}),Mo?E(Ol,{tab:Mo.tab,width:_e}):et?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Select model"}),E(D,{color:"gray",children:"Your pick becomes your personal default for new sessions (team .d360-writer/config.json still wins)."}),Ee.map((c,i)=>Y(D,{color:i===et.cursor?B:void 0,children:[i===et.cursor?"\u276F ":" ",`${i+1}. ${c.label}${i===et.current?" \u2714":""}`.padEnd(16),E(D,{color:"gray",children:c.desc})]},c.label)),E(D,{dimColor:!0,children:"enter set as default \xB7 s this session only \xB7 esc cancel"})]}):Ie?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Switch connection profile"}),Ie.rows.map((c,i)=>Y(D,{color:i===Ie.cursor?B:void 0,children:[i===Ie.cursor?"\u276F ":" ",`${i+1}. ${c.name}${i===Ie.current?" \u2714":""}`.padEnd(20),E(D,{color:"gray",children:`${c.env} \xB7 ${c.who??"not signed in"}`}),c.prod?E(D,{color:"yellow",bold:!0,children:" \u26A0 PRODUCTION"}):null]},c.name)),E(D,{dimColor:!0,children:"enter switch (saved as default) \xB7 s this session only \xB7 esc cancel"})]}):He?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Pick your Document360 environment"}),He.rows.map((c,i)=>Y(D,{color:i===He.cursor?B:void 0,children:[i===He.cursor?"\u276F ":" ",`${i+1}. ${c.name}`.padEnd(16),E(D,{color:"gray",children:c.apiUrl})]},c.name)),E(D,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):me?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Switch workspace"}),E(D,{dimColor:!0,children:`environment ${me.environment} \xB7 project ${me.projectName??`${me.projectId.slice(0,8)}\u2026`}`}),me.rows.map((c,i)=>Y(D,{color:i===me.cursor?B:void 0,children:[i===me.cursor?"\u276F ":" ",`${i+1}. ${c.name}${i===me.current?" \u2714":""}`.padEnd(30),E(D,{color:"gray",children:c.type??""})]},c.id)),E(D,{dimColor:!0,children:"enter switch \xB7 esc cancel"})]}):$e?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Choose project"}),E(D,{dimColor:!0,children:`environment ${$e.environment}`}),$e.rows.map((c,i)=>Y(D,{color:i===$e.cursor?B:void 0,children:[i===$e.cursor?"\u276F ":" ",`${i+1}. ${c.name}${i===$e.current?" \u2714":""}`.padEnd(30),E(D,{color:"gray",children:c.sub??""})]},c.id)),E(D,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ge?(()=>{let i=Math.min(Math.max(0,ge.cursor-Math.floor(7)),Math.max(0,ge.rows.length-14)),a=ge.rows.slice(i,i+14),h=ge.rows.filter(d=>d.checked).length;return Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:`Which folders back the user docs? (${h} selected of ${ge.rows.length})`}),i>0?E(D,{dimColor:!0,children:` \u2191 ${i} more`}):null,a.map((d,m)=>{let w=i+m;return Y(D,{color:w===ge.cursor?B:void 0,children:[w===ge.cursor?"\u276F ":" ",d.checked?"\u25C9 ":"\u25CB ",d.path.padEnd(Math.min(48,_e-34)),E(D,{color:"gray",children:no(d)})]},d.path)}),i+14<ge.rows.length?E(D,{dimColor:!0,children:` \u2193 ${ge.rows.length-i-14} more`}):null,E(D,{dimColor:!0,children:"space toggle \xB7 enter save \xB7 esc cancel"})]})})():ot?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Publish to Document360 \u2014 pick a category (whole) or an article:"}),ot.rows.map((c,i)=>{let a=i===ot.cursor,h=c.indent?" ":" ",d=`${i+1}.`.padEnd(3);return Y(D,{color:a?B:void 0,bold:c.kind==="category"&&!a,children:[a?"\u276F ":" ",`${h}${d} ${c.label}`.padEnd(Math.min(56,_e-24)),c.note?E(D,{color:"gray",children:c.note}):null]},`${c.kind}:${c.paths.join(",")}`)}),E(D,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter publish (draft) \xB7 esc cancel"})]}):ve?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:`Preview article${ve.query?` \u2014 filter: ${ve.query}`:" (type to filter)"}`}),Cn.length===0?E(D,{color:"gray",children:"no articles match"}):Cn.map((c,i)=>Y(D,{color:i===ve.cursor?B:void 0,children:[i===ve.cursor?"\u276F ":" ",c]},c)),E(D,{dimColor:!0,children:"enter preview \xB7 esc cancel"})]}):Pe?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:`Resume session${Pe.query?` \u2014 filter: ${Pe.query}`:" (type to filter)"}`}),Pn.length===0?E(D,{color:"gray",children:"no sessions match"}):Pn.map((c,i)=>Y(D,{color:i===Pe.cursor?B:void 0,children:[i===Pe.cursor?"\u276F ":" ",c.name.slice(0,28).padEnd(30),E(D,{color:i===Pe.cursor?B:"gray",children:c.firstPrompt.slice(0,Math.max(10,_e-40))})]},c.uuid)),E(D,{dimColor:!0,children:"enter resume \xB7 esc cancel"})]}):Js?Y(ne,{flexDirection:"column",children:[Xt.map((c,i)=>Y(D,{color:i===Bt?B:void 0,children:[i===Bt?"\u276F ":" ",c.usage.padEnd(22)," ",E(D,{color:i===Bt?B:"gray",children:c.name==="model"&&Uo?`${c.desc} (currently ${Uo})`:c.desc})]},c.name)),E(D,{dimColor:!0,children:"\u2191\u2193 choose \xB7 enter run \xB7 tab complete \xB7 esc dismiss"})]}):!j&&!S&&Qe.length>0?Y(ne,{flexDirection:"column",paddingX:1,children:[qs?E(D,{color:B,children:qs}):null,Qe.map((c,i)=>{let a=ft(c),h=a.slice(0,Math.max(20,_e-5)),d=_e-h.length-7,m=d>=12?(Fl(c)??El(a)).slice(0,d):"";return Y(D,{children:[E(D,{color:B,children:i+1})," ",h,m?E(D,{dimColor:!0,children:` \u2014 ${m}`}):null]},a)}),E(D,{dimColor:!0,children:`press 1-${Qe.length} to fill the command \xB7 esc dismiss`})]}):E(ne,{paddingX:1,children:Y(D,{color:"gray",children:[Qs.prod?"\u26A0 PRODUCTION \xB7 ":"",`/help \xB7 ${Uo??"model n/a"}${t.kind==="api"?zs>0?` \xB7 ${he(zs)}`:"":Vs>0?` \xB7 ${Ve(Vs)}`:""} \xB7 \u2191 history \xB7 ctrl+c exit`]})})]})}H();import{jsx as mh}from"react/jsx-runtime";async function yc(e=process.cwd(),t="auto",n,o="0.0.0"){let r=fh(t);r.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${L("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${L("d360-writer --auth subscription")}`),process.exit(2));let{waitUntilExit:s}=ph(mh(gc,{cwd:e,auth:r,profileName:n,version:o}));await s(),process.stdout.write(`
|
|
314
|
-
`),process.exit(0)}H();import{writeCrashLog as wc,isBenignTransportError as
|
|
313
|
+
`)}),ue(mn(e));return}default:u({kind:"note",tone:"error",text:`Unknown command: /${a} \u2014 type /help.`})}},[e,r,s,jn,u,ye,se,Rn,Xo,ei]),An=z(c=>{let i=(c??S).trim();if(x(""),wn(null),yt(0),i.startsWith("/")&&(ue(null),ht.current++,de(null),G(h=>Hl(h,i))),!i||ni(i)||ti(i))return;Io.current.push(i);let a=Vl(i,Fs.current);i.startsWith("/")?(u({kind:"user",text:i}),oi(a)):se(a,{display:i})},[S,ni,ti,oi,se]),ri=z(c=>{if(c.length>1){if(c.includes("\x1B"))return;let i=Bl(c);if(Gl(i)){let a=Yl(++Tc.current,i);Fs.current.set(a,i),P(a)}else P(i);return}P(c)},[P]),Dt=Math.max(10,_e-6),si=Ds(()=>Ro(g.text,Dt),[g.text,Dt]),Zo=z(c=>b(i=>({...i,pos:Math.max(0,Math.min(i.text.length,i.pos+c))})),[]),En=z(c=>b(i=>({...i,pos:Kl(Ro(i.text,Dt),i.pos,c)})),[Dt]),Qt=z(c=>b(i=>({...i,pos:Xl(Ro(i.text,Dt),i.pos,c)})),[Dt]),jc=["\x1B[H","\x1B[1~","\x1BOH"],Ac=["\x1B[F","\x1B[4~","\x1BOF"],ii=z((c,i)=>i.leftArrow?(Zo(-1),!0):i.rightArrow?(Zo(1),!0):c&&jc.includes(c)?(Qt("start"),!0):c&&Ac.includes(c)?(Qt("end"),!0):i.ctrl&&c==="a"?(Qt("start"),!0):i.ctrl&&c==="e"?(Qt("end"),!0):!1,[Zo,Qt]);return ym((c,i)=>{if(i.ctrl&&c==="c"){xe.current?.close(),r();return}if(!W){if(j){if(i.escape){if(Ce.current){if(!Ce.current.signal.aborted){let a=(bn?.verb??"work").toLowerCase(),h=bn?.unit??"article";u({kind:"note",tone:"warn",text:`\u238B Stopping the ${a} run (finishing in-flight ${h}s)\u2026`}),Ce.current.abort()}return}Gt.current||(Gt.current=!0,u({kind:"note",tone:"warn",text:"\u238B Interrupting\u2026"}),xe.current?.interrupt());return}if(i.return){let a=S.trim();if(!a)return;st.current.push(a),Lo([...st.current]),x("");return}if(ii(c,i))return;if(i.upArrow){En(-1);return}if(i.downArrow){En(1);return}if(i.backspace||i.delete){C();return}c&&!i.ctrl&&!i.meta&&ri(c);return}if(et){if(i.upArrow){tt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){tt(a=>a&&{...a,cursor:Math.min(Ee.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Ee.length){tt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=Ee[et.cursor];tt(null);let{lines:h,changed:d,effective:m}=cn(e,a.value??"default");for(let w of h)u({kind:"note",tone:w.startsWith("\u26A0")?"warn":w.startsWith("\u2713")?"ok":"info",text:w});d&&(Ks(w=>w+1),xe.current?.setModel(m));return}if(c==="s"){let a=Ee[et.cursor];tt(null),xe.current?.setModel(a.value??void 0),u({kind:"note",tone:"ok",text:`\u2713 Using ${a.label} for this session only (your saved default is unchanged).`});return}if(i.escape){tt(null);return}return}if(Ie){if(i.upArrow){xt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){xt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Ie.rows.length){xt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return||c==="s"){let a=Ie.rows[Ie.cursor];xt(null),Jo(a.name,i.return===!0);return}if(i.escape){xt(null);return}return}if(Mo){if(i.escape){Vt(null);return}if(i.leftArrow||i.tab&&i.shift){Vt(a=>a&&{tab:(a.tab-1+Te.length)%Te.length});return}if(i.rightArrow||i.tab){Vt(a=>a&&{tab:(a.tab+1)%Te.length});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Te.length){Vt({tab:Number(c)-1});return}return}if(He){if(i.upArrow){$t(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){$t(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=He.rows.length){$t(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=He.rows[He.cursor].name;if($t(null),!lr(e,a).created){u({kind:"note",tone:"error",text:"Could not scaffold \u2014 .d360-writer/config.json already exists."});return}u({kind:"note",tone:"ok",text:`\u2713 Wrote .d360-writer/config.json (environment "${a}").`});let d=!1;try{let m=Xe(a);d=!!m&&!(We(m)&&!m.refreshToken)}catch{d=!1}u({kind:"note",tone:"info",text:d?`Next: sign in to ${a} and pick your project \u2014 you're already signed in here, so it'll be quick. (press 1)`:`Next: sign in to Document360 (${a}) and pick your project. (press 1)`}),G(["/login"]),oe(m=>m+1);return}if(i.escape){$t(null);return}return}if(me){if(i.upArrow){vt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){vt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=me.rows.length){vt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=me.rows[me.cursor],{profile:h,projectId:d}=me;vt(null),Tn(h,d,a);return}if(i.escape){vt(null);return}return}if($e){if(i.upArrow){nt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){nt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=$e.rows.length){nt(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=$e.rows[$e.cursor],{profile:h}=$e;nt(null),Dn(h,a);return}if(i.escape){nt(null);return}return}if(ge){if(i.upArrow){Pt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Pt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c===" "){Pt(a=>a&&{...a,rows:a.rows.map((h,d)=>d===a.cursor?{...h,checked:!h.checked}:h)});return}if(i.return){let a=ge.rows.filter(h=>h.checked).map(h=>h.path);if(Pt(null),a.length===0){u({kind:"note",tone:"info",text:"Nothing selected \u2014 scope unchanged."});return}vr(e,a),u({kind:"note",tone:"ok",text:`\u2713 Scoped to ${a.length} folder(s) \u2014 written to .d360-writer/config.json`});for(let h of a)u({kind:"note",tone:"info",text:` ${h}`});u({kind:"note",tone:"info",text:"Next: ask me to analyze these folders and propose a docs structure."});return}if(i.escape){Pt(null);return}return}if(ot){if(i.upArrow){Ct(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Ct(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=ot.rows.length){Ct(a=>a&&{...a,cursor:Number(c)-1});return}if(i.return){let a=ot.rows[ot.cursor];Ct(null),a.kind==="article"?Xo(a.paths[0]):Rn(a.paths);return}if(i.escape){Ct(null);return}return}if(ve){if(i.escape){rt(null);return}if(i.upArrow){rt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){rt(a=>a&&{...a,cursor:Math.min(Math.max(0,Cn.length-1),a.cursor+1)});return}if(i.return){let a=Cn[ve.cursor];if(a){rt(null);try{u({kind:"preview",name:mn(a),text:pc(js(mt(e,a),"utf8"))})}catch(h){u({kind:"note",tone:"error",text:`Could not read ${a}: ${h.message}`})}}return}if(i.backspace||i.delete){rt(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(c&&!i.ctrl&&!i.meta&&c.length===1){rt(a=>a&&{...a,query:a.query+c,cursor:0});return}return}if(Pe){if(i.escape){it(null);return}if(i.upArrow){it(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){it(a=>a&&{...a,cursor:Math.min(Math.max(0,Pn.length-1),a.cursor+1)});return}if(i.return){let a=Pn[Pe.cursor];if(a){it(null),ye(a.uuid),Ne.current={uuid:a.uuid,firstPrompt:a.firstPrompt,titleFired:!0},Ze(a.name),As(a.uuid),kt.current=[];let h=Ps(e,a.uuid);for(let d of h)u(d);u({kind:"note",tone:"ok",text:h.length?`Resumed "${a.name}" \u2014 restored ${h.length} message(s); continue where you left off.`:`Resumed "${a.name}" (agent memory reconnected; no saved transcript to replay).`})}return}if(i.backspace||i.delete){it(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(c&&!i.ctrl&&!i.meta&&c.length===1){it(a=>a&&{...a,query:a.query+c,cursor:0});return}return}if(i.tab&&!S&&De){x(De),ue(null),ht.current++;return}if(!S&&Qe.length>0&&c&&/^[1-9]$/.test(c)){let a=Qe[Number(c)-1];if(a){x(ft(a));return}}if(!S&&(Go||Wo)&&c==="c"&&!i.ctrl&&!i.meta&&!i.return&&!i.tab){let a=Go!=null;Pl(Go??Wo).then(d=>{u({kind:"note",tone:d?"ok":"warn",text:d?a?"\u2713 Copied the feedback to your clipboard \u2014 send it to the d360-writer team (Teams / Slack / email).":"\u2713 Copied the prompt to your clipboard \u2014 paste it into your repo's coding agent.":a?"Couldn't reach your clipboard \u2014 select the feedback above and copy it manually.":"Couldn't reach your clipboard \u2014 select the prompt above and copy it manually."}),d&&a&&Yo(null)});return}if(!ii(c,i)){if(Js){if(i.upArrow){yt(a=>Math.max(0,a-1));return}if(i.downArrow){yt(a=>Math.min(Xt.length-1,a+1));return}if(i.tab){x("/"+(Xt[Bt]?.name??"")+" "),yt(0);return}if(i.return){let a=Xt[Bt];if(a){let h=S.trim().slice(1).split(/\s+/).slice(1).join(" ");if(Il(a.usage)&&!h){x("/"+a.name+" "),yt(0);return}An("/"+a.name+(h?" "+h:""));return}}}else{if(i.upArrow){if(S!==""&&wt===null){En(-1);return}let a=Io.current;if(!a.length)return;let h=wt===null?a.length-1:Math.max(0,wt-1);wn(h),x(a[h]??"");return}if(i.downArrow){if(S!==""&&wt===null){En(1);return}let a=Io.current;if(wt===null)return;let h=wt+1;h>=a.length?(wn(null),x("")):(wn(h),x(a[h]??""));return}}if(i.return){An();return}if(i.backspace||i.delete){C();return}if(i.escape){x(""),yt(0),ue(null),G([]),de(null);return}c&&!i.ctrl&&!i.meta&&ri(c)}}}),be(()=>{if(j||W)return;let c=st.current.shift();c!==void 0&&(Lo([...st.current]),An(c))},[j,W,An]),Y(ne,{flexDirection:"column",width:_e,children:[Ko!==null&&Y(ne,{marginTop:1,flexDirection:"column",children:[Ko.truncated&&E(D,{dimColor:!0,children:"\u2026"}),E(D,{children:Ko.text})]}),j&&(bn?E(ph,{p:bn}):E(ch,{startTime:Je.current,chars:Rc})),!j&&Gs?E(uh,{text:Gs}):null,E(ne,{borderStyle:"round",borderColor:Qs.prod?"yellow":B,borderTop:!0,borderBottom:!0,borderLeft:!1,borderRight:!1,marginTop:1,flexDirection:"column",children:S?si.map((c,i)=>{let a=g.text.slice(c.start,c.end),h=i===To(si,g.pos),d=Math.min(g.pos,c.end)-c.start;return Y(D,{children:[E(D,{color:B,children:i===0?"> ":" "}),h?Y(Ns,{children:[a.slice(0,d),E(jo,{ch:a[d]??" "}),a.slice(d+1)]}):a||" "]},`${i}-${c.start}`)}):Y(D,{children:[E(D,{color:B,children:"> "}),De&&!j?Y(Ns,{children:[E(jo,{ch:De[0],dim:!0}),E(D,{color:"gray",children:De.slice(1)}),E(D,{dimColor:!0,children:" (tab)"})]}):(zo.isSetup||!Cc)&&!j?Y(Ns,{children:[E(jo,{ch:zo.text[0],dim:!0}),E(D,{color:"gray",children:zo.text.slice(1)})]}):E(jo,{ch:" "})]})}),Bs.length>0&&E(ne,{flexDirection:"column",paddingX:1,children:Bs.map((c,i)=>E(D,{color:"gray",children:`\u29D7 queued: ${c}`},`${i}-${c.slice(0,24)}`))}),Mo?E(Ol,{tab:Mo.tab,width:_e}):et?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Select model"}),E(D,{color:"gray",children:"Your pick becomes your personal default for new sessions (team .d360-writer/config.json still wins)."}),Ee.map((c,i)=>Y(D,{color:i===et.cursor?B:void 0,children:[i===et.cursor?"\u276F ":" ",`${i+1}. ${c.label}${i===et.current?" \u2714":""}`.padEnd(16),E(D,{color:"gray",children:c.desc})]},c.label)),E(D,{dimColor:!0,children:"enter set as default \xB7 s this session only \xB7 esc cancel"})]}):Ie?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Switch connection profile"}),Ie.rows.map((c,i)=>Y(D,{color:i===Ie.cursor?B:void 0,children:[i===Ie.cursor?"\u276F ":" ",`${i+1}. ${c.name}${i===Ie.current?" \u2714":""}`.padEnd(20),E(D,{color:"gray",children:`${c.env} \xB7 ${c.who??"not signed in"}`}),c.prod?E(D,{color:"yellow",bold:!0,children:" \u26A0 PRODUCTION"}):null]},c.name)),E(D,{dimColor:!0,children:"enter switch (saved as default) \xB7 s this session only \xB7 esc cancel"})]}):He?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Pick your Document360 environment"}),He.rows.map((c,i)=>Y(D,{color:i===He.cursor?B:void 0,children:[i===He.cursor?"\u276F ":" ",`${i+1}. ${c.name}`.padEnd(16),E(D,{color:"gray",children:c.apiUrl})]},c.name)),E(D,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):me?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Switch workspace"}),E(D,{dimColor:!0,children:`environment ${me.environment} \xB7 project ${me.projectName??`${me.projectId.slice(0,8)}\u2026`}`}),me.rows.map((c,i)=>Y(D,{color:i===me.cursor?B:void 0,children:[i===me.cursor?"\u276F ":" ",`${i+1}. ${c.name}${i===me.current?" \u2714":""}`.padEnd(30),E(D,{color:"gray",children:c.type??""})]},c.id)),E(D,{dimColor:!0,children:"enter switch \xB7 esc cancel"})]}):$e?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Choose project"}),E(D,{dimColor:!0,children:`environment ${$e.environment}`}),$e.rows.map((c,i)=>Y(D,{color:i===$e.cursor?B:void 0,children:[i===$e.cursor?"\u276F ":" ",`${i+1}. ${c.name}${i===$e.current?" \u2714":""}`.padEnd(30),E(D,{color:"gray",children:c.sub??""})]},c.id)),E(D,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ge?(()=>{let i=Math.min(Math.max(0,ge.cursor-Math.floor(7)),Math.max(0,ge.rows.length-14)),a=ge.rows.slice(i,i+14),h=ge.rows.filter(d=>d.checked).length;return Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:`Which folders back the user docs? (${h} selected of ${ge.rows.length})`}),i>0?E(D,{dimColor:!0,children:` \u2191 ${i} more`}):null,a.map((d,m)=>{let w=i+m;return Y(D,{color:w===ge.cursor?B:void 0,children:[w===ge.cursor?"\u276F ":" ",d.checked?"\u25C9 ":"\u25CB ",d.path.padEnd(Math.min(48,_e-34)),E(D,{color:"gray",children:no(d)})]},d.path)}),i+14<ge.rows.length?E(D,{dimColor:!0,children:` \u2193 ${ge.rows.length-i-14} more`}):null,E(D,{dimColor:!0,children:"space toggle \xB7 enter save \xB7 esc cancel"})]})})():ot?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:"Publish to Document360 \u2014 pick a category (whole) or an article:"}),ot.rows.map((c,i)=>{let a=i===ot.cursor,h=c.indent?" ":" ",d=`${i+1}.`.padEnd(3);return Y(D,{color:a?B:void 0,bold:c.kind==="category"&&!a,children:[a?"\u276F ":" ",`${h}${d} ${c.label}`.padEnd(Math.min(56,_e-24)),c.note?E(D,{color:"gray",children:c.note}):null]},`${c.kind}:${c.paths.join(",")}`)}),E(D,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter publish (draft) \xB7 esc cancel"})]}):ve?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:`Preview article${ve.query?` \u2014 filter: ${ve.query}`:" (type to filter)"}`}),Cn.length===0?E(D,{color:"gray",children:"no articles match"}):Cn.map((c,i)=>Y(D,{color:i===ve.cursor?B:void 0,children:[i===ve.cursor?"\u276F ":" ",c]},c)),E(D,{dimColor:!0,children:"enter preview \xB7 esc cancel"})]}):Pe?Y(ne,{flexDirection:"column",paddingX:1,children:[E(D,{color:B,bold:!0,children:`Resume session${Pe.query?` \u2014 filter: ${Pe.query}`:" (type to filter)"}`}),Pn.length===0?E(D,{color:"gray",children:"no sessions match"}):Pn.map((c,i)=>Y(D,{color:i===Pe.cursor?B:void 0,children:[i===Pe.cursor?"\u276F ":" ",c.name.slice(0,28).padEnd(30),E(D,{color:i===Pe.cursor?B:"gray",children:c.firstPrompt.slice(0,Math.max(10,_e-40))})]},c.uuid)),E(D,{dimColor:!0,children:"enter resume \xB7 esc cancel"})]}):Js?Y(ne,{flexDirection:"column",children:[Xt.map((c,i)=>Y(D,{color:i===Bt?B:void 0,children:[i===Bt?"\u276F ":" ",c.usage.padEnd(22)," ",E(D,{color:i===Bt?B:"gray",children:c.name==="model"&&Uo?`${c.desc} (currently ${Uo})`:c.desc})]},c.name)),E(D,{dimColor:!0,children:"\u2191\u2193 choose \xB7 enter run \xB7 tab complete \xB7 esc dismiss"})]}):!j&&!S&&Qe.length>0?Y(ne,{flexDirection:"column",paddingX:1,children:[qs?E(D,{color:B,children:qs}):null,Qe.map((c,i)=>{let a=ft(c),h=a.slice(0,Math.max(20,_e-5)),d=_e-h.length-7,m=d>=12?(Fl(c)??El(a)).slice(0,d):"";return Y(D,{children:[E(D,{color:B,children:i+1})," ",h,m?E(D,{dimColor:!0,children:` \u2014 ${m}`}):null]},a)}),E(D,{dimColor:!0,children:`press 1-${Qe.length} to fill the command \xB7 esc dismiss`})]}):E(ne,{paddingX:1,children:Y(D,{color:"gray",children:[Qs.prod?"\u26A0 PRODUCTION \xB7 ":"",`/help \xB7 ${Uo??"model n/a"}${t.kind==="api"?zs>0?` \xB7 ${he(zs)}`:"":Vs>0?` \xB7 ${Ve(Vs)}`:""} \xB7 \u2191 history \xB7 ctrl+c exit`]})})]})}H();import{jsx as gh}from"react/jsx-runtime";async function yc(e=process.cwd(),t="auto",n,o="0.0.0"){let r=hh(t);r.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${L("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${L("d360-writer --auth subscription")}`),process.exit(2));let{waitUntilExit:s}=mh(gh(gc,{cwd:e,auth:r,profileName:n,version:o}));await s(),process.stdout.write(`
|
|
314
|
+
`),process.exit(0)}H();import{writeCrashLog as wc,isBenignTransportError as yh}from"document360-engine";var kc=!1;function Ls(e){return e instanceof Error?e.message:typeof e=="string"?e:JSON.stringify(e)}function bc(e){if(kc)return;kc=!0;let t=(n,o)=>{if(yh(o)){wc({kind:n,level:"transport",message:Ls(o),stack:o instanceof Error?o.stack:void 0,detail:e});return}let r=wc({kind:n,level:"fatal",message:Ls(o),stack:o instanceof Error?o.stack:void 0,detail:e});process.stderr.write(`
|
|
315
315
|
`+$(`\u2717 d360-writer crashed: ${Ls(o)}`)+`
|
|
316
316
|
`),r&&process.stderr.write(f(` Crash details: ${r}`)+`
|
|
317
317
|
`+f(" Run: d360-writer logs")+`
|
|
318
|
-
`),process.exit(1)};process.on("uncaughtException",n=>t("uncaughtException",n)),process.on("unhandledRejection",n=>t("unhandledRejection",n))}var kh
|
|
318
|
+
`),process.exit(1)};process.on("uncaughtException",n=>t("uncaughtException",n)),process.on("unhandledRejection",n=>t("unhandledRejection",n))}var xh=kh(import.meta.url),xc=xh("../package.json");bc("d360-writer");var Se=new wh;function Ms(e){e.env&&(console.error("\u2717 --env was replaced by --profile (connection profiles). Use: --profile <name>"),process.exit(2))}Se.command("login").description("Sign in to Document360 (browser OAuth; project chosen during login)").option("--profile <name>","Connection profile (defaults to the repo's defaultProfile)").option("--env <name>",!1).option("--manual","No local listener \u2014 paste the redirect URL instead (SSH/locked-down setups)").action(async e=>{Ms(e),await Wn({profile:e.profile,manual:e.manual})});Se.command("logout").description("Remove the stored Document360 session").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{Ms(e),await ki({profile:e.profile})});Se.command("whoami").description("Show the current Document360 identity (refreshes if expired)").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{Ms(e),await wi({profile:e.profile})});var Us=Se.command("profile").description("Manage connection profiles for the current repo");Us.command("list",{isDefault:!0}).description("List profiles (\u25CF = default)").action(()=>Fn(process.cwd()));Us.command("use <name>").description("Set the default profile for this repo").action(e=>Hn(process.cwd(),e));Us.command("show [name]").description("Print the resolved profile (connection + project)").action(e=>qn(process.cwd(),e));var $c=Se.command("workspace").description("Choose the Document360 workspace for this repo (active profile's project)");$c.command("select",{isDefault:!0}).description("Interactively pick the workspace (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>Et(process.cwd(),e.profile));$c.command("use <name>").description("Set the workspace by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await di(process.cwd(),e,t.profile)});var vc=Se.command("project").description("Choose the Document360 project for this repo (active profile's identity)");vc.command("select",{isDefault:!0}).description("Interactively pick the project (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>Ln(process.cwd(),e.profile));vc.command("use <name>").description("Set the project by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await fi(process.cwd(),e,t.profile)});Se.command("init").description("Scaffold .d360-writer/config.json for this repo (interactive)").action(async()=>{let{initCommand:e}=await Promise.resolve().then(()=>(Qn(),Bi));await e()});Se.command("logs").description("Show the API + crash log files (send these to support when reporting a problem)").action(()=>vi());Se.command("doctor").description("Health-check: node, Claude auth, Document360 login, profile/workspace, category map, API reachability").action(async()=>{let{renderDoctorChecks:e,runDoctorChecks:t}=await Promise.resolve().then(()=>(ao(),Wa)),n=await t(process.cwd());for(let o of e(n))console.log(o);process.exitCode=n.some(o=>o.level==="fail")?1:0});Se.name("d360-writer").description("Standalone documentation agent CLI. Reads your code, writes your docs.").version(xc.version,"-v, --version").option("-p, --prompt <text>","One-shot prompt mode (non-interactive)").option("-r, --resume <name>","Resume a saved session (with --prompt; use /resume inside the REPL)").option("-C, --cwd <dir>","Working directory",process.cwd()).option("--auth <mode>","Auth mode: auto | api | subscription","auto").option("--profile <name>","Connection profile (defaults to the repo's defaultProfile)").option("--yes","Skip the production write confirmation (for one-shot/CI)").option("--classic","Use the plain readline REPL instead of the Ink TUI").action(async e=>{if(bh.includes(e.auth)||(console.error(`\u2717 Invalid --auth mode: ${e.auth}`),console.error("Run: d360-writer --auth auto | api | subscription"),process.exit(2)),e.prompt){await Ci(e.cwd,e.prompt,e.auth,e.resume,e.profile,e.yes);return}e.resume&&(console.error("\u2717 --resume requires --prompt. In the interactive REPL, use /resume instead."),process.exit(2)),e.classic||!process.stdin.isTTY?await vl(e.cwd,e.auth,e.profile):await yc(e.cwd,e.auth,e.profile,xc.version)});Se.parseAsync(process.argv).catch(e=>{console.error(""),console.error(`\u2717 ${e.message}`),process.exit(1)});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computeSyncStatus, planPull, applyPull } from 'document360-engine';
|
|
1
|
+
import { computeSyncStatus, planPull, applyPull, planImport, applyImport } from 'document360-engine';
|
|
2
2
|
import type { ReplContext } from '../repl.js';
|
|
3
3
|
import type { SlashCommandResult } from './index.js';
|
|
4
4
|
export type PendingSummary = {
|
|
@@ -18,15 +18,15 @@ export declare function parseCatchUpArgs(args: string[]): {
|
|
|
18
18
|
export declare function buildCatchUpPrompt({ publish }: {
|
|
19
19
|
publish: boolean;
|
|
20
20
|
}): string;
|
|
21
|
-
/** Outcome of the Phase-0 portal reconcile (catch-up
|
|
21
|
+
/** Outcome of the Phase-0 portal reconcile (catch-up brings the portal fully down BEFORE the agent writes). */
|
|
22
22
|
export type PortalReconcileResult = {
|
|
23
23
|
/** Repo-relative paths whose clean portal edits were pulled into local (lossless — local was unchanged). */
|
|
24
24
|
pulled: string[];
|
|
25
|
+
/** Repo-relative paths of NEW portal articles imported into local drafts (were untracked-remote). */
|
|
26
|
+
imported: string[];
|
|
25
27
|
/** Paths changed in BOTH places — left untouched for the user to resolve. */
|
|
26
28
|
conflicts: string[];
|
|
27
|
-
/**
|
|
28
|
-
untrackedRemote: string[];
|
|
29
|
-
/** Per-article pull failures (left for /pull). */
|
|
29
|
+
/** Per-article pull/import failures (left for /pull). */
|
|
30
30
|
failed: {
|
|
31
31
|
path: string;
|
|
32
32
|
error: string;
|
|
@@ -39,13 +39,16 @@ export type ReconcileDeps = {
|
|
|
39
39
|
status: typeof computeSyncStatus;
|
|
40
40
|
plan: typeof planPull;
|
|
41
41
|
apply: typeof applyPull;
|
|
42
|
+
planImport: typeof planImport;
|
|
43
|
+
applyImport: typeof applyImport;
|
|
42
44
|
};
|
|
43
45
|
/**
|
|
44
|
-
* Phase 0 of /catch-up —
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
*
|
|
46
|
+
* Phase 0 of /catch-up — bring the portal FULLY down before the agent works, so "/catch-up" is the one
|
|
47
|
+
* command a returning user needs (pull + process). Auto-pull clean `remote-ahead` (lossless — local
|
|
48
|
+
* unchanged) AND import `untracked-remote` (new portal-authored articles → local drafts), the same way
|
|
49
|
+
* bare /pull does; `conflict` is surfaced + skipped (never overwrite a copy we can't trust). Best-effort:
|
|
50
|
+
* a status failure returns `{ error }` and catch-up proceeds (the agent's own d360_sync_status still gates).
|
|
51
|
+
* The hidden feedback category is excluded upstream (computeSyncStatus), so its articles never import here.
|
|
49
52
|
*/
|
|
50
53
|
export declare function reconcilePortal(opts: {
|
|
51
54
|
cwd: string;
|
package/package.json
CHANGED