document360-writer 0.5.74 → 0.5.76

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
- var Hc=Object.defineProperty;var Mn=(e,t,n)=>()=>{if(n)throw n[0];try{return e&&(t=e(e=0)),t}catch(o){throw n=[o],o}};var gi=(e,t)=>{for(var n in t)Hc(e,n,{get:t[n],enumerable:!0})};import Ye from"picocolors";var B,qc,Bc,Yc,wi,tn,f,$,U,N,L,ie,Pe,H=Mn(()=>{"use strict";B="#7f56d9",[qc,Bc,Yc]=[127,86,217],wi=e=>Ye.isColorSupported?`\x1B[38;2;${qc};${Bc};${Yc}m${e}\x1B[39m`:e,tn=e=>Ye.bold(wi(e)),f=e=>Ye.dim(e),$=e=>Ye.red(e),U=e=>Ye.yellow(e),N=e=>Ye.green(e),L=wi,ie=e=>Ye.gray(e),Pe=e=>Ye.bold(e)});import{existsSync as rn,writeFileSync as _t,readFileSync as Du,readdirSync as ju}from"node:fs";import{join as Au}from"node:path";import{devHintsGuidePath as Xn,hintsDir as _i,architectureDir as Ui,messagesDir as ur,creatorNotesPath as Oi,devhintsStatePath as Wi,directivesPath as Li,DIRECTIVES_HEADER as Eu,ensureDir as zn,writeMessage as Nu,listOpenForDev as Iu}from"document360-engine";function Fi(){return`# Dev \u2192 Docs hand-off \u2014 protocol guide
2
+ var iu=Object.defineProperty;var Gn=(e,t,n)=>()=>{if(n)throw n[0];try{return e&&(t=e(e=0)),t}catch(o){throw n=[o],o}};var js=(e,t)=>{for(var n in t)iu(e,n,{get:t[n],enumerable:!0})};import Be from"picocolors";var F,su,au,lu,As,tn,f,$,L,I,_,se,Pe,U=Gn(()=>{"use strict";F="#7f56d9",[su,au,lu]=[127,86,217],As=e=>Be.isColorSupported?`\x1B[38;2;${su};${au};${lu}m${e}\x1B[39m`:e,tn=e=>Be.bold(As(e)),f=e=>Be.dim(e),$=e=>Be.red(e),L=e=>Be.yellow(e),I=e=>Be.green(e),_=As,se=e=>Be.gray(e),Pe=e=>Be.bold(e)});import{existsSync as rn,writeFileSync as _t,readFileSync as Gu,readdirSync as Yu}from"node:fs";import{join as zu}from"node:path";import{devHintsGuidePath as oo,hintsDir as Ks,architectureDir as Zs,messagesDir as yr,creatorNotesPath as Xs,devhintsStatePath as ea,directivesPath as Qs,DIRECTIVES_HEADER as Ku,ensureDir as no,writeMessage as Xu,listOpenForDev as Qu}from"document360-engine";function ta(){return`# Dev \u2192 Docs hand-off \u2014 protocol guide
3
3
 
4
- <!-- devhints script v${se} \xB7 maintained by document360-writer (/devhints). -->
4
+ <!-- devhints script v${ie} \xB7 maintained by document360-writer (/devhints). -->
5
5
 
6
6
  This repo's user documentation is written by **document360-writer** ("the docs agent"), a separate agent.
7
7
  It can read your code, but code alone can't tell it the *intent* \u2014 WHY a feature exists, which of a
@@ -193,7 +193,7 @@ do it**:
193
193
  **Do NOT write or action the documentation yourself** \u2014 same boundary as Part 2. Writing the article is the
194
194
  docs agent's job; it actions open directives on its next \`/catch-up\` (as drafts) and flips each to \`[done]\`
195
195
  with the article it wrote. You are only the relay so the ask is captured durably and travels via git.
196
- `}function _u(){return`# Creator notes (optional \u2014 for the docs agent and the builder)
196
+ `}function Ju(){return`# Creator notes (optional \u2014 for the docs agent and the builder)
197
197
 
198
198
  <!-- The ORIGINAL CREATOR's context. Most repos leave this empty \u2014 that's fine.
199
199
  The builder agent reads this FIRST and treats it as authoritative when writing the architecture
@@ -207,60 +207,60 @@ Anything only a human knows that would help document this product. For example:
207
207
  - Gotchas or non-obvious behavior.
208
208
 
209
209
  (Replace these examples with your notes, or leave the file as-is to skip \u2014 it's optional.)
210
- `}function Lt(e){zn(_i(e)),zn(Ui(e)),zn(ur(e));for(let n of[_i(e),ur(e)]){let o=Au(n,".gitkeep");rn(o)||_t(o,`# Keeps this document360-writer inbox tracked in git even when empty.
211
- `)}rn(Oi(e))||_t(Oi(e),_u()),rn(Li(e))||_t(Li(e),Eu),_t(Xn(e),Fi());let t=_e(e);return qi(e,new Date().toISOString()),t}async function Hi(e,t){for(let n of Ut(Lt(t.cwd)))console.log(n);return{kind:"continue"}}function ct(){return[`This is document360-writer's dev hand-off setup (v${se}).`,'Connect this repository to document360-writer (its "docs agent" \u2014 a separate tool that writes this',"product's user documentation from your code, but needs your intent). This prompt is SAFE TO RUN MORE","THAN ONCE \u2014 paste it again whenever the product changes. At each step: create what is missing, reconcile","what already exists, and never duplicate, clobber a refined file, or delete human-written notes. In order:","","1. Read `.d360-writer/DEV-HINTS-GUIDE.md` \u2014 the full dev\u2192docs hand-off protocol (Parts 1\u20136). Follow it.","2. Architecture brief in `.d360-writer/architecture/` (per the guide). First read"," `.d360-writer/architecture/CREATOR-NOTES.md` and treat it as authoritative (it may be empty; never"," modify it). Then:"," \u2022 If no brief exists yet, write it now \u2014 a USER-DOC-enabling brief: product intent, user-facing"," surfaces, features and why a user reaches for each, roles/permission gating, core workflows,"," terminology \u2014 every claim citing the source file(s) that prove it. Skip internals (services, data"," access, infra, build/CI, tests)."," \u2022 If a brief already exists, UPDATE it to match the current code: add new surfaces/features, correct"," what changed, remove what was deleted \u2014 but preserve accurate existing content and any human edits."," Do NOT rewrite it from scratch. If nothing changed, leave it as is.","3. Persist the ongoing rule so teammates' agents inherit it: this repo's agent-memory file (CLAUDE.md,"," or AGENTS.md \u2014 whichever this repo already uses; create CLAUDE.md if neither exists) should contain a",' short "Documentation hand-off" section saying: on every user-facing change, drop a hint file in'," `.d360-writer/hints/` and keep `.d360-writer/architecture/` current \u2014 and SURFACE each hint drop in"," your reply (name the file + the one-line surface), never silently; NEVER write or publish the"," user-facing articles yourself (that is the docs agent's job \u2014 you only hand off); each session,"," check `.d360-writer/messages/` for open questions from the docs agent and answer them; AND when the"," human types `@d360-writer <directive>` in your session, append it as an `## [open] <directive>` block"," to `.d360-writer/directives.md` (create if absent) and commit \u2014 do NOT action it yourself (the docs"," agent picks it up on its next /catch-up) \u2014 all per `.d360-writer/DEV-HINTS-GUIDE.md`. If that section"," is already there, leave it (refine in place only if"," wrong) \u2014 do NOT add a duplicate. Then commit `.d360-writer/` and the memory-file change ONLY if"," something actually changed.","4. Two-way messages (Part 3): check `.d360-writer/messages/` for open questions addressed to you"," (`from: docs`, `status: open`). Answer each \u2014 fold durable facts into the architecture brief and/or drop"," a reply (`from: dev`, `kind: answer`, `re: <id>`) \u2014 then set the question's frontmatter `status: done`."," If there are none, continue.","5. Then STOP and ask me for tribal knowledge \u2014 present it as a clearly-marked, standalone prompt on its"," own line (NOT buried in prose) and WAIT for my reply before doing anything else. Use this shape:",' "\u23F8 YOUR INPUT NEEDED \u2014 Any tribal knowledge that would help document this product? (folder map,',` terminology, what to prioritize or skip, gotchas.) Type it below, or reply 'none' / 'carry on' to skip."`," If I give you anything, phrase it clearly and append it to `.d360-writer/architecture/CREATOR-NOTES.md`"," (keep the existing header comment and every note already there; only add). If I say 'none'/'carry on', continue.",`6. Record completion: write/merge \`.d360-writer/devhints-state.json\` with {"completedVersion": ${se},`,' "completedAt": "<UTC now>", "completedCommit": "<current HEAD short sha>"} (preserve any other keys'," already in the file, e.g. emittedAt). Include this file in the commit from step 3.","7. When everything is done, print the completion line, THEN the next command as its own copy-paste"," block so it is unmistakable. Pick the matching first line:",' \u2022 first-time setup: "\u2705 Setup complete. Now switch to the document360-writer terminal and paste this:"',' \u2022 a refresh (brief/notes already existed): "\u2705 Hand-off refreshed. Back in the document360-writer terminal, paste this:"'," Then, on its OWN line, fenced as a code block so it copies cleanly:"," ```"," write the docs for this repo"," ```"].join(`
212
- `)}function dr(e){try{let t=Du(Wi(e),"utf8"),n=JSON.parse(t);return n&&typeof n=="object"?n:null}catch{return null}}function qi(e,t){let o={...dr(e)??{},emittedVersion:se,emittedAt:t};_t(Wi(e),`${JSON.stringify(o,null,2)}
213
- `)}function Mt(e){try{return ju(Ui(e)).some(t=>/\.md$/i.test(t)&&t.toLowerCase()!=="creator-notes.md")}catch{return!1}}function _e(e){let n=dr(e)?.completedVersion;return typeof n!="number"?{status:"unset"}:{status:n<se?"stale":"current",completedVersion:n}}function Kn(e,t=new Date().toISOString()){let n={guideRefreshed:!1,notifiedBuilder:!1,toVersion:se};try{if(!rn(Xn(e)))return n;let o=dr(e),r=o?.emittedVersion??0;n.completedVersion=o?.completedVersion;let s=o?.completedVersion??0;se>r&&(zn(ur(e)),_t(Xn(e),Fi()),qi(e,t),n.guideRefreshed=!0),se>s&&(Iu(e).some(p=>p.kind==="request"&&p.subject.startsWith(Mi))||(Nu(e,{id:`onb${se}`,created:t,from:"docs",kind:"request",re:"",sources:[],subject:`${Mi}${se})`,status:"open",body:[`The dev\u2194docs onboarding protocol moved to v${se}${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:","",ct()].join(`
214
- `)}),n.notifiedBuilder=!0))}catch{}return n}function Qn(e){if(!rn(Xn(e)))return[];let t=_e(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${se}.`,"Please run this prompt in your repository's coding agent (Claude Code / Codex / Cursor) for:",` ${e}`,Ot,ct(),Ot,"(Also saved in .d360-writer/messages/ \u2014 or run /devhints to re-show. This stops once your builder runs it.)"]}function pr(){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, checking"," `.d360-writer/messages/`, and relaying `@d360-writer` directives to `.d360-writer/directives.md`)."," 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(`
215
- `)}function Jn(){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):",Ot,pr(),Ot]}function Ut(e){return[...e?.status==="stale"?[`\u26A0 Your builder last completed devhints v${e.completedVersion}; this hand-off is v${se}.`," 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):",Ot,ct(),Ot,"","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 Ot,se,Mi,ut=Mn(()=>{"use strict";Ot="-".repeat(64),se=7;Mi="Re-run dev\u2194docs onboarding (protocol v"});var Zi={};gi(Zi,{initCommand:()=>mr,scaffoldInit:()=>fr});import{input as sn,confirm as Ou}from"@inquirer/prompts";import{basename as Bi,join as Zn}from"node:path";import{existsSync as Wt,readFileSync as Lu,readdirSync as Mu,writeFileSync as Uu}from"node:fs";import{writeProjectConfig as Yi,readProjectConfig as Wu,projectConfigPath as Gi,writerDir as Fu,DEFAULT_DOCS_DIR as Vi,DEFAULT_CAPTURE_DIR as zi,DEFAULT_OUTPUT_DIR as Xi}from"document360-engine";function fr(e,t="berlin"){let n=Gi(e);if(Wt(n))return{created:!1,path:n,profileName:""};let o={projectId:Qi(e)??Bi(e),docsDir:Vi,captureDir:zi,outputDir:Xi,profiles:{[t]:{connection:{environment:t},production:!1}},defaultProfile:t,authoritativeSourceFiles:Ji(e)};return Yi(o,e),Ki(e),{created:!0,path:n,profileName:t}}function Ki(e){let t=Zn(Fu(e),".gitignore");Wt(t)||Uu(t,["# Local/transient \u2014 the config files here ARE meant to be committed.",".sessions/","cache/",""].join(`
216
- `),"utf8")}async function mr(){let e=process.cwd(),t=Gi(e);if(Wt(t)&&!await Ou({message:`${t} already exists. Overwrite?`,default:!1}))return console.log(f("init cancelled.")),{kind:"continue"};let n=Qi(e)??Bi(e),o=await sn({message:"Project ID (used to scope sessions, screenshots, etc.):",default:n}),r=await sn({message:"Capture directory (where document360-capture .spec.ts files live):",default:zi}),s=await sn({message:"Screenshot output directory:",default:Xi}),l=await sn({message:"Default connection profile name:",default:"berlin"}),p=await sn({message:"Document360 environment for this profile (baked preset):",default:"berlin"}),g={projectId:o,docsDir:Vi,captureDir:r,outputDir:s,profiles:{[l]:{connection:{environment:p},production:!1}},defaultProfile:l,authoritativeSourceFiles:Ji(e)},w=Wu(e);w?.terminologyGlossary&&(g.terminologyGlossary=w.terminologyGlossary),Yi(g,e),Ki(e);let k=Lt(e);console.log(""),console.log(N(`\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 A of Ut(k))console.log(A);return console.log(""),console.log(`${f("Then ask:")} ${L('"write the user docs for this repo"')}`),console.log(""),{kind:"continue"}}function Qi(e){let t=Zn(e,"package.json");if(!Wt(t))return null;try{return JSON.parse(Lu(t,"utf8")).name??null}catch{return null}}function Ji(e){let t=[];for(let n of["README.md","ARCHITECTURE.md","CLAUDE.md"])Wt(Zn(e,n))&&t.push(n);for(let n of["src","api","docs"]){let o=Zn(e,n);Wt(o)&&!Hu(o)&&t.push(n)}return t}function Hu(e){try{return Mu(e,{withFileTypes:!0}).filter(n=>n.isDirectory()&&!n.name.startsWith(".")).length>6}catch{return!1}}var eo=Mn(()=>{"use strict";H();ut()});var Qa={};gi(Qa,{doctorCommand:()=>fn,renderDoctorChecks:()=>Ka,runDoctorChecks:()=>Xa});import{existsSync as Pp}from"node:fs";import{d360GetAll as Rp,getAccessToken as Tp,isExpired as as,loadProfileMap as Sp,loadTokens as Dp,packageSkillsDir as Va,projectConfigPath as jp,readProjectConfig as Ap,DEFAULT_DOCS_DIR as Ep,fetchManifestSummary as Np,resolveActiveProfile as Ip,classifyClaudeAuth as _p,CLAUDE_CODE_SETUP_HINT as za,resolveModelSetting as Op,probeModel as Lp,detectAppType as Mp,playbookSkillName as Up,D360AuthError as Wp}from"document360-engine";async function Xa(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=_p();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. ${za}`}):t.push({level:"fail",label:"Claude: not signed in \u2014 the agent cannot run (no Claude Code credentials on this machine)",fix:za});let r=Op(e);if(t.push({level:"ok",label:`Model: ${r.model??"Claude Code default"} (${r.source})`}),o.state==="ready"){let P=await Lp(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=Ap(e);if(!s)return t.push({level:"fail",label:`No ${jp(e)}`,fix:"Run: /init (or d360-writer init)"}),t;t.push({level:"ok",label:`Project config: ${s.projectId}`});let l=(s.docsDir??Ep).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 g=s.appType??Mp(e);if(g){let P=s.appType?"from config":"auto-detected",C=g==="web"||g==="cli";t.push({level:"ok",label:`Genre: ${g} (${P})${C?` \u2192 ${Up(g)} 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 w;try{w=Ip(e),t.push({level:"ok",label:`Profile: ${w.name} (${w.connection.name})${w.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 k=Dp(w.name);k?as(k)&&!k.refreshToken?t.push({level:"fail",label:"Document360: session expired (no refresh token)",fix:"/login"}):as(k)?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(k.expiresAt).toLocaleString()})`}):t.push({level:"fail",label:"Document360: not logged in",fix:`Run: /login (or d360-writer login --profile ${w.name})`}),t.push(w.project.workspaceId?{level:"ok",label:`Workspace: ${w.project.workspaceName??w.project.workspaceId}`}:{level:"warn",label:"No workspace selected",fix:"Run: /workspace"});let A=Sp(e,w.name);A?A.projectId&&w.project.projectId&&A.projectId!==w.project.projectId?t.push({level:"fail",label:`Category map projectId (${A.projectId}) \u2260 profile projectId (${w.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(A.articles).length} articles, ${Object.keys(A.categories).length} categories`}):t.push({level:"ok",label:`Category map: none yet for "${w.name}" (created on first /publish)`}),t.push(Pp(Va())?{level:"ok",label:"Skills bundle present"}:{level:"fail",label:`Skills folder missing at ${Va()}`,fix:"Reinstall document360-writer (broken install)"});let x=_e(e);if(x.status==="current"?t.push({level:"ok",label:`Dev hand-off: builder up to date (devhints v${se})`}):x.status==="stale"&&t.push({level:"warn",label:`Dev hand-off: builder on devhints v${x.completedVersion}, current is v${se}`,fix:"Run /devhints and have the repo's coding agent re-run the prompt (adds two-way messages + on-demand docs)"}),k&&(!as(k)||k.refreshToken)){let P={profile:w.name,connection:w.connection};try{await Tp(P);let S=await Rp(P,"/v3/projects");t.push({level:"ok",label:`API reachable (${w.connection.apiUrl}) \u2014 ${S.length} project(s) visible`})}catch(S){t.push({level:"fail",label:`API call failed: ${S.message.slice(0,120)}`,fix:"/login if auth-related; otherwise check the apiUrl/network"})}let C=A?.projectId??w.project.projectId;if(C&&w.project.workspaceId)try{let S=await Np(P,C,w.project.workspaceId);if(S){let I=(S.workspace_hash??"").replace(/^sha256:/,"").slice(0,12);t.push({level:"ok",label:`Workspace sync manifest: available on ${w.connection.name} (${S.languages?.length??0} language${(S.languages?.length??0)===1?"":"s"}) \xB7 hash ${I||"(none)"}`})}else t.push({level:"warn",label:`Workspace sync manifest: not live on ${w.connection.name} yet`,fix:"No action needed \u2014 sync uses the per-article path until the manifest ships on this environment"})}catch(S){S instanceof Wp||/scoped to a (?:specific|different) project|cannot access the requested project/i.test(S.message)?t.push({level:"fail",label:`Project scope: your Document360 session is signed into a different project than this repo expects (${w.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 (${S.message.slice(0,80)})`})}}return t}function Ka(e){let t=[""];for(let r of e){let s=r.level==="ok"?N("\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?N(`\u2713 ${o===0?"All checks passed":`Healthy (${o} warning${o===1?"":"s"})`}`):$(`\u2717 ${n} problem${n===1?"":"s"} found`)),t.push(""),t}async function fn(e,t){console.log(f("Running checks\u2026"));for(let n of Ka(await Xa(t.cwd)))console.log(n);return{kind:"continue"}}var po=Mn(()=>{"use strict";ut();H()});import{Command as Bh}from"commander";import{createRequire as Yh}from"node:module";import{AUTH_MODES as Gh}from"document360-engine";import{input as su}from"@inquirer/prompts";import{loginPkce as iu,refreshTokens as au,toStoredTokens as vi,clearTokens as lu,decodeJwtClaims as $i,isExpired as cu,loadTokens as uu,saveTokens as Ci,resolveActiveProfile as Hn,setProfileProject as du,readProjectConfig as pu}from"document360-engine";H();import{select as Gc}from"@inquirer/prompts";import{resolveActiveProfile as Vc,setProfileProject as zc,resolveProjectId as Xc,listWorkspaces as Kc}from"document360-engine";async function nn(e,t){let n=Vc(e,t),o={profile:n.name,connection:n.connection},r=n.project.projectId??Xc(o);return{workspaces:await Kc(o,r),projectId:r,projectName:n.project.projectName,profile:n.name,environment:n.connection.name,current:n.project.workspaceId}}var yi=e=>`${e.name??e.id}${e.workspace_type?` \xB7 ${e.workspace_type}`:""}`;function sr(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 Un(e,t,n,o,r){zc(e,t,{projectId:n,workspaceId:o,workspaceName:r})}async function ki(e,t,n){let o;try{o=await nn(e,n)}catch(s){return console.log($(`Could not list workspaces: ${s.message}`)),1}let r=sr(o.workspaces,t);return r?(Un(e,o.profile,o.projectId,r.id,r.name),console.log(N(`\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 It(e,t){let n;try{n=await nn(e,t)}catch(w){console.log($(`Could not list workspaces: ${w.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 w of o)console.log(` ${w.id===l?L("\u25CF"):" "} ${yi(w)} ${f(w.id)}`);console.log(f("Run: d360-writer workspace use <name>"));return}let p=await Gc({message:"Select the Document360 workspace for this repo:",choices:o.map(w=>({name:`${yi(w)}${w.id===l?" (current)":""}`,value:w.id}))}),g=o.find(w=>w.id===p);Un(e,s,r,p,g?.name),console.log(N(`\u2713 Workspace set to "${g?.name??p}" for profile "${s}".`))}H();import{select as Qc}from"@inquirer/prompts";import{resolveActiveProfile as Jc,setProfileProject as Zc,listProjects as eu}from"document360-engine";async function Ge(e,t){let n=Jc(e,t),o={profile:n.name,connection:n.connection};return{projects:await eu(o),profile:n.name,environment:n.connection.name,current:n.project.projectId}}var bi=e=>`${e.name??e.id}${e.sub_domain?` \xB7 ${e.sub_domain}`:""}`;function ir(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 Wn(e,t,n,o){Zc(e,t,{projectId:n,projectName:o,workspaceId:void 0,workspaceName:void 0})}async function xi(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=ir(o.projects,t);return r?(Wn(e,o.profile,r.id,r.name),console.log(N(`\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 Fn(e,t){let n;try{n=await Ge(e,t)}catch(g){console.log($(`Could not list projects: ${g.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 g of o)console.log(` ${g.id===s?L("\u25CF"):" "} ${bi(g)} ${f(g.id)}`);console.log(f("Run: d360-writer project use <name>"));return}let l=await Qc({message:"Select the Document360 project for this repo:",choices:o.map(g=>({name:`${bi(g)}${g.id===s?" (current)":""}`,value:g.id}))}),p=o.find(g=>g.id===l);Wn(e,r,l,p?.name),console.log(N(`\u2713 Project set to "${p?.name??l}" for profile "${r}". Next: pick a workspace.`))}H();import tu from"picocolors";function nu(e=process.env){return e.FORCE_HYPERLINK==="0"||!tu.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 ou(e,t=e,n){return nu(n)?`\x1B]8;;${e}\x07${t}\x1B]8;;\x07`:t}var ru=/https?:\/\/[^\s\x1b]+/g;function on(e,t){return e.replace(ru,n=>ou(n,n,t))}function Pi(e){return{...$i(e.idToken)??{},...$i(e.accessToken)??{}}}function qn(e){let t=Pi(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 Bn(e){let t=Hn(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 iu(n,{manual:e.manual,promptForRedirect:s=>su({message:s})},s=>console.log(on(s))),r=vi(t.name,o);if(Ci(r),await ar(r,t.name,s=>console.log(f(s))),console.log(""),console.log(N(`\u2713 Logged in to "${t.name}" as ${qn(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{pu(process.cwd())?.profiles?.[t.name]&&(console.log(""),await It(process.cwd(),t.name))}catch{}}async function ar(e,t,n){let r=Pi(e).doc360_project_id;if(!(typeof r!="string"||!r))try{if(Hn(process.cwd(),t).project.projectId)return;let l;try{let{projects:p}=await Ge(process.cwd(),t);l=p.find(g=>g.id===r)?.name}catch{}du(process.cwd(),t,{projectId:r,projectName:l}),n(` Project "${l??r}" written to profile "${t}".`)}catch{}}async function Ri(e){let t=Hn(process.cwd(),e.profile),n=t.connection,o=uu(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":""}: ${qn(o)}`),cu(o))if(o.refreshToken)try{let r=vi(t.name,await au(n,o.refreshToken));Ci(r),console.log(N(`\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 Ti(e){let t=Hn(process.cwd(),e.profile);lu(t.name)?console.log(N(`\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 Si,writeProjectConfig as fu,resolveActiveProfile as mu,loadTokens as hu,isExpired as gu}from"document360-engine";function Yn(e){let t=Si(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=hu(n),g=p?gu(p)&&!p.refreshToken?U("expired"):f("logged in"):f("not logged in");console.log(`${r}${L(n)} \u2192 ${l}${s} [${g}]`)}console.log(""),console.log(f("\u25CF = default. Switch with: d360-writer profile use <name>")),console.log("")}function Gn(e,t){let n=Si(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,fu(n,e);let o=n.profiles[t].production?U(" \u26A0 PRODUCTION"):"";console.log(N(`\u2713 Default profile is now "${t}"${o}`))}function Vn(e,t){try{let n=mu(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 wu,readdirSync as yu,statSync as Di}from"node:fs";import{join as ji}from"node:path";import{apiLogDir as ku}from"document360-engine";function Ai(){let e=ku();if(console.log(""),console.log(`Document360 API logs: ${L(e)}`),!wu(e)){console.log(f(" No logs yet \u2014 they appear after the first Document360 API call.")),console.log("");return}let t=yu(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=(Di(ji(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=(Di(ji(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 bu,resolveAuth as xu,findByName as $u,slugify as vu,touchSession as Cu,upsertSession as Pu,resolveActiveProfile as Ru}from"document360-engine";async function Ei(e,t,n,o,r,s){let l=xu(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=Ru(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 g;if(o){let x=$u(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)),g=x.uuid,console.error(f(`Resuming "${x.name}"`))}let w=bu({cwd:e,resume:g,profileName:r,allowProdWrites:s===!0}),k=g??null,A=1;for await(let x of w.send(t))switch(x.type){case"session":if(!k){k=x.sessionId;let P=new Date().toISOString();Pu({uuid:k,name:vu(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":A=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)}k&&Cu(k),process.stdout.write(`
217
- `),process.exit(A)}import{createInterface as Zf}from"node:readline/promises";import{createSession as js,resolveAuth as em,getSession as tm,setTitle as nm,slugify as om,touchSession as Al,upsertSession as rm,generateTitle as sm,resolveActiveProfile as El,resolveModelSetting as im,readProjectConfig as am,resolveAndPersistAppType as lm,decodeJwtClaims as jl,isExpired as cm,loadTokens as um,isDirectiveMention as dm,stripDirectiveMention as pm,appendDirective as fm}from"document360-engine";var Re=[{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 Tu(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 Ni(){let e=["document360-writer \u2014 help",""];for(let t of Re){e.push(`\u2500\u2500 ${t.label} \u2500\u2500`,"");for(let n of t.rows)e.push(Tu(n));e.push("")}return e.push("Tip: anything not starting with / goes to the agent."),e}async function lr(){console.log("");for(let e of Ni())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 Su}from"document360-engine";async function Ii(e,t){let n=t.currentUuid(),o=n?Su(n):void 0;return console.log(o?f(`
210
+ `}function Ot(e){no(Ks(e)),no(Zs(e)),no(yr(e));for(let n of[Ks(e),yr(e)]){let o=zu(n,".gitkeep");rn(o)||_t(o,`# Keeps this document360-writer inbox tracked in git even when empty.
211
+ `)}rn(Xs(e))||_t(Xs(e),Ju()),rn(Qs(e))||_t(Qs(e),Ku),_t(oo(e),ta());let t=Te(e);return oa(e,new Date().toISOString()),t}async function na(e,t){for(let n of Mt(Ot(t.cwd)))console.log(n);return{kind:"continue"}}function ct(){return[`This is document360-writer's dev hand-off setup (v${ie}).`,'Connect this repository to document360-writer (its "docs agent" \u2014 a separate tool that writes this',"product's user documentation from your code, but needs your intent). This prompt is SAFE TO RUN MORE","THAN ONCE \u2014 paste it again whenever the product changes. At each step: create what is missing, reconcile","what already exists, and never duplicate, clobber a refined file, or delete human-written notes. In order:","","1. Read `.d360-writer/DEV-HINTS-GUIDE.md` \u2014 the full dev\u2192docs hand-off protocol (Parts 1\u20136). Follow it.","2. Architecture brief in `.d360-writer/architecture/` (per the guide). First read"," `.d360-writer/architecture/CREATOR-NOTES.md` and treat it as authoritative (it may be empty; never"," modify it). Then:"," \u2022 If no brief exists yet, write it now \u2014 a USER-DOC-enabling brief: product intent, user-facing"," surfaces, features and why a user reaches for each, roles/permission gating, core workflows,"," terminology \u2014 every claim citing the source file(s) that prove it. Skip internals (services, data"," access, infra, build/CI, tests)."," \u2022 If a brief already exists, UPDATE it to match the current code: add new surfaces/features, correct"," what changed, remove what was deleted \u2014 but preserve accurate existing content and any human edits."," Do NOT rewrite it from scratch. If nothing changed, leave it as is.","3. Persist the ongoing rule so teammates' agents inherit it: this repo's agent-memory file (CLAUDE.md,"," or AGENTS.md \u2014 whichever this repo already uses; create CLAUDE.md if neither exists) should contain a",' short "Documentation hand-off" section saying: on every user-facing change, drop a hint file in'," `.d360-writer/hints/` and keep `.d360-writer/architecture/` current \u2014 and SURFACE each hint drop in"," your reply (name the file + the one-line surface), never silently; NEVER write or publish the"," user-facing articles yourself (that is the docs agent's job \u2014 you only hand off); each session,"," check `.d360-writer/messages/` for open questions from the docs agent and answer them; AND when the"," human types `@d360-writer <directive>` in your session, append it as an `## [open] <directive>` block"," to `.d360-writer/directives.md` (create if absent) and commit \u2014 do NOT action it yourself (the docs"," agent picks it up on its next /catch-up) \u2014 all per `.d360-writer/DEV-HINTS-GUIDE.md`. If that section"," is already there, leave it (refine in place only if"," wrong) \u2014 do NOT add a duplicate. Then commit `.d360-writer/` and the memory-file change ONLY if"," something actually changed.","4. Two-way messages (Part 3): check `.d360-writer/messages/` for open questions addressed to you"," (`from: docs`, `status: open`). Answer each \u2014 fold durable facts into the architecture brief and/or drop"," a reply (`from: dev`, `kind: answer`, `re: <id>`) \u2014 then set the question's frontmatter `status: done`."," If there are none, continue.","5. Then STOP and ask me for tribal knowledge \u2014 present it as a clearly-marked, standalone prompt on its"," own line (NOT buried in prose) and WAIT for my reply before doing anything else. Use this shape:",' "\u23F8 YOUR INPUT NEEDED \u2014 Any tribal knowledge that would help document this product? (folder map,',` terminology, what to prioritize or skip, gotchas.) Type it below, or reply 'none' / 'carry on' to skip."`," If I give you anything, phrase it clearly and append it to `.d360-writer/architecture/CREATOR-NOTES.md`"," (keep the existing header comment and every note already there; only add). If I say 'none'/'carry on', continue.",`6. Record completion: write/merge \`.d360-writer/devhints-state.json\` with {"completedVersion": ${ie},`,' "completedAt": "<UTC now>", "completedCommit": "<current HEAD short sha>"} (preserve any other keys'," already in the file, e.g. emittedAt). Include this file in the commit from step 3.","7. When everything is done, print the completion line, THEN the next command as its own copy-paste"," block so it is unmistakable. Pick the matching first line:",' \u2022 first-time setup: "\u2705 Setup complete. Now switch to the document360-writer terminal and paste this:"',' \u2022 a refresh (brief/notes already existed): "\u2705 Hand-off refreshed. Back in the document360-writer terminal, paste this:"'," Then, on its OWN line, fenced as a code block so it copies cleanly:"," ```"," write the docs for this repo"," ```"].join(`
212
+ `)}function kr(e){try{let t=Gu(ea(e),"utf8"),n=JSON.parse(t);return n&&typeof n=="object"?n:null}catch{return null}}function oa(e,t){let o={...kr(e)??{},emittedVersion:ie,emittedAt:t};_t(ea(e),`${JSON.stringify(o,null,2)}
213
+ `)}function Oe(e){try{return Yu(Zs(e)).some(t=>/\.md$/i.test(t)&&t.toLowerCase()!=="creator-notes.md")}catch{return!1}}function Te(e){let n=kr(e)?.completedVersion;return typeof n!="number"?{status:"unset"}:{status:n<ie?"stale":"current",completedVersion:n}}function ro(e,t=new Date().toISOString()){let n={guideRefreshed:!1,notifiedBuilder:!1,toVersion:ie};try{if(!rn(oo(e)))return n;let o=kr(e),r=o?.emittedVersion??0;n.completedVersion=o?.completedVersion;let i=o?.completedVersion??0;ie>r&&(no(yr(e)),_t(oo(e),ta()),oa(e,t),n.guideRefreshed=!0),ie>i&&(Qu(e).some(p=>p.kind==="request"&&p.subject.startsWith(Js))||(Xu(e,{id:`onb${ie}`,created:t,from:"docs",kind:"request",re:"",sources:[],subject:`${Js}${ie})`,status:"open",body:[`The dev\u2194docs onboarding protocol moved to v${ie}${i?` (you last completed v${i})`:""}.`,"Re-run the hand-off so the docs agent and this repo stay in step \u2014 run this prompt here:","",ct()].join(`
214
+ `)}),n.notifiedBuilder=!0))}catch{}return n}function io(e){if(!rn(oo(e)))return[];let t=Te(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${ie}.`,"Please run this prompt in your repository's coding agent (Claude Code / Codex / Cursor) for:",` ${e}`,Lt,ct(),Lt,"(Also saved in .d360-writer/messages/ \u2014 or run /devhints to re-show. This stops once your builder runs it.)"]}function br(){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, checking"," `.d360-writer/messages/`, and relaying `@d360-writer` directives to `.d360-writer/directives.md`)."," 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(`
215
+ `)}function so(){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):",Lt,br(),Lt]}function Mt(e){return[...e?.status==="stale"?[`\u26A0 Your builder last completed devhints v${e.completedVersion}; this hand-off is v${ie}.`," 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):",Lt,ct(),Lt,"","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 Lt,ie,Js,Ge=Gn(()=>{"use strict";Lt="-".repeat(64),ie=7;Js="Re-run dev\u2194docs onboarding (protocol v"});var fa={};js(fa,{initCommand:()=>$r,scaffoldInit:()=>xr});import{input as sn,confirm as Zu}from"@inquirer/prompts";import{basename as ra,join as ao}from"node:path";import{existsSync as Ut,readFileSync as ed,readdirSync as td,writeFileSync as nd}from"node:fs";import{writeProjectConfig as ia,readProjectConfig as od,projectConfigPath as sa,writerDir as rd,DEFAULT_DOCS_DIR as aa,DEFAULT_CAPTURE_DIR as la,DEFAULT_OUTPUT_DIR as ca}from"document360-engine";function xr(e,t="berlin"){let n=sa(e);if(Ut(n))return{created:!1,path:n,profileName:""};let o={projectId:da(e)??ra(e),docsDir:aa,captureDir:la,outputDir:ca,profiles:{[t]:{connection:{environment:t},production:!1}},defaultProfile:t,authoritativeSourceFiles:pa(e)};return ia(o,e),ua(e),{created:!0,path:n,profileName:t}}function ua(e){let t=ao(rd(e),".gitignore");Ut(t)||nd(t,["# Local/transient \u2014 the config files here ARE meant to be committed.",".sessions/","cache/",""].join(`
216
+ `),"utf8")}async function $r(){let e=process.cwd(),t=sa(e);if(Ut(t)&&!await Zu({message:`${t} already exists. Overwrite?`,default:!1}))return console.log(f("init cancelled.")),{kind:"continue"};let n=da(e)??ra(e),o=await sn({message:"Project ID (used to scope sessions, screenshots, etc.):",default:n}),r=await sn({message:"Capture directory (where document360-capture .spec.ts files live):",default:la}),i=await sn({message:"Screenshot output directory:",default:ca}),c=await sn({message:"Default connection profile name:",default:"berlin"}),p=await sn({message:"Document360 environment for this profile (baked preset):",default:"berlin"}),g={projectId:o,docsDir:aa,captureDir:r,outputDir:i,profiles:{[c]:{connection:{environment:p},production:!1}},defaultProfile:c,authoritativeSourceFiles:pa(e)},y=od(e);y?.terminologyGlossary&&(g.terminologyGlossary=y.terminologyGlossary),ia(g,e),ua(e);let k=Ot(e);console.log(""),console.log(I(`\u2713 Wrote ${t}`)),console.log(""),console.log(`Next: ${_(`d360-writer login --profile ${c}`)} ${f("(sign in; project & workspace auto-selected)")}`),console.log("");for(let D of Mt(k))console.log(D);return console.log(""),console.log(`${f("Then ask:")} ${_('"write the user docs for this repo"')}`),console.log(""),{kind:"continue"}}function da(e){let t=ao(e,"package.json");if(!Ut(t))return null;try{return JSON.parse(ed(t,"utf8")).name??null}catch{return null}}function pa(e){let t=[];for(let n of["README.md","ARCHITECTURE.md","CLAUDE.md"])Ut(ao(e,n))&&t.push(n);for(let n of["src","api","docs"]){let o=ao(e,n);Ut(o)&&!id(o)&&t.push(n)}return t}function id(e){try{return td(e,{withFileTypes:!0}).filter(n=>n.isDirectory()&&!n.name.startsWith(".")).length>6}catch{return!1}}var lo=Gn(()=>{"use strict";U();Ge()});var dl={};js(dl,{doctorCommand:()=>fn,renderDoctorChecks:()=>ul,runDoctorChecks:()=>cl});import{existsSync as Hp}from"node:fs";import{d360GetAll as qp,getAccessToken as Bp,isExpired as hi,loadProfileMap as Vp,loadTokens as Gp,packageSkillsDir as al,projectConfigPath as Yp,readProjectConfig as zp,DEFAULT_DOCS_DIR as Kp,fetchManifestSummary as Xp,resolveActiveProfile as Qp,classifyClaudeAuth as Jp,CLAUDE_CODE_SETUP_HINT as ll,resolveModelSetting as Zp,probeModel as ef,detectAppType as tf,playbookSkillName as nf,D360AuthError as of}from"document360-engine";async function cl(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=Jp();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. ${ll}`}):t.push({level:"fail",label:"Claude: not signed in \u2014 the agent cannot run (no Claude Code credentials on this machine)",fix:ll});let r=Zp(e);if(t.push({level:"ok",label:`Model: ${r.model??"Claude Code default"} (${r.source})`}),o.state==="ready"){let R=await ef(e,r.model??void 0);R.ok?t.push({level:"ok",label:`Model reachable \u2014 replied in ${(R.latencyMs/1e3).toFixed(1)}s`}):R.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 ${R.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 i=zp(e);if(!i)return t.push({level:"fail",label:`No ${Yp(e)}`,fix:"Run: /init (or d360-writer init)"}),t;t.push({level:"ok",label:`Project config: ${i.projectId}`});let c=(i.docsDir??Kp).replace(/\/+$/,"");t.push(i.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 ${c}/ and .d360-writer/ (docs, capture specs, config); product source is read-only`});let p=i.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 g=i.appType??tf(e);if(g){let R=i.appType?"from config":"auto-detected",C=g==="web"||g==="cli";t.push({level:"ok",label:`Genre: ${g} (${R})${C?` \u2192 ${nf(g)} 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 y;try{y=Qp(e),t.push({level:"ok",label:`Profile: ${y.name} (${y.connection.name})${y.production?" \u26A0 PRODUCTION":""}`})}catch(R){return t.push({level:"fail",label:`Profile config: ${R.message.split(".")[0]}`,fix:"Run: /init to scaffold the profiles map"}),t}let k=Gp(y.name);k?hi(k)&&!k.refreshToken?t.push({level:"fail",label:"Document360: session expired (no refresh token)",fix:"/login"}):hi(k)?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(k.expiresAt).toLocaleString()})`}):t.push({level:"fail",label:"Document360: not logged in",fix:`Run: /login (or d360-writer login --profile ${y.name})`}),t.push(y.project.workspaceId?{level:"ok",label:`Workspace: ${y.project.workspaceName??y.project.workspaceId}`}:{level:"warn",label:"No workspace selected",fix:"Run: /workspace"});let D=Vp(e,y.name);D?D.projectId&&y.project.projectId&&D.projectId!==y.project.projectId?t.push({level:"fail",label:`Category map projectId (${D.projectId}) \u2260 profile projectId (${y.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(D.articles).length} articles, ${Object.keys(D.categories).length} categories`}):t.push({level:"ok",label:`Category map: none yet for "${y.name}" (created on first /publish)`}),t.push(Hp(al())?{level:"ok",label:"Skills bundle present"}:{level:"fail",label:`Skills folder missing at ${al()}`,fix:"Reinstall document360-writer (broken install)"});let x=Te(e);if(x.status==="current"?t.push({level:"ok",label:`Dev hand-off: builder up to date (devhints v${ie})`}):x.status==="stale"&&t.push({level:"warn",label:`Dev hand-off: builder on devhints v${x.completedVersion}, current is v${ie}`,fix:"Run /devhints and have the repo's coding agent re-run the prompt (adds two-way messages + on-demand docs)"}),k&&(!hi(k)||k.refreshToken)){let R={profile:y.name,connection:y.connection};try{await Bp(R);let S=await qp(R,"/v3/projects");t.push({level:"ok",label:`API reachable (${y.connection.apiUrl}) \u2014 ${S.length} project(s) visible`})}catch(S){t.push({level:"fail",label:`API call failed: ${S.message.slice(0,120)}`,fix:"/login if auth-related; otherwise check the apiUrl/network"})}let C=D?.projectId??y.project.projectId;if(C&&y.project.workspaceId)try{let S=await Xp(R,C,y.project.workspaceId);if(S){let N=(S.workspace_hash??"").replace(/^sha256:/,"").slice(0,12);t.push({level:"ok",label:`Workspace sync manifest: available on ${y.connection.name} (${S.languages?.length??0} language${(S.languages?.length??0)===1?"":"s"}) \xB7 hash ${N||"(none)"}`})}else t.push({level:"warn",label:`Workspace sync manifest: not live on ${y.connection.name} yet`,fix:"No action needed \u2014 sync uses the per-article path until the manifest ships on this environment"})}catch(S){S instanceof of||/scoped to a (?:specific|different) project|cannot access the requested project/i.test(S.message)?t.push({level:"fail",label:`Project scope: your Document360 session is signed into a different project than this repo expects (${y.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 (${S.message.slice(0,80)})`})}}return t}function ul(e){let t=[""];for(let r of e){let i=r.level==="ok"?I("\u2713"):r.level==="warn"?L("\u26A0"):$("\u2717");t.push(` ${i} ${r.label}${r.detail?f(` \u2014 ${r.detail}`):""}`),r.fix&&t.push(` ${f("fix:")} ${_(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?I(`\u2713 ${o===0?"All checks passed":`Healthy (${o} warning${o===1?"":"s"})`}`):$(`\u2717 ${n} problem${n===1?"":"s"} found`)),t.push(""),t}async function fn(e,t){console.log(f("Running checks\u2026"));for(let n of ul(await cl(t.cwd)))console.log(n);return{kind:"continue"}}var bo=Gn(()=>{"use strict";Ge();U()});import{Command as gg}from"commander";import{createRequire as wg}from"node:module";import{AUTH_MODES as yg}from"document360-engine";import{input as $u}from"@inquirer/prompts";import{loginPkce as vu,refreshTokens as Cu,toStoredTokens as Os,clearTokens as Pu,decodeJwtClaims as Ls,isExpired as Ru,loadTokens as Tu,saveTokens as Ms,resolveActiveProfile as Xn,setProfileProject as Su,readProjectConfig as Du}from"document360-engine";U();import{select as cu}from"@inquirer/prompts";import{resolveActiveProfile as uu,setProfileProject as du,resolveProjectId as pu,listWorkspaces as fu}from"document360-engine";async function nn(e,t){let n=uu(e,t),o={profile:n.name,connection:n.connection},r=n.project.projectId??pu(o);return{workspaces:await fu(o,r),projectId:r,projectName:n.project.projectName,profile:n.name,environment:n.connection.name,current:n.project.workspaceId}}var Es=e=>`${e.name??e.id}${e.workspace_type?` \xB7 ${e.workspace_type}`:""}`;function fr(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 Yn(e,t,n,o,r){du(e,t,{projectId:n,workspaceId:o,workspaceName:r})}async function Is(e,t,n){let o;try{o=await nn(e,n)}catch(i){return console.log($(`Could not list workspaces: ${i.message}`)),1}let r=fr(o.workspaces,t);return r?(Yn(e,o.profile,o.projectId,r.id,r.name),console.log(I(`\u2713 Workspace set to "${r.name??r.id}" for profile "${o.profile}".`)),0):(console.log($(`No workspace matches "${t}". Available: ${o.workspaces.map(i=>i.name??i.id).join(", ")}`)),1)}async function Nt(e,t){let n;try{n=await nn(e,t)}catch(y){console.log($(`Could not list workspaces: ${y.message}`));return}let{workspaces:o,projectId:r,profile:i,current:c}=n;if(o.length===0){console.log(f("No workspaces found in this project."));return}if(!process.stdin.isTTY){console.log("");for(let y of o)console.log(` ${y.id===c?_("\u25CF"):" "} ${Es(y)} ${f(y.id)}`);console.log(f("Run: d360-writer workspace use <name>"));return}let p=await cu({message:"Select the Document360 workspace for this repo:",choices:o.map(y=>({name:`${Es(y)}${y.id===c?" (current)":""}`,value:y.id}))}),g=o.find(y=>y.id===p);Yn(e,i,r,p,g?.name),console.log(I(`\u2713 Workspace set to "${g?.name??p}" for profile "${i}".`))}U();import{select as mu}from"@inquirer/prompts";import{resolveActiveProfile as hu,setProfileProject as gu,listProjects as wu}from"document360-engine";async function Ve(e,t){let n=hu(e,t),o={profile:n.name,connection:n.connection};return{projects:await wu(o),profile:n.name,environment:n.connection.name,current:n.project.projectId}}var Ns=e=>`${e.name??e.id}${e.sub_domain?` \xB7 ${e.sub_domain}`:""}`;function mr(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 zn(e,t,n,o){gu(e,t,{projectId:n,projectName:o,workspaceId:void 0,workspaceName:void 0})}async function _s(e,t,n){let o;try{o=await Ve(e,n)}catch(i){return console.log($(`Could not list projects: ${i.message}`)),1}let r=mr(o.projects,t);return r?(zn(e,o.profile,r.id,r.name),console.log(I(`\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(i=>i.name??i.id).join(", ")}`)),1)}async function Kn(e,t){let n;try{n=await Ve(e,t)}catch(g){console.log($(`Could not list projects: ${g.message}`));return}let{projects:o,profile:r,current:i}=n;if(o.length===0){console.log(f("No projects found for this identity."));return}if(!process.stdin.isTTY){console.log("");for(let g of o)console.log(` ${g.id===i?_("\u25CF"):" "} ${Ns(g)} ${f(g.id)}`);console.log(f("Run: d360-writer project use <name>"));return}let c=await mu({message:"Select the Document360 project for this repo:",choices:o.map(g=>({name:`${Ns(g)}${g.id===i?" (current)":""}`,value:g.id}))}),p=o.find(g=>g.id===c);zn(e,r,c,p?.name),console.log(I(`\u2713 Project set to "${p?.name??c}" for profile "${r}". Next: pick a workspace.`))}U();import yu from"picocolors";function ku(e=process.env){return e.FORCE_HYPERLINK==="0"||!yu.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 bu(e,t=e,n){return ku(n)?`\x1B]8;;${e}\x07${t}\x1B]8;;\x07`:t}var xu=/https?:\/\/[^\s\x1b]+/g;function on(e,t){return e.replace(xu,n=>bu(n,n,t))}function Us(e){return{...Ls(e.idToken)??{},...Ls(e.accessToken)??{}}}function Qn(e){let t=Us(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 Jn(e){let t=Xn(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 vu(n,{manual:e.manual,promptForRedirect:i=>$u({message:i})},i=>console.log(on(i))),r=Os(t.name,o);if(Ms(r),await hr(r,t.name,i=>console.log(f(i))),console.log(""),console.log(I(`\u2713 Logged in to "${t.name}" as ${Qn(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{Du(process.cwd())?.profiles?.[t.name]&&(console.log(""),await Nt(process.cwd(),t.name))}catch{}}async function hr(e,t,n){let r=Us(e).doc360_project_id;if(!(typeof r!="string"||!r))try{if(Xn(process.cwd(),t).project.projectId)return;let c;try{let{projects:p}=await Ve(process.cwd(),t);c=p.find(g=>g.id===r)?.name}catch{}Su(process.cwd(),t,{projectId:r,projectName:c}),n(` Project "${c??r}" written to profile "${t}".`)}catch{}}async function Ws(e){let t=Xn(process.cwd(),e.profile),n=t.connection,o=Tu(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 ${_(t.name)}${t.production?" \u26A0 PRODUCTION":""}: ${Qn(o)}`),Ru(o))if(o.refreshToken)try{let r=Os(t.name,await Cu(n,o.refreshToken));Ms(r),console.log(I(`\u2713 Session refreshed \u2014 expires ${r.expiresAt}`))}catch(r){console.log(L(`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(L("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 Fs(e){let t=Xn(process.cwd(),e.profile);Pu(t.name)?console.log(I(`\u2713 Logged out of Document360 (profile "${t.name}").`)):console.log(f(`No Document360 session for profile "${t.name}" \u2014 nothing to do.`))}U();import{readProjectConfig as Hs,writeProjectConfig as ju,resolveActiveProfile as Au,loadTokens as Eu,isExpired as Iu}from"document360-engine";function Zn(e){let t=Hs(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?_("\u25CF "):" ",i=o.production?L(" \u26A0 PRODUCTION"):"",c=o.connection.environment??"(inline)",p=Eu(n),g=p?Iu(p)&&!p.refreshToken?L("expired"):f("logged in"):f("not logged in");console.log(`${r}${_(n)} \u2192 ${c}${i} [${g}]`)}console.log(""),console.log(f("\u25CF = default. Switch with: d360-writer profile use <name>")),console.log("")}function eo(e,t){let n=Hs(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,ju(n,e);let o=n.profiles[t].production?L(" \u26A0 PRODUCTION"):"";console.log(I(`\u2713 Default profile is now "${t}"${o}`))}function to(e,t){try{let n=Au(e,t);console.log(""),console.log(`Profile ${_(n.name)}${n.production?L(" \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}}U();import{existsSync as Nu,readdirSync as _u,statSync as qs}from"node:fs";import{join as Bs}from"node:path";import{apiLogDir as Lu}from"document360-engine";function Vs(){let e=Lu();if(console.log(""),console.log(`Document360 API logs: ${_(e)}`),!Nu(e)){console.log(f(" No logs yet \u2014 they appear after the first Document360 API call.")),console.log("");return}let t=_u(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 i=(qs(Bs(e,r)).size/1024).toFixed(1);console.log(` ${r} ${f(`${i} 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 i=(qs(Bs(e,r)).size/1024).toFixed(1);console.log(` ${$(r)} ${f(`${i} 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("")}U();import{createSession as Ou,resolveAuth as Mu,findByName as Uu,slugify as Wu,touchSession as Fu,upsertSession as Hu,resolveActiveProfile as qu}from"document360-engine";async function Gs(e,t,n,o,r,i){let c=Mu(n);c.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${_("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${_("d360-writer --auth subscription")}`),process.exit(2)),c.kind==="subscription"&&console.error(f("Using your Claude subscription (no API key set)."));let p=null;try{p=qu(e,r)}catch(x){console.error($(`Document360 profile error: ${x.message}`)),process.exit(2)}p.production&&(console.error(L(`\u26A0 Profile "${p.name}" is PRODUCTION.`)),i||(console.error($("Refusing to run against a production profile without --yes.")),process.exit(2)),console.error(f(" --yes given \u2014 proceeding against production.")));let g;if(o){let x=Uu(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)),g=x.uuid,console.error(f(`Resuming "${x.name}"`))}let y=Ou({cwd:e,resume:g,profileName:r,allowProdWrites:i===!0}),k=g??null,D=1;for await(let x of y.send(t))switch(x.type){case"session":if(!k){k=x.sessionId;let R=new Date().toISOString();Hu({uuid:k,name:Wu(t),renamed:!1,titled:!1,cwd:e,firstPrompt:t,createdAt:R,updatedAt:R})}break;case"text":process.stdout.write(x.delta);break;case"tool":console.error(se(` \u2699 ${x.name}`));break;case"result":D=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)}k&&Fu(k),process.stdout.write(`
217
+ `),process.exit(D)}import{createInterface as Rm}from"node:readline/promises";import{createSession as Bi,resolveAuth as Tm,getSession as Sm,setTitle as Dm,slugify as jm,touchSession as Kl,upsertSession as Am,generateTitle as Em,resolveActiveProfile as Xl,resolveModelSetting as Im,readProjectConfig as Nm,resolveAndPersistAppType as _m,decodeJwtClaims as zl,isExpired as Lm,loadTokens as Om,isDirectiveMention as Mm,stripDirectiveMention as Um,appendDirective as Wm}from"document360-engine";var Re=[{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 Bu(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 Ys(){let e=["document360-writer \u2014 help",""];for(let t of Re){e.push(`\u2500\u2500 ${t.label} \u2500\u2500`,"");for(let n of t.rows)e.push(Bu(n));e.push("")}return e.push("Tip: anything not starting with / goes to the agent."),e}async function gr(){console.log("");for(let e of Ys())console.log(e);return console.log(""),console.log("Reporting a problem? Run `d360-writer logs` for the API log files."),console.log(""),{kind:"continue"}}U();import{getSession as Vu}from"document360-engine";async function zs(e,t){let n=t.currentUuid(),o=n?Vu(n):void 0;return console.log(o?f(`
218
218
  (conversation reset \u2014 "${o.name}" is still available via /resume)
219
219
  `):f(`
220
220
  (conversation reset \u2014 agent will start fresh on the next prompt)
221
- `)),{kind:"clear"}}async function cr(){return{kind:"exit"}}eo();H();import{readMcpConfig as hr,writeMcpConfig as ea}from"document360-engine";async function to(e){let t=(e[0]??"").toLowerCase();return t==="list"||!t?(qu(),{kind:"continue"}):t==="add"?(Bu(e.slice(1)),{kind:"continue"}):t==="remove"||t==="rm"?(Yu(e.slice(1)),{kind:"continue"}):(console.log($(`Unknown /mcp subcommand: ${t}`)),console.log(f("Try: /mcp add <name> <stdio|http|sse> <command-or-url>, /mcp list, /mcp remove <name>")),{kind:"continue"})}function qu(){let e=hr(),t=Object.keys(e.servers);if(t.length===0){console.log(f(`
221
+ `)),{kind:"clear"}}async function wr(){return{kind:"exit"}}lo();U();import{readMcpConfig as vr,writeMcpConfig as ma}from"document360-engine";async function co(e){let t=(e[0]??"").toLowerCase();return t==="list"||!t?(sd(),{kind:"continue"}):t==="add"?(ad(e.slice(1)),{kind:"continue"}):t==="remove"||t==="rm"?(ld(e.slice(1)),{kind:"continue"}):(console.log($(`Unknown /mcp subcommand: ${t}`)),console.log(f("Try: /mcp add <name> <stdio|http|sse> <command-or-url>, /mcp list, /mcp remove <name>")),{kind:"continue"})}function sd(){let e=vr(),t=Object.keys(e.servers);if(t.length===0){console.log(f(`
222
222
  No MCP servers registered. Add one with /mcp add <name> <type> <ref>
223
- `));return}console.log(""),console.log("Registered MCP servers (~/.document360-writer/mcp.json):");for(let n of t){let o=e.servers[n];if(o.type==="stdio")console.log(` ${L(n)} ${f("(stdio)")} ${o.command} ${(o.args??[]).join(" ")}`);else{let r=Object.keys(o.headers??{}),s=r.length>0?f(` [headers: ${r.join(", ")}]`):"";console.log(` ${L(n)} ${f(`(${o.type})`)} ${o.url}${s}`)}}console.log("")}function Bu(e){let[t,n,...o]=e;if(!t||!n||o.length===0){console.log($("Usage: /mcp add <name> <stdio|http|sse> <command-or-url> [args...] [-H key:value ...]"));return}if(n!=="stdio"&&n!=="http"&&n!=="sse"){console.log($(`Unknown transport: ${n}. Use stdio, http, or sse.`));return}let r=hr(),s;if(n==="stdio")s={type:"stdio",command:o[0],args:o.slice(1)};else{let l={};for(let p=1;p<o.length;p++)if(o[p]==="-H"||o[p]==="--header"){let g=o[++p],w=g?.match(/^([^:=]+)[:=](.+)$/);if(!w){console.log($(`-H expects key:value (no spaces). Got: ${g??"(nothing)"}`));return}l[w[1].trim()]=w[2].trim()}else{console.log($(`Unexpected argument: ${o[p]}. After the URL, only -H key:value is allowed.`));return}s={type:n,url:o[0],headers:Object.keys(l).length>0?l:void 0}}r.servers[t]=s,ea(r),console.log(""),console.log(N(`\u2713 Registered "${t}" (${n})`)),console.log(U(" This server loads on your next prompt. The current agent session reads MCP config at startup.")),console.log(f(" Run /clear if you want the next turn to reload immediately.")),console.log("")}function Yu(e){let t=e[0];if(!t){console.log($("Usage: /mcp remove <name>"));return}let n=hr();if(!n.servers[t]){console.log($(`No server named "${t}".`));return}delete n.servers[t],ea(n),console.log(N(`\u2713 Removed "${t}".`)),console.log(f(" Run /clear to drop it from the current session immediately."))}H();import{readFileSync as id}from"node:fs";import{join as ad}from"node:path";import{select as ld}from"@inquirer/prompts";import{computeSyncStatus as Cr,planPartitions as cd,relatedArticlePaths as ud,resolveModelForOperation as dd,runPartitioned as pd,loadProfileMap as fd,resolveActiveProfile as md,resolveCrossLinks as hd,applyStructureOrder as ua,orderSyncLine as da,applyRelatedArticles as pa,relatedSyncLine as fa}from"document360-engine";import X from"picocolors";import ia from"wrap-ansi";import xr from"string-width";H();import Ve from"picocolors";import gr from"wrap-ansi";import wr from"string-width";var ta=e=>/^\s*(-{3,}|\*{3,}|_{3,})\s*$/.test(e),na=e=>/^\s*\|?[\s:|-]*-[\s:|-]*\|?\s*$/.test(e)&&e.includes("-"),oa=e=>e.replace(/^\s*\|/,"").replace(/\|\s*$/,"").split("|").map(t=>t.trim());function Gu(e){let t=e.replace(/\r/g,"").split(`
224
- `),n=[],o=0;for(;o<t.length;){let r=t[o];if(/^\s*```/.test(r)){let p=[];for(o++;o<t.length&&!/^\s*```/.test(t[o]);)p.push(t[o++]);o++,n.push({kind:"code",lines:p});continue}if(ta(r)){n.push({kind:"hr"}),o++;continue}if(r.includes("|")&&o+1<t.length&&na(t[o+1])){let p=oa(r);o+=2;let g=[];for(;o<t.length&&t[o].includes("|")&&t[o].trim()!=="";)g.push(oa(t[o++]));n.push({kind:"table",header:p,rows:g});continue}let s=r.match(/^(#{1,6})\s+(.*)$/);if(s){n.push({kind:"heading",level:s[1].length,text:s[2]}),o++;continue}if(/^\s*([-*]|\d+\.)\s+/.test(r)){let p=[];for(;o<t.length&&/^\s*([-*]|\d+\.)\s+/.test(t[o]);){let g=t[o++];p.push({ordered:/^\s*\d+\.\s+/.test(g),text:g.replace(/^\s*([-*]|\d+\.)\s+/,"")})}n.push({kind:"list",items:p});continue}if(r.trim()===""){o++;continue}let l=[];for(;o<t.length&&t[o].trim()!==""&&!/^\s*```/.test(t[o])&&!/^(#{1,6})\s/.test(t[o])&&!/^\s*([-*]|\d+\.)\s+/.test(t[o])&&!ta(t[o])&&!(t[o].includes("|")&&o+1<t.length&&na(t[o+1]));)l.push(t[o++]);n.push({kind:"para",text:l.join(" ")})}return n}function yr(e){return e.replace(/(\*\*[^*]+\*\*|`[^`]+`|\*[^*]+\*)/g,t=>t.startsWith("**")?Ve.bold(t.slice(2,-2)):t.startsWith("`")?L(t.slice(1,-1)):Ve.italic(t.slice(1,-1)))}var Vu=(e,t)=>e+" ".repeat(Math.max(0,t-wr(e)));function zu(e,t,n){let o=e.length,r=e.map((C,S)=>Math.max(wr(C),...t.map(I=>wr(I[S]??"")))),s=Math.max(24,n),l=3*o+1,p=[...r],g=()=>p.reduce((C,S)=>C+S,0)+l,w=0;for(;g()>s&&w++<1e4;){let C=-1,S=6;for(let I=0;I<o;I++)p[I]>S&&(S=p[I],C=I);if(C===-1)break;p[C]-=1}let k=(C,S,I)=>Ve.gray(C+p.map(W=>"\u2500".repeat(W+2)).join(S)+I),A=Ve.gray("\u2502"),x=(C,S)=>{let I=p.map((fe,oe)=>{let Se=C[oe]??"",ue=S?Ve.bold(Se):yr(Se);return gr(ue,fe,{hard:!0}).split(`
225
- `)}),W=Math.max(...I.map(fe=>fe.length)),J=[];for(let fe=0;fe<W;fe++)J.push(p.map((oe,Se)=>`${A} ${Vu(I[Se][fe]??"",oe)} `).join("")+A);return J.join(`
226
- `)},P=[k("\u250C","\u252C","\u2510"),x(e,!0)];return P.push(t.length===0?k("\u2514","\u2534","\u2518"):k("\u251C","\u253C","\u2524")),t.forEach((C,S)=>{P.push(x(C,!1)),P.push(S===t.length-1?k("\u2514","\u2534","\u2518"):k("\u251C","\u253C","\u2524"))}),P.join(`
227
- `)}function Xu(e,t){switch(e.kind){case"heading":return Ve.bold(e.text);case"hr":return Ve.gray("\u2500".repeat(t));case"para":return gr(yr(e.text),t);case"list":{let n=0;return e.items.map(o=>{let r=o.ordered?`${++n}.`:"\u2022",s=" ".repeat(2+r.length+1),[l="",...p]=gr(yr(o.text),Math.max(10,t-s.length)).split(`
228
- `);return` ${r} ${l}`+p.map(g=>`
229
- ${s}${g}`).join("")}).join(`
230
- `)}case"code":return e.lines.map(n=>Ve.gray(" "+n)).join(`
231
- `);case"table":return zu(e.header,e.rows,t)}}function kr(e,t){let n=Math.max(20,t);return Gu(e).map(o=>Xu(o,n)).join(`
232
-
233
- `)}H();import Ku from"picocolors";var Qu=[127,86,217],Ju=[22,38,43],ra={T:Qu,E:Ju},an=["..TTTTTT....","..TTTTTTT...","..TTTTTTTT..","..TTETTETT..","..TTETTETT..","..TTTTTTTT..","..TTTTTTT...","..TTTTTT....","...T..T....."],br=([e,t,n])=>`\x1B[38;2;${e};${t};${n}m`,Zu=([e,t,n])=>`\x1B[48;2;${e};${t};${n}m`;function sa(){if(!Ku.isColorSupported)return[];let e=an[0].length,t=[];for(let n=0;n<an.length;n+=2){let o="";for(let r=0;r<e;r++){let s=ra[an[n][r]],l=n+1<an.length?ra[an[n+1][r]]:void 0;s&&l?o+=`${br(s)}${Zu(l)}\u2580\x1B[49m\x1B[39m`:s?o+=`${br(s)}\u2580\x1B[39m`:l?o+=`${br(l)}\u2584\x1B[39m`:o+=" "}t.push(o)}return t}function ln(e){return e<60?`${e}s`:`${Math.floor(e/60)}m ${e%60}s`}function he(e){return e<=0?"$0.00":e<.01?`$${e.toFixed(4)}`:`$${e.toFixed(2)}`}function ze(e){return e<1e3?`${e} tokens`:e<1e6?`${(e/1e3).toFixed(1)}k tokens`:`${(e/1e6).toFixed(2)}M tokens`}var Ft=(e,t)=>` ${e.padEnd(13)}${t}`;function ed(e,t){let n=[tn("\u270E document360-writer")+X.gray(` v${e.version}`),X.gray(" Reads your code, writes your docs."),"",Ft("Claude:",`${e.claude}${X.gray(` \xB7 ${e.model}${e.modelSource?` (${e.modelSource})`:""}`)}`),Ft("Document360:",e.configured?e.loggedOut?X.yellow("not logged in \u2014 run /login"):`${e.who??""}${e.sessionHint?X.gray(` (${e.sessionHint})`):""}`:X.yellow("not set up \u2014 run /init")),Ft("Profile:",e.configured?`${e.profile}${X.gray(` (${e.apiUrl})`)}${e.prod?X.bold(X.yellow(" \u26A0 PRODUCTION")):""}`:X.gray("\u2014 (run /init)")),Ft("Project:",e.project),Ft("Mode:",X.gray(e.mode)),Ft("cwd:",X.gray(e.cwd))],o=sa();if(o.length===0)return n.join(`
234
- `);let r=2,s=3,l=xr(o[0]);if(!(t>=r+l+s+Math.max(...n.map(k=>xr(k)))))return[...o.map(k=>" "+k),...n].join(`
235
- `);let g=Math.max(0,Math.floor((n.length-o.length)/2)),w=[];for(let k=0;k<Math.max(o.length+g,n.length);k++){let A=o[k-g]??" ".repeat(l);w.push((" ".repeat(r)+A+" ".repeat(s)+(n[k]??"")).trimEnd())}return w.join(`
236
- `)}var td={error:X.red,warn:X.yellow,ok:X.green,info:X.gray};function $r(e,t){let n=Math.max(20,t);switch(e.kind){case"banner":return ed(e.info,n);case"user":{let o="\x1B[48;2;42;42;46m",r="\x1B[49m",s=Math.max(10,n-4),l=50,p=e.text.split(`
237
- `).flatMap(w=>ia(w,s,{hard:!0}).split(`
238
- `)),g=Math.max(0,p.length-l);return g>0&&(p=[...p.slice(0,l),X.dim(`\u2026 +${g} more lines`)]),`
239
- `+p.map((w,k)=>o+(k===0?L(" \u276F "):" ")+w+" ".repeat(Math.max(0,s-xr(w))+1)+r).join(`
223
+ `));return}console.log(""),console.log("Registered MCP servers (~/.document360-writer/mcp.json):");for(let n of t){let o=e.servers[n];if(o.type==="stdio")console.log(` ${_(n)} ${f("(stdio)")} ${o.command} ${(o.args??[]).join(" ")}`);else{let r=Object.keys(o.headers??{}),i=r.length>0?f(` [headers: ${r.join(", ")}]`):"";console.log(` ${_(n)} ${f(`(${o.type})`)} ${o.url}${i}`)}}console.log("")}function ad(e){let[t,n,...o]=e;if(!t||!n||o.length===0){console.log($("Usage: /mcp add <name> <stdio|http|sse> <command-or-url> [args...] [-H key:value ...]"));return}if(n!=="stdio"&&n!=="http"&&n!=="sse"){console.log($(`Unknown transport: ${n}. Use stdio, http, or sse.`));return}let r=vr(),i;if(n==="stdio")i={type:"stdio",command:o[0],args:o.slice(1)};else{let c={};for(let p=1;p<o.length;p++)if(o[p]==="-H"||o[p]==="--header"){let g=o[++p],y=g?.match(/^([^:=]+)[:=](.+)$/);if(!y){console.log($(`-H expects key:value (no spaces). Got: ${g??"(nothing)"}`));return}c[y[1].trim()]=y[2].trim()}else{console.log($(`Unexpected argument: ${o[p]}. After the URL, only -H key:value is allowed.`));return}i={type:n,url:o[0],headers:Object.keys(c).length>0?c:void 0}}r.servers[t]=i,ma(r),console.log(""),console.log(I(`\u2713 Registered "${t}" (${n})`)),console.log(L(" This server loads on your next prompt. The current agent session reads MCP config at startup.")),console.log(f(" Run /clear if you want the next turn to reload immediately.")),console.log("")}function ld(e){let t=e[0];if(!t){console.log($("Usage: /mcp remove <name>"));return}let n=vr();if(!n.servers[t]){console.log($(`No server named "${t}".`));return}delete n.servers[t],ma(n),console.log(I(`\u2713 Removed "${t}".`)),console.log(f(" Run /clear to drop it from the current session immediately."))}U();import{readFileSync as vd}from"node:fs";import{join as Cd}from"node:path";import{select as Pd}from"@inquirer/prompts";import{computeSyncStatus as Er,planPartitions as Rd,relatedArticlePaths as Td,resolveModelForOperation as Sd,runPartitioned as Dd,loadProfileMap as jd,resolveActiveProfile as Ad,resolveCrossLinks as Ed,applyStructureOrder as Ca,orderSyncLine as Pa,applyRelatedArticles as Ra,relatedSyncLine as Ta}from"document360-engine";import X from"picocolors";import ba from"wrap-ansi";import Dr from"string-width";U();import Ye from"picocolors";import Cr from"wrap-ansi";import Pr from"string-width";var ha=e=>/^\s*(-{3,}|\*{3,}|_{3,})\s*$/.test(e),ga=e=>/^\s*\|?[\s:|-]*-[\s:|-]*\|?\s*$/.test(e)&&e.includes("-"),wa=e=>e.replace(/^\s*\|/,"").replace(/\|\s*$/,"").split("|").map(t=>t.trim());function cd(e){let t=e.replace(/\r/g,"").split(`
224
+ `),n=[],o=0;for(;o<t.length;){let r=t[o];if(/^\s*```/.test(r)){let p=[];for(o++;o<t.length&&!/^\s*```/.test(t[o]);)p.push(t[o++]);o++,n.push({kind:"code",lines:p});continue}if(ha(r)){n.push({kind:"hr"}),o++;continue}if(r.includes("|")&&o+1<t.length&&ga(t[o+1])){let p=wa(r);o+=2;let g=[];for(;o<t.length&&t[o].includes("|")&&t[o].trim()!=="";)g.push(wa(t[o++]));n.push({kind:"table",header:p,rows:g});continue}let i=r.match(/^(#{1,6})\s+(.*)$/);if(i){n.push({kind:"heading",level:i[1].length,text:i[2]}),o++;continue}if(/^\s*([-*]|\d+\.)\s+/.test(r)){let p=[];for(;o<t.length&&/^\s*([-*]|\d+\.)\s+/.test(t[o]);){let g=t[o++];p.push({ordered:/^\s*\d+\.\s+/.test(g),text:g.replace(/^\s*([-*]|\d+\.)\s+/,"")})}n.push({kind:"list",items:p});continue}if(r.trim()===""){o++;continue}let c=[];for(;o<t.length&&t[o].trim()!==""&&!/^\s*```/.test(t[o])&&!/^(#{1,6})\s/.test(t[o])&&!/^\s*([-*]|\d+\.)\s+/.test(t[o])&&!ha(t[o])&&!(t[o].includes("|")&&o+1<t.length&&ga(t[o+1]));)c.push(t[o++]);n.push({kind:"para",text:c.join(" ")})}return n}function Rr(e){return e.replace(/(\*\*[^*]+\*\*|`[^`]+`|\*[^*]+\*)/g,t=>t.startsWith("**")?Ye.bold(t.slice(2,-2)):t.startsWith("`")?_(t.slice(1,-1)):Ye.italic(t.slice(1,-1)))}var ud=(e,t)=>e+" ".repeat(Math.max(0,t-Pr(e)));function dd(e,t,n){let o=e.length,r=e.map((C,S)=>Math.max(Pr(C),...t.map(N=>Pr(N[S]??"")))),i=Math.max(24,n),c=3*o+1,p=[...r],g=()=>p.reduce((C,S)=>C+S,0)+c,y=0;for(;g()>i&&y++<1e4;){let C=-1,S=6;for(let N=0;N<o;N++)p[N]>S&&(S=p[N],C=N);if(C===-1)break;p[C]-=1}let k=(C,S,N)=>Ye.gray(C+p.map(O=>"\u2500".repeat(O+2)).join(S)+N),D=Ye.gray("\u2502"),x=(C,S)=>{let N=p.map((ce,Z)=>{let de=C[Z]??"",Cn=S?Ye.bold(de):Rr(de);return Cr(Cn,ce,{hard:!0}).split(`
225
+ `)}),O=Math.max(...N.map(ce=>ce.length)),K=[];for(let ce=0;ce<O;ce++)K.push(p.map((Z,de)=>`${D} ${ud(N[de][ce]??"",Z)} `).join("")+D);return K.join(`
226
+ `)},R=[k("\u250C","\u252C","\u2510"),x(e,!0)];return R.push(t.length===0?k("\u2514","\u2534","\u2518"):k("\u251C","\u253C","\u2524")),t.forEach((C,S)=>{R.push(x(C,!1)),R.push(S===t.length-1?k("\u2514","\u2534","\u2518"):k("\u251C","\u253C","\u2524"))}),R.join(`
227
+ `)}function pd(e,t){switch(e.kind){case"heading":return Ye.bold(e.text);case"hr":return Ye.gray("\u2500".repeat(t));case"para":return Cr(Rr(e.text),t);case"list":{let n=0;return e.items.map(o=>{let r=o.ordered?`${++n}.`:"\u2022",i=" ".repeat(2+r.length+1),[c="",...p]=Cr(Rr(o.text),Math.max(10,t-i.length)).split(`
228
+ `);return` ${r} ${c}`+p.map(g=>`
229
+ ${i}${g}`).join("")}).join(`
230
+ `)}case"code":return e.lines.map(n=>Ye.gray(" "+n)).join(`
231
+ `);case"table":return dd(e.header,e.rows,t)}}function Tr(e,t){let n=Math.max(20,t);return cd(e).map(o=>pd(o,n)).join(`
232
+
233
+ `)}U();import fd from"picocolors";var md=[127,86,217],hd=[22,38,43],ya={T:md,E:hd},an=["..TTTTTT....","..TTTTTTT...","..TTTTTTTT..","..TTETTETT..","..TTETTETT..","..TTTTTTTT..","..TTTTTTT...","..TTTTTT....","...T..T....."],Sr=([e,t,n])=>`\x1B[38;2;${e};${t};${n}m`,gd=([e,t,n])=>`\x1B[48;2;${e};${t};${n}m`;function ka(){if(!fd.isColorSupported)return[];let e=an[0].length,t=[];for(let n=0;n<an.length;n+=2){let o="";for(let r=0;r<e;r++){let i=ya[an[n][r]],c=n+1<an.length?ya[an[n+1][r]]:void 0;i&&c?o+=`${Sr(i)}${gd(c)}\u2580\x1B[49m\x1B[39m`:i?o+=`${Sr(i)}\u2580\x1B[39m`:c?o+=`${Sr(c)}\u2584\x1B[39m`:o+=" "}t.push(o)}return t}function ln(e){return e<60?`${e}s`:`${Math.floor(e/60)}m ${e%60}s`}function me(e){return e<=0?"$0.00":e<.01?`$${e.toFixed(4)}`:`$${e.toFixed(2)}`}function ze(e){return e<1e3?`${e} tokens`:e<1e6?`${(e/1e3).toFixed(1)}k tokens`:`${(e/1e6).toFixed(2)}M tokens`}var Wt=(e,t)=>` ${e.padEnd(13)}${t}`;function wd(e,t){let n=[tn("\u270E document360-writer")+X.gray(` v${e.version}`),X.gray(" Reads your code, writes your docs."),"",Wt("Claude:",`${e.claude}${X.gray(` \xB7 ${e.model}${e.modelSource?` (${e.modelSource})`:""}`)}`),Wt("Document360:",e.configured?e.loggedOut?X.yellow("not logged in \u2014 run /login"):`${e.who??""}${e.sessionHint?X.gray(` (${e.sessionHint})`):""}`:X.yellow("not set up \u2014 run /init")),Wt("Profile:",e.configured?`${e.profile}${X.gray(` (${e.apiUrl})`)}${e.prod?X.bold(X.yellow(" \u26A0 PRODUCTION")):""}`:X.gray("\u2014 (run /init)")),Wt("Project:",e.project),Wt("Mode:",X.gray(e.mode)),Wt("cwd:",X.gray(e.cwd))],o=ka();if(o.length===0)return n.join(`
234
+ `);let r=2,i=3,c=Dr(o[0]);if(!(t>=r+c+i+Math.max(...n.map(k=>Dr(k)))))return[...o.map(k=>" "+k),...n].join(`
235
+ `);let g=Math.max(0,Math.floor((n.length-o.length)/2)),y=[];for(let k=0;k<Math.max(o.length+g,n.length);k++){let D=o[k-g]??" ".repeat(c);y.push((" ".repeat(r)+D+" ".repeat(i)+(n[k]??"")).trimEnd())}return y.join(`
236
+ `)}var yd={error:X.red,warn:X.yellow,ok:X.green,info:X.gray};function jr(e,t){let n=Math.max(20,t);switch(e.kind){case"banner":return wd(e.info,n);case"user":{let o="\x1B[48;2;42;42;46m",r="\x1B[49m",i=Math.max(10,n-4),c=50,p=e.text.split(`
237
+ `).flatMap(y=>ba(y,i,{hard:!0}).split(`
238
+ `)),g=Math.max(0,p.length-c);return g>0&&(p=[...p.slice(0,c),X.dim(`\u2026 +${g} more lines`)]),`
239
+ `+p.map((y,k)=>o+(k===0?_(" \u276F "):" ")+y+" ".repeat(Math.max(0,i-Dr(y))+1)+r).join(`
240
240
  `)}case"assistant":return`
241
- `+kr(e.text,n);case"tool":{let o=e.arg!==null?X.gray(`${e.sep}(${e.arg})`):"";return`
242
- `+ia(X.green("\u25CF ")+X.bold(e.title)+o,n)}case"tool-result":{let o=e.isError?X.red:X.gray,r=e.lines.map((s,l)=>o((l===0?" \u23BF ":" ")+s));return e.hidden>0&&r.push(X.dim(` \u2026 +${e.hidden} lines`)),r.join(`
243
- `)}case"diff":{let o=l=>l===1?"":"s",s=[X.gray(` \u23BF Added ${e.added} line${o(e.added)}, removed ${e.removed} line${o(e.removed)}`),...e.lines];return e.hidden>0&&s.push(X.dim(` \u2026 +${e.hidden} more diff lines`)),s.join(`
244
- `)}case"link":return e.lines.map(o=>L(on(` \u2B95 ${o}`))).join(`
241
+ `+Tr(e.text,n);case"tool":{let o=e.arg!==null?X.gray(`${e.sep}(${e.arg})`):"";return`
242
+ `+ba(X.green("\u25CF ")+X.bold(e.title)+o,n)}case"tool-result":{let o=e.isError?X.red:X.gray,r=e.lines.map((i,c)=>o((c===0?" \u23BF ":" ")+i));return e.hidden>0&&r.push(X.dim(` \u2026 +${e.hidden} lines`)),r.join(`
243
+ `)}case"diff":{let o=c=>c===1?"":"s",i=[X.gray(` \u23BF Added ${e.added} line${o(e.added)}, removed ${e.removed} line${o(e.removed)}`),...e.lines];return e.hidden>0&&i.push(X.dim(` \u2026 +${e.hidden} more diff lines`)),i.join(`
244
+ `)}case"link":return e.lines.map(o=>_(on(` \u2B95 ${o}`))).join(`
245
245
  `);case"preview":return`
246
246
  `+tn(`\u25A3 Preview \u2014 ${e.name}`)+`
247
247
 
248
- `+kr(e.text,n);case"note":return`
249
- `+td[e.tone](on(e.text));case"done":return`
250
- `+(e.ok?X.magenta("\u2736 "):X.red("\u2736 "))+X.gray(`Cooked for ${ln(e.seconds)} \xB7 ${e.tokens} tokens`+(e.costUsd>0?` \xB7 ${he(e.costUsd)}`:""))}}function aa(e,t){return e.map(n=>$r(n,t)).join(`
251
- `)}import{resolveActiveProfile as nd,loadTokens as od,isExpired as rd,decodeJwtClaims as la}from"document360-engine";function sd(e){return e.length>12?`${e.slice(0,8)}\u2026`:e}function Oe(e,t){try{let n=nd(e,t),o=od(n.name);if(!o)return{ok:!1,reason:`Not signed in to Document360 (profile "${n.name}"). Run /login first.`};if(rd(o)&&!o.refreshToken)return{ok:!1,reason:`Your Document360 session expired (profile "${n.name}"). Run /login.`};let r=n.project.projectId;if(r){let l={...la(o.idToken)??{},...la(o.accessToken)??{}}.doc360_project_id;if(typeof l=="string"&&l&&l!==r)return{ok:!1,reason:`Your Document360 session is signed into a different project than profile "${n.name}" (this profile's project is ${sd(r)}). Run /login and pick this project.`}}return{ok:!0}}catch{return{ok:!0}}}var cn=3;function Pr(e){return[`Run the publish-to-d360 skill for the article at: ${e}`,"","Steps you must follow:","1. Read the article markdown \u2014 use the repo-relative path exactly as given above (it resolves against the working directory; do not reconstruct an absolute path).","2. Compute the D360 publish form (strip the YAML frontmatter and the H1 title, strip every <!-- SCREENSHOT ... --> block while keeping the visible [Screenshot: ...] line, normalize cross-article links).","3. Look up the article ID in <repo>/d360-category-map.json. If present, call the document360 MCP update-article tool. If absent, call create-article with local_path set to the repo-relative .md path (the tool records the new ID + sync base in the category map itself \u2014 do not edit the articles map by hand).","4. Report what changed and remind me to publish the draft manually in the Document360 portal."].join(`
252
- `)}var ca={"local-ahead":"modified locally","untracked-local":"new (never published)",conflict:"\u26A0 conflict \u2014 publishing overwrites the portal edit"};function un(e){return e.filter(t=>t.path!==null&&t.status in ca&&!t.link).map(t=>({path:t.path,label:ca[t.status]}))}function no(e){return e.filter(t=>t.link).length}function Rr(e,t){try{let n=fd(e,md(e,t).name);if(!n)return null;let o=0;for(let r of Object.keys(n.articles))try{o+=hd(id(ad(e,r),"utf8"),r,n).unresolved}catch{}return o===0?null:`\u2139 ${o} cross-link${o===1?"":"s"} point to pages not published yet \u2014 they show as plain text for now and turn into live links once those pages are published.`}catch{return null}}function gd(e){let t=e.replace(/\\/g,"/").split("/").pop()??e,n=t.replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return n?n.charAt(0).toUpperCase()+n.slice(1):t}function ma(e){let t=[];e.length>1&&t.push({kind:"all",label:`Publish all ${e.length} articles`,paths:e.map(o=>o.path),indent:!1});let n=new Map;for(let o of e){let r=o.path.replace(/\\/g,"/").split("/").slice(0,-1).join("/"),s=n.get(r);s?s.push(o):n.set(r,[o])}for(let o of[...n.keys()].sort()){let r=n.get(o).sort((s,l)=>s.path.localeCompare(l.path));t.push({kind:"category",label:`${gd(o)} (${r.length})`,paths:r.map(s=>s.path),indent:!1});for(let s of r){let l=s.path.replace(/\\/g,"/").split("/").pop()??s.path;t.push({kind:"article",label:l,paths:[s.path],indent:!0,note:s.label})}}return t}function oo(e){return[`Run the publish-to-d360 skill for ALL of these ${e.length} articles, one by one:`,"",...e.map(t=>`- ${t}`),"","Use the repo-relative paths exactly as listed (they resolve against the working directory; do not reconstruct absolute paths). Apply the normal per-article publish flow (frontmatter/H1/screenshot-comment strips, link normalization; update when mapped, create with local_path when not). If one article fails, note it and continue. Finish with a summary table (article | created/updated | failures) and remind me drafts need review in the portal."].join(`
253
- `)}function Tr(e,t,n){let o=x=>t[x.index]?.paths.length??0,r=e.filter(x=>x.ok),s=e.filter(x=>!x.ok),l=e.reduce((x,P)=>x+o(P),0),p=r.reduce((x,P)=>x+o(P),0),g=n==="api"?`${he(e.reduce((x,P)=>x+P.costUsd,0))} total`:ze(e.reduce((x,P)=>x+P.outputTokens,0)),w=`${r.length}/${e.length} partition${e.length===1?"":"s"}`,k=x=>`${x} article${x===1?"":"s"}`,A=[];if(s.length===0)A.push(`Published ${k(l)} (${w}) successfully \xB7 ${g}.`),A.push("All are DRAFTS \u2014 review and publish them in the Document360 portal.");else{A.push(`Published ${p}/${k(l)} (${w}) \xB7 ${g}.`),A.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /publish --all to retry just the rest (published articles are skipped):`);for(let x of s)A.push(` \u2717 ${x.label}${x.error?` \u2014 ${x.error}`:""}`)}return A}async function vr(e,t){let n=cd(t),{model:o}=dd(e.cwd,"standard");console.log(f(`Publishing ${t.length} article${t.length===1?"":"s"} across ${n.length} partition${n.length===1?"":"s"} (\u2264${cn} agents at once) on ${o}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let r of pd({cwd:e.cwd,partitions:n,promptFor:s=>oo(s.paths),concurrency:cn,profileName:e.profileName,allowProdWrites:e.allowProdWrites(),model:o}))if(r.type==="partition_status")r.status==="running"?console.log(f(` \u25B8 ${r.label} \u2014 publishing\u2026`)):r.status==="done"?console.log(N(` \u2713 ${r.label}`)):console.log($(` \u2717 ${r.label}`));else if(r.type==="run_done"){console.log("");let s=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let p of Tr(r.results,n,s))console.log(r.ok?N(p):U(p));let l=Rr(e.cwd,e.profileName);l&&console.log(f(l));try{let p=da(await ua({cwd:e.cwd,profileName:e.profileName}));p&&console.log(f(p))}catch{}try{let p=fa(await pa({cwd:e.cwd,profileName:e.profileName}));p&&console.log(f(p))}catch{}}}catch(r){console.log($(`Publish run failed: ${r.message}`))}return console.log(""),{kind:"continue"}}async function ro(e,t,n){let o=ud(e,n);if(o.length===0)return[];let r=new Set(un((await Cr({cwd:e,profileName:t})).entries).map(s=>s.path));return o.filter(s=>r.has(s))}async function ha(e,t){let n=Oe(t?.cwd??process.cwd(),t?.profileName);if(!n.ok)return console.log($(n.reason)),{kind:"continue"};let o=e[0];if(o==="--related"&&e[1]){if(!t)return{kind:"continue"};let r=await ro(t.cwd,t.profileName,e[1].replace(/\\/g,"/"));return r.length===0?(console.log(N("\u2713 All related articles are already published.")),{kind:"continue"}):await vr(t,r)}if(o==="--all"){console.log(f("Checking what needs publishing\u2026"));try{let r=await Cr({cwd:t?.cwd??process.cwd()}),s=un(r.entries),l=no(r.entries);if(l>0&&console.log(U(`\u26A0 ${l} article(s) already exist on Document360 but aren't linked \u2014 left out (publishing would duplicate them). Run /catch-up or ask me to link them first.`)),s.length===0){if(console.log(N(l>0?"\u2713 Nothing else is ahead of Document360 to publish.":"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates.")),t)try{let p=da(await ua({cwd:t.cwd,profileName:t.profileName}));p&&console.log(f(p));let g=fa(await pa({cwd:t.cwd,profileName:t.profileName}));g&&console.log(f(g))}catch{}return{kind:"continue"}}return t?await vr(t,s.map(p=>p.path)):{kind:"forward-to-agent",prompt:oo(s.map(p=>p.path)),display:"/publish --all"}}catch(r){return console.log($(`Could not compute sync status: ${r.message}`)),{kind:"continue"}}}if(!o){console.log(f("Checking what needs publishing\u2026"));let r;try{let s=await Cr({cwd:t?.cwd??process.cwd()});r=un(s.entries);let l=no(s.entries);l>0&&console.log(U(`\u26A0 ${l} article(s) already exist on Document360 but aren't linked \u2014 left out (publishing would duplicate them). Run /catch-up or ask me to link them first.`))}catch(s){return console.log($(`Could not compute sync status: ${s.message}`)),console.log(f("Publish a specific article: /publish <article-path>")),{kind:"continue"}}if(r.length===0)return console.log(N("\u2713 Nothing is ahead of Document360 \u2014 no publish candidates.")),console.log(f(" (Articles without a sync base are unverified \u2014 publish those by path if needed.)")),{kind:"continue"};if(!process.stdin.isTTY||!t){for(let s of r)console.log(` ${s.path} ${f(`(${s.label})`)}`);return console.log(f("Run: /publish <article-path>")),{kind:"continue"}}try{o=await t.withPausedInput(()=>ld({message:"Publish which article?",choices:[...r.length>1?[{name:`All ${r.length} candidates`,value:"--all",description:"one agent run over every candidate"}]:[],...r.map(s=>({name:s.path,value:s.path,description:s.label}))]}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}if(o==="--all")return await vr(t,r.map(s=>s.path))}return{kind:"forward-to-agent",prompt:Pr(o),display:`/publish ${o}`}}async function dn(){return{kind:"forward-to-agent",prompt:["Run the gap-analysis skill against this repo.","","Follow its stages in order:","1. d360_sync_status first \u2014 stop and report if any article is in conflict or remote-ahead (the local copy cannot be trusted until resolved).","2. git diff since the lastAnalyzedCommit marker in d360-category-map.json (or last 30 days if no marker), filtered to the authoritativeSourceFiles paths.","2.5. d360_pending_hints \u2014 the source agent's own notes on what it shipped. Verify each (sources exist, commit is an ancestor of HEAD, source shows the surface) before trusting; fold verified ones into the table, flag the rest.","3. Map changes (diff + hints) to articles via their `sources:` frontmatter; read only implicated articles and changed source files. If articles are missing `sources:`, this is the one-time bootstrap pass \u2014 backfill them.","4. Output the proposal table: | Article (path or proposed title) | Action (create | update | retire | link) | Reason | Evidence | Scope |, then advance lastAnalyzedCommit and stamp consumed hints.","","Do not start writing or updating any article yet \u2014 the proposal table is the deliverable."].join(`
254
- `),display:"/audit"}}H();import{checkbox as wd}from"@inquirer/prompts";import{inventoryRepo as yd,readProjectConfig as ga,writeProjectConfig as kd}from"document360-engine";function Sr(e,t){let n=ga(e);n&&(n.authoritativeSourceFiles=t,kd(n,e))}function so(e){let t=[`${e.fileCount}${e.fileCount>=5e3?"+":""} files`];return e.stacks.length&&t.push(e.stacks.join("+")),t.push(e.reason),t.join(" \xB7 ")}async function wa(e,t){let n=t?.cwd??process.cwd();if(!ga(n))return console.log($("No .d360-writer/config.json here. Run /init first.")),{kind:"continue"};let o=yd(n);if(o.length===0)return console.log(f('No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer/config.json manually.')),{kind:"continue"};if(!process.stdin.isTTY||!t){console.log(""),console.log(L("Recommended documentation scope (run /scope in the REPL to choose):"));for(let s of o)console.log(` ${s.recommended?"\u25C9":"\u25CB"} ${s.path} ${f(so(s))}`);return console.log(""),{kind:"continue"}}let r;try{r=await t.withPausedInput(()=>wd({message:"Which folders back the user docs? (space toggles, enter confirms)",choices:o.map(s=>({name:`${s.path} (${so(s)})`,value:s.path,checked:s.recommended})),pageSize:20}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}if(r.length===0)return console.log(f("Nothing selected \u2014 scope unchanged.")),{kind:"continue"};Sr(n,r),console.log(N(`\u2713 Scoped to ${r.length} folder(s) \u2014 written to .d360-writer/config.json`));for(let s of r)console.log(` ${s}`);return console.log(""),{kind:"continue"}}H();import{confirm as Pd}from"@inquirer/prompts";import{applyPull as jr,computeSyncStatus as $a,compareRemoteSources as Rd,planPull as va,planImport as Td,applyImport as Sd,establishBaselines as Dd,rebaselineServerMeta as jd,D360AuthError as Ad}from"document360-engine";H();var ya=[{status:"conflict",header:"Changed in both places \u2014 pick a direction (/pull <path> or /publish <path>):",paint:$,mark:"!"},{status:"local-ahead",header:"Changed here \u2014 push with /publish <path>:",paint:U,mark:"M"},{status:"remote-ahead",header:"Changed on Document360 \u2014 pull with /pull <path> (or just /pull):",paint:L,mark:"M"},{status:"deleted-local",header:"Removed locally \u2014 still on Document360 (pull to restore, or leave it):",paint:$,mark:"D"},{status:"deleted-remote",header:"Gone from Document360 \u2014 still here (publish to recreate, or delete the file):",paint:$,mark:"D"},{status:"orphaned",header:"Gone from both sides \u2014 these tracking entries point at nothing now:",paint:ie,mark:"X"},{status:"untracked-local",header:"New here \u2014 not on Document360 yet (publish to add them):",paint:f,mark:"?"},{status:"untracked-remote",header:"On Document360 \u2014 not in your local docs yet (run /pull to import them):",paint:f,mark:"?"},{status:"unknown-base",header:"Tracked, not yet compared \u2014 run /pull --baseline to set a baseline (or the next publish/pull sets one):",paint:ie,mark:"\xB7"}];function bd(e){return e.path?e.path:`${e.title??"(untitled)"} ${ie(`[${e.articleId}]`)}`}function xd(e){let t=e/1e3;if(t<60)return`${t.toFixed(1)}s`;let n=Math.floor(t/60);return`${n}m ${Math.round(t-n*60)}s`}function io(e,t){let n=[],o=e.entries.filter(k=>k.link);if(o.length>0){n.push(""),n.push(Pe("Already on Document360, just not linked \u2014 ask me to link these (a republish would duplicate them):"));for(let k of o)n.push(` ${U("~")} ${U(k.path??"")} ${ie(`\u2192 "${k.link.title}"`)}`)}for(let k of ya){let A=e.entries.filter(x=>x.status===k.status&&!(k.status==="untracked-local"&&x.link));if(A.length!==0){n.push(""),n.push(Pe(k.header));for(let x of A)n.push(` ${k.paint(k.mark)} ${k.paint(bd(x))}${x.detail?ie(` (${x.detail})`):""}`)}}let r=e.counts["in-sync"]??0,s=e.entries.length;n.push("");let l={"in-sync":"up to date","local-ahead":"changed here","remote-ahead":"changed on Document360",conflict:"changed both places","untracked-local":"new here","untracked-remote":"only on Document360","deleted-local":"removed locally","deleted-remote":"gone from Document360",orphaned:"gone both sides","unknown-base":"not yet compared"},p=o.length,g=s===r?N("\u2713 everything up to date"):[r>0?N(`\u2713 ${r} up to date`):null,p>0?`${p} to link`:null,...ya.map(k=>{let A=(e.counts[k.status]??0)-(k.status==="untracked-local"?p:0);return A>0?`${A} ${l[k.status]}`:null})].filter(Boolean).join(ie(" \xB7 ")),w=t!==void 0?` \xB7 synced in ${xd(t)}`:"";return n.push(g+ie(` \xB7 ${s} tracked+seen \xB7 profile "${e.profile}" \xB7 docs root ${e.docsRoot}/${w}`)),n}import{structuredPatch as $d}from"diff";import ka from"picocolors";var ba=80,vd="\x1B[48;2;74;28;28m",Cd="\x1B[48;2;24;66;24m",xa="\x1B[49m",Dr=e=>String(e).padStart(5);function dt(e,t,n){let o=x=>{let P=x.replace(/\r\n/g,`
255
- `);return P.endsWith(`
256
- `)||P===""?P:P+`
257
- `},r=o(e),s=o(t);if(r===s)return null;let l=Math.max(20,n-10),p=$d("a","b",r,s,"","",{context:3}),g=0,w=0,k=[];p.hunks.forEach((x,P)=>{P>0&&k.push(ka.gray(" \u2026"));let C=x.oldStart,S=x.newStart;for(let I of x.lines){let W=I[0],J=I.slice(1).slice(0,l);W==="-"?(w++,k.push(`${vd}${Dr(C++)} - ${J}${xa}`)):W==="+"?(g++,k.push(`${Cd}${Dr(S++)} + ${J}${xa}`)):(k.push(ka.gray(Dr(S))+" "+J),C++,S++)}});let A=k.slice(0,ba);return{added:g,removed:w,lines:A,hidden:Math.max(0,k.length-ba)}}async function Ca(e,t){let n=Oe(t.cwd,t.profileName);if(!n.ok)return console.log($(n.reason)),{kind:"continue"};let o=e.find(r=>r.startsWith("--"));try{if(o==="--status")return await Ed(t),{kind:"continue"};if(o==="--baseline")return await Nd(t,e.filter(l=>l!=="--baseline")),{kind:"continue"};if(o==="--compare")return await Id(t),{kind:"continue"};if(o)return console.log($(`Unknown option: ${o}`)),console.log(f("Usage: /pull pull portal edits + import new portal articles")),console.log(f(" /pull <path> pull one article (or resolve a conflict)")),console.log(f(" /pull --status drift report only (no writes)")),console.log(f(" /pull --baseline set a sync baseline for not-yet-compared articles")),{kind:"continue"};let r=e[0];if(r)return await _d(t,r),{kind:"continue"};console.log(f("Pulling changes from Document360\u2026"));let s=await Ar({cwd:t.cwd,profileName:t.profileName});for(let l of Er(s))console.log(l.tone==="ok"?N(l.text):l.tone==="warn"?U(l.text):f(l.text));console.log("")}catch(r){r instanceof Ad?console.log($(r.message)):console.log($(`Pull failed: ${r.message}`))}return{kind:"continue"}}async function Ar(e){let t=await $a({cwd:e.cwd,profileName:e.profileName}),n={pulled:[],imported:[],conflicts:[],toPublish:0,failed:[]};for(let o of t.entries)if(o.status==="remote-ahead"&&o.path)try{let r=await va({cwd:e.cwd,profileName:e.profileName,relPath:o.path});jr({cwd:e.cwd,profileName:e.profileName},r),n.pulled.push(o.path)}catch(r){n.failed.push({ref:o.path,error:r.message})}else if(o.status==="untracked-remote"&&o.articleId)try{let r=await Td({cwd:e.cwd,profileName:e.profileName,articleId:o.articleId});Sd({cwd:e.cwd,profileName:e.profileName},r),n.imported.push({title:r.title,path:r.path})}catch(r){n.failed.push({ref:o.title??o.articleId,error:r.message})}else o.status==="conflict"&&o.path?n.conflicts.push(o.path):(o.status==="local-ahead"||o.status==="untracked-local"&&!o.link)&&o.path&&n.toPublish++;return n}var ao=(e,t=5)=>`${e.slice(0,t).join(", ")}${e.length>t?`, +${e.length-t} more`:""}`,pt=e=>e===1?"":"s";function Er(e){let t=[];return e.pulled.length&&t.push({tone:"ok",text:`\u2713 Pulled ${e.pulled.length} portal edit${pt(e.pulled.length)} into local: ${ao(e.pulled)}`}),e.imported.length&&t.push({tone:"ok",text:`\u2713 Imported ${e.imported.length} new portal article${pt(e.imported.length)}: ${ao(e.imported.map(n=>n.path))}`}),e.toPublish&&t.push({tone:"info",text:`\u2139 ${e.toPublish} article${pt(e.toPublish)} changed locally \u2014 /publish to push them up.`}),e.conflicts.length&&t.push({tone:"warn",text:`\u26A0 ${e.conflicts.length} article${pt(e.conflicts.length)} changed both here and on Document360 \u2014 left untouched. Take the portal copy: /pull <path> \xB7 keep yours: /publish <path>. (${ao(e.conflicts)})`}),e.failed.length&&t.push({tone:"warn",text:`\u26A0 ${e.failed.length} item${pt(e.failed.length)} failed: ${ao(e.failed.map(n=>n.ref))}`}),t.length===0&&t.push({tone:"ok",text:"\u2713 Already in sync with Document360 \u2014 nothing to pull."}),t}async function Ed(e){console.log(f("Checking Document360 for drift\u2026"));let t=Date.now(),n=await $a({cwd:e.cwd,profileName:e.profileName});for(let o of io(n,Date.now()-t))console.log(o);console.log("")}async function Nd(e,t){let n=t[0]&&t[0]!=="--all"?t[0].replace(/\\/g,"/"):void 0;console.log(f(n?`Setting the sync baseline for ${n}\u2026`:"Setting a sync baseline for tracked-but-not-yet-compared articles\u2026"));let o=await Dd({cwd:e.cwd,profileName:e.profileName,relPaths:n?[n]:void 0}),r=n?{rebaselined:[],skipped:[]}:await jd({cwd:e.cwd,profileName:e.profileName});if(o.baselined.length===0&&o.skipped.length===0&&r.rebaselined.length===0){console.log(N("\u2713 Nothing to baseline \u2014 every tracked article already has a sync baseline."));return}if(o.baselined.length>0&&console.log(N(`\u2713 Baselined ${o.baselined.length} article(s) \u2014 they now read in-sync until either side changes.`)),r.rebaselined.length>0&&console.log(N(`\u2713 Refreshed the metadata baseline for ${r.rebaselined.length} article(s) \u2014 cleared false "metadata changed" drift.`)),o.skipped.length>0){console.log(U(`${o.skipped.length} skipped:`));for(let s of o.skipped)console.log(f(` - ${s.path} (${s.reason})`))}}async function Id(e){console.log(f("Comparing the manifest against the per-article path (read-only)\u2026"));let t=await Rd({cwd:e.cwd,profileName:e.profileName});console.log(` Legacy listing: ${Pe(String(t.legacyCount))} \xB7 Manifest: ${Pe(String(t.manifestCount))} \xB7 in both: ${t.inBoth}`),t.onlyInLegacy.length===0&&t.onlyInManifest.length===0&&t.mappedMissingFromManifest.length===0?console.log(N("\u2713 Parity \u2014 the manifest sees exactly the same articles. Safe to make it the default sync source.")):(t.mappedMissingFromManifest.length&&console.log($(`\u2717 ${t.mappedMissingFromManifest.length} MAPPED article(s) missing from the manifest: ${t.mappedMissingFromManifest.slice(0,5).join(", ")}`)),t.onlyInLegacy.length&&console.log(U(` ${t.onlyInLegacy.length} only in the legacy listing: ${t.onlyInLegacy.slice(0,5).join(", ")}`)),t.onlyInManifest.length&&console.log(U(` ${t.onlyInManifest.length} only in the manifest: ${t.onlyInManifest.slice(0,5).join(", ")}`)),console.log(f(" Send this output \u2014 a mismatch pinpoints where the manifest differs before we flip."))),console.log("")}async function _d(e,t){let n=t.replace(/\\/g,"/"),o=await va({cwd:e.cwd,profileName:e.profileName,relPath:n});console.log(""),console.log(`${L("\u25CF")} ${Pe(o.title)} ${ie(`(${o.path})`)}`);for(let l of o.notes)console.log(U(` \u26A0 ${l}`));o.overwritesLocalChanges&&console.log(U(" \u26A0 This OVERWRITES local edits made since the last sync."));let r=dt(o.oldContent,o.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!r){console.log(f(" Local file already matches the remote content \u2014 advancing the sync base only.")),jr({cwd:e.cwd,profileName:e.profileName},o);return}console.log(ie(` \u23BF Added ${r.added} line${pt(r.added)}, removed ${r.removed} line${pt(r.removed)}`));for(let l of r.lines)console.log(l);if(r.hidden>0&&console.log(f(` \u2026 +${r.hidden} more diff lines`)),!await e.withPausedInput(()=>Pd({message:`Write ${o.path}?`,default:!o.overwritesLocalChanges}))){console.log(f(" Skipped."));return}jr({cwd:e.cwd,profileName:e.profileName},o),console.log(N(` \u2713 Pulled ${o.path} (sync base advanced).`))}H();import{statSync as Od}from"node:fs";import{resolve as Ld}from"node:path";import{estimateBulkCost as Md,planPartitions as Ud,readProjectConfig as Wd,resolveModelForOperation as Fd,runPartitioned as Hd,trackedArticlePaths as qd}from"document360-engine";var Nr=3;function Ir(e){let t,n=!1;for(let r=0;r<e.length;r++){let s=e[r];s==="--run"||s==="--yes"?n=!0:s==="--scope"?t=e[++r]:s?.startsWith("--scope=")&&(t=s.slice(8))}return{scope:t?.replace(/\\/g,"/").replace(/\/+$/,"")||void 0,run:n}}function _r(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function Or(e,t){return t.map(n=>{let o=0;try{o=Od(Ld(e,n)).size}catch{o=0}return{path:n,bytes:o}})}function Lr(e){return`Convert each of these articles to canonical Document360 Flavored Markdown (DFM) and re-publish each as a DRAFT. This is a mechanical syntax conversion, not a rewrite \u2014 be efficient:
248
+ `+Tr(e.text,n);case"note":return`
249
+ `+yd[e.tone](on(e.text));case"done":return`
250
+ `+(e.ok?X.magenta("\u2736 "):X.red("\u2736 "))+X.gray(`Cooked for ${ln(e.seconds)} \xB7 ${e.tokens} tokens`+(e.costUsd>0?` \xB7 ${me(e.costUsd)}`:""))}}function xa(e,t){return e.map(n=>jr(n,t)).join(`
251
+ `)}import{resolveActiveProfile as kd,loadTokens as bd,isExpired as xd,decodeJwtClaims as $a}from"document360-engine";function $d(e){return e.length>12?`${e.slice(0,8)}\u2026`:e}function Me(e,t){try{let n=kd(e,t),o=bd(n.name);if(!o)return{ok:!1,reason:`Not signed in to Document360 (profile "${n.name}"). Run /login first.`};if(xd(o)&&!o.refreshToken)return{ok:!1,reason:`Your Document360 session expired (profile "${n.name}"). Run /login.`};let r=n.project.projectId;if(r){let c={...$a(o.idToken)??{},...$a(o.accessToken)??{}}.doc360_project_id;if(typeof c=="string"&&c&&c!==r)return{ok:!1,reason:`Your Document360 session is signed into a different project than profile "${n.name}" (this profile's project is ${$d(r)}). Run /login and pick this project.`}}return{ok:!0}}catch{return{ok:!0}}}var cn=3;function Ir(e){return[`Run the publish-to-d360 skill for the article at: ${e}`,"","Steps you must follow:","1. Read the article markdown \u2014 use the repo-relative path exactly as given above (it resolves against the working directory; do not reconstruct an absolute path).","2. Compute the D360 publish form (strip the YAML frontmatter and the H1 title, strip every <!-- SCREENSHOT ... --> block while keeping the visible [Screenshot: ...] line, normalize cross-article links).","3. Look up the article ID in <repo>/d360-category-map.json. If present, call the document360 MCP update-article tool. If absent, call create-article with local_path set to the repo-relative .md path (the tool records the new ID + sync base in the category map itself \u2014 do not edit the articles map by hand).","4. Report what changed and remind me to publish the draft manually in the Document360 portal."].join(`
252
+ `)}var va={"local-ahead":"modified locally","untracked-local":"new (never published)",conflict:"\u26A0 conflict \u2014 publishing overwrites the portal edit"};function un(e){return e.filter(t=>t.path!==null&&t.status in va&&!t.link).map(t=>({path:t.path,label:va[t.status]}))}function uo(e){return e.filter(t=>t.link).length}function Nr(e,t){try{let n=jd(e,Ad(e,t).name);if(!n)return null;let o=0;for(let r of Object.keys(n.articles))try{o+=Ed(vd(Cd(e,r),"utf8"),r,n).unresolved}catch{}return o===0?null:`\u2139 ${o} cross-link${o===1?"":"s"} point to pages not published yet \u2014 they show as plain text for now and turn into live links once those pages are published.`}catch{return null}}function Id(e){let t=e.replace(/\\/g,"/").split("/").pop()??e,n=t.replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return n?n.charAt(0).toUpperCase()+n.slice(1):t}function Sa(e){let t=[];e.length>1&&t.push({kind:"all",label:`Publish all ${e.length} articles`,paths:e.map(o=>o.path),indent:!1});let n=new Map;for(let o of e){let r=o.path.replace(/\\/g,"/").split("/").slice(0,-1).join("/"),i=n.get(r);i?i.push(o):n.set(r,[o])}for(let o of[...n.keys()].sort()){let r=n.get(o).sort((i,c)=>i.path.localeCompare(c.path));t.push({kind:"category",label:`${Id(o)} (${r.length})`,paths:r.map(i=>i.path),indent:!1});for(let i of r){let c=i.path.replace(/\\/g,"/").split("/").pop()??i.path;t.push({kind:"article",label:c,paths:[i.path],indent:!0,note:i.label})}}return t}function po(e){return[`Run the publish-to-d360 skill for ALL of these ${e.length} articles, one by one:`,"",...e.map(t=>`- ${t}`),"","Use the repo-relative paths exactly as listed (they resolve against the working directory; do not reconstruct absolute paths). Apply the normal per-article publish flow (frontmatter/H1/screenshot-comment strips, link normalization; update when mapped, create with local_path when not). If one article fails, note it and continue. Finish with a summary table (article | created/updated | failures) and remind me drafts need review in the portal."].join(`
253
+ `)}function _r(e,t,n){let o=x=>t[x.index]?.paths.length??0,r=e.filter(x=>x.ok),i=e.filter(x=>!x.ok),c=e.reduce((x,R)=>x+o(R),0),p=r.reduce((x,R)=>x+o(R),0),g=n==="api"?`${me(e.reduce((x,R)=>x+R.costUsd,0))} total`:ze(e.reduce((x,R)=>x+R.outputTokens,0)),y=`${r.length}/${e.length} partition${e.length===1?"":"s"}`,k=x=>`${x} article${x===1?"":"s"}`,D=[];if(i.length===0)D.push(`Published ${k(c)} (${y}) successfully \xB7 ${g}.`),D.push("All are DRAFTS \u2014 review and publish them in the Document360 portal.");else{D.push(`Published ${p}/${k(c)} (${y}) \xB7 ${g}.`),D.push(`${i.length} partition${i.length===1?"":"s"} failed \u2014 re-run /publish --all to retry just the rest (published articles are skipped):`);for(let x of i)D.push(` \u2717 ${x.label}${x.error?` \u2014 ${x.error}`:""}`)}return D}async function Ar(e,t){let n=Rd(t),{model:o}=Sd(e.cwd,"standard");console.log(f(`Publishing ${t.length} article${t.length===1?"":"s"} across ${n.length} partition${n.length===1?"":"s"} (\u2264${cn} agents at once) on ${o}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let r of Dd({cwd:e.cwd,partitions:n,promptFor:i=>po(i.paths),concurrency:cn,profileName:e.profileName,allowProdWrites:e.allowProdWrites(),model:o}))if(r.type==="partition_status")r.status==="running"?console.log(f(` \u25B8 ${r.label} \u2014 publishing\u2026`)):r.status==="done"?console.log(I(` \u2713 ${r.label}`)):console.log($(` \u2717 ${r.label}`));else if(r.type==="run_done"){console.log("");let i=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let p of _r(r.results,n,i))console.log(r.ok?I(p):L(p));let c=Nr(e.cwd,e.profileName);c&&console.log(f(c));try{let p=Pa(await Ca({cwd:e.cwd,profileName:e.profileName}));p&&console.log(f(p))}catch{}try{let p=Ta(await Ra({cwd:e.cwd,profileName:e.profileName}));p&&console.log(f(p))}catch{}}}catch(r){console.log($(`Publish run failed: ${r.message}`))}return console.log(""),{kind:"continue"}}async function fo(e,t,n){let o=Td(e,n);if(o.length===0)return[];let r=new Set(un((await Er({cwd:e,profileName:t})).entries).map(i=>i.path));return o.filter(i=>r.has(i))}async function Da(e,t){let n=Me(t?.cwd??process.cwd(),t?.profileName);if(!n.ok)return console.log($(n.reason)),{kind:"continue"};let o=e[0];if(o==="--related"&&e[1]){if(!t)return{kind:"continue"};let r=await fo(t.cwd,t.profileName,e[1].replace(/\\/g,"/"));return r.length===0?(console.log(I("\u2713 All related articles are already published.")),{kind:"continue"}):await Ar(t,r)}if(o==="--all"){console.log(f("Checking what needs publishing\u2026"));try{let r=await Er({cwd:t?.cwd??process.cwd()}),i=un(r.entries),c=uo(r.entries);if(c>0&&console.log(L(`\u26A0 ${c} article(s) already exist on Document360 but aren't linked \u2014 left out (publishing would duplicate them). Run /catch-up or ask me to link them first.`)),i.length===0){if(console.log(I(c>0?"\u2713 Nothing else is ahead of Document360 to publish.":"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates.")),t)try{let p=Pa(await Ca({cwd:t.cwd,profileName:t.profileName}));p&&console.log(f(p));let g=Ta(await Ra({cwd:t.cwd,profileName:t.profileName}));g&&console.log(f(g))}catch{}return{kind:"continue"}}return t?await Ar(t,i.map(p=>p.path)):{kind:"forward-to-agent",prompt:po(i.map(p=>p.path)),display:"/publish --all"}}catch(r){return console.log($(`Could not compute sync status: ${r.message}`)),{kind:"continue"}}}if(!o){console.log(f("Checking what needs publishing\u2026"));let r;try{let i=await Er({cwd:t?.cwd??process.cwd()});r=un(i.entries);let c=uo(i.entries);c>0&&console.log(L(`\u26A0 ${c} article(s) already exist on Document360 but aren't linked \u2014 left out (publishing would duplicate them). Run /catch-up or ask me to link them first.`))}catch(i){return console.log($(`Could not compute sync status: ${i.message}`)),console.log(f("Publish a specific article: /publish <article-path>")),{kind:"continue"}}if(r.length===0)return console.log(I("\u2713 Nothing is ahead of Document360 \u2014 no publish candidates.")),console.log(f(" (Articles without a sync base are unverified \u2014 publish those by path if needed.)")),{kind:"continue"};if(!process.stdin.isTTY||!t){for(let i of r)console.log(` ${i.path} ${f(`(${i.label})`)}`);return console.log(f("Run: /publish <article-path>")),{kind:"continue"}}try{o=await t.withPausedInput(()=>Pd({message:"Publish which article?",choices:[...r.length>1?[{name:`All ${r.length} candidates`,value:"--all",description:"one agent run over every candidate"}]:[],...r.map(i=>({name:i.path,value:i.path,description:i.label}))]}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}if(o==="--all")return await Ar(t,r.map(i=>i.path))}return{kind:"forward-to-agent",prompt:Ir(o),display:`/publish ${o}`}}async function dn(){return{kind:"forward-to-agent",prompt:["Run the gap-analysis skill against this repo.","","Follow its stages in order:","1. d360_sync_status first \u2014 stop and report if any article is in conflict or remote-ahead (the local copy cannot be trusted until resolved).","2. git diff since the lastAnalyzedCommit marker in d360-category-map.json (or last 30 days if no marker), filtered to the authoritativeSourceFiles paths.","2.5. d360_pending_hints \u2014 the source agent's own notes on what it shipped. Verify each (sources exist, commit is an ancestor of HEAD, source shows the surface) before trusting; fold verified ones into the table, flag the rest.","3. Map changes (diff + hints) to articles via their `sources:` frontmatter; read only implicated articles and changed source files. If articles are missing `sources:`, this is the one-time bootstrap pass \u2014 backfill them.","4. Output the proposal table: | Article (path or proposed title) | Action (create | update | retire | link) | Reason | Evidence | Scope |, then advance lastAnalyzedCommit and stamp consumed hints.","","Do not start writing or updating any article yet \u2014 the proposal table is the deliverable."].join(`
254
+ `),display:"/audit"}}U();import{checkbox as Nd}from"@inquirer/prompts";import{inventoryRepo as _d,readProjectConfig as ja,writeProjectConfig as Ld}from"document360-engine";function Lr(e,t){let n=ja(e);n&&(n.authoritativeSourceFiles=t,Ld(n,e))}function mo(e){let t=[`${e.fileCount}${e.fileCount>=5e3?"+":""} files`];return e.stacks.length&&t.push(e.stacks.join("+")),t.push(e.reason),t.join(" \xB7 ")}async function Aa(e,t){let n=t?.cwd??process.cwd();if(!ja(n))return console.log($("No .d360-writer/config.json here. Run /init first.")),{kind:"continue"};let o=_d(n);if(o.length===0)return console.log(f('No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer/config.json manually.')),{kind:"continue"};if(!process.stdin.isTTY||!t){console.log(""),console.log(_("Recommended documentation scope (run /scope in the REPL to choose):"));for(let i of o)console.log(` ${i.recommended?"\u25C9":"\u25CB"} ${i.path} ${f(mo(i))}`);return console.log(""),{kind:"continue"}}let r;try{r=await t.withPausedInput(()=>Nd({message:"Which folders back the user docs? (space toggles, enter confirms)",choices:o.map(i=>({name:`${i.path} (${mo(i)})`,value:i.path,checked:i.recommended})),pageSize:20}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}if(r.length===0)return console.log(f("Nothing selected \u2014 scope unchanged.")),{kind:"continue"};Lr(n,r),console.log(I(`\u2713 Scoped to ${r.length} folder(s) \u2014 written to .d360-writer/config.json`));for(let i of r)console.log(` ${i}`);return console.log(""),{kind:"continue"}}U();import{confirm as Hd}from"@inquirer/prompts";import{applyPull as Mr,computeSyncStatus as La,compareRemoteSources as qd,planPull as Oa,planImport as Bd,applyImport as Vd,establishBaselines as Gd,rebaselineServerMeta as Yd,D360AuthError as zd}from"document360-engine";U();var Ea=[{status:"conflict",header:"Changed in both places \u2014 pick a direction (/pull <path> or /publish <path>):",paint:$,mark:"!"},{status:"local-ahead",header:"Changed here \u2014 push with /publish <path>:",paint:L,mark:"M"},{status:"remote-ahead",header:"Changed on Document360 \u2014 pull with /pull <path> (or just /pull):",paint:_,mark:"M"},{status:"deleted-local",header:"Removed locally \u2014 still on Document360 (pull to restore, or leave it):",paint:$,mark:"D"},{status:"deleted-remote",header:"Gone from Document360 \u2014 still here (publish to recreate, or delete the file):",paint:$,mark:"D"},{status:"orphaned",header:"Gone from both sides \u2014 these tracking entries point at nothing now:",paint:se,mark:"X"},{status:"untracked-local",header:"New here \u2014 not on Document360 yet (publish to add them):",paint:f,mark:"?"},{status:"untracked-remote",header:"On Document360 \u2014 not in your local docs yet (run /pull to import them):",paint:f,mark:"?"},{status:"unknown-base",header:"Tracked, not yet compared \u2014 run /pull --baseline to set a baseline (or the next publish/pull sets one):",paint:se,mark:"\xB7"}];function Od(e){return e.path?e.path:`${e.title??"(untitled)"} ${se(`[${e.articleId}]`)}`}function Md(e){let t=e/1e3;if(t<60)return`${t.toFixed(1)}s`;let n=Math.floor(t/60);return`${n}m ${Math.round(t-n*60)}s`}function ho(e,t){let n=[],o=e.entries.filter(k=>k.link);if(o.length>0){n.push(""),n.push(Pe("Already on Document360, just not linked \u2014 ask me to link these (a republish would duplicate them):"));for(let k of o)n.push(` ${L("~")} ${L(k.path??"")} ${se(`\u2192 "${k.link.title}"`)}`)}for(let k of Ea){let D=e.entries.filter(x=>x.status===k.status&&!(k.status==="untracked-local"&&x.link));if(D.length!==0){n.push(""),n.push(Pe(k.header));for(let x of D)n.push(` ${k.paint(k.mark)} ${k.paint(Od(x))}${x.detail?se(` (${x.detail})`):""}`)}}let r=e.counts["in-sync"]??0,i=e.entries.length;n.push("");let c={"in-sync":"up to date","local-ahead":"changed here","remote-ahead":"changed on Document360",conflict:"changed both places","untracked-local":"new here","untracked-remote":"only on Document360","deleted-local":"removed locally","deleted-remote":"gone from Document360",orphaned:"gone both sides","unknown-base":"not yet compared"},p=o.length,g=i===r?I("\u2713 everything up to date"):[r>0?I(`\u2713 ${r} up to date`):null,p>0?`${p} to link`:null,...Ea.map(k=>{let D=(e.counts[k.status]??0)-(k.status==="untracked-local"?p:0);return D>0?`${D} ${c[k.status]}`:null})].filter(Boolean).join(se(" \xB7 ")),y=t!==void 0?` \xB7 synced in ${Md(t)}`:"";return n.push(g+se(` \xB7 ${i} tracked+seen \xB7 profile "${e.profile}" \xB7 docs root ${e.docsRoot}/${y}`)),n}import{structuredPatch as Ud}from"diff";import Ia from"picocolors";var Na=80,Wd="\x1B[48;2;74;28;28m",Fd="\x1B[48;2;24;66;24m",_a="\x1B[49m",Or=e=>String(e).padStart(5);function ut(e,t,n){let o=x=>{let R=x.replace(/\r\n/g,`
255
+ `);return R.endsWith(`
256
+ `)||R===""?R:R+`
257
+ `},r=o(e),i=o(t);if(r===i)return null;let c=Math.max(20,n-10),p=Ud("a","b",r,i,"","",{context:3}),g=0,y=0,k=[];p.hunks.forEach((x,R)=>{R>0&&k.push(Ia.gray(" \u2026"));let C=x.oldStart,S=x.newStart;for(let N of x.lines){let O=N[0],K=N.slice(1).slice(0,c);O==="-"?(y++,k.push(`${Wd}${Or(C++)} - ${K}${_a}`)):O==="+"?(g++,k.push(`${Fd}${Or(S++)} + ${K}${_a}`)):(k.push(Ia.gray(Or(S))+" "+K),C++,S++)}});let D=k.slice(0,Na);return{added:g,removed:y,lines:D,hidden:Math.max(0,k.length-Na)}}async function Ma(e,t){let n=Me(t.cwd,t.profileName);if(!n.ok)return console.log($(n.reason)),{kind:"continue"};let o=e.find(r=>r.startsWith("--"));try{if(o==="--status")return await Kd(t),{kind:"continue"};if(o==="--baseline")return await Xd(t,e.filter(c=>c!=="--baseline")),{kind:"continue"};if(o==="--compare")return await Qd(t),{kind:"continue"};if(o)return console.log($(`Unknown option: ${o}`)),console.log(f("Usage: /pull pull portal edits + import new portal articles")),console.log(f(" /pull <path> pull one article (or resolve a conflict)")),console.log(f(" /pull --status drift report only (no writes)")),console.log(f(" /pull --baseline set a sync baseline for not-yet-compared articles")),{kind:"continue"};let r=e[0];if(r)return await Jd(t,r),{kind:"continue"};console.log(f("Pulling changes from Document360\u2026"));let i=await Ur({cwd:t.cwd,profileName:t.profileName});for(let c of Wr(i))console.log(c.tone==="ok"?I(c.text):c.tone==="warn"?L(c.text):f(c.text));console.log("")}catch(r){r instanceof zd?console.log($(r.message)):console.log($(`Pull failed: ${r.message}`))}return{kind:"continue"}}async function Ur(e){let t=await La({cwd:e.cwd,profileName:e.profileName}),n={pulled:[],imported:[],conflicts:[],toPublish:0,failed:[]};for(let o of t.entries)if(o.status==="remote-ahead"&&o.path)try{let r=await Oa({cwd:e.cwd,profileName:e.profileName,relPath:o.path});Mr({cwd:e.cwd,profileName:e.profileName},r),n.pulled.push(o.path)}catch(r){n.failed.push({ref:o.path,error:r.message})}else if(o.status==="untracked-remote"&&o.articleId)try{let r=await Bd({cwd:e.cwd,profileName:e.profileName,articleId:o.articleId});Vd({cwd:e.cwd,profileName:e.profileName},r),n.imported.push({title:r.title,path:r.path})}catch(r){n.failed.push({ref:o.title??o.articleId,error:r.message})}else o.status==="conflict"&&o.path?n.conflicts.push(o.path):(o.status==="local-ahead"||o.status==="untracked-local"&&!o.link)&&o.path&&n.toPublish++;return n}var go=(e,t=5)=>`${e.slice(0,t).join(", ")}${e.length>t?`, +${e.length-t} more`:""}`,dt=e=>e===1?"":"s";function Wr(e){let t=[];return e.pulled.length&&t.push({tone:"ok",text:`\u2713 Pulled ${e.pulled.length} portal edit${dt(e.pulled.length)} into local: ${go(e.pulled)}`}),e.imported.length&&t.push({tone:"ok",text:`\u2713 Imported ${e.imported.length} new portal article${dt(e.imported.length)}: ${go(e.imported.map(n=>n.path))}`}),e.toPublish&&t.push({tone:"info",text:`\u2139 ${e.toPublish} article${dt(e.toPublish)} changed locally \u2014 /publish to push them up.`}),e.conflicts.length&&t.push({tone:"warn",text:`\u26A0 ${e.conflicts.length} article${dt(e.conflicts.length)} changed both here and on Document360 \u2014 left untouched. Take the portal copy: /pull <path> \xB7 keep yours: /publish <path>. (${go(e.conflicts)})`}),e.failed.length&&t.push({tone:"warn",text:`\u26A0 ${e.failed.length} item${dt(e.failed.length)} failed: ${go(e.failed.map(n=>n.ref))}`}),t.length===0&&t.push({tone:"ok",text:"\u2713 Already in sync with Document360 \u2014 nothing to pull."}),t}async function Kd(e){console.log(f("Checking Document360 for drift\u2026"));let t=Date.now(),n=await La({cwd:e.cwd,profileName:e.profileName});for(let o of ho(n,Date.now()-t))console.log(o);console.log("")}async function Xd(e,t){let n=t[0]&&t[0]!=="--all"?t[0].replace(/\\/g,"/"):void 0;console.log(f(n?`Setting the sync baseline for ${n}\u2026`:"Setting a sync baseline for tracked-but-not-yet-compared articles\u2026"));let o=await Gd({cwd:e.cwd,profileName:e.profileName,relPaths:n?[n]:void 0}),r=n?{rebaselined:[],skipped:[]}:await Yd({cwd:e.cwd,profileName:e.profileName});if(o.baselined.length===0&&o.skipped.length===0&&r.rebaselined.length===0){console.log(I("\u2713 Nothing to baseline \u2014 every tracked article already has a sync baseline."));return}if(o.baselined.length>0&&console.log(I(`\u2713 Baselined ${o.baselined.length} article(s) \u2014 they now read in-sync until either side changes.`)),r.rebaselined.length>0&&console.log(I(`\u2713 Refreshed the metadata baseline for ${r.rebaselined.length} article(s) \u2014 cleared false "metadata changed" drift.`)),o.skipped.length>0){console.log(L(`${o.skipped.length} skipped:`));for(let i of o.skipped)console.log(f(` - ${i.path} (${i.reason})`))}}async function Qd(e){console.log(f("Comparing the manifest against the per-article path (read-only)\u2026"));let t=await qd({cwd:e.cwd,profileName:e.profileName});console.log(` Legacy listing: ${Pe(String(t.legacyCount))} \xB7 Manifest: ${Pe(String(t.manifestCount))} \xB7 in both: ${t.inBoth}`),t.onlyInLegacy.length===0&&t.onlyInManifest.length===0&&t.mappedMissingFromManifest.length===0?console.log(I("\u2713 Parity \u2014 the manifest sees exactly the same articles. Safe to make it the default sync source.")):(t.mappedMissingFromManifest.length&&console.log($(`\u2717 ${t.mappedMissingFromManifest.length} MAPPED article(s) missing from the manifest: ${t.mappedMissingFromManifest.slice(0,5).join(", ")}`)),t.onlyInLegacy.length&&console.log(L(` ${t.onlyInLegacy.length} only in the legacy listing: ${t.onlyInLegacy.slice(0,5).join(", ")}`)),t.onlyInManifest.length&&console.log(L(` ${t.onlyInManifest.length} only in the manifest: ${t.onlyInManifest.slice(0,5).join(", ")}`)),console.log(f(" Send this output \u2014 a mismatch pinpoints where the manifest differs before we flip."))),console.log("")}async function Jd(e,t){let n=t.replace(/\\/g,"/"),o=await Oa({cwd:e.cwd,profileName:e.profileName,relPath:n});console.log(""),console.log(`${_("\u25CF")} ${Pe(o.title)} ${se(`(${o.path})`)}`);for(let c of o.notes)console.log(L(` \u26A0 ${c}`));o.overwritesLocalChanges&&console.log(L(" \u26A0 This OVERWRITES local edits made since the last sync."));let r=ut(o.oldContent,o.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!r){console.log(f(" Local file already matches the remote content \u2014 advancing the sync base only.")),Mr({cwd:e.cwd,profileName:e.profileName},o);return}console.log(se(` \u23BF Added ${r.added} line${dt(r.added)}, removed ${r.removed} line${dt(r.removed)}`));for(let c of r.lines)console.log(c);if(r.hidden>0&&console.log(f(` \u2026 +${r.hidden} more diff lines`)),!await e.withPausedInput(()=>Hd({message:`Write ${o.path}?`,default:!o.overwritesLocalChanges}))){console.log(f(" Skipped."));return}Mr({cwd:e.cwd,profileName:e.profileName},o),console.log(I(` \u2713 Pulled ${o.path} (sync base advanced).`))}U();import{statSync as Zd}from"node:fs";import{resolve as ep}from"node:path";import{estimateBulkCost as tp,planPartitions as np,readProjectConfig as op,resolveModelForOperation as rp,runPartitioned as ip,trackedArticlePaths as sp}from"document360-engine";var Fr=3;function Hr(e){let t,n=!1;for(let r=0;r<e.length;r++){let i=e[r];i==="--run"||i==="--yes"?n=!0:i==="--scope"?t=e[++r]:i?.startsWith("--scope=")&&(t=i.slice(8))}return{scope:t?.replace(/\\/g,"/").replace(/\/+$/,"")||void 0,run:n}}function qr(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function Br(e,t){return t.map(n=>{let o=0;try{o=Zd(ep(e,n)).size}catch{o=0}return{path:n,bytes:o}})}function Vr(e){return`Convert each of these articles to canonical Document360 Flavored Markdown (DFM) and re-publish each as a DRAFT. This is a mechanical syntax conversion, not a rewrite \u2014 be efficient:
258
258
  - Read ONLY the article files listed below. Do NOT read source code, other articles, or fetch the live portal \u2014 you already have everything you need.
259
259
  - Convert in place: wrap callouts, FAQs, tabs, accordions, and media embeds per the d360-markdown skill. Preserve all wording, headings, and structure; change only GFM\u2192DFM syntax.
260
260
  - Publish each as a draft with a single update call. Do NOT re-read, re-verify, or polish after converting, and skip articles already in DFM.
261
261
  - Work only on these files:
262
262
  `+e.paths.map(t=>`- ${t}`).join(`
263
- `)}function Mr(e,t,n){let o=e.reduce((p,g)=>p+g.paths.length,0),[r,s]=t.usd;return[`Convert ${o} article${o===1?"":"s"} to DFM across ${e.length} partition${e.length===1?"":"s"} (\u2264${n} agents at once):`,...e.map(p=>` \u2022 ${p.label} \u2014 ${p.paths.length} article${p.paths.length===1?"":"s"}`),"",`Estimated cost: ${he(r)}\u2013${he(s)}. ${t.note}`,"","Each article is rewritten and re-published as a DRAFT. Run /convert --run to start."]}function Ur(e,t,n){let o=C=>t[C.index]?.paths.length??0,r=e.filter(C=>C.ok),s=e.filter(C=>!C.ok),l=e.reduce((C,S)=>C+o(S),0),p=r.reduce((C,S)=>C+o(S),0),g=e.reduce((C,S)=>C+S.costUsd,0),w=e.reduce((C,S)=>C+S.outputTokens,0),k=n==="api"?`${he(g)} total`:ze(w),A=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,x=C=>`${C} article${C===1?"":"s"}`,P=[];if(s.length===0)P.push(`Converted ${x(l)} (${A}) successfully \xB7 ${k}.`);else{P.push(`Converted ${p}/${x(l)} (${A}) \xB7 ${k}.`),P.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /convert to retry:`);for(let C of s)P.push(` \u2717 ${C.label}${C.error?` \u2014 ${C.error}`:""}`)}return P}async function Pa(e,t){if(!Wd(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{scope:n,run:o}=Ir(e),r=qd(t.cwd,t.profileName);if(r.length===0)return console.log($("No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert.")),{kind:"continue"};let s=_r(r,n);if(s.length===0)return console.log($(`No tracked articles under "${n}". (${r.length} are tracked overall.)`)),{kind:"continue"};let l=Ud(s),p=`/convert${n?` --scope ${n}`:""} --run`,{model:g,forced:w}=Fd(t.cwd,"light");if(!o){let k=Md({files:Or(t.cwd,s),op:"convert",model:g});n&&console.log(f(`Scope: ${n} (${s.length} of ${r.length} tracked articles).`));for(let A of Mr(l,k,Nr))console.log(A);return console.log(f(`Model: ${g}${w?" (forced)":" \u2014 mechanical work; /model to override"}.`)),console.log(f(`Run ${p} to start.`)),console.log(""),{kind:"continue"}}console.log(f(`Converting ${s.length} articles across ${l.length} partitions (\u2264${Nr} agents at once) on ${g}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let k of Hd({cwd:t.cwd,partitions:l,promptFor:Lr,concurrency:Nr,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:g}))if(k.type==="partition_status")k.status==="running"?console.log(f(` \u25B8 ${k.label} \u2014 converting\u2026`)):k.status==="done"?console.log(N(` \u2713 ${k.label}`)):console.log($(` \u2717 ${k.label}`));else if(k.type==="run_done"){console.log("");let A=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let x of Ur(k.results,l,A))console.log(k.ok?N(x):U(x))}}catch(k){console.log($(`Convert run failed: ${k.message}`))}return console.log(""),{kind:"continue"}}H();import{statSync as Sa}from"node:fs";import{resolve as Da}from"node:path";import{estimateBulkCost as Jd,lintDocs as Zd,planPartitions as ep,readDocsPlan as tp,readProjectConfig as ja,DEFAULT_DOCS_DIR as np,resolveModelForOperation as op,runPartitioned as rp}from"document360-engine";import{readProjectConfig as Bd,loadProfileMap as Yd,resolveActiveProfile as Gd,desiredCategoryOrder as Vd,desiredArticleOrder as zd,DEFAULT_DOCS_DIR as Xd}from"document360-engine";var Wr=e=>e.replace(/\\/g,"/"),Kd=e=>Wr(e).split("/").pop()??e;function Qd(e){let t=e.replace(/\.(md|markdown)$/i,"").replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return t?t.charAt(0).toUpperCase()+t.slice(1):e}function Fr(e,t){try{let n=Bd(e);if(!n)return[];let o=Gd(e,t),r=Yd(e,o.name);if(!r)return[];let s=Wr(n.docsDir??Xd).replace(/\/+$/,""),l=new Map;for(let g of zd(r))l.set(g.categoryPath,(l.get(g.categoryPath)??0)+1);let p=[];for(let g of Vd(r)){let w=Wr(g.path),k=w.startsWith(`${s}/`)?w.slice(s.length+1):w===s?"":w;k&&p.push({token:k,label:Qd(Kd(w)),count:l.get(g.path)??0})}return p}catch{return[]}}function Ra(e,t){let n=Fr(e,t);return n.length===0?["No categories yet \u2014 author some articles first, then scope to one."]:["Which category? Re-run with one of:",...n.map(o=>` --scope ${o.token} (${o.label} \xB7 ${o.count} article${o.count===1?"":"s"})`)]}function lo(e){let t=e.indexOf("--scope");if(t===-1)return!1;let n=e[t+1];return n===void 0||n.startsWith("-")}function Ta(e,t){let n=e.indexOf("--scope");if(n===-1)return["--scope",t,...e];let o=e[n+1],r=[...e];return o===void 0||o.startsWith("-")?r.splice(n+1,0,t):r[n+1]=t,r}var sp=3,ip=8;function Hr(e){return e===void 0||!Number.isFinite(e)?sp:Math.max(1,Math.min(Math.floor(e),ip))}function qr(e){let t,n,o=!1,r=!1,s,l=g=>{let w=Number(g);return g!==void 0&&Number.isFinite(w)?w:void 0};for(let g=0;g<e.length;g++){let w=e[g];if(w==="--preview"||w==="--dry-run")o=!0;else if(w==="--rewrite"||w==="--force")r=!0;else{if(w==="--run"||w==="--yes"||w==="--all")continue;w==="--scope"?t=e[++g]:w?.startsWith("--scope=")?t=w.slice(8):w==="--concurrency"?s=l(e[++g]):w?.startsWith("--concurrency=")?s=l(w.slice(14)):w&&!w.startsWith("--")&&(n=w)}}let p=g=>g?.replace(/\\/g,"/").replace(/\/+$/,"")||void 0;return{scope:p(t),path:p(n),preview:o,concurrency:s,rewrite:r}}function ap(e,t){let n=e.replace(/\\/g,"/").replace(/\/+$/,""),o=`${t.replace(/\/+$/,"")}/`;return n.startsWith(o)?n.slice(o.length):n}function lp(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function Br(e,t,n){return n.filter(o=>{try{return Sa(Da(e,t,o)).size===0}catch{return!0}})}function Yr(e,t,n){let o=new Map(t.map(r=>[r.path,r]));return n.map(r=>{let s=1;for(let l of o.get(r)?.sources??[])try{s+=Sa(Da(e,l)).size}catch{}return{path:r,bytes:s}})}function Gr(e,t,n={}){let o=n.rewrite?`- Some or all of these articles ALREADY EXIST on disk \u2014 this is a re-author (rewrite/upgrade), NOT a first draft. For any that exist, do NOT preserve or lightly-edit the current file: RE-AUTHOR it from scratch against the plan + sources + the active doc-type playbook standard. The existing file is what you're replacing \u2014 its structure is NOT the target; match only the project's voice/terminology.
263
+ `)}function Gr(e,t,n){let o=e.reduce((p,g)=>p+g.paths.length,0),[r,i]=t.usd;return[`Convert ${o} article${o===1?"":"s"} to DFM across ${e.length} partition${e.length===1?"":"s"} (\u2264${n} agents at once):`,...e.map(p=>` \u2022 ${p.label} \u2014 ${p.paths.length} article${p.paths.length===1?"":"s"}`),"",`Estimated cost: ${me(r)}\u2013${me(i)}. ${t.note}`,"","Each article is rewritten and re-published as a DRAFT. Run /convert --run to start."]}function Yr(e,t,n){let o=C=>t[C.index]?.paths.length??0,r=e.filter(C=>C.ok),i=e.filter(C=>!C.ok),c=e.reduce((C,S)=>C+o(S),0),p=r.reduce((C,S)=>C+o(S),0),g=e.reduce((C,S)=>C+S.costUsd,0),y=e.reduce((C,S)=>C+S.outputTokens,0),k=n==="api"?`${me(g)} total`:ze(y),D=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,x=C=>`${C} article${C===1?"":"s"}`,R=[];if(i.length===0)R.push(`Converted ${x(c)} (${D}) successfully \xB7 ${k}.`);else{R.push(`Converted ${p}/${x(c)} (${D}) \xB7 ${k}.`),R.push(`${i.length} partition${i.length===1?"":"s"} failed \u2014 re-run /convert to retry:`);for(let C of i)R.push(` \u2717 ${C.label}${C.error?` \u2014 ${C.error}`:""}`)}return R}async function Ua(e,t){if(!op(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{scope:n,run:o}=Hr(e),r=sp(t.cwd,t.profileName);if(r.length===0)return console.log($("No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert.")),{kind:"continue"};let i=qr(r,n);if(i.length===0)return console.log($(`No tracked articles under "${n}". (${r.length} are tracked overall.)`)),{kind:"continue"};let c=np(i),p=`/convert${n?` --scope ${n}`:""} --run`,{model:g,forced:y}=rp(t.cwd,"light");if(!o){let k=tp({files:Br(t.cwd,i),op:"convert",model:g});n&&console.log(f(`Scope: ${n} (${i.length} of ${r.length} tracked articles).`));for(let D of Gr(c,k,Fr))console.log(D);return console.log(f(`Model: ${g}${y?" (forced)":" \u2014 mechanical work; /model to override"}.`)),console.log(f(`Run ${p} to start.`)),console.log(""),{kind:"continue"}}console.log(f(`Converting ${i.length} articles across ${c.length} partitions (\u2264${Fr} agents at once) on ${g}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let k of ip({cwd:t.cwd,partitions:c,promptFor:Vr,concurrency:Fr,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:g}))if(k.type==="partition_status")k.status==="running"?console.log(f(` \u25B8 ${k.label} \u2014 converting\u2026`)):k.status==="done"?console.log(I(` \u2713 ${k.label}`)):console.log($(` \u2717 ${k.label}`));else if(k.type==="run_done"){console.log("");let D=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let x of Yr(k.results,c,D))console.log(k.ok?I(x):L(x))}}catch(k){console.log($(`Convert run failed: ${k.message}`))}return console.log(""),{kind:"continue"}}U();import{statSync as Ha}from"node:fs";import{resolve as qa}from"node:path";import{estimateBulkCost as hp,lintDocs as gp,planPartitions as wp,readDocsPlan as yp,readProjectConfig as Ba,DEFAULT_DOCS_DIR as kp,resolveModelForOperation as bp,runPartitioned as xp}from"document360-engine";import{readProjectConfig as ap,loadProfileMap as lp,resolveActiveProfile as cp,desiredCategoryOrder as up,desiredArticleOrder as dp,DEFAULT_DOCS_DIR as pp}from"document360-engine";var zr=e=>e.replace(/\\/g,"/"),fp=e=>zr(e).split("/").pop()??e;function mp(e){let t=e.replace(/\.(md|markdown)$/i,"").replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return t?t.charAt(0).toUpperCase()+t.slice(1):e}function Kr(e,t){try{let n=ap(e);if(!n)return[];let o=cp(e,t),r=lp(e,o.name);if(!r)return[];let i=zr(n.docsDir??pp).replace(/\/+$/,""),c=new Map;for(let g of dp(r))c.set(g.categoryPath,(c.get(g.categoryPath)??0)+1);let p=[];for(let g of up(r)){let y=zr(g.path),k=y.startsWith(`${i}/`)?y.slice(i.length+1):y===i?"":y;k&&p.push({token:k,label:mp(fp(y)),count:c.get(g.path)??0})}return p}catch{return[]}}function Wa(e,t){let n=Kr(e,t);return n.length===0?["No categories yet \u2014 author some articles first, then scope to one."]:["Which category? Re-run with one of:",...n.map(o=>` --scope ${o.token} (${o.label} \xB7 ${o.count} article${o.count===1?"":"s"})`)]}function wo(e){let t=e.indexOf("--scope");if(t===-1)return!1;let n=e[t+1];return n===void 0||n.startsWith("-")}function Fa(e,t){let n=e.indexOf("--scope");if(n===-1)return["--scope",t,...e];let o=e[n+1],r=[...e];return o===void 0||o.startsWith("-")?r.splice(n+1,0,t):r[n+1]=t,r}var $p=3,vp=8;function Xr(e){return e===void 0||!Number.isFinite(e)?$p:Math.max(1,Math.min(Math.floor(e),vp))}function Qr(e){let t,n,o=!1,r=!1,i,c=g=>{let y=Number(g);return g!==void 0&&Number.isFinite(y)?y:void 0};for(let g=0;g<e.length;g++){let y=e[g];if(y==="--preview"||y==="--dry-run")o=!0;else if(y==="--rewrite"||y==="--force")r=!0;else{if(y==="--run"||y==="--yes"||y==="--all")continue;y==="--scope"?t=e[++g]:y?.startsWith("--scope=")?t=y.slice(8):y==="--concurrency"?i=c(e[++g]):y?.startsWith("--concurrency=")?i=c(y.slice(14)):y&&!y.startsWith("--")&&(n=y)}}let p=g=>g?.replace(/\\/g,"/").replace(/\/+$/,"")||void 0;return{scope:p(t),path:p(n),preview:o,concurrency:i,rewrite:r}}function Cp(e,t){let n=e.replace(/\\/g,"/").replace(/\/+$/,""),o=`${t.replace(/\/+$/,"")}/`;return n.startsWith(o)?n.slice(o.length):n}function Pp(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function Jr(e,t,n){return n.filter(o=>{try{return Ha(qa(e,t,o)).size===0}catch{return!0}})}function Zr(e,t,n){let o=new Map(t.map(r=>[r.path,r]));return n.map(r=>{let i=1;for(let c of o.get(r)?.sources??[])try{i+=Ha(qa(e,c)).size}catch{}return{path:r,bytes:i}})}function ei(e,t,n={}){let o=n.rewrite?`- Some or all of these articles ALREADY EXIST on disk \u2014 this is a re-author (rewrite/upgrade), NOT a first draft. For any that exist, do NOT preserve or lightly-edit the current file: RE-AUTHOR it from scratch against the plan + sources + the active doc-type playbook standard. The existing file is what you're replacing \u2014 its structure is NOT the target; match only the project's voice/terminology.
264
264
  `:"";return`Run the write-article skill to author EACH documentation article listed below. For each path:
265
265
  - It is relative to ${t}/. Look up its entry (matching "path") in .d360-writer/plan.json for its purpose and the source files it draws from (AGENT-PLAN.md has the same table).
266
266
  - Read ONLY those source files plus any shared context you genuinely need, and ground every statement in them. Never invent UI labels, routes, or behaviour \u2014 if the source does not say it, omit it.
@@ -269,75 +269,77 @@ ${s}${g}`).join("")}).join(`
269
269
  - Each article is independent. Do NOT write, edit, or publish any article not in this list, and do NOT publish to Document360 \u2014 these are local drafts.
270
270
  Articles:
271
271
  `+e.paths.map(r=>`- ${r}`).join(`
272
- `)}function Vr(e,t,n){let o=e.reduce((l,p)=>l+p.paths.length,0),[r,s]=t.usd;return[`Write ${o} article${o===1?"":"s"} across ${e.length} partition${e.length===1?"":"s"} (\u2264${n} agents at once):`,...e.map(l=>` \u2022 ${l.label} \u2014 ${l.paths.length} article${l.paths.length===1?"":"s"}`),"",`Estimated cost: ${he(r)}\u2013${he(s)}. ${t.note}`,"","Articles are written as local drafts in the docs tree (nothing is published). Run /write to start."]}function zr(e,t,n){let o=C=>t[C.index]?.paths.length??0,r=e.filter(C=>C.ok),s=e.filter(C=>!C.ok),l=e.reduce((C,S)=>C+o(S),0),p=r.reduce((C,S)=>C+o(S),0),g=e.reduce((C,S)=>C+S.costUsd,0),w=e.reduce((C,S)=>C+S.outputTokens,0),k=n==="api"?`${he(g)} total`:ze(w),A=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,x=C=>`${C} article${C===1?"":"s"}`,P=[];if(s.length===0)P.push(`Wrote ${x(l)} (${A}) successfully \xB7 ${k}.`),P.push("Next \u2014 push them to Document360:"),P.push("/publish --all"),P.push("Or add screenshots first with /screenshot --all. Drafts are reviewable in the portal after publishing.");else{P.push(`Wrote ${p}/${x(l)} (${A}) \xB7 ${k}.`),P.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /write to retry the rest:`);for(let C of s)P.push(` \u2717 ${C.label}${C.error?` \u2014 ${C.error}`:""}`)}return P}function Xr(e,t,n){try{let o=Zd({cwd:e,paths:n.map(s=>`${t}/${s}`)});if(o.length===0)return null;let r=new Set(o.map(s=>s.path)).size;return`\u26A0 Doc-checker: ${o.length} issue${o.length===1?"":"s"} in ${r} of the new article${r===1?"":"s"} (leaked internals / unknown commands / stale facts) \u2014 /check --fix corrects them.`}catch{return null}}function Kr(e,t,n){let o=(ja(e)?.docsDir??np).replace(/\/+$/,""),r=t.map(p=>p.path);if(n.path){let p=ap(n.path,o);return r.includes(p)?{docsDir:o,targets:[p],planCount:r.length}:{docsDir:o,targets:[],planCount:r.length,reason:`"${p}" isn't in the docs plan (.d360-writer/plan.json).`}}let s=lp(r,n.scope);if(n.scope&&s.length===0)return{docsDir:o,targets:[],planCount:r.length,reason:`No planned articles under "${n.scope}".`};if(n.rewrite)return{docsDir:o,targets:s,planCount:r.length,rewriting:!0};let l=Br(e,o,s);if(l.length===0){let p=n.scope?` under "${n.scope}"`:"",g=n.scope?` --scope ${n.scope}`:"";return{docsDir:o,targets:[],planCount:r.length,reason:`All planned articles${p} are already written. Use /write <path> to rewrite one, or /write${g} --rewrite to regenerate them all.`}}return{docsDir:o,targets:l,planCount:r.length}}async function Aa(e,t){if(!ja(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};if(lo(e)){for(let W of Ra(t.cwd,t.profileName))console.log(f(W));return{kind:"continue"}}let n=tp(t.cwd);if(n.length===0)return console.log($("No docs plan found (.d360-writer/plan.json). Analyze the repo and propose a structure first.")),{kind:"continue"};let{scope:o,path:r,preview:s,concurrency:l,rewrite:p}=qr(e),{docsDir:g,targets:w,reason:k,rewriting:A}=Kr(t.cwd,n,{scope:o,path:r,rewrite:p});if(w.length===0)return console.log(k?U(k):U("Nothing to write.")),{kind:"continue"};A&&console.log(U(`--rewrite: regenerating ${w.length} already-written article${w.length===1?"":"s"} (overwrites them; git has your baseline).`));let x=ep(w),P=Hr(l),{model:C,forced:S}=op(t.cwd,"standard"),I=!!r;if(s&&!I){let W=Jd({files:Yr(t.cwd,n,w),op:"write",model:C});o&&console.log(f(`Scope: ${o} (${w.length} pending).`));for(let J of Vr(x,W,P))console.log(J);return console.log(f(`Model: ${C}${S?" (forced)":" \u2014 authoring; /model to override"}.`)),console.log(f(`Run /write${o?` --scope ${o}`:""} to start.`)),console.log(""),{kind:"continue"}}console.log(f(`Writing ${w.length} article${w.length===1?"":"s"} across ${x.length} partition${x.length===1?"":"s"} (\u2264${P} agents at once) on ${C}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let W of rp({cwd:t.cwd,partitions:x,promptFor:J=>Gr(J,g,{rewrite:A||I}),concurrency:P,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:C}))if(W.type==="partition_status")W.status==="running"?console.log(f(` \u25B8 ${W.label} \u2014 writing\u2026`)):W.status==="done"?console.log(N(` \u2713 ${W.label}`)):console.log($(` \u2717 ${W.label}`));else if(W.type==="run_done"){console.log("");let J=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let oe of zr(W.results,x,J))console.log(W.ok?N(oe):U(oe));let fe=Xr(t.cwd,g,w);fe&&console.log(U(fe))}}catch(W){console.log($(`Write run failed: ${W.message}`))}return console.log(""),{kind:"continue"}}H();import{existsSync as cp,readdirSync as Ea,statSync as Na}from"node:fs";import{join as Ia}from"node:path";import{inputDir as up,readProjectConfig as dp}from"document360-engine";var _a=/\.(md|markdown|pdf|txt)$/i;function Qr(e){let t=up(e);if(!cp(t))return{features:[],looseDocs:0};let n=[],o=0;for(let r of Ea(t)){let s=Ia(t,r),l=!1;try{l=Na(s).isDirectory()}catch{continue}if(l){if(r.startsWith("."))continue;let p=pp(s);p>0&&n.push({name:r,docCount:p})}else _a.test(r)&&o++}return n.sort((r,s)=>r.name.localeCompare(s.name)),{features:n,looseDocs:o}}function pp(e){let t=0;for(let n of Ea(e))try{Na(Ia(e,n)).isFile()&&_a.test(n)&&t++}catch{}return t}function Jr(e,t){let n=t.trim().toLowerCase();return n?e.find(o=>o.name.toLowerCase()===n)?.name??e.find(o=>o.name.toLowerCase().startsWith(n))?.name??e.find(o=>o.name.toLowerCase().includes(n))?.name??null:null}function co(e,t){return["Run the draft-from-prd skill.","",`Target scope: ${e?`the feature documents in .d360-writer/input/${e}/`:t?`the input docs in .d360-writer/input/ relevant to: "${t}"`:"the input docs in .d360-writer/input/"}.`,t&&!e?`Use "${t}" as the feature framing.`:"","","Follow the skill: (1) read those PRDs/specs as the primary source (intent, user-facing surface,","terminology, user stories, prerequisites); (2) locate and read the CODE that implements that surface","to pin exact UI strings/routes/states \u2014 never fabricate; flag anything the PRD claims that you","cannot find in source; (3) propose a tight feature-scoped article set (\u22483\u20135) and pin it to",".d360-writer/plan.json + AGENT-PLAN.md, with each article's `sources` listing BOTH the PRD file(s)","AND the grounding code files; (4) flag overlaps with existing articles (do not merge). Then stop and","offer /write. Do NOT write the articles in this turn."].filter(Boolean).join(`
273
- `)}var Zr="No input docs found. Drop this feature's PRDs/specs in .d360-writer/input/<feature>/ (.md or .pdf), then run /draft.";async function Oa(e,t){let n=t?.cwd??process.cwd();if(!dp(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{features:o,looseDocs:r}=Qr(n);if(o.length===0&&r===0)return console.log(f(Zr)),{kind:"continue"};let s=e.join(" ").trim();if(!s){if(o.length>1){console.log(f("Multiple features in .d360-writer/input/ \u2014 draft which one? Run: /draft <feature>"));for(let g of o)console.log(` ${g.name} ${f(`(${g.docCount} doc${g.docCount===1?"":"s"})`)}`);return{kind:"continue"}}let p=o[0]?.name??"";return{kind:"forward-to-agent",prompt:co(p),display:p?`/draft ${p}`:"/draft"}}let l=Jr(o,s);return{kind:"forward-to-agent",prompt:co(l??"",l?void 0:s),display:`/draft ${s}`}}H();import{listOpenForDocs as fp,readProjectConfig as mp}from"document360-engine";function es(e){try{return fp(e).filter(t=>t.kind==="request").length}catch{return 0}}function ts(e){let t=e.includes("--publish"),n=e.filter(o=>o!=="--publish").join(" ").trim();return{publish:t,what:n}}function ns(e,t=!1){let n=["Run the document-handoff skill.",""];return e?n.push(`The builder hand-off (what was shipped this session): "${e}".`,"Treat this as the Stage 1 hand-off: ground it in the cited/changed code + the architecture brief,","then decide and APPLY the right doc action \u2014 a new section, a new article, an update to existing","article(s), or a retirement, or a mix. No fixed shape; pick the smallest set that keeps the docs correct."):n.push("No description was given \u2014 call d360_inbox and act on the OPEN `request` messages the builder left:","for each, run the document-handoff flow (ground \u2192 decide \u2192 apply) and mark the request `status: done`","with `resulting_articles` when finished."),n.push("","Draft only \u2014 do not publish. If you would create multiple new articles (a section), call","d360_estimate_cost and present the count + cost band first, then wait for the go-ahead."),t&&n.push("","After the drafts exist and the user confirms any bulk gate, publish the new/updated articles to","Document360 (the publish-to-d360 skill). On a production profile, respect the write-guard."),n.join(`
274
- `)}var os="Nothing to document yet. Say what changed: /document <what you shipped> \u2014 or have the builder drop a request via their /devhints hand-off.";async function La(e,t){let n=t?.cwd??process.cwd();if(!mp(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{publish:o,what:r}=ts(e);if(!r&&es(n)===0)return console.log(f(os)),{kind:"continue"};let s=`/document${r?` ${r}`:""}${o?" --publish":""}`;return{kind:"forward-to-agent",prompt:ns(r,o),display:s}}H();import{search as hp}from"@inquirer/prompts";import{findByName as gp,getSession as wp,listSessions as yp,relativeTime as Ua}from"document360-engine";async function Wa(e,t){let n=yp(t.cwd).filter(o=>o.uuid!==t.currentUuid());if(n.length===0)return console.log(f("No saved sessions for this repo yet \u2014 sessions auto-save as you work.")),{kind:"continue"};if(e.length>0){let o=e.join(" "),r=gp(t.cwd,o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:(console.log($(`No session matches "${o}".`)),Ma(n),{kind:"continue"})}if(!process.stdin.isTTY)return Ma(n),console.log(f("Run: /resume <name>")),{kind:"continue"};try{let o=await t.withPausedInput(()=>hp({message:"Resume session (type to filter, \u2191\u2193 to navigate):",source:async s=>{let l=(s??"").toLowerCase();return n.filter(p=>!l||p.name.toLowerCase().includes(l)||p.firstPrompt.toLowerCase().includes(l)).map(p=>({name:`${p.name} ${Ua(p.updatedAt)}`,value:p.uuid,description:p.firstPrompt.slice(0,100)}))}})),r=wp(o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:{kind:"continue"}}catch{return console.log(""),{kind:"continue"}}}function Ma(e){console.log("");for(let t of e.slice(0,15))console.log(` ${L(t.name)} ${f(Ua(t.updatedAt))}`),console.log(` ${f(t.firstPrompt.slice(0,80))}`);console.log("")}H();import{renameSession as kp}from"document360-engine";function rs(e){let t=e.trim();return t.length>=2&&(t[0]==='"'&&t.endsWith('"')||t[0]==="'"&&t.endsWith("'"))?t.slice(1,-1).trim():t}async function Fa(e,t){let n=rs(e.join(" "));if(!n)return console.log($("Usage: /rename <new name>")),{kind:"continue"};let o=t.currentUuid();return o?(kp(o,n)?console.log(N(`\u2713 Session renamed to "${n}"`)):console.log($("Could not find the current session record.")),{kind:"continue"}):(t.setPendingName(n),console.log(N(`\u2713 Session will be named "${n}" once it starts.`)),{kind:"continue"})}import{knownEnvironments as Ha,readProjectConfig as bp,writeProjectConfig as xp}from"document360-engine";H();function ss(e,t,n){if(!t)return"Usage: /profile add <name> [environment]";let o=bp(e);if(!o)return"No .d360-writer/config.json \u2014 run /init first.";if(o.profiles?.[t])return`Profile "${t}" already exists.`;let r=n??t;return Ha().includes(r)?(o.profiles={...o.profiles,[t]:{connection:{environment:r},production:!1}},xp(o,e),null):`Unknown environment "${r}". Known: ${Ha().join(", ")} (or add the profile with explicit URLs in .d360-writer/config.json).`}async function qa(e,t){let n=e[0];if(!n)return Yn(t.cwd),{kind:"continue"};if(n==="add"){let o=ss(t.cwd,e[1],e[2]);return o?(console.log($(o)),{kind:"continue"}):(console.log(N(`\u2713 Profile "${e[1]}" created (environment: ${e[2]??e[1]}).`)),console.log(` Switch + sign in: ${L(`/profile ${e[1]}`)} then ${L("/login")}`),{kind:"continue"})}return Gn(t.cwd,n),Vn(t.cwd,n),console.log(f(" Restarting agent for the new profile\u2026")),{kind:"clear"}}H();import{select as $p}from"@inquirer/prompts";import{readProjectConfig as vp,readUserConfig as Ba,resolveModelSetting as is,writeUserConfig as Ya}from"document360-engine";var Ee=[{value:null,label:"Auto",desc:"Engine right-sizes per task \u2014 Sonnet for routine work, Opus for analysis (recommended)"},{value:"claude-fable-5",label:"Fable",desc:"Fable 5 \xB7 most capable, for the hardest and longest-running tasks"},{value:"opus",label:"Opus",desc:"Opus 4.8 \xB7 best for everyday complex tasks"},{value:"sonnet",label:"Sonnet",desc:"Sonnet 4.6 \xB7 efficient for routine tasks"},{value:"haiku",label:"Haiku",desc:"Haiku 4.5 \xB7 fastest for quick answers"}];function uo(e){if(e.model===null||e.source==="claude-settings")return 0;let t=e.model.toLowerCase(),n=Ee.findIndex(o=>o.value!==null&&(o.value===t||o.label.toLowerCase()===t||t.includes(o.label.toLowerCase())));return n>=0?n:0}function Cp(e){switch(e.source){case"project":return".d360-writer/config.json defaultModel (team setting)";case"user":return"~/.document360-writer/config.json (your /model setting)";case"env":return"ANTHROPIC_MODEL environment variable";case"claude-settings":return"Claude Code's own settings (~/.claude/settings.json)";case"claude-default":return"Claude Code default (no override configured)"}}function pn(e,t){let n=()=>{let s=is(e);return s.source==="project"||s.source==="user"||s.source==="env"?s.model??void 0:void 0};if(t==="default"){let s=Ba();return s.defaultModel?(delete s.defaultModel,Ya(s),{lines:[`\u2713 Personal model override cleared \u2014 now: ${is(e).model??"Claude Code default"} (applies from your next message)`],changed:!0,effective:n()}):{lines:["No personal model override set \u2014 nothing to clear."],changed:!1,effective:void 0}}Ya({...Ba(),defaultModel:t});let o=[`\u2713 Personal model set to "${t}" (applies from your next message \u2014 conversation continues)`],r=vp(e)?.defaultModel;return r&&o.push(`\u26A0 .d360-writer/config.json sets defaultModel "${r}" \u2014 the team setting overrides yours until it is removed.`),{lines:o,changed:!0,effective:n()}}async function Ga(e,t){let n=e[0]?.trim();if(!n){let l=is(t.cwd);if(!process.stdin.isTTY)return console.log(`${Pe("Model:")} ${L(l.model??"Claude Code default")}`),console.log(f(` source: ${Cp(l)}`)),console.log(f(" change: /model <haiku|sonnet|opus|full-model-id> \xB7 reset: /model default")),{kind:"continue"};let p=uo(l),g;try{g=await t.withPausedInput(()=>$p({message:`Select model (current: ${l.model??"Claude Code default"})`,default:Ee[p].value,choices:Ee.map((x,P)=>({name:`${x.label}${P===p?" \u2714":""}`,value:x.value,description:x.desc}))}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}let{lines:w,changed:k,effective:A}=pn(t.cwd,g??"default");for(let x of w)console.log(x.startsWith("\u26A0")?U(x):x.startsWith("\u2713")?N(x):f(x));return k&&await t.setModel(A),{kind:"continue"}}let{lines:o,changed:r,effective:s}=pn(t.cwd,n);for(let l of o)console.log(l.startsWith("\u26A0")?U(l):l.startsWith("\u2713")?N(l):f(l));return r&&await t.setModel(s),{kind:"continue"}}po();async function Ja(e,t){return await t.withPausedInput(()=>It(t.cwd)),{kind:"clear"}}async function Za(e,t){return await t.withPausedInput(()=>Fn(t.cwd,t.profileName)),{kind:"clear"}}H();import{resolveActiveProfile as Fp}from"document360-engine";async function el(e,t){let n=!1;try{n=Fp(t.cwd).production}catch{}return n?(console.log(U("\u26A0 Authorizing writes to the PRODUCTION profile for this session.")),{kind:"allow-prod"}):(console.log(f("Current profile is not a production profile \u2014 writes are already allowed.")),{kind:"continue"})}H();var tl=async(e,t)=>{try{await t.withPausedInput(()=>Bn({}))}catch(n){console.log($(`Login failed: ${n.message}`))}return{kind:"continue"}};H();import{resolveActiveProfile as Hp,clearTokens as qp,clearProfileProject as Bp}from"document360-engine";async function nl(e,t){let n;try{n=Hp(t.cwd,t.profileName).name}catch(r){return console.log($(r.message)),{kind:"continue"}}let o=qp(n);return Bp(t.cwd,n),console.log(o?N(`\u2713 Signed out of "${n}" and cleared its project/workspace selection.`):f(`Profile "${n}" was not signed in. Cleared any project/workspace selection.`)),console.log(f("Run /login to sign in and pick a project.")),{kind:"continue"}}import{existsSync as ol}from"node:fs";import{isAbsolute as Yp,join as Gp,resolve as Vp}from"node:path";import{readProjectConfig as zp,screenshotPlaceholderIds as Xp,DEFAULT_CAPTURE_DIR as Kp,DEFAULT_OUTPUT_DIR as Qp}from"document360-engine";var rl=e=>e.replace(/\\/g,"/").replace(/\/+$/,"");function ls(e){let t=!e.includes("--no-setup"),n=e.filter(r=>r!=="--no-setup");if(n[0]==="--list")return{mode:"list",scope:n[1]?rl(n[1]):void 0};let o=n[0];return!o||o==="--all"?{mode:"all",setup:t}:/[\\/]/.test(o)||o.endsWith(".md")?{mode:"scope",scope:rl(o),setup:t}:{mode:"single",id:o}}function cs(e,t){let n=zp(e),o=n?.captureDir??Kp,r=n?.outputDir??Qp,s=(l,p)=>Yp(l)?Gp(l,p):Vp(e,l,p);return Xp(e,{scope:t}).map(({id:l,file:p})=>{let g=ol(s(r,`${l}.png`))?"captured":ol(s(o,`${l}.spec.ts`))?"spec":"placeholder";return{id:l,file:p,state:g}})}var Jp={placeholder:"\u25CB",spec:"\u25D0",captured:"\u25CF"},Zp={placeholder:"placeholder only",spec:"spec written, not captured",captured:"captured"};function us(e,t){if(e.length===0)return[t?`No screenshot placeholders under ${t}.`:"No screenshot placeholders found in the docs."];let n=[...new Set(e.map(s=>s.file))].sort(),o=e.filter(s=>s.state==="captured").length,r=[`Screenshots: ${e.length} placeholder${e.length===1?"":"s"} across ${n.length} article${n.length===1?"":"s"} \xB7 ${o} captured${t?` \xB7 scope ${t}`:""}`,""];for(let s of n){r.push(s);for(let l of e.filter(p=>p.file===s))r.push(` ${Jp[l.state]} ${l.id.padEnd(34)} ${Zp[l.state]}`)}return r.push("","\u25CB placeholder only \u25D0 spec written \u25CF captured"),r}function sl(e){return["Run the emit-screenshot-spec skill to author the document360-capture spec for EACH of these","SCREENSHOT placeholder ids:",e.paths.map(t=>`- ${t}`).join(`
272
+ `)}function ti(e,t,n){let o=e.reduce((c,p)=>c+p.paths.length,0),[r,i]=t.usd;return[`Write ${o} article${o===1?"":"s"} across ${e.length} partition${e.length===1?"":"s"} (\u2264${n} agents at once):`,...e.map(c=>` \u2022 ${c.label} \u2014 ${c.paths.length} article${c.paths.length===1?"":"s"}`),"",`Estimated cost: ${me(r)}\u2013${me(i)}. ${t.note}`,"","Articles are written as local drafts in the docs tree (nothing is published). Run /write to start."]}function ni(e,t,n){let o=C=>t[C.index]?.paths.length??0,r=e.filter(C=>C.ok),i=e.filter(C=>!C.ok),c=e.reduce((C,S)=>C+o(S),0),p=r.reduce((C,S)=>C+o(S),0),g=e.reduce((C,S)=>C+S.costUsd,0),y=e.reduce((C,S)=>C+S.outputTokens,0),k=n==="api"?`${me(g)} total`:ze(y),D=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,x=C=>`${C} article${C===1?"":"s"}`,R=[];if(i.length===0)R.push(`Wrote ${x(c)} (${D}) successfully \xB7 ${k}.`),R.push("Next \u2014 push them to Document360:"),R.push("/publish --all"),R.push("Or add screenshots first with /screenshot --all. Drafts are reviewable in the portal after publishing.");else{R.push(`Wrote ${p}/${x(c)} (${D}) \xB7 ${k}.`),R.push(`${i.length} partition${i.length===1?"":"s"} failed \u2014 re-run /write to retry the rest:`);for(let C of i)R.push(` \u2717 ${C.label}${C.error?` \u2014 ${C.error}`:""}`)}return R}function oi(e,t,n){try{let o=gp({cwd:e,paths:n.map(i=>`${t}/${i}`)});if(o.length===0)return null;let r=new Set(o.map(i=>i.path)).size;return`\u26A0 Doc-checker: ${o.length} issue${o.length===1?"":"s"} in ${r} of the new article${r===1?"":"s"} (leaked internals / unknown commands / stale facts) \u2014 /check --fix corrects them.`}catch{return null}}function ri(e,t,n){let o=(Ba(e)?.docsDir??kp).replace(/\/+$/,""),r=t.map(p=>p.path);if(n.path){let p=Cp(n.path,o);return r.includes(p)?{docsDir:o,targets:[p],planCount:r.length}:{docsDir:o,targets:[],planCount:r.length,reason:`"${p}" isn't in the docs plan (.d360-writer/plan.json).`}}let i=Pp(r,n.scope);if(n.scope&&i.length===0)return{docsDir:o,targets:[],planCount:r.length,reason:`No planned articles under "${n.scope}".`};if(n.rewrite)return{docsDir:o,targets:i,planCount:r.length,rewriting:!0};let c=Jr(e,o,i);if(c.length===0){let p=n.scope?` under "${n.scope}"`:"",g=n.scope?` --scope ${n.scope}`:"";return{docsDir:o,targets:[],planCount:r.length,reason:`All planned articles${p} are already written. Use /write <path> to rewrite one, or /write${g} --rewrite to regenerate them all.`}}return{docsDir:o,targets:c,planCount:r.length}}async function Va(e,t){if(!Ba(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};if(wo(e)){for(let O of Wa(t.cwd,t.profileName))console.log(f(O));return{kind:"continue"}}let n=yp(t.cwd);if(n.length===0)return console.log($("No docs plan found (.d360-writer/plan.json). Analyze the repo and propose a structure first.")),{kind:"continue"};let{scope:o,path:r,preview:i,concurrency:c,rewrite:p}=Qr(e),{docsDir:g,targets:y,reason:k,rewriting:D}=ri(t.cwd,n,{scope:o,path:r,rewrite:p});if(y.length===0)return console.log(k?L(k):L("Nothing to write.")),{kind:"continue"};D&&console.log(L(`--rewrite: regenerating ${y.length} already-written article${y.length===1?"":"s"} (overwrites them; git has your baseline).`));let x=wp(y),R=Xr(c),{model:C,forced:S}=bp(t.cwd,"standard"),N=!!r;if(i&&!N){let O=hp({files:Zr(t.cwd,n,y),op:"write",model:C});o&&console.log(f(`Scope: ${o} (${y.length} pending).`));for(let K of ti(x,O,R))console.log(K);return console.log(f(`Model: ${C}${S?" (forced)":" \u2014 authoring; /model to override"}.`)),console.log(f(`Run /write${o?` --scope ${o}`:""} to start.`)),console.log(""),{kind:"continue"}}console.log(f(`Writing ${y.length} article${y.length===1?"":"s"} across ${x.length} partition${x.length===1?"":"s"} (\u2264${R} agents at once) on ${C}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let O of xp({cwd:t.cwd,partitions:x,promptFor:K=>ei(K,g,{rewrite:D||N}),concurrency:R,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:C}))if(O.type==="partition_status")O.status==="running"?console.log(f(` \u25B8 ${O.label} \u2014 writing\u2026`)):O.status==="done"?console.log(I(` \u2713 ${O.label}`)):console.log($(` \u2717 ${O.label}`));else if(O.type==="run_done"){console.log("");let K=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let Z of ni(O.results,x,K))console.log(O.ok?I(Z):L(Z));let ce=oi(t.cwd,g,y);ce&&console.log(L(ce))}}catch(O){console.log($(`Write run failed: ${O.message}`))}return console.log(""),{kind:"continue"}}U();import{existsSync as Rp,readdirSync as Ga,statSync as Ya}from"node:fs";import{join as za}from"node:path";import{inputDir as Tp,readProjectConfig as Sp}from"document360-engine";var Ka=/\.(md|markdown|pdf|txt)$/i;function ii(e){let t=Tp(e);if(!Rp(t))return{features:[],looseDocs:0};let n=[],o=0;for(let r of Ga(t)){let i=za(t,r),c=!1;try{c=Ya(i).isDirectory()}catch{continue}if(c){if(r.startsWith("."))continue;let p=Dp(i);p>0&&n.push({name:r,docCount:p})}else Ka.test(r)&&o++}return n.sort((r,i)=>r.name.localeCompare(i.name)),{features:n,looseDocs:o}}function Dp(e){let t=0;for(let n of Ga(e))try{Ya(za(e,n)).isFile()&&Ka.test(n)&&t++}catch{}return t}function si(e,t){let n=t.trim().toLowerCase();return n?e.find(o=>o.name.toLowerCase()===n)?.name??e.find(o=>o.name.toLowerCase().startsWith(n))?.name??e.find(o=>o.name.toLowerCase().includes(n))?.name??null:null}function yo(e,t){return["Run the draft-from-prd skill.","",`Target scope: ${e?`the feature documents in .d360-writer/input/${e}/`:t?`the input docs in .d360-writer/input/ relevant to: "${t}"`:"the input docs in .d360-writer/input/"}.`,t&&!e?`Use "${t}" as the feature framing.`:"","","Follow the skill: (1) read those PRDs/specs as the primary source (intent, user-facing surface,","terminology, user stories, prerequisites); (2) locate and read the CODE that implements that surface","to pin exact UI strings/routes/states \u2014 never fabricate; flag anything the PRD claims that you","cannot find in source; (3) propose a tight feature-scoped article set (\u22483\u20135) and pin it to",".d360-writer/plan.json + AGENT-PLAN.md, with each article's `sources` listing BOTH the PRD file(s)","AND the grounding code files; (4) flag overlaps with existing articles (do not merge). Then stop and","offer /write. Do NOT write the articles in this turn."].filter(Boolean).join(`
273
+ `)}var ai="No input docs found. Drop this feature's PRDs/specs in .d360-writer/input/<feature>/ (.md or .pdf), then run /draft.";async function Xa(e,t){let n=t?.cwd??process.cwd();if(!Sp(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{features:o,looseDocs:r}=ii(n);if(o.length===0&&r===0)return console.log(f(ai)),{kind:"continue"};let i=e.join(" ").trim();if(!i){if(o.length>1){console.log(f("Multiple features in .d360-writer/input/ \u2014 draft which one? Run: /draft <feature>"));for(let g of o)console.log(` ${g.name} ${f(`(${g.docCount} doc${g.docCount===1?"":"s"})`)}`);return{kind:"continue"}}let p=o[0]?.name??"";return{kind:"forward-to-agent",prompt:yo(p),display:p?`/draft ${p}`:"/draft"}}let c=si(o,i);return{kind:"forward-to-agent",prompt:yo(c??"",c?void 0:i),display:`/draft ${i}`}}U();import{listOpenForDocs as jp,readProjectConfig as Ap}from"document360-engine";function li(e){try{return jp(e).filter(t=>t.kind==="request").length}catch{return 0}}function ci(e){let t=e.includes("--publish"),n=e.filter(o=>o!=="--publish").join(" ").trim();return{publish:t,what:n}}function ui(e,t=!1){let n=["Run the document-handoff skill.",""];return e?n.push(`The builder hand-off (what was shipped this session): "${e}".`,"Treat this as the Stage 1 hand-off: ground it in the cited/changed code + the architecture brief,","then decide and APPLY the right doc action \u2014 a new section, a new article, an update to existing","article(s), or a retirement, or a mix. No fixed shape; pick the smallest set that keeps the docs correct."):n.push("No description was given \u2014 call d360_inbox and act on the OPEN `request` messages the builder left:","for each, run the document-handoff flow (ground \u2192 decide \u2192 apply) and mark the request `status: done`","with `resulting_articles` when finished."),n.push("","Draft only \u2014 do not publish. If you would create multiple new articles (a section), call","d360_estimate_cost and present the count + cost band first, then wait for the go-ahead."),t&&n.push("","After the drafts exist and the user confirms any bulk gate, publish the new/updated articles to","Document360 (the publish-to-d360 skill). On a production profile, respect the write-guard."),n.join(`
274
+ `)}var di="Nothing to document yet. Say what changed: /document <what you shipped> \u2014 or have the builder drop a request via their /devhints hand-off.";async function Qa(e,t){let n=t?.cwd??process.cwd();if(!Ap(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{publish:o,what:r}=ci(e);if(!r&&li(n)===0)return console.log(f(di)),{kind:"continue"};let i=`/document${r?` ${r}`:""}${o?" --publish":""}`;return{kind:"forward-to-agent",prompt:ui(r,o),display:i}}U();import{search as Ep}from"@inquirer/prompts";import{findByName as Ip,getSession as Np,listSessions as _p,relativeTime as Za}from"document360-engine";async function el(e,t){let n=_p(t.cwd).filter(o=>o.uuid!==t.currentUuid());if(n.length===0)return console.log(f("No saved sessions for this repo yet \u2014 sessions auto-save as you work.")),{kind:"continue"};if(e.length>0){let o=e.join(" "),r=Ip(t.cwd,o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:(console.log($(`No session matches "${o}".`)),Ja(n),{kind:"continue"})}if(!process.stdin.isTTY)return Ja(n),console.log(f("Run: /resume <name>")),{kind:"continue"};try{let o=await t.withPausedInput(()=>Ep({message:"Resume session (type to filter, \u2191\u2193 to navigate):",source:async i=>{let c=(i??"").toLowerCase();return n.filter(p=>!c||p.name.toLowerCase().includes(c)||p.firstPrompt.toLowerCase().includes(c)).map(p=>({name:`${p.name} ${Za(p.updatedAt)}`,value:p.uuid,description:p.firstPrompt.slice(0,100)}))}})),r=Np(o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:{kind:"continue"}}catch{return console.log(""),{kind:"continue"}}}function Ja(e){console.log("");for(let t of e.slice(0,15))console.log(` ${_(t.name)} ${f(Za(t.updatedAt))}`),console.log(` ${f(t.firstPrompt.slice(0,80))}`);console.log("")}U();import{renameSession as Lp}from"document360-engine";function pi(e){let t=e.trim();return t.length>=2&&(t[0]==='"'&&t.endsWith('"')||t[0]==="'"&&t.endsWith("'"))?t.slice(1,-1).trim():t}async function tl(e,t){let n=pi(e.join(" "));if(!n)return console.log($("Usage: /rename <new name>")),{kind:"continue"};let o=t.currentUuid();return o?(Lp(o,n)?console.log(I(`\u2713 Session renamed to "${n}"`)):console.log($("Could not find the current session record.")),{kind:"continue"}):(t.setPendingName(n),console.log(I(`\u2713 Session will be named "${n}" once it starts.`)),{kind:"continue"})}import{knownEnvironments as nl,readProjectConfig as Op,writeProjectConfig as Mp}from"document360-engine";U();function fi(e,t,n){if(!t)return"Usage: /profile add <name> [environment]";let o=Op(e);if(!o)return"No .d360-writer/config.json \u2014 run /init first.";if(o.profiles?.[t])return`Profile "${t}" already exists.`;let r=n??t;return nl().includes(r)?(o.profiles={...o.profiles,[t]:{connection:{environment:r},production:!1}},Mp(o,e),null):`Unknown environment "${r}". Known: ${nl().join(", ")} (or add the profile with explicit URLs in .d360-writer/config.json).`}async function ol(e,t){let n=e[0];if(!n)return Zn(t.cwd),{kind:"continue"};if(n==="add"){let o=fi(t.cwd,e[1],e[2]);return o?(console.log($(o)),{kind:"continue"}):(console.log(I(`\u2713 Profile "${e[1]}" created (environment: ${e[2]??e[1]}).`)),console.log(` Switch + sign in: ${_(`/profile ${e[1]}`)} then ${_("/login")}`),{kind:"continue"})}return eo(t.cwd,n),to(t.cwd,n),console.log(f(" Restarting agent for the new profile\u2026")),{kind:"clear"}}U();import{select as Up}from"@inquirer/prompts";import{readProjectConfig as Wp,readUserConfig as rl,resolveModelSetting as mi,writeUserConfig as il}from"document360-engine";var Ie=[{value:null,label:"Auto",desc:"Engine right-sizes per task \u2014 Sonnet for routine work, Opus for analysis (recommended)"},{value:"claude-fable-5",label:"Fable",desc:"Fable 5 \xB7 most capable, for the hardest and longest-running tasks"},{value:"opus",label:"Opus",desc:"Opus 4.8 \xB7 best for everyday complex tasks"},{value:"sonnet",label:"Sonnet",desc:"Sonnet 4.6 \xB7 efficient for routine tasks"},{value:"haiku",label:"Haiku",desc:"Haiku 4.5 \xB7 fastest for quick answers"}];function ko(e){if(e.model===null||e.source==="claude-settings")return 0;let t=e.model.toLowerCase(),n=Ie.findIndex(o=>o.value!==null&&(o.value===t||o.label.toLowerCase()===t||t.includes(o.label.toLowerCase())));return n>=0?n:0}function Fp(e){switch(e.source){case"project":return".d360-writer/config.json defaultModel (team setting)";case"user":return"~/.document360-writer/config.json (your /model setting)";case"env":return"ANTHROPIC_MODEL environment variable";case"claude-settings":return"Claude Code's own settings (~/.claude/settings.json)";case"claude-default":return"Claude Code default (no override configured)"}}function pn(e,t){let n=()=>{let i=mi(e);return i.source==="project"||i.source==="user"||i.source==="env"?i.model??void 0:void 0};if(t==="default"){let i=rl();return i.defaultModel?(delete i.defaultModel,il(i),{lines:[`\u2713 Personal model override cleared \u2014 now: ${mi(e).model??"Claude Code default"} (applies from your next message)`],changed:!0,effective:n()}):{lines:["No personal model override set \u2014 nothing to clear."],changed:!1,effective:void 0}}il({...rl(),defaultModel:t});let o=[`\u2713 Personal model set to "${t}" (applies from your next message \u2014 conversation continues)`],r=Wp(e)?.defaultModel;return r&&o.push(`\u26A0 .d360-writer/config.json sets defaultModel "${r}" \u2014 the team setting overrides yours until it is removed.`),{lines:o,changed:!0,effective:n()}}async function sl(e,t){let n=e[0]?.trim();if(!n){let c=mi(t.cwd);if(!process.stdin.isTTY)return console.log(`${Pe("Model:")} ${_(c.model??"Claude Code default")}`),console.log(f(` source: ${Fp(c)}`)),console.log(f(" change: /model <haiku|sonnet|opus|full-model-id> \xB7 reset: /model default")),{kind:"continue"};let p=ko(c),g;try{g=await t.withPausedInput(()=>Up({message:`Select model (current: ${c.model??"Claude Code default"})`,default:Ie[p].value,choices:Ie.map((x,R)=>({name:`${x.label}${R===p?" \u2714":""}`,value:x.value,description:x.desc}))}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}let{lines:y,changed:k,effective:D}=pn(t.cwd,g??"default");for(let x of y)console.log(x.startsWith("\u26A0")?L(x):x.startsWith("\u2713")?I(x):f(x));return k&&await t.setModel(D),{kind:"continue"}}let{lines:o,changed:r,effective:i}=pn(t.cwd,n);for(let c of o)console.log(c.startsWith("\u26A0")?L(c):c.startsWith("\u2713")?I(c):f(c));return r&&await t.setModel(i),{kind:"continue"}}bo();async function pl(e,t){return await t.withPausedInput(()=>Nt(t.cwd)),{kind:"clear"}}async function fl(e,t){return await t.withPausedInput(()=>Kn(t.cwd,t.profileName)),{kind:"clear"}}U();import{resolveActiveProfile as rf}from"document360-engine";async function ml(e,t){let n=!1;try{n=rf(t.cwd).production}catch{}return n?(console.log(L("\u26A0 Authorizing writes to the PRODUCTION profile for this session.")),{kind:"allow-prod"}):(console.log(f("Current profile is not a production profile \u2014 writes are already allowed.")),{kind:"continue"})}U();var hl=async(e,t)=>{try{await t.withPausedInput(()=>Jn({}))}catch(n){console.log($(`Login failed: ${n.message}`))}return{kind:"continue"}};U();import{resolveActiveProfile as sf,clearTokens as af,clearProfileProject as lf}from"document360-engine";async function gl(e,t){let n;try{n=sf(t.cwd,t.profileName).name}catch(r){return console.log($(r.message)),{kind:"continue"}}let o=af(n);return lf(t.cwd,n),console.log(o?I(`\u2713 Signed out of "${n}" and cleared its project/workspace selection.`):f(`Profile "${n}" was not signed in. Cleared any project/workspace selection.`)),console.log(f("Run /login to sign in and pick a project.")),{kind:"continue"}}import{existsSync as wl}from"node:fs";import{isAbsolute as cf,join as uf,resolve as df}from"node:path";import{readProjectConfig as pf,screenshotPlaceholderIds as ff,DEFAULT_CAPTURE_DIR as mf,DEFAULT_OUTPUT_DIR as hf}from"document360-engine";var yl=e=>e.replace(/\\/g,"/").replace(/\/+$/,"");function gi(e){let t=!e.includes("--no-setup"),n=e.filter(r=>r!=="--no-setup");if(n[0]==="--list")return{mode:"list",scope:n[1]?yl(n[1]):void 0};let o=n[0];return!o||o==="--all"?{mode:"all",setup:t}:/[\\/]/.test(o)||o.endsWith(".md")?{mode:"scope",scope:yl(o),setup:t}:{mode:"single",id:o}}function wi(e,t){let n=pf(e),o=n?.captureDir??mf,r=n?.outputDir??hf,i=(c,p)=>cf(c)?uf(c,p):df(e,c,p);return ff(e,{scope:t}).map(({id:c,file:p})=>{let g=wl(i(r,`${c}.png`))?"captured":wl(i(o,`${c}.spec.ts`))?"spec":"placeholder";return{id:c,file:p,state:g}})}var gf={placeholder:"\u25CB",spec:"\u25D0",captured:"\u25CF"},wf={placeholder:"placeholder only",spec:"spec written, not captured",captured:"captured"};function yi(e,t){if(e.length===0)return[t?`No screenshot placeholders under ${t}.`:"No screenshot placeholders found in the docs."];let n=[...new Set(e.map(i=>i.file))].sort(),o=e.filter(i=>i.state==="captured").length,r=[`Screenshots: ${e.length} placeholder${e.length===1?"":"s"} across ${n.length} article${n.length===1?"":"s"} \xB7 ${o} captured${t?` \xB7 scope ${t}`:""}`,""];for(let i of n){r.push(i);for(let c of e.filter(p=>p.file===i))r.push(` ${gf[c.state]} ${c.id.padEnd(34)} ${wf[c.state]}`)}return r.push("","\u25CB placeholder only \u25D0 spec written \u25CF captured"),r}function kl(e){return["Run the emit-screenshot-spec skill to author the document360-capture spec for EACH of these","SCREENSHOT placeholder ids:",e.paths.map(t=>`- ${t}`).join(`
275
275
  `),"","For each: locate its <!-- SCREENSHOT --> block in the docs tree (the configured docsDir); read the product source for","EXACT routes + stable data-testid selectors (never guess); enter the prepared context via","captureScope(); guard data prerequisites with test.skip(reason); write <captureDir>/<id>.spec.ts","(skip-with-TODO if a stable selector is missing). Do NOT run other skills. Report the specs you","wrote and any TODO data-testids."].join(`
276
- `)}async function fo(e,t){let n=ls(e);if(n.mode==="list"){let l=t?.cwd??process.cwd();for(let p of us(cs(l,n.scope),n.scope))console.log(p);return{kind:"continue"}}if(n.mode==="single")return{kind:"forward-to-agent",prompt:[`Run the emit-screenshot-spec skill for the SCREENSHOT placeholder with id \`${n.id}\`.`,"Locate its <!-- SCREENSHOT --> block in the docs tree (the configured docsDir), then follow that skill exactly: read the","product source for EXACT routes + stable data-testid selectors (never guess); enter the prepared","context via captureScope(); guard data prerequisites with test.skip(reason); write",`<captureDir>/${n.id}.spec.ts. Report the spec path and any TODO data-testids or data to stage.`].join(`
276
+ `)}async function xo(e,t){let n=gi(e);if(n.mode==="list"){let c=t?.cwd??process.cwd();for(let p of yi(wi(c,n.scope),n.scope))console.log(p);return{kind:"continue"}}if(n.mode==="single")return{kind:"forward-to-agent",prompt:[`Run the emit-screenshot-spec skill for the SCREENSHOT placeholder with id \`${n.id}\`.`,"Locate its <!-- SCREENSHOT --> block in the docs tree (the configured docsDir), then follow that skill exactly: read the","product source for EXACT routes + stable data-testid selectors (never guess); enter the prepared","context via captureScope(); guard data prerequisites with test.skip(reason); write",`<captureDir>/${n.id}.spec.ts. Report the spec path and any TODO data-testids or data to stage.`].join(`
277
277
  `),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(`
278
- `),s=n.mode==="scope"?`/screenshot ${n.scope}`:`/screenshot${e[0]?` ${e[0]}`:""}`;return{kind:"forward-to-agent",prompt:r,display:s}}import{existsSync as ef,readFileSync as tf}from"node:fs";import{isAbsolute as nf,join as of,resolve as rf}from"node:path";import{readProjectConfig as sf,DEFAULT_CAPTURE_DIR as af}from"document360-engine";async function mn(){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(`
279
- `),display:"/capture-setup"}}var il="-".repeat(64);function ds(e){let t=af;try{let k=sf(e);k?.captureDir&&(t=k.captureDir.replace(/\\/g,"/").replace(/\/+$/,""))}catch{}let n=nf(t)?of(t,"CAPTURE-TESTID-REQUESTS.json"):rf(e,t,"CAPTURE-TESTID-REQUESTS.json");if(!ef(n))return null;let o;try{let k=JSON.parse(tf(n,"utf8").replace(/^/,""));o=Array.isArray(k?.requests)?k.requests:[]}catch{return null}if(o.length===0)return null;let r=new Set(o.map(k=>k.file).filter(Boolean)).size,s=o.length,l=`${s} data-testid attribute${s===1?"":"s"}`,p=`${r} source file${r===1?"":"s"}`,g=`${t}/CAPTURE-TESTID-REQUESTS.md`,w=`${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.","",il,`Read ${g} and ${w}. 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.",il]}ut();H();import{listOpenForDocs as lf,readProjectConfig as cf}from"document360-engine";function ps(e){try{return lf(e).length}catch{return 0}}function fs(){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(`
280
- `)}async function al(e,t){let n=t?.cwd??process.cwd();return cf(n)?ps(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:fs(),display:"/inbox"}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}H();import{listOpenHints as uf,listOpenForDocs as df,listOpenDirectives as pf,readProjectConfig as ff,computeSyncStatus as mf,planPull as hf,applyPull as gf,planImport as wf,applyImport as yf}from"document360-engine";function Ht(e){let t=0,n=0,o=0,r=0;try{t=uf(e).length}catch{}try{let s=df(e);n=s.filter(l=>l.kind==="request").length,o=s.filter(l=>l.kind==="answer").length}catch{}try{r=pf(e).length}catch{}return{hints:t,requests:n,answers:o,directives:r}}function qt(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"}`),e.directives&&t.push(`${e.directives} directive${e.directives===1?"":"s"}`),t.length?t.join(", "):null}function hs(e){return{publish:e.includes("--publish")}}function gs({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), d360_inbox (open requests + answers), AND d360_directives (the OWNER's proactive documentation asks, e.g. "write a detailed /review page" \u2014 .d360-writer/directives.md).`,"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, address each feedback item (improve the doc it points at \u2014 as a draft), and action each OWNER DIRECTIVE (honor its scenario/detail, ground it in the sources, write/update the article(s) as drafts \u2014 following the active doc-type playbook).","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 OWNER DIRECTIVE you actioned: call d360_directive_done with its exact title + the article path(s) you wrote (flips it to [done] in .d360-writer/directives.md);"," \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(`
281
- `)}var kf={status:mf,plan:hf,apply:gf,planImport:wf,applyImport:yf};async function ws(e,t=kf){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 ms=(e,t=5)=>`${e.slice(0,t).join(", ")}${e.length>t?`, +${e.length-t} more`:""}`,mo=e=>e===1?"":"s";function ys(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${mo(e.pulled.length)} into local: ${ms(e.pulled)}`),e.imported.length&&t.push(`\u2713 Imported ${e.imported.length} new portal article${mo(e.imported.length)} into local drafts: ${ms(e.imported)}`),e.conflicts.length&&t.push(`\u26A0 ${e.conflicts.length} article${mo(e.conflicts.length)} changed both locally and in the portal \u2014 left untouched (resolve: /pull <path>): ${ms(e.conflicts)}`),e.failed.length&&t.push(`\u26A0 ${e.failed.length} pull/import${mo(e.failed.length)} failed \u2014 left for /pull.`),t}async function ll(e,t){let n=t?.cwd??process.cwd();if(!ff(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let o=Oe(n,t?.profileName);if(!o.ok)return console.log($(o.reason)),{kind:"continue"};let{publish:r}=hs(e);console.log(f("Reconciling with Document360 (pulling any portal changes)\u2026"));let s=await ws({cwd:n,profileName:t?.profileName});for(let p of ys(s))console.log(p.startsWith("\u2713")?N(p):p.startsWith("\u2139")?f(p):U(p));let l=qt(Ht(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:gs({publish:r}),display:`/catch-up${r?" --publish":""}`}}H();import{spawn as bf}from"node:child_process";var ft="document360-writer",ho=`npm i -g ${ft}@latest`;async function go(){let e=process.platform==="win32";return new Promise(t=>{try{let n=bf(`npm i -g ${ft}@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 cl(){return console.log(f(`Updating ${ft}\u2026`)),(await go()).ok?console.log(N("\u2713 Updated. Exit (/exit) and relaunch d360-writer to apply.")):console.log($(`Update failed \u2014 run manually: ${ho}`)),{kind:"continue"}}H();ut();import{existsSync as ks,rmSync as xf}from"node:fs";import{basename as ul,resolve as bs}from"node:path";import{execFileSync as $f}from"node:child_process";import{input as vf}from"@inquirer/prompts";import{readProjectConfig as Cf,devHintsGuidePath as Pf}from"document360-engine";var Rf=[".d360-writer.json",".d360-writer","d360-category-map.json",".d360-capture.json",".d360-capture-cache"],Tf=new Set([".d360-writer.json","d360-category-map.json",".d360-capture.json",".d360-capture-cache"]),wo=e=>(e??"").replace(/\\/g,"/").replace(/\/+$/,""),dl=e=>e===".d360-writer"||e.startsWith(".d360-writer/");function pl(e){let t=wo(e);return t===""||t.startsWith("..")||t.startsWith("/")||/^[a-zA-Z]:/.test(t)?!1:dl(t)?!0:Tf.has(t)}function xs(e){let t=null;try{t=Cf(e)}catch{t=null}let n=new Set(Rf);for(let o of[wo(t?.docsDir),wo(t?.captureDir),wo(t?.outputDir)])o&&dl(o)&&n.add(o);return[...n].filter(o=>pl(o)&&ks(bs(e,o)))}function $s(e,t){let n=[],o=[];for(let r of t){if(!pl(r)){o.push({path:r,error:"refused \u2014 outside .d360-writer/ (protected)"});continue}try{xf(bs(e,r),{recursive:!0,force:!0}),n.push(r)}catch(s){o.push({path:r,error:s.message})}}return{removed:n,failed:o}}function fl(e,t){try{return $f("git",["status","--porcelain","--",t],{cwd:e,encoding:"utf8",stdio:["ignore","pipe","ignore"]}).split(`
282
- `).filter(o=>o.trim()&&/\.md\s*$/.test(o)).length}catch{return 0}}function Sf(e){return fl(e,".d360-writer/hints")}function Df(e){return fl(e,".d360-writer/messages")}function vs(e,t){if(t.length===0)return["Nothing to reset \u2014 no d360-writer files found in this repo."];let n=Sf(e),o=Df(e),r=ks(bs(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: ${ul(e)}`]}async function ml(e,t){let n=xs(t.cwd);for(let g of vs(t.cwd,n))console.log(n.length===0?f(g):g);if(n.length===0)return{kind:"continue"};let o=ul(t.cwd);if((await t.withPausedInput(()=>vf({message:`Type "${o}" to delete (anything else cancels):`}).catch(()=>""))).trim()!==o)return console.log(U("Reset cancelled \u2014 nothing deleted.")),{kind:"continue"};let s=ks(Pf(t.cwd)),{removed:l,failed:p}=$s(t.cwd,n);console.log(N(`\u2713 Reset complete \u2014 removed ${l.length} item${l.length===1?"":"s"}. The repo is back to its original state.`));for(let g of p)console.log($(` \u2717 ${g.path}: ${g.error}`));if(s){for(let g of Jn())console.log(g);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 jf}from"document360-engine";function yo(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 Cs(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(`
278
+ `),i=n.mode==="scope"?`/screenshot ${n.scope}`:`/screenshot${e[0]?` ${e[0]}`:""}`;return{kind:"forward-to-agent",prompt:r,display:i}}import{existsSync as yf,readFileSync as kf}from"node:fs";import{isAbsolute as bf,join as xf,resolve as $f}from"node:path";import{readProjectConfig as vf,DEFAULT_CAPTURE_DIR as Cf}from"document360-engine";async function mn(){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(`
279
+ `),display:"/capture-setup"}}var bl="-".repeat(64);function ki(e){let t=Cf;try{let k=vf(e);k?.captureDir&&(t=k.captureDir.replace(/\\/g,"/").replace(/\/+$/,""))}catch{}let n=bf(t)?xf(t,"CAPTURE-TESTID-REQUESTS.json"):$f(e,t,"CAPTURE-TESTID-REQUESTS.json");if(!yf(n))return null;let o;try{let k=JSON.parse(kf(n,"utf8").replace(/^/,""));o=Array.isArray(k?.requests)?k.requests:[]}catch{return null}if(o.length===0)return null;let r=new Set(o.map(k=>k.file).filter(Boolean)).size,i=o.length,c=`${i} data-testid attribute${i===1?"":"s"}`,p=`${r} source file${r===1?"":"s"}`,g=`${t}/CAPTURE-TESTID-REQUESTS.md`,y=`${t}/CAPTURE-TESTID-REQUESTS.json`;return[`\u{1F4CB} Developer hand-off \u2014 ${c} 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.","",bl,`Read ${g} and ${y}. They list ${c} 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.",bl]}Ge();U();import{listOpenForDocs as Pf,readProjectConfig as Rf}from"document360-engine";function bi(e){try{return Pf(e).length}catch{return 0}}function xi(){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(`
280
+ `)}async function xl(e,t){let n=t?.cwd??process.cwd();return Rf(n)?bi(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:xi(),display:"/inbox"}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}U();import{listOpenHints as Tf,listOpenForDocs as Sf,listOpenDirectives as Df,readProjectConfig as jf,computeSyncStatus as Af,planPull as Ef,applyPull as If,planImport as Nf,applyImport as _f}from"document360-engine";function hn(e){let t=0,n=0,o=0,r=0;try{t=Tf(e).length}catch{}try{let i=Sf(e);n=i.filter(c=>c.kind==="request").length,o=i.filter(c=>c.kind==="answer").length}catch{}try{r=Df(e).length}catch{}return{hints:t,requests:n,answers:o,directives:r}}function gn(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"}`),e.directives&&t.push(`${e.directives} directive${e.directives===1?"":"s"}`),t.length?t.join(", "):null}function vi(e){return{publish:e.includes("--publish")}}function Ci({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), d360_inbox (open requests + answers), AND d360_directives (the OWNER's proactive documentation asks, e.g. "write a detailed /review page" \u2014 .d360-writer/directives.md).`,"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, address each feedback item (improve the doc it points at \u2014 as a draft), and action each OWNER DIRECTIVE (honor its scenario/detail, ground it in the sources, write/update the article(s) as drafts \u2014 following the active doc-type playbook).","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 OWNER DIRECTIVE you actioned: call d360_directive_done with its exact title + the article path(s) you wrote (flips it to [done] in .d360-writer/directives.md);"," \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(`
281
+ `)}var Lf={status:Af,plan:Ef,apply:If,planImport:Nf,applyImport:_f};async function Pi(e,t=Lf){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 i=await t.planImport({cwd:e.cwd,profileName:e.profileName,articleId:r.articleId});t.applyImport({cwd:e.cwd,profileName:e.profileName},i),n.imported.push(i.path)}catch(i){n.failed.push({path:r.title??r.articleId,error:i.message})}else if(r.status==="remote-ahead"&&r.path)try{let i=await t.plan({cwd:e.cwd,profileName:e.profileName,relPath:r.path});t.apply({cwd:e.cwd,profileName:e.profileName},i),n.pulled.push(r.path)}catch(i){n.failed.push({path:r.path,error:i.message})}return n}var $i=(e,t=5)=>`${e.slice(0,t).join(", ")}${e.length>t?`, +${e.length-t} more`:""}`,$o=e=>e===1?"":"s";function Ri(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${$o(e.pulled.length)} into local: ${$i(e.pulled)}`),e.imported.length&&t.push(`\u2713 Imported ${e.imported.length} new portal article${$o(e.imported.length)} into local drafts: ${$i(e.imported)}`),e.conflicts.length&&t.push(`\u26A0 ${e.conflicts.length} article${$o(e.conflicts.length)} changed both locally and in the portal \u2014 left untouched (resolve: /pull <path>): ${$i(e.conflicts)}`),e.failed.length&&t.push(`\u26A0 ${e.failed.length} pull/import${$o(e.failed.length)} failed \u2014 left for /pull.`),t}async function $l(e,t){let n=t?.cwd??process.cwd();if(!jf(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let o=Me(n,t?.profileName);if(!o.ok)return console.log($(o.reason)),{kind:"continue"};let{publish:r}=vi(e);console.log(f("Reconciling with Document360 (pulling any portal changes)\u2026"));let i=await Pi({cwd:n,profileName:t?.profileName});for(let p of Ri(i))console.log(p.startsWith("\u2713")?I(p):p.startsWith("\u2139")?f(p):L(p));let c=gn(hn(n));return console.log(f(c?`Catching up on ${c}\u2026`:"Checking for code changes the builder didn't hint\u2026")),{kind:"forward-to-agent",prompt:Ci({publish:r}),display:`/catch-up${r?" --publish":""}`}}U();import{spawn as Of}from"node:child_process";var pt="document360-writer",vo=`npm i -g ${pt}@latest`;async function Co(){let e=process.platform==="win32";return new Promise(t=>{try{let n=Of(`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 vl(){return console.log(f(`Updating ${pt}\u2026`)),(await Co()).ok?console.log(I("\u2713 Updated. Exit (/exit) and relaunch d360-writer to apply.")):console.log($(`Update failed \u2014 run manually: ${vo}`)),{kind:"continue"}}U();Ge();import{existsSync as Ti,rmSync as Mf}from"node:fs";import{basename as Cl,resolve as Si}from"node:path";import{execFileSync as Uf}from"node:child_process";import{input as Wf}from"@inquirer/prompts";import{readProjectConfig as Ff,devHintsGuidePath as Hf}from"document360-engine";var qf=[".d360-writer.json",".d360-writer","d360-category-map.json",".d360-capture.json",".d360-capture-cache"],Bf=new Set([".d360-writer.json","d360-category-map.json",".d360-capture.json",".d360-capture-cache"]),Po=e=>(e??"").replace(/\\/g,"/").replace(/\/+$/,""),Pl=e=>e===".d360-writer"||e.startsWith(".d360-writer/");function Rl(e){let t=Po(e);return t===""||t.startsWith("..")||t.startsWith("/")||/^[a-zA-Z]:/.test(t)?!1:Pl(t)?!0:Bf.has(t)}function Di(e){let t=null;try{t=Ff(e)}catch{t=null}let n=new Set(qf);for(let o of[Po(t?.docsDir),Po(t?.captureDir),Po(t?.outputDir)])o&&Pl(o)&&n.add(o);return[...n].filter(o=>Rl(o)&&Ti(Si(e,o)))}function ji(e,t){let n=[],o=[];for(let r of t){if(!Rl(r)){o.push({path:r,error:"refused \u2014 outside .d360-writer/ (protected)"});continue}try{Mf(Si(e,r),{recursive:!0,force:!0}),n.push(r)}catch(i){o.push({path:r,error:i.message})}}return{removed:n,failed:o}}function Tl(e,t){try{return Uf("git",["status","--porcelain","--",t],{cwd:e,encoding:"utf8",stdio:["ignore","pipe","ignore"]}).split(`
282
+ `).filter(o=>o.trim()&&/\.md\s*$/.test(o)).length}catch{return 0}}function Vf(e){return Tl(e,".d360-writer/hints")}function Gf(e){return Tl(e,".d360-writer/messages")}function Ai(e,t){if(t.length===0)return["Nothing to reset \u2014 no d360-writer files found in this repo."];let n=Vf(e),o=Gf(e),r=Ti(Si(e,"user-docs"));return["\u26A0 This permanently DELETES everything d360-writer created here:",...t.map(i=>` \u2022 ${i}`),"",...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: ${Cl(e)}`]}async function Sl(e,t){let n=Di(t.cwd);for(let g of Ai(t.cwd,n))console.log(n.length===0?f(g):g);if(n.length===0)return{kind:"continue"};let o=Cl(t.cwd);if((await t.withPausedInput(()=>Wf({message:`Type "${o}" to delete (anything else cancels):`}).catch(()=>""))).trim()!==o)return console.log(L("Reset cancelled \u2014 nothing deleted.")),{kind:"continue"};let i=Ti(Hf(t.cwd)),{removed:c,failed:p}=ji(t.cwd,n);console.log(I(`\u2713 Reset complete \u2014 removed ${c.length} item${c.length===1?"":"s"}. The repo is back to its original state.`));for(let g of p)console.log($(` \u2717 ${g.path}: ${g.error}`));if(i){for(let g of so())console.log(g);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"}}U();import{lintDocs as Yf}from"document360-engine";function Ro(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 i of r)n.push(` L${i.line}: "${i.term}" \u2014 ${i.message}`)}return n}function Ei(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(i=>` - L${i.line} [${i.kind}]: "${i.term}" \u2014 ${i.message}`)].join(`
283
283
  `)).join(`
284
284
  `)].join(`
285
- `)}async function hl(e,t){let n=e.includes("--fix"),o=e.find(l=>!l.startsWith("--")),r=o?` ${o}`:"",s=jf({cwd:t.cwd,scope:o});if(n)return s.length===0?(console.log(N("\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:Cs(s),display:`/check${r} --fix`});console.log(f("Linting the docs (engine internals, unknown commands, stale facts, AI-tells)\u2026"));for(let l of yo(s))console.log(s.length===0?N(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 Of,loadStyleGuide as Lf,buildReviewPrompt as Mf,readProjectConfig as Uf,DEFAULT_DOCS_DIR as Wf}from"document360-engine";H();import{readProjectConfig as Af,loadProfileMap as Ef,resolveActiveProfile as Nf,desiredCategoryOrder as If,desiredArticleOrder as _f}from"document360-engine";function gl(e){let t=e.replace(/\.(md|markdown)$/i,"").replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return t?t.charAt(0).toUpperCase()+t.slice(1):e}var wl=e=>e.replace(/\\/g,"/").split("/").pop()??e;function hn(e,t){try{if(!Af(e))return[];let n=Nf(e,t),o=Ef(e,n.name);if(!o)return[];let r=new Map;for(let l of _f(o)){let p=r.get(l.categoryPath);p?p.push(l):r.set(l.categoryPath,[l])}let s=[];for(let l of If(o)){s.push(gl(wl(l.path)));for(let p of(r.get(l.path)??[]).sort((g,w)=>g.order-w.order))s.push(` ${gl(wl(p.path))}`)}return s}catch{return[]}}async function yl(e,t){let n=hn(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 Ps(e,t){let n=Uf(e);if(!n)return null;let o=(n.docsDir??Wf).replace(/\\/g,"/").replace(/\/+$/,""),r=t.includes("--fix"),s=t.find(k=>!k.startsWith("--"))?.replace(/\\/g,"/").replace(/\/+$/,""),l=Of({cwd:e}),p=s?l.filter(k=>k.path===`${o}/${s}`||k.path.startsWith(`${o}/${s}/`)):l,g=s?"":hn(e).join(`
286
- `);return{prompt:Mf({docsRoot:o,scope:s,styleGuide:Lf(e),deterministicFindings:p,fix:r,structure:g||void 0}),display:`/review${s?` ${s}`:""}${r?" --fix":""}`}}async function kl(e,t){let n=Ps(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 Ff}from"document360-engine";function Rs(e,t){if(!Ff(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(`
287
- `),display:`/reorder${n?` ${n}`:""}`}}async function bl(e,t){let n=Rs(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 Hf,writeProjectConfig as xl,isAppType as qf,playbookSkillName as Bf,detectAppType as $l}from"document360-engine";var vl=["web","cli","service","library"],Yf=new Set(["web","cli"]);function Ts(e){return Yf.has(e)?`${Bf(e)} will load`:`no ${e}-doc-playbook exists yet \u2014 generic skills apply`}async function Cl(e,t){let n=t.cwd,o=Hf(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??$l(n);if(s){let l=o.appType?"set in config":"auto-detected";console.log(`${L("Genre:")} ${s} (${l}) \u2014 ${Ts(s)}`)}else console.log(U("Genre: unclassified \u2014 no doc-type playbook is loading."));return console.log(f(`Set it: /genre <${vl.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;xl(l,n);let p=$l(n);return console.log(N(`\u2713 Genre reset to auto-detect \u2014 now: ${p?`${p} (${Ts(p)})`:"unclassified (no playbook)"} (applies from your next command).`)),{kind:"continue"}}return qf(r)?(xl({...o,appType:r},n),console.log(N(`\u2713 Genre set to ${r} \u2014 ${Ts(r)} (applies from your next command).`)),{kind:"continue"}):(console.log($(`Unknown genre "${r}". Choose one of: ${vl.join(", ")} (or "auto" to revert to detection).`)),{kind:"continue"})}var Pl={help:lr,"?":lr,clear:Ii,exit:cr,quit:cr,init:mr,mcp:to,publish:ha,audit:dn,scope:wa,pull:Ca,convert:Pa,write:Aa,draft:Oa,document:La,resume:Wa,rename:Fa,profile:qa,model:Ga,doctor:fn,workspace:Ja,project:Za,"allow-prod":el,login:tl,logout:nl,screenshot:fo,"capture-setup":mn,devhints:Hi,inbox:al,"catch-up":ll,update:cl,reset:ml,check:hl,review:kl,reorder:bl,structure:yl,genre:Cl};function Rl(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}ut();H();var Gf={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"},Sl=160,Ds=200,Dl=40;function ye(e,t){let n=e.replace(/\s+/g," ").trim();return n.length<=t?n:n.slice(0,t-1)+"\u2026"}function Tl(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}: ${ye(typeof r=="string"?r:JSON.stringify(r),Dl)}`);return t.length>4&&n.push("\u2026"),ye(n.join(", "),Sl)}var Xe=e=>typeof e=="string"&&e?e:null,Ss=e=>typeof e=="string"&&e.length>=8?e.slice(0,8):null;function Vf(e){let t=Xe(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 zf(e,t){let n=(o,r)=>({title:`Document360: ${o}`,sep:" ",arg:r});switch(e){case"d360_create_article":{let o=Xe(t.title);if(!o)return null;let r=Vf(t.local_path);return n("Create article",`"${ye(o,60)}"${r?` in ${r}`:""}`)}case"d360_update_article":{let o=Xe(t.title),r=Ss(t.article_id);return n("Update article",o?`"${ye(o,60)}"`:r?`id ${r}\u2026`:null)}case"d360_fork_article":return n("Fork article (new draft)",Ss(t.article_id)?`id ${Ss(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",Xe(t.name)?`"${ye(Xe(t.name),60)}"`:null);case"d360_upload_drive_file":{let o=Xe(t.file_path);return n("Upload image",o?ye(o.replace(/\\/g,"/").split("/").pop()??o,60):null)}case"d360_sync_status":return n("Check sync status",null);default:return null}}function ko(e,t){if(e==="ToolSearch")return null;if(e.startsWith("mcp__")){let[,r="",...s]=e.split("__"),l=s.join("__");if(r==="document360"){let w=zf(l,t);if(w)return w}let p=l.replace(/^d360_/,"").replace(/_/g," ");return{title:`${r==="document360"?"Document360":r.charAt(0).toUpperCase()+r.slice(1)}: ${p}`,sep:" ",arg:Tl(t)}}let n=Gf[e],o=n?t[n]:void 0;return typeof o=="string"&&o?{title:e,sep:"",arg:ye(o,Sl)}:{title:e,sep:"",arg:Tl(t)}}function Xf(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 Kf(e){if(!/^[[{]/.test(e))return null;let t;try{t=JSON.parse(e)}catch{return null}if(Array.isArray(t)){let n=t.map(Xf).filter(r=>r!==null),o=`${t.length} item${t.length===1?"":"s"}`;return n.length===0?[o]:[o,...n.map(r=>ye(r,Ds))]}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}: ${ye(String(r),Dl)}`);return n.length>0?[ye(n.join(" \xB7 "),Ds)]:null}return null}function Qf(e){let t=Xe(e)?.replace(/\\/g,"/");if(!t)return null;let n=t.split("/").filter(Boolean);return n.length>1?n.slice(1).join("/"):t}function Jf(e,t,n){switch(e){case"d360_create_article":{let o=Qf(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=Xe(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 ${ye(o[0],120)}`:""}`]}default:return null}}function bo(e,t=4,n,o){let r=e.replace(/\r\n/g,`
288
- `).trimEnd();if(!r)return{lines:["(no output)"],hidden:0};if(n?.startsWith("mcp__document360__")){let l=Jf(n.slice(18),o,r);if(l)return{lines:l,hidden:0}}let s=Kf(r)??r.split(`
289
- `);return{lines:s.slice(0,t).map(l=>ye(l,Ds)),hidden:Math.max(0,s.length-t)}}function xo(e,t,n,o="en"){return`${e.replace(/\/$/,"")}/${t}/document/v1/${o}/${n}`}function $o(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 vo(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 mm=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function hm(e,t,n,o){if(mm.test(e))try{let r=El(o),s=typeof t.project_id=="string"&&t.project_id||r.project.projectId,l=$o(t,n),p=vo(n);e.endsWith("publish_article")&&p&&console.log(L(` \u2B95 Live: ${p}`)),l&&s&&console.log(L(` \u2B95 Preview: ${xo(r.connection.portalUrl,s,l,r.project.languageCode??"en")}`))}catch{}}async function Nl(e=process.cwd(),t="auto",n){let o=em(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)),gm(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=js({cwd:e,profileName:n,allowProdWrites:r}),l={uuid:null,firstPrompt:null,titleFired:!1},p=Zf({input:process.stdin,output:process.stdout}),g=[],w=null,k=!1;p.on("line",P=>{if(w){let C=w;w=null,C(P)}else g.push(P)}),p.on("close",()=>{if(k=!0,w){let P=w;w=null,P(null)}});function A(){return g.length>0?Promise.resolve(g.shift()):k?Promise.resolve(null):(process.stdout.write(L("> ")),new Promise(P=>{w=P}))}let x={cwd:e,profileName:n,allowProdWrites:()=>r,restartAgent:()=>{s.close(),s=js({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 A();if(P===null)break;let C=P.trim();if(C){if(C.startsWith("/")){let S=Rl(C);if(!S)continue;let I=Pl[S.name];if(!I){console.log($(`Unknown command: /${S.name}`)),console.log(f("Type /help for the list."));continue}let W=await I(S.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(N("\u2713 Production writes authorized for this session.")),console.log("");continue}if(W.kind==="resume"){s.close(),s=js({cwd:e,resume:W.uuid,profileName:n,allowProdWrites:r});let J=tm(W.uuid);l={uuid:W.uuid,firstPrompt:J?.firstPrompt??null,titleFired:!0},Al(W.uuid),console.log(N(`\u2713 Resumed "${W.name}"`)),console.log("");continue}W.kind==="forward-to-agent"&&(l.firstPrompt||(l.firstPrompt=W.display??W.prompt),await As(s,W.prompt,o,l,e));continue}if(dm(C)){let S=pm(C);if(S){try{fm(e,{title:S,by:"owner (d360-writer terminal)",at:new Date().toISOString()})}catch{}l.firstPrompt||(l.firstPrompt=C),await As(s,`The owner left this documentation directive (already recorded in .d360-writer/directives.md): "${S}". Action it now: ground it in the sources, write/update the article(s) as DRAFTS (do not publish unless asked), following the active doc-type playbook. When finished, call d360_directive_done with the exact title "${S}" and the article path(s) you wrote.`,o,l,e);continue}}l.firstPrompt||(l.firstPrompt=C),await As(s,C,o,l,e)}}}finally{s.close(),p.close()}}function gm(e,t){console.log(""),console.log(tn("document360-writer")),console.log(f(` cwd: ${e}`));let n=im(e);if(console.log(f(` model: ${n.model??"auto (engine right-sizes per task)"}${n.model?` (${n.source})`:""}`)),console.log(wm(e,t)),!am(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{Kn(e);for(let o of Qn(e))console.log(U(` ${o}`))}catch{}try{let o=lm(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=qt(Ht(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 wm(e,t){try{let n=El(e,t),o=n.production?U(" \u26A0 PRODUCTION"):"",r=um(n.name);if(!r)return f(` Document360: profile "${n.name}"${o} \u2014 not logged in (d360-writer login)`);let s={...jl(r.idToken)??{},...jl(r.accessToken)??{}},l=s.email??s.preferred_username??"signed in";return cm(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 ym(){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 km(e,t,n){e.uuid=t;let o=new Date().toISOString(),r=e.pendingName;rm({uuid:t,name:r??om(e.firstPrompt??"session"),renamed:!!r,titled:!1,cwd:n,firstPrompt:e.firstPrompt??"",createdAt:o,updatedAt:o}),e.pendingName=null}function bm(e,t){e.titleFired=!0;let n=e.uuid,o=e.firstPrompt;!n||!o||sm(o,t).then(r=>{r&&nm(n,r)}).catch(()=>{})}async function As(e,t,n,o,r){let s=new Map;for await(let l of e.send(t))xm(l,o,r,n,s)}function xm(e,t,n,o,r){switch(e.type){case"session":t.uuid||km(t,e.sessionId,n);break;case"text":process.stdout.write(e.delta);break;case"tool":{let s=ko(e.name,e.input);s&&(process.stdout.write(`
290
-
291
- `),console.log(`${N("\u25CF")} ${Pe(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=dt(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=bo(e.output,4,e.isError?void 0:s.name,s.input),p=e.isError?$:ie;l.lines.forEach((g,w)=>console.log(p((w===0?" \u23BF ":" ")+g))),l.hidden>0&&console.log(f(` \u2026 +${l.hidden} lines`)),e.isError||hm(s.name,s.input,e.output,n);break}case"result":process.stdout.write(`
292
- `),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&&(Al(t.uuid),t.titleFired||bm(t,n));break;case"error":console.error(""),console.error($(`agent error: ${e.message}`)),o.kind==="subscription"&&e.kind==="auth"&&ym();break}}import{render as Wh}from"ink";import{resolveAuth as Fh}from"document360-engine";import{useCallback as z,useEffect as ke,useMemo as Ls,useRef as Q,useState as q}from"react";import{Box as ee,Text as j,useApp as Um,useInput as Wm,useStdout as Fm}from"ink";import{existsSync as Ke,readFileSync as Ms,readdirSync as Oo}from"node:fs";import{spawnSync as Hm}from"node:child_process";import{basename as wn,isAbsolute as qm,join as ht}from"node:path";import{createSession as cc,classifyClaudeAuth as Hs,CLAUDE_CODE_SETUP_HINT as Bm,loginPkce as Ym,toStoredTokens as Gm,saveTokens as Vm,getAccessToken as zm,resolveActiveProfile as pe,resolveProjectId as Xm,getArticle as Km,decodeJwtClaims as Yt,isExpired as Ue,loadTokens as Qe,clearTokens as Qm,clearProfileProject as Jm,setTitle as Zm,slugify as eh,touchSession as Us,upsertSession as th,generateTitle as uc,findByName as nh,listSessions as oh,renameSession as rh,suggestNextAction as sh,readProjectConfig as Z,writeProjectConfig as dc,resolveAndPersistAppType as ih,resolveModelSetting as qs,loadProfileMap as _o,applyPull as ah,computeSyncStatus as pc,countLocalAhead as lh,lintDocs as fc,compareRemoteSources as ch,planPull as uh,establishBaselines as dh,rebaselineServerMeta as ph,inventoryRepo as fh,knownEnvironments as mh,resolveEnvironment as hh,planPartitions as Ws,partitionEvenly as gh,screenshotPlaceholderIds as wh,trackedArticlePaths as yh,runPartitioned as Eo,estimateBulkCost as mc,resolveModelForOperation as No,readDocsPlan as hc,checkForUpdate as kh,detectInstallKind as bh,isSelfUpdatable as xh,devHintsGuidePath as Bs,toolFeedbackPath as $h,reconcileToolFeedback as vh,DEFAULT_DOCS_DIR as yn,setProfileProject as Ch,writeCrashLog as Ph,applyStructureOrder as gc,orderSyncLine as wc,applyRelatedArticles as yc,relatedSyncLine as kc}from"document360-engine";ut();import{spawn as Il}from"node:child_process";function $m(){return process.platform==="win32"?[["clip",[]]]:process.platform==="darwin"?[["pbcopy",[]]]:[["wl-copy",[]],["xclip",["-selection","clipboard"]],["xsel",["--clipboard","--input"]]]}function vm(e,t,n){return new Promise(o=>{try{let r=process.platform==="win32"?Il([e,...t].join(" "),{stdio:["pipe","ignore","ignore"],shell:!0}):Il(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 _l(e){for(let[t,n]of $m())if(await vm(t,n,e))return!0;return!1}var Cm=/\breply with (the |a )?number\b|\bpick one\b|\bpress the number\b/i;function Es(e,t){if(t.closed)return e;let n=e.split(`
293
- `),o=!1;for(let r=0;r<n.length&&!t.closed;r++){let s=n[r];if(!t.cueSeen){Cm.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(`
294
- `)}import{existsSync as Pm,mkdirSync as Rm,readFileSync as Tm,writeFileSync as Sm}from"node:fs";import{join as Ol}from"node:path";import{writerDir as Dm}from"document360-engine";function Ll(e){return Ol(Dm(e),".sessions")}function Ml(e,t){return Ol(Ll(e),`${t}.json`)}function Ul(e,t,n){try{Rm(Ll(e),{recursive:!0});let o=n.filter(r=>r.kind!=="banner");Sm(Ml(e,t),JSON.stringify({v:1,items:o}),"utf8")}catch{}}function Ns(e,t){try{let n=Ml(e,t);if(!Pm(n))return[];let o=JSON.parse(Tm(n,"utf8"));return Array.isArray(o.items)?o.items:[]}catch{return[]}}var jm=e=>`\x1B]0;${e}\x07`,Am=e=>`\x1B]9;4;${e};${e===1?100:0}\x07`;function Wl(e){process.stdout.isTTY&&process.stdout.write(e)}function Bt(e){Wl(jm(e))}function Co(e){Wl(Am(e))}var Po=["\xB7 "," \xB7"],Ro="\u{1F7E3}";po();eo();var To=[{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"}],Fl={"/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 Hl(e){let t=e.trim().replace(/^\//,"").split(/\s+/)[0]??"",n=`/${t}`;if(Fl[n])return Fl[n];let o=To.find(r=>r.name===t);return o?o.desc:""}function ql(e){if(!e.startsWith("/"))return[];let t=e.slice(1).toLowerCase().split(/\s/)[0]??"";return To.filter(n=>n.name.startsWith(t))}function Bl(e){return/<[^>]+>/.test(e.replace(/\[[^\]]*\]/g,""))}H();import{Box as Yl,Text as ae}from"ink";import{jsx as le,jsxs as So}from"react/jsx-runtime";function Em({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 So(ae,{children:[le(ae,{color:B,children:`${e.n}. `}),e.s]});case"cmd":return So(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 Gl({tab:e,width:t}){let n=Re[e]??Re[0],o=6+Re.reduce((s,l)=>s+l.label.length+4,0),r="\u2500".repeat(Math.min(o,Math.max(t-1,20)));return So(Yl,{flexDirection:"column",paddingX:1,children:[So(ae,{children:[le(ae,{color:B,bold:!0,children:"Help "}),Re.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(Yl,{flexDirection:"column",marginTop:1,children:n.rows.map((s,l)=>le(Em,{row:s},l))}),le(ae,{dimColor:!0,children:`
295
- \u2190/\u2192 or tab switch \xB7 1-5 jump \xB7 esc close`})]})}var Nm=/^(?:\d+[.)]|[-*•])\s+/;function Vl(e,t,n=4){let o=new Set(t.map(s=>s.toLowerCase())),r=[];for(let s of e.split(`
296
- `)){let l=s.trim().replace(Nm,""),p=l.match(/^`([^`]+)`$/);p&&(l=p[1].trim());let g=l.match(/^\/([a-z?][a-z0-9-]*)(?:\s+(\S.*?))?\s*$/i);if(!g||!o.has(g[1].toLowerCase()))continue;let w=`/${g[1].toLowerCase()}${g[2]?` ${g[2]}`:""}`;if(r.includes(w)||r.push(w),r.length>=n)break}return r}H();function gn(e){return e.map(t=>({label:t.label,items:t.paths.length,status:"pending"}))}function Le(e,t,n){return e.map(o=>o.label===t?{...o,status:n}:o)}function zl(e,t){return e.map(n=>n.label===t?{...n,itemsDone:Math.min((n.itemsDone??0)+1,n.items)}:n)}var Im=new Set(["Write","Edit","MultiEdit","NotebookEdit"]);function Xl(e,t,n){if(!Im.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 Is(e){return e.replace(/^[\w.-]+\//,"")}var Do=16,Kl={pending:"\u25CB",active:"\u25A0",done:"\u2714",failed:"\u2717"};function mt(e){return typeof e=="string"?e:e.cmd}function Ql(e){return typeof e=="string"?void 0:e.desc}function _s(e){return e.trim().split(/\s+/).slice(1).join(" ")}function Jl(e,t){let n=_s(t);return e.some(r=>mt(r).trim()===t.trim()||!!n&&_s(mt(r))===n)?e.filter(r=>mt(r).trim()!==t.trim()&&!(n&&_s(mt(r))===n)):[]}import{isDirectiveMention as Rh,stripDirectiveMention as Th,appendDirective as Sh}from"document360-engine";var _m='\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 Om(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 Me(e){return e===1?"":"s"}function Lm(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 Os(e,t,n){let o=[];e.pendingWrites>0&&o.push(` \u2022 ${e.pendingWrites} planned article${Me(e.pendingWrites)} still unwritten`),e.localAhead>0&&o.push(` \u2022 ${e.localAhead} article${Me(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${Me(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 ${Lm(t[0])}.`]:[`Welcome back. Your ${e.tracked} tracked article${Me(e.tracked)} are all in sync.`];return r.push("",...t.map((s,l)=>` ${l+1} ${s.padEnd(9)} ${Om(s,n)}`),"Or just tell me what to write or update."),r.join(`
297
- `)}function Zl(e){if(!e.ready)return{kind:"idle"};let t=!!e.pendingText;if(!e.hasDocs)return{kind:"noDocs",note:_m,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${Me(e.pendingWrites)} not written yet \u2014 pick up where you left off:`;return{kind:"actions",note:Os(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${Me(e.localAhead)} changed locally \u2014 ready to publish to Document360:`;return{kind:"actions",note:Os(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${Me(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${Me(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${Me(e.tracked)} tracked for "${e.profileName}". What next?`;return{kind:"actions",note:Os(e,n,t),title:o,options:n}}var Mm=/\[Pasted text #\d+ \+\d+ lines?\]/g;function ec(e){return e.replace(/\r\n?/g,`
298
- `)}function tc(e){return e.includes(`
299
- `)||e.length>200}function nc(e,t){let n=t.split(`
300
- `).length;return`[Pasted text #${e} +${n} line${n===1?"":"s"}]`}function oc(e,t){return e.replace(Mm,n=>t.get(n)??n)}function rc(e){let t=e.match(/\[Pasted text #\d+ \+\d+ lines?\]$/);return t?e.slice(0,-t[0].length):null}function jo(e,t){let n=Math.max(1,t),o=[],r=0;for(let s of e.split(`
301
- `)){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 Ao(e,t){let n=0;for(let o=0;o<e.length&&e[o].start<=t;o++)n=o;return n}function sc(e,t,n){let o=Ao(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 ic(e,t,n){let o=e[Ao(e,t)];return n==="start"?o.start:o.end}function ac(e,t,n){let o=Math.max(1,n),r=e.split(`
302
- `),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 g=s-t;return{text:[g>0?p.slice(g*o):p,...r.slice(l+1)].join(`
303
- `),truncated:l>0||g>0}}}return{text:e,truncated:!1}}function lc(e){let t=!1,n=0,o=0;for(let r of e.split(`
304
- `)){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 Fs,jsx as E,jsxs as G}from"react/jsx-runtime";var Dh={project:".d360-writer/config.json",user:"/model",env:"ANTHROPIC_MODEL","claude-settings":"Claude Code settings","claude-default":""},bc=` 1. /init \u2014 pick your Document360 environment & scaffold config
285
+ `)}async function Dl(e,t){let n=e.includes("--fix"),o=e.find(c=>!c.startsWith("--")),r=o?` ${o}`:"",i=Yf({cwd:t.cwd,scope:o});if(n)return i.length===0?(console.log(I("\u2713 Nothing to fix \u2014 the docs are already clean.")),{kind:"continue"}):(console.log(f(`Fixing ${i.length} doc issue${i.length===1?"":"s"} (run /check again after to confirm)\u2026`)),{kind:"forward-to-agent",prompt:Ei(i),display:`/check${r} --fix`});console.log(f("Linting the docs (engine internals, unknown commands, stale facts, AI-tells)\u2026"));for(let c of Ro(i))console.log(i.length===0?I(c):L(c));return i.length>0&&console.log(f("Run /check --fix to have the agent correct these.")),console.log(""),{kind:"continue"}}U();import{lintDocs as Zf,loadStyleGuide as em,buildReviewPrompt as tm,readProjectConfig as nm,DEFAULT_DOCS_DIR as om}from"document360-engine";U();import{readProjectConfig as zf,loadProfileMap as Kf,resolveActiveProfile as Xf,desiredCategoryOrder as Qf,desiredArticleOrder as Jf}from"document360-engine";function jl(e){let t=e.replace(/\.(md|markdown)$/i,"").replace(/^\d+[-_]/,"").replace(/[-_]+/g," ").trim();return t?t.charAt(0).toUpperCase()+t.slice(1):e}var Al=e=>e.replace(/\\/g,"/").split("/").pop()??e;function wn(e,t){try{if(!zf(e))return[];let n=Xf(e,t),o=Kf(e,n.name);if(!o)return[];let r=new Map;for(let c of Jf(o)){let p=r.get(c.categoryPath);p?p.push(c):r.set(c.categoryPath,[c])}let i=[];for(let c of Qf(o)){i.push(jl(Al(c.path)));for(let p of(r.get(c.path)??[]).sort((g,y)=>g.order-y.order))i.push(` ${jl(Al(p.path))}`)}return i}catch{return[]}}async function El(e,t){let n=wn(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(_("Documentation order (categories \u2192 articles):"));for(let o of n)console.log(o);return console.log(""),{kind:"continue"}}function Ii(e,t){let n=nm(e);if(!n)return null;let o=(n.docsDir??om).replace(/\\/g,"/").replace(/\/+$/,""),r=t.includes("--fix"),i=t.find(k=>!k.startsWith("--"))?.replace(/\\/g,"/").replace(/\/+$/,""),c=Zf({cwd:e}),p=i?c.filter(k=>k.path===`${o}/${i}`||k.path.startsWith(`${o}/${i}/`)):c,g=i?"":wn(e).join(`
286
+ `);return{prompt:tm({docsRoot:o,scope:i,styleGuide:em(e),deterministicFindings:p,fix:r,structure:g||void 0}),display:`/review${i?` ${i}`:""}${r?" --fix":""}`}}async function Il(e,t){let n=Ii(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"})}U();import{readProjectConfig as rm}from"document360-engine";function Ni(e,t){if(!rm(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(`
287
+ `),display:`/reorder${n?` ${n}`:""}`}}async function Nl(e,t){let n=Ni(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"})}U();import{readProjectConfig as im,writeProjectConfig as _l,isAppType as sm,playbookSkillName as am,detectAppType as Ll}from"document360-engine";var Ol=["web","cli","service","library"],lm=new Set(["web","cli"]);function _i(e){return lm.has(e)?`${am(e)} will load`:`no ${e}-doc-playbook exists yet \u2014 generic skills apply`}async function To(e,t){let n=t.cwd,o=im(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 i=o.appType??Ll(n);if(i){let c=o.appType?"set in config":"auto-detected";console.log(`${_("Genre:")} ${i} (${c}) \u2014 ${_i(i)}`)}else console.log(L("Genre: unclassified \u2014 no doc-type playbook is loading."));return console.log(f(`Set it: /genre <${Ol.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:i,...c}=o;_l(c,n);let p=Ll(n);return console.log(I(`\u2713 Genre reset to auto-detect \u2014 now: ${p?`${p} (${_i(p)})`:"unclassified (no playbook)"} (applies from your next command).`)),{kind:"continue"}}return sm(r)?(_l({...o,appType:r},n),console.log(I(`\u2713 Genre set to ${r} \u2014 ${_i(r)} (applies from your next command).`)),{kind:"continue"}):(console.log($(`Unknown genre "${r}". Choose one of: ${Ol.join(", ")} (or "auto" to revert to detection).`)),{kind:"continue"})}var Ml={help:gr,"?":gr,clear:zs,exit:wr,quit:wr,init:$r,mcp:co,publish:Da,audit:dn,scope:Aa,pull:Ma,convert:Ua,write:Va,draft:Xa,document:Qa,resume:el,rename:tl,profile:ol,model:sl,doctor:fn,workspace:pl,project:fl,"allow-prod":ml,login:hl,logout:gl,screenshot:xo,"capture-setup":mn,devhints:na,inbox:xl,"catch-up":$l,update:vl,reset:Sl,check:Dl,review:Il,reorder:Nl,structure:El,genre:To};function Ul(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}Ge();var cm="Or just tell me what to write or update.",um='\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 Ne(e){return e===1?"":"s"}function So(e){return e.kind==="cmd"?`\u21E5 tab to run ${e.cmd} \xB7 or just ask me anything\u2026`:null}function Li(e){return e.kind==="cmd"?`I\u2019d start with ${e.cmd} \u2014 ${e.reason}.`:`Just tell me: \u201C${e.text}\u201D.`}var dm={title:"What kind of product is this repo? (sets the doc-craft playbook \u2014 otherwise the docs stay generic)",options:[{cmd:"/genre web",desc:"web app / SaaS UI"},{cmd:"/genre cli",desc:"command-line tool"},{cmd:"/genre service",desc:"API / backend service"},{cmd:"/genre library",desc:"SDK / library"}]};function pm(e){let t=[];if(e.devhints!=="current"&&e.builderStarted){let n=e.devhintsToVersion?`v${e.devhintsToVersion}`:"a newer version",o=e.devhints==="stale"&&e.devhintsCompletedVersion?` (your builder is on v${e.devhintsCompletedVersion})`:"";t.push({bullet:`dev\u2194docs protocol moved to ${n}${o} \u2014 your docs aren\u2019t blocked`,lead:{kind:"cmd",cmd:"/devhints",reason:`one paste updates your builder to ${n}`},picker:null,follow:"Also run /devhints when you get a second \u2014 your builder\u2019s protocol is behind.",tone:"warn"})}if(e.genreUnknown&&t.push({bullet:"the doc genre isn\u2019t set \u2014 I can\u2019t load the right doc-craft playbook yet",lead:null,picker:dm,follow:"Then pick the doc genre below (it sets the playbook I write with)."}),e.hasDocs&&e.pendingWrites>0){let n=e.pendingWrites;t.push({bullet:`${n} planned article${Ne(n)} still unwritten`,lead:{kind:"cmd",cmd:"/write",reason:"it finishes the articles already planned"},picker:null,follow:`Then /write finishes the ${n} planned article${Ne(n)}.`})}if(e.directives>0||e.pendingText){let n=e.directives>0&&e.pendingText?"it actions your directives and clears the builder\u2019s queue":e.directives>0?"it actions the directives you left":"it clears everything your builder queued",o=[];e.directives>0&&o.push(`${e.directives} owner directive${Ne(e.directives)} waiting`),e.pendingText&&o.push(`your builder left ${e.pendingText}`),t.push({bullet:o.join(`
288
+ \u2022 `),lead:{kind:"cmd",cmd:"/catch-up",reason:n},picker:null,follow:"Then /catch-up clears what\u2019s queued for the docs."})}if(e.localAhead>0){let n=e.localAhead;t.push({bullet:`${n} article${Ne(n)} changed locally \u2014 ready to publish`,lead:{kind:"cmd",cmd:"/publish",reason:`it pushes your ${n} local edit${Ne(n)} up to Document360`},picker:null,follow:`Then /publish pushes your ${n} local edit${Ne(n)} up.`})}if(e.behind>0){let n=e.behind;t.push({bullet:`${n} code change${Ne(n)} since your last docs check`,lead:{kind:"cmd",cmd:"/audit",reason:"it shows what the latest code changes touch (or /audit --auto on to run it for you)"},picker:null,follow:`After that, /audit covers the ${n} newer commit${Ne(n)}.`})}return t}function Wl(e,t){let n=t.filter(i=>i.bullet).map(i=>` \u2022 ${i.bullet}`),o=t[0],r=[];o.lead?r.push(Li(o.lead)):o.picker&&r.push("Pick the genre below \u2014 one keypress, and it shapes everything I write.");for(let i of t.slice(1,3))i.follow&&r.push(i.follow);return[e,...n,r.join(" "),cm].join(`
289
+ `)}function yn(e){if(!e.ready)return{kind:"idle"};let t=pm(e);if(!e.hasDocs){let o=t[0];return o&&(o.lead?.kind==="cmd"||o.picker)?{kind:"recommend",rec:{note:Wl("\u{1F4ED} No docs yet for this repo \u2014 here\u2019s where things stand:",t),tone:o.tone??"info",lead:o.lead,picker:o.picker}}:{kind:"recommend",rec:{note:um,tone:"info",lead:{kind:"prompt",text:"write the docs for this repo",reason:"I\u2019ll read the code and draft a structure"},picker:null}}}if(t.length===0)return{kind:"recommend",rec:{note:`Welcome back. Your ${e.tracked} tracked article${Ne(e.tracked)} for \u201C${e.profileName}\u201D are all in sync \u2014 /audit re-checks the code, /pull brings down portal edits.`,tone:"info",lead:null,picker:null}};let n=t[0];return n.lead?.kind==="cmd"&&n.lead.cmd==="/audit"&&e.autoAudit&&e.allowAutoAudit?{kind:"autoAudit",note:`\u{1F4CB} ${e.behind} code change${Ne(e.behind)} since your last docs check \u2014 running /audit automatically (auto-audit is on)\u2026`}:{kind:"recommend",rec:{note:Wl("Welcome back \u2014 where your docs stand:",t),tone:n.tone??"info",lead:n.lead,picker:n.picker}}}import{existsSync as Oi,readdirSync as Ui}from"node:fs";import{spawnSync as fm}from"node:child_process";import{join as Do}from"node:path";import{readProjectConfig as Hl,resolveActiveProfile as ql,loadTokens as mm,isExpired as hm,loadProfileMap as Bl,countLocalAhead as gm,readDocsPlan as wm,devHintsGuidePath as ym,DEFAULT_DOCS_DIR as Mi}from"document360-engine";Ge();function Fl(e){try{return Ui(e,{withFileTypes:!0}).filter(t=>t.isDirectory()&&!t.name.startsWith(".")).length>6}catch{return!1}}function Wi(e,t){let n=t??[];return n.length===0?["src","api","services","packages","modules"].some(o=>Fl(Do(e,o))):n.some(o=>!o.includes("/")&&!o.endsWith(".md")&&Fl(Do(e,o)))}function Fi(e,t){try{let n=Hl(e);if(!n)return!1;let o=ql(e,t),r=Bl(e,o.name);if(r&&Object.keys(r.articles).length>0)return!0;let i=Do(e,(n.docsDir??Mi).replace(/\/+$/,""));return!!(Oi(i)&&Ui(i).length>0||Oi(ym(e)))}catch{return!1}}function kn(e,t,n){try{let o=Hl(e);if(!o)return null;let r=ql(e,t),i=mm(r.name),c=!!i&&(!hm(i)||!!i.refreshToken),p=Fi(e,t)||!Wi(e,o.authoritativeSourceFiles),g=Bl(e,r.name),y=g?Object.keys(g.articles).length:0,k=Do(e,(o.docsDir??Mi).replace(/\/+$/,"")),D=!1;try{D=Oi(k)&&Ui(k).length>0}catch{}let x=0;if(g?.lastAnalyzedCommit)try{let K=fm("git",["rev-list","--count",`${g.lastAnalyzedCommit}..HEAD`],{cwd:e,encoding:"utf8",timeout:1200});K.status===0&&(x=parseInt((K.stdout||"").trim(),10)||0)}catch{}let R=0;try{let K=wm(e);if(K.length>0){let ce=(o.docsDir??Mi).replace(/\/+$/,"");R=Jr(e,ce,K.map(Z=>Z.path)).length}}catch{}let C=hn(e),S=gn({...C,directives:0}),N=gm(e,t),O=Te(e);return{ready:c&&p&&!n.claudeMissing,hasDocs:D,tracked:y,pendingText:S,directives:C.directives,behind:x,pendingWrites:R,localAhead:N,autoAudit:!!o.autoAudit,profileName:r.name,allowAutoAudit:n.allowAutoAudit,devhints:O.status,devhintsCompletedVersion:O.completedVersion,devhintsToVersion:ie,builderStarted:Oe(e),genreUnknown:n.genreUnknown}}catch{return null}}U();var km={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"},Gl=160,qi=200,Yl=40;function we(e,t){let n=e.replace(/\s+/g," ").trim();return n.length<=t?n:n.slice(0,t-1)+"\u2026"}function Vl(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}: ${we(typeof r=="string"?r:JSON.stringify(r),Yl)}`);return t.length>4&&n.push("\u2026"),we(n.join(", "),Gl)}var Ke=e=>typeof e=="string"&&e?e:null,Hi=e=>typeof e=="string"&&e.length>=8?e.slice(0,8):null;function bm(e){let t=Ke(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(i=>i.charAt(0).toUpperCase()+i.slice(1)).join(" ")}function xm(e,t){let n=(o,r)=>({title:`Document360: ${o}`,sep:" ",arg:r});switch(e){case"d360_create_article":{let o=Ke(t.title);if(!o)return null;let r=bm(t.local_path);return n("Create article",`"${we(o,60)}"${r?` in ${r}`:""}`)}case"d360_update_article":{let o=Ke(t.title),r=Hi(t.article_id);return n("Update article",o?`"${we(o,60)}"`:r?`id ${r}\u2026`:null)}case"d360_fork_article":return n("Fork article (new draft)",Hi(t.article_id)?`id ${Hi(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",Ke(t.name)?`"${we(Ke(t.name),60)}"`:null);case"d360_upload_drive_file":{let o=Ke(t.file_path);return n("Upload image",o?we(o.replace(/\\/g,"/").split("/").pop()??o,60):null)}case"d360_sync_status":return n("Check sync status",null);default:return null}}function jo(e,t){if(e==="ToolSearch")return null;if(e.startsWith("mcp__")){let[,r="",...i]=e.split("__"),c=i.join("__");if(r==="document360"){let y=xm(c,t);if(y)return y}let p=c.replace(/^d360_/,"").replace(/_/g," ");return{title:`${r==="document360"?"Document360":r.charAt(0).toUpperCase()+r.slice(1)}: ${p}`,sep:" ",arg:Vl(t)}}let n=km[e],o=n?t[n]:void 0;return typeof o=="string"&&o?{title:e,sep:"",arg:we(o,Gl)}:{title:e,sep:"",arg:Vl(t)}}function $m(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 vm(e){if(!/^[[{]/.test(e))return null;let t;try{t=JSON.parse(e)}catch{return null}if(Array.isArray(t)){let n=t.map($m).filter(r=>r!==null),o=`${t.length} item${t.length===1?"":"s"}`;return n.length===0?[o]:[o,...n.map(r=>we(r,qi))]}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}: ${we(String(r),Yl)}`);return n.length>0?[we(n.join(" \xB7 "),qi)]:null}return null}function Cm(e){let t=Ke(e)?.replace(/\\/g,"/");if(!t)return null;let n=t.split("/").filter(Boolean);return n.length>1?n.slice(1).join("/"):t}function Pm(e,t,n){switch(e){case"d360_create_article":{let o=Cm(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=Ke(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 ${we(o[0],120)}`:""}`]}default:return null}}function Ao(e,t=4,n,o){let r=e.replace(/\r\n/g,`
290
+ `).trimEnd();if(!r)return{lines:["(no output)"],hidden:0};if(n?.startsWith("mcp__document360__")){let c=Pm(n.slice(18),o,r);if(c)return{lines:c,hidden:0}}let i=vm(r)??r.split(`
291
+ `);return{lines:i.slice(0,t).map(c=>we(c,qi)),hidden:Math.max(0,i.length-t)}}function Eo(e,t,n,o="en"){return`${e.replace(/\/$/,"")}/${t}/document/v1/${o}/${n}`}function Io(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 No(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 Fm=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Hm(e,t,n,o){if(Fm.test(e))try{let r=Xl(o),i=typeof t.project_id=="string"&&t.project_id||r.project.projectId,c=Io(t,n),p=No(n);e.endsWith("publish_article")&&p&&console.log(_(` \u2B95 Live: ${p}`)),c&&i&&console.log(_(` \u2B95 Preview: ${Eo(r.connection.portalUrl,i,c,r.project.languageCode??"en")}`))}catch{}}async function Ql(e=process.cwd(),t="auto",n){let o=Tm(t);o.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(""),console.error(` ${_("export ANTHROPIC_API_KEY=sk-ant-...")} (macOS / Linux)`),console.error(` ${_('$env:ANTHROPIC_API_KEY="sk-ant-..."')} (PowerShell)`),console.error(""),console.error(`Get a key at ${_("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${_("d360-writer --auth subscription")}`),console.error(""),process.exit(2)),qm(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,i=Bi({cwd:e,profileName:n,allowProdWrites:r}),c={uuid:null,firstPrompt:null,titleFired:!1},p=Rm({input:process.stdin,output:process.stdout}),g=[],y=null,k=!1;p.on("line",R=>{if(y){let C=y;y=null,C(R)}else g.push(R)}),p.on("close",()=>{if(k=!0,y){let R=y;y=null,R(null)}});function D(){return g.length>0?Promise.resolve(g.shift()):k?Promise.resolve(null):(process.stdout.write(_("> ")),new Promise(R=>{y=R}))}let x={cwd:e,profileName:n,allowProdWrites:()=>r,restartAgent:()=>{i.close(),i=Bi({cwd:e,profileName:n,allowProdWrites:r}),c={uuid:null,firstPrompt:null,titleFired:!1}},currentUuid:()=>c.uuid,setPendingName:R=>{c.pendingName=R},setModel:async R=>i.setModel(R),withPausedInput:async R=>{p.pause();try{return await R()}finally{p.resume()}}};try{for(;;){let R=await D();if(R===null)break;let C=R.trim();if(C){if(C.startsWith("/")){let S=Ul(C);if(!S)continue;let N=Ml[S.name];if(!N){console.log($(`Unknown command: /${S.name}`)),console.log(f("Type /help for the list."));continue}let O=await N(S.args,x);if(O.kind==="exit")break;if(O.kind==="clear"){x.restartAgent();continue}if(O.kind==="allow-prod"){r=!0,x.restartAgent(),console.log(I("\u2713 Production writes authorized for this session.")),console.log("");continue}if(O.kind==="resume"){i.close(),i=Bi({cwd:e,resume:O.uuid,profileName:n,allowProdWrites:r});let K=Sm(O.uuid);c={uuid:O.uuid,firstPrompt:K?.firstPrompt??null,titleFired:!0},Kl(O.uuid),console.log(I(`\u2713 Resumed "${O.name}"`)),console.log("");continue}O.kind==="forward-to-agent"?(c.firstPrompt||(c.firstPrompt=O.display??O.prompt),await Vi(i,O.prompt,o,c,e)):Bm(e,n);continue}if(Mm(C)){let S=Um(C);if(S){try{Wm(e,{title:S,by:"owner (d360-writer terminal)",at:new Date().toISOString()})}catch{}c.firstPrompt||(c.firstPrompt=C),await Vi(i,`The owner left this documentation directive (already recorded in .d360-writer/directives.md): "${S}". Action it now: ground it in the sources, write/update the article(s) as DRAFTS (do not publish unless asked), following the active doc-type playbook. When finished, call d360_directive_done with the exact title "${S}" and the article path(s) you wrote.`,o,c,e);continue}}c.firstPrompt||(c.firstPrompt=C),await Vi(i,C,o,c,e)}}}finally{i.close(),p.close()}}function qm(e,t){console.log(""),console.log(tn("document360-writer")),console.log(f(` cwd: ${e}`));let n=Im(e);if(console.log(f(` model: ${n.model??"auto (engine right-sizes per task)"}${n.model?` (${n.source})`:""}`)),console.log(Vm(e,t)),!Nm(e))console.log(L(" First run: /init (scaffolds config + prints the builder hand-off prompt) \u2192 /login, then ask me to write the docs."));else{let o=!1;try{if(ro(e),!Oe(e))for(let r of io(e))console.log(L(` ${r}`))}catch{}try{let r=_m(e);r.persisted&&r.appType?console.log(f(` \u2713 Detected a ${r.appType} app \u2014 enabled the ${r.appType}-doc-playbook (change with /genre).`)):r.source==="unknown"&&(o=!0)}catch{}try{let r=kn(e,t,{claudeMissing:!1,allowAutoAudit:!1,genreUnknown:o}),i=r?yn(r):null;if(i?.kind==="recommend"&&i.rec.note){let c=i.rec.tone==="warn"?L:f;for(let p of i.rec.note.split(`
292
+ `))console.log(c(` ${p}`));i.rec.picker&&console.log(_(` Pick one: ${i.rec.picker.options.map(p=>p.cmd).join(" \xB7 ")}`))}}catch{}}console.log(f(" Type a prompt, or /help for slash commands. /exit to quit.")),console.log("")}function Bm(e,t){try{let n=kn(e,t,{claudeMissing:!1,allowAutoAudit:!1,genreUnknown:!1}),o=n?yn(n):null;o?.kind==="recommend"&&o.rec.lead&&console.log(f(` Next: ${Li(o.rec.lead)}`))}catch{}}function Vm(e,t){try{let n=Xl(e,t),o=n.production?L(" \u26A0 PRODUCTION"):"",r=Om(n.name);if(!r)return f(` Document360: profile "${n.name}"${o} \u2014 not logged in (d360-writer login)`);let i={...zl(r.idToken)??{},...zl(r.accessToken)??{}},c=i.email??i.preferred_username??"signed in";return Lm(r)&&!r.refreshToken?L(` Document360: profile "${n.name}"${o} \u2014 session expired (d360-writer login)`):f(` Document360: ${c} \xB7 profile "${n.name}"${o}`)}catch(n){return f(` Document360: ${n.message.split(".")[0]}`)}}function Gm(){console.error(""),console.error(`Sign in with your Claude subscription: run ${_("claude")} once, then retry.`),console.error(` (No Claude Code? ${_("npm install -g @anthropic-ai/claude-code")})`),console.error(`Or set an API key: ${_("https://console.anthropic.com/settings/keys")}`)}function Ym(e,t,n){e.uuid=t;let o=new Date().toISOString(),r=e.pendingName;Am({uuid:t,name:r??jm(e.firstPrompt??"session"),renamed:!!r,titled:!1,cwd:n,firstPrompt:e.firstPrompt??"",createdAt:o,updatedAt:o}),e.pendingName=null}function zm(e,t){e.titleFired=!0;let n=e.uuid,o=e.firstPrompt;!n||!o||Em(o,t).then(r=>{r&&Dm(n,r)}).catch(()=>{})}async function Vi(e,t,n,o,r){let i=new Map;for await(let c of e.send(t))Km(c,o,r,n,i)}function Km(e,t,n,o,r){switch(e.type){case"session":t.uuid||Ym(t,e.sessionId,n);break;case"text":process.stdout.write(e.delta);break;case"tool":{let i=jo(e.name,e.input);i&&(process.stdout.write(`
293
+
294
+ `),console.log(`${I("\u25CF")} ${Pe(i.title)}${i.arg!==null?se(`${i.sep}(${i.arg})`):""}`),r.set(e.id,{name:e.name,input:e.input}));break}case"article_diff":{let i=ut(e.oldContent,e.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!i)break;let c=p=>p===1?"":"s";console.log(se(` \u23BF Added ${i.added} line${c(i.added)}, removed ${i.removed} line${c(i.removed)}`));for(let p of i.lines)console.log(p);i.hidden>0&&console.log(f(` \u2026 +${i.hidden} more diff lines`));break}case"tool_result":{let i=r.get(e.id);if(!i)break;r.delete(e.id);let c=Ao(e.output,4,e.isError?void 0:i.name,i.input),p=e.isError?$:se;c.lines.forEach((g,y)=>console.log(p((y===0?" \u23BF ":" ")+g))),c.hidden>0&&console.log(f(` \u2026 +${c.hidden} lines`)),e.isError||Hm(i.name,i.input,e.output,n);break}case"result":process.stdout.write(`
295
+ `),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&&(Kl(t.uuid),t.titleFired||zm(t,n));break;case"error":console.error(""),console.error($(`agent error: ${e.message}`)),o.kind==="subscription"&&e.kind==="auth"&&Gm();break}}import{render as pg}from"ink";import{resolveAuth as fg}from"document360-engine";import{useCallback as V,useEffect as ke,useMemo as Xi,useRef as J,useState as W}from"react";import{Box as te,Text as j,useApp as uh,useInput as dh,useStdout as ph}from"ink";import{existsSync as xn,readFileSync as Qi,readdirSync as fh}from"node:fs";import{basename as $n,isAbsolute as mh,join as Ji}from"node:path";import{createSession as Rc,classifyClaudeAuth as ts,CLAUDE_CODE_SETUP_HINT as hh,loginPkce as gh,toStoredTokens as wh,saveTokens as yh,getAccessToken as kh,resolveActiveProfile as ye,resolveProjectId as bh,getArticle as xh,decodeJwtClaims as Ht,isExpired as Xe,loadTokens as mt,clearTokens as $h,clearProfileProject as vh,setTitle as Ch,slugify as Ph,touchSession as Zi,upsertSession as Rh,generateTitle as Tc,findByName as Th,listSessions as Sh,renameSession as Dh,suggestNextAction as jh,readProjectConfig as ee,writeProjectConfig as Sc,resolveAndPersistAppType as Ah,detectAppType as Eh,resolveModelSetting as ns,loadProfileMap as Dc,applyPull as Ih,computeSyncStatus as jc,lintDocs as Ac,compareRemoteSources as Nh,planPull as _h,establishBaselines as Lh,rebaselineServerMeta as Oh,inventoryRepo as Mh,knownEnvironments as Uh,resolveEnvironment as Wh,planPartitions as es,partitionEvenly as Fh,screenshotPlaceholderIds as Hh,trackedArticlePaths as qh,runPartitioned as qo,estimateBulkCost as Ec,resolveModelForOperation as Bo,readDocsPlan as Bh,checkForUpdate as Vh,detectInstallKind as Gh,isSelfUpdatable as Yh,devHintsGuidePath as Ic,toolFeedbackPath as zh,reconcileToolFeedback as Kh,DEFAULT_DOCS_DIR as Fc,setProfileProject as Xh,writeCrashLog as Qh,applyStructureOrder as Nc,orderSyncLine as _c,applyRelatedArticles as Lc,relatedSyncLine as Oc}from"document360-engine";Ge();import{spawn as Jl}from"node:child_process";function Xm(){return process.platform==="win32"?[["clip",[]]]:process.platform==="darwin"?[["pbcopy",[]]]:[["wl-copy",[]],["xclip",["-selection","clipboard"]],["xsel",["--clipboard","--input"]]]}function Qm(e,t,n){return new Promise(o=>{try{let r=process.platform==="win32"?Jl([e,...t].join(" "),{stdio:["pipe","ignore","ignore"],shell:!0}):Jl(e,t,{stdio:["pipe","ignore","ignore"]});r.on("error",()=>o(!1)),r.on("close",c=>o(c===0)),r.stdin?.on("error",()=>o(!1));let i=process.platform==="win32"?Buffer.from("\uFEFF"+n,"utf16le"):Buffer.from(n,"utf8");r.stdin?.end(i)}catch{o(!1)}})}async function Zl(e){for(let[t,n]of Xm())if(await Qm(t,n,e))return!0;return!1}var Jm=/\breply with (the |a )?number\b|\bpick one\b|\bpress the number\b/i;function Gi(e,t){if(t.closed)return e;let n=e.split(`
296
+ `),o=!1;for(let r=0;r<n.length&&!t.closed;r++){let i=n[r];if(!t.cueSeen){Jm.test(i)&&(t.cueSeen=!0);continue}let c=/^(\s{0,3})[-*•]\s+(.*)$/.exec(i);c?(n[r]=`${c[1]}${++t.num}. ${c[2]}`,o=!0):o&&i.trim()!==""&&/^\S/.test(i)&&(t.closed=!0)}return n.join(`
297
+ `)}import{existsSync as Zm,mkdirSync as eh,readFileSync as th,writeFileSync as nh}from"node:fs";import{join as ec}from"node:path";import{writerDir as oh}from"document360-engine";function tc(e){return ec(oh(e),".sessions")}function nc(e,t){return ec(tc(e),`${t}.json`)}function oc(e,t,n){try{eh(tc(e),{recursive:!0});let o=n.filter(r=>r.kind!=="banner");nh(nc(e,t),JSON.stringify({v:1,items:o}),"utf8")}catch{}}function Yi(e,t){try{let n=nc(e,t);if(!Zm(n))return[];let o=JSON.parse(th(n,"utf8"));return Array.isArray(o.items)?o.items:[]}catch{return[]}}var rh=e=>`\x1B]0;${e}\x07`,ih=e=>`\x1B]9;4;${e};${e===1?100:0}\x07`;function rc(e){process.stdout.isTTY&&process.stdout.write(e)}function Ft(e){rc(rh(e))}function _o(e){rc(ih(e))}var Lo=["\xB7 "," \xB7"],Oo="\u{1F7E3}";bo();lo();var Mo=[{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"}],ic={"/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 sc(e){let t=e.trim().replace(/^\//,"").split(/\s+/)[0]??"",n=`/${t}`;if(ic[n])return ic[n];let o=Mo.find(r=>r.name===t);return o?o.desc:""}function ac(e){if(!e.startsWith("/"))return[];let t=e.slice(1).toLowerCase().split(/\s/)[0]??"";return Mo.filter(n=>n.name.startsWith(t))}function lc(e){return/<[^>]+>/.test(e.replace(/\[[^\]]*\]/g,""))}U();import{Box as cc,Text as ae}from"ink";import{jsx as le,jsxs as Uo}from"react/jsx-runtime";function sh({row:e}){switch(e.t){case"head":return le(ae,{color:F,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 Uo(ae,{children:[le(ae,{color:F,children:`${e.n}. `}),e.s]});case"cmd":return Uo(ae,{children:[" ",le(ae,{color:F,children:e.name.padEnd(20)}),le(ae,{dimColor:!0,children:e.s})]});case"gap":return le(ae,{children:" "})}}function uc({tab:e,width:t}){let n=Re[e]??Re[0],o=6+Re.reduce((i,c)=>i+c.label.length+4,0),r="\u2500".repeat(Math.min(o,Math.max(t-1,20)));return Uo(cc,{flexDirection:"column",paddingX:1,children:[Uo(ae,{children:[le(ae,{color:F,bold:!0,children:"Help "}),Re.map((i,c)=>c===e?le(ae,{color:"white",backgroundColor:F,bold:!0,children:` ${i.label} `},i.key):le(ae,{dimColor:!0,children:` ${i.label} `},i.key))]}),le(ae,{color:F,children:r}),le(cc,{flexDirection:"column",marginTop:1,children:n.rows.map((i,c)=>le(sh,{row:i},c))}),le(ae,{dimColor:!0,children:`
298
+ \u2190/\u2192 or tab switch \xB7 1-5 jump \xB7 esc close`})]})}var ah=/^(?:\d+[.)]|[-*•])\s+/;function dc(e,t,n=4){let o=new Set(t.map(i=>i.toLowerCase())),r=[];for(let i of e.split(`
299
+ `)){let c=i.trim().replace(ah,""),p=c.match(/^`([^`]+)`$/);p&&(c=p[1].trim());let g=c.match(/^\/([a-z?][a-z0-9-]*)(?:\s+(\S.*?))?\s*$/i);if(!g||!o.has(g[1].toLowerCase()))continue;let y=`/${g[1].toLowerCase()}${g[2]?` ${g[2]}`:""}`;if(r.includes(y)||r.push(y),r.length>=n)break}return r}U();function bn(e){return e.map(t=>({label:t.label,items:t.paths.length,status:"pending"}))}function Ue(e,t,n){return e.map(o=>o.label===t?{...o,status:n}:o)}function pc(e,t){return e.map(n=>n.label===t?{...n,itemsDone:Math.min((n.itemsDone??0)+1,n.items)}:n)}var lh=new Set(["Write","Edit","MultiEdit","NotebookEdit"]);function fc(e,t,n){if(!lh.has(e))return null;let o=t?.file_path;if(typeof o!="string"||!o)return null;let r=o.replace(/\\/g,"/");return n.find(i=>{let c=i.replace(/\\/g,"/");return r===c||r.endsWith(`/${c}`)})??null}function zi(e){return e.replace(/^[\w.-]+\//,"")}var Wo=16,mc={pending:"\u25CB",active:"\u25A0",done:"\u2714",failed:"\u2717"};function ft(e){return typeof e=="string"?e:e.cmd}function hc(e){return typeof e=="string"?void 0:e.desc}function Ki(e){return e.trim().split(/\s+/).slice(1).join(" ")}function gc(e,t){let n=Ki(t);return e.some(r=>ft(r).trim()===t.trim()||!!n&&Ki(ft(r))===n)?e.filter(r=>ft(r).trim()!==t.trim()&&!(n&&Ki(ft(r))===n)):[]}import{isDirectiveMention as Jh,stripDirectiveMention as Zh,appendDirective as eg}from"document360-engine";var ch=/\[Pasted text #\d+ \+\d+ lines?\]/g;function wc(e){return e.replace(/\r\n?/g,`
300
+ `)}function yc(e){return e.includes(`
301
+ `)||e.length>200}function kc(e,t){let n=t.split(`
302
+ `).length;return`[Pasted text #${e} +${n} line${n===1?"":"s"}]`}function bc(e,t){return e.replace(ch,n=>t.get(n)??n)}function xc(e){let t=e.match(/\[Pasted text #\d+ \+\d+ lines?\]$/);return t?e.slice(0,-t[0].length):null}function Fo(e,t){let n=Math.max(1,t),o=[],r=0;for(let i of e.split(`
303
+ `)){if(i.length===0)o.push({start:r,end:r});else for(let c=0;c<i.length;c+=n)o.push({start:r+c,end:r+Math.min(c+n,i.length)});r+=i.length+1}return o.length>0?o:[{start:0,end:0}]}function Ho(e,t){let n=0;for(let o=0;o<e.length&&e[o].start<=t;o++)n=o;return n}function $c(e,t,n){let o=Ho(e,t),r=o+n;if(r<0||r>=e.length)return t;let i=Math.min(t,e[o].end)-e[o].start;return Math.min(e[r].start+i,e[r].end)}function vc(e,t,n){let o=e[Ho(e,t)];return n==="start"?o.start:o.end}function Cc(e,t,n){let o=Math.max(1,n),r=e.split(`
304
+ `),i=0;for(let c=r.length-1;c>=0;c--){let p=r[c];if(i+=Math.max(1,Math.ceil(p.length/o)),i>=t){let g=i-t;return{text:[g>0?p.slice(g*o):p,...r.slice(c+1)].join(`
305
+ `),truncated:c>0||g>0}}}return{text:e,truncated:!1}}function Pc(e){let t=!1,n=0,o=0;for(let r of e.split(`
306
+ `)){let i=o+r.length;/^\s*```/.test(r)?t=!t:!t&&r.trim()===""&&i<e.length&&(n=i+1),o=i+1}return n}import{Fragment as Vo,jsx as E,jsxs as B}from"react/jsx-runtime";var tg={project:".d360-writer/config.json",user:"/model",env:"ANTHROPIC_MODEL","claude-settings":"Claude Code settings","claude-default":""},Mc=` 1. /init \u2014 pick your Document360 environment & scaffold config
305
307
  2. /login \u2014 sign in & pick your Document360 project (workspace auto-selected)
306
- 3. I'll hand you a one-paste prompt for your builder \u2014 then just ask me to write the docs`;function jh(e,t,n,o){let r=Hs(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=qs(e),p=Z(e),g=(p?.docsDir??yn).replace(/\/+$/,""),w=p?.mode==="engineer"?"engineer \xB7 full source access (dogfooding)":`writer \xB7 edits limited to ${g}/ + config`,k={version:t,claude:s,model:l.model??"Claude Code default model",modelSource:Dh[l.source],who:null,sessionHint:null,profile:"\u2014",apiUrl:"\u2014",project:"\u2014",cwd:e,prod:!1,loggedOut:!0,configured:p!==null,mode:w};if(p===null)return k;try{let A=pe(e,o);k.profile=A.name,k.apiUrl=A.connection.apiUrl,k.prod=A.production,k.project=A.project.projectName??A.project.projectId??"(chosen at login)";let x=Qe(A.name);if(x){let P={...Yt(x.idToken)??{},...Yt(x.accessToken)??{}},C=P.email??P.preferred_username??"signed in";Ue(x)?x.refreshToken&&(k.who=C,k.loggedOut=!1,k.sessionHint="session expired \u2014 refreshing\u2026"):(k.who=C,k.loggedOut=!1,k.sessionHint=`session valid until ${new Date(x.expiresAt).toLocaleString(void 0,{hour:"2-digit",minute:"2-digit",day:"2-digit",month:"short"})}`)}}catch{}return k}function Ah(e,t){try{let n=pe(e,t),o=Qe(n.name);if(!o)return{text:`profile "${n.name}" \u2014 not logged in (/login)`,prod:n.production};let r={...Yt(o.idToken)??{},...Yt(o.accessToken)??{}},s=r.email??r.preferred_username??"signed in";return Ue(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 xc=["Drafting","Composing","Outlining","Researching","Documenting","Structuring","Polishing","Synthesizing","Curating","Distilling","Weaving","Wrangling","Pondering"],Gt=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],Eh="Ask me to write or update an article\u2026";function Io({ch:e,dim:t}){let[n,o]=q(!0);return ke(()=>{let r=setInterval(()=>o(s=>!s),530);return()=>clearInterval(r)},[]),E(j,{inverse:n,color:t&&!n?"gray":void 0,children:e})}var Nh=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function $c(e){let t=e.match(/^---\r?\n[\s\S]*?\r?\n---\r?\n/);return t?e.slice(t[0].length):e}var Ih=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function vc(e){try{return Oo(e,{withFileTypes:!0}).filter(t=>t.isDirectory()&&!t.name.startsWith(".")).length>6}catch{return!1}}function Cc(e,t){let n=t??[];return n.length===0?["src","api","services","packages","modules"].some(o=>vc(ht(e,o))):n.some(o=>!o.includes("/")&&!o.endsWith(".md")&&vc(ht(e,o)))}function Pc(e,t){try{let n=Z(e);if(!n)return!1;let o=pe(e,t),r=_o(e,o.name);if(r&&Object.keys(r.articles).length>0)return!0;let s=ht(e,(n.docsDir??yn).replace(/\/+$/,""));return!!(Ke(s)&&Oo(s).length>0||Ke(Bs(e)))}catch{return!1}}function _h({startTime:e,chars:t}){let[n,o]=q(0);ke(()=>{let g=setInterval(()=>o(w=>w+1),120);return()=>clearInterval(g)},[]);let r=Gt[n%Gt.length],s=xc[Math.floor(n/16)%xc.length],l=Math.floor((Date.now()-e)/1e3),p=Math.round(t/4);return G(ee,{children:[E(j,{color:B,children:` ${r} ${s}\u2026 `}),E(j,{color:"gray",children:`(${ln(l)} \xB7 ~${p} tokens \xB7 esc to interrupt)`})]})}function Oh({text:e}){let[t,n]=q(0);return ke(()=>{let o=setInterval(()=>n(r=>r+1),120);return()=>clearInterval(o)},[]),E(ee,{paddingX:1,children:E(j,{color:B,children:`${Gt[t%Gt.length]} ${e}`})})}var Lh=12e4;function Mh({p:e}){let[t,n]=q(0);ke(()=>{let I=setInterval(()=>n(W=>W+1),150);return()=>clearInterval(I)},[]);let o=Gt[t%Gt.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>=Lh,g=e.verb??"Converting",w=e.unit??"article",k=e.rows.reduce((I,W)=>I+W.items,0),A=g.toLowerCase(),x=e.rows,P=0;if(x.length>Do){let I=x.findIndex(J=>J.status==="active"||J.status==="pending"),W=Math.max(0,Math.min(I-2,x.length-Do));P=x.slice(0,W).filter(J=>J.status==="done").length,x=x.slice(W,W+Do)}let C=Math.min(40,Math.max(...x.map(I=>Is(I.label).length),0)),S=I=>I==="failed"?"red":I==="active"?B:void 0;return G(ee,{flexDirection:"column",children:[G(ee,{children:[E(j,{color:B,children:` ${o} ${g} ${k} ${w}${k===1?"":"s"} `}),E(j,{color:"gray",children:`\xB7 ${e.done}/${e.total} \xB7 ${e.tools} tool call${e.tools===1?"":"s"} \xB7 ~${l} tokens \xB7 ${ln(r)} \xB7 esc to stop`})]}),P>0&&E(j,{dimColor:!0,children:` \u2714 +${P} done`}),x.map(I=>G(j,{color:S(I.status),dimColor:I.status==="done"||I.status==="pending",children:[` ${Kl[I.status]} ${Is(I.label).padEnd(C)}`,I.status==="active"&&I.itemsDone!==void 0?` (${I.itemsDone}/${I.items} ${w}${I.items===1?"":"s"})`:I.status!=="pending"?` (${I.items} ${w}${I.items===1?"":"s"})`:"",I.status==="active"?` \u2190 ${A}\u2026`:""]},I.label)),p&&E(j,{color:"yellow",children:` \u26A0 no activity for ${ln(s)} \u2014 press esc to stop if it's wedged`})]})}var Uh=10800*1e3;function Rc({cwd:e,auth:t,profileName:n,version:o}){let{exit:r}=Um(),[s,l]=q(n),[p,g]=q(null),[w,k]=q({text:"",pos:0}),A=w.text,x=z(c=>{k(a=>{let i=typeof c=="function"?c(a.text):c;return{text:i,pos:i.length}})},[]),P=z(c=>{k(a=>({text:a.text.slice(0,a.pos)+c+a.text.slice(a.pos),pos:a.pos+c.length}))},[]),C=z(()=>{k(c=>{if(c.pos===0)return c;let a=c.text.slice(0,c.pos),i=rc(a)??a.slice(0,-1);return{text:i+c.text.slice(c.pos),pos:i.length}})},[]),[S,I]=q(!1),[W,J]=q(!1),[fe,oe]=q(0),[Se,ue]=q(null),[Je,Y]=q([]),[Lo,zs]=q(!1),gt=Q(0),[Ic,kn]=q(!1),[_c,bn]=q(!1),[Mo,Xs]=q(null),[Oc,wt]=q(0),Ze=Q(0),[Vt,yt]=q(0),[kt,xn]=q(null),Ks=Q(new Map),Lc=Q(0),bt=Q([]),be=Q(null);be.current===null&&(be.current=cc({cwd:e,profileName:s,allowProdWrites:!1}));let Ne=Q({uuid:null,firstPrompt:null,titleFired:!1}),$n=Q(new Map),xt=Q(!1),Uo=Q([]),We=Q([]),Wo=Q(null),[Qs,et]=q(null),Fo=Q(null),[tt,nt]=q(null),[Ie,$t]=q(null),[Fe,vt]=q(null),[me,Ct]=q(null),[xe,ot]=q(null),[rt,Pt]=q(null),[He,Rt]=q(null),[Js,de]=q(null),[$e,st]=q(null),[ge,Tt]=q(null),[Zs,Ho]=q([]),it=Q([]),zt=Q(!1),ve=Q(null),[vn,te]=q(null),[ei,ti]=q(null),Cn=Q(!1),Pn=Q(null),Xt=Q(null),[Ce,at]=q(null),[qo,Kt]=q(null),[ni,St]=q(0),[oi,Dt]=q(0),[Mc,ri]=q(0),Bo=Ls(()=>{try{return qs(e).model??"auto"}catch{return null}},[e,Mc]),{stdout:De}=Fm(),[,Uc]=q(0),si=Q(`${De.columns??80}x${De.rows??24}`),qe=z(()=>Math.max(20,(De.columns??80)-1),[De]),d=z(c=>{bt.current.push(c),console.log($r(c,qe()))},[qe]),[Yo,Go]=q(null),jt=z(c=>{Go(c),d({kind:"note",tone:"info",text:"\u2328 Press c to copy the prompt above to your clipboard (then paste it into your coding agent)."})},[d]),Vo=Q(!1),zo=z(async()=>{try{if(Vo.current||!xh(bh())||Z(e)?.mode==="engineer")return;let c=await kh({pkg:ft,currentVersion:o,force:!0});if(!c.updateAvailable||!c.latest)return;Vo.current=!0,d({kind:"note",tone:"info",text:`\u2B06 Updating ${ft} ${c.current} \u2192 ${c.latest}\u2026 (wait for the \u2713 before you /exit)`}),bn(!0),(await go().finally(()=>bn(!1))).ok?(d({kind:"note",tone:"ok",text:`\u2713 Updated to v${c.latest} \u2014 run /exit, then relaunch to apply.`}),Y(i=>i.includes("/exit")?i:[...i,"/exit"]),Xs(c.latest)):d({kind:"note",tone:"warn",text:`Update available (v${c.latest}) but auto-update failed \u2014 run: ${ho}`})}catch{}},[e,o,d]),Xo=z(c=>{let a=Oe(e,s);return a.ok?!0:(d({kind:"note",tone:"warn",text:a.reason}),Xt.current=c,Y(["/login"]),!1)},[e,s,d]),[Ko,Qo]=q(null),Qt=Q(!0),Rn=Q(0),Jt=Q(0);ke(()=>{let c=setInterval(()=>{if(Qt.current){Rn.current=0,Jt.current=0;return}if(!S)try{if(!Ke(Bs(e)))return;if(_e(e).status==="current"){Qt.current=!0,Rn.current=0,Jt.current=0,d({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."}),Go(null),ue("write the docs for this repo");return}Rn.current+=1;let a=Rn.current;if((a===4||a%15===0)&&Jt.current<3){Jt.current+=1;let i=Jt.current===3?" (I'll stay quiet now \u2014 type anything to continue.)":"";d({kind:"note",tone:"info",text:Mt(e)?`\u{1F440} Your builder is working on the architecture brief \u2014 I'll continue automatically when it finishes.${i}`:`\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.${i}`})}}catch{}},4e3);return()=>clearInterval(c)},[e,S,d]),ke(()=>{let c=Qs??wn(e);if(!S){Co(0),Bt(`${Ro} ${c}`);return}Co(3);let a=0;Bt(`${Po[0]} ${c}`);let i=setInterval(()=>{a=(a+1)%Po.length,Bt(`${Po[a]} ${c}`)},400);return()=>clearInterval(i)},[S,e,Qs]),ke(()=>()=>Co(0),[]);let Jo=z(c=>{try{let a=Z(e);if(!a)return{kind:"idle"};let i=pe(e,s),h=Qe(i.name),u=!!h&&(!Ue(h)||!!h.refreshToken),m=Pc(e,s)||!Cc(e,a.authoritativeSourceFiles),y=Hs(t).state==="missing",b=_o(e,i.name),R=b?Object.keys(b.articles).length:0,T=ht(e,(a.docsDir??yn).replace(/\/+$/,"")),_=!1;try{_=Ke(T)&&Oo(T).length>0}catch{}let M=0;if(b?.lastAnalyzedCommit)try{let F=Hm("git",["rev-list","--count",`${b.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=hc(e);if(F.length>0){let K=(a.docsDir??yn).replace(/\/+$/,"");O=Br(e,K,F.map(Be=>Be.path)).length}}catch{}let v=lh(e,s),D={ready:u&&m&&!y,hasDocs:_,tracked:R,pendingText:qt(Ht(e)),behind:M,pendingWrites:O,localAhead:v,autoAudit:!!a.autoAudit,profileName:i.name,allowAutoAudit:c};return Zl(D)}catch{return{kind:"idle"}}},[e,s,t]);ke(()=>{let c=performance.now(),a=[],i=(_,M)=>{let O=performance.now();try{return M()}finally{let v=Math.round(performance.now()-O);v>=80&&a.push(`${_}: ${v}ms`)}};d({kind:"banner",info:i("banner",()=>jh(e,o,t,s))});let h=Hs(t).state==="missing";if(h&&d({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.
307
- ${Bm}
308
- 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)){d({kind:"note",tone:"info",text:`Welcome! This repo isn't set up for d360-writer yet \u2014 three steps and you're writing docs:
309
- ${bc}`}),Y(h?["/doctor","/init"]:["/init"]);return}h&&Y(["/doctor"]);try{let _=pe(e,s),M=Qe(_.name);M&&Ue(M)&&M.refreshToken?zm({profile:_.name,connection:_.connection}).then(()=>{d({kind:"note",tone:"ok",text:"\u2713 Document360 session refreshed."}),oe(O=>O+1)}).catch(()=>{d({kind:"note",tone:"warn",text:"Document360 session refresh failed \u2014 do you want to log in now? (press 1)"}),Y(["/login"])}):(!M||Ue(M))&&(d({kind:"note",tone:"warn",text:`Profile "${_.name}" is not signed in \u2014 do you want to log in now? (press 1)`}),Y(["/login"]))}catch{}try{let _=Z(e),M=pe(e,s),O=Qe(M.name);_&&O&&!Ue(O)&&Cc(e,_.authoritativeSourceFiles)&&!Pc(e,s)&&(d({kind:"note",tone:"info",text:"Large repo \u2014 the docs scope isn\u2019t set yet. Run /scope to choose which folders back your docs."}),Y(["/scope"]))}catch{}let u=!1;try{let _=i("resolve-genre",()=>ih(e));_.persisted&&_.appType?d({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)&&(u=!0,d({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=_e(e);try{if(i("reconcile-devhints",()=>Kn(e)),m.status!=="current")if(Mt(e))d({kind:"note",tone:"warn",text:`\u{1F514} dev\u2194docs protocol updated to v${se}${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 _=Qn(e);_.length&&(d({kind:"note",tone:"warn",text:_.join(`
310
- `)}),jt(ct()),Qt.current=!1)}}catch{}try{let _=i("reconcile-feedback",()=>vh(e));_.archived>0&&d({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 y=i("ready-decision",()=>Jo(!0)),b=["/genre web","/genre cli","/genre service","/genre library"],R=_=>{let M=_;return u&&(M=[...b.filter(O=>!M.includes(O)),...M]),m.status!=="current"&&Mt(e)&&!M.includes("/devhints")&&(M=[...M,"/devhints"]),M};y.kind==="autoAudit"?(d({kind:"note",tone:"info",text:y.note}),dn().then(_=>{_.kind==="forward-to-agent"&&_.prompt&&re(_.prompt,{display:_.display,quietUser:!0})})):y.kind==="noDocs"?(d({kind:"note",tone:"info",text:y.note}),ue(y.ghost),Y(R(y.options)),y.title&&de(y.title)):y.kind==="actions"&&(d({kind:"note",tone:"info",text:y.note}),Y(R(y.options)),de(y.title));let T=Math.round(performance.now()-c);T>=800&&Ph({kind:"slow-launch",level:"transport",message:`Launch blocked the UI for ${T}ms \u2014 input is frozen until this finishes (s-228 class).`,detail:`${a.length?a.join(`
308
+ 3. I'll hand you a one-paste prompt for your builder \u2014 then just ask me to write the docs`;function ng(e,t,n,o){let r=ts(n),i=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)",c=ns(e),p=ee(e),g=(p?.docsDir??Fc).replace(/\/+$/,""),y=p?.mode==="engineer"?"engineer \xB7 full source access (dogfooding)":`writer \xB7 edits limited to ${g}/ + config`,k={version:t,claude:i,model:c.model??"Claude Code default model",modelSource:tg[c.source],who:null,sessionHint:null,profile:"\u2014",apiUrl:"\u2014",project:"\u2014",cwd:e,prod:!1,loggedOut:!0,configured:p!==null,mode:y};if(p===null)return k;try{let D=ye(e,o);k.profile=D.name,k.apiUrl=D.connection.apiUrl,k.prod=D.production,k.project=D.project.projectName??D.project.projectId??"(chosen at login)";let x=mt(D.name);if(x){let R={...Ht(x.idToken)??{},...Ht(x.accessToken)??{}},C=R.email??R.preferred_username??"signed in";Xe(x)?x.refreshToken&&(k.who=C,k.loggedOut=!1,k.sessionHint="session expired \u2014 refreshing\u2026"):(k.who=C,k.loggedOut=!1,k.sessionHint=`session valid until ${new Date(x.expiresAt).toLocaleString(void 0,{hour:"2-digit",minute:"2-digit",day:"2-digit",month:"short"})}`)}}catch{}return k}function og(e,t){try{let n=ye(e,t),o=mt(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)??{}},i=r.email??r.preferred_username??"signed in";return Xe(o)&&!o.refreshToken?{text:`profile "${n.name}" \u2014 session expired (/login)`,prod:n.production}:{text:`${i} \xB7 profile "${n.name}"`,prod:n.production}}catch(n){return{text:n.message.split(".")[0],prod:!1}}}var Uc=["Drafting","Composing","Outlining","Researching","Documenting","Structuring","Polishing","Synthesizing","Curating","Distilling","Weaving","Wrangling","Pondering"],qt=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],rg="Ask me to write or update an article\u2026";function vn({ch:e,dim:t}){let[n,o]=W(!0);return ke(()=>{let r=setInterval(()=>o(i=>!i),530);return()=>clearInterval(r)},[]),E(j,{inverse:n,color:t&&!n?"gray":void 0,children:e})}var ig=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Wc(e){let t=e.match(/^---\r?\n[\s\S]*?\r?\n---\r?\n/);return t?e.slice(t[0].length):e}var sg=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function ag({startTime:e,chars:t}){let[n,o]=W(0);ke(()=>{let g=setInterval(()=>o(y=>y+1),120);return()=>clearInterval(g)},[]);let r=qt[n%qt.length],i=Uc[Math.floor(n/16)%Uc.length],c=Math.floor((Date.now()-e)/1e3),p=Math.round(t/4);return B(te,{children:[E(j,{color:F,children:` ${r} ${i}\u2026 `}),E(j,{color:"gray",children:`(${ln(c)} \xB7 ~${p} tokens \xB7 esc to interrupt)`})]})}function lg({text:e}){let[t,n]=W(0);return ke(()=>{let o=setInterval(()=>n(r=>r+1),120);return()=>clearInterval(o)},[]),E(te,{paddingX:1,children:E(j,{color:F,children:`${qt[t%qt.length]} ${e}`})})}var cg=12e4;function ug({p:e}){let[t,n]=W(0);ke(()=>{let N=setInterval(()=>n(O=>O+1),150);return()=>clearInterval(N)},[]);let o=qt[t%qt.length],r=Math.floor((Date.now()-e.startedAt)/1e3),i=Math.floor((Date.now()-e.lastAt)/1e3),c=Math.round(e.chars/4),p=Date.now()-e.lastAt>=cg,g=e.verb??"Converting",y=e.unit??"article",k=e.rows.reduce((N,O)=>N+O.items,0),D=g.toLowerCase(),x=e.rows,R=0;if(x.length>Wo){let N=x.findIndex(K=>K.status==="active"||K.status==="pending"),O=Math.max(0,Math.min(N-2,x.length-Wo));R=x.slice(0,O).filter(K=>K.status==="done").length,x=x.slice(O,O+Wo)}let C=Math.min(40,Math.max(...x.map(N=>zi(N.label).length),0)),S=N=>N==="failed"?"red":N==="active"?F:void 0;return B(te,{flexDirection:"column",children:[B(te,{children:[E(j,{color:F,children:` ${o} ${g} ${k} ${y}${k===1?"":"s"} `}),E(j,{color:"gray",children:`\xB7 ${e.done}/${e.total} \xB7 ${e.tools} tool call${e.tools===1?"":"s"} \xB7 ~${c} tokens \xB7 ${ln(r)} \xB7 esc to stop`})]}),R>0&&E(j,{dimColor:!0,children:` \u2714 +${R} done`}),x.map(N=>B(j,{color:S(N.status),dimColor:N.status==="done"||N.status==="pending",children:[` ${mc[N.status]} ${zi(N.label).padEnd(C)}`,N.status==="active"&&N.itemsDone!==void 0?` (${N.itemsDone}/${N.items} ${y}${N.items===1?"":"s"})`:N.status!=="pending"?` (${N.items} ${y}${N.items===1?"":"s"})`:"",N.status==="active"?` \u2190 ${D}\u2026`:""]},N.label)),p&&E(j,{color:"yellow",children:` \u26A0 no activity for ${ln(i)} \u2014 press esc to stop if it's wedged`})]})}var dg=10800*1e3;function Hc({cwd:e,auth:t,profileName:n,version:o}){let{exit:r}=uh(),[i,c]=W(n),[p,g]=W(null),[y,k]=W({text:"",pos:0}),D=y.text,x=V(l=>{k(a=>{let s=typeof l=="function"?l(a.text):l;return{text:s,pos:s.length}})},[]),R=V(l=>{k(a=>({text:a.text.slice(0,a.pos)+l+a.text.slice(a.pos),pos:a.pos+l.length}))},[]),C=V(()=>{k(l=>{if(l.pos===0)return l;let a=l.text.slice(0,l.pos),s=xc(a)??a.slice(0,-1);return{text:s+l.text.slice(l.pos),pos:s.length}})},[]),[S,N]=W(!1),[O,K]=W(!1),[ce,Z]=W(0),[de,Cn]=W(null),[Go,ss]=W(null),[Qe,Je]=W([]),Pn=J(!1),Yo=J(!1),[zo,as]=W(!1),Rn=J(0),[Xc,Tn]=W(!1),[Qc,Sn]=W(!1),[Ko,ls]=W(null),[Jc,ht]=W(0),Ze=J(0),[Bt,gt]=W(0),[wt,Dn]=W(null),cs=J(new Map),Zc=J(0),yt=J([]),be=J(null);be.current===null&&(be.current=Rc({cwd:e,profileName:i,allowProdWrites:!1}));let _e=J({uuid:null,firstPrompt:null,titleFired:!1}),jn=J(new Map),kt=J(!1),Xo=J([]),De=J([]),An=J(null),[us,et]=W(null),Qo=J(null),[tt,nt]=W(null),[Le,bt]=W(null),[We,xt]=W(null),[pe,$t]=W(null),[xe,ot]=W(null),[rt,vt]=W(null),[Fe,Ct]=W(null),[ds,Vt]=W(null),[$e,it]=W(null),[he,Pt]=W(null),[ps,Jo]=W([]),st=J([]),Gt=J(!1),ve=J(null),[En,ne]=W(null),[fs,ms]=W(null),In=J(!1),Nn=J(null),Yt=J(null),[Ce,at]=W(null),[Zo,zt]=W(null),[hs,Rt]=W(0),[gs,Tt]=W(0),[eu,ws]=W(0),er=Xi(()=>{try{return ns(e).model??"auto"}catch{return null}},[e,eu]),{stdout:je}=ph(),[,tu]=W(0),ys=J(`${je.columns??80}x${je.rows??24}`),He=V(()=>Math.max(20,(je.columns??80)-1),[je]),d=V(l=>{yt.current.push(l),console.log(jr(l,He()))},[He]),fe=V((l,a)=>{Rn.current++,Cn(l),ss(a??null)},[]),qe=V(()=>{Rn.current++,Cn(null),ss(null)},[]),Y=V(l=>fe(l,So({kind:"cmd",cmd:l,reason:""})),[fe]),ks=V((l,a)=>{!a?.silent&&l.note&&d({kind:"note",tone:l.tone,text:l.note}),l.picker&&(Je(l.picker.options.map(s=>({cmd:s.cmd,desc:s.desc}))),Vt(l.picker.title)),l.lead&&fe(l.lead.kind==="cmd"?l.lead.cmd:l.lead.text,So(l.lead))},[d,fe]),St=V((l,a,s="info")=>{l&&d({kind:"note",tone:s,text:l}),a&&fe(a.kind==="cmd"?a.cmd:a.text,So(a))},[d,fe]),[Kt,tr]=W(null),Dt=V(l=>{tr(l),d({kind:"note",tone:"info",text:"\u2328 Press c to copy the prompt above to your clipboard (then paste it into your coding agent)."})},[d]),nr=J(!1),or=V(async()=>{try{if(nr.current||!Yh(Gh())||ee(e)?.mode==="engineer")return;let l=await Vh({pkg:pt,currentVersion:o,force:!0});if(!l.updateAvailable||!l.latest)return;nr.current=!0,d({kind:"note",tone:"info",text:`\u2B06 Updating ${pt} ${l.current} \u2192 ${l.latest}\u2026 (wait for the \u2713 before you /exit)`}),Sn(!0),(await Co().finally(()=>Sn(!1))).ok?(d({kind:"note",tone:"ok",text:`\u2713 Updated to v${l.latest} \u2014 run /exit, then relaunch to apply.`}),Y("/exit"),ls(l.latest)):d({kind:"note",tone:"warn",text:`Update available (v${l.latest}) but auto-update failed \u2014 run: ${vo}`})}catch{}},[e,o,d,Y]),rr=V(l=>{let a=Me(e,i);return a.ok?!0:(d({kind:"note",tone:"warn",text:a.reason}),Yt.current=l,Y("/login"),!1)},[e,i,d,Y]),[ir,sr]=W(null),Xt=J(!0),_n=J(0),Qt=J(0);ke(()=>{let l=setInterval(()=>{if(Xt.current){_n.current=0,Qt.current=0;return}if(!S)try{if(!xn(Ic(e)))return;if(Te(e).status==="current"){Xt.current=!0,_n.current=0,Qt.current=0,d({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."}),tr(null),fe("write the docs for this repo");return}_n.current+=1;let a=_n.current;if((a===4||a%15===0)&&Qt.current<3){Qt.current+=1;let s=Qt.current===3?" (I'll stay quiet now \u2014 type anything to continue.)":"";d({kind:"note",tone:"info",text:Oe(e)?`\u{1F440} Your builder is working on the architecture brief \u2014 I'll continue automatically when it finishes.${s}`:`\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.${s}`})}}catch{}},4e3);return()=>clearInterval(l)},[e,S,d]),ke(()=>{let l=us??$n(e);if(!S){_o(0),Ft(`${Oo} ${l}`);return}_o(3);let a=0;Ft(`${Lo[0]} ${l}`);let s=setInterval(()=>{a=(a+1)%Lo.length,Ft(`${Lo[a]} ${l}`)},400);return()=>clearInterval(s)},[S,e,us]),ke(()=>()=>_o(0),[]);let Jt=V(l=>{let a=kn(e,i,{claudeMissing:ts(t).state==="missing",allowAutoAudit:l,genreUnknown:Yo.current});return a?yn(a):{kind:"idle"}},[e,i,t]);ke(()=>{let l=performance.now(),a=[],s=(w,P)=>{let T=performance.now();try{return P()}finally{let z=Math.round(performance.now()-T);z>=80&&a.push(`${w}: ${z}ms`)}};d({kind:"banner",info:s("banner",()=>ng(e,o,t,i))});let h=ts(t).state==="missing";if(h&&d({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.
309
+ ${hh}
310
+ Run /doctor anytime to re-check and see the fix. (You can configure Document360 meanwhile \u2014 the agent just needs Claude before it writes.)`}),!ee(e)){d({kind:"note",tone:"info",text:`Welcome! This repo isn't set up for d360-writer yet \u2014 three steps and you're writing docs:
311
+ ${Mc}`}),Y(h?"/doctor":"/init");return}h&&Y("/doctor");try{let w=ye(e,i),P=mt(w.name);P&&Xe(P)&&P.refreshToken?kh({profile:w.name,connection:w.connection}).then(()=>{d({kind:"note",tone:"ok",text:"\u2713 Document360 session refreshed."}),Z(T=>T+1)}).catch(()=>{d({kind:"note",tone:"warn",text:"Document360 session refresh failed \u2014 sign in again with /login."}),Y("/login")}):(!P||Xe(P))&&(d({kind:"note",tone:"warn",text:`Profile "${w.name}" is not signed in \u2014 sign in with /login.`}),Y("/login"))}catch{}try{let w=ee(e),P=ye(e,i),T=mt(P.name);w&&T&&!Xe(T)&&Wi(e,w.authoritativeSourceFiles)&&!Fi(e,i)&&(d({kind:"note",tone:"info",text:"Large repo \u2014 the docs scope isn\u2019t set yet. Run /scope to choose which folders back your docs."}),Y("/scope"))}catch{}try{let w=s("resolve-genre",()=>Ah(e));w.persisted&&w.appType?d({kind:"note",tone:"ok",text:`\u2713 Detected a ${w.appType} app \u2014 enabled the ${w.appType}-doc-playbook (change with /genre, or edit .d360-writer/config.json).`}):w.source==="unknown"&&ee(e)&&(Yo.current=!0)}catch{}let u=Te(e);try{if(s("reconcile-devhints",()=>ro(e)),u.status!=="current"&&!Oe(e)){let w=io(e);w.length&&(d({kind:"note",tone:"warn",text:w.join(`
312
+ `)}),Dt(ct()),Xt.current=!1)}}catch{}try{let w=s("reconcile-feedback",()=>Kh(e));w.archived>0&&d({kind:"note",tone:"ok",text:`\u2713 Tidied ${w.archived} resolved item${w.archived===1?"":"s"} from your tool feedback (now fixed in d360-writer) \u2192 moved to .d360-writer/tool-feedback-archived.md${w.open>0?`; ${w.open} still open`:""}.`})}catch{}let m=s("ready-decision",()=>Jt(!0));m.kind==="autoAudit"?(d({kind:"note",tone:"info",text:m.note}),dn().then(w=>{w.kind==="forward-to-agent"&&w.prompt&&re(w.prompt,{display:w.display,quietUser:!0})})):m.kind==="recommend"&&ks(m.rec);let b=Math.round(performance.now()-l);b>=800&&Qh({kind:"slow-launch",level:"transport",message:`Launch blocked the UI for ${b}ms \u2014 input is frozen until this finishes (s-228 class).`,detail:`${a.length?a.join(`
311
313
  `):"no single phase \u226580ms"}
312
- cwd: ${e}`}),zo()},[]),ke(()=>{let c=setInterval(()=>{zo()},Uh);return()=>clearInterval(c)},[zo]),ke(()=>{if(S||Je.length>0||Lo)return;let c=Jo(!1);(c.kind==="actions"||c.kind==="noDocs")&&(Y(c.options),de(c.title??null))},[S,Je,fe,Jo,Lo]),ke(()=>{let c=null,a=null,i=()=>{c&&clearTimeout(c),c=setTimeout(()=>{c=null;let h=`${De.columns??80}x${De.rows??24}`;h!==si.current&&(si.current=h,Uc(u=>u+1),a&&clearTimeout(a),a=setTimeout(()=>{a=null,console.log("\x1B[?2026h\x1B[H\x1B[2J"+aa(bt.current,qe())+"\x1B[?2026l")},80))},400)};return De.on("resize",i),()=>{c&&clearTimeout(c),a&&clearTimeout(a),De.off("resize",i)}},[De,qe]);let je=Math.max(20,(De.columns??80)-1),ii=Ls(()=>Ah(e,s),[e,s,fe]),Zo=(()=>{if(_c)return{text:"\u23F3 Update in progress \u2014 please don\u2019t close this window\u2026",isSetup:!0};if(Mo!==null)return{text:`Update ready \u2014 run /exit, then relaunch to apply${Mo?` v${Mo}`:""}\u2026`,isSetup:!0};let c=Z(e);if(!c)return{text:"Press 1 to set up this repo, or /help\u2026",isSetup:!0};let a=ht(e,(c.docsDir??yn).replace(/\/+$/,"")),i=(()=>{try{return Ke(a)&&Oo(a).length>0}catch{return!1}})();try{let h=pe(e,s),u=Qe(h.name);if(!(!!u&&!(Ue(u)&&!u.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&&!i)return{text:"Press 1 to pick a workspace\u2026",isSetup:!0}}catch{}return i?{text:Eh,isSetup:!1}:Yo?{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}})(),Zt=ql(A),ai=Zt.length>0&&!S,er=p!==null?ac(p,8,je):null,Tn=$e?$e.paths.filter(c=>!$e.query||c.toLowerCase().includes($e.query.toLowerCase())).slice(0,8):[],Sn=Ce?Ce.sessions.filter(c=>{let a=Ce.query.toLowerCase();return!a||c.name.toLowerCase().includes(a)||c.firstPrompt.toLowerCase().includes(a)}).slice(0,8):[],we=z((c,a)=>{be.current?.close(),be.current=cc({cwd:e,resume:c,profileName:a??s,allowProdWrites:xt.current}),c||(Ne.current={uuid:null,firstPrompt:null,titleFired:!1},et(null)),St(0),Dt(0)},[e,s]),li=z((c,a,i)=>{if(Nh.test(c))try{let h=pe(e,s),u=typeof a.project_id=="string"&&a.project_id||h.project.projectId,m=$o(a,i),y=[],b=vo(i);c.endsWith("publish_article")&&b&&y.push(`Live: ${b}`),m&&u&&y.push(`Preview: ${xo(h.connection.portalUrl,u,m,h.project.languageCode??"en")}`),y.length>0&&d({kind:"link",lines:y})}catch{}},[e,s,d]),re=z(async(c,a)=>{kn(!0),ue(null),Y([]),de(null),Go(null),Qo(null);let i=++gt.current;a?.quietUser||d({kind:"user",text:a?.echoDisplay&&a.display?a.display:c});let h=Ne.current;h.firstPrompt||(h.firstPrompt=a?.display??c),Ze.current=Date.now(),wt(0),I(!0),$n.current.clear();let u="",m=!1,y=!1,b="",R={num:0,closed:!1,cueSeen:!1},T=null,_=()=>{T||(T=setTimeout(()=>{T=null,g(b.length>0?b:null)},60))},M=()=>{T&&clearTimeout(T),T=null,g(null)},O=()=>{if(b.trim()){let v=Es(b.trimEnd(),R);d({kind:"assistant",text:v})}b="",M()};try{for await(let v of be.current.send(c))if(v.type==="session"){if(!h.uuid){h.uuid=v.sessionId;let D=new Date().toISOString(),F=Fo.current,K=F??eh(h.firstPrompt??"session");th({uuid:v.sessionId,name:K,renamed:!!F,titled:!1,cwd:e,firstPrompt:h.firstPrompt??"",createdAt:D,updatedAt:D}),et(K),Fo.current=null}}else if(v.type==="text"){b+=v.delta,u+=v.delta;let D=lc(b);if(D>0){let F=b.slice(0,D).trimEnd();F&&d({kind:"assistant",text:Es(F,R)}),b=b.slice(D)}_(),wt(F=>F+v.delta.length)}else if(v.type==="tool"){m=!0;let D=ko(v.name,v.input);D&&(O(),d({kind:"tool",title:D.title,sep:D.sep,arg:D.arg}),$n.current.set(v.id,{name:v.name,input:v.input}))}else if(v.type==="article_diff"){let D=dt(v.oldContent,v.newContent,qe());D&&(O(),d({kind:"diff",added:D.added,removed:D.removed,lines:D.lines,hidden:D.hidden}))}else if(v.type==="tool_result"){v.isError&&/run \/login|not logged in|session expired|rejected the token/i.test(v.output)&&(Cn.current=!0);let D=$n.current.get(v.id);if(D){$n.current.delete(v.id),O();let F=bo(v.output,4,v.isError?void 0:D.name,D.input);d({kind:"tool-result",lines:F.lines,hidden:F.hidden,isError:v.isError}),v.isError||li(D.name,D.input,v.output)}}else if(v.type==="result"){if(O(),St(D=>D+v.outputTokens),Dt(D=>D+v.costUsd),d({kind:"done",seconds:Math.round((Date.now()-Ze.current)/1e3),tokens:v.outputTokens,costUsd:v.costUsd,ok:v.ok}),!y&&!m&&!u.trim()&&!zt.current&&d({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(u))try{let D=$h(e);if(Ke(D)){let F=Ms(D,"utf8").trim();F&&(Qo(F),d({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{}if(v.ok&&R.cueSeen)zs(!0),Y([]);else{let D=v.ok?Vl(u,To.map(F=>F.name)):[];D.length>0?Y(D):v.ok&&u.trim()&&sh(c,u,e).then(F=>{F&&gt.current===i&&ue(F)}).catch(()=>{})}if(h.uuid&&(Us(h.uuid),!h.titleFired)){h.titleFired=!0;let D=h.uuid,F=h.firstPrompt;F&&uc(F,e).then(K=>{K&&(Zm(D,K),et(K))}).catch(()=>{})}}else v.type==="error"&&(O(),y=!0,v.kind==="auth"&&(Cn.current=!0),d({kind:"note",text:`agent error: ${v.message}`,tone:"error"}))}finally{I(!1),M(),oe(v=>v+1),Ne.current.uuid&&Ul(e,Ne.current.uuid,bt.current),Cn.current&&(Cn.current=!1,Pn.current=a?.display??c,Y(["/login"])),zt.current&&(zt.current=!1,it.current.length>0&&(d({kind:"note",tone:"info",text:`(${it.current.length} queued message(s) discarded)`}),it.current=[],Ho([])),d({kind:"note",tone:"warn",text:"Interrupted. What do you want to do next?"}))}},[e,d,li,qe]),Dn=z(async c=>{let a=Ws(c),i=No(e,"standard");Ze.current=Date.now(),wt(0),I(!0);let h=new AbortController;ve.current=h,te({verb:"Publishing",total:a.length,done:0,active:[],rows:gn(a),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Publishing ${c.length} article${c.length===1?"":"s"} across ${a.length} partition${a.length===1?"":"s"} (\u2264${cn} agents at once) on ${i.model}\u2026 (esc to stop)`});try{for await(let u of Eo({cwd:e,partitions:a,promptFor:m=>oo(m.paths),concurrency:cn,profileName:s,allowProdWrites:xt.current,model:i.model,signal:h.signal}))if(u.type==="partition_status")u.status==="running"?te(m=>m&&{...m,active:[...m.active,u.label],rows:Le(m.rows,u.label,"active"),lastAt:Date.now()}):te(m=>m&&{...m,active:m.active.filter(y=>y!==u.label),done:m.done+1,rows:Le(m.rows,u.label,u.status==="done"?"done":"failed"),lastAt:Date.now()});else if(u.type==="partition_event")te(m=>{if(!m)return m;let y={...m,lastAt:Date.now()};return u.event.type==="tool"?y.tools=m.tools+1:u.event.type==="text"&&(y.chars=m.chars+u.event.delta.length),y});else if(u.type==="run_done"){Dt(R=>R+u.totalCostUsd),St(R=>R+u.results.reduce((T,_)=>T+_.outputTokens,0));let m=u.aborted?"Stopped. ":"",y=t.kind==="api"?"api":"subscription";d({kind:"note",tone:u.aborted?"warn":u.ok?"ok":"warn",text:m+Tr(u.results,a,y).join(`
313
- `)});let b=Rr(e,s);if(b&&d({kind:"note",tone:"info",text:b}),!u.aborted){try{let R=await gc({cwd:e,profileName:s}),T=wc(R);T?d({kind:"note",tone:"info",text:T}):R.skipped&&d({kind:"note",tone:"warn",text:`Order sync skipped: ${R.skipped}`})}catch(R){d({kind:"note",tone:"warn",text:`Order sync failed: ${R.message}`})}try{let R=kc(await yc({cwd:e,profileName:s}));R&&d({kind:"note",tone:"info",text:R})}catch(R){d({kind:"note",tone:"warn",text:`Related-articles sync failed: ${R.message}`})}}}}catch(u){d({kind:"note",tone:"error",text:`Publish run failed: ${u.message}`})}finally{ve.current=null,te(null),I(!1),oe(u=>u+1)}},[e,s,d,t]),tr=z(async c=>{await re(Pr(c),{display:`/publish ${c}`,quietUser:!0});try{let a=await ro(e,s,c.replace(/\\/g,"/"));a.length>0&&(de(`Related articles not yet published (${a.length}):`),Y([`/publish --related ${c}`,...a.map(i=>`/publish ${i}`)]))}catch{}},[e,s,re]),nr=z(c=>{let a=Qe(c);if(!a||Ue(a)&&!a.refreshToken)return null;let i={...Yt(a.idToken)??{},...Yt(a.accessToken)??{}};return i.email??i.preferred_username??"signed in"},[]),or=z((c,a)=>{if(a){let i=Z(e);i&&(i.defaultProfile=c,dc(i,e))}l(c),we(void 0,c),d({kind:"note",tone:"ok",text:`\u2713 Switched to profile "${c}"${a?" (saved as default)":" (this session only)"} \u2014 agent restarted.`}),nr(c)||(d({kind:"note",tone:"warn",text:`Profile "${c}" is not signed in \u2014 do you want to log in now? (press 1)`}),Y(["/login"])),oe(i=>i+1)},[e,d,we,nr]),jn=z((c,a,i)=>{Un(e,c,a,i.id,i.name),d({kind:"note",tone:"ok",text:`Switched to workspace "${i.name??i.id}" (agent restarted).`}),we(),_o(e,c)||(d({kind:"note",tone:"ok",text:"\u2713 Connected. Configuration is done \u2014 one important step remains."}),d({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:"}),d({kind:"note",tone:"info",text:Ut(Lt(e)).join(`
314
- `)}),jt(ct()),Qt.current=_e(e).status==="current"||Mt(e),d({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,d,we,jt]),An=z(async c=>{let a;try{a=await nn(e,c)}catch{d({kind:"note",tone:"info",text:"Next: pick a workspace \u2014 run /workspace."}),Y(["/workspace"]);return}if(a.workspaces.length===0){d({kind:"note",tone:"warn",text:"This project has no workspaces yet. Create one in Document360, then run /workspace."});return}let i=a.workspaces.filter(u=>(u.workspace_type??"").toLowerCase()!=="apidocumentation"),h=i.length>0?i:a.workspaces;if(h.length===1){let u=h[0],m=a.workspaces.length-h.length;d({kind:"note",tone:"ok",text:`Selected the "${u.name??u.id}" workspace${m>0?" (skipped the API-documentation workspace)":""}.`}),jn(a.profile,a.projectId,u);return}d({kind:"note",tone:"info",text:`Next: pick the workspace your articles publish to (${h.length} available).`}),Y(["/workspace"])},[e,d,jn]),En=z((c,a)=>{Wn(e,c,a.id,a.name),d({kind:"note",tone:"ok",text:`Project set to "${a.name??a.id}" (agent restarted).`}),we(),An(c)},[e,d,we,An]),ci=z(async c=>{let a;try{a=pe(e,c)}catch{return}if(!a.project.workspaceId){if(a.project.projectId){if(!a.project.projectName)try{let{projects:i}=await Ge(e,a.name),h=i.find(u=>u.id===a.project.projectId);h?.name&&Ch(e,a.name,{projectName:h.name})}catch{}await An(a.name);return}try{let{projects:i}=await Ge(e,a.name);if(i.length===1){let h=i[0];d({kind:"note",tone:"ok",text:`Using your Document360 project "${h.name??h.id}".`}),En(a.name,{id:h.id,name:h.name});return}if(i.length>1){let h=i.map(u=>({id:u.id,name:u.name??u.id,sub:u.sub_domain}));d({kind:"note",tone:"info",text:"Which Document360 project should these docs publish to?"}),ot({cursor:0,current:-1,rows:h,profile:a.name,environment:a.connection.name});return}}catch{}d({kind:"note",tone:"info",text:"Next: pick the Document360 project \u2014 run /project."}),Y(["/project"])}},[e,d,An,En]),Nn=z(()=>{let c=We.current[0];if(!c)return;d({kind:"note",tone:"info",text:`\u25CF ${c.title} (${c.path})`});for(let i of c.notes)d({kind:"note",tone:"warn",text:`\u26A0 ${i}`});c.overwritesLocalChanges&&d({kind:"note",tone:"warn",text:"\u26A0 This OVERWRITES local edits made since the last sync."});let a=dt(c.oldContent,c.newContent,qe());d(a?{kind:"diff",added:a.added,removed:a.removed,lines:a.lines,hidden:a.hidden}:{kind:"note",tone:"info",text:"Local file already matches the remote content \u2014 applying only advances the sync base."}),d({kind:"note",tone:"info",text:`Write ${c.path}? (y/n \u2014 anything else cancels)`})},[d,qe]),ui=z(c=>{if(We.current.length===0)return!1;let a=c.trim().toLowerCase();if(a==="y"||a==="yes"){let i=We.current.shift();try{ah({cwd:e,profileName:s},i),d({kind:"note",tone:"ok",text:`\u2713 Pulled ${i.path} (sync base advanced).`}),We.current.length===0&&Y(h=>h.length>0?h:["/pull"])}catch(h){d({kind:"note",tone:"error",text:`Pull failed: ${h.message}`})}}else if(a==="n"||a==="no"){let i=We.current.shift();d({kind:"note",tone:"info",text:`Skipped ${i.path}.`})}else{let i=We.current.length;return We.current=[],d({kind:"note",tone:"info",text:`Pull cancelled (${i} article(s) left untouched).`}),!0}return Nn(),!0},[e,s,Nn,d]),di=z(c=>{let a=Wo.current;if(!a)return!1;if(Wo.current=null,ue(null),gt.current++,c.trim()!==a.repoName)return d({kind:"note",tone:"warn",text:"Reset cancelled \u2014 nothing deleted."}),!0;let{removed:i,failed:h}=$s(e,a.targets);d({kind:"note",tone:h.length?"warn":"ok",text:`\u2713 Reset complete \u2014 removed ${i.length} item${i.length===1?"":"s"}. The repo is back to its original state.`});for(let u of h)d({kind:"note",tone:"error",text:` \u2717 ${u.path}: ${u.error}`});return a.hadDevhints&&(d({kind:"note",tone:"warn",text:Jn().join(`
315
- `)}),jt(pr())),d({kind:"note",tone:"info",text:`Clean slate \u2014 set up d360-writer again whenever you're ready:
316
- ${bc}`}),Y(["/init"]),kn(!1),!0},[e,d,jt]),In=z(async c=>{let a=c.slice(1).trim().split(/\s+/),i=(a[0]??"").toLowerCase(),h=a.slice(1);if(kn(!0),lo(h)&&["write","check","review","reorder"].includes(i)){let u=Fr(e,s);if(u.length===0){d({kind:"note",tone:"warn",text:"No categories yet \u2014 author some articles first, then scope to one."});return}let m=y=>i==="write"?`/write ${Ta(h,y).join(" ")}`.trim():`/${i} ${[y,...h.filter(b=>b!=="--scope")].join(" ")}`.trim();if(u.length===1){In(m(u[0].token));return}Rt({cursor:0,rows:u,run:y=>{In(m(y))}});return}switch(i){case"help":Kt({tab:0});return;case"exit":case"quit":be.current?.close(),r();return;case"clear":we(),bt.current=[],kn(!1),ue(null),gt.current++,d({kind:"note",tone:"info",text:"Conversation reset (the previous session is still resumable via /resume)."});return;case"login":{let u;try{u=pe(e,s)}catch(m){d({kind:"note",tone:"error",text:m.message});return}d({kind:"note",tone:"info",text:`Profile "${u.name}" \u2192 ${u.connection.name} (${u.connection.apiUrl})${u.production?" \u26A0 PRODUCTION":""}`}),J(!0);try{let m=await Ym(u.connection,{promptForRedirect:()=>Promise.reject(new Error("Manual login is CLI-only. Run: d360-writer login --manual"))},b=>d({kind:"note",tone:"info",text:b})),y=Gm(u.name,m);if(Vm(y),await ar(y,u.name,b=>d({kind:"note",tone:"info",text:b})),d({kind:"note",tone:"ok",text:`\u2713 Logged in to "${u.name}" as ${qn(y)}`}),await ci(s),Xt.current){let b=Xt.current;Xt.current=null;let R=Oe(e,s);R.ok?(d({kind:"note",tone:"ok",text:`\u2713 Signed into the right project \u2014 press 1 to run ${b}.`}),Y([b])):(d({kind:"note",tone:"warn",text:`${R.reason} (then ${b}.)`}),Y(["/login"]),Xt.current=b)}else Pn.current&&(ue(Pn.current),Pn.current=null,d({kind:"note",tone:"info",text:"Press tab to re-send your last prompt."}))}catch(m){d({kind:"note",tone:"error",text:`Login failed: ${m.message}`})}finally{J(!1),oe(m=>m+1)}return}case"allow-prod":{let u=!1;try{u=pe(e,s).production}catch{}if(!u){d({kind:"note",tone:"info",text:"Current profile is not production \u2014 writes are already allowed."});return}xt.current=!0,we(),d({kind:"note",tone:"warn",text:"\u26A0 Production writes authorized for this session."});return}case"rename":{let u=rs(h.join(" ")),m=Ne.current.uuid;if(!m){if(!u){d({kind:"note",tone:"info",text:"Usage: /rename <name>"});return}Fo.current=u,et(u),Bt(`${Ro} ${u}`),d({kind:"note",tone:"ok",text:`Session will be named "${u}" once it starts.`});return}if(!u){d({kind:"note",tone:"info",text:"Thinking of a name\u2026"});let y=Ne.current.firstPrompt??"";uc(y,e).then(b=>{b?(ue(`/rename ${b}`),d({kind:"note",tone:"info",text:`Suggestion: "${b}" \u2014 press tab to accept, or type /rename <your name>.`})):d({kind:"note",tone:"info",text:"Usage: /rename <name>"})}).catch(()=>d({kind:"note",tone:"info",text:"Usage: /rename <name>"}));return}rh(m,u),et(u),Bt(`${Ro} ${u}`),d({kind:"note",tone:"ok",text:`Session renamed to "${u}".`});return}case"profile":{let u=h[0],m=Z(e);if(!u){let y=Object.entries(m?.profiles??{});if(y.length===0){d({kind:"note",tone:"info",text:"No profiles. Run /init first."});return}let b=y.map(([_,M])=>({name:_,env:M.connection?.environment??"custom",prod:M.production===!0,who:nr(_)})),R=s??m?.defaultProfile,T=Math.max(0,b.findIndex(_=>_.name===R));$t({cursor:T,current:T,rows:b});return}if(u==="add"){let y=ss(e,h[1],h[2]);if(y){d({kind:"note",tone:"error",text:y});return}d({kind:"note",tone:"ok",text:`\u2713 Profile "${h[1]}" created (environment: ${h[2]??h[1]}).`}),or(h[1],!1);return}if(!m?.profiles?.[u]){d({kind:"note",tone:"error",text:`Unknown profile "${u}". Create it: /profile add ${u} <environment>`});return}or(u,!0);return}case"doctor":await fn(h,{cwd:e});return;case"mcp":await to(h);return;case"init":{if(Z(e)){d({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 u=mh().map(m=>({name:m,apiUrl:hh(m).apiUrl}));vt({cursor:0,rows:u});return}case"resume":{let u=h.join(" ").trim(),m=oh(e).filter(R=>R.uuid!==Ne.current.uuid);if(!u){if(!m.length){d({kind:"note",tone:"info",text:"No saved sessions for this repo yet."});return}at({query:"",cursor:0,sessions:m});return}let y=nh(e,u);if(!y){d({kind:"note",tone:"error",text:`No session matches "${u}".`});return}we(y.uuid),Ne.current={uuid:y.uuid,firstPrompt:y.firstPrompt,titleFired:!0},et(y.name),Us(y.uuid),bt.current=[];let b=Ns(e,y.uuid);for(let R of b)d(R);d({kind:"note",tone:"ok",text:b.length?`Resumed "${y.name}" \u2014 restored ${b.length} message(s); continue where you left off.`:`Resumed "${y.name}" (agent memory reconnected; no saved transcript to replay).`});return}case"workspace":{let u=h.join(" ").trim(),m;try{m=await nn(e,s)}catch(b){d({kind:"note",tone:"error",text:`Could not list workspaces: ${b.message}`});return}if(!u){let b=m.workspaces.map(T=>({id:T.id,name:T.name??T.id,type:T.workspace_type}));if(b.length===0){d({kind:"note",tone:"info",text:"No workspaces in this project."});return}let R=Math.max(0,b.findIndex(T=>T.id===m.current));Ct({cursor:R,current:R,rows:b,profile:m.profile,projectId:m.projectId,projectName:m.projectName,environment:m.environment});return}let y=sr(m.workspaces,u);if(!y){d({kind:"note",tone:"error",text:`No workspace matches "${u}".`});return}jn(m.profile,m.projectId,y);return}case"project":{let u=h.join(" ").trim(),m;try{m=await Ge(e,s)}catch(b){d({kind:"note",tone:"error",text:`Could not list projects: ${b.message} (signed in? try /login)`});return}if(!u){let b=m.projects.map(T=>({id:T.id,name:T.name??T.id,sub:T.sub_domain}));if(b.length===0){d({kind:"note",tone:"info",text:"No projects found for this identity."});return}let R=b.findIndex(T=>T.id===m.current);ot({cursor:Math.max(0,R),current:R,rows:b,profile:m.profile,environment:m.environment});return}let y=ir(m.projects,u);if(!y){d({kind:"note",tone:"error",text:`No project matches "${u}". Available: ${m.projects.map(b=>b.name??b.id).join(", ")}`});return}En(m.profile,y);return}case"logout":{let u;try{u=pe(e,s).name}catch(y){d({kind:"note",tone:"error",text:y.message});return}let m=Qm(u);Jm(e,u),we(),oe(y=>y+1),d({kind:"note",tone:m?"ok":"info",text:m?`\u2713 Signed out of "${u}" and cleared its project/workspace selection.`:`Profile "${u}" was not signed in. Cleared any project/workspace selection.`}),d({kind:"note",tone:"info",text:"Run /login to sign in and pick a project."}),Y(["/login"]);return}case"publish":{if(!Xo(c.trim()))return;if(h[0]==="--related"&&h[1]){let m=await ro(e,s,h[1].replace(/\\/g,"/"));if(m.length===0){d({kind:"note",tone:"ok",text:"\u2713 All related articles are already published."});return}await Dn(m);return}if(h[0]&&h[0]!=="--all"){await tr(h[0]);return}let u=h[0]==="--all";d({kind:"note",tone:"info",text:"Checking what needs publishing\u2026"});try{let m=await pc({cwd:e,profileName:s}),y=un(m.entries),b=no(m.entries);if(b>0&&d({kind:"note",tone:"warn",text:`\u26A0 ${b} article${b===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.`}),y.length===0){d({kind:"note",tone:"ok",text:b>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&&d({kind:"note",tone:"info",text:`(${R} article(s) have no sync base yet \u2014 publish those by path if needed.)`}),ti("Reconciling structure on Document360 (order + related articles)\u2026");try{let T=await gc({cwd:e,profileName:s}),_=kc(await yc({cwd:e,profileName:s})),M=wc(T);M?d({kind:"note",tone:"info",text:M}):T.skipped&&d({kind:"note",tone:"warn",text:`Order sync skipped: ${T.skipped}`}),_&&d({kind:"note",tone:"info",text:_}),d({kind:"note",tone:"ok",text:M||_?"\u2713 Structure synced to Document360.":"\u2713 Already in order \u2014 nothing to change."}),de(null),Y([{cmd:"/structure",desc:"see the new category + article order"}])}catch(T){d({kind:"note",tone:"warn",text:`Structure sync failed: ${T.message}`})}finally{ti(null)}return}if(u){await Dn(y.map(R=>R.path));return}Pt({cursor:0,rows:ma(y)})}catch(m){d({kind:"note",tone:"error",text:`Could not compute sync status: ${m.message}`}),d({kind:"note",tone:"info",text:"Publish a specific article: /publish <article-path>"})}return}case"preview":{let u=h.join(" ").trim();if(!u){let y=[];try{y=Object.keys(_o(e,pe(e,s).name)?.articles??{})}catch{}if(y.length===0){d({kind:"note",tone:"info",text:"No tracked articles to pick from yet. Usage: /preview <path-to.md | article-id>"});return}st({query:"",cursor:0,paths:y});return}let m=qm(u)?u:ht(e,u);if(Ke(m)){try{d({kind:"preview",name:wn(m),text:$c(Ms(m,"utf8"))})}catch(y){d({kind:"note",tone:"error",text:`Could not read ${m}: ${y.message}`})}return}if(Ih.test(u)){try{let y=pe(e,s),b={profile:y.name,connection:y.connection},R=y.project.projectId??Xm(b),T=await Km(b,R,u);d({kind:"preview",name:T.title??u,text:T.content??"*(article has no content)*"})}catch(y){d({kind:"note",tone:"error",text:`Could not fetch article: ${y.message}`})}return}d({kind:"note",tone:"error",text:`"${u}" is neither a file (relative to ${e}) nor an article id.`});return}case"model":{let u=h[0]?.trim();if(!u){let R=uo(qs(e));nt({cursor:R,current:R});return}let{lines:m,changed:y,effective:b}=pn(e,u);for(let R of m)d({kind:"note",tone:R.startsWith("\u26A0")?"warn":R.startsWith("\u2713")?"ok":"info",text:R});y&&(ri(R=>R+1),be.current?.setModel(b));return}case"convert":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{scope:u,run:m}=Ir(h),y=yh(e,s);if(y.length===0){d({kind:"note",tone:"error",text:"No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert."});return}let b=_r(y,u);if(b.length===0){d({kind:"note",tone:"error",text:`No tracked articles under "${u}". (${y.length} are tracked overall.)`});return}let R=Ws(b),T=3,_=`/convert${u?` --scope ${u}`:""} --run`,M=No(e,"light");if(!m){let v=mc({files:Or(e,b),op:"convert",model:M.model}),D=u?`Scope: ${u} (${b.length} of ${y.length} tracked)
317
- `:"",F=`
318
- Model: ${M.model}${M.forced?" (forced)":" \u2014 mechanical work; /model to override"}`;d({kind:"note",tone:"info",text:D+Mr(R,v,T).join(`
319
- `)+F}),Y([_]);return}Ze.current=Date.now(),wt(0),I(!0);let O=new AbortController;ve.current=O,te({verb:"Converting",total:R.length,done:0,active:[],rows:gn(R),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Converting ${b.length} articles across ${R.length} partitions (\u2264${T} agents at once) on ${M.model}\u2026 (esc to stop)`});try{for await(let v of Eo({cwd:e,partitions:R,promptFor:Lr,concurrency:T,profileName:s,allowProdWrites:xt.current,model:M.model,signal:O.signal}))if(v.type==="partition_status")v.status==="running"?te(D=>D&&{...D,active:[...D.active,v.label],rows:Le(D.rows,v.label,"active"),lastAt:Date.now()}):te(D=>D&&{...D,active:D.active.filter(F=>F!==v.label),done:D.done+1,rows:Le(D.rows,v.label,v.status==="done"?"done":"failed"),lastAt:Date.now()});else if(v.type==="partition_event")te(D=>{if(!D)return D;let F={...D,lastAt:Date.now()};return v.event.type==="tool"?F.tools=D.tools+1:v.event.type==="text"&&(F.chars=D.chars+v.event.delta.length),F});else if(v.type==="run_done"){Dt(K=>K+v.totalCostUsd),St(K=>K+v.results.reduce((Be,Et)=>Be+Et.outputTokens,0));let D=v.aborted?"Stopped. ":"",F=t.kind==="api"?"api":"subscription";d({kind:"note",tone:v.aborted?"warn":v.ok?"ok":"warn",text:D+Ur(v.results,R,F).join(`
320
- `)})}}catch(v){d({kind:"note",tone:"error",text:`Convert run failed: ${v.message}`})}finally{ve.current=null,te(null),I(!1),oe(v=>v+1)}return}case"write":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let u=hc(e);if(u.length===0){d({kind:"note",tone:"error",text:"No docs plan found (.d360-writer/plan.json). Analyze the repo and propose a structure first \u2014 try: analyze this repo and propose a docs structure."});return}let{scope:m,path:y,preview:b,concurrency:R,rewrite:T}=qr(h),{docsDir:_,targets:M,reason:O,rewriting:v}=Kr(e,u,{scope:m,path:y,rewrite:T});if(M.length===0){d({kind:"note",tone:"warn",text:O??"Nothing to write."});return}v&&d({kind:"note",tone:"warn",text:`--rewrite: regenerating ${M.length} already-written article${M.length===1?"":"s"} (overwrites them; git has your baseline).`});let D=Ws(M),F=Hr(R),K=No(e,"standard"),Be=!!y;if(b&&!Be){let V=mc({files:Yr(e,u,M),op:"write",model:K.model}),ne=m?`Scope: ${m} (${M.length} pending)
321
- `:"",ce=`
322
- Model: ${K.model}${K.forced?" (forced)":" \u2014 authoring; /model to override"}`;d({kind:"note",tone:"info",text:ne+Vr(D,V,F).join(`
323
- `)+ce}),Y([`/write${m?` --scope ${m}`:""}`]);return}Ze.current=Date.now(),wt(0),I(!0);let Et=new AbortController;ve.current=Et,te({verb:"Writing",total:D.length,done:0,active:[],rows:gn(D),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Writing ${M.length} article${M.length===1?"":"s"} across ${D.length} partition${D.length===1?"":"s"} (\u2264${F} agents at once) on ${K.model}${K.forced?" (forced)":""}\u2026 (esc to stop)`});let hi=new Set;try{for await(let V of Eo({cwd:e,partitions:D,promptFor:ne=>Gr(ne,_,{rewrite:v||Be}),concurrency:F,profileName:s,allowProdWrites:xt.current,model:K.model,signal:Et.signal}))if(V.type==="partition_status")V.status==="running"?te(ne=>ne&&{...ne,active:[...ne.active,V.label],rows:Le(ne.rows,V.label,"active"),lastAt:Date.now()}):te(ne=>ne&&{...ne,active:ne.active.filter(ce=>ce!==V.label),done:ne.done+1,rows:Le(ne.rows,V.label,V.status==="done"?"done":"failed"),lastAt:Date.now()});else if(V.type==="partition_event"){let ne=null;if(V.event.type==="tool"){let ce=Xl(V.event.name,V.event.input,D[V.index]?.paths??[]);ce&&!hi.has(ce)&&(hi.add(ce),ne=V.label)}te(ce=>{if(!ce)return ce;let Ae={...ce,lastAt:Date.now()};return V.event.type==="tool"?Ae.tools=ce.tools+1:V.event.type==="text"&&(Ae.chars=ce.chars+V.event.delta.length),ne&&(Ae.rows=zl(Ae.rows,ne)),Ae})}else if(V.type==="run_done"){Dt(Nt=>Nt+V.totalCostUsd),St(Nt=>Nt+V.results.reduce((Ln,lt)=>Ln+lt.outputTokens,0));let ne=V.aborted?"Stopped. ":"",ce=t.kind==="api"?"api":"subscription";d({kind:"note",tone:V.aborted?"warn":V.ok?"ok":"warn",text:ne+zr(V.results,D,ce).join(`
324
- `)});let Ae=V.aborted?null:Xr(e,_,M);if(Ae&&d({kind:"note",tone:"warn",text:Ae}),!V.aborted&&V.ok){let Nt=m??y??"",Ln=Nt?` ${Nt}`:"",lt=[];Ae&&lt.push({cmd:`/check${Ln} --fix`,desc:"fix the issues the checker just flagged"}),lt.push({cmd:`/review${Ln} --fix`,desc:"editorial review + apply fixes (style, grammar, structure)"}),lt.push({cmd:"/publish --all",desc:"publish the drafts to Document360"}),lt.push({cmd:"/screenshot --all",desc:"add screenshots first (optional)"}),Y(lt),de(Ae?"Written \u2014 but the checker flagged issues. Fix, review, then publish:":"Written. Review for quality, then publish:")}}}catch(V){d({kind:"note",tone:"error",text:`Write run failed: ${V.message}`})}finally{ve.current=null,te(null),I(!1),oe(V=>V+1)}return}case"draft":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{features:u,looseDocs:m}=Qr(e);if(u.length===0&&m===0){d({kind:"note",tone:"info",text:Zr});return}let y=h.join(" ").trim();if(!y&&u.length>1){d({kind:"note",tone:"info",text:`Multiple features in .d360-writer/input/ \u2014 draft which one?
314
+ cwd: ${e}`}),or()},[]),ke(()=>{let l=setInterval(()=>{or()},dg);return()=>clearInterval(l)},[or]),ke(()=>{if(S||zo||Pn.current||de!==null||Qe.length>0||D!==""||Kt!==null||De.current.length>0||An.current)return;let l=Jt(!1);l.kind==="recommend"&&(l.rec.lead||l.rec.picker)&&ks(l.rec,{silent:!0})},[S,de,Qe,D,Kt,ce,Jt,zo]),ke(()=>{let l=null,a=null,s=()=>{l&&clearTimeout(l),l=setTimeout(()=>{l=null;let h=`${je.columns??80}x${je.rows??24}`;h!==ys.current&&(ys.current=h,tu(u=>u+1),a&&clearTimeout(a),a=setTimeout(()=>{a=null,console.log("\x1B[?2026h\x1B[H\x1B[2J"+xa(yt.current,He())+"\x1B[?2026l")},80))},400)};return je.on("resize",s),()=>{l&&clearTimeout(l),a&&clearTimeout(a),je.off("resize",s)}},[je,He]);let Ae=Math.max(20,(je.columns??80)-1),bs=Xi(()=>og(e,i),[e,i,ce]),ar=(()=>{if(Qc)return{text:"\u23F3 Update in progress \u2014 please don\u2019t close this window\u2026",isSetup:!0};if(Ko!==null)return{text:`Update ready \u2014 run /exit, then relaunch to apply${Ko?` v${Ko}`:""}\u2026`,isSetup:!0};if(Kt)return{text:"\u2328 press c to copy the prompt above \u2014 then paste it into your coding agent\u2026",isSetup:!0};if(De.current.length>0)return{text:"y to write \xB7 n to skip \xB7 anything else cancels\u2026",isSetup:!0};let l=ee(e);if(!l)return{text:"Run /init to set up this repo (or /help)\u2026",isSetup:!0};let a=Ji(e,(l.docsDir??Fc).replace(/\/+$/,"")),s=(()=>{try{return xn(a)&&fh(a).length>0}catch{return!1}})();try{let h=ye(e,i),u=mt(h.name);if(!(!!u&&!(Xe(u)&&!u.refreshToken)))return{text:`Sign in with /login (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&&!s)return{text:"Pick a workspace with /workspace\u2026",isSetup:!0}}catch{}return s?{text:rg,isSetup:!1}:{text:"Ask me to write the docs for this repo",isSetup:!1}})(),Zt=ac(D),xs=Zt.length>0&&!S,lr=p!==null?Cc(p,8,Ae):null,Ln=$e?$e.paths.filter(l=>!$e.query||l.toLowerCase().includes($e.query.toLowerCase())).slice(0,8):[],On=Ce?Ce.sessions.filter(l=>{let a=Ce.query.toLowerCase();return!a||l.name.toLowerCase().includes(a)||l.firstPrompt.toLowerCase().includes(a)}).slice(0,8):[],ge=V((l,a)=>{be.current?.close(),be.current=Rc({cwd:e,resume:l,profileName:a??i,allowProdWrites:kt.current}),l||(_e.current={uuid:null,firstPrompt:null,titleFired:!1},et(null)),Rt(0),Tt(0)},[e,i]),$s=V((l,a,s)=>{if(ig.test(l))try{let h=ye(e,i),u=typeof a.project_id=="string"&&a.project_id||h.project.projectId,m=Io(a,s),b=[],w=No(s);l.endsWith("publish_article")&&w&&b.push(`Live: ${w}`),m&&u&&b.push(`Preview: ${Eo(h.connection.portalUrl,u,m,h.project.languageCode??"en")}`),b.length>0&&d({kind:"link",lines:b})}catch{}},[e,i,d]),re=V(async(l,a)=>{Tn(!0),Pn.current=!1,qe(),Je([]),Vt(null),tr(null),sr(null);let s=Rn.current;a?.quietUser||d({kind:"user",text:a?.echoDisplay&&a.display?a.display:l});let h=_e.current;h.firstPrompt||(h.firstPrompt=a?.display??l),Ze.current=Date.now(),ht(0),N(!0),jn.current.clear();let u="",m=!1,b=!1,w="",P={num:0,closed:!1,cueSeen:!1},T=null,z=()=>{T||(T=setTimeout(()=>{T=null,g(w.length>0?w:null)},60))},q=()=>{T&&clearTimeout(T),T=null,g(null)},M=()=>{if(w.trim()){let v=Gi(w.trimEnd(),P);d({kind:"assistant",text:v})}w="",q()};try{for await(let v of be.current.send(l))if(v.type==="session"){if(!h.uuid){h.uuid=v.sessionId;let A=new Date().toISOString(),H=Qo.current,Q=H??Ph(h.firstPrompt??"session");Rh({uuid:v.sessionId,name:Q,renamed:!!H,titled:!1,cwd:e,firstPrompt:h.firstPrompt??"",createdAt:A,updatedAt:A}),et(Q),Qo.current=null}}else if(v.type==="text"){w+=v.delta,u+=v.delta;let A=Pc(w);if(A>0){let H=w.slice(0,A).trimEnd();H&&d({kind:"assistant",text:Gi(H,P)}),w=w.slice(A)}z(),ht(H=>H+v.delta.length)}else if(v.type==="tool"){m=!0;let A=jo(v.name,v.input);A&&(M(),d({kind:"tool",title:A.title,sep:A.sep,arg:A.arg}),jn.current.set(v.id,{name:v.name,input:v.input}))}else if(v.type==="article_diff"){let A=ut(v.oldContent,v.newContent,He());A&&(M(),d({kind:"diff",added:A.added,removed:A.removed,lines:A.lines,hidden:A.hidden}))}else if(v.type==="tool_result"){v.isError&&/run \/login|not logged in|session expired|rejected the token/i.test(v.output)&&(In.current=!0);let A=jn.current.get(v.id);if(A){jn.current.delete(v.id),M();let H=Ao(v.output,4,v.isError?void 0:A.name,A.input);d({kind:"tool-result",lines:H.lines,hidden:H.hidden,isError:v.isError}),v.isError||$s(A.name,A.input,v.output)}}else if(v.type==="result"){if(M(),Rt(A=>A+v.outputTokens),Tt(A=>A+v.costUsd),d({kind:"done",seconds:Math.round((Date.now()-Ze.current)/1e3),tokens:v.outputTokens,costUsd:v.costUsd,ok:v.ok}),!b&&!m&&!u.trim()&&!Gt.current&&d({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(u))try{let A=zh(e);if(xn(A)){let H=Qi(A,"utf8").trim();H&&(sr(H),d({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{}if(v.ok&&P.cueSeen)as(!0),Je([]);else{let A=v.ok?dc(u,Mo.map(H=>H.name)):[];if(A.length>0)Y(A[0]);else if(v.ok&&u.trim()){let H=Jt(!1);H.kind==="recommend"&&(H.rec.lead||H.rec.picker)||jh(l,u,e).then(Q=>{Q&&Rn.current===s&&fe(Q)}).catch(()=>{})}}if(h.uuid&&(Zi(h.uuid),!h.titleFired)){h.titleFired=!0;let A=h.uuid,H=h.firstPrompt;H&&Tc(H,e).then(Q=>{Q&&(Ch(A,Q),et(Q))}).catch(()=>{})}}else v.type==="error"&&(M(),b=!0,v.kind==="auth"&&(In.current=!0),d({kind:"note",text:`agent error: ${v.message}`,tone:"error"}))}finally{N(!1),q(),Z(v=>v+1),_e.current.uuid&&oc(e,_e.current.uuid,yt.current),In.current&&(In.current=!1,Nn.current=a?.display??l,fe("/login","\u21E5 tab to run /login \u2014 then I\u2019ll re-send your last prompt\u2026")),Gt.current&&(Gt.current=!1,st.current.length>0&&(d({kind:"note",tone:"info",text:`(${st.current.length} queued message(s) discarded)`}),st.current=[],Jo([])),d({kind:"note",tone:"warn",text:"Interrupted. What do you want to do next?"}))}},[e,d,$s,He,fe,Y,qe,Jt]),Mn=V(async l=>{let a=es(l),s=Bo(e,"standard");Ze.current=Date.now(),ht(0),N(!0);let h=new AbortController;ve.current=h,ne({verb:"Publishing",total:a.length,done:0,active:[],rows:bn(a),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Publishing ${l.length} article${l.length===1?"":"s"} across ${a.length} partition${a.length===1?"":"s"} (\u2264${cn} agents at once) on ${s.model}\u2026 (esc to stop)`});try{for await(let u of qo({cwd:e,partitions:a,promptFor:m=>po(m.paths),concurrency:cn,profileName:i,allowProdWrites:kt.current,model:s.model,signal:h.signal}))if(u.type==="partition_status")u.status==="running"?ne(m=>m&&{...m,active:[...m.active,u.label],rows:Ue(m.rows,u.label,"active"),lastAt:Date.now()}):ne(m=>m&&{...m,active:m.active.filter(b=>b!==u.label),done:m.done+1,rows:Ue(m.rows,u.label,u.status==="done"?"done":"failed"),lastAt:Date.now()});else if(u.type==="partition_event")ne(m=>{if(!m)return m;let b={...m,lastAt:Date.now()};return u.event.type==="tool"?b.tools=m.tools+1:u.event.type==="text"&&(b.chars=m.chars+u.event.delta.length),b});else if(u.type==="run_done"){Tt(P=>P+u.totalCostUsd),Rt(P=>P+u.results.reduce((T,z)=>T+z.outputTokens,0));let m=u.aborted?"Stopped. ":"",b=t.kind==="api"?"api":"subscription";d({kind:"note",tone:u.aborted?"warn":u.ok?"ok":"warn",text:m+_r(u.results,a,b).join(`
315
+ `)});let w=Nr(e,i);if(w&&d({kind:"note",tone:"info",text:w}),!u.aborted){try{let P=await Nc({cwd:e,profileName:i}),T=_c(P);T?d({kind:"note",tone:"info",text:T}):P.skipped&&d({kind:"note",tone:"warn",text:`Order sync skipped: ${P.skipped}`})}catch(P){d({kind:"note",tone:"warn",text:`Order sync failed: ${P.message}`})}try{let P=Oc(await Lc({cwd:e,profileName:i}));P&&d({kind:"note",tone:"info",text:P})}catch(P){d({kind:"note",tone:"warn",text:`Related-articles sync failed: ${P.message}`})}}}}catch(u){d({kind:"note",tone:"error",text:`Publish run failed: ${u.message}`})}finally{ve.current=null,ne(null),N(!1),Z(u=>u+1)}},[e,i,d,t]),cr=V(async l=>{await re(Ir(l),{display:`/publish ${l}`,quietUser:!0});try{let a=await fo(e,i,l.replace(/\\/g,"/"));a.length>0&&(Vt(`Related articles not yet published (${a.length}):`),Je([`/publish --related ${l}`,...a.map(s=>`/publish ${s}`)]))}catch{}},[e,i,re]),ur=V(l=>{let a=mt(l);if(!a||Xe(a)&&!a.refreshToken)return null;let s={...Ht(a.idToken)??{},...Ht(a.accessToken)??{}};return s.email??s.preferred_username??"signed in"},[]),dr=V((l,a)=>{if(a){let s=ee(e);s&&(s.defaultProfile=l,Sc(s,e))}c(l),ge(void 0,l),d({kind:"note",tone:"ok",text:`\u2713 Switched to profile "${l}"${a?" (saved as default)":" (this session only)"} \u2014 agent restarted.`}),ur(l)||(d({kind:"note",tone:"warn",text:`Profile "${l}" is not signed in \u2014 sign in with /login.`}),Y("/login")),Z(s=>s+1)},[e,d,ge,ur,Y]),Un=V((l,a,s)=>{Yn(e,l,a,s.id,s.name),d({kind:"note",tone:"ok",text:`Switched to workspace "${s.name??s.id}" (agent restarted).`}),ge(),Dc(e,l)||(d({kind:"note",tone:"ok",text:"\u2713 Connected. Configuration is done \u2014 one important step remains."}),d({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:"}),d({kind:"note",tone:"info",text:Mt(Ot(e)).join(`
316
+ `)}),Dt(ct()),Xt.current=Te(e).status==="current"||Oe(e),d({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,d,ge,Dt]),Wn=V(async l=>{let a;try{a=await nn(e,l)}catch{d({kind:"note",tone:"info",text:"Next: pick a workspace \u2014 run /workspace."}),Y("/workspace");return}if(a.workspaces.length===0){d({kind:"note",tone:"warn",text:"This project has no workspaces yet. Create one in Document360, then run /workspace."});return}let s=a.workspaces.filter(u=>(u.workspace_type??"").toLowerCase()!=="apidocumentation"),h=s.length>0?s:a.workspaces;if(h.length===1){let u=h[0],m=a.workspaces.length-h.length;d({kind:"note",tone:"ok",text:`Selected the "${u.name??u.id}" workspace${m>0?" (skipped the API-documentation workspace)":""}.`}),Un(a.profile,a.projectId,u);return}d({kind:"note",tone:"info",text:`Next: pick the workspace your articles publish to (${h.length} available).`}),Y("/workspace")},[e,d,Un,Y]),Fn=V((l,a)=>{zn(e,l,a.id,a.name),d({kind:"note",tone:"ok",text:`Project set to "${a.name??a.id}" (agent restarted).`}),ge(),Wn(l)},[e,d,ge,Wn]),vs=V(async l=>{let a;try{a=ye(e,l)}catch{return}if(!a.project.workspaceId){if(a.project.projectId){if(!a.project.projectName)try{let{projects:s}=await Ve(e,a.name),h=s.find(u=>u.id===a.project.projectId);h?.name&&Xh(e,a.name,{projectName:h.name})}catch{}await Wn(a.name);return}try{let{projects:s}=await Ve(e,a.name);if(s.length===1){let h=s[0];d({kind:"note",tone:"ok",text:`Using your Document360 project "${h.name??h.id}".`}),Fn(a.name,{id:h.id,name:h.name});return}if(s.length>1){let h=s.map(u=>({id:u.id,name:u.name??u.id,sub:u.sub_domain}));d({kind:"note",tone:"info",text:"Which Document360 project should these docs publish to?"}),ot({cursor:0,current:-1,rows:h,profile:a.name,environment:a.connection.name});return}}catch{}d({kind:"note",tone:"info",text:"Next: pick the Document360 project \u2014 run /project."}),Y("/project")}},[e,d,Wn,Fn,Y]),Hn=V(()=>{let l=De.current[0];if(!l)return;d({kind:"note",tone:"info",text:`\u25CF ${l.title} (${l.path})`});for(let s of l.notes)d({kind:"note",tone:"warn",text:`\u26A0 ${s}`});l.overwritesLocalChanges&&d({kind:"note",tone:"warn",text:"\u26A0 This OVERWRITES local edits made since the last sync."});let a=ut(l.oldContent,l.newContent,He());d(a?{kind:"diff",added:a.added,removed:a.removed,lines:a.lines,hidden:a.hidden}:{kind:"note",tone:"info",text:"Local file already matches the remote content \u2014 applying only advances the sync base."}),d({kind:"note",tone:"info",text:`Write ${l.path}? (y/n \u2014 anything else cancels)`})},[d,He]),Cs=V(l=>{if(De.current.length===0)return!1;let a=l.trim().toLowerCase();if(a==="y"||a==="yes"){let s=De.current.shift();try{Ih({cwd:e,profileName:i},s),d({kind:"note",tone:"ok",text:`\u2713 Pulled ${s.path} (sync base advanced).`}),De.current.length===0&&Y("/pull")}catch(h){d({kind:"note",tone:"error",text:`Pull failed: ${h.message}`})}}else if(a==="n"||a==="no"){let s=De.current.shift();d({kind:"note",tone:"info",text:`Skipped ${s.path}.`})}else{let s=De.current.length;return De.current=[],d({kind:"note",tone:"info",text:`Pull cancelled (${s} article(s) left untouched).`}),!0}return Hn(),!0},[e,i,Hn,d]),Ps=V(l=>{let a=An.current;if(!a)return!1;if(An.current=null,qe(),l.trim()!==a.repoName)return d({kind:"note",tone:"warn",text:"Reset cancelled \u2014 nothing deleted."}),!0;let{removed:s,failed:h}=ji(e,a.targets);d({kind:"note",tone:h.length?"warn":"ok",text:`\u2713 Reset complete \u2014 removed ${s.length} item${s.length===1?"":"s"}. The repo is back to its original state.`});for(let u of h)d({kind:"note",tone:"error",text:` \u2717 ${u.path}: ${u.error}`});return a.hadDevhints&&(d({kind:"note",tone:"warn",text:so().join(`
317
+ `)}),Dt(br())),d({kind:"note",tone:"info",text:`Clean slate \u2014 set up d360-writer again whenever you're ready:
318
+ ${Mc}`}),Y("/init"),Tn(!1),!0},[e,d,Dt,qe,Y]),qn=V(async l=>{let a=l.slice(1).trim().split(/\s+/),s=(a[0]??"").toLowerCase(),h=a.slice(1);if(Tn(!0),wo(h)&&["write","check","review","reorder"].includes(s)){let u=Kr(e,i);if(u.length===0){d({kind:"note",tone:"warn",text:"No categories yet \u2014 author some articles first, then scope to one."});return}let m=b=>s==="write"?`/write ${Fa(h,b).join(" ")}`.trim():`/${s} ${[b,...h.filter(w=>w!=="--scope")].join(" ")}`.trim();if(u.length===1){qn(m(u[0].token));return}Ct({cursor:0,rows:u,run:b=>{qn(m(b))}});return}switch(s){case"help":zt({tab:0});return;case"exit":case"quit":be.current?.close(),r();return;case"clear":ge(),yt.current=[],Tn(!1),qe(),d({kind:"note",tone:"info",text:"Conversation reset (the previous session is still resumable via /resume)."});return;case"login":{let u;try{u=ye(e,i)}catch(m){d({kind:"note",tone:"error",text:m.message});return}d({kind:"note",tone:"info",text:`Profile "${u.name}" \u2192 ${u.connection.name} (${u.connection.apiUrl})${u.production?" \u26A0 PRODUCTION":""}`}),K(!0);try{let m=await gh(u.connection,{promptForRedirect:()=>Promise.reject(new Error("Manual login is CLI-only. Run: d360-writer login --manual"))},w=>d({kind:"note",tone:"info",text:w})),b=wh(u.name,m);if(yh(b),await hr(b,u.name,w=>d({kind:"note",tone:"info",text:w})),d({kind:"note",tone:"ok",text:`\u2713 Logged in to "${u.name}" as ${Qn(b)}`}),await vs(i),Yt.current){let w=Yt.current;Yt.current=null;let P=Me(e,i);P.ok?(d({kind:"note",tone:"ok",text:`\u2713 Signed into the right project \u2014 tab to run ${w}.`}),Y(w)):(d({kind:"note",tone:"warn",text:`${P.reason} (then ${w}.)`}),Y("/login"),Yt.current=w)}else Nn.current&&(fe(Nn.current,"\u21E5 tab to re-send your last prompt\u2026"),Nn.current=null)}catch(m){d({kind:"note",tone:"error",text:`Login failed: ${m.message}`})}finally{K(!1),Z(m=>m+1)}return}case"allow-prod":{let u=!1;try{u=ye(e,i).production}catch{}if(!u){d({kind:"note",tone:"info",text:"Current profile is not production \u2014 writes are already allowed."});return}kt.current=!0,ge(),d({kind:"note",tone:"warn",text:"\u26A0 Production writes authorized for this session."});return}case"rename":{let u=pi(h.join(" ")),m=_e.current.uuid;if(!m){if(!u){d({kind:"note",tone:"info",text:"Usage: /rename <name>"});return}Qo.current=u,et(u),Ft(`${Oo} ${u}`),d({kind:"note",tone:"ok",text:`Session will be named "${u}" once it starts.`});return}if(!u){d({kind:"note",tone:"info",text:"Thinking of a name\u2026"});let b=_e.current.firstPrompt??"";Tc(b,e).then(w=>{w?(fe(`/rename ${w}`),d({kind:"note",tone:"info",text:`Suggestion: "${w}" \u2014 press tab to accept, or type /rename <your name>.`})):d({kind:"note",tone:"info",text:"Usage: /rename <name>"})}).catch(()=>d({kind:"note",tone:"info",text:"Usage: /rename <name>"}));return}Dh(m,u),et(u),Ft(`${Oo} ${u}`),d({kind:"note",tone:"ok",text:`Session renamed to "${u}".`});return}case"profile":{let u=h[0],m=ee(e);if(!u){let b=Object.entries(m?.profiles??{});if(b.length===0){d({kind:"note",tone:"info",text:"No profiles. Run /init first."});return}let w=b.map(([z,q])=>({name:z,env:q.connection?.environment??"custom",prod:q.production===!0,who:ur(z)})),P=i??m?.defaultProfile,T=Math.max(0,w.findIndex(z=>z.name===P));bt({cursor:T,current:T,rows:w});return}if(u==="add"){let b=fi(e,h[1],h[2]);if(b){d({kind:"note",tone:"error",text:b});return}d({kind:"note",tone:"ok",text:`\u2713 Profile "${h[1]}" created (environment: ${h[2]??h[1]}).`}),dr(h[1],!1);return}if(!m?.profiles?.[u]){d({kind:"note",tone:"error",text:`Unknown profile "${u}". Create it: /profile add ${u} <environment>`});return}dr(u,!0);return}case"doctor":await fn(h,{cwd:e});return;case"genre":{await To(h,{cwd:e});try{Yo.current=!(ee(e)?.appType??Eh(e))}catch{}Z(u=>u+1);return}case"mcp":await co(h);return;case"init":{if(ee(e)){d({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 u=Uh().map(m=>({name:m,apiUrl:Wh(m).apiUrl}));xt({cursor:0,rows:u});return}case"resume":{let u=h.join(" ").trim(),m=Sh(e).filter(P=>P.uuid!==_e.current.uuid);if(!u){if(!m.length){d({kind:"note",tone:"info",text:"No saved sessions for this repo yet."});return}at({query:"",cursor:0,sessions:m});return}let b=Th(e,u);if(!b){d({kind:"note",tone:"error",text:`No session matches "${u}".`});return}ge(b.uuid),_e.current={uuid:b.uuid,firstPrompt:b.firstPrompt,titleFired:!0},et(b.name),Zi(b.uuid),yt.current=[];let w=Yi(e,b.uuid);for(let P of w)d(P);d({kind:"note",tone:"ok",text:w.length?`Resumed "${b.name}" \u2014 restored ${w.length} message(s); continue where you left off.`:`Resumed "${b.name}" (agent memory reconnected; no saved transcript to replay).`});return}case"workspace":{let u=h.join(" ").trim(),m;try{m=await nn(e,i)}catch(w){d({kind:"note",tone:"error",text:`Could not list workspaces: ${w.message}`});return}if(!u){let w=m.workspaces.map(T=>({id:T.id,name:T.name??T.id,type:T.workspace_type}));if(w.length===0){d({kind:"note",tone:"info",text:"No workspaces in this project."});return}let P=Math.max(0,w.findIndex(T=>T.id===m.current));$t({cursor:P,current:P,rows:w,profile:m.profile,projectId:m.projectId,projectName:m.projectName,environment:m.environment});return}let b=fr(m.workspaces,u);if(!b){d({kind:"note",tone:"error",text:`No workspace matches "${u}".`});return}Un(m.profile,m.projectId,b);return}case"project":{let u=h.join(" ").trim(),m;try{m=await Ve(e,i)}catch(w){d({kind:"note",tone:"error",text:`Could not list projects: ${w.message} (signed in? try /login)`});return}if(!u){let w=m.projects.map(T=>({id:T.id,name:T.name??T.id,sub:T.sub_domain}));if(w.length===0){d({kind:"note",tone:"info",text:"No projects found for this identity."});return}let P=w.findIndex(T=>T.id===m.current);ot({cursor:Math.max(0,P),current:P,rows:w,profile:m.profile,environment:m.environment});return}let b=mr(m.projects,u);if(!b){d({kind:"note",tone:"error",text:`No project matches "${u}". Available: ${m.projects.map(w=>w.name??w.id).join(", ")}`});return}Fn(m.profile,b);return}case"logout":{let u;try{u=ye(e,i).name}catch(b){d({kind:"note",tone:"error",text:b.message});return}let m=$h(u);vh(e,u),ge(),Z(b=>b+1),d({kind:"note",tone:m?"ok":"info",text:m?`\u2713 Signed out of "${u}" and cleared its project/workspace selection.`:`Profile "${u}" was not signed in. Cleared any project/workspace selection.`}),d({kind:"note",tone:"info",text:"Run /login to sign in and pick a project."}),Y("/login");return}case"publish":{if(!rr(l.trim()))return;if(h[0]==="--related"&&h[1]){let m=await fo(e,i,h[1].replace(/\\/g,"/"));if(m.length===0){d({kind:"note",tone:"ok",text:"\u2713 All related articles are already published."});return}await Mn(m);return}if(h[0]&&h[0]!=="--all"){await cr(h[0]);return}let u=h[0]==="--all";d({kind:"note",tone:"info",text:"Checking what needs publishing\u2026"});try{let m=await jc({cwd:e,profileName:i}),b=un(m.entries),w=uo(m.entries);if(w>0&&d({kind:"note",tone:"warn",text:`\u26A0 ${w} article${w===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.`}),b.length===0){d({kind:"note",tone:"ok",text:w>0?"\u2713 Nothing else is ahead of Document360 to publish.":"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates."});let P=m.counts["unknown-base"]??0;P>0&&d({kind:"note",tone:"info",text:`(${P} article(s) have no sync base yet \u2014 publish those by path if needed.)`}),ms("Reconciling structure on Document360 (order + related articles)\u2026");try{let T=await Nc({cwd:e,profileName:i}),z=Oc(await Lc({cwd:e,profileName:i})),q=_c(T);q?d({kind:"note",tone:"info",text:q}):T.skipped&&d({kind:"note",tone:"warn",text:`Order sync skipped: ${T.skipped}`}),z&&d({kind:"note",tone:"info",text:z}),d({kind:"note",tone:"ok",text:q||z?"\u2713 Structure synced to Document360 \u2014 /structure shows the new category + article order.":"\u2713 Already in order \u2014 nothing to change."}),(q||z)&&Y("/structure")}catch(T){d({kind:"note",tone:"warn",text:`Structure sync failed: ${T.message}`})}finally{ms(null)}return}if(u){await Mn(b.map(P=>P.path));return}vt({cursor:0,rows:Sa(b)})}catch(m){d({kind:"note",tone:"error",text:`Could not compute sync status: ${m.message}`}),d({kind:"note",tone:"info",text:"Publish a specific article: /publish <article-path>"})}return}case"preview":{let u=h.join(" ").trim();if(!u){let b=[];try{b=Object.keys(Dc(e,ye(e,i).name)?.articles??{})}catch{}if(b.length===0){d({kind:"note",tone:"info",text:"No tracked articles to pick from yet. Usage: /preview <path-to.md | article-id>"});return}it({query:"",cursor:0,paths:b});return}let m=mh(u)?u:Ji(e,u);if(xn(m)){try{d({kind:"preview",name:$n(m),text:Wc(Qi(m,"utf8"))})}catch(b){d({kind:"note",tone:"error",text:`Could not read ${m}: ${b.message}`})}return}if(sg.test(u)){try{let b=ye(e,i),w={profile:b.name,connection:b.connection},P=b.project.projectId??bh(w),T=await xh(w,P,u);d({kind:"preview",name:T.title??u,text:T.content??"*(article has no content)*"})}catch(b){d({kind:"note",tone:"error",text:`Could not fetch article: ${b.message}`})}return}d({kind:"note",tone:"error",text:`"${u}" is neither a file (relative to ${e}) nor an article id.`});return}case"model":{let u=h[0]?.trim();if(!u){let P=ko(ns(e));nt({cursor:P,current:P});return}let{lines:m,changed:b,effective:w}=pn(e,u);for(let P of m)d({kind:"note",tone:P.startsWith("\u26A0")?"warn":P.startsWith("\u2713")?"ok":"info",text:P});b&&(ws(P=>P+1),be.current?.setModel(w));return}case"convert":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{scope:u,run:m}=Hr(h),b=qh(e,i);if(b.length===0){d({kind:"note",tone:"error",text:"No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert."});return}let w=qr(b,u);if(w.length===0){d({kind:"note",tone:"error",text:`No tracked articles under "${u}". (${b.length} are tracked overall.)`});return}let P=es(w),T=3,z=`/convert${u?` --scope ${u}`:""} --run`,q=Bo(e,"light");if(!m){let v=Ec({files:Br(e,w),op:"convert",model:q.model}),A=u?`Scope: ${u} (${w.length} of ${b.length} tracked)
319
+ `:"",H=`
320
+ Model: ${q.model}${q.forced?" (forced)":" \u2014 mechanical work; /model to override"}`;d({kind:"note",tone:"info",text:A+Gr(P,v,T).join(`
321
+ `)+H}),Y(z);return}Ze.current=Date.now(),ht(0),N(!0);let M=new AbortController;ve.current=M,ne({verb:"Converting",total:P.length,done:0,active:[],rows:bn(P),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Converting ${w.length} articles across ${P.length} partitions (\u2264${T} agents at once) on ${q.model}\u2026 (esc to stop)`});try{for await(let v of qo({cwd:e,partitions:P,promptFor:Vr,concurrency:T,profileName:i,allowProdWrites:kt.current,model:q.model,signal:M.signal}))if(v.type==="partition_status")v.status==="running"?ne(A=>A&&{...A,active:[...A.active,v.label],rows:Ue(A.rows,v.label,"active"),lastAt:Date.now()}):ne(A=>A&&{...A,active:A.active.filter(H=>H!==v.label),done:A.done+1,rows:Ue(A.rows,v.label,v.status==="done"?"done":"failed"),lastAt:Date.now()});else if(v.type==="partition_event")ne(A=>{if(!A)return A;let H={...A,lastAt:Date.now()};return v.event.type==="tool"?H.tools=A.tools+1:v.event.type==="text"&&(H.chars=A.chars+v.event.delta.length),H});else if(v.type==="run_done"){Tt(Q=>Q+v.totalCostUsd),Rt(Q=>Q+v.results.reduce((At,Et)=>At+Et.outputTokens,0));let A=v.aborted?"Stopped. ":"",H=t.kind==="api"?"api":"subscription";d({kind:"note",tone:v.aborted?"warn":v.ok?"ok":"warn",text:A+Yr(v.results,P,H).join(`
322
+ `)})}}catch(v){d({kind:"note",tone:"error",text:`Convert run failed: ${v.message}`})}finally{ve.current=null,ne(null),N(!1),Z(v=>v+1)}return}case"write":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let u=Bh(e);if(u.length===0){d({kind:"note",tone:"error",text:"No docs plan found (.d360-writer/plan.json). Analyze the repo and propose a structure first \u2014 try: analyze this repo and propose a docs structure."});return}let{scope:m,path:b,preview:w,concurrency:P,rewrite:T}=Qr(h),{docsDir:z,targets:q,reason:M,rewriting:v}=ri(e,u,{scope:m,path:b,rewrite:T});if(q.length===0){d({kind:"note",tone:"warn",text:M??"Nothing to write."});return}v&&d({kind:"note",tone:"warn",text:`--rewrite: regenerating ${q.length} already-written article${q.length===1?"":"s"} (overwrites them; git has your baseline).`});let A=es(q),H=Xr(P),Q=Bo(e,"standard"),At=!!b;if(w&&!At){let G=Ec({files:Zr(e,u,q),op:"write",model:Q.model}),oe=m?`Scope: ${m} (${q.length} pending)
323
+ `:"",ue=`
324
+ Model: ${Q.model}${Q.forced?" (forced)":" \u2014 authoring; /model to override"}`;d({kind:"note",tone:"info",text:oe+ti(A,G,H).join(`
325
+ `)+ue}),Y(`/write${m?` --scope ${m}`:""}`);return}Ze.current=Date.now(),ht(0),N(!0);let Et=new AbortController;ve.current=Et,ne({verb:"Writing",total:A.length,done:0,active:[],rows:bn(A),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Writing ${q.length} article${q.length===1?"":"s"} across ${A.length} partition${A.length===1?"":"s"} (\u2264${H} agents at once) on ${Q.model}${Q.forced?" (forced)":""}\u2026 (esc to stop)`});let Ds=new Set;try{for await(let G of qo({cwd:e,partitions:A,promptFor:oe=>ei(oe,z,{rewrite:v||At}),concurrency:H,profileName:i,allowProdWrites:kt.current,model:Q.model,signal:Et.signal}))if(G.type==="partition_status")G.status==="running"?ne(oe=>oe&&{...oe,active:[...oe.active,G.label],rows:Ue(oe.rows,G.label,"active"),lastAt:Date.now()}):ne(oe=>oe&&{...oe,active:oe.active.filter(ue=>ue!==G.label),done:oe.done+1,rows:Ue(oe.rows,G.label,G.status==="done"?"done":"failed"),lastAt:Date.now()});else if(G.type==="partition_event"){let oe=null;if(G.event.type==="tool"){let ue=fc(G.event.name,G.event.input,A[G.index]?.paths??[]);ue&&!Ds.has(ue)&&(Ds.add(ue),oe=G.label)}ne(ue=>{if(!ue)return ue;let Ee={...ue,lastAt:Date.now()};return G.event.type==="tool"?Ee.tools=ue.tools+1:G.event.type==="text"&&(Ee.chars=ue.chars+G.event.delta.length),oe&&(Ee.rows=pc(Ee.rows,oe)),Ee})}else if(G.type==="run_done"){Tt(It=>It+G.totalCostUsd),Rt(It=>It+G.results.reduce((lt,ru)=>lt+ru.outputTokens,0));let oe=G.aborted?"Stopped. ":"",ue=t.kind==="api"?"api":"subscription";d({kind:"note",tone:G.aborted?"warn":G.ok?"ok":"warn",text:oe+ni(G.results,A,ue).join(`
326
+ `)});let Ee=G.aborted?null:oi(e,z,q);if(Ee&&d({kind:"note",tone:"warn",text:Ee}),!G.aborted&&G.ok){let It=m??b??"",lt=It?` ${It}`:"";St(Ee?`Written \u2014 but the checker flagged issues. I\u2019d fix those first with /check${lt} --fix, then /review${lt} --fix for editorial quality, then /publish --all (add /screenshot --all first if you want images).`:`Written. I\u2019d run /review${lt} --fix next \u2014 editorial review that applies its fixes \u2014 then /publish --all pushes the drafts up (add /screenshot --all first if you want images).`,{kind:"cmd",cmd:Ee?`/check${lt} --fix`:`/review${lt} --fix`,reason:""})}}}catch(G){d({kind:"note",tone:"error",text:`Write run failed: ${G.message}`})}finally{ve.current=null,ne(null),N(!1),Z(G=>G+1)}return}case"draft":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{features:u,looseDocs:m}=ii(e);if(u.length===0&&m===0){d({kind:"note",tone:"info",text:ai});return}let b=h.join(" ").trim();if(!b&&u.length>1){d({kind:"note",tone:"info",text:`Multiple features in .d360-writer/input/ \u2014 draft which one?
325
327
  ${u.map(T=>` \u2022 ${T.name} (${T.docCount} doc${T.docCount===1?"":"s"})`).join(`
326
- `)}`}),Y(u.map(T=>`/draft ${T.name}`));return}let b="",R;if(y){let T=Jr(u,y);T?b=T:R=y}else b=u[0]?.name??"";await re(co(b,R),{display:y?`/draft ${y}`:"/draft",quietUser:!0});return}case"pull":{if(!Xo(c.trim()))return;let u=h.find(m=>m.startsWith("--"));try{if(u==="--status"){d({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"});let b=Date.now(),R=await pc({cwd:e,profileName:s});d({kind:"note",tone:"info",text:io(R,Date.now()-b).join(`
327
- `)});return}if(u==="--baseline"){let b=h.find(M=>!M.startsWith("--")),R=b?b.replace(/\\/g,"/"):void 0;d({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 dh({cwd:e,profileName:s,relPaths:R?[R]:void 0}),_=R?{rebaselined:[],skipped:[]}:await ph({cwd:e,profileName:s});if(T.baselined.length===0&&T.skipped.length===0&&_.rebaselined.length===0){d({kind:"note",tone:"ok",text:"\u2713 Nothing to baseline \u2014 every tracked article already has a sync baseline."});return}T.baselined.length>0&&d({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&&d({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&&d({kind:"note",tone:"warn",text:`${T.skipped.length} skipped:
328
- ${T.skipped.map(M=>` - ${M.path} (${M.reason})`).join(`
329
- `)}`}),oe(M=>M+1);return}if(u==="--compare"){d({kind:"note",tone:"info",text:"Comparing the manifest against the per-article path (read-only)\u2026"});let b=await ch({cwd:e,profileName:s}),R=b.onlyInLegacy.length===0&&b.onlyInManifest.length===0&&b.mappedMissingFromManifest.length===0,T=[`Legacy listing: ${b.legacyCount} \xB7 Manifest: ${b.manifestCount} \xB7 in both: ${b.inBoth}`];R?T.push("\u2713 Parity \u2014 the manifest sees exactly the same articles. Safe to make it the default sync source."):(b.mappedMissingFromManifest.length&&T.push(`\u2717 ${b.mappedMissingFromManifest.length} MAPPED article(s) missing from the manifest: ${b.mappedMissingFromManifest.slice(0,5).join(", ")}`),b.onlyInLegacy.length&&T.push(`\u26A0 ${b.onlyInLegacy.length} only in the legacy listing: ${b.onlyInLegacy.slice(0,5).join(", ")}`),b.onlyInManifest.length&&T.push(`\u26A0 ${b.onlyInManifest.length} only in the manifest: ${b.onlyInManifest.slice(0,5).join(", ")}`),T.push("Send me this \u2014 a mismatch pinpoints where the manifest differs before we flip.")),d({kind:"note",tone:R?"ok":"warn",text:T.join(`
330
- `)});return}if(u){d({kind:"note",tone:"error",text:`Unknown option: ${u} \u2014 use /pull, /pull <path>, /pull --status, or /pull --baseline.`});return}let m=h[0];if(m){let b=await uh({cwd:e,profileName:s,relPath:m.replace(/\\/g,"/")});We.current=[b],Nn();return}d({kind:"note",tone:"info",text:"Pulling changes from Document360\u2026"});let y=await Ar({cwd:e,profileName:s});for(let b of Er(y))d({kind:"note",tone:b.tone,text:b.text});oe(b=>b+1)}catch(m){d({kind:"note",tone:"error",text:`Pull failed: ${m.message}`})}return}case"scope":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let u=fh(e);if(u.length===0){d({kind:"note",tone:"info",text:'No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer/config.json manually.'});return}Tt({cursor:0,rows:u.map(m=>({...m,checked:m.recommended}))});return}case"audit":{if(h[0]==="--auto"){let m=Z(e);if(!m){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let y=h[1]!=="off";dc({...m,autoAudit:y},e),d({kind:"note",tone:"ok",text:y?"\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 u=await dn();u.kind==="forward-to-agent"&&u.prompt&&await re(u.prompt,{display:u.display,quietUser:!0});return}case"check":{let u=h.find(b=>!b.startsWith("--")),m=u?` ${u}`:"",y=fc({cwd:e,scope:u});if(h.includes("--fix")){if(y.length===0){d({kind:"note",tone:"ok",text:"\u2713 Nothing to fix \u2014 the docs are already clean."});return}d({kind:"note",tone:"info",text:`Fixing ${y.length} doc issue${y.length===1?"":"s"}\u2026`}),await re(Cs(y),{display:`/check${m} --fix`,quietUser:!0});let b=fc({cwd:e,scope:u});d({kind:"note",tone:b.length===0?"ok":"warn",text:b.length===0?"\u2713 Doc-checker: all issues resolved.":yo(b).join(`
331
- `)}),Y([{cmd:`/review${m} --fix`,desc:"editorial review + apply fixes (style, grammar, structure)"},{cmd:"/publish --all",desc:"publish the corrected docs to Document360"}]),de(b.length===0?"Deterministic issues fixed. Review for quality, then publish:":"Some issues remain \u2014 review, then publish:");return}d({kind:"note",tone:y.length===0?"ok":"warn",text:yo(y).join(`
332
- `)}),y.length>0&&(Y([{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 ${y.length} doc issue${y.length===1?"":"s"} above \u2014 fix them, or publish as-is:`));return}case"structure":{let u=hn(e,s);if(u.length===0){d({kind:"note",tone:"info",text:"No documentation structure yet \u2014 run /init and author some articles first."});return}d({kind:"note",tone:"info",text:["Documentation order (categories \u2192 articles):","",...u].join(`
333
- `)});return}case"reorder":{let u=Rs(e,h);if(!u){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}await re(u.prompt,{display:u.display,quietUser:!0}),Y([{cmd:"/publish --all",desc:"sync the new order to Document360"}]),de("Reordered locally \u2014 publish to sync the new order:");return}case"review":{let u=Ps(e,h);if(!u){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=h.includes("--fix");if(await re(u.prompt,{display:u.display,quietUser:!0}),m)Y([{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 y=h.filter(b=>b!=="--fix").join(" ");Y([{cmd:`/review${y?` ${y}`:""} --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 u=await mn();u.kind==="forward-to-agent"&&u.prompt&&await re(u.prompt,{display:u.display,quietUser:!0});let m=ds(e);m&&d({kind:"note",tone:"info",text:m.join(`
334
- `)});return}case"devhints":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}d({kind:"note",tone:"info",text:Ut(Lt(e)).join(`
335
- `)}),jt(ct()),Qt.current=_e(e).status==="current"||Mt(e);return}case"inbox":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(ps(e)===0){d({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 re(fs(),{display:"/inbox",quietUser:!0});return}case"document":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{publish:u,what:m}=ts(h);if(!m&&es(e)===0){d({kind:"note",tone:"info",text:os});return}let y=`/document${m?` ${m}`:""}${u?" --publish":""}`;await re(ns(m,u),{display:y,quietUser:!0});return}case"catch-up":{if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(!Xo(c.trim()))return;let{publish:u}=hs(h);d({kind:"note",tone:"info",text:"Reconciling with Document360 (pulling any portal changes)\u2026"});let m=await ws({cwd:e,profileName:s});for(let b of ys(m))d({kind:"note",tone:b.startsWith("\u2713")?"ok":b.startsWith("\u2139")?"info":"warn",text:b});let y=qt(Ht(e));d({kind:"note",tone:"info",text:y?`Catching up on ${y}\u2026`:"Checking for code changes the builder didn\u2019t hint\u2026"}),await re(gs({publish:u}),{display:`/catch-up${u?" --publish":""}`,quietUser:!0});return}case"update":{Vo.current=!0,d({kind:"note",tone:"info",text:`Updating ${ft}\u2026 (don\u2019t close this window)`}),bn(!0),(await go().finally(()=>bn(!1))).ok?(d({kind:"note",tone:"ok",text:"\u2713 Updated \u2014 run /exit, then relaunch to apply."}),Y(m=>m.includes("/exit")?m:[...m,"/exit"]),Xs("")):d({kind:"note",tone:"warn",text:`Update failed \u2014 run manually: ${ho}`});return}case"screenshot":{let u=ls(h);if(u.mode==="list"){if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}d({kind:"note",tone:"info",text:us(cs(e,u.scope),u.scope).join(`
336
- `)});return}if(u.mode==="single"){let O=await fo(h);O.kind==="forward-to-agent"&&O.prompt&&await re(O.prompt,{display:O.display,quietUser:!0});return}if(!Z(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=u.mode==="scope"?u.scope:void 0,y=wh(e,{scope:m}).map(O=>O.id);if(y.length===0){d({kind:"note",tone:"info",text:m?`No screenshot placeholders under ${m}.`:"No screenshot placeholders found in the docs."});return}let b=6,R=gh(y,3),T=No(e,"standard");Ze.current=Date.now(),wt(0),I(!0);let _=new AbortController;ve.current=_,te({verb:"Authoring",unit:"spec",total:R.length,done:0,active:[],rows:gn(R),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Authoring ${y.length} screenshot spec${y.length===1?"":"s"} across ${R.length} partition${R.length===1?"":"s"} (\u2264${b} agents at once) on ${T.model}${T.forced?" (forced)":""}\u2026 (esc to stop)`});let M=!1;try{for await(let O of Eo({cwd:e,partitions:R,promptFor:sl,concurrency:b,profileName:s,allowProdWrites:xt.current,model:T.model,signal:_.signal}))if(O.type==="partition_status")O.status==="running"?te(v=>v&&{...v,active:[...v.active,O.label],rows:Le(v.rows,O.label,"active"),lastAt:Date.now()}):te(v=>v&&{...v,active:v.active.filter(D=>D!==O.label),done:v.done+1,rows:Le(v.rows,O.label,O.status==="done"?"done":"failed"),lastAt:Date.now()});else if(O.type==="partition_event")te(v=>{if(!v)return v;let D={...v,lastAt:Date.now()};return O.event.type==="tool"?D.tools=v.tools+1:O.event.type==="text"&&(D.chars=v.chars+O.event.delta.length),D});else if(O.type==="run_done"){Dt(K=>K+O.totalCostUsd),St(K=>K+O.results.reduce((Be,Et)=>Be+Et.outputTokens,0));let v=O.results.filter(K=>K.ok).length,D=O.aborted?"Stopped. ":"";M=!O.aborted&&u.setup;let F=O.aborted?"":M?" Refreshing the capture-setup checklist\u2026":" Next: /capture-setup, then d360-capture capture.";d({kind:"note",tone:O.aborted?"warn":O.ok?"ok":"warn",text:`${D}Authored specs \u2014 ${v}/${O.results.length} batches ok.${F}`})}}catch(O){d({kind:"note",tone:"error",text:`Spec authoring failed: ${O.message}`})}finally{ve.current=null,te(null),I(!1),oe(O=>O+1)}if(M){let O=await mn();O.kind==="forward-to-agent"&&O.prompt&&await re(O.prompt,{display:O.display,quietUser:!0});let v=ds(e);v&&d({kind:"note",tone:"info",text:v.join(`
337
- `)})}return}case"reset":{let u=xs(e);if(u.length===0){d({kind:"note",tone:"info",text:"Nothing to reset \u2014 no d360-writer files found in this repo."});return}Wo.current={repoName:wn(e),targets:u,hadDevhints:Ke(Bs(e))},d({kind:"note",tone:"warn",text:vs(e,u).join(`
338
- `)}),ue(wn(e));return}default:d({kind:"note",tone:"error",text:`Unknown command: /${i} \u2014 type /help.`})}},[e,r,s,Nn,d,we,re,Dn,tr,ci]),_n=z(c=>{let a=(c??A).trim();if(x(""),xn(null),yt(0),a.startsWith("/")&&(ue(null),gt.current++,de(null),Y(h=>Jl(h,a))),!a||(zs(!1),di(a))||ui(a))return;Uo.current.push(a);let i=oc(a,Ks.current);if(a.startsWith("/"))d({kind:"user",text:a}),In(i);else if(Rh(i)){d({kind:"user",text:a});let h=Th(i);if(!h)re(i,{display:a,quietUser:!0});else{try{Sh(e,{title:h,by:"owner (d360-writer terminal)",at:new Date().toISOString()})}catch{}re(`The owner left this documentation directive (already recorded in .d360-writer/directives.md): "${h}". Action it now: ground it in the sources, write/update the article(s) as DRAFTS (do not publish unless asked), following the active doc-type playbook. When finished, call d360_directive_done with the exact title "${h}" and the article path(s) you wrote.`,{display:a,quietUser:!0})}}else re(i,{display:a})},[A,di,ui,In,re]),pi=z(c=>{if(c.length>1){if(c.includes("\x1B"))return;let a=ec(c);if(tc(a)){let i=nc(++Lc.current,a);Ks.current.set(i,a),P(i)}else P(a);return}P(c)},[P]),At=Math.max(10,je-6),fi=Ls(()=>jo(w.text,At),[w.text,At]),rr=z(c=>k(a=>({...a,pos:Math.max(0,Math.min(a.text.length,a.pos+c))})),[]),On=z(c=>k(a=>({...a,pos:sc(jo(a.text,At),a.pos,c)})),[At]),en=z(c=>k(a=>({...a,pos:ic(jo(a.text,At),a.pos,c)})),[At]),Wc=["\x1B[H","\x1B[1~","\x1BOH"],Fc=["\x1B[F","\x1B[4~","\x1BOF"],mi=z((c,a)=>a.leftArrow?(rr(-1),!0):a.rightArrow?(rr(1),!0):c&&Wc.includes(c)?(en("start"),!0):c&&Fc.includes(c)?(en("end"),!0):a.ctrl&&c==="a"?(en("start"),!0):a.ctrl&&c==="e"?(en("end"),!0):!1,[rr,en]);return Wm((c,a)=>{if(a.ctrl&&c==="c"){be.current?.close(),r();return}if(!W){if(S){if(a.escape){if(ve.current){if(!ve.current.signal.aborted){let i=(vn?.verb??"work").toLowerCase(),h=vn?.unit??"article";d({kind:"note",tone:"warn",text:`\u238B Stopping the ${i} run (finishing in-flight ${h}s)\u2026`}),ve.current.abort()}return}zt.current||(zt.current=!0,d({kind:"note",tone:"warn",text:"\u238B Interrupting\u2026"}),be.current?.interrupt());return}if(a.return){let i=A.trim();if(!i)return;it.current.push(i),Ho([...it.current]),x("");return}if(mi(c,a))return;if(a.upArrow){On(-1);return}if(a.downArrow){On(1);return}if(a.backspace||a.delete){C();return}c&&!a.ctrl&&!a.meta&&pi(c);return}if(tt){if(a.upArrow){nt(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){nt(i=>i&&{...i,cursor:Math.min(Ee.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Ee.length){nt(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return){let i=Ee[tt.cursor];nt(null);let{lines:h,changed:u,effective:m}=pn(e,i.value??"default");for(let y of h)d({kind:"note",tone:y.startsWith("\u26A0")?"warn":y.startsWith("\u2713")?"ok":"info",text:y});u&&(ri(y=>y+1),be.current?.setModel(m));return}if(c==="s"){let i=Ee[tt.cursor];nt(null),be.current?.setModel(i.value??void 0),d({kind:"note",tone:"ok",text:`\u2713 Using ${i.label} for this session only (your saved default is unchanged).`});return}if(a.escape){nt(null);return}return}if(Ie){if(a.upArrow){$t(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){$t(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Ie.rows.length){$t(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return||c==="s"){let i=Ie.rows[Ie.cursor];$t(null),or(i.name,a.return===!0);return}if(a.escape){$t(null);return}return}if(qo){if(a.escape){Kt(null);return}if(a.leftArrow||a.tab&&a.shift){Kt(i=>i&&{tab:(i.tab-1+Re.length)%Re.length});return}if(a.rightArrow||a.tab){Kt(i=>i&&{tab:(i.tab+1)%Re.length});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Re.length){Kt({tab:Number(c)-1});return}return}if(Fe){if(a.upArrow){vt(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){vt(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=Fe.rows.length){vt(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return){let i=Fe.rows[Fe.cursor].name;if(vt(null),!fr(e,i).created){d({kind:"note",tone:"error",text:"Could not scaffold \u2014 .d360-writer/config.json already exists."});return}d({kind:"note",tone:"ok",text:`\u2713 Wrote .d360-writer/config.json (environment "${i}").`});let u=!1;try{let m=Qe(i);u=!!m&&!(Ue(m)&&!m.refreshToken)}catch{u=!1}d({kind:"note",tone:"info",text:u?`Next: sign in to ${i} and pick your project \u2014 you're already signed in here, so it'll be quick. (press 1)`:`Next: sign in to Document360 (${i}) and pick your project. (press 1)`}),Y(["/login"]),oe(m=>m+1);return}if(a.escape){vt(null);return}return}if(me){if(a.upArrow){Ct(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){Ct(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=me.rows.length){Ct(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return){let i=me.rows[me.cursor],{profile:h,projectId:u}=me;Ct(null),jn(h,u,i);return}if(a.escape){Ct(null);return}return}if(xe){if(a.upArrow){ot(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){ot(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=xe.rows.length){ot(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return){let i=xe.rows[xe.cursor],{profile:h}=xe;ot(null),En(h,i);return}if(a.escape){ot(null);return}return}if(ge){if(a.upArrow){Tt(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){Tt(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c===" "){Tt(i=>i&&{...i,rows:i.rows.map((h,u)=>u===i.cursor?{...h,checked:!h.checked}:h)});return}if(a.return){let i=ge.rows.filter(h=>h.checked).map(h=>h.path);if(Tt(null),i.length===0){d({kind:"note",tone:"info",text:"Nothing selected \u2014 scope unchanged."});return}Sr(e,i),d({kind:"note",tone:"ok",text:`\u2713 Scoped to ${i.length} folder(s) \u2014 written to .d360-writer/config.json`});for(let h of i)d({kind:"note",tone:"info",text:` ${h}`});d({kind:"note",tone:"info",text:"Next: ask me to analyze these folders and propose a docs structure."});return}if(a.escape){Tt(null);return}return}if(He){if(a.upArrow){Rt(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){Rt(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=He.rows.length){Rt(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return){let i=He.rows[He.cursor],h=He.run;Rt(null),h(i.token);return}if(a.escape){Rt(null);return}return}if(rt){if(a.upArrow){Pt(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){Pt(i=>i&&{...i,cursor:Math.min(i.rows.length-1,i.cursor+1)});return}if(c&&/^[1-9]$/.test(c)&&Number(c)<=rt.rows.length){Pt(i=>i&&{...i,cursor:Number(c)-1});return}if(a.return){let i=rt.rows[rt.cursor];Pt(null),i.kind==="article"?tr(i.paths[0]):Dn(i.paths);return}if(a.escape){Pt(null);return}return}if($e){if(a.escape){st(null);return}if(a.upArrow){st(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){st(i=>i&&{...i,cursor:Math.min(Math.max(0,Tn.length-1),i.cursor+1)});return}if(a.return){let i=Tn[$e.cursor];if(i){st(null);try{d({kind:"preview",name:wn(i),text:$c(Ms(ht(e,i),"utf8"))})}catch(h){d({kind:"note",tone:"error",text:`Could not read ${i}: ${h.message}`})}}return}if(a.backspace||a.delete){st(i=>i&&{...i,query:i.query.slice(0,-1),cursor:0});return}if(c&&!a.ctrl&&!a.meta&&c.length===1){st(i=>i&&{...i,query:i.query+c,cursor:0});return}return}if(Ce){if(a.escape){at(null);return}if(a.upArrow){at(i=>i&&{...i,cursor:Math.max(0,i.cursor-1)});return}if(a.downArrow){at(i=>i&&{...i,cursor:Math.min(Math.max(0,Sn.length-1),i.cursor+1)});return}if(a.return){let i=Sn[Ce.cursor];if(i){at(null),we(i.uuid),Ne.current={uuid:i.uuid,firstPrompt:i.firstPrompt,titleFired:!0},et(i.name),Us(i.uuid),bt.current=[];let h=Ns(e,i.uuid);for(let u of h)d(u);d({kind:"note",tone:"ok",text:h.length?`Resumed "${i.name}" \u2014 restored ${h.length} message(s); continue where you left off.`:`Resumed "${i.name}" (agent memory reconnected; no saved transcript to replay).`})}return}if(a.backspace||a.delete){at(i=>i&&{...i,query:i.query.slice(0,-1),cursor:0});return}if(c&&!a.ctrl&&!a.meta&&c.length===1){at(i=>i&&{...i,query:i.query+c,cursor:0});return}return}if(a.tab&&!A&&Se){x(Se),ue(null),gt.current++;return}if(!A&&Je.length>0&&!Lo&&c&&/^[1-9]$/.test(c)){let i=Je[Number(c)-1];if(i){x(mt(i));return}}if(!A&&(Ko||Yo)&&c==="c"&&!a.ctrl&&!a.meta&&!a.return&&!a.tab){let i=Ko!=null;_l(Ko??Yo).then(u=>{d({kind:"note",tone:u?"ok":"warn",text:u?i?"\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.":i?"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."}),u&&i&&Qo(null)});return}if(!mi(c,a)){if(ai){if(a.upArrow){yt(i=>Math.max(0,i-1));return}if(a.downArrow){yt(i=>Math.min(Zt.length-1,i+1));return}if(a.tab){x("/"+(Zt[Vt]?.name??"")+" "),yt(0);return}if(a.return){let i=Zt[Vt];if(i){let h=A.trim().slice(1).split(/\s+/).slice(1).join(" ");if(Bl(i.usage)&&!h){x("/"+i.name+" "),yt(0);return}_n("/"+i.name+(h?" "+h:""));return}}}else{if(a.upArrow){if(A!==""&&kt===null){On(-1);return}let i=Uo.current;if(!i.length)return;let h=kt===null?i.length-1:Math.max(0,kt-1);xn(h),x(i[h]??"");return}if(a.downArrow){if(A!==""&&kt===null){On(1);return}let i=Uo.current;if(kt===null)return;let h=kt+1;h>=i.length?(xn(null),x("")):(xn(h),x(i[h]??""));return}}if(a.return){_n();return}if(a.backspace||a.delete){C();return}if(a.escape){x(""),yt(0),ue(null),Y([]),de(null);return}c&&!a.ctrl&&!a.meta&&pi(c)}}}),ke(()=>{if(S||W)return;let c=it.current.shift();c!==void 0&&(Ho([...it.current]),_n(c))},[S,W,_n]),G(ee,{flexDirection:"column",width:je,children:[er!==null&&G(ee,{marginTop:1,flexDirection:"column",children:[er.truncated&&E(j,{dimColor:!0,children:"\u2026"}),E(j,{children:er.text})]}),S&&(vn?E(Mh,{p:vn}):E(_h,{startTime:Ze.current,chars:Oc})),!S&&ei?E(Oh,{text:ei}):null,E(ee,{borderStyle:"round",borderColor:ii.prod?"yellow":B,borderTop:!0,borderBottom:!0,borderLeft:!1,borderRight:!1,marginTop:1,flexDirection:"column",children:A?fi.map((c,a)=>{let i=w.text.slice(c.start,c.end),h=a===Ao(fi,w.pos),u=Math.min(w.pos,c.end)-c.start;return G(j,{children:[E(j,{color:B,children:a===0?"> ":" "}),h?G(Fs,{children:[i.slice(0,u),E(Io,{ch:i[u]??" "}),i.slice(u+1)]}):i||" "]},`${a}-${c.start}`)}):G(j,{children:[E(j,{color:B,children:"> "}),Se&&!S?G(Fs,{children:[E(Io,{ch:Se[0],dim:!0}),E(j,{color:"gray",children:Se.slice(1)}),E(j,{dimColor:!0,children:" (tab)"})]}):(Zo.isSetup||!Ic)&&!S?G(Fs,{children:[E(Io,{ch:Zo.text[0],dim:!0}),E(j,{color:"gray",children:Zo.text.slice(1)})]}):E(Io,{ch:" "})]})}),Zs.length>0&&E(ee,{flexDirection:"column",paddingX:1,children:Zs.map((c,a)=>E(j,{color:"gray",children:`\u29D7 queued: ${c}`},`${a}-${c.slice(0,24)}`))}),qo?E(Gl,{tab:qo.tab,width:je}):tt?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Select model"}),E(j,{color:"gray",children:"Your pick becomes your personal default for new sessions (team .d360-writer/config.json still wins)."}),Ee.map((c,a)=>G(j,{color:a===tt.cursor?B:void 0,children:[a===tt.cursor?"\u276F ":" ",`${a+1}. ${c.label}${a===tt.current?" \u2714":""}`.padEnd(16),E(j,{color:"gray",children:c.desc})]},c.label)),E(j,{dimColor:!0,children:"enter set as default \xB7 s this session only \xB7 esc cancel"})]}):Ie?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Switch connection profile"}),Ie.rows.map((c,a)=>G(j,{color:a===Ie.cursor?B:void 0,children:[a===Ie.cursor?"\u276F ":" ",`${a+1}. ${c.name}${a===Ie.current?" \u2714":""}`.padEnd(20),E(j,{color:"gray",children:`${c.env} \xB7 ${c.who??"not signed in"}`}),c.prod?E(j,{color:"yellow",bold:!0,children:" \u26A0 PRODUCTION"}):null]},c.name)),E(j,{dimColor:!0,children:"enter switch (saved as default) \xB7 s this session only \xB7 esc cancel"})]}):Fe?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Pick your Document360 environment"}),Fe.rows.map((c,a)=>G(j,{color:a===Fe.cursor?B:void 0,children:[a===Fe.cursor?"\u276F ":" ",`${a+1}. ${c.name}`.padEnd(16),E(j,{color:"gray",children:c.apiUrl})]},c.name)),E(j,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):me?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Switch workspace"}),E(j,{dimColor:!0,children:`environment ${me.environment} \xB7 project ${me.projectName??`${me.projectId.slice(0,8)}\u2026`}`}),me.rows.map((c,a)=>G(j,{color:a===me.cursor?B:void 0,children:[a===me.cursor?"\u276F ":" ",`${a+1}. ${c.name}${a===me.current?" \u2714":""}`.padEnd(30),E(j,{color:"gray",children:c.type??""})]},c.id)),E(j,{dimColor:!0,children:"enter switch \xB7 esc cancel"})]}):xe?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Choose project"}),E(j,{dimColor:!0,children:`environment ${xe.environment}`}),xe.rows.map((c,a)=>G(j,{color:a===xe.cursor?B:void 0,children:[a===xe.cursor?"\u276F ":" ",`${a+1}. ${c.name}${a===xe.current?" \u2714":""}`.padEnd(30),E(j,{color:"gray",children:c.sub??""})]},c.id)),E(j,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ge?(()=>{let a=Math.min(Math.max(0,ge.cursor-Math.floor(7)),Math.max(0,ge.rows.length-14)),i=ge.rows.slice(a,a+14),h=ge.rows.filter(u=>u.checked).length;return G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:`Which folders back the user docs? (${h} selected of ${ge.rows.length})`}),a>0?E(j,{dimColor:!0,children:` \u2191 ${a} more`}):null,i.map((u,m)=>{let y=a+m;return G(j,{color:y===ge.cursor?B:void 0,children:[y===ge.cursor?"\u276F ":" ",u.checked?"\u25C9 ":"\u25CB ",u.path.padEnd(Math.min(48,je-34)),E(j,{color:"gray",children:so(u)})]},u.path)}),a+14<ge.rows.length?E(j,{dimColor:!0,children:` \u2193 ${ge.rows.length-a-14} more`}):null,E(j,{dimColor:!0,children:"space toggle \xB7 enter save \xB7 esc cancel"})]})})():He?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Which category? (pick one to scope to)"}),He.rows.map((c,a)=>{let i=a===He.cursor,h=`${a+1}.`.padEnd(3);return G(j,{color:i?B:void 0,children:[i?"\u276F ":" ",`${h} ${c.label} (${c.count})`.padEnd(Math.min(44,Math.max(20,je-24))),E(j,{color:"gray",children:` ${c.token}`})]},c.token)}),E(j,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter select \xB7 esc cancel"})]}):rt?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:"Publish to Document360 \u2014 pick a category (whole) or an article:"}),rt.rows.map((c,a)=>{let i=a===rt.cursor,h=c.indent?" ":" ",u=`${a+1}.`.padEnd(3);return G(j,{color:i?B:void 0,bold:c.kind==="category"&&!i,children:[i?"\u276F ":" ",`${h}${u} ${c.label}`.padEnd(Math.min(56,je-24)),c.note?E(j,{color:"gray",children:c.note}):null]},`${c.kind}:${c.paths.join(",")}`)}),E(j,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter publish (draft) \xB7 esc cancel"})]}):$e?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:`Preview article${$e.query?` \u2014 filter: ${$e.query}`:" (type to filter)"}`}),Tn.length===0?E(j,{color:"gray",children:"no articles match"}):Tn.map((c,a)=>G(j,{color:a===$e.cursor?B:void 0,children:[a===$e.cursor?"\u276F ":" ",c]},c)),E(j,{dimColor:!0,children:"enter preview \xB7 esc cancel"})]}):Ce?G(ee,{flexDirection:"column",paddingX:1,children:[E(j,{color:B,bold:!0,children:`Resume session${Ce.query?` \u2014 filter: ${Ce.query}`:" (type to filter)"}`}),Sn.length===0?E(j,{color:"gray",children:"no sessions match"}):Sn.map((c,a)=>G(j,{color:a===Ce.cursor?B:void 0,children:[a===Ce.cursor?"\u276F ":" ",c.name.slice(0,28).padEnd(30),E(j,{color:a===Ce.cursor?B:"gray",children:c.firstPrompt.slice(0,Math.max(10,je-40))})]},c.uuid)),E(j,{dimColor:!0,children:"enter resume \xB7 esc cancel"})]}):ai?G(ee,{flexDirection:"column",children:[Zt.map((c,a)=>G(j,{color:a===Vt?B:void 0,children:[a===Vt?"\u276F ":" ",c.usage.padEnd(22)," ",E(j,{color:a===Vt?B:"gray",children:c.name==="model"&&Bo?`${c.desc} (currently ${Bo})`:c.desc})]},c.name)),E(j,{dimColor:!0,children:"\u2191\u2193 choose \xB7 enter run \xB7 tab complete \xB7 esc dismiss"})]}):!S&&!A&&Je.length>0?G(ee,{flexDirection:"column",paddingX:1,children:[Js?E(j,{color:B,children:Js}):null,Je.map((c,a)=>{let i=mt(c),h=i.slice(0,Math.max(20,je-5)),u=je-h.length-7,m=u>=12?(Ql(c)??Hl(i)).slice(0,u):"";return G(j,{children:[E(j,{color:B,children:a+1})," ",h,m?E(j,{dimColor:!0,children:` \u2014 ${m}`}):null]},i)}),E(j,{dimColor:!0,children:`press 1-${Je.length} to fill the command \xB7 esc dismiss`})]}):E(ee,{paddingX:1,children:G(j,{color:"gray",children:[ii.prod?"\u26A0 PRODUCTION \xB7 ":"",`/help \xB7 ${Bo??"model n/a"}${t.kind==="api"?oi>0?` \xB7 ${he(oi)}`:"":ni>0?` \xB7 ${ze(ni)}`:""} \xB7 \u2191 history \xB7 ctrl+c exit`]})})]})}H();import{jsx as Hh}from"react/jsx-runtime";async function Tc(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}=Wh(Hh(Rc,{cwd:e,auth:r,profileName:n,version:o}));await s(),process.stdout.write(`
339
- `),process.exit(0)}H();import{writeCrashLog as Sc,isBenignTransportError as qh}from"document360-engine";var Dc=!1;function Ys(e){return e instanceof Error?e.message:typeof e=="string"?e:JSON.stringify(e)}function jc(e){if(Dc)return;Dc=!0;let t=(n,o)=>{if(qh(o)){Sc({kind:n,level:"transport",message:Ys(o),stack:o instanceof Error?o.stack:void 0,detail:e});return}let r=Sc({kind:n,level:"fatal",message:Ys(o),stack:o instanceof Error?o.stack:void 0,detail:e});process.stderr.write(`
340
- `+$(`\u2717 d360-writer crashed: ${Ys(o)}`)+`
328
+ `)}`}),Je(u.map(T=>`/draft ${T.name}`));return}let w="",P;if(b){let T=si(u,b);T?w=T:P=b}else w=u[0]?.name??"";await re(yo(w,P),{display:b?`/draft ${b}`:"/draft",quietUser:!0});return}case"pull":{if(!rr(l.trim()))return;let u=h.find(m=>m.startsWith("--"));try{if(u==="--status"){d({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"});let w=Date.now(),P=await jc({cwd:e,profileName:i});d({kind:"note",tone:"info",text:ho(P,Date.now()-w).join(`
329
+ `)});return}if(u==="--baseline"){let w=h.find(q=>!q.startsWith("--")),P=w?w.replace(/\\/g,"/"):void 0;d({kind:"note",tone:"info",text:P?`Setting the sync baseline for ${P}\u2026`:"Setting a sync baseline for tracked-but-not-yet-compared articles\u2026"});let T=await Lh({cwd:e,profileName:i,relPaths:P?[P]:void 0}),z=P?{rebaselined:[],skipped:[]}:await Oh({cwd:e,profileName:i});if(T.baselined.length===0&&T.skipped.length===0&&z.rebaselined.length===0){d({kind:"note",tone:"ok",text:"\u2713 Nothing to baseline \u2014 every tracked article already has a sync baseline."});return}T.baselined.length>0&&d({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.`}),z.rebaselined.length>0&&d({kind:"note",tone:"ok",text:`\u2713 Refreshed the metadata baseline for ${z.rebaselined.length} article${z.rebaselined.length===1?"":"s"} \u2014 cleared false "metadata changed" drift.`}),T.skipped.length>0&&d({kind:"note",tone:"warn",text:`${T.skipped.length} skipped:
330
+ ${T.skipped.map(q=>` - ${q.path} (${q.reason})`).join(`
331
+ `)}`}),Z(q=>q+1);return}if(u==="--compare"){d({kind:"note",tone:"info",text:"Comparing the manifest against the per-article path (read-only)\u2026"});let w=await Nh({cwd:e,profileName:i}),P=w.onlyInLegacy.length===0&&w.onlyInManifest.length===0&&w.mappedMissingFromManifest.length===0,T=[`Legacy listing: ${w.legacyCount} \xB7 Manifest: ${w.manifestCount} \xB7 in both: ${w.inBoth}`];P?T.push("\u2713 Parity \u2014 the manifest sees exactly the same articles. Safe to make it the default sync source."):(w.mappedMissingFromManifest.length&&T.push(`\u2717 ${w.mappedMissingFromManifest.length} MAPPED article(s) missing from the manifest: ${w.mappedMissingFromManifest.slice(0,5).join(", ")}`),w.onlyInLegacy.length&&T.push(`\u26A0 ${w.onlyInLegacy.length} only in the legacy listing: ${w.onlyInLegacy.slice(0,5).join(", ")}`),w.onlyInManifest.length&&T.push(`\u26A0 ${w.onlyInManifest.length} only in the manifest: ${w.onlyInManifest.slice(0,5).join(", ")}`),T.push("Send me this \u2014 a mismatch pinpoints where the manifest differs before we flip.")),d({kind:"note",tone:P?"ok":"warn",text:T.join(`
332
+ `)});return}if(u){d({kind:"note",tone:"error",text:`Unknown option: ${u} \u2014 use /pull, /pull <path>, /pull --status, or /pull --baseline.`});return}let m=h[0];if(m){let w=await _h({cwd:e,profileName:i,relPath:m.replace(/\\/g,"/")});De.current=[w],Hn();return}d({kind:"note",tone:"info",text:"Pulling changes from Document360\u2026"});let b=await Ur({cwd:e,profileName:i});for(let w of Wr(b))d({kind:"note",tone:w.tone,text:w.text});Z(w=>w+1)}catch(m){d({kind:"note",tone:"error",text:`Pull failed: ${m.message}`})}return}case"scope":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let u=Mh(e);if(u.length===0){d({kind:"note",tone:"info",text:'No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer/config.json manually.'});return}Pt({cursor:0,rows:u.map(m=>({...m,checked:m.recommended}))});return}case"audit":{if(h[0]==="--auto"){let m=ee(e);if(!m){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let b=h[1]!=="off";Sc({...m,autoAudit:b},e),d({kind:"note",tone:"ok",text:b?"\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 u=await dn();u.kind==="forward-to-agent"&&u.prompt&&await re(u.prompt,{display:u.display,quietUser:!0});return}case"check":{let u=h.find(w=>!w.startsWith("--")),m=u?` ${u}`:"",b=Ac({cwd:e,scope:u});if(h.includes("--fix")){if(b.length===0){d({kind:"note",tone:"ok",text:"\u2713 Nothing to fix \u2014 the docs are already clean."});return}d({kind:"note",tone:"info",text:`Fixing ${b.length} doc issue${b.length===1?"":"s"}\u2026`}),await re(Ei(b),{display:`/check${m} --fix`,quietUser:!0});let w=Ac({cwd:e,scope:u});d({kind:"note",tone:w.length===0?"ok":"warn",text:w.length===0?"\u2713 Doc-checker: all issues resolved.":Ro(w).join(`
333
+ `)}),St(w.length===0?`Deterministic issues fixed. Next: /review${m} --fix for editorial quality (style, grammar, structure), then /publish --all.`:`Some issues remain \u2014 /review${m} --fix runs the editorial review + fixes, then /publish --all.`,{kind:"cmd",cmd:`/review${m} --fix`,reason:""});return}d({kind:"note",tone:b.length===0?"ok":"warn",text:Ro(b).join(`
334
+ `)}),b.length>0&&St(`Found ${b.length} doc issue${b.length===1?"":"s"} above. /check${m} --fix has the agent fix them in place (or /review${m} --fix for the full editorial pass; /publish --all publishes as-is).`,{kind:"cmd",cmd:`/check${m} --fix`,reason:""});return}case"structure":{let u=wn(e,i);if(u.length===0){d({kind:"note",tone:"info",text:"No documentation structure yet \u2014 run /init and author some articles first."});return}d({kind:"note",tone:"info",text:["Documentation order (categories \u2192 articles):","",...u].join(`
335
+ `)});return}case"reorder":{let u=Ni(e,h);if(!u){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}await re(u.prompt,{display:u.display,quietUser:!0}),St("Reordered locally \u2014 /publish --all syncs the new order to Document360.",{kind:"cmd",cmd:"/publish --all",reason:""});return}case"review":{let u=Ii(e,h);if(!u){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=h.includes("--fix");if(await re(u.prompt,{display:u.display,quietUser:!0}),m)St("\u2713 Editor applied its fixes \u2014 your docs are corrected. /publish --all pushes them up (or /check for an instant no-token re-scan first).",{kind:"cmd",cmd:"/publish --all",reason:""});else{let b=h.filter(w=>w!=="--fix").join(" ");St(`The review listed issues above. /review${b?` ${b}`:""} --fix lets the editor apply them all (or /check --fix for just the deterministic ones; /publish --all publishes as-is).`,{kind:"cmd",cmd:`/review${b?` ${b}`:""} --fix`,reason:""})}return}case"capture-setup":{let u=await mn();u.kind==="forward-to-agent"&&u.prompt&&await re(u.prompt,{display:u.display,quietUser:!0});let m=ki(e);m&&d({kind:"note",tone:"info",text:m.join(`
336
+ `)});return}case"devhints":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}d({kind:"note",tone:"info",text:Mt(Ot(e)).join(`
337
+ `)}),Dt(ct()),Xt.current=Te(e).status==="current"||Oe(e);return}case"inbox":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(bi(e)===0){d({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 re(xi(),{display:"/inbox",quietUser:!0});return}case"document":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{publish:u,what:m}=ci(h);if(!m&&li(e)===0){d({kind:"note",tone:"info",text:di});return}let b=`/document${m?` ${m}`:""}${u?" --publish":""}`;await re(ui(m,u),{display:b,quietUser:!0});return}case"catch-up":{if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(!rr(l.trim()))return;let{publish:u}=vi(h);d({kind:"note",tone:"info",text:"Reconciling with Document360 (pulling any portal changes)\u2026"});let m=await Pi({cwd:e,profileName:i});for(let w of Ri(m))d({kind:"note",tone:w.startsWith("\u2713")?"ok":w.startsWith("\u2139")?"info":"warn",text:w});let b=gn(hn(e));d({kind:"note",tone:"info",text:b?`Catching up on ${b}\u2026`:"Checking for code changes the builder didn\u2019t hint\u2026"}),await re(Ci({publish:u}),{display:`/catch-up${u?" --publish":""}`,quietUser:!0});return}case"update":{nr.current=!0,d({kind:"note",tone:"info",text:`Updating ${pt}\u2026 (don\u2019t close this window)`}),Sn(!0),(await Co().finally(()=>Sn(!1))).ok?(d({kind:"note",tone:"ok",text:"\u2713 Updated \u2014 run /exit, then relaunch to apply."}),Y("/exit"),ls("")):d({kind:"note",tone:"warn",text:`Update failed \u2014 run manually: ${vo}`});return}case"screenshot":{let u=gi(h);if(u.mode==="list"){if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}d({kind:"note",tone:"info",text:yi(wi(e,u.scope),u.scope).join(`
338
+ `)});return}if(u.mode==="single"){let M=await xo(h);M.kind==="forward-to-agent"&&M.prompt&&await re(M.prompt,{display:M.display,quietUser:!0});return}if(!ee(e)){d({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=u.mode==="scope"?u.scope:void 0,b=Hh(e,{scope:m}).map(M=>M.id);if(b.length===0){d({kind:"note",tone:"info",text:m?`No screenshot placeholders under ${m}.`:"No screenshot placeholders found in the docs."});return}let w=6,P=Fh(b,3),T=Bo(e,"standard");Ze.current=Date.now(),ht(0),N(!0);let z=new AbortController;ve.current=z,ne({verb:"Authoring",unit:"spec",total:P.length,done:0,active:[],rows:bn(P),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),d({kind:"note",tone:"info",text:`Authoring ${b.length} screenshot spec${b.length===1?"":"s"} across ${P.length} partition${P.length===1?"":"s"} (\u2264${w} agents at once) on ${T.model}${T.forced?" (forced)":""}\u2026 (esc to stop)`});let q=!1;try{for await(let M of qo({cwd:e,partitions:P,promptFor:kl,concurrency:w,profileName:i,allowProdWrites:kt.current,model:T.model,signal:z.signal}))if(M.type==="partition_status")M.status==="running"?ne(v=>v&&{...v,active:[...v.active,M.label],rows:Ue(v.rows,M.label,"active"),lastAt:Date.now()}):ne(v=>v&&{...v,active:v.active.filter(A=>A!==M.label),done:v.done+1,rows:Ue(v.rows,M.label,M.status==="done"?"done":"failed"),lastAt:Date.now()});else if(M.type==="partition_event")ne(v=>{if(!v)return v;let A={...v,lastAt:Date.now()};return M.event.type==="tool"?A.tools=v.tools+1:M.event.type==="text"&&(A.chars=v.chars+M.event.delta.length),A});else if(M.type==="run_done"){Tt(Q=>Q+M.totalCostUsd),Rt(Q=>Q+M.results.reduce((At,Et)=>At+Et.outputTokens,0));let v=M.results.filter(Q=>Q.ok).length,A=M.aborted?"Stopped. ":"";q=!M.aborted&&u.setup;let H=M.aborted?"":q?" Refreshing the capture-setup checklist\u2026":" Next: /capture-setup, then d360-capture capture.";d({kind:"note",tone:M.aborted?"warn":M.ok?"ok":"warn",text:`${A}Authored specs \u2014 ${v}/${M.results.length} batches ok.${H}`})}}catch(M){d({kind:"note",tone:"error",text:`Spec authoring failed: ${M.message}`})}finally{ve.current=null,ne(null),N(!1),Z(M=>M+1)}if(q){let M=await mn();M.kind==="forward-to-agent"&&M.prompt&&await re(M.prompt,{display:M.display,quietUser:!0});let v=ki(e);v&&d({kind:"note",tone:"info",text:v.join(`
339
+ `)})}return}case"reset":{let u=Di(e);if(u.length===0){d({kind:"note",tone:"info",text:"Nothing to reset \u2014 no d360-writer files found in this repo."});return}An.current={repoName:$n(e),targets:u,hadDevhints:xn(Ic(e))},d({kind:"note",tone:"warn",text:Ai(e,u).join(`
340
+ `)}),fe($n(e));return}default:d({kind:"note",tone:"error",text:`Unknown command: /${s} \u2014 type /help.`})}},[e,r,i,Hn,d,ge,re,Mn,cr,vs]),Bn=V(l=>{let a=(l??D).trim();if(x(""),Dn(null),gt(0),a.startsWith("/")&&(Pn.current=!1,qe(),Vt(null),Je(h=>gc(h,a))),!a||(as(!1),Ps(a))||Cs(a))return;Xo.current.push(a);let s=bc(a,cs.current);if(a.startsWith("/"))d({kind:"user",text:a}),qn(s);else if(Jh(s)){d({kind:"user",text:a});let h=Zh(s);if(!h)re(s,{display:a,quietUser:!0});else{try{eg(e,{title:h,by:"owner (d360-writer terminal)",at:new Date().toISOString()})}catch{}re(`The owner left this documentation directive (already recorded in .d360-writer/directives.md): "${h}". Action it now: ground it in the sources, write/update the article(s) as DRAFTS (do not publish unless asked), following the active doc-type playbook. When finished, call d360_directive_done with the exact title "${h}" and the article path(s) you wrote.`,{display:a,quietUser:!0})}}else re(s,{display:a})},[D,Ps,Cs,qn,re]),Rs=V(l=>{if(l.length>1){if(l.includes("\x1B"))return;let a=wc(l);if(yc(a)){let s=kc(++Zc.current,a);cs.current.set(s,a),R(s)}else R(a);return}R(l)},[R]),jt=Math.max(10,Ae-6),Ts=Xi(()=>Fo(y.text,jt),[y.text,jt]),pr=V(l=>k(a=>({...a,pos:Math.max(0,Math.min(a.text.length,a.pos+l))})),[]),Vn=V(l=>k(a=>({...a,pos:$c(Fo(a.text,jt),a.pos,l)})),[jt]),en=V(l=>k(a=>({...a,pos:vc(Fo(a.text,jt),a.pos,l)})),[jt]),nu=["\x1B[H","\x1B[1~","\x1BOH"],ou=["\x1B[F","\x1B[4~","\x1BOF"],Ss=V((l,a)=>a.leftArrow?(pr(-1),!0):a.rightArrow?(pr(1),!0):l&&nu.includes(l)?(en("start"),!0):l&&ou.includes(l)?(en("end"),!0):a.ctrl&&l==="a"?(en("start"),!0):a.ctrl&&l==="e"?(en("end"),!0):!1,[pr,en]);return dh((l,a)=>{if(a.ctrl&&l==="c"){be.current?.close(),r();return}if(!O){if(S){if(a.escape){if(ve.current){if(!ve.current.signal.aborted){let s=(En?.verb??"work").toLowerCase(),h=En?.unit??"article";d({kind:"note",tone:"warn",text:`\u238B Stopping the ${s} run (finishing in-flight ${h}s)\u2026`}),ve.current.abort()}return}Gt.current||(Gt.current=!0,d({kind:"note",tone:"warn",text:"\u238B Interrupting\u2026"}),be.current?.interrupt());return}if(a.return){let s=D.trim();if(!s)return;st.current.push(s),Jo([...st.current]),x("");return}if(Ss(l,a))return;if(a.upArrow){Vn(-1);return}if(a.downArrow){Vn(1);return}if(a.backspace||a.delete){C();return}l&&!a.ctrl&&!a.meta&&Rs(l);return}if(tt){if(a.upArrow){nt(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){nt(s=>s&&{...s,cursor:Math.min(Ie.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Ie.length){nt(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return){let s=Ie[tt.cursor];nt(null);let{lines:h,changed:u,effective:m}=pn(e,s.value??"default");for(let b of h)d({kind:"note",tone:b.startsWith("\u26A0")?"warn":b.startsWith("\u2713")?"ok":"info",text:b});u&&(ws(b=>b+1),be.current?.setModel(m));return}if(l==="s"){let s=Ie[tt.cursor];nt(null),be.current?.setModel(s.value??void 0),d({kind:"note",tone:"ok",text:`\u2713 Using ${s.label} for this session only (your saved default is unchanged).`});return}if(a.escape){nt(null);return}return}if(Le){if(a.upArrow){bt(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){bt(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Le.rows.length){bt(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return||l==="s"){let s=Le.rows[Le.cursor];bt(null),dr(s.name,a.return===!0);return}if(a.escape){bt(null);return}return}if(Zo){if(a.escape){zt(null);return}if(a.leftArrow||a.tab&&a.shift){zt(s=>s&&{tab:(s.tab-1+Re.length)%Re.length});return}if(a.rightArrow||a.tab){zt(s=>s&&{tab:(s.tab+1)%Re.length});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Re.length){zt({tab:Number(l)-1});return}return}if(We){if(a.upArrow){xt(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){xt(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=We.rows.length){xt(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return){let s=We.rows[We.cursor].name;if(xt(null),!xr(e,s).created){d({kind:"note",tone:"error",text:"Could not scaffold \u2014 .d360-writer/config.json already exists."});return}d({kind:"note",tone:"ok",text:`\u2713 Wrote .d360-writer/config.json (environment "${s}").`});let u=!1;try{let m=mt(s);u=!!m&&!(Xe(m)&&!m.refreshToken)}catch{u=!1}d({kind:"note",tone:"info",text:u?`Next: sign in to ${s} and pick your project \u2014 you're already signed in here, so it'll be quick.`:`Next: sign in to Document360 (${s}) and pick your project.`}),Y("/login"),Z(m=>m+1);return}if(a.escape){xt(null);return}return}if(pe){if(a.upArrow){$t(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){$t(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=pe.rows.length){$t(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return){let s=pe.rows[pe.cursor],{profile:h,projectId:u}=pe;$t(null),Un(h,u,s);return}if(a.escape){$t(null);return}return}if(xe){if(a.upArrow){ot(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){ot(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=xe.rows.length){ot(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return){let s=xe.rows[xe.cursor],{profile:h}=xe;ot(null),Fn(h,s);return}if(a.escape){ot(null);return}return}if(he){if(a.upArrow){Pt(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){Pt(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l===" "){Pt(s=>s&&{...s,rows:s.rows.map((h,u)=>u===s.cursor?{...h,checked:!h.checked}:h)});return}if(a.return){let s=he.rows.filter(h=>h.checked).map(h=>h.path);if(Pt(null),s.length===0){d({kind:"note",tone:"info",text:"Nothing selected \u2014 scope unchanged."});return}Lr(e,s),d({kind:"note",tone:"ok",text:`\u2713 Scoped to ${s.length} folder(s) \u2014 written to .d360-writer/config.json`});for(let h of s)d({kind:"note",tone:"info",text:` ${h}`});d({kind:"note",tone:"info",text:"Next: ask me to analyze these folders and propose a docs structure."});return}if(a.escape){Pt(null);return}return}if(Fe){if(a.upArrow){Ct(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){Ct(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Fe.rows.length){Ct(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return){let s=Fe.rows[Fe.cursor],h=Fe.run;Ct(null),h(s.token);return}if(a.escape){Ct(null);return}return}if(rt){if(a.upArrow){vt(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){vt(s=>s&&{...s,cursor:Math.min(s.rows.length-1,s.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=rt.rows.length){vt(s=>s&&{...s,cursor:Number(l)-1});return}if(a.return){let s=rt.rows[rt.cursor];vt(null),s.kind==="article"?cr(s.paths[0]):Mn(s.paths);return}if(a.escape){vt(null);return}return}if($e){if(a.escape){it(null);return}if(a.upArrow){it(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){it(s=>s&&{...s,cursor:Math.min(Math.max(0,Ln.length-1),s.cursor+1)});return}if(a.return){let s=Ln[$e.cursor];if(s){it(null);try{d({kind:"preview",name:$n(s),text:Wc(Qi(Ji(e,s),"utf8"))})}catch(h){d({kind:"note",tone:"error",text:`Could not read ${s}: ${h.message}`})}}return}if(a.backspace||a.delete){it(s=>s&&{...s,query:s.query.slice(0,-1),cursor:0});return}if(l&&!a.ctrl&&!a.meta&&l.length===1){it(s=>s&&{...s,query:s.query+l,cursor:0});return}return}if(Ce){if(a.escape){at(null);return}if(a.upArrow){at(s=>s&&{...s,cursor:Math.max(0,s.cursor-1)});return}if(a.downArrow){at(s=>s&&{...s,cursor:Math.min(Math.max(0,On.length-1),s.cursor+1)});return}if(a.return){let s=On[Ce.cursor];if(s){at(null),ge(s.uuid),_e.current={uuid:s.uuid,firstPrompt:s.firstPrompt,titleFired:!0},et(s.name),Zi(s.uuid),yt.current=[];let h=Yi(e,s.uuid);for(let u of h)d(u);d({kind:"note",tone:"ok",text:h.length?`Resumed "${s.name}" \u2014 restored ${h.length} message(s); continue where you left off.`:`Resumed "${s.name}" (agent memory reconnected; no saved transcript to replay).`})}return}if(a.backspace||a.delete){at(s=>s&&{...s,query:s.query.slice(0,-1),cursor:0});return}if(l&&!a.ctrl&&!a.meta&&l.length===1){at(s=>s&&{...s,query:s.query+l,cursor:0});return}return}if(a.tab&&!D&&de){x(de),qe();return}if(!D&&Qe.length>0&&!zo&&l&&/^[1-9]$/.test(l)){let s=Qe[Number(l)-1];if(s){x(ft(s));return}}if(!D&&(ir||Kt)&&l==="c"&&!a.ctrl&&!a.meta&&!a.return&&!a.tab){let s=ir!=null;Zl(ir??Kt).then(u=>{d({kind:"note",tone:u?"ok":"warn",text:u?s?"\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.":s?"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."}),u&&s&&sr(null)});return}if(!Ss(l,a)){if(xs){if(a.upArrow){gt(s=>Math.max(0,s-1));return}if(a.downArrow){gt(s=>Math.min(Zt.length-1,s+1));return}if(a.tab){x("/"+(Zt[Bt]?.name??"")+" "),gt(0);return}if(a.return){let s=Zt[Bt];if(s){let h=D.trim().slice(1).split(/\s+/).slice(1).join(" ");if(lc(s.usage)&&!h){x("/"+s.name+" "),gt(0);return}Bn("/"+s.name+(h?" "+h:""));return}}}else{if(a.upArrow){if(D!==""&&wt===null){Vn(-1);return}let s=Xo.current;if(!s.length)return;let h=wt===null?s.length-1:Math.max(0,wt-1);Dn(h),x(s[h]??"");return}if(a.downArrow){if(D!==""&&wt===null){Vn(1);return}let s=Xo.current;if(wt===null)return;let h=wt+1;h>=s.length?(Dn(null),x("")):(Dn(h),x(s[h]??""));return}}if(a.return){Bn();return}if(a.backspace||a.delete){C();return}if(a.escape){x(""),gt(0),qe(),Je([]),Vt(null),Pn.current=!0;return}l&&!a.ctrl&&!a.meta&&Rs(l)}}}),ke(()=>{if(S||O)return;let l=st.current.shift();l!==void 0&&(Jo([...st.current]),Bn(l))},[S,O,Bn]),B(te,{flexDirection:"column",width:Ae,children:[lr!==null&&B(te,{marginTop:1,flexDirection:"column",children:[lr.truncated&&E(j,{dimColor:!0,children:"\u2026"}),E(j,{children:lr.text})]}),S&&(En?E(ug,{p:En}):E(ag,{startTime:Ze.current,chars:Jc})),!S&&fs?E(lg,{text:fs}):null,E(te,{borderStyle:"round",borderColor:bs.prod?"yellow":F,borderTop:!0,borderBottom:!0,borderLeft:!1,borderRight:!1,marginTop:1,flexDirection:"column",children:D?Ts.map((l,a)=>{let s=y.text.slice(l.start,l.end),h=a===Ho(Ts,y.pos),u=Math.min(y.pos,l.end)-l.start;return B(j,{children:[E(j,{color:F,children:a===0?"> ":" "}),h?B(Vo,{children:[s.slice(0,u),E(vn,{ch:s[u]??" "}),s.slice(u+1)]}):s||" "]},`${a}-${l.start}`)}):B(j,{children:[E(j,{color:F,children:"> "}),de&&!S&&Go?B(Vo,{children:[E(vn,{ch:Go[0],dim:!0}),E(j,{color:"gray",children:Go.slice(1)})]}):de&&!S?B(Vo,{children:[E(vn,{ch:de[0],dim:!0}),E(j,{color:"gray",children:de.slice(1)}),E(j,{dimColor:!0,children:" (tab)"})]}):(ar.isSetup||!Xc)&&!S?B(Vo,{children:[E(vn,{ch:ar.text[0],dim:!0}),E(j,{color:"gray",children:ar.text.slice(1)})]}):E(vn,{ch:" "})]})}),ps.length>0&&E(te,{flexDirection:"column",paddingX:1,children:ps.map((l,a)=>E(j,{color:"gray",children:`\u29D7 queued: ${l}`},`${a}-${l.slice(0,24)}`))}),Zo?E(uc,{tab:Zo.tab,width:Ae}):tt?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Select model"}),E(j,{color:"gray",children:"Your pick becomes your personal default for new sessions (team .d360-writer/config.json still wins)."}),Ie.map((l,a)=>B(j,{color:a===tt.cursor?F:void 0,children:[a===tt.cursor?"\u276F ":" ",`${a+1}. ${l.label}${a===tt.current?" \u2714":""}`.padEnd(16),E(j,{color:"gray",children:l.desc})]},l.label)),E(j,{dimColor:!0,children:"enter set as default \xB7 s this session only \xB7 esc cancel"})]}):Le?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Switch connection profile"}),Le.rows.map((l,a)=>B(j,{color:a===Le.cursor?F:void 0,children:[a===Le.cursor?"\u276F ":" ",`${a+1}. ${l.name}${a===Le.current?" \u2714":""}`.padEnd(20),E(j,{color:"gray",children:`${l.env} \xB7 ${l.who??"not signed in"}`}),l.prod?E(j,{color:"yellow",bold:!0,children:" \u26A0 PRODUCTION"}):null]},l.name)),E(j,{dimColor:!0,children:"enter switch (saved as default) \xB7 s this session only \xB7 esc cancel"})]}):We?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Pick your Document360 environment"}),We.rows.map((l,a)=>B(j,{color:a===We.cursor?F:void 0,children:[a===We.cursor?"\u276F ":" ",`${a+1}. ${l.name}`.padEnd(16),E(j,{color:"gray",children:l.apiUrl})]},l.name)),E(j,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):pe?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Switch workspace"}),E(j,{dimColor:!0,children:`environment ${pe.environment} \xB7 project ${pe.projectName??`${pe.projectId.slice(0,8)}\u2026`}`}),pe.rows.map((l,a)=>B(j,{color:a===pe.cursor?F:void 0,children:[a===pe.cursor?"\u276F ":" ",`${a+1}. ${l.name}${a===pe.current?" \u2714":""}`.padEnd(30),E(j,{color:"gray",children:l.type??""})]},l.id)),E(j,{dimColor:!0,children:"enter switch \xB7 esc cancel"})]}):xe?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Choose project"}),E(j,{dimColor:!0,children:`environment ${xe.environment}`}),xe.rows.map((l,a)=>B(j,{color:a===xe.cursor?F:void 0,children:[a===xe.cursor?"\u276F ":" ",`${a+1}. ${l.name}${a===xe.current?" \u2714":""}`.padEnd(30),E(j,{color:"gray",children:l.sub??""})]},l.id)),E(j,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):he?(()=>{let a=Math.min(Math.max(0,he.cursor-Math.floor(7)),Math.max(0,he.rows.length-14)),s=he.rows.slice(a,a+14),h=he.rows.filter(u=>u.checked).length;return B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:`Which folders back the user docs? (${h} selected of ${he.rows.length})`}),a>0?E(j,{dimColor:!0,children:` \u2191 ${a} more`}):null,s.map((u,m)=>{let b=a+m;return B(j,{color:b===he.cursor?F:void 0,children:[b===he.cursor?"\u276F ":" ",u.checked?"\u25C9 ":"\u25CB ",u.path.padEnd(Math.min(48,Ae-34)),E(j,{color:"gray",children:mo(u)})]},u.path)}),a+14<he.rows.length?E(j,{dimColor:!0,children:` \u2193 ${he.rows.length-a-14} more`}):null,E(j,{dimColor:!0,children:"space toggle \xB7 enter save \xB7 esc cancel"})]})})():Fe?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Which category? (pick one to scope to)"}),Fe.rows.map((l,a)=>{let s=a===Fe.cursor,h=`${a+1}.`.padEnd(3);return B(j,{color:s?F:void 0,children:[s?"\u276F ":" ",`${h} ${l.label} (${l.count})`.padEnd(Math.min(44,Math.max(20,Ae-24))),E(j,{color:"gray",children:` ${l.token}`})]},l.token)}),E(j,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter select \xB7 esc cancel"})]}):rt?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:"Publish to Document360 \u2014 pick a category (whole) or an article:"}),rt.rows.map((l,a)=>{let s=a===rt.cursor,h=l.indent?" ":" ",u=`${a+1}.`.padEnd(3);return B(j,{color:s?F:void 0,bold:l.kind==="category"&&!s,children:[s?"\u276F ":" ",`${h}${u} ${l.label}`.padEnd(Math.min(56,Ae-24)),l.note?E(j,{color:"gray",children:l.note}):null]},`${l.kind}:${l.paths.join(",")}`)}),E(j,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter publish (draft) \xB7 esc cancel"})]}):$e?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:`Preview article${$e.query?` \u2014 filter: ${$e.query}`:" (type to filter)"}`}),Ln.length===0?E(j,{color:"gray",children:"no articles match"}):Ln.map((l,a)=>B(j,{color:a===$e.cursor?F:void 0,children:[a===$e.cursor?"\u276F ":" ",l]},l)),E(j,{dimColor:!0,children:"enter preview \xB7 esc cancel"})]}):Ce?B(te,{flexDirection:"column",paddingX:1,children:[E(j,{color:F,bold:!0,children:`Resume session${Ce.query?` \u2014 filter: ${Ce.query}`:" (type to filter)"}`}),On.length===0?E(j,{color:"gray",children:"no sessions match"}):On.map((l,a)=>B(j,{color:a===Ce.cursor?F:void 0,children:[a===Ce.cursor?"\u276F ":" ",l.name.slice(0,28).padEnd(30),E(j,{color:a===Ce.cursor?F:"gray",children:l.firstPrompt.slice(0,Math.max(10,Ae-40))})]},l.uuid)),E(j,{dimColor:!0,children:"enter resume \xB7 esc cancel"})]}):xs?B(te,{flexDirection:"column",children:[Zt.map((l,a)=>B(j,{color:a===Bt?F:void 0,children:[a===Bt?"\u276F ":" ",l.usage.padEnd(22)," ",E(j,{color:a===Bt?F:"gray",children:l.name==="model"&&er?`${l.desc} (currently ${er})`:l.desc})]},l.name)),E(j,{dimColor:!0,children:"\u2191\u2193 choose \xB7 enter run \xB7 tab complete \xB7 esc dismiss"})]}):!S&&!D&&Qe.length>0?B(te,{flexDirection:"column",paddingX:1,children:[ds?E(j,{color:F,children:ds}):null,Qe.map((l,a)=>{let s=ft(l),h=s.slice(0,Math.max(20,Ae-5)),u=Ae-h.length-7,m=u>=12?(hc(l)??sc(s)).slice(0,u):"";return B(j,{children:[E(j,{color:F,children:a+1})," ",h,m?E(j,{dimColor:!0,children:` \u2014 ${m}`}):null]},s)}),E(j,{dimColor:!0,children:`press 1-${Qe.length} to fill \xB7 esc cancel`})]}):E(te,{paddingX:1,children:B(j,{color:"gray",children:[bs.prod?"\u26A0 PRODUCTION \xB7 ":"",`/help \xB7 ${er??"model n/a"}${t.kind==="api"?gs>0?` \xB7 ${me(gs)}`:"":hs>0?` \xB7 ${ze(hs)}`:""} \xB7 \u2191 history \xB7 ctrl+c exit`]})})]})}U();import{jsx as mg}from"react/jsx-runtime";async function qc(e=process.cwd(),t="auto",n,o="0.0.0"){let r=fg(t);r.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${_("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${_("d360-writer --auth subscription")}`),process.exit(2));let{waitUntilExit:i}=pg(mg(Hc,{cwd:e,auth:r,profileName:n,version:o}));await i(),process.stdout.write(`
341
+ `),process.exit(0)}U();import{writeCrashLog as Bc,isBenignTransportError as hg}from"document360-engine";var Vc=!1;function os(e){return e instanceof Error?e.message:typeof e=="string"?e:JSON.stringify(e)}function Gc(e){if(Vc)return;Vc=!0;let t=(n,o)=>{if(hg(o)){Bc({kind:n,level:"transport",message:os(o),stack:o instanceof Error?o.stack:void 0,detail:e});return}let r=Bc({kind:n,level:"fatal",message:os(o),stack:o instanceof Error?o.stack:void 0,detail:e});process.stderr.write(`
342
+ `+$(`\u2717 d360-writer crashed: ${os(o)}`)+`
341
343
  `),r&&process.stderr.write(f(` Crash details: ${r}`)+`
342
344
  `+f(" Run: d360-writer logs")+`
343
- `),process.exit(1)};process.on("uncaughtException",n=>t("uncaughtException",n)),process.on("unhandledRejection",n=>t("unhandledRejection",n))}var Vh=Yh(import.meta.url),Ac=Vh("../package.json");jc("d360-writer");var Te=new Bh;function Gs(e){e.env&&(console.error("\u2717 --env was replaced by --profile (connection profiles). Use: --profile <name>"),process.exit(2))}Te.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=>{Gs(e),await Bn({profile:e.profile,manual:e.manual})});Te.command("logout").description("Remove the stored Document360 session").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{Gs(e),await Ti({profile:e.profile})});Te.command("whoami").description("Show the current Document360 identity (refreshes if expired)").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{Gs(e),await Ri({profile:e.profile})});var Vs=Te.command("profile").description("Manage connection profiles for the current repo");Vs.command("list",{isDefault:!0}).description("List profiles (\u25CF = default)").action(()=>Yn(process.cwd()));Vs.command("use <name>").description("Set the default profile for this repo").action(e=>Gn(process.cwd(),e));Vs.command("show [name]").description("Print the resolved profile (connection + project)").action(e=>Vn(process.cwd(),e));var Ec=Te.command("workspace").description("Choose the Document360 workspace for this repo (active profile's project)");Ec.command("select",{isDefault:!0}).description("Interactively pick the workspace (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>It(process.cwd(),e.profile));Ec.command("use <name>").description("Set the workspace by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await ki(process.cwd(),e,t.profile)});var Nc=Te.command("project").description("Choose the Document360 project for this repo (active profile's identity)");Nc.command("select",{isDefault:!0}).description("Interactively pick the project (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>Fn(process.cwd(),e.profile));Nc.command("use <name>").description("Set the project by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await xi(process.cwd(),e,t.profile)});Te.command("init").description("Scaffold .d360-writer/config.json for this repo (interactive)").action(async()=>{let{initCommand:e}=await Promise.resolve().then(()=>(eo(),Zi));await e()});Te.command("logs").description("Show the API + crash log files (send these to support when reporting a problem)").action(()=>Ai());Te.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(()=>(po(),Qa)),n=await t(process.cwd());for(let o of e(n))console.log(o);process.exitCode=n.some(o=>o.level==="fail")?1:0});Te.name("d360-writer").description("Standalone documentation agent CLI. Reads your code, writes your docs.").version(Ac.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(Gh.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 Ei(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 Nl(e.cwd,e.auth,e.profile):await Tc(e.cwd,e.auth,e.profile,Ac.version)});Te.parseAsync(process.argv).catch(e=>{console.error(""),console.error(`\u2717 ${e.message}`),process.exit(1)});
345
+ `),process.exit(1)};process.on("uncaughtException",n=>t("uncaughtException",n)),process.on("unhandledRejection",n=>t("unhandledRejection",n))}var kg=wg(import.meta.url),Yc=kg("../package.json");Gc("d360-writer");var Se=new gg;function rs(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=>{rs(e),await Jn({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=>{rs(e),await Fs({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=>{rs(e),await Ws({profile:e.profile})});var is=Se.command("profile").description("Manage connection profiles for the current repo");is.command("list",{isDefault:!0}).description("List profiles (\u25CF = default)").action(()=>Zn(process.cwd()));is.command("use <name>").description("Set the default profile for this repo").action(e=>eo(process.cwd(),e));is.command("show [name]").description("Print the resolved profile (connection + project)").action(e=>to(process.cwd(),e));var zc=Se.command("workspace").description("Choose the Document360 workspace for this repo (active profile's project)");zc.command("select",{isDefault:!0}).description("Interactively pick the workspace (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>Nt(process.cwd(),e.profile));zc.command("use <name>").description("Set the workspace by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await Is(process.cwd(),e,t.profile)});var Kc=Se.command("project").description("Choose the Document360 project for this repo (active profile's identity)");Kc.command("select",{isDefault:!0}).description("Interactively pick the project (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>Kn(process.cwd(),e.profile));Kc.command("use <name>").description("Set the project by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await _s(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(()=>(lo(),fa));await e()});Se.command("logs").description("Show the API + crash log files (send these to support when reporting a problem)").action(()=>Vs());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(()=>(bo(),dl)),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(Yc.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(yg.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 Gs(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 Ql(e.cwd,e.auth,e.profile):await qc(e.cwd,e.auth,e.profile,Yc.version)});Se.parseAsync(process.argv).catch(e=>{console.error(""),console.error(`\u2717 ${e.message}`),process.exit(1)});