document360-writer 0.4.95 → 0.4.97

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,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- var rl=Object.defineProperty;var ko=(e,t,n)=>()=>{if(n)throw n[0];try{return e&&(t=e(e=0)),t}catch(o){throw n=[o],o}};var sl=(e,t)=>{for(var n in t)rl(e,n,{get:t[n],enumerable:!0})};import Ne from"picocolors";var V,il,al,ll,us,Et,f,$,L,E,I,ee,xe,W=ko(()=>{"use strict";V="#7f56d9",[il,al,ll]=[127,86,217],us=e=>Ne.isColorSupported?`\x1B[38;2;${il};${al};${ll}m${e}\x1B[39m`:e,Et=e=>Ne.bold(us(e)),f=e=>Ne.dim(e),$=e=>Ne.red(e),L=e=>Ne.yellow(e),E=e=>Ne.green(e),I=us,ee=e=>Ne.gray(e),xe=e=>Ne.bold(e)});import{existsSync as xn,writeFileSync as Ot,readFileSync as zl,readdirSync as Kl}from"node:fs";import{join as Xl}from"node:path";import{devHintsGuidePath as $n,hintsDir as Rs,architectureDir as As,messagesDir as Po,creatorNotesPath as Ds,devhintsStatePath as Es,ensureDir as bn,writeMessage as Jl,listOpenForDev as Ql}from"document360-engine";function Is(){return`# Dev \u2192 Docs hand-off \u2014 protocol guide
2
+ var sl=Object.defineProperty;var bo=(e,t,n)=>()=>{if(n)throw n[0];try{return e&&(t=e(e=0)),t}catch(o){throw n=[o],o}};var il=(e,t)=>{for(var n in t)sl(e,n,{get:t[n],enumerable:!0})};import Ne from"picocolors";var V,al,ll,cl,ds,Et,f,$,U,E,I,ee,xe,W=bo(()=>{"use strict";V="#7f56d9",[al,ll,cl]=[127,86,217],ds=e=>Ne.isColorSupported?`\x1B[38;2;${al};${ll};${cl}m${e}\x1B[39m`:e,Et=e=>Ne.bold(ds(e)),f=e=>Ne.dim(e),$=e=>Ne.red(e),U=e=>Ne.yellow(e),E=e=>Ne.green(e),I=ds,ee=e=>Ne.gray(e),xe=e=>Ne.bold(e)});import{existsSync as xn,writeFileSync as Ot,readFileSync as Kl,readdirSync as Xl}from"node:fs";import{join as Jl}from"node:path";import{devHintsGuidePath as $n,hintsDir as Ds,architectureDir as Es,messagesDir as To,creatorNotesPath as js,devhintsStatePath as Is,ensureDir as bn,writeMessage as Ql,listOpenForDev as Zl}from"document360-engine";function Ns(){return`# Dev \u2192 Docs hand-off \u2014 protocol guide
3
3
 
4
4
  <!-- devhints script v${ne} \xB7 maintained by document360-writer (/devhints). -->
5
5
 
@@ -141,7 +141,7 @@ output shape; the writer judges it like a technical writer would. Two ways:
141
141
  \`--yes\` if the target profile is production.
142
142
  - **Queued (async)** \u2014 drop a \`request\` message (Part 3); the writer documents it on its next session or
143
143
  via CI. Use this when a human should review before publishing.
144
- `}function Zl(){return`# Creator notes (optional \u2014 for the docs agent and the builder)
144
+ `}function ec(){return`# Creator notes (optional \u2014 for the docs agent and the builder)
145
145
 
146
146
  <!-- The ORIGINAL CREATOR's context. Most repos leave this empty \u2014 that's fine.
147
147
  The builder agent reads this FIRST and treats it as authoritative when writing the architecture
@@ -155,60 +155,60 @@ Anything only a human knows that would help document this product. For example:
155
155
  - Gotchas or non-obvious behavior.
156
156
 
157
157
  (Replace these examples with your notes, or leave the file as-is to skip \u2014 it's optional.)
158
- `}function yt(e){bn(Rs(e)),bn(As(e)),bn(Po(e));for(let n of[Rs(e),Po(e)]){let o=Xl(n,".gitkeep");xn(o)||Ot(o,`# Keeps this document360-writer inbox tracked in git even when empty.
159
- `)}xn(Ds(e))||Ot(Ds(e),Zl()),Ot($n(e),Is());let t=_e(e);return _s(e,new Date().toISOString()),t}async function Ns(e,t){for(let n of kt(yt(t.cwd)))console.log(n);return{kind:"continue"}}function ze(){return[`This is document360-writer's dev hand-off setup (v${ne}).`,'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\u20134). 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; AND each session, check"," `.d360-writer/messages/` for open questions from the docs agent and answer them \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 ask me: "Any tribal knowledge that would help document this product? (folder map, terminology,',` what to prioritize or skip, gotchas \u2014 or say 'none')". 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).",`6. Record completion: write/merge \`.d360-writer/devhints-state.json\` with {"completedVersion": ${ne},`,' "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 exactly ONE of:",' \u2022 first-time setup: "\u2705 Setup complete \u2014 go back to document360-writer and run: write the docs for this repo"',' \u2022 a refresh (brief/notes already existed): "\u2705 Hand-off refreshed \u2014 back in document360-writer, run: write the docs for this repo"'].join(`
160
- `)}function To(e){try{let t=zl(Es(e),"utf8"),n=JSON.parse(t);return n&&typeof n=="object"?n:null}catch{return null}}function _s(e,t){let o={...To(e)??{},emittedVersion:ne,emittedAt:t};Ot(Es(e),`${JSON.stringify(o,null,2)}
161
- `)}function Os(e){try{return Kl(As(e)).some(t=>/\.md$/i.test(t)&&t.toLowerCase()!=="creator-notes.md")}catch{return!1}}function _e(e){let n=To(e)?.completedVersion;return typeof n!="number"?{status:"unset"}:{status:n<ne?"stale":"current",completedVersion:n}}function vn(e,t=new Date().toISOString()){let n={guideRefreshed:!1,notifiedBuilder:!1,toVersion:ne};try{if(!xn($n(e)))return n;let o=To(e),r=o?.emittedVersion??0;n.completedVersion=o?.completedVersion;let s=o?.completedVersion??0;ne>r&&(bn(Po(e)),Ot($n(e),Is()),_s(e,t),n.guideRefreshed=!0),ne>s&&(Ql(e).some(p=>p.kind==="request"&&p.subject.startsWith(js))||(Jl(e,{id:`onb${ne}`,created:t,from:"docs",kind:"request",re:"",sources:[],subject:`${js}${ne})`,status:"open",body:[`The dev\u2194docs onboarding protocol moved to v${ne}${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:","",ze()].join(`
162
- `)}),n.notifiedBuilder=!0))}catch{}return n}function Cn(e){if(!xn($n(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${ne}.`,"Please run this prompt in your repository's coding agent (Claude Code / Codex / Cursor) for:",` ${e}`,wt,ze(),wt,"(Also saved in .d360-writer/messages/ \u2014 or run /devhints to re-show. This stops once your builder runs it.)"]}function So(){return['document360-writer (its "docs agent") has been removed from this repository. Please undo its dev\u2192docs',"hand-off setup and restore this repo to how it was before \u2014 in order:","","1. In this repo's agent-memory file (CLAUDE.md, or AGENTS.md \u2014 whichever it edited), REMOVE the",' "Documentation hand-off" section that was added (the rule about dropping hint files in'," `.d360-writer/hints/`, keeping `.d360-writer/architecture/` current, and checking"," `.d360-writer/messages/`). Leave everything else in that file untouched.","2. The `.d360-writer/` folder is already deleted on disk. If it was committed, remove it from version"," control too \u2014 `git rm -r --cached .d360-writer` (if it still resolves) \u2014 and commit the deletions.","3. Do NOT recreate any of those files or follow the hand-off protocol anymore.","","That's it \u2014 this repo is back to its pre-docs-agent state."].join(`
163
- `)}function Pn(){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):",wt,So(),wt]}function kt(e){return[...e?.status==="stale"?[`\u26A0 Your builder last completed devhints v${e.completedVersion}; this hand-off is v${ne}.`," 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):",wt,ze(),wt,"","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 here and run: write the docs for this repo"]}var wt,ne,js,Ke=ko(()=>{"use strict";wt="-".repeat(64),ne=4;js="Re-run dev\u2194docs onboarding (protocol v"});var Wi={};sl(Wi,{doctorCommand:()=>qt,renderDoctorChecks:()=>Mi,runDoctorChecks:()=>Li});import{existsSync as _i}from"node:fs";import{d360GetAll as xu,getAccessToken as $u,isExpired as pr,loadProfileMap as vu,loadTokens as Cu,packageSkillsDir as Oi,projectConfigPath as Pu,readProjectConfig as Tu,DEFAULT_DOCS_DIR as Su,resolveActiveProfile as Ru,classifyClaudeAuth as Du,CLAUDE_CODE_SETUP_HINT as Ui,resolveModelSetting as ju,devHintsGuidePath as Au}from"document360-engine";async function Li(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=Du();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. ${Ui}`}):t.push({level:"fail",label:"Claude: not signed in \u2014 the agent cannot run (no Claude Code credentials on this machine)",fix:Ui});let r=ju(e);t.push({level:"ok",label:`Model: ${r.model??"Claude Code default"} (${r.source})`});let s=Tu(e);if(!s)return t.push({level:"fail",label:`No ${Pu(e)}`,fix:"Run: /init (or d360-writer init)"}),t;t.push({level:"ok",label:`Project config: ${s.projectId}`});let c=(s.docsDir??Su).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 ${c}/ 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 h;try{h=Ru(e),t.push({level:"ok",label:`Profile: ${h.name} (${h.connection.name})${h.production?" \u26A0 PRODUCTION":""}`})}catch(k){return t.push({level:"fail",label:`Profile config: ${k.message.split(".")[0]}`,fix:"Run: /init to scaffold the profiles map"}),t}let b=Cu(h.name);b?pr(b)&&!b.refreshToken?t.push({level:"fail",label:"Document360: session expired (no refresh token)",fix:"/login"}):pr(b)?t.push({level:"warn",label:"Document360: token expired \u2014 will auto-refresh on next call"}):t.push({level:"ok",label:`Document360: logged in (until ${new Date(b.expiresAt).toLocaleString()})`}):t.push({level:"fail",label:"Document360: not logged in",fix:`Run: /login (or d360-writer login --profile ${h.name})`}),t.push(h.project.workspaceId?{level:"ok",label:`Workspace: ${h.project.workspaceName??h.project.workspaceId}`}:{level:"warn",label:"No workspace selected",fix:"Run: /workspace"});let w=vu(e,h.name);w?w.projectId&&h.project.projectId&&w.projectId!==h.project.projectId?t.push({level:"fail",label:`Category map projectId (${w.projectId}) \u2260 profile projectId (${h.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(w.articles).length} articles, ${Object.keys(w.categories).length} categories`}):t.push({level:"ok",label:`Category map: none yet for "${h.name}" (created on first /publish)`}),t.push(_i(Oi())?{level:"ok",label:"Skills bundle present"}:{level:"fail",label:`Skills folder missing at ${Oi()}`,fix:"Reinstall document360-writer (broken install)"});let R=_e(e);if((_i(Au(e))||R.status!=="unset")&&(R.status==="current"?t.push({level:"ok",label:`Dev hand-off: builder up to date (devhints v${ne})`}):R.status==="stale"?t.push({level:"warn",label:`Dev hand-off: builder on devhints v${R.completedVersion}, current is v${ne}`,fix:"Run /devhints and have the repo's coding agent re-run the prompt (adds two-way messages + on-demand docs)"}):t.push({level:"warn",label:"Dev hand-off: guide emitted but the builder hasn't completed it",fix:"Have the repo's coding agent run the /devhints prompt (sets up the two-way channel)"})),b&&(!pr(b)||b.refreshToken)){let k={profile:h.name,connection:h.connection};try{await $u(k);let C=await xu(k,"/v3/projects");t.push({level:"ok",label:`API reachable (${h.connection.apiUrl}) \u2014 ${C.length} project(s) visible`})}catch(C){t.push({level:"fail",label:`API call failed: ${C.message.slice(0,120)}`,fix:"/login if auth-related; otherwise check the apiUrl/network"})}}return t}function Mi(e){let t=[""];for(let r of e){let s=r.level==="ok"?E("\u2713"):r.level==="warn"?L("\u26A0"):$("\u2717");t.push(` ${s} ${r.label}${r.detail?f(` \u2014 ${r.detail}`):""}`),r.fix&&t.push(` ${f("fix:")} ${I(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?E(`\u2713 ${o===0?"All checks passed":`Healthy (${o} warning${o===1?"":"s"})`}`):$(`\u2717 ${n} problem${n===1?"":"s"} found`)),t.push(""),t}async function qt(e,t){console.log(f("Running checks\u2026"));for(let n of Mi(await Li(t.cwd)))console.log(n);return{kind:"continue"}}var _n=ko(()=>{"use strict";Ke();W()});import{Command as Gp}from"commander";import{createRequire as Vp}from"node:module";import{AUTH_MODES as Yp}from"document360-engine";import{input as $l}from"@inquirer/prompts";import{loginPkce as vl,refreshTokens as Cl,toStoredTokens as ws,clearTokens as Pl,decodeJwtClaims as gs,isExpired as Tl,loadTokens as Sl,saveTokens as ys,resolveActiveProfile as fn,setProfileProject as Rl,readProjectConfig as Dl}from"document360-engine";W();import{select as cl}from"@inquirer/prompts";import{resolveActiveProfile as ul,setProfileProject as dl,resolveProjectId as pl,listWorkspaces as fl}from"document360-engine";async function It(e,t){let n=ul(e,t),o={profile:n.name,connection:n.connection},r=n.project.projectId??pl(o);return{workspaces:await fl(o,r),projectId:r,projectName:n.project.projectName,profile:n.name,environment:n.connection.name,current:n.project.workspaceId}}var ds=e=>`${e.name??e.id}${e.workspace_type?` \xB7 ${e.workspace_type}`:""}`;function bo(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 pn(e,t,n,o,r){dl(e,t,{projectId:n,workspaceId:o,workspaceName:r})}async function ps(e,t,n){let o;try{o=await It(e,n)}catch(s){return console.log($(`Could not list workspaces: ${s.message}`)),1}let r=bo(o.workspaces,t);return r?(pn(e,o.profile,o.projectId,r.id,r.name),console.log(E(`\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 ht(e,t){let n;try{n=await It(e,t)}catch(b){console.log($(`Could not list workspaces: ${b.message}`));return}let{workspaces:o,projectId:r,profile:s,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 b of o)console.log(` ${b.id===c?I("\u25CF"):" "} ${ds(b)} ${f(b.id)}`);console.log(f("Run: d360-writer workspace use <name>"));return}let p=await cl({message:"Select the Document360 workspace for this repo:",choices:o.map(b=>({name:`${ds(b)}${b.id===c?" (current)":""}`,value:b.id}))}),h=o.find(b=>b.id===p);pn(e,s,r,p,h?.name),console.log(E(`\u2713 Workspace set to "${h?.name??p}" for profile "${s}".`))}W();import{select as ml}from"@inquirer/prompts";import{resolveActiveProfile as hl,setProfileProject as gl,listProjects as wl}from"document360-engine";async function gt(e,t){let n=hl(e,t),o={profile:n.name,connection:n.connection};return{projects:await wl(o),profile:n.name,environment:n.connection.name,current:n.project.projectId}}var fs=e=>`${e.name??e.id}${e.sub_domain?` \xB7 ${e.sub_domain}`:""}`;function ms(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 xo(e,t,n,o){gl(e,t,{projectId:n,projectName:o,workspaceId:void 0,workspaceName:void 0})}async function hs(e,t){let n;try{n=await gt(e,t)}catch(h){console.log($(`Could not list projects: ${h.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 h of o)console.log(` ${h.id===s?I("\u25CF"):" "} ${fs(h)} ${f(h.id)}`);console.log(f("Run: d360-writer project use <name>"));return}let c=await ml({message:"Select the Document360 project for this repo:",choices:o.map(h=>({name:`${fs(h)}${h.id===s?" (current)":""}`,value:h.id}))}),p=o.find(h=>h.id===c);xo(e,r,c,p?.name),console.log(E(`\u2713 Project set to "${p?.name??c}" for profile "${r}". Next: pick a workspace.`))}W();import yl from"picocolors";function kl(e=process.env){return e.FORCE_HYPERLINK==="0"||!yl.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 bl(e,t=e,n){return kl(n)?`\x1B]8;;${e}\x07${t}\x1B]8;;\x07`:t}var xl=/https?:\/\/[^\s\x1b]+/g;function Nt(e,t){return e.replace(xl,n=>bl(n,n,t))}function ks(e){return{...gs(e.idToken)??{},...gs(e.accessToken)??{}}}function mn(e){let t=ks(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 hn(e){let t=fn(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 vl(n,{manual:e.manual,promptForRedirect:s=>$l({message:s})},s=>console.log(Nt(s))),r=ws(t.name,o);if(ys(r),await $o(r,t.name,s=>console.log(f(s))),console.log(""),console.log(E(`\u2713 Logged in to "${t.name}" as ${mn(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{Dl(process.cwd())?.profiles?.[t.name]&&(console.log(""),await ht(process.cwd(),t.name))}catch{}}async function $o(e,t,n){let r=ks(e).doc360_project_id;if(!(typeof r!="string"||!r))try{if(fn(process.cwd(),t).project.projectId)return;let c;try{let{projects:p}=await gt(process.cwd(),t);c=p.find(h=>h.id===r)?.name}catch{}Rl(process.cwd(),t,{projectId:r,projectName:c}),n(` Project "${c??r}" written to profile "${t}".`)}catch{}}async function bs(e){let t=fn(process.cwd(),e.profile),n=t.connection,o=Sl(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 ${I(t.name)}${t.production?" \u26A0 PRODUCTION":""}: ${mn(o)}`),Tl(o))if(o.refreshToken)try{let r=ws(t.name,await Cl(n,o.refreshToken));ys(r),console.log(E(`\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 xs(e){let t=fn(process.cwd(),e.profile);Pl(t.name)?console.log(E(`\u2713 Logged out of Document360 (profile "${t.name}").`)):console.log(f(`No Document360 session for profile "${t.name}" \u2014 nothing to do.`))}W();import{readProjectConfig as $s,writeProjectConfig as jl,resolveActiveProfile as Al,loadTokens as El,isExpired as Il}from"document360-engine";function gn(e){let t=$s(e);if(!t?.profiles||Object.keys(t.profiles).length===0){console.log($("No profiles in .d360-writer.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?I("\u25CF "):" ",s=o.production?L(" \u26A0 PRODUCTION"):"",c=o.connection.environment??"(inline)",p=El(n),h=p?Il(p)&&!p.refreshToken?L("expired"):f("logged in"):f("not logged in");console.log(`${r}${I(n)} \u2192 ${c}${s} [${h}]`)}console.log(""),console.log(f("\u25CF = default. Switch with: d360-writer profile use <name>")),console.log("")}function wn(e,t){let n=$s(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,jl(n,e);let o=n.profiles[t].production?L(" \u26A0 PRODUCTION"):"";console.log(E(`\u2713 Default profile is now "${t}"${o}`))}function yn(e,t){try{let n=Al(e,t);console.log(""),console.log(`Profile ${I(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}}W();import{existsSync as Nl,readdirSync as _l,statSync as Ol}from"node:fs";import{join as Ul}from"node:path";import{apiLogDir as Ll}from"document360-engine";function vs(){let e=Ll();if(console.log(""),console.log(`Document360 API logs: ${I(e)}`),!Nl(e)){console.log(f(" No logs yet \u2014 they appear after the first Document360 API call.")),console.log("");return}let t=_l(e).filter(n=>n.endsWith(".jsonl")).sort().reverse();t.length===0&&console.log(f(" No logs yet \u2014 they appear after the first Document360 API call."));for(let n of t.slice(0,14)){let o=(Ol(Ul(e,n)).size/1024).toFixed(1);console.log(` ${n} ${f(`${o} 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("")}W();import{createSession as Ml,resolveAuth as Wl,findByName as Fl,slugify as Hl,touchSession as ql,upsertSession as Bl,resolveActiveProfile as Gl}from"document360-engine";async function Cs(e,t,n,o,r,s){let c=Wl(n);c.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${I("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${I("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=Gl(e,r)}catch(k){console.error($(`Document360 profile error: ${k.message}`)),process.exit(2)}p.production&&(console.error(L(`\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 h;if(o){let k=Fl(e,o);k||(console.error($(`No saved session matches "${o}" in this repo.`)),console.error(f("List sessions inside the REPL with /resume.")),process.exit(2)),h=k.uuid,console.error(f(`Resuming "${k.name}"`))}let b=Ml({cwd:e,resume:h,profileName:r,allowProdWrites:s===!0}),w=h??null,R=1;for await(let k of b.send(t))switch(k.type){case"session":if(!w){w=k.sessionId;let C=new Date().toISOString();Bl({uuid:w,name:Hl(t),renamed:!1,titled:!1,cwd:e,firstPrompt:t,createdAt:C,updatedAt:C})}break;case"text":process.stdout.write(k.delta);break;case"tool":console.error(ee(` \u2699 ${k.name}`));break;case"result":R=k.ok?0:1,console.error(f(`(${k.inputTokens}\u2192${k.outputTokens} tokens`+(k.costUsd>0?`, $${k.costUsd<.01?k.costUsd.toFixed(4):k.costUsd.toFixed(2)}`:"")+")")),k.ok||console.error($("agent finished with an error result"));break;case"error":console.error(""),console.error($(`agent error: ${k.message}`)),process.exit(1)}w&&ql(w),process.stdout.write(`
164
- `),process.exit(R)}import{createInterface as bd}from"node:readline/promises";import{createSession as Rr,resolveAuth as xd,getSession as $d,setTitle as vd,slugify as Cd,touchSession as da,upsertSession as Pd,generateTitle as Td,resolveActiveProfile as pa,resolveModelSetting as Sd,readProjectConfig as Rd,decodeJwtClaims as ca,isExpired as Dd,loadTokens as jd}from"document360-engine";var _t=[{name:"init",usage:"/init",desc:"Pick an environment, scaffold .d360-writer.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:"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 [--all|--scope <cat>|<path>] [--run]",desc:"Author the planned articles in parallel (bare = preview + cost; --run starts)",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:"audit",usage:"/audit",desc:"Gap analysis: code vs docs vs Document360 (what 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:"sync",usage:"/sync [pull <path>|--all]",desc:"Drift report local vs Document360; pull portal edits",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"}],Vl=[{key:"start",label:"Start here"},{key:"docs",label:"Write & screenshots"},{key:"publish",label:"Publish & keep in sync"},{key:"setup",label:"Setup & health"},{key:"session",label:"Session"}];function kn(){let e=Math.max(..._t.map(n=>n.usage.length))+2,t=["document360-writer \u2014 commands","","New here? Four steps from a fresh repo to published docs:"," 1. /init \u2192 connect, scaffold config, AND print a one-paste hand-off prompt for your source repo"," 2. run that prompt in your repo's coding agent (Claude Code / Codex / Cursor)",' 3. "write the docs for this repo" \u2192 back here, the agent authors the articles'," 4. /publish \u2192 dual-publish to Document360",""," Screenshots are optional \u2014 add them anytime:"," /screenshot --all \u2192 d360-capture capture \u2192 re-/publish"];for(let{key:n,label:o}of Vl){t.push("",o);for(let r of _t.filter(s=>s.group===n))t.push(` ${r.usage.padEnd(e)}${r.desc}`)}return t.push("","Tip: anything not starting with / is sent to the agent."),t}function Ps(e){if(!e.startsWith("/"))return[];let t=e.slice(1).toLowerCase().split(/\s/)[0]??"";return _t.filter(n=>n.name.startsWith(t))}function Ts(e){return/<[^>]+>/.test(e.replace(/\[[^\]]*\]/g,""))}async function vo(){console.log("");for(let e of kn())console.log(e);return console.log(""),console.log("Reporting a problem? Run `d360-writer logs` for the API log files."),console.log(""),{kind:"continue"}}W();import{getSession as Yl}from"document360-engine";async function Ss(e,t){let n=t.currentUuid(),o=n?Yl(n):void 0;return console.log(o?f(`
158
+ `}function yt(e){bn(Ds(e)),bn(Es(e)),bn(To(e));for(let n of[Ds(e),To(e)]){let o=Jl(n,".gitkeep");xn(o)||Ot(o,`# Keeps this document360-writer inbox tracked in git even when empty.
159
+ `)}xn(js(e))||Ot(js(e),ec()),Ot($n(e),Ns());let t=_e(e);return Os(e,new Date().toISOString()),t}async function _s(e,t){for(let n of kt(yt(t.cwd)))console.log(n);return{kind:"continue"}}function ze(){return[`This is document360-writer's dev hand-off setup (v${ne}).`,'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\u20134). 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; AND each session, check"," `.d360-writer/messages/` for open questions from the docs agent and answer them \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 ask me: "Any tribal knowledge that would help document this product? (folder map, terminology,',` what to prioritize or skip, gotchas \u2014 or say 'none')". 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).",`6. Record completion: write/merge \`.d360-writer/devhints-state.json\` with {"completedVersion": ${ne},`,' "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 exactly ONE of:",' \u2022 first-time setup: "\u2705 Setup complete \u2014 go back to document360-writer and run: write the docs for this repo"',' \u2022 a refresh (brief/notes already existed): "\u2705 Hand-off refreshed \u2014 back in document360-writer, run: write the docs for this repo"'].join(`
160
+ `)}function So(e){try{let t=Kl(Is(e),"utf8"),n=JSON.parse(t);return n&&typeof n=="object"?n:null}catch{return null}}function Os(e,t){let o={...So(e)??{},emittedVersion:ne,emittedAt:t};Ot(Is(e),`${JSON.stringify(o,null,2)}
161
+ `)}function Us(e){try{return Xl(Es(e)).some(t=>/\.md$/i.test(t)&&t.toLowerCase()!=="creator-notes.md")}catch{return!1}}function _e(e){let n=So(e)?.completedVersion;return typeof n!="number"?{status:"unset"}:{status:n<ne?"stale":"current",completedVersion:n}}function vn(e,t=new Date().toISOString()){let n={guideRefreshed:!1,notifiedBuilder:!1,toVersion:ne};try{if(!xn($n(e)))return n;let o=So(e),r=o?.emittedVersion??0;n.completedVersion=o?.completedVersion;let s=o?.completedVersion??0;ne>r&&(bn(To(e)),Ot($n(e),Ns()),Os(e,t),n.guideRefreshed=!0),ne>s&&(Zl(e).some(p=>p.kind==="request"&&p.subject.startsWith(As))||(Ql(e,{id:`onb${ne}`,created:t,from:"docs",kind:"request",re:"",sources:[],subject:`${As}${ne})`,status:"open",body:[`The dev\u2194docs onboarding protocol moved to v${ne}${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:","",ze()].join(`
162
+ `)}),n.notifiedBuilder=!0))}catch{}return n}function Cn(e){if(!xn($n(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${ne}.`,"Please run this prompt in your repository's coding agent (Claude Code / Codex / Cursor) for:",` ${e}`,wt,ze(),wt,"(Also saved in .d360-writer/messages/ \u2014 or run /devhints to re-show. This stops once your builder runs it.)"]}function Ro(){return['document360-writer (its "docs agent") has been removed from this repository. Please undo its dev\u2192docs',"hand-off setup and restore this repo to how it was before \u2014 in order:","","1. In this repo's agent-memory file (CLAUDE.md, or AGENTS.md \u2014 whichever it edited), REMOVE the",' "Documentation hand-off" section that was added (the rule about dropping hint files in'," `.d360-writer/hints/`, keeping `.d360-writer/architecture/` current, and checking"," `.d360-writer/messages/`). Leave everything else in that file untouched.","2. The `.d360-writer/` folder is already deleted on disk. If it was committed, remove it from version"," control too \u2014 `git rm -r --cached .d360-writer` (if it still resolves) \u2014 and commit the deletions.","3. Do NOT recreate any of those files or follow the hand-off protocol anymore.","","That's it \u2014 this repo is back to its pre-docs-agent state."].join(`
163
+ `)}function Pn(){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):",wt,Ro(),wt]}function kt(e){return[...e?.status==="stale"?[`\u26A0 Your builder last completed devhints v${e.completedVersion}; this hand-off is v${ne}.`," 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):",wt,ze(),wt,"","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 here and run: write the docs for this repo"]}var wt,ne,As,Ke=bo(()=>{"use strict";wt="-".repeat(64),ne=4;As="Re-run dev\u2194docs onboarding (protocol v"});var Fi={};il(Fi,{doctorCommand:()=>qt,renderDoctorChecks:()=>Wi,runDoctorChecks:()=>Mi});import{existsSync as Oi}from"node:fs";import{d360GetAll as $u,getAccessToken as vu,isExpired as fr,loadProfileMap as Cu,loadTokens as Pu,packageSkillsDir as Ui,projectConfigPath as Tu,readProjectConfig as Su,DEFAULT_DOCS_DIR as Ru,resolveActiveProfile as Du,classifyClaudeAuth as ju,CLAUDE_CODE_SETUP_HINT as Li,resolveModelSetting as Au,devHintsGuidePath as Eu}from"document360-engine";async function Mi(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=ju();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. ${Li}`}):t.push({level:"fail",label:"Claude: not signed in \u2014 the agent cannot run (no Claude Code credentials on this machine)",fix:Li});let r=Au(e);t.push({level:"ok",label:`Model: ${r.model??"Claude Code default"} (${r.source})`});let s=Su(e);if(!s)return t.push({level:"fail",label:`No ${Tu(e)}`,fix:"Run: /init (or d360-writer init)"}),t;t.push({level:"ok",label:`Project config: ${s.projectId}`});let c=(s.docsDir??Ru).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 ${c}/ 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 h;try{h=Du(e),t.push({level:"ok",label:`Profile: ${h.name} (${h.connection.name})${h.production?" \u26A0 PRODUCTION":""}`})}catch(k){return t.push({level:"fail",label:`Profile config: ${k.message.split(".")[0]}`,fix:"Run: /init to scaffold the profiles map"}),t}let b=Pu(h.name);b?fr(b)&&!b.refreshToken?t.push({level:"fail",label:"Document360: session expired (no refresh token)",fix:"/login"}):fr(b)?t.push({level:"warn",label:"Document360: token expired \u2014 will auto-refresh on next call"}):t.push({level:"ok",label:`Document360: logged in (until ${new Date(b.expiresAt).toLocaleString()})`}):t.push({level:"fail",label:"Document360: not logged in",fix:`Run: /login (or d360-writer login --profile ${h.name})`}),t.push(h.project.workspaceId?{level:"ok",label:`Workspace: ${h.project.workspaceName??h.project.workspaceId}`}:{level:"warn",label:"No workspace selected",fix:"Run: /workspace"});let w=Cu(e,h.name);w?w.projectId&&h.project.projectId&&w.projectId!==h.project.projectId?t.push({level:"fail",label:`Category map projectId (${w.projectId}) \u2260 profile projectId (${h.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(w.articles).length} articles, ${Object.keys(w.categories).length} categories`}):t.push({level:"ok",label:`Category map: none yet for "${h.name}" (created on first /publish)`}),t.push(Oi(Ui())?{level:"ok",label:"Skills bundle present"}:{level:"fail",label:`Skills folder missing at ${Ui()}`,fix:"Reinstall document360-writer (broken install)"});let R=_e(e);if((Oi(Eu(e))||R.status!=="unset")&&(R.status==="current"?t.push({level:"ok",label:`Dev hand-off: builder up to date (devhints v${ne})`}):R.status==="stale"?t.push({level:"warn",label:`Dev hand-off: builder on devhints v${R.completedVersion}, current is v${ne}`,fix:"Run /devhints and have the repo's coding agent re-run the prompt (adds two-way messages + on-demand docs)"}):t.push({level:"warn",label:"Dev hand-off: guide emitted but the builder hasn't completed it",fix:"Have the repo's coding agent run the /devhints prompt (sets up the two-way channel)"})),b&&(!fr(b)||b.refreshToken)){let k={profile:h.name,connection:h.connection};try{await vu(k);let C=await $u(k,"/v3/projects");t.push({level:"ok",label:`API reachable (${h.connection.apiUrl}) \u2014 ${C.length} project(s) visible`})}catch(C){t.push({level:"fail",label:`API call failed: ${C.message.slice(0,120)}`,fix:"/login if auth-related; otherwise check the apiUrl/network"})}}return t}function Wi(e){let t=[""];for(let r of e){let s=r.level==="ok"?E("\u2713"):r.level==="warn"?U("\u26A0"):$("\u2717");t.push(` ${s} ${r.label}${r.detail?f(` \u2014 ${r.detail}`):""}`),r.fix&&t.push(` ${f("fix:")} ${I(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?E(`\u2713 ${o===0?"All checks passed":`Healthy (${o} warning${o===1?"":"s"})`}`):$(`\u2717 ${n} problem${n===1?"":"s"} found`)),t.push(""),t}async function qt(e,t){console.log(f("Running checks\u2026"));for(let n of Wi(await Mi(t.cwd)))console.log(n);return{kind:"continue"}}var On=bo(()=>{"use strict";Ke();W()});import{Command as Vp}from"commander";import{createRequire as Yp}from"node:module";import{AUTH_MODES as zp}from"document360-engine";import{input as vl}from"@inquirer/prompts";import{loginPkce as Cl,refreshTokens as Pl,toStoredTokens as ys,clearTokens as Tl,decodeJwtClaims as ws,isExpired as Sl,loadTokens as Rl,saveTokens as ks,resolveActiveProfile as fn,setProfileProject as Dl,readProjectConfig as jl}from"document360-engine";W();import{select as ul}from"@inquirer/prompts";import{resolveActiveProfile as dl,setProfileProject as pl,resolveProjectId as fl,listWorkspaces as ml}from"document360-engine";async function It(e,t){let n=dl(e,t),o={profile:n.name,connection:n.connection},r=n.project.projectId??fl(o);return{workspaces:await ml(o,r),projectId:r,projectName:n.project.projectName,profile:n.name,environment:n.connection.name,current:n.project.workspaceId}}var ps=e=>`${e.name??e.id}${e.workspace_type?` \xB7 ${e.workspace_type}`:""}`;function xo(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 pn(e,t,n,o,r){pl(e,t,{projectId:n,workspaceId:o,workspaceName:r})}async function fs(e,t,n){let o;try{o=await It(e,n)}catch(s){return console.log($(`Could not list workspaces: ${s.message}`)),1}let r=xo(o.workspaces,t);return r?(pn(e,o.profile,o.projectId,r.id,r.name),console.log(E(`\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 ht(e,t){let n;try{n=await It(e,t)}catch(b){console.log($(`Could not list workspaces: ${b.message}`));return}let{workspaces:o,projectId:r,profile:s,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 b of o)console.log(` ${b.id===c?I("\u25CF"):" "} ${ps(b)} ${f(b.id)}`);console.log(f("Run: d360-writer workspace use <name>"));return}let p=await ul({message:"Select the Document360 workspace for this repo:",choices:o.map(b=>({name:`${ps(b)}${b.id===c?" (current)":""}`,value:b.id}))}),h=o.find(b=>b.id===p);pn(e,s,r,p,h?.name),console.log(E(`\u2713 Workspace set to "${h?.name??p}" for profile "${s}".`))}W();import{select as hl}from"@inquirer/prompts";import{resolveActiveProfile as gl,setProfileProject as wl,listProjects as yl}from"document360-engine";async function gt(e,t){let n=gl(e,t),o={profile:n.name,connection:n.connection};return{projects:await yl(o),profile:n.name,environment:n.connection.name,current:n.project.projectId}}var ms=e=>`${e.name??e.id}${e.sub_domain?` \xB7 ${e.sub_domain}`:""}`;function hs(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 $o(e,t,n,o){wl(e,t,{projectId:n,projectName:o,workspaceId:void 0,workspaceName:void 0})}async function gs(e,t){let n;try{n=await gt(e,t)}catch(h){console.log($(`Could not list projects: ${h.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 h of o)console.log(` ${h.id===s?I("\u25CF"):" "} ${ms(h)} ${f(h.id)}`);console.log(f("Run: d360-writer project use <name>"));return}let c=await hl({message:"Select the Document360 project for this repo:",choices:o.map(h=>({name:`${ms(h)}${h.id===s?" (current)":""}`,value:h.id}))}),p=o.find(h=>h.id===c);$o(e,r,c,p?.name),console.log(E(`\u2713 Project set to "${p?.name??c}" for profile "${r}". Next: pick a workspace.`))}W();import kl from"picocolors";function bl(e=process.env){return e.FORCE_HYPERLINK==="0"||!kl.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 xl(e,t=e,n){return bl(n)?`\x1B]8;;${e}\x07${t}\x1B]8;;\x07`:t}var $l=/https?:\/\/[^\s\x1b]+/g;function Nt(e,t){return e.replace($l,n=>xl(n,n,t))}function bs(e){return{...ws(e.idToken)??{},...ws(e.accessToken)??{}}}function mn(e){let t=bs(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 hn(e){let t=fn(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 Cl(n,{manual:e.manual,promptForRedirect:s=>vl({message:s})},s=>console.log(Nt(s))),r=ys(t.name,o);if(ks(r),await vo(r,t.name,s=>console.log(f(s))),console.log(""),console.log(E(`\u2713 Logged in to "${t.name}" as ${mn(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{jl(process.cwd())?.profiles?.[t.name]&&(console.log(""),await ht(process.cwd(),t.name))}catch{}}async function vo(e,t,n){let r=bs(e).doc360_project_id;if(!(typeof r!="string"||!r))try{if(fn(process.cwd(),t).project.projectId)return;let c;try{let{projects:p}=await gt(process.cwd(),t);c=p.find(h=>h.id===r)?.name}catch{}Dl(process.cwd(),t,{projectId:r,projectName:c}),n(` Project "${c??r}" written to profile "${t}".`)}catch{}}async function xs(e){let t=fn(process.cwd(),e.profile),n=t.connection,o=Rl(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 ${I(t.name)}${t.production?" \u26A0 PRODUCTION":""}: ${mn(o)}`),Sl(o))if(o.refreshToken)try{let r=ys(t.name,await Pl(n,o.refreshToken));ks(r),console.log(E(`\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 $s(e){let t=fn(process.cwd(),e.profile);Tl(t.name)?console.log(E(`\u2713 Logged out of Document360 (profile "${t.name}").`)):console.log(f(`No Document360 session for profile "${t.name}" \u2014 nothing to do.`))}W();import{readProjectConfig as vs,writeProjectConfig as Al,resolveActiveProfile as El,loadTokens as Il,isExpired as Nl}from"document360-engine";function gn(e){let t=vs(e);if(!t?.profiles||Object.keys(t.profiles).length===0){console.log($("No profiles in .d360-writer.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?I("\u25CF "):" ",s=o.production?U(" \u26A0 PRODUCTION"):"",c=o.connection.environment??"(inline)",p=Il(n),h=p?Nl(p)&&!p.refreshToken?U("expired"):f("logged in"):f("not logged in");console.log(`${r}${I(n)} \u2192 ${c}${s} [${h}]`)}console.log(""),console.log(f("\u25CF = default. Switch with: d360-writer profile use <name>")),console.log("")}function wn(e,t){let n=vs(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,Al(n,e);let o=n.profiles[t].production?U(" \u26A0 PRODUCTION"):"";console.log(E(`\u2713 Default profile is now "${t}"${o}`))}function yn(e,t){try{let n=El(e,t);console.log(""),console.log(`Profile ${I(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}}W();import{existsSync as _l,readdirSync as Ol,statSync as Ul}from"node:fs";import{join as Ll}from"node:path";import{apiLogDir as Ml}from"document360-engine";function Cs(){let e=Ml();if(console.log(""),console.log(`Document360 API logs: ${I(e)}`),!_l(e)){console.log(f(" No logs yet \u2014 they appear after the first Document360 API call.")),console.log("");return}let t=Ol(e).filter(n=>n.endsWith(".jsonl")).sort().reverse();t.length===0&&console.log(f(" No logs yet \u2014 they appear after the first Document360 API call."));for(let n of t.slice(0,14)){let o=(Ul(Ll(e,n)).size/1024).toFixed(1);console.log(` ${n} ${f(`${o} 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("")}W();import{createSession as Wl,resolveAuth as Fl,findByName as Hl,slugify as ql,touchSession as Bl,upsertSession as Gl,resolveActiveProfile as Vl}from"document360-engine";async function Ps(e,t,n,o,r,s){let c=Fl(n);c.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${I("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${I("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=Vl(e,r)}catch(k){console.error($(`Document360 profile error: ${k.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 h;if(o){let k=Hl(e,o);k||(console.error($(`No saved session matches "${o}" in this repo.`)),console.error(f("List sessions inside the REPL with /resume.")),process.exit(2)),h=k.uuid,console.error(f(`Resuming "${k.name}"`))}let b=Wl({cwd:e,resume:h,profileName:r,allowProdWrites:s===!0}),w=h??null,R=1;for await(let k of b.send(t))switch(k.type){case"session":if(!w){w=k.sessionId;let C=new Date().toISOString();Gl({uuid:w,name:ql(t),renamed:!1,titled:!1,cwd:e,firstPrompt:t,createdAt:C,updatedAt:C})}break;case"text":process.stdout.write(k.delta);break;case"tool":console.error(ee(` \u2699 ${k.name}`));break;case"result":R=k.ok?0:1,console.error(f(`(${k.inputTokens}\u2192${k.outputTokens} tokens`+(k.costUsd>0?`, $${k.costUsd<.01?k.costUsd.toFixed(4):k.costUsd.toFixed(2)}`:"")+")")),k.ok||console.error($("agent finished with an error result"));break;case"error":console.error(""),console.error($(`agent error: ${k.message}`)),process.exit(1)}w&&Bl(w),process.stdout.write(`
164
+ `),process.exit(R)}import{createInterface as xd}from"node:readline/promises";import{createSession as Dr,resolveAuth as $d,getSession as vd,setTitle as Cd,slugify as Pd,touchSession as pa,upsertSession as Td,generateTitle as Sd,resolveActiveProfile as fa,resolveModelSetting as Rd,readProjectConfig as Dd,decodeJwtClaims as ua,isExpired as jd,loadTokens as Ad}from"document360-engine";var _t=[{name:"init",usage:"/init",desc:"Pick an environment, scaffold .d360-writer.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:"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 [--all|--scope <cat>|<path>] [--run]",desc:"Author the planned articles in parallel (bare = preview + cost; --run starts)",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:"audit",usage:"/audit",desc:"Gap analysis: code vs docs vs Document360 (what 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:"sync",usage:"/sync [pull <path>|--all]",desc:"Drift report local vs Document360; pull portal edits",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"}],Yl=[{key:"start",label:"Start here"},{key:"docs",label:"Write & screenshots"},{key:"publish",label:"Publish & keep in sync"},{key:"setup",label:"Setup & health"},{key:"session",label:"Session"}];function kn(){let e=Math.max(..._t.map(n=>n.usage.length))+2,t=["document360-writer \u2014 commands","","New here? Four steps from a fresh repo to published docs:"," 1. /init \u2192 connect, scaffold config, AND print a one-paste hand-off prompt for your source repo"," 2. run that prompt in your repo's coding agent (Claude Code / Codex / Cursor)",' 3. "write the docs for this repo" \u2192 back here, the agent authors the articles'," 4. /publish \u2192 dual-publish to Document360",""," Screenshots are optional \u2014 add them anytime:"," /screenshot --all \u2192 d360-capture capture \u2192 re-/publish"];for(let{key:n,label:o}of Yl){t.push("",o);for(let r of _t.filter(s=>s.group===n))t.push(` ${r.usage.padEnd(e)}${r.desc}`)}return t.push("","Tip: anything not starting with / is sent to the agent."),t}function Ts(e){if(!e.startsWith("/"))return[];let t=e.slice(1).toLowerCase().split(/\s/)[0]??"";return _t.filter(n=>n.name.startsWith(t))}function Ss(e){return/<[^>]+>/.test(e.replace(/\[[^\]]*\]/g,""))}async function Co(){console.log("");for(let e of kn())console.log(e);return console.log(""),console.log("Reporting a problem? Run `d360-writer logs` for the API log files."),console.log(""),{kind:"continue"}}W();import{getSession as zl}from"document360-engine";async function Rs(e,t){let n=t.currentUuid(),o=n?zl(n):void 0;return console.log(o?f(`
165
165
  (conversation reset \u2014 "${o.name}" is still available via /resume)
166
166
  `):f(`
167
167
  (conversation reset \u2014 agent will start fresh on the next prompt)
168
- `)),{kind:"clear"}}async function Co(){return{kind:"exit"}}W();Ke();import{input as Ut,confirm as ec}from"@inquirer/prompts";import{basename as Us,join as Tn}from"node:path";import{existsSync as bt,readFileSync as tc,readdirSync as nc,writeFileSync as oc}from"node:fs";import{writeProjectConfig as Ls,readProjectConfig as rc,projectConfigPath as Ms,writerDir as sc,DEFAULT_DOCS_DIR as Ws,DEFAULT_CAPTURE_DIR as Fs,DEFAULT_OUTPUT_DIR as Hs}from"document360-engine";function qs(e,t="berlin"){let n=Ms(e);if(bt(n))return{created:!1,path:n,profileName:""};let o={projectId:Vs(e)??Us(e),docsDir:Ws,captureDir:Fs,outputDir:Hs,profiles:{[t]:{connection:{environment:t},production:!1}},defaultProfile:t,authoritativeSourceFiles:Ys(e)};return Ls(o,e),Bs(e),{created:!0,path:n,profileName:t}}function Bs(e){let t=Tn(sc(e),".gitignore");bt(t)||oc(t,["# Local/transient \u2014 the config files here ARE meant to be committed.",".sessions/","cache/",""].join(`
169
- `),"utf8")}async function Gs(){let e=process.cwd(),t=Ms(e);if(bt(t)&&!await ec({message:`${t} already exists. Overwrite?`,default:!1}))return console.log(f("init cancelled.")),{kind:"continue"};let n=Vs(e)??Us(e),o=await Ut({message:"Project ID (used to scope sessions, screenshots, etc.):",default:n}),r=await Ut({message:"Capture directory (where document360-capture .spec.ts files live):",default:Fs}),s=await Ut({message:"Screenshot output directory:",default:Hs}),c=await Ut({message:"Default connection profile name:",default:"berlin"}),p=await Ut({message:"Document360 environment for this profile (baked preset):",default:"berlin"}),h={projectId:o,docsDir:Ws,captureDir:r,outputDir:s,profiles:{[c]:{connection:{environment:p},production:!1}},defaultProfile:c,authoritativeSourceFiles:Ys(e)},b=rc(e);b?.terminologyGlossary&&(h.terminologyGlossary=b.terminologyGlossary),Ls(h,e),Bs(e);let w=yt(e);console.log(""),console.log(E(`\u2713 Wrote ${t}`)),console.log(""),console.log(`Next: ${I(`d360-writer login --profile ${c}`)} ${f("(sign in; project & workspace auto-selected)")}`),console.log("");for(let R of kt(w))console.log(R);return console.log(""),console.log(`${f("Then ask:")} ${I('"write the user docs for this repo"')}`),console.log(""),{kind:"continue"}}function Vs(e){let t=Tn(e,"package.json");if(!bt(t))return null;try{return JSON.parse(tc(t,"utf8")).name??null}catch{return null}}function Ys(e){let t=[];for(let n of["README.md","ARCHITECTURE.md","CLAUDE.md"])bt(Tn(e,n))&&t.push(n);for(let n of["src","api","docs"]){let o=Tn(e,n);bt(o)&&!ic(o)&&t.push(n)}return t}function ic(e){try{return nc(e,{withFileTypes:!0}).filter(n=>n.isDirectory()&&!n.name.startsWith(".")).length>6}catch{return!1}}W();import{readMcpConfig as Ro,writeMcpConfig as zs}from"document360-engine";async function Sn(e){let t=(e[0]??"").toLowerCase();return t==="list"||!t?(ac(),{kind:"continue"}):t==="add"?(lc(e.slice(1)),{kind:"continue"}):t==="remove"||t==="rm"?(cc(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 ac(){let e=Ro(),t=Object.keys(e.servers);if(t.length===0){console.log(f(`
168
+ `)),{kind:"clear"}}async function Po(){return{kind:"exit"}}W();Ke();import{input as Ut,confirm as tc}from"@inquirer/prompts";import{basename as Ls,join as Tn}from"node:path";import{existsSync as bt,readFileSync as nc,readdirSync as oc,writeFileSync as rc}from"node:fs";import{writeProjectConfig as Ms,readProjectConfig as sc,projectConfigPath as Ws,writerDir as ic,DEFAULT_DOCS_DIR as Fs,DEFAULT_CAPTURE_DIR as Hs,DEFAULT_OUTPUT_DIR as qs}from"document360-engine";function Bs(e,t="berlin"){let n=Ws(e);if(bt(n))return{created:!1,path:n,profileName:""};let o={projectId:Ys(e)??Ls(e),docsDir:Fs,captureDir:Hs,outputDir:qs,profiles:{[t]:{connection:{environment:t},production:!1}},defaultProfile:t,authoritativeSourceFiles:zs(e)};return Ms(o,e),Gs(e),{created:!0,path:n,profileName:t}}function Gs(e){let t=Tn(ic(e),".gitignore");bt(t)||rc(t,["# Local/transient \u2014 the config files here ARE meant to be committed.",".sessions/","cache/",""].join(`
169
+ `),"utf8")}async function Vs(){let e=process.cwd(),t=Ws(e);if(bt(t)&&!await tc({message:`${t} already exists. Overwrite?`,default:!1}))return console.log(f("init cancelled.")),{kind:"continue"};let n=Ys(e)??Ls(e),o=await Ut({message:"Project ID (used to scope sessions, screenshots, etc.):",default:n}),r=await Ut({message:"Capture directory (where document360-capture .spec.ts files live):",default:Hs}),s=await Ut({message:"Screenshot output directory:",default:qs}),c=await Ut({message:"Default connection profile name:",default:"berlin"}),p=await Ut({message:"Document360 environment for this profile (baked preset):",default:"berlin"}),h={projectId:o,docsDir:Fs,captureDir:r,outputDir:s,profiles:{[c]:{connection:{environment:p},production:!1}},defaultProfile:c,authoritativeSourceFiles:zs(e)},b=sc(e);b?.terminologyGlossary&&(h.terminologyGlossary=b.terminologyGlossary),Ms(h,e),Gs(e);let w=yt(e);console.log(""),console.log(E(`\u2713 Wrote ${t}`)),console.log(""),console.log(`Next: ${I(`d360-writer login --profile ${c}`)} ${f("(sign in; project & workspace auto-selected)")}`),console.log("");for(let R of kt(w))console.log(R);return console.log(""),console.log(`${f("Then ask:")} ${I('"write the user docs for this repo"')}`),console.log(""),{kind:"continue"}}function Ys(e){let t=Tn(e,"package.json");if(!bt(t))return null;try{return JSON.parse(nc(t,"utf8")).name??null}catch{return null}}function zs(e){let t=[];for(let n of["README.md","ARCHITECTURE.md","CLAUDE.md"])bt(Tn(e,n))&&t.push(n);for(let n of["src","api","docs"]){let o=Tn(e,n);bt(o)&&!ac(o)&&t.push(n)}return t}function ac(e){try{return oc(e,{withFileTypes:!0}).filter(n=>n.isDirectory()&&!n.name.startsWith(".")).length>6}catch{return!1}}W();import{readMcpConfig as Do,writeMcpConfig as Ks}from"document360-engine";async function Sn(e){let t=(e[0]??"").toLowerCase();return t==="list"||!t?(lc(),{kind:"continue"}):t==="add"?(cc(e.slice(1)),{kind:"continue"}):t==="remove"||t==="rm"?(uc(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 lc(){let e=Do(),t=Object.keys(e.servers);if(t.length===0){console.log(f(`
170
170
  No MCP servers registered. Add one with /mcp add <name> <type> <ref>
171
- `));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(` ${I(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(` ${I(n)} ${f(`(${o.type})`)} ${o.url}${s}`)}}console.log("")}function lc(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=Ro(),s;if(n==="stdio")s={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 h=o[++p],b=h?.match(/^([^:=]+)[:=](.+)$/);if(!b){console.log($(`-H expects key:value (no spaces). Got: ${h??"(nothing)"}`));return}c[b[1].trim()]=b[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(c).length>0?c:void 0}}r.servers[t]=s,zs(r),console.log(""),console.log(E(`\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 cc(e){let t=e[0];if(!t){console.log($("Usage: /mcp remove <name>"));return}let n=Ro();if(!n.servers[t]){console.log($(`No server named "${t}".`));return}delete n.servers[t],zs(n),console.log(E(`\u2713 Removed "${t}".`)),console.log(f(" Run /clear to drop it from the current session immediately."))}W();import{select as Cc}from"@inquirer/prompts";import{computeSyncStatus as Uo,planPartitions as Pc,relatedArticlePaths as Tc,resolveModelForOperation as Sc,runPartitioned as Rc}from"document360-engine";import z from"picocolors";import ei from"wrap-ansi";import No from"string-width";W();import Oe from"picocolors";import Do from"wrap-ansi";import jo from"string-width";var Ks=e=>/^\s*(-{3,}|\*{3,}|_{3,})\s*$/.test(e),Xs=e=>/^\s*\|?[\s:|-]*-[\s:|-]*\|?\s*$/.test(e)&&e.includes("-"),Js=e=>e.replace(/^\s*\|/,"").replace(/\|\s*$/,"").split("|").map(t=>t.trim());function uc(e){let t=e.replace(/\r/g,"").split(`
172
- `),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(Ks(r)){n.push({kind:"hr"}),o++;continue}if(r.includes("|")&&o+1<t.length&&Xs(t[o+1])){let p=Js(r);o+=2;let h=[];for(;o<t.length&&t[o].includes("|")&&t[o].trim()!=="";)h.push(Js(t[o++]));n.push({kind:"table",header:p,rows:h});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]);)p.push(t[o++].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])&&!Ks(t[o])&&!(t[o].includes("|")&&o+1<t.length&&Xs(t[o+1]));)c.push(t[o++]);n.push({kind:"para",text:c.join(" ")})}return n}function Ao(e){return e.replace(/(\*\*[^*]+\*\*|`[^`]+`|\*[^*]+\*)/g,t=>t.startsWith("**")?Oe.bold(t.slice(2,-2)):t.startsWith("`")?I(t.slice(1,-1)):Oe.italic(t.slice(1,-1)))}var dc=(e,t)=>e+" ".repeat(Math.max(0,t-jo(e)));function pc(e,t,n){let o=e.length,r=e.map((P,N)=>Math.max(jo(P),...t.map(O=>jo(O[N]??"")))),s=Math.max(24,n),c=3*o+1,p=[...r],h=()=>p.reduce((P,N)=>P+N,0)+c,b=0;for(;h()>s&&b++<1e4;){let P=-1,N=6;for(let O=0;O<o;O++)p[O]>N&&(N=p[O],P=O);if(P===-1)break;p[P]-=1}let w=(P,N,O)=>Oe.gray(P+p.map(q=>"\u2500".repeat(q+2)).join(N)+O),R=Oe.gray("\u2502"),k=(P,N)=>{let O=p.map((Ce,re)=>{let ke=P[re]??"",se=N?Oe.bold(ke):Ao(ke);return Do(se,Ce,{hard:!0}).split(`
173
- `)}),q=Math.max(...O.map(Ce=>Ce.length)),te=[];for(let Ce=0;Ce<q;Ce++)te.push(p.map((re,ke)=>`${R} ${dc(O[ke][Ce]??"",re)} `).join("")+R);return te.join(`
171
+ `));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(` ${I(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(` ${I(n)} ${f(`(${o.type})`)} ${o.url}${s}`)}}console.log("")}function cc(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=Do(),s;if(n==="stdio")s={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 h=o[++p],b=h?.match(/^([^:=]+)[:=](.+)$/);if(!b){console.log($(`-H expects key:value (no spaces). Got: ${h??"(nothing)"}`));return}c[b[1].trim()]=b[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(c).length>0?c:void 0}}r.servers[t]=s,Ks(r),console.log(""),console.log(E(`\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 uc(e){let t=e[0];if(!t){console.log($("Usage: /mcp remove <name>"));return}let n=Do();if(!n.servers[t]){console.log($(`No server named "${t}".`));return}delete n.servers[t],Ks(n),console.log(E(`\u2713 Removed "${t}".`)),console.log(f(" Run /clear to drop it from the current session immediately."))}W();import{select as Pc}from"@inquirer/prompts";import{computeSyncStatus as Lo,planPartitions as Tc,relatedArticlePaths as Sc,resolveModelForOperation as Rc,runPartitioned as Dc}from"document360-engine";import z from"picocolors";import ti from"wrap-ansi";import _o from"string-width";W();import Oe from"picocolors";import jo from"wrap-ansi";import Ao from"string-width";var Xs=e=>/^\s*(-{3,}|\*{3,}|_{3,})\s*$/.test(e),Js=e=>/^\s*\|?[\s:|-]*-[\s:|-]*\|?\s*$/.test(e)&&e.includes("-"),Qs=e=>e.replace(/^\s*\|/,"").replace(/\|\s*$/,"").split("|").map(t=>t.trim());function dc(e){let t=e.replace(/\r/g,"").split(`
172
+ `),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(Xs(r)){n.push({kind:"hr"}),o++;continue}if(r.includes("|")&&o+1<t.length&&Js(t[o+1])){let p=Qs(r);o+=2;let h=[];for(;o<t.length&&t[o].includes("|")&&t[o].trim()!=="";)h.push(Qs(t[o++]));n.push({kind:"table",header:p,rows:h});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]);)p.push(t[o++].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])&&!Xs(t[o])&&!(t[o].includes("|")&&o+1<t.length&&Js(t[o+1]));)c.push(t[o++]);n.push({kind:"para",text:c.join(" ")})}return n}function Eo(e){return e.replace(/(\*\*[^*]+\*\*|`[^`]+`|\*[^*]+\*)/g,t=>t.startsWith("**")?Oe.bold(t.slice(2,-2)):t.startsWith("`")?I(t.slice(1,-1)):Oe.italic(t.slice(1,-1)))}var pc=(e,t)=>e+" ".repeat(Math.max(0,t-Ao(e)));function fc(e,t,n){let o=e.length,r=e.map((P,N)=>Math.max(Ao(P),...t.map(O=>Ao(O[N]??"")))),s=Math.max(24,n),c=3*o+1,p=[...r],h=()=>p.reduce((P,N)=>P+N,0)+c,b=0;for(;h()>s&&b++<1e4;){let P=-1,N=6;for(let O=0;O<o;O++)p[O]>N&&(N=p[O],P=O);if(P===-1)break;p[P]-=1}let w=(P,N,O)=>Oe.gray(P+p.map(q=>"\u2500".repeat(q+2)).join(N)+O),R=Oe.gray("\u2502"),k=(P,N)=>{let O=p.map((Ce,re)=>{let ke=P[re]??"",se=N?Oe.bold(ke):Eo(ke);return jo(se,Ce,{hard:!0}).split(`
173
+ `)}),q=Math.max(...O.map(Ce=>Ce.length)),te=[];for(let Ce=0;Ce<q;Ce++)te.push(p.map((re,ke)=>`${R} ${pc(O[ke][Ce]??"",re)} `).join("")+R);return te.join(`
174
174
  `)},C=[w("\u250C","\u252C","\u2510"),k(e,!0)];return C.push(t.length===0?w("\u2514","\u2534","\u2518"):w("\u251C","\u253C","\u2524")),t.forEach((P,N)=>{C.push(k(P,!1)),C.push(N===t.length-1?w("\u2514","\u2534","\u2518"):w("\u251C","\u253C","\u2524"))}),C.join(`
175
- `)}function fc(e,t){switch(e.kind){case"heading":return Oe.bold(e.text);case"hr":return Oe.gray("\u2500".repeat(t));case"para":return Do(Ao(e.text),t);case"list":return e.items.map(n=>{let[o="",...r]=Do(Ao(n),Math.max(10,t-4)).split(`
175
+ `)}function mc(e,t){switch(e.kind){case"heading":return Oe.bold(e.text);case"hr":return Oe.gray("\u2500".repeat(t));case"para":return jo(Eo(e.text),t);case"list":return e.items.map(n=>{let[o="",...r]=jo(Eo(n),Math.max(10,t-4)).split(`
176
176
  `);return" \u2022 "+o+r.map(s=>`
177
177
  `+s).join("")}).join(`
178
178
  `);case"code":return e.lines.map(n=>Oe.gray(" "+n)).join(`
179
- `);case"table":return pc(e.header,e.rows,t)}}function Eo(e,t){let n=Math.max(20,t);return uc(e).map(o=>fc(o,n)).join(`
179
+ `);case"table":return fc(e.header,e.rows,t)}}function Io(e,t){let n=Math.max(20,t);return dc(e).map(o=>mc(o,n)).join(`
180
180
 
181
- `)}W();import mc from"picocolors";var hc=[127,86,217],gc=[22,38,43],Qs={T:hc,E:gc},Lt=["..TTTTTT....","..TTTTTTT...","..TTTTTTTT..","..TTETTETT..","..TTETTETT..","..TTTTTTTT..","..TTTTTTT...","..TTTTTT....","...T..T....."],Io=([e,t,n])=>`\x1B[38;2;${e};${t};${n}m`,wc=([e,t,n])=>`\x1B[48;2;${e};${t};${n}m`;function Zs(){if(!mc.isColorSupported)return[];let e=Lt[0].length,t=[];for(let n=0;n<Lt.length;n+=2){let o="";for(let r=0;r<e;r++){let s=Qs[Lt[n][r]],c=n+1<Lt.length?Qs[Lt[n+1][r]]:void 0;s&&c?o+=`${Io(s)}${wc(c)}\u2580\x1B[49m\x1B[39m`:s?o+=`${Io(s)}\u2580\x1B[39m`:c?o+=`${Io(c)}\u2584\x1B[39m`:o+=" "}t.push(o)}return t}function Mt(e){return e<60?`${e}s`:`${Math.floor(e/60)}m ${e%60}s`}function le(e){return e<=0?"$0.00":e<.01?`$${e.toFixed(4)}`:`$${e.toFixed(2)}`}function Ue(e){return e<1e3?`${e} tokens`:e<1e6?`${(e/1e3).toFixed(1)}k tokens`:`${(e/1e6).toFixed(2)}M tokens`}var xt=(e,t)=>` ${e.padEnd(13)}${t}`;function yc(e,t){let n=[Et("\u270E document360-writer")+z.gray(` v${e.version}`),z.gray(" Reads your code, writes your docs."),"",xt("Claude:",`${e.claude}${z.gray(` \xB7 ${e.model}${e.modelSource?` (${e.modelSource})`:""}`)}`),xt("Document360:",e.configured?e.loggedOut?z.yellow("not logged in \u2014 run /login"):`${e.who??""}${e.sessionHint?z.gray(` (${e.sessionHint})`):""}`:z.yellow("not set up \u2014 run /init")),xt("Profile:",e.configured?`${e.profile}${z.gray(` (${e.apiUrl})`)}${e.prod?z.bold(z.yellow(" \u26A0 PRODUCTION")):""}`:z.gray("\u2014 (run /init)")),xt("Project:",e.project),xt("Mode:",z.gray(e.mode)),xt("cwd:",z.gray(e.cwd))],o=Zs();if(o.length===0)return n.join(`
182
- `);let r=2,s=3,c=No(o[0]);if(!(t>=r+c+s+Math.max(...n.map(w=>No(w)))))return[...o.map(w=>" "+w),...n].join(`
181
+ `)}W();import hc from"picocolors";var gc=[127,86,217],wc=[22,38,43],Zs={T:gc,E:wc},Lt=["..TTTTTT....","..TTTTTTT...","..TTTTTTTT..","..TTETTETT..","..TTETTETT..","..TTTTTTTT..","..TTTTTTT...","..TTTTTT....","...T..T....."],No=([e,t,n])=>`\x1B[38;2;${e};${t};${n}m`,yc=([e,t,n])=>`\x1B[48;2;${e};${t};${n}m`;function ei(){if(!hc.isColorSupported)return[];let e=Lt[0].length,t=[];for(let n=0;n<Lt.length;n+=2){let o="";for(let r=0;r<e;r++){let s=Zs[Lt[n][r]],c=n+1<Lt.length?Zs[Lt[n+1][r]]:void 0;s&&c?o+=`${No(s)}${yc(c)}\u2580\x1B[49m\x1B[39m`:s?o+=`${No(s)}\u2580\x1B[39m`:c?o+=`${No(c)}\u2584\x1B[39m`:o+=" "}t.push(o)}return t}function Mt(e){return e<60?`${e}s`:`${Math.floor(e/60)}m ${e%60}s`}function le(e){return e<=0?"$0.00":e<.01?`$${e.toFixed(4)}`:`$${e.toFixed(2)}`}function Ue(e){return e<1e3?`${e} tokens`:e<1e6?`${(e/1e3).toFixed(1)}k tokens`:`${(e/1e6).toFixed(2)}M tokens`}var xt=(e,t)=>` ${e.padEnd(13)}${t}`;function kc(e,t){let n=[Et("\u270E document360-writer")+z.gray(` v${e.version}`),z.gray(" Reads your code, writes your docs."),"",xt("Claude:",`${e.claude}${z.gray(` \xB7 ${e.model}${e.modelSource?` (${e.modelSource})`:""}`)}`),xt("Document360:",e.configured?e.loggedOut?z.yellow("not logged in \u2014 run /login"):`${e.who??""}${e.sessionHint?z.gray(` (${e.sessionHint})`):""}`:z.yellow("not set up \u2014 run /init")),xt("Profile:",e.configured?`${e.profile}${z.gray(` (${e.apiUrl})`)}${e.prod?z.bold(z.yellow(" \u26A0 PRODUCTION")):""}`:z.gray("\u2014 (run /init)")),xt("Project:",e.project),xt("Mode:",z.gray(e.mode)),xt("cwd:",z.gray(e.cwd))],o=ei();if(o.length===0)return n.join(`
182
+ `);let r=2,s=3,c=_o(o[0]);if(!(t>=r+c+s+Math.max(...n.map(w=>_o(w)))))return[...o.map(w=>" "+w),...n].join(`
183
183
  `);let h=Math.max(0,Math.floor((n.length-o.length)/2)),b=[];for(let w=0;w<Math.max(o.length+h,n.length);w++){let R=o[w-h]??" ".repeat(c);b.push((" ".repeat(r)+R+" ".repeat(s)+(n[w]??"")).trimEnd())}return b.join(`
184
- `)}var kc={error:z.red,warn:z.yellow,ok:z.green,info:z.gray};function _o(e,t){let n=Math.max(20,t);switch(e.kind){case"banner":return yc(e.info,n);case"user":{let o="\x1B[48;2;42;42;46m",r="\x1B[49m",s=Math.max(10,n-4),c=50,p=e.text.split(`
185
- `).flatMap(b=>ei(b,s,{hard:!0}).split(`
184
+ `)}var bc={error:z.red,warn:z.yellow,ok:z.green,info:z.gray};function Oo(e,t){let n=Math.max(20,t);switch(e.kind){case"banner":return kc(e.info,n);case"user":{let o="\x1B[48;2;42;42;46m",r="\x1B[49m",s=Math.max(10,n-4),c=50,p=e.text.split(`
185
+ `).flatMap(b=>ti(b,s,{hard:!0}).split(`
186
186
  `)),h=Math.max(0,p.length-c);return h>0&&(p=[...p.slice(0,c),z.dim(`\u2026 +${h} more lines`)]),`
187
- `+p.map((b,w)=>o+(w===0?I(" \u276F "):" ")+b+" ".repeat(Math.max(0,s-No(b))+1)+r).join(`
187
+ `+p.map((b,w)=>o+(w===0?I(" \u276F "):" ")+b+" ".repeat(Math.max(0,s-_o(b))+1)+r).join(`
188
188
  `)}case"assistant":return`
189
- `+Eo(e.text,n);case"tool":{let o=e.arg!==null?z.gray(`${e.sep}(${e.arg})`):"";return`
190
- `+ei(z.green("\u25CF ")+z.bold(e.title)+o,n)}case"tool-result":{let o=e.isError?z.red:z.gray,r=e.lines.map((s,c)=>o((c===0?" \u23BF ":" ")+s));return e.hidden>0&&r.push(z.dim(` \u2026 +${e.hidden} lines`)),r.join(`
189
+ `+Io(e.text,n);case"tool":{let o=e.arg!==null?z.gray(`${e.sep}(${e.arg})`):"";return`
190
+ `+ti(z.green("\u25CF ")+z.bold(e.title)+o,n)}case"tool-result":{let o=e.isError?z.red:z.gray,r=e.lines.map((s,c)=>o((c===0?" \u23BF ":" ")+s));return e.hidden>0&&r.push(z.dim(` \u2026 +${e.hidden} lines`)),r.join(`
191
191
  `)}case"diff":{let o=c=>c===1?"":"s",s=[z.gray(` \u23BF Added ${e.added} line${o(e.added)}, removed ${e.removed} line${o(e.removed)}`),...e.lines];return e.hidden>0&&s.push(z.dim(` \u2026 +${e.hidden} more diff lines`)),s.join(`
192
192
  `)}case"link":return e.lines.map(o=>I(Nt(` \u2B95 ${o}`))).join(`
193
193
  `);case"preview":return`
194
194
  `+Et(`\u25A3 Preview \u2014 ${e.name}`)+`
195
195
 
196
- `+Eo(e.text,n);case"note":return`
197
- `+kc[e.tone](Nt(e.text));case"done":return`
198
- `+(e.ok?z.magenta("\u2736 "):z.red("\u2736 "))+z.gray(`Cooked for ${Mt(e.seconds)} \xB7 ${e.tokens} tokens`+(e.costUsd>0?` \xB7 ${le(e.costUsd)}`:""))}}function ti(e,t){return e.map(n=>_o(n,t)).join(`
199
- `)}import{resolveActiveProfile as bc,loadTokens as xc,isExpired as $c,decodeJwtClaims as ni}from"document360-engine";function vc(e){return e.length>12?`${e.slice(0,8)}\u2026`:e}function Se(e,t){try{let n=bc(e,t),o=xc(n.name);if(!o)return{ok:!1,reason:`Not signed in to Document360 (profile "${n.name}"). Run /login first.`};if($c(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={...ni(o.idToken)??{},...ni(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 ${vc(r)}). Run /login and pick this project.`}}return{ok:!0}}catch{return{ok:!0}}}var Wt=3;function Lo(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(`
200
- `)}var oi={"local-ahead":"modified locally","untracked-local":"new (never published)",conflict:"\u26A0 conflict \u2014 publishing overwrites the portal edit"};function Ft(e){return e.filter(t=>t.path!==null&&t.status in oi).map(t=>({path:t.path,label:oi[t.status]}))}function Dc(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 ri(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,c)=>s.path.localeCompare(c.path));t.push({kind:"category",label:`${Dc(o)} (${r.length})`,paths:r.map(s=>s.path),indent:!1});for(let s of r){let c=s.path.replace(/\\/g,"/").split("/").pop()??s.path;t.push({kind:"article",label:c,paths:[s.path],indent:!0,note:s.label})}}return t}function Rn(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(`
201
- `)}function Mo(e,t,n){let o=k=>t[k.index]?.paths.length??0,r=e.filter(k=>k.ok),s=e.filter(k=>!k.ok),c=e.reduce((k,C)=>k+o(C),0),p=r.reduce((k,C)=>k+o(C),0),h=n==="api"?`${le(e.reduce((k,C)=>k+C.costUsd,0))} total`:Ue(e.reduce((k,C)=>k+C.outputTokens,0)),b=`${r.length}/${e.length} partition${e.length===1?"":"s"}`,w=k=>`${k} article${k===1?"":"s"}`,R=[];if(s.length===0)R.push(`Published ${w(c)} (${b}) successfully \xB7 ${h}.`),R.push("All are DRAFTS \u2014 review and publish them in the Document360 portal.");else{R.push(`Published ${p}/${w(c)} (${b}) \xB7 ${h}.`),R.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 k of s)R.push(` \u2717 ${k.label}${k.error?` \u2014 ${k.error}`:""}`)}return R}async function Oo(e,t){let n=Pc(t),{model:o}=Sc(e.cwd,"standard");console.log(f(`Publishing ${t.length} article${t.length===1?"":"s"} across ${n.length} partition${n.length===1?"":"s"} (\u2264${Wt} 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 Rc({cwd:e.cwd,partitions:n,promptFor:s=>Rn(s.paths),concurrency:Wt,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(E(` \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 c of Mo(r.results,n,s))console.log(r.ok?E(c):L(c))}}catch(r){console.log($(`Publish run failed: ${r.message}`))}return console.log(""),{kind:"continue"}}async function Dn(e,t,n){let o=Tc(e,n);if(o.length===0)return[];let r=new Set(Ft((await Uo({cwd:e,profileName:t})).entries).map(s=>s.path));return o.filter(s=>r.has(s))}async function si(e,t){let n=Se(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 Dn(t.cwd,t.profileName,e[1].replace(/\\/g,"/"));return r.length===0?(console.log(E("\u2713 All related articles are already published.")),{kind:"continue"}):await Oo(t,r)}if(o==="--all"){console.log(f("Checking what needs publishing\u2026"));try{let r=Ft((await Uo({cwd:t?.cwd??process.cwd()})).entries);return r.length===0?(console.log(E("\u2713 Nothing is ahead of Document360 \u2014 no publish candidates.")),{kind:"continue"}):t?await Oo(t,r.map(s=>s.path)):{kind:"forward-to-agent",prompt:Rn(r.map(s=>s.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{r=Ft((await Uo({cwd:t?.cwd??process.cwd()})).entries)}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(E("\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(()=>Cc({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 Oo(t,r.map(s=>s.path))}return{kind:"forward-to-agent",prompt:Lo(o),display:`/publish ${o}`}}async function jn(){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 | adopt) | 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(`
202
- `),display:"/audit"}}W();import{checkbox as jc}from"@inquirer/prompts";import{inventoryRepo as Ac,readProjectConfig as ii,writeProjectConfig as Ec}from"document360-engine";function Wo(e,t){let n=ii(e);n&&(n.authoritativeSourceFiles=t,Ec(n,e))}function An(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 ai(e,t){let n=t?.cwd??process.cwd();if(!ii(n))return console.log($("No .d360-writer.json here. Run /init first.")),{kind:"continue"};let o=Ac(n);if(o.length===0)return console.log(f('No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer.json manually.')),{kind:"continue"};if(!process.stdin.isTTY||!t){console.log(""),console.log(I("Recommended documentation scope (run /scope in the REPL to choose):"));for(let s of o)console.log(` ${s.recommended?"\u25C9":"\u25CB"} ${s.path} ${f(An(s))}`);return console.log(""),{kind:"continue"}}let r;try{r=await t.withPausedInput(()=>jc({message:"Which folders back the user docs? (space toggles, enter confirms)",choices:o.map(s=>({name:`${s.path} (${An(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"};Wo(n,r),console.log(E(`\u2713 Scoped to ${r.length} folder(s) \u2014 written to .d360-writer.json`));for(let s of r)console.log(` ${s}`);return console.log(""),{kind:"continue"}}W();import{confirm as Uc}from"@inquirer/prompts";import{applyPull as pi,computeSyncStatus as fi,planPull as Lc,D360AuthError as Mc}from"document360-engine";W();var li=[{status:"conflict",header:"Changed in both places \u2014 pick a direction (/sync 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 /sync pull <path>:",paint:I,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:ee,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:",paint:f,mark:"?"},{status:"unknown-base",header:"Tracked, not yet compared \u2014 the next publish or pull will set a baseline:",paint:ee,mark:"\xB7"}];function Ic(e){return e.path?e.path:`${e.title??"(untitled)"} ${ee(`[${e.articleId}]`)}`}function En(e){let t=[],n=e.entries.filter(h=>h.adopt);if(n.length>0){t.push(""),t.push(xe("Already on Document360, just not linked \u2014 ask me to adopt these (a republish would duplicate them):"));for(let h of n)t.push(` ${L("~")} ${L(h.path??"")} ${ee(`\u2192 "${h.adopt.title}"`)}`)}for(let h of li){let b=e.entries.filter(w=>w.status===h.status&&!(h.status==="untracked-local"&&w.adopt));if(b.length!==0){t.push(""),t.push(xe(h.header));for(let w of b)t.push(` ${h.paint(h.mark)} ${h.paint(Ic(w))}${w.detail?ee(` (${w.detail})`):""}`)}}let o=e.counts["in-sync"]??0,r=e.entries.length;t.push("");let s={"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"},c=n.length,p=r===o?E("\u2713 everything up to date"):[o>0?E(`\u2713 ${o} up to date`):null,c>0?`${c} to adopt`:null,...li.map(h=>{let b=(e.counts[h.status]??0)-(h.status==="untracked-local"?c:0);return b>0?`${b} ${s[h.status]}`:null})].filter(Boolean).join(ee(" \xB7 "));return t.push(p+ee(` \xB7 ${r} tracked+seen \xB7 profile "${e.profile}" \xB7 docs root ${e.docsRoot}/`)),t}import{structuredPatch as Nc}from"diff";import ci from"picocolors";var ui=80,_c="\x1B[48;2;74;28;28m",Oc="\x1B[48;2;24;66;24m",di="\x1B[49m",Fo=e=>String(e).padStart(5);function Xe(e,t,n){let o=k=>{let C=k.replace(/\r\n/g,`
196
+ `+Io(e.text,n);case"note":return`
197
+ `+bc[e.tone](Nt(e.text));case"done":return`
198
+ `+(e.ok?z.magenta("\u2736 "):z.red("\u2736 "))+z.gray(`Cooked for ${Mt(e.seconds)} \xB7 ${e.tokens} tokens`+(e.costUsd>0?` \xB7 ${le(e.costUsd)}`:""))}}function ni(e,t){return e.map(n=>Oo(n,t)).join(`
199
+ `)}import{resolveActiveProfile as xc,loadTokens as $c,isExpired as vc,decodeJwtClaims as oi}from"document360-engine";function Cc(e){return e.length>12?`${e.slice(0,8)}\u2026`:e}function Se(e,t){try{let n=xc(e,t),o=$c(n.name);if(!o)return{ok:!1,reason:`Not signed in to Document360 (profile "${n.name}"). Run /login first.`};if(vc(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={...oi(o.idToken)??{},...oi(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 ${Cc(r)}). Run /login and pick this project.`}}return{ok:!0}}catch{return{ok:!0}}}var Wt=3;function Mo(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(`
200
+ `)}var ri={"local-ahead":"modified locally","untracked-local":"new (never published)",conflict:"\u26A0 conflict \u2014 publishing overwrites the portal edit"};function Ft(e){return e.filter(t=>t.path!==null&&t.status in ri&&!t.link).map(t=>({path:t.path,label:ri[t.status]}))}function Rn(e){return e.filter(t=>t.link).length}function jc(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 si(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,c)=>s.path.localeCompare(c.path));t.push({kind:"category",label:`${jc(o)} (${r.length})`,paths:r.map(s=>s.path),indent:!1});for(let s of r){let c=s.path.replace(/\\/g,"/").split("/").pop()??s.path;t.push({kind:"article",label:c,paths:[s.path],indent:!0,note:s.label})}}return t}function Dn(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(`
201
+ `)}function Wo(e,t,n){let o=k=>t[k.index]?.paths.length??0,r=e.filter(k=>k.ok),s=e.filter(k=>!k.ok),c=e.reduce((k,C)=>k+o(C),0),p=r.reduce((k,C)=>k+o(C),0),h=n==="api"?`${le(e.reduce((k,C)=>k+C.costUsd,0))} total`:Ue(e.reduce((k,C)=>k+C.outputTokens,0)),b=`${r.length}/${e.length} partition${e.length===1?"":"s"}`,w=k=>`${k} article${k===1?"":"s"}`,R=[];if(s.length===0)R.push(`Published ${w(c)} (${b}) successfully \xB7 ${h}.`),R.push("All are DRAFTS \u2014 review and publish them in the Document360 portal.");else{R.push(`Published ${p}/${w(c)} (${b}) \xB7 ${h}.`),R.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 k of s)R.push(` \u2717 ${k.label}${k.error?` \u2014 ${k.error}`:""}`)}return R}async function Uo(e,t){let n=Tc(t),{model:o}=Rc(e.cwd,"standard");console.log(f(`Publishing ${t.length} article${t.length===1?"":"s"} across ${n.length} partition${n.length===1?"":"s"} (\u2264${Wt} 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 Dc({cwd:e.cwd,partitions:n,promptFor:s=>Dn(s.paths),concurrency:Wt,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(E(` \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 c of Wo(r.results,n,s))console.log(r.ok?E(c):U(c))}}catch(r){console.log($(`Publish run failed: ${r.message}`))}return console.log(""),{kind:"continue"}}async function jn(e,t,n){let o=Sc(e,n);if(o.length===0)return[];let r=new Set(Ft((await Lo({cwd:e,profileName:t})).entries).map(s=>s.path));return o.filter(s=>r.has(s))}async function ii(e,t){let n=Se(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 jn(t.cwd,t.profileName,e[1].replace(/\\/g,"/"));return r.length===0?(console.log(E("\u2713 All related articles are already published.")),{kind:"continue"}):await Uo(t,r)}if(o==="--all"){console.log(f("Checking what needs publishing\u2026"));try{let r=await Lo({cwd:t?.cwd??process.cwd()}),s=Ft(r.entries),c=Rn(r.entries);return c>0&&console.log(U(`\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.`)),s.length===0?(console.log(E(c>0?"\u2713 Nothing else is ahead of Document360 to publish.":"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates.")),{kind:"continue"}):t?await Uo(t,s.map(p=>p.path)):{kind:"forward-to-agent",prompt:Dn(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 Lo({cwd:t?.cwd??process.cwd()});r=Ft(s.entries);let c=Rn(s.entries);c>0&&console.log(U(`\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(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(E("\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(()=>Pc({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 Uo(t,r.map(s=>s.path))}return{kind:"forward-to-agent",prompt:Mo(o),display:`/publish ${o}`}}async function An(){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(`
202
+ `),display:"/audit"}}W();import{checkbox as Ac}from"@inquirer/prompts";import{inventoryRepo as Ec,readProjectConfig as ai,writeProjectConfig as Ic}from"document360-engine";function Fo(e,t){let n=ai(e);n&&(n.authoritativeSourceFiles=t,Ic(n,e))}function En(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 li(e,t){let n=t?.cwd??process.cwd();if(!ai(n))return console.log($("No .d360-writer.json here. Run /init first.")),{kind:"continue"};let o=Ec(n);if(o.length===0)return console.log(f('No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer.json manually.')),{kind:"continue"};if(!process.stdin.isTTY||!t){console.log(""),console.log(I("Recommended documentation scope (run /scope in the REPL to choose):"));for(let s of o)console.log(` ${s.recommended?"\u25C9":"\u25CB"} ${s.path} ${f(En(s))}`);return console.log(""),{kind:"continue"}}let r;try{r=await t.withPausedInput(()=>Ac({message:"Which folders back the user docs? (space toggles, enter confirms)",choices:o.map(s=>({name:`${s.path} (${En(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"};Fo(n,r),console.log(E(`\u2713 Scoped to ${r.length} folder(s) \u2014 written to .d360-writer.json`));for(let s of r)console.log(` ${s}`);return console.log(""),{kind:"continue"}}W();import{confirm as Lc}from"@inquirer/prompts";import{applyPull as fi,computeSyncStatus as mi,planPull as Mc,D360AuthError as Wc}from"document360-engine";W();var ci=[{status:"conflict",header:"Changed in both places \u2014 pick a direction (/sync 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 /sync pull <path>:",paint:I,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:ee,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:",paint:f,mark:"?"},{status:"unknown-base",header:"Tracked, not yet compared \u2014 the next publish or pull will set a baseline:",paint:ee,mark:"\xB7"}];function Nc(e){return e.path?e.path:`${e.title??"(untitled)"} ${ee(`[${e.articleId}]`)}`}function In(e){let t=[],n=e.entries.filter(h=>h.link);if(n.length>0){t.push(""),t.push(xe("Already on Document360, just not linked \u2014 ask me to link these (a republish would duplicate them):"));for(let h of n)t.push(` ${U("~")} ${U(h.path??"")} ${ee(`\u2192 "${h.link.title}"`)}`)}for(let h of ci){let b=e.entries.filter(w=>w.status===h.status&&!(h.status==="untracked-local"&&w.link));if(b.length!==0){t.push(""),t.push(xe(h.header));for(let w of b)t.push(` ${h.paint(h.mark)} ${h.paint(Nc(w))}${w.detail?ee(` (${w.detail})`):""}`)}}let o=e.counts["in-sync"]??0,r=e.entries.length;t.push("");let s={"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"},c=n.length,p=r===o?E("\u2713 everything up to date"):[o>0?E(`\u2713 ${o} up to date`):null,c>0?`${c} to link`:null,...ci.map(h=>{let b=(e.counts[h.status]??0)-(h.status==="untracked-local"?c:0);return b>0?`${b} ${s[h.status]}`:null})].filter(Boolean).join(ee(" \xB7 "));return t.push(p+ee(` \xB7 ${r} tracked+seen \xB7 profile "${e.profile}" \xB7 docs root ${e.docsRoot}/`)),t}import{structuredPatch as _c}from"diff";import ui from"picocolors";var di=80,Oc="\x1B[48;2;74;28;28m",Uc="\x1B[48;2;24;66;24m",pi="\x1B[49m",Ho=e=>String(e).padStart(5);function Xe(e,t,n){let o=k=>{let C=k.replace(/\r\n/g,`
203
203
  `);return C.endsWith(`
204
204
  `)||C===""?C:C+`
205
- `},r=o(e),s=o(t);if(r===s)return null;let c=Math.max(20,n-10),p=Nc("a","b",r,s,"","",{context:3}),h=0,b=0,w=[];p.hunks.forEach((k,C)=>{C>0&&w.push(ci.gray(" \u2026"));let P=k.oldStart,N=k.newStart;for(let O of k.lines){let q=O[0],te=O.slice(1).slice(0,c);q==="-"?(b++,w.push(`${_c}${Fo(P++)} - ${te}${di}`)):q==="+"?(h++,w.push(`${Oc}${Fo(N++)} + ${te}${di}`)):(w.push(ci.gray(Fo(N))+" "+te),P++,N++)}});let R=w.slice(0,ui);return{added:h,removed:b,lines:R,hidden:Math.max(0,w.length-ui)}}async function mi(e,t){let n=Se(t.cwd,t.profileName);if(!n.ok)return console.log($(n.reason)),{kind:"continue"};let o=(e[0]??"status").toLowerCase();try{if(o==="status")return await Wc(t.cwd),{kind:"continue"};if(o==="pull")return await Fc(t,e.slice(1)),{kind:"continue"};console.log($(`Unknown subcommand: /sync ${o}`)),console.log(f("Usage: /sync drift report (local vs Document360)")),console.log(f(" /sync pull <path> pull portal edits into the local file")),console.log(f(" /sync pull --all pull every remote-ahead article"))}catch(r){r instanceof Mc?console.log($(r.message)):console.log($(`Sync failed: ${r.message}`))}return{kind:"continue"}}async function Wc(e){console.log(f("Checking Document360 for drift\u2026"));let t=await fi({cwd:e});for(let n of En(t))console.log(n);console.log("")}async function Fc(e,t){let n=t[0];if(!n){console.log($("Usage: /sync pull <article-path> | --all"));return}let o;if(n==="--all"){if(console.log(f("Checking Document360 for drift\u2026")),o=(await fi({cwd:e.cwd})).entries.filter(s=>s.status==="remote-ahead"&&s.path).map(s=>s.path),o.length===0){console.log(E("\u2713 Nothing is remote-ahead \u2014 no pulls needed.")),console.log(f(" (conflicts are never bulk-pulled; pull them one by one: /sync pull <path>)"));return}console.log(`${xe(String(o.length))} article(s) are remote-ahead.`)}else o=[n.replace(/\\/g,"/")];for(let r of o){let s=await Lc({cwd:e.cwd,relPath:r});console.log(""),console.log(`${I("\u25CF")} ${xe(s.title)} ${ee(`(${s.path})`)}`);for(let b of s.notes)console.log(L(` \u26A0 ${b}`));s.overwritesLocalChanges&&console.log(L(" \u26A0 This OVERWRITES local edits made since the last sync."));let c=Xe(s.oldContent,s.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!c){console.log(f(" Local file already matches the remote content \u2014 advancing the sync base only.")),pi({cwd:e.cwd},s);continue}let p=b=>b===1?"":"s";console.log(ee(` \u23BF Added ${c.added} line${p(c.added)}, removed ${c.removed} line${p(c.removed)}`));for(let b of c.lines)console.log(b);if(c.hidden>0&&console.log(f(` \u2026 +${c.hidden} more diff lines`)),!await e.withPausedInput(()=>Uc({message:`Write ${s.path}?`,default:!s.overwritesLocalChanges}))){console.log(f(" Skipped."));continue}pi({cwd:e.cwd},s),console.log(E(` \u2713 Pulled ${s.path} (sync base advanced).`))}console.log("")}W();import{statSync as Hc}from"node:fs";import{resolve as qc}from"node:path";import{estimateBulkCost as Bc,planPartitions as Gc,readProjectConfig as Vc,resolveModelForOperation as Yc,runPartitioned as zc,trackedArticlePaths as Kc}from"document360-engine";var Ho=3;function qo(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 Bo(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function Go(e,t){return t.map(n=>{let o=0;try{o=Hc(qc(e,n)).size}catch{o=0}return{path:n,bytes:o}})}function Vo(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:
205
+ `},r=o(e),s=o(t);if(r===s)return null;let c=Math.max(20,n-10),p=_c("a","b",r,s,"","",{context:3}),h=0,b=0,w=[];p.hunks.forEach((k,C)=>{C>0&&w.push(ui.gray(" \u2026"));let P=k.oldStart,N=k.newStart;for(let O of k.lines){let q=O[0],te=O.slice(1).slice(0,c);q==="-"?(b++,w.push(`${Oc}${Ho(P++)} - ${te}${pi}`)):q==="+"?(h++,w.push(`${Uc}${Ho(N++)} + ${te}${pi}`)):(w.push(ui.gray(Ho(N))+" "+te),P++,N++)}});let R=w.slice(0,di);return{added:h,removed:b,lines:R,hidden:Math.max(0,w.length-di)}}async function hi(e,t){let n=Se(t.cwd,t.profileName);if(!n.ok)return console.log($(n.reason)),{kind:"continue"};let o=(e[0]??"status").toLowerCase();try{if(o==="status")return await Fc(t.cwd),{kind:"continue"};if(o==="pull")return await Hc(t,e.slice(1)),{kind:"continue"};console.log($(`Unknown subcommand: /sync ${o}`)),console.log(f("Usage: /sync drift report (local vs Document360)")),console.log(f(" /sync pull <path> pull portal edits into the local file")),console.log(f(" /sync pull --all pull every remote-ahead article"))}catch(r){r instanceof Wc?console.log($(r.message)):console.log($(`Sync failed: ${r.message}`))}return{kind:"continue"}}async function Fc(e){console.log(f("Checking Document360 for drift\u2026"));let t=await mi({cwd:e});for(let n of In(t))console.log(n);console.log("")}async function Hc(e,t){let n=t[0];if(!n){console.log($("Usage: /sync pull <article-path> | --all"));return}let o;if(n==="--all"){if(console.log(f("Checking Document360 for drift\u2026")),o=(await mi({cwd:e.cwd})).entries.filter(s=>s.status==="remote-ahead"&&s.path).map(s=>s.path),o.length===0){console.log(E("\u2713 Nothing is remote-ahead \u2014 no pulls needed.")),console.log(f(" (conflicts are never bulk-pulled; pull them one by one: /sync pull <path>)"));return}console.log(`${xe(String(o.length))} article(s) are remote-ahead.`)}else o=[n.replace(/\\/g,"/")];for(let r of o){let s=await Mc({cwd:e.cwd,relPath:r});console.log(""),console.log(`${I("\u25CF")} ${xe(s.title)} ${ee(`(${s.path})`)}`);for(let b of s.notes)console.log(U(` \u26A0 ${b}`));s.overwritesLocalChanges&&console.log(U(" \u26A0 This OVERWRITES local edits made since the last sync."));let c=Xe(s.oldContent,s.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!c){console.log(f(" Local file already matches the remote content \u2014 advancing the sync base only.")),fi({cwd:e.cwd},s);continue}let p=b=>b===1?"":"s";console.log(ee(` \u23BF Added ${c.added} line${p(c.added)}, removed ${c.removed} line${p(c.removed)}`));for(let b of c.lines)console.log(b);if(c.hidden>0&&console.log(f(` \u2026 +${c.hidden} more diff lines`)),!await e.withPausedInput(()=>Lc({message:`Write ${s.path}?`,default:!s.overwritesLocalChanges}))){console.log(f(" Skipped."));continue}fi({cwd:e.cwd},s),console.log(E(` \u2713 Pulled ${s.path} (sync base advanced).`))}console.log("")}W();import{statSync as qc}from"node:fs";import{resolve as Bc}from"node:path";import{estimateBulkCost as Gc,planPartitions as Vc,readProjectConfig as Yc,resolveModelForOperation as zc,runPartitioned as Kc,trackedArticlePaths as Xc}from"document360-engine";var qo=3;function Bo(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 Go(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function Vo(e,t){return t.map(n=>{let o=0;try{o=qc(Bc(e,n)).size}catch{o=0}return{path:n,bytes:o}})}function Yo(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:
206
206
  - 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.
207
207
  - 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.
208
208
  - 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.
209
209
  - Work only on these files:
210
210
  `+e.paths.map(t=>`- ${t}`).join(`
211
- `)}function Yo(e,t,n){let o=e.reduce((p,h)=>p+h.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: ${le(r)}\u2013${le(s)}. ${t.note}`,"","Each article is rewritten and re-published as a DRAFT. Run /convert --run to start."]}function zo(e,t,n){let o=P=>t[P.index]?.paths.length??0,r=e.filter(P=>P.ok),s=e.filter(P=>!P.ok),c=e.reduce((P,N)=>P+o(N),0),p=r.reduce((P,N)=>P+o(N),0),h=e.reduce((P,N)=>P+N.costUsd,0),b=e.reduce((P,N)=>P+N.outputTokens,0),w=n==="api"?`${le(h)} total`:Ue(b),R=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,k=P=>`${P} article${P===1?"":"s"}`,C=[];if(s.length===0)C.push(`Converted ${k(c)} (${R}) successfully \xB7 ${w}.`);else{C.push(`Converted ${p}/${k(c)} (${R}) \xB7 ${w}.`),C.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /convert to retry:`);for(let P of s)C.push(` \u2717 ${P.label}${P.error?` \u2014 ${P.error}`:""}`)}return C}async function hi(e,t){if(!Vc(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{scope:n,run:o}=qo(e),r=Kc(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=Bo(r,n);if(s.length===0)return console.log($(`No tracked articles under "${n}". (${r.length} are tracked overall.)`)),{kind:"continue"};let c=Gc(s),p=`/convert${n?` --scope ${n}`:""} --run`,{model:h,forced:b}=Yc(t.cwd,"light");if(!o){let w=Bc({files:Go(t.cwd,s),op:"convert",model:h});n&&console.log(f(`Scope: ${n} (${s.length} of ${r.length} tracked articles).`));for(let R of Yo(c,w,Ho))console.log(R);return console.log(f(`Model: ${h}${b?" (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 ${c.length} partitions (\u2264${Ho} agents at once) on ${h}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let w of zc({cwd:t.cwd,partitions:c,promptFor:Vo,concurrency:Ho,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:h}))if(w.type==="partition_status")w.status==="running"?console.log(f(` \u25B8 ${w.label} \u2014 converting\u2026`)):w.status==="done"?console.log(E(` \u2713 ${w.label}`)):console.log($(` \u2717 ${w.label}`));else if(w.type==="run_done"){console.log("");let R=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let k of zo(w.results,c,R))console.log(w.ok?E(k):L(k))}}catch(w){console.log($(`Convert run failed: ${w.message}`))}return console.log(""),{kind:"continue"}}W();import{statSync as gi}from"node:fs";import{resolve as wi}from"node:path";import{estimateBulkCost as Xc,planPartitions as Jc,readDocsPlan as Qc,readProjectConfig as yi,DEFAULT_DOCS_DIR as Zc,resolveModelForOperation as eu,runPartitioned as tu}from"document360-engine";var Ko=5;function Xo(e){let t,n,o=!1;for(let s=0;s<e.length;s++){let c=e[s];if(c==="--run"||c==="--yes")o=!0;else{if(c==="--all")continue;c==="--scope"?t=e[++s]:c?.startsWith("--scope=")?t=c.slice(8):c&&!c.startsWith("--")&&(n=c)}}let r=s=>s?.replace(/\\/g,"/").replace(/\/+$/,"")||void 0;return{scope:r(t),path:r(n),run:o}}function nu(e,t){let n=e.replace(/\\/g,"/").replace(/\/+$/,""),o=`${t.replace(/\/+$/,"")}/`;return n.startsWith(o)?n.slice(o.length):n}function ou(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function ru(e,t,n){return n.filter(o=>{try{return gi(wi(e,t,o)).size===0}catch{return!0}})}function Jo(e,t,n){let o=new Map(t.map(r=>[r.path,r]));return n.map(r=>{let s=1;for(let c of o.get(r)?.sources??[])try{s+=gi(wi(e,c)).size}catch{}return{path:r,bytes:s}})}function Qo(e,t){return`Run the write-article skill to author EACH documentation article listed below. For each path:
211
+ `)}function zo(e,t,n){let o=e.reduce((p,h)=>p+h.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: ${le(r)}\u2013${le(s)}. ${t.note}`,"","Each article is rewritten and re-published as a DRAFT. Run /convert --run to start."]}function Ko(e,t,n){let o=P=>t[P.index]?.paths.length??0,r=e.filter(P=>P.ok),s=e.filter(P=>!P.ok),c=e.reduce((P,N)=>P+o(N),0),p=r.reduce((P,N)=>P+o(N),0),h=e.reduce((P,N)=>P+N.costUsd,0),b=e.reduce((P,N)=>P+N.outputTokens,0),w=n==="api"?`${le(h)} total`:Ue(b),R=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,k=P=>`${P} article${P===1?"":"s"}`,C=[];if(s.length===0)C.push(`Converted ${k(c)} (${R}) successfully \xB7 ${w}.`);else{C.push(`Converted ${p}/${k(c)} (${R}) \xB7 ${w}.`),C.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /convert to retry:`);for(let P of s)C.push(` \u2717 ${P.label}${P.error?` \u2014 ${P.error}`:""}`)}return C}async function gi(e,t){if(!Yc(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{scope:n,run:o}=Bo(e),r=Xc(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=Go(r,n);if(s.length===0)return console.log($(`No tracked articles under "${n}". (${r.length} are tracked overall.)`)),{kind:"continue"};let c=Vc(s),p=`/convert${n?` --scope ${n}`:""} --run`,{model:h,forced:b}=zc(t.cwd,"light");if(!o){let w=Gc({files:Vo(t.cwd,s),op:"convert",model:h});n&&console.log(f(`Scope: ${n} (${s.length} of ${r.length} tracked articles).`));for(let R of zo(c,w,qo))console.log(R);return console.log(f(`Model: ${h}${b?" (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 ${c.length} partitions (\u2264${qo} agents at once) on ${h}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let w of Kc({cwd:t.cwd,partitions:c,promptFor:Yo,concurrency:qo,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:h}))if(w.type==="partition_status")w.status==="running"?console.log(f(` \u25B8 ${w.label} \u2014 converting\u2026`)):w.status==="done"?console.log(E(` \u2713 ${w.label}`)):console.log($(` \u2717 ${w.label}`));else if(w.type==="run_done"){console.log("");let R=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let k of Ko(w.results,c,R))console.log(w.ok?E(k):U(k))}}catch(w){console.log($(`Convert run failed: ${w.message}`))}return console.log(""),{kind:"continue"}}W();import{statSync as wi}from"node:fs";import{resolve as yi}from"node:path";import{estimateBulkCost as Jc,planPartitions as Qc,readDocsPlan as Zc,readProjectConfig as ki,DEFAULT_DOCS_DIR as eu,resolveModelForOperation as tu,runPartitioned as nu}from"document360-engine";var Xo=5;function Jo(e){let t,n,o=!1;for(let s=0;s<e.length;s++){let c=e[s];if(c==="--run"||c==="--yes")o=!0;else{if(c==="--all")continue;c==="--scope"?t=e[++s]:c?.startsWith("--scope=")?t=c.slice(8):c&&!c.startsWith("--")&&(n=c)}}let r=s=>s?.replace(/\\/g,"/").replace(/\/+$/,"")||void 0;return{scope:r(t),path:r(n),run:o}}function ou(e,t){let n=e.replace(/\\/g,"/").replace(/\/+$/,""),o=`${t.replace(/\/+$/,"")}/`;return n.startsWith(o)?n.slice(o.length):n}function ru(e,t){return t?e.filter(n=>{let o=n.replace(/\\/g,"/");return o===t||o.startsWith(`${t}/`)}):e}function su(e,t,n){return n.filter(o=>{try{return wi(yi(e,t,o)).size===0}catch{return!0}})}function Qo(e,t,n){let o=new Map(t.map(r=>[r.path,r]));return n.map(r=>{let s=1;for(let c of o.get(r)?.sources??[])try{s+=wi(yi(e,c)).size}catch{}return{path:r,bytes:s}})}function Zo(e,t){return`Run the write-article skill to author EACH documentation article listed below. For each path:
212
212
  - 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).
213
213
  - 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.
214
214
  - Write the finished article to ${t}/<path>, following the write-article structure and the project terminologyGlossary. Add the \`sources:\` frontmatter listing the files you actually read.
@@ -216,58 +216,58 @@ No MCP servers registered. Add one with /mcp add <name> <type> <ref>
216
216
  - 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.
217
217
  Articles:
218
218
  `+e.paths.map(n=>`- ${n}`).join(`
219
- `)}function Zo(e,t,n){let o=e.reduce((c,p)=>c+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(c=>` \u2022 ${c.label} \u2014 ${c.paths.length} article${c.paths.length===1?"":"s"}`),"",`Estimated cost: ${le(r)}\u2013${le(s)}. ${t.note}`,"","Articles are written as local drafts in the docs tree (nothing is published). Run /write --run to start."]}function er(e,t,n){let o=P=>t[P.index]?.paths.length??0,r=e.filter(P=>P.ok),s=e.filter(P=>!P.ok),c=e.reduce((P,N)=>P+o(N),0),p=r.reduce((P,N)=>P+o(N),0),h=e.reduce((P,N)=>P+N.costUsd,0),b=e.reduce((P,N)=>P+N.outputTokens,0),w=n==="api"?`${le(h)} total`:Ue(b),R=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,k=P=>`${P} article${P===1?"":"s"}`,C=[];if(s.length===0)C.push(`Wrote ${k(c)} (${R}) successfully \xB7 ${w}.`),C.push("Next \u2014 push them to Document360:"),C.push("/publish --all"),C.push("Or add screenshots first with /screenshot --all. Drafts are reviewable in the portal after publishing.");else{C.push(`Wrote ${p}/${k(c)} (${R}) \xB7 ${w}.`),C.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /write to retry the rest:`);for(let P of s)C.push(` \u2717 ${P.label}${P.error?` \u2014 ${P.error}`:""}`)}return C}function tr(e,t,n){let o=(yi(e)?.docsDir??Zc).replace(/\/+$/,""),r=t.map(p=>p.path);if(n.path){let p=nu(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=ou(r,n.scope);if(n.scope&&s.length===0)return{docsDir:o,targets:[],planCount:r.length,reason:`No planned articles under "${n.scope}".`};let c=ru(e,o,s);if(c.length===0){let p=n.scope?` under "${n.scope}"`:"";return{docsDir:o,targets:[],planCount:r.length,reason:`All planned articles${p} are already written. Use /write <path> to rewrite one.`}}return{docsDir:o,targets:c,planCount:r.length}}async function ki(e,t){if(!yi(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let n=Qc(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,run:s}=Xo(e),{docsDir:c,targets:p,reason:h}=tr(t.cwd,n,{scope:o,path:r});if(p.length===0)return console.log(h?L(h):L("Nothing to write.")),{kind:"continue"};let b=Jc(p),{model:w,forced:R}=eu(t.cwd,"standard");if(!s&&!!!r){let C=Xc({files:Jo(t.cwd,n,p),op:"write",model:w});o&&console.log(f(`Scope: ${o} (${p.length} pending).`));for(let P of Zo(b,C,Ko))console.log(P);return console.log(f(`Model: ${w}${R?" (forced)":" \u2014 authoring; /model to override"}.`)),console.log(f(`Run /write${o?` --scope ${o}`:" --all"} --run to start.`)),console.log(""),{kind:"continue"}}console.log(f(`Writing ${p.length} article${p.length===1?"":"s"} across ${b.length} partition${b.length===1?"":"s"} (\u2264${Ko} agents at once) on ${w}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let C of tu({cwd:t.cwd,partitions:b,promptFor:P=>Qo(P,c),concurrency:Ko,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:w}))if(C.type==="partition_status")C.status==="running"?console.log(f(` \u25B8 ${C.label} \u2014 writing\u2026`)):C.status==="done"?console.log(E(` \u2713 ${C.label}`)):console.log($(` \u2717 ${C.label}`));else if(C.type==="run_done"){console.log("");let P=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let N of er(C.results,b,P))console.log(C.ok?E(N):L(N))}}catch(C){console.log($(`Write run failed: ${C.message}`))}return console.log(""),{kind:"continue"}}W();import{existsSync as su,readdirSync as bi,statSync as xi}from"node:fs";import{join as $i}from"node:path";import{inputDir as iu,readProjectConfig as au}from"document360-engine";var vi=/\.(md|markdown|pdf|txt)$/i;function nr(e){let t=iu(e);if(!su(t))return{features:[],looseDocs:0};let n=[],o=0;for(let r of bi(t)){let s=$i(t,r),c=!1;try{c=xi(s).isDirectory()}catch{continue}if(c){if(r.startsWith("."))continue;let p=lu(s);p>0&&n.push({name:r,docCount:p})}else vi.test(r)&&o++}return n.sort((r,s)=>r.name.localeCompare(s.name)),{features:n,looseDocs:o}}function lu(e){let t=0;for(let n of bi(e))try{xi($i(e,n)).isFile()&&vi.test(n)&&t++}catch{}return t}function or(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 In(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 --all. Do NOT write the articles in this turn."].filter(Boolean).join(`
220
- `)}var rr="No input docs found. Drop this feature's PRDs/specs in .d360-writer/input/<feature>/ (.md or .pdf), then run /draft.";async function Ci(e,t){let n=t?.cwd??process.cwd();if(!au(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{features:o,looseDocs:r}=nr(n);if(o.length===0&&r===0)return console.log(f(rr)),{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 h of o)console.log(` ${h.name} ${f(`(${h.docCount} doc${h.docCount===1?"":"s"})`)}`);return{kind:"continue"}}let p=o[0]?.name??"";return{kind:"forward-to-agent",prompt:In(p),display:p?`/draft ${p}`:"/draft"}}let c=or(o,s);return{kind:"forward-to-agent",prompt:In(c??"",c?void 0:s),display:`/draft ${s}`}}W();import{listOpenForDocs as cu,readProjectConfig as uu}from"document360-engine";function sr(e){try{return cu(e).filter(t=>t.kind==="request").length}catch{return 0}}function ir(e){let t=e.includes("--publish"),n=e.filter(o=>o!=="--publish").join(" ").trim();return{publish:t,what:n}}function ar(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(`
221
- `)}var lr="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 Pi(e,t){let n=t?.cwd??process.cwd();if(!uu(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{publish:o,what:r}=ir(e);if(!r&&sr(n)===0)return console.log(f(lr)),{kind:"continue"};let s=`/document${r?` ${r}`:""}${o?" --publish":""}`;return{kind:"forward-to-agent",prompt:ar(r,o),display:s}}W();import{search as du}from"@inquirer/prompts";import{findByName as pu,getSession as fu,listSessions as mu,relativeTime as Si}from"document360-engine";async function Ri(e,t){let n=mu(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=pu(t.cwd,o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:(console.log($(`No session matches "${o}".`)),Ti(n),{kind:"continue"})}if(!process.stdin.isTTY)return Ti(n),console.log(f("Run: /resume <name>")),{kind:"continue"};try{let o=await t.withPausedInput(()=>du({message:"Resume session (type to filter, \u2191\u2193 to navigate):",source:async s=>{let c=(s??"").toLowerCase();return n.filter(p=>!c||p.name.toLowerCase().includes(c)||p.firstPrompt.toLowerCase().includes(c)).map(p=>({name:`${p.name} ${Si(p.updatedAt)}`,value:p.uuid,description:p.firstPrompt.slice(0,100)}))}})),r=fu(o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:{kind:"continue"}}catch{return console.log(""),{kind:"continue"}}}function Ti(e){console.log("");for(let t of e.slice(0,15))console.log(` ${I(t.name)} ${f(Si(t.updatedAt))}`),console.log(` ${f(t.firstPrompt.slice(0,80))}`);console.log("")}W();import{renameSession as hu}from"document360-engine";function cr(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 Di(e,t){let n=cr(e.join(" "));if(!n)return console.log($("Usage: /rename <new name>")),{kind:"continue"};let o=t.currentUuid();return o?(hu(o,n)?console.log(E(`\u2713 Session renamed to "${n}"`)):console.log($("Could not find the current session record.")),{kind:"continue"}):(console.log($("Nothing to rename yet \u2014 send a message first; sessions auto-save once the agent replies.")),{kind:"continue"})}import{knownEnvironments as ji,readProjectConfig as gu,writeProjectConfig as wu}from"document360-engine";W();function ur(e,t,n){if(!t)return"Usage: /profile add <name> [environment]";let o=gu(e);if(!o)return"No .d360-writer.json \u2014 run /init first.";if(o.profiles?.[t])return`Profile "${t}" already exists.`;let r=n??t;return ji().includes(r)?(o.profiles={...o.profiles,[t]:{connection:{environment:r},production:!1}},wu(o,e),null):`Unknown environment "${r}". Known: ${ji().join(", ")} (or add the profile with explicit URLs in .d360-writer.json).`}async function Ai(e,t){let n=e[0];if(!n)return gn(t.cwd),{kind:"continue"};if(n==="add"){let o=ur(t.cwd,e[1],e[2]);return o?(console.log($(o)),{kind:"continue"}):(console.log(E(`\u2713 Profile "${e[1]}" created (environment: ${e[2]??e[1]}).`)),console.log(` Switch + sign in: ${I(`/profile ${e[1]}`)} then ${I("/login")}`),{kind:"continue"})}return wn(t.cwd,n),yn(t.cwd,n),console.log(f(" Restarting agent for the new profile\u2026")),{kind:"clear"}}W();import{select as yu}from"@inquirer/prompts";import{readProjectConfig as ku,readUserConfig as Ei,resolveModelSetting as dr,writeUserConfig as Ii}from"document360-engine";var $e=[{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 Nn(e){if(e.model===null||e.source==="claude-settings")return 0;let t=e.model.toLowerCase(),n=$e.findIndex(o=>o.value!==null&&(o.value===t||o.label.toLowerCase()===t||t.includes(o.label.toLowerCase())));return n>=0?n:0}function bu(e){switch(e.source){case"project":return".d360-writer.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 Ht(e,t){let n=()=>{let s=dr(e);return s.source==="project"||s.source==="user"||s.source==="env"?s.model??void 0:void 0};if(t==="default"){let s=Ei();return s.defaultModel?(delete s.defaultModel,Ii(s),{lines:[`\u2713 Personal model override cleared \u2014 now: ${dr(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}}Ii({...Ei(),defaultModel:t});let o=[`\u2713 Personal model set to "${t}" (applies from your next message \u2014 conversation continues)`],r=ku(e)?.defaultModel;return r&&o.push(`\u26A0 .d360-writer.json sets defaultModel "${r}" \u2014 the team setting overrides yours until it is removed.`),{lines:o,changed:!0,effective:n()}}async function Ni(e,t){let n=e[0]?.trim();if(!n){let c=dr(t.cwd);if(!process.stdin.isTTY)return console.log(`${xe("Model:")} ${I(c.model??"Claude Code default")}`),console.log(f(` source: ${bu(c)}`)),console.log(f(" change: /model <haiku|sonnet|opus|full-model-id> \xB7 reset: /model default")),{kind:"continue"};let p=Nn(c),h;try{h=await t.withPausedInput(()=>yu({message:`Select model (current: ${c.model??"Claude Code default"})`,default:$e[p].value,choices:$e.map((k,C)=>({name:`${k.label}${C===p?" \u2714":""}`,value:k.value,description:k.desc}))}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}let{lines:b,changed:w,effective:R}=Ht(t.cwd,h??"default");for(let k of b)console.log(k.startsWith("\u26A0")?L(k):k.startsWith("\u2713")?E(k):f(k));return w&&await t.setModel(R),{kind:"continue"}}let{lines:o,changed:r,effective:s}=Ht(t.cwd,n);for(let c of o)console.log(c.startsWith("\u26A0")?L(c):c.startsWith("\u2713")?E(c):f(c));return r&&await t.setModel(s),{kind:"continue"}}_n();async function Fi(e,t){return await t.withPausedInput(()=>ht(t.cwd)),{kind:"clear"}}async function Hi(e,t){return await t.withPausedInput(()=>hs(t.cwd,t.profileName)),{kind:"clear"}}W();import{resolveActiveProfile as Eu}from"document360-engine";async function qi(e,t){let n=!1;try{n=Eu(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"})}W();var Bi=async(e,t)=>{try{await t.withPausedInput(()=>hn({}))}catch(n){console.log($(`Login failed: ${n.message}`))}return{kind:"continue"}};W();import{resolveActiveProfile as Iu,clearTokens as Nu,clearProfileProject as _u}from"document360-engine";async function Gi(e,t){let n;try{n=Iu(t.cwd,t.profileName).name}catch(r){return console.log($(r.message)),{kind:"continue"}}let o=Nu(n);return _u(t.cwd,n),console.log(o?E(`\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 Vi}from"node:fs";import{isAbsolute as Ou,join as Uu,resolve as Lu}from"node:path";import{readProjectConfig as Mu,screenshotPlaceholderIds as Wu,DEFAULT_CAPTURE_DIR as Fu,DEFAULT_OUTPUT_DIR as Hu}from"document360-engine";var Yi=e=>e.replace(/\\/g,"/").replace(/\/+$/,"");function fr(e){let t=!e.includes("--no-setup"),n=e.filter(r=>r!=="--no-setup");if(n[0]==="--list")return{mode:"list",scope:n[1]?Yi(n[1]):void 0};let o=n[0];return!o||o==="--all"?{mode:"all",setup:t}:/[\\/]/.test(o)||o.endsWith(".md")?{mode:"scope",scope:Yi(o),setup:t}:{mode:"single",id:o}}function mr(e,t){let n=Mu(e),o=n?.captureDir??Fu,r=n?.outputDir??Hu,s=(c,p)=>Ou(c)?Uu(c,p):Lu(e,c,p);return Wu(e,{scope:t}).map(({id:c,file:p})=>{let h=Vi(s(r,`${c}.png`))?"captured":Vi(s(o,`${c}.spec.ts`))?"spec":"placeholder";return{id:c,file:p,state:h}})}var qu={placeholder:"\u25CB",spec:"\u25D0",captured:"\u25CF"},Bu={placeholder:"placeholder only",spec:"spec written, not captured",captured:"captured"};function hr(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 c of e.filter(p=>p.file===s))r.push(` ${qu[c.state]} ${c.id.padEnd(34)} ${Bu[c.state]}`)}return r.push("","\u25CB placeholder only \u25D0 spec written \u25CF captured"),r}function zi(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(`
219
+ `)}function er(e,t,n){let o=e.reduce((c,p)=>c+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(c=>` \u2022 ${c.label} \u2014 ${c.paths.length} article${c.paths.length===1?"":"s"}`),"",`Estimated cost: ${le(r)}\u2013${le(s)}. ${t.note}`,"","Articles are written as local drafts in the docs tree (nothing is published). Run /write --run to start."]}function tr(e,t,n){let o=P=>t[P.index]?.paths.length??0,r=e.filter(P=>P.ok),s=e.filter(P=>!P.ok),c=e.reduce((P,N)=>P+o(N),0),p=r.reduce((P,N)=>P+o(N),0),h=e.reduce((P,N)=>P+N.costUsd,0),b=e.reduce((P,N)=>P+N.outputTokens,0),w=n==="api"?`${le(h)} total`:Ue(b),R=`${r.length}/${e.length} partition${e.length===1?"":"s"} completed`,k=P=>`${P} article${P===1?"":"s"}`,C=[];if(s.length===0)C.push(`Wrote ${k(c)} (${R}) successfully \xB7 ${w}.`),C.push("Next \u2014 push them to Document360:"),C.push("/publish --all"),C.push("Or add screenshots first with /screenshot --all. Drafts are reviewable in the portal after publishing.");else{C.push(`Wrote ${p}/${k(c)} (${R}) \xB7 ${w}.`),C.push(`${s.length} partition${s.length===1?"":"s"} failed \u2014 re-run /write to retry the rest:`);for(let P of s)C.push(` \u2717 ${P.label}${P.error?` \u2014 ${P.error}`:""}`)}return C}function nr(e,t,n){let o=(ki(e)?.docsDir??eu).replace(/\/+$/,""),r=t.map(p=>p.path);if(n.path){let p=ou(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=ru(r,n.scope);if(n.scope&&s.length===0)return{docsDir:o,targets:[],planCount:r.length,reason:`No planned articles under "${n.scope}".`};let c=su(e,o,s);if(c.length===0){let p=n.scope?` under "${n.scope}"`:"";return{docsDir:o,targets:[],planCount:r.length,reason:`All planned articles${p} are already written. Use /write <path> to rewrite one.`}}return{docsDir:o,targets:c,planCount:r.length}}async function bi(e,t){if(!ki(t.cwd))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let n=Zc(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,run:s}=Jo(e),{docsDir:c,targets:p,reason:h}=nr(t.cwd,n,{scope:o,path:r});if(p.length===0)return console.log(h?U(h):U("Nothing to write.")),{kind:"continue"};let b=Qc(p),{model:w,forced:R}=tu(t.cwd,"standard");if(!s&&!!!r){let C=Jc({files:Qo(t.cwd,n,p),op:"write",model:w});o&&console.log(f(`Scope: ${o} (${p.length} pending).`));for(let P of er(b,C,Xo))console.log(P);return console.log(f(`Model: ${w}${R?" (forced)":" \u2014 authoring; /model to override"}.`)),console.log(f(`Run /write${o?` --scope ${o}`:" --all"} --run to start.`)),console.log(""),{kind:"continue"}}console.log(f(`Writing ${p.length} article${p.length===1?"":"s"} across ${b.length} partition${b.length===1?"":"s"} (\u2264${Xo} agents at once) on ${w}\u2026`)),console.log(f(" (mid-run abort is TUI-only \u2014 Ctrl+C exits the REPL.)"));try{for await(let C of nu({cwd:t.cwd,partitions:b,promptFor:P=>Zo(P,c),concurrency:Xo,profileName:t.profileName,allowProdWrites:t.allowProdWrites(),model:w}))if(C.type==="partition_status")C.status==="running"?console.log(f(` \u25B8 ${C.label} \u2014 writing\u2026`)):C.status==="done"?console.log(E(` \u2713 ${C.label}`)):console.log($(` \u2717 ${C.label}`));else if(C.type==="run_done"){console.log("");let P=process.env.ANTHROPIC_API_KEY?"api":"subscription";for(let N of tr(C.results,b,P))console.log(C.ok?E(N):U(N))}}catch(C){console.log($(`Write run failed: ${C.message}`))}return console.log(""),{kind:"continue"}}W();import{existsSync as iu,readdirSync as xi,statSync as $i}from"node:fs";import{join as vi}from"node:path";import{inputDir as au,readProjectConfig as lu}from"document360-engine";var Ci=/\.(md|markdown|pdf|txt)$/i;function or(e){let t=au(e);if(!iu(t))return{features:[],looseDocs:0};let n=[],o=0;for(let r of xi(t)){let s=vi(t,r),c=!1;try{c=$i(s).isDirectory()}catch{continue}if(c){if(r.startsWith("."))continue;let p=cu(s);p>0&&n.push({name:r,docCount:p})}else Ci.test(r)&&o++}return n.sort((r,s)=>r.name.localeCompare(s.name)),{features:n,looseDocs:o}}function cu(e){let t=0;for(let n of xi(e))try{$i(vi(e,n)).isFile()&&Ci.test(n)&&t++}catch{}return t}function rr(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 Nn(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 --all. Do NOT write the articles in this turn."].filter(Boolean).join(`
220
+ `)}var sr="No input docs found. Drop this feature's PRDs/specs in .d360-writer/input/<feature>/ (.md or .pdf), then run /draft.";async function Pi(e,t){let n=t?.cwd??process.cwd();if(!lu(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{features:o,looseDocs:r}=or(n);if(o.length===0&&r===0)return console.log(f(sr)),{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 h of o)console.log(` ${h.name} ${f(`(${h.docCount} doc${h.docCount===1?"":"s"})`)}`);return{kind:"continue"}}let p=o[0]?.name??"";return{kind:"forward-to-agent",prompt:Nn(p),display:p?`/draft ${p}`:"/draft"}}let c=rr(o,s);return{kind:"forward-to-agent",prompt:Nn(c??"",c?void 0:s),display:`/draft ${s}`}}W();import{listOpenForDocs as uu,readProjectConfig as du}from"document360-engine";function ir(e){try{return uu(e).filter(t=>t.kind==="request").length}catch{return 0}}function ar(e){let t=e.includes("--publish"),n=e.filter(o=>o!=="--publish").join(" ").trim();return{publish:t,what:n}}function lr(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(`
221
+ `)}var cr="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 Ti(e,t){let n=t?.cwd??process.cwd();if(!du(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let{publish:o,what:r}=ar(e);if(!r&&ir(n)===0)return console.log(f(cr)),{kind:"continue"};let s=`/document${r?` ${r}`:""}${o?" --publish":""}`;return{kind:"forward-to-agent",prompt:lr(r,o),display:s}}W();import{search as pu}from"@inquirer/prompts";import{findByName as fu,getSession as mu,listSessions as hu,relativeTime as Ri}from"document360-engine";async function Di(e,t){let n=hu(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=fu(t.cwd,o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:(console.log($(`No session matches "${o}".`)),Si(n),{kind:"continue"})}if(!process.stdin.isTTY)return Si(n),console.log(f("Run: /resume <name>")),{kind:"continue"};try{let o=await t.withPausedInput(()=>pu({message:"Resume session (type to filter, \u2191\u2193 to navigate):",source:async s=>{let c=(s??"").toLowerCase();return n.filter(p=>!c||p.name.toLowerCase().includes(c)||p.firstPrompt.toLowerCase().includes(c)).map(p=>({name:`${p.name} ${Ri(p.updatedAt)}`,value:p.uuid,description:p.firstPrompt.slice(0,100)}))}})),r=mu(o);return r?{kind:"resume",uuid:r.uuid,name:r.name}:{kind:"continue"}}catch{return console.log(""),{kind:"continue"}}}function Si(e){console.log("");for(let t of e.slice(0,15))console.log(` ${I(t.name)} ${f(Ri(t.updatedAt))}`),console.log(` ${f(t.firstPrompt.slice(0,80))}`);console.log("")}W();import{renameSession as gu}from"document360-engine";function ur(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 ji(e,t){let n=ur(e.join(" "));if(!n)return console.log($("Usage: /rename <new name>")),{kind:"continue"};let o=t.currentUuid();return o?(gu(o,n)?console.log(E(`\u2713 Session renamed to "${n}"`)):console.log($("Could not find the current session record.")),{kind:"continue"}):(console.log($("Nothing to rename yet \u2014 send a message first; sessions auto-save once the agent replies.")),{kind:"continue"})}import{knownEnvironments as Ai,readProjectConfig as wu,writeProjectConfig as yu}from"document360-engine";W();function dr(e,t,n){if(!t)return"Usage: /profile add <name> [environment]";let o=wu(e);if(!o)return"No .d360-writer.json \u2014 run /init first.";if(o.profiles?.[t])return`Profile "${t}" already exists.`;let r=n??t;return Ai().includes(r)?(o.profiles={...o.profiles,[t]:{connection:{environment:r},production:!1}},yu(o,e),null):`Unknown environment "${r}". Known: ${Ai().join(", ")} (or add the profile with explicit URLs in .d360-writer.json).`}async function Ei(e,t){let n=e[0];if(!n)return gn(t.cwd),{kind:"continue"};if(n==="add"){let o=dr(t.cwd,e[1],e[2]);return o?(console.log($(o)),{kind:"continue"}):(console.log(E(`\u2713 Profile "${e[1]}" created (environment: ${e[2]??e[1]}).`)),console.log(` Switch + sign in: ${I(`/profile ${e[1]}`)} then ${I("/login")}`),{kind:"continue"})}return wn(t.cwd,n),yn(t.cwd,n),console.log(f(" Restarting agent for the new profile\u2026")),{kind:"clear"}}W();import{select as ku}from"@inquirer/prompts";import{readProjectConfig as bu,readUserConfig as Ii,resolveModelSetting as pr,writeUserConfig as Ni}from"document360-engine";var $e=[{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 _n(e){if(e.model===null||e.source==="claude-settings")return 0;let t=e.model.toLowerCase(),n=$e.findIndex(o=>o.value!==null&&(o.value===t||o.label.toLowerCase()===t||t.includes(o.label.toLowerCase())));return n>=0?n:0}function xu(e){switch(e.source){case"project":return".d360-writer.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 Ht(e,t){let n=()=>{let s=pr(e);return s.source==="project"||s.source==="user"||s.source==="env"?s.model??void 0:void 0};if(t==="default"){let s=Ii();return s.defaultModel?(delete s.defaultModel,Ni(s),{lines:[`\u2713 Personal model override cleared \u2014 now: ${pr(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}}Ni({...Ii(),defaultModel:t});let o=[`\u2713 Personal model set to "${t}" (applies from your next message \u2014 conversation continues)`],r=bu(e)?.defaultModel;return r&&o.push(`\u26A0 .d360-writer.json sets defaultModel "${r}" \u2014 the team setting overrides yours until it is removed.`),{lines:o,changed:!0,effective:n()}}async function _i(e,t){let n=e[0]?.trim();if(!n){let c=pr(t.cwd);if(!process.stdin.isTTY)return console.log(`${xe("Model:")} ${I(c.model??"Claude Code default")}`),console.log(f(` source: ${xu(c)}`)),console.log(f(" change: /model <haiku|sonnet|opus|full-model-id> \xB7 reset: /model default")),{kind:"continue"};let p=_n(c),h;try{h=await t.withPausedInput(()=>ku({message:`Select model (current: ${c.model??"Claude Code default"})`,default:$e[p].value,choices:$e.map((k,C)=>({name:`${k.label}${C===p?" \u2714":""}`,value:k.value,description:k.desc}))}))}catch{return console.log(f("Cancelled.")),{kind:"continue"}}let{lines:b,changed:w,effective:R}=Ht(t.cwd,h??"default");for(let k of b)console.log(k.startsWith("\u26A0")?U(k):k.startsWith("\u2713")?E(k):f(k));return w&&await t.setModel(R),{kind:"continue"}}let{lines:o,changed:r,effective:s}=Ht(t.cwd,n);for(let c of o)console.log(c.startsWith("\u26A0")?U(c):c.startsWith("\u2713")?E(c):f(c));return r&&await t.setModel(s),{kind:"continue"}}On();async function Hi(e,t){return await t.withPausedInput(()=>ht(t.cwd)),{kind:"clear"}}async function qi(e,t){return await t.withPausedInput(()=>gs(t.cwd,t.profileName)),{kind:"clear"}}W();import{resolveActiveProfile as Iu}from"document360-engine";async function Bi(e,t){let n=!1;try{n=Iu(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"})}W();var Gi=async(e,t)=>{try{await t.withPausedInput(()=>hn({}))}catch(n){console.log($(`Login failed: ${n.message}`))}return{kind:"continue"}};W();import{resolveActiveProfile as Nu,clearTokens as _u,clearProfileProject as Ou}from"document360-engine";async function Vi(e,t){let n;try{n=Nu(t.cwd,t.profileName).name}catch(r){return console.log($(r.message)),{kind:"continue"}}let o=_u(n);return Ou(t.cwd,n),console.log(o?E(`\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 Yi}from"node:fs";import{isAbsolute as Uu,join as Lu,resolve as Mu}from"node:path";import{readProjectConfig as Wu,screenshotPlaceholderIds as Fu,DEFAULT_CAPTURE_DIR as Hu,DEFAULT_OUTPUT_DIR as qu}from"document360-engine";var zi=e=>e.replace(/\\/g,"/").replace(/\/+$/,"");function mr(e){let t=!e.includes("--no-setup"),n=e.filter(r=>r!=="--no-setup");if(n[0]==="--list")return{mode:"list",scope:n[1]?zi(n[1]):void 0};let o=n[0];return!o||o==="--all"?{mode:"all",setup:t}:/[\\/]/.test(o)||o.endsWith(".md")?{mode:"scope",scope:zi(o),setup:t}:{mode:"single",id:o}}function hr(e,t){let n=Wu(e),o=n?.captureDir??Hu,r=n?.outputDir??qu,s=(c,p)=>Uu(c)?Lu(c,p):Mu(e,c,p);return Fu(e,{scope:t}).map(({id:c,file:p})=>{let h=Yi(s(r,`${c}.png`))?"captured":Yi(s(o,`${c}.spec.ts`))?"spec":"placeholder";return{id:c,file:p,state:h}})}var Bu={placeholder:"\u25CB",spec:"\u25D0",captured:"\u25CF"},Gu={placeholder:"placeholder only",spec:"spec written, not captured",captured:"captured"};function gr(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 c of e.filter(p=>p.file===s))r.push(` ${Bu[c.state]} ${c.id.padEnd(34)} ${Gu[c.state]}`)}return r.push("","\u25CB placeholder only \u25D0 spec written \u25CF captured"),r}function Ki(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(`
222
222
  `),"","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(`
223
- `)}async function On(e,t){let n=fr(e);if(n.mode==="list"){let c=t?.cwd??process.cwd();for(let p of hr(mr(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(`
223
+ `)}async function Un(e,t){let n=mr(e);if(n.mode==="list"){let c=t?.cwd??process.cwd();for(let p of gr(hr(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(`
224
224
  `),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(`
225
- `),s=n.mode==="scope"?`/screenshot ${n.scope}`:`/screenshot${e[0]?` ${e[0]}`:""}`;return{kind:"forward-to-agent",prompt:r,display:s}}import{existsSync as Gu,readFileSync as Vu}from"node:fs";import{isAbsolute as Yu,join as zu,resolve as Ku}from"node:path";import{readProjectConfig as Xu,DEFAULT_CAPTURE_DIR as Ju}from"document360-engine";async function Bt(){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(`
226
- `),display:"/capture-setup"}}var Ki="-".repeat(64);function gr(e){let t=Ju;try{let w=Xu(e);w?.captureDir&&(t=w.captureDir.replace(/\\/g,"/").replace(/\/+$/,""))}catch{}let n=Yu(t)?zu(t,"CAPTURE-TESTID-REQUESTS.json"):Ku(e,t,"CAPTURE-TESTID-REQUESTS.json");if(!Gu(n))return null;let o;try{let w=JSON.parse(Vu(n,"utf8").replace(/^/,""));o=Array.isArray(w?.requests)?w.requests:[]}catch{return null}if(o.length===0)return null;let r=new Set(o.map(w=>w.file).filter(Boolean)).size,s=o.length,c=`${s} data-testid attribute${s===1?"":"s"}`,p=`${r} source file${r===1?"":"s"}`,h=`${t}/CAPTURE-TESTID-REQUESTS.md`,b=`${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.","",Ki,`Read ${h} and ${b}. 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.",Ki]}Ke();W();import{listOpenForDocs as Qu,readProjectConfig as Zu}from"document360-engine";function wr(e){try{return Qu(e).length}catch{return 0}}function yr(){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(`
227
- `)}async function Xi(e,t){let n=t?.cwd??process.cwd();return Zu(n)?wr(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:yr(),display:"/inbox"}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}W();import{listOpenHints as ed,listOpenForDocs as td,readProjectConfig as nd}from"document360-engine";function $t(e){let t=0,n=0,o=0;try{t=ed(e).length}catch{}try{let r=td(e);n=r.filter(s=>s.kind==="request").length,o=r.filter(s=>s.kind==="answer").length}catch{}return{hints:t,requests:n,answers:o}}function vt(e){let t=[];return e.hints&&t.push(`${e.hints} hint${e.hints===1?"":"s"}`),e.requests&&t.push(`${e.requests} request${e.requests===1?"":"s"}`),e.answers&&t.push(`${e.answers} answer${e.answers===1?"":"s"}`),t.length?t.join(", "):null}function kr(e){return{publish:e.includes("--publish")}}function br({publish:e}){let t=["Catch the documentation up: process ALL the pending work the builder has queued, end to end.","","1. Trust the inventory first \u2014 call d360_sync_status. If anything is in conflict or remote-ahead, STOP and tell me what to resolve (never write over a copy you can't trust).","2. Gather the pending work: d360_pending_hints (the builder's per-change hints) AND d360_inbox (open requests + answers).","3. 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), and fold any answers into the affected article(s) + the architecture brief.","4. 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.","5. Write/update the articles as drafts, grounded in the cited sources.","6. Close the loop: stamp consumed hints, and mark handled messages status: done with resulting_articles.","7. Push the drafts to Document360."];return t.push(e?"8. 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(`
228
- `)}async function Ji(e,t){let n=t?.cwd??process.cwd();if(!nd(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let o=Se(n,t?.profileName);if(!o.ok)return console.log($(o.reason)),{kind:"continue"};let{publish:r}=kr(e),s=vt($t(n));return console.log(f(s?`Catching up on ${s} (+ checking Document360 for drift)\u2026`:"No local queue \u2014 checking for code changes and drift\u2026")),{kind:"forward-to-agent",prompt:br({publish:r}),display:`/catch-up${r?" --publish":""}`}}W();import{spawn as od}from"node:child_process";var Je="document360-writer",Un=`npm i -g ${Je}@latest`;async function Ln(){return new Promise(e=>{try{let t=od(`npm i -g ${Je}@latest`,{stdio:"ignore",shell:!0,detached:!0,windowsHide:!0});t.on("error",n=>e({ok:!1,output:String(n)})),t.on("close",n=>e({ok:n===0,output:""})),t.unref()}catch(t){e({ok:!1,output:String(t)})}})}async function Qi(){return console.log(f(`Updating ${Je}\u2026`)),(await Ln()).ok?console.log(E("\u2713 Updated. Exit (/exit) and relaunch d360-writer to apply.")):console.log($(`Update failed \u2014 run manually: ${Un}`)),{kind:"continue"}}W();Ke();import{existsSync as xr,rmSync as rd}from"node:fs";import{basename as Zi,resolve as $r}from"node:path";import{execFileSync as sd}from"node:child_process";import{input as id}from"@inquirer/prompts";import{readProjectConfig as ad,devHintsGuidePath as ld}from"document360-engine";var cd=[".d360-writer.json",".d360-writer","d360-category-map.json",".d360-capture.json",".d360-capture-cache"],ud=new Set([".d360-writer.json","d360-category-map.json",".d360-capture.json",".d360-capture-cache"]),Mn=e=>(e??"").replace(/\\/g,"/").replace(/\/+$/,""),ea=e=>e===".d360-writer"||e.startsWith(".d360-writer/");function ta(e){let t=Mn(e);return t===""||t.startsWith("..")||t.startsWith("/")||/^[a-zA-Z]:/.test(t)?!1:ea(t)?!0:ud.has(t)}function vr(e){let t=null;try{t=ad(e)}catch{t=null}let n=new Set(cd);for(let o of[Mn(t?.docsDir),Mn(t?.captureDir),Mn(t?.outputDir)])o&&ea(o)&&n.add(o);return[...n].filter(o=>ta(o)&&xr($r(e,o)))}function Cr(e,t){let n=[],o=[];for(let r of t){if(!ta(r)){o.push({path:r,error:"refused \u2014 outside .d360-writer/ (protected)"});continue}try{rd($r(e,r),{recursive:!0,force:!0}),n.push(r)}catch(s){o.push({path:r,error:s.message})}}return{removed:n,failed:o}}function na(e,t){try{return sd("git",["status","--porcelain","--",t],{cwd:e,encoding:"utf8",stdio:["ignore","pipe","ignore"]}).split(`
229
- `).filter(o=>o.trim()&&/\.md\s*$/.test(o)).length}catch{return 0}}function dd(e){return na(e,".d360-writer/hints")}function pd(e){return na(e,".d360-writer/messages")}function Pr(e,t){if(t.length===0)return["Nothing to reset \u2014 no d360-writer files found in this repo."];let n=dd(e),o=pd(e),r=xr($r(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?["Protected: 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: ${Zi(e)}`]}async function oa(e,t){let n=vr(t.cwd);for(let h of Pr(t.cwd,n))console.log(n.length===0?f(h):h);if(n.length===0)return{kind:"continue"};let o=Zi(t.cwd);if((await t.withPausedInput(()=>id({message:`Type "${o}" to delete (anything else cancels):`}).catch(()=>""))).trim()!==o)return console.log(L("Reset cancelled \u2014 nothing deleted.")),{kind:"continue"};let s=xr(ld(t.cwd)),{removed:c,failed:p}=Cr(t.cwd,n);console.log(E(`\u2713 Reset complete \u2014 removed ${c.length} item${c.length===1?"":"s"}. The repo is back to its original state.`));for(let h of p)console.log($(` \u2717 ${h.path}: ${h.error}`));if(s){for(let h of Pn())console.log(h);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"}}var ra={help:vo,"?":vo,clear:Ss,exit:Co,quit:Co,init:Gs,mcp:Sn,publish:si,audit:jn,scope:ai,sync:mi,convert:hi,write:ki,draft:Ci,document:Pi,resume:Ri,rename:Di,profile:Ai,model:Ni,doctor:qt,workspace:Fi,project:Hi,"allow-prod":qi,login:Bi,logout:Gi,screenshot:On,"capture-setup":Bt,devhints:Ns,inbox:Xi,"catch-up":Ji,update:Qi,reset:oa};function sa(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}Ke();W();var fd={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"},aa=160,Sr=200,la=40;function fe(e,t){let n=e.replace(/\s+/g," ").trim();return n.length<=t?n:n.slice(0,t-1)+"\u2026"}function ia(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}: ${fe(typeof r=="string"?r:JSON.stringify(r),la)}`);return t.length>4&&n.push("\u2026"),fe(n.join(", "),aa)}var Le=e=>typeof e=="string"&&e?e:null,Tr=e=>typeof e=="string"&&e.length>=8?e.slice(0,8):null;function md(e){let t=Le(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 hd(e,t){let n=(o,r)=>({title:`Document360: ${o}`,sep:" ",arg:r});switch(e){case"d360_create_article":{let o=Le(t.title);if(!o)return null;let r=md(t.local_path);return n("Create article",`"${fe(o,60)}"${r?` in ${r}`:""}`)}case"d360_update_article":{let o=Le(t.title),r=Tr(t.article_id);return n("Update article",o?`"${fe(o,60)}"`:r?`id ${r}\u2026`:null)}case"d360_fork_article":return n("Fork article (new draft)",Tr(t.article_id)?`id ${Tr(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",Le(t.name)?`"${fe(Le(t.name),60)}"`:null);case"d360_upload_drive_file":{let o=Le(t.file_path);return n("Upload image",o?fe(o.replace(/\\/g,"/").split("/").pop()??o,60):null)}case"d360_sync_status":return n("Check sync status",null);default:return null}}function Wn(e,t){if(e==="ToolSearch")return null;if(e.startsWith("mcp__")){let[,r="",...s]=e.split("__"),c=s.join("__");if(r==="document360"){let b=hd(c,t);if(b)return b}let p=c.replace(/^d360_/,"").replace(/_/g," ");return{title:`${r==="document360"?"Document360":r.charAt(0).toUpperCase()+r.slice(1)}: ${p}`,sep:" ",arg:ia(t)}}let n=fd[e],o=n?t[n]:void 0;return typeof o=="string"&&o?{title:e,sep:"",arg:fe(o,aa)}:{title:e,sep:"",arg:ia(t)}}function gd(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 wd(e){if(!/^[[{]/.test(e))return null;let t;try{t=JSON.parse(e)}catch{return null}if(Array.isArray(t)){let n=t.map(gd).filter(r=>r!==null),o=`${t.length} item${t.length===1?"":"s"}`;return n.length===0?[o]:[o,...n.map(r=>fe(r,Sr))]}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}: ${fe(String(r),la)}`);return n.length>0?[fe(n.join(" \xB7 "),Sr)]:null}return null}function yd(e){let t=Le(e)?.replace(/\\/g,"/");if(!t)return null;let n=t.split("/").filter(Boolean);return n.length>1?n.slice(1).join("/"):t}function kd(e,t,n){switch(e){case"d360_create_article":{let o=yd(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=Le(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 ${fe(o[0],120)}`:""}`]}default:return null}}function Fn(e,t=4,n,o){let r=e.replace(/\r\n/g,`
230
- `).trimEnd();if(!r)return{lines:["(no output)"],hidden:0};if(n?.startsWith("mcp__document360__")){let c=kd(n.slice(18),o,r);if(c)return{lines:c,hidden:0}}let s=wd(r)??r.split(`
231
- `);return{lines:s.slice(0,t).map(c=>fe(c,Sr)),hidden:Math.max(0,s.length-t)}}function Hn(e,t,n,o="en"){return`${e.replace(/\/$/,"")}/${t}/document/v1/${o}/${n}`}function qn(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 Bn(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 Ad=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Ed(e,t,n,o){if(Ad.test(e))try{let r=pa(o),s=typeof t.project_id=="string"&&t.project_id||r.project.projectId,c=qn(t,n),p=Bn(n);e.endsWith("publish_article")&&p&&console.log(I(` \u2B95 Live: ${p}`)),c&&s&&console.log(I(` \u2B95 Preview: ${Hn(r.connection.portalUrl,s,c,r.project.languageCode??"en")}`))}catch{}}async function fa(e=process.cwd(),t="auto",n){let o=xd(t);o.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(""),console.error(` ${I("export ANTHROPIC_API_KEY=sk-ant-...")} (macOS / Linux)`),console.error(` ${I('$env:ANTHROPIC_API_KEY="sk-ant-..."')} (PowerShell)`),console.error(""),console.error(`Get a key at ${I("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${I("d360-writer --auth subscription")}`),console.error(""),process.exit(2)),Id(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=Rr({cwd:e,profileName:n,allowProdWrites:r}),c={uuid:null,firstPrompt:null,titleFired:!1},p=bd({input:process.stdin,output:process.stdout}),h=[],b=null,w=!1;p.on("line",C=>{if(b){let P=b;b=null,P(C)}else h.push(C)}),p.on("close",()=>{if(w=!0,b){let C=b;b=null,C(null)}});function R(){return h.length>0?Promise.resolve(h.shift()):w?Promise.resolve(null):(process.stdout.write(I("> ")),new Promise(C=>{b=C}))}let k={cwd:e,profileName:n,allowProdWrites:()=>r,restartAgent:()=>{s.close(),s=Rr({cwd:e,profileName:n,allowProdWrites:r}),c={uuid:null,firstPrompt:null,titleFired:!1}},currentUuid:()=>c.uuid,setModel:async C=>s.setModel(C),withPausedInput:async C=>{p.pause();try{return await C()}finally{p.resume()}}};try{for(;;){let C=await R();if(C===null)break;let P=C.trim();if(P){if(P.startsWith("/")){let N=sa(P);if(!N)continue;let O=ra[N.name];if(!O){console.log($(`Unknown command: /${N.name}`)),console.log(f("Type /help for the list."));continue}let q=await O(N.args,k);if(q.kind==="exit")break;if(q.kind==="clear"){k.restartAgent();continue}if(q.kind==="allow-prod"){r=!0,k.restartAgent(),console.log(E("\u2713 Production writes authorized for this session.")),console.log("");continue}if(q.kind==="resume"){s.close(),s=Rr({cwd:e,resume:q.uuid,profileName:n,allowProdWrites:r});let te=$d(q.uuid);c={uuid:q.uuid,firstPrompt:te?.firstPrompt??null,titleFired:!0},da(q.uuid),console.log(E(`\u2713 Resumed "${q.name}"`)),console.log("");continue}q.kind==="forward-to-agent"&&(c.firstPrompt||(c.firstPrompt=q.display??q.prompt),await ua(s,q.prompt,o,c,e));continue}c.firstPrompt||(c.firstPrompt=P),await ua(s,P,o,c,e)}}}finally{s.close(),p.close()}}function Id(e,t){console.log(""),console.log(Et("document360-writer")),console.log(f(` cwd: ${e}`));let n=Sd(e);if(console.log(f(` model: ${n.model??"auto (engine right-sizes per task)"}${n.model?` (${n.source})`:""}`)),console.log(Nd(e,t)),!Rd(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{try{vn(e);for(let o of Cn(e))console.log(L(` ${o}`))}catch{}try{let o=vt($t(e));o&&console.log(L(` \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 Nd(e,t){try{let n=pa(e,t),o=n.production?L(" \u26A0 PRODUCTION"):"",r=jd(n.name);if(!r)return f(` Document360: profile "${n.name}"${o} \u2014 not logged in (d360-writer login)`);let s={...ca(r.idToken)??{},...ca(r.accessToken)??{}},c=s.email??s.preferred_username??"signed in";return Dd(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 _d(){console.error(""),console.error(`Sign in with your Claude subscription: run ${I("claude")} once, then retry.`),console.error(` (No Claude Code? ${I("npm install -g @anthropic-ai/claude-code")})`),console.error(`Or set an API key: ${I("https://console.anthropic.com/settings/keys")}`)}function Od(e,t,n){e.uuid=t;let o=new Date().toISOString();Pd({uuid:t,name:Cd(e.firstPrompt??"session"),renamed:!1,titled:!1,cwd:n,firstPrompt:e.firstPrompt??"",createdAt:o,updatedAt:o})}function Ud(e,t){e.titleFired=!0;let n=e.uuid,o=e.firstPrompt;!n||!o||Td(o,t).then(r=>{r&&vd(n,r)}).catch(()=>{})}async function ua(e,t,n,o,r){let s=new Map;for await(let c of e.send(t))Ld(c,o,r,n,s)}function Ld(e,t,n,o,r){switch(e.type){case"session":t.uuid||Od(t,e.sessionId,n);break;case"text":process.stdout.write(e.delta);break;case"tool":{let s=Wn(e.name,e.input);s&&(process.stdout.write(`
232
-
233
- `),console.log(`${E("\u25CF")} ${xe(s.title)}${s.arg!==null?ee(`${s.sep}(${s.arg})`):""}`),r.set(e.id,{name:e.name,input:e.input}));break}case"article_diff":{let s=Xe(e.oldContent,e.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!s)break;let c=p=>p===1?"":"s";console.log(ee(` \u23BF Added ${s.added} line${c(s.added)}, removed ${s.removed} line${c(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 c=Fn(e.output,4,e.isError?void 0:s.name,s.input),p=e.isError?$:ee;c.lines.forEach((h,b)=>console.log(p((b===0?" \u23BF ":" ")+h))),c.hidden>0&&console.log(f(` \u2026 +${c.hidden} lines`)),e.isError||Ed(s.name,s.input,e.output,n);break}case"result":process.stdout.write(`
234
- `),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&&(da(t.uuid),t.titleFired||Ud(t,n));break;case"error":console.error(""),console.error($(`agent error: ${e.message}`)),o.kind==="subscription"&&e.kind==="auth"&&_d();break}}import{render as Hp}from"ink";import{resolveAuth as qp}from"document360-engine";import{useCallback as Y,useEffect as ve,useMemo as Nr,useRef as X,useState as F}from"react";import{Box as Z,Text as T,useApp as Jd,useInput as Qd,useStdout as Zd}from"ink";import{existsSync as Yt,readFileSync as _r,readdirSync as Ha}from"node:fs";import{basename as zt,isAbsolute as ep,join as Kt}from"node:path";import{createSession as Ia,classifyClaudeAuth as qa,CLAUDE_CODE_SETUP_HINT as tp,loginPkce as np,toStoredTokens as op,saveTokens as rp,getAccessToken as sp,resolveActiveProfile as ce,resolveProjectId as ip,getArticle as ap,decodeJwtClaims as Ct,isExpired as De,loadTokens as Me,clearTokens as lp,clearProfileProject as cp,setTitle as up,slugify as dp,touchSession as Or,upsertSession as pp,generateTitle as Na,findByName as fp,listSessions as mp,renameSession as hp,suggestNextAction as gp,readProjectConfig as Q,writeProjectConfig as wp,resolveModelSetting as Fr,loadProfileMap as Ur,applyPull as yp,computeSyncStatus as Lr,planPull as kp,inventoryRepo as bp,knownEnvironments as xp,resolveEnvironment as $p,planPartitions as Mr,partitionEvenly as vp,screenshotPlaceholderIds as Cp,trackedArticlePaths as Pp,runPartitioned as Xn,estimateBulkCost as _a,resolveModelForOperation as Jn,readDocsPlan as Tp,checkForUpdate as Sp,detectInstallKind as Rp,isSelfUpdatable as Dp,devHintsGuidePath as Oa,toolFeedbackPath as jp,DEFAULT_DOCS_DIR as Ba,setProfileProject as Ap}from"document360-engine";Ke();import{spawn as ma}from"node:child_process";function Md(){return process.platform==="win32"?[["clip",[]]]:process.platform==="darwin"?[["pbcopy",[]]]:[["wl-copy",[]],["xclip",["-selection","clipboard"]],["xsel",["--clipboard","--input"]]]}function Wd(e,t,n){return new Promise(o=>{try{let r=process.platform==="win32"?ma([e,...t].join(" "),{stdio:["pipe","ignore","ignore"],shell:!0}):ma(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 s=process.platform==="win32"?Buffer.from("\uFEFF"+n,"utf16le"):Buffer.from(n,"utf8");r.stdin?.end(s)}catch{o(!1)}})}async function ha(e){for(let[t,n]of Md())if(await Wd(t,n,e))return!0;return!1}var Fd=/\breply with (the |a )?number\b|\bpick one\b|\bpress the number\b/i;function Dr(e,t,n){if(n.closed||!Fd.test(t))return e;let o=e.split(`
225
+ `),s=n.mode==="scope"?`/screenshot ${n.scope}`:`/screenshot${e[0]?` ${e[0]}`:""}`;return{kind:"forward-to-agent",prompt:r,display:s}}import{existsSync as Vu,readFileSync as Yu}from"node:fs";import{isAbsolute as zu,join as Ku,resolve as Xu}from"node:path";import{readProjectConfig as Ju,DEFAULT_CAPTURE_DIR as Qu}from"document360-engine";async function Bt(){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(`
226
+ `),display:"/capture-setup"}}var Xi="-".repeat(64);function wr(e){let t=Qu;try{let w=Ju(e);w?.captureDir&&(t=w.captureDir.replace(/\\/g,"/").replace(/\/+$/,""))}catch{}let n=zu(t)?Ku(t,"CAPTURE-TESTID-REQUESTS.json"):Xu(e,t,"CAPTURE-TESTID-REQUESTS.json");if(!Vu(n))return null;let o;try{let w=JSON.parse(Yu(n,"utf8").replace(/^/,""));o=Array.isArray(w?.requests)?w.requests:[]}catch{return null}if(o.length===0)return null;let r=new Set(o.map(w=>w.file).filter(Boolean)).size,s=o.length,c=`${s} data-testid attribute${s===1?"":"s"}`,p=`${r} source file${r===1?"":"s"}`,h=`${t}/CAPTURE-TESTID-REQUESTS.md`,b=`${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.","",Xi,`Read ${h} and ${b}. 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.",Xi]}Ke();W();import{listOpenForDocs as Zu,readProjectConfig as ed}from"document360-engine";function yr(e){try{return Zu(e).length}catch{return 0}}function kr(){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(`
227
+ `)}async function Ji(e,t){let n=t?.cwd??process.cwd();return ed(n)?yr(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:kr(),display:"/inbox"}:(console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"})}W();import{listOpenHints as td,listOpenForDocs as nd,readProjectConfig as od}from"document360-engine";function $t(e){let t=0,n=0,o=0;try{t=td(e).length}catch{}try{let r=nd(e);n=r.filter(s=>s.kind==="request").length,o=r.filter(s=>s.kind==="answer").length}catch{}return{hints:t,requests:n,answers:o}}function vt(e){let t=[];return e.hints&&t.push(`${e.hints} hint${e.hints===1?"":"s"}`),e.requests&&t.push(`${e.requests} request${e.requests===1?"":"s"}`),e.answers&&t.push(`${e.answers} answer${e.answers===1?"":"s"}`),t.length?t.join(", "):null}function br(e){return{publish:e.includes("--publish")}}function xr({publish:e}){let t=["Catch the documentation up: process ALL the pending work the builder has queued, end to end.","","1. Trust the inventory first \u2014 call d360_sync_status. If anything is in conflict or remote-ahead, STOP and tell me what to resolve (never write over a copy you can't trust).","2. Gather the pending work: d360_pending_hints (the builder's per-change hints) AND d360_inbox (open requests + answers).","3. 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), and fold any answers into the affected article(s) + the architecture brief.","4. 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.","5. Write/update the articles as drafts, grounded in the cited sources.","6. Close the loop: stamp consumed hints, and mark handled messages status: done with resulting_articles.","7. Push the drafts to Document360."];return t.push(e?"8. 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(`
228
+ `)}async function Qi(e,t){let n=t?.cwd??process.cwd();if(!od(n))return console.log($("No d360-writer config here. Run /init first.")),{kind:"continue"};let o=Se(n,t?.profileName);if(!o.ok)return console.log($(o.reason)),{kind:"continue"};let{publish:r}=br(e),s=vt($t(n));return console.log(f(s?`Catching up on ${s} (+ checking Document360 for drift)\u2026`:"No local queue \u2014 checking for code changes and drift\u2026")),{kind:"forward-to-agent",prompt:xr({publish:r}),display:`/catch-up${r?" --publish":""}`}}W();import{spawn as rd}from"node:child_process";var Je="document360-writer",Ln=`npm i -g ${Je}@latest`;async function Mn(){return new Promise(e=>{try{let t=rd(`npm i -g ${Je}@latest`,{stdio:"ignore",shell:!0,detached:!0,windowsHide:!0});t.on("error",n=>e({ok:!1,output:String(n)})),t.on("close",n=>e({ok:n===0,output:""})),t.unref()}catch(t){e({ok:!1,output:String(t)})}})}async function Zi(){return console.log(f(`Updating ${Je}\u2026`)),(await Mn()).ok?console.log(E("\u2713 Updated. Exit (/exit) and relaunch d360-writer to apply.")):console.log($(`Update failed \u2014 run manually: ${Ln}`)),{kind:"continue"}}W();Ke();import{existsSync as $r,rmSync as sd}from"node:fs";import{basename as ea,resolve as vr}from"node:path";import{execFileSync as id}from"node:child_process";import{input as ad}from"@inquirer/prompts";import{readProjectConfig as ld,devHintsGuidePath as cd}from"document360-engine";var ud=[".d360-writer.json",".d360-writer","d360-category-map.json",".d360-capture.json",".d360-capture-cache"],dd=new Set([".d360-writer.json","d360-category-map.json",".d360-capture.json",".d360-capture-cache"]),Wn=e=>(e??"").replace(/\\/g,"/").replace(/\/+$/,""),ta=e=>e===".d360-writer"||e.startsWith(".d360-writer/");function na(e){let t=Wn(e);return t===""||t.startsWith("..")||t.startsWith("/")||/^[a-zA-Z]:/.test(t)?!1:ta(t)?!0:dd.has(t)}function Cr(e){let t=null;try{t=ld(e)}catch{t=null}let n=new Set(ud);for(let o of[Wn(t?.docsDir),Wn(t?.captureDir),Wn(t?.outputDir)])o&&ta(o)&&n.add(o);return[...n].filter(o=>na(o)&&$r(vr(e,o)))}function Pr(e,t){let n=[],o=[];for(let r of t){if(!na(r)){o.push({path:r,error:"refused \u2014 outside .d360-writer/ (protected)"});continue}try{sd(vr(e,r),{recursive:!0,force:!0}),n.push(r)}catch(s){o.push({path:r,error:s.message})}}return{removed:n,failed:o}}function oa(e,t){try{return id("git",["status","--porcelain","--",t],{cwd:e,encoding:"utf8",stdio:["ignore","pipe","ignore"]}).split(`
229
+ `).filter(o=>o.trim()&&/\.md\s*$/.test(o)).length}catch{return 0}}function pd(e){return oa(e,".d360-writer/hints")}function fd(e){return oa(e,".d360-writer/messages")}function Tr(e,t){if(t.length===0)return["Nothing to reset \u2014 no d360-writer files found in this repo."];let n=pd(e),o=fd(e),r=$r(vr(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?["Protected: 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: ${ea(e)}`]}async function ra(e,t){let n=Cr(t.cwd);for(let h of Tr(t.cwd,n))console.log(n.length===0?f(h):h);if(n.length===0)return{kind:"continue"};let o=ea(t.cwd);if((await t.withPausedInput(()=>ad({message:`Type "${o}" to delete (anything else cancels):`}).catch(()=>""))).trim()!==o)return console.log(U("Reset cancelled \u2014 nothing deleted.")),{kind:"continue"};let s=$r(cd(t.cwd)),{removed:c,failed:p}=Pr(t.cwd,n);console.log(E(`\u2713 Reset complete \u2014 removed ${c.length} item${c.length===1?"":"s"}. The repo is back to its original state.`));for(let h of p)console.log($(` \u2717 ${h.path}: ${h.error}`));if(s){for(let h of Pn())console.log(h);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"}}var sa={help:Co,"?":Co,clear:Rs,exit:Po,quit:Po,init:Vs,mcp:Sn,publish:ii,audit:An,scope:li,sync:hi,convert:gi,write:bi,draft:Pi,document:Ti,resume:Di,rename:ji,profile:Ei,model:_i,doctor:qt,workspace:Hi,project:qi,"allow-prod":Bi,login:Gi,logout:Vi,screenshot:Un,"capture-setup":Bt,devhints:_s,inbox:Ji,"catch-up":Qi,update:Zi,reset:ra};function ia(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}Ke();W();var md={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"},la=160,Rr=200,ca=40;function fe(e,t){let n=e.replace(/\s+/g," ").trim();return n.length<=t?n:n.slice(0,t-1)+"\u2026"}function aa(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}: ${fe(typeof r=="string"?r:JSON.stringify(r),ca)}`);return t.length>4&&n.push("\u2026"),fe(n.join(", "),la)}var Le=e=>typeof e=="string"&&e?e:null,Sr=e=>typeof e=="string"&&e.length>=8?e.slice(0,8):null;function hd(e){let t=Le(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 gd(e,t){let n=(o,r)=>({title:`Document360: ${o}`,sep:" ",arg:r});switch(e){case"d360_create_article":{let o=Le(t.title);if(!o)return null;let r=hd(t.local_path);return n("Create article",`"${fe(o,60)}"${r?` in ${r}`:""}`)}case"d360_update_article":{let o=Le(t.title),r=Sr(t.article_id);return n("Update article",o?`"${fe(o,60)}"`:r?`id ${r}\u2026`:null)}case"d360_fork_article":return n("Fork article (new draft)",Sr(t.article_id)?`id ${Sr(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",Le(t.name)?`"${fe(Le(t.name),60)}"`:null);case"d360_upload_drive_file":{let o=Le(t.file_path);return n("Upload image",o?fe(o.replace(/\\/g,"/").split("/").pop()??o,60):null)}case"d360_sync_status":return n("Check sync status",null);default:return null}}function Fn(e,t){if(e==="ToolSearch")return null;if(e.startsWith("mcp__")){let[,r="",...s]=e.split("__"),c=s.join("__");if(r==="document360"){let b=gd(c,t);if(b)return b}let p=c.replace(/^d360_/,"").replace(/_/g," ");return{title:`${r==="document360"?"Document360":r.charAt(0).toUpperCase()+r.slice(1)}: ${p}`,sep:" ",arg:aa(t)}}let n=md[e],o=n?t[n]:void 0;return typeof o=="string"&&o?{title:e,sep:"",arg:fe(o,la)}:{title:e,sep:"",arg:aa(t)}}function wd(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 yd(e){if(!/^[[{]/.test(e))return null;let t;try{t=JSON.parse(e)}catch{return null}if(Array.isArray(t)){let n=t.map(wd).filter(r=>r!==null),o=`${t.length} item${t.length===1?"":"s"}`;return n.length===0?[o]:[o,...n.map(r=>fe(r,Rr))]}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}: ${fe(String(r),ca)}`);return n.length>0?[fe(n.join(" \xB7 "),Rr)]:null}return null}function kd(e){let t=Le(e)?.replace(/\\/g,"/");if(!t)return null;let n=t.split("/").filter(Boolean);return n.length>1?n.slice(1).join("/"):t}function bd(e,t,n){switch(e){case"d360_create_article":{let o=kd(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=Le(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 ${fe(o[0],120)}`:""}`]}default:return null}}function Hn(e,t=4,n,o){let r=e.replace(/\r\n/g,`
230
+ `).trimEnd();if(!r)return{lines:["(no output)"],hidden:0};if(n?.startsWith("mcp__document360__")){let c=bd(n.slice(18),o,r);if(c)return{lines:c,hidden:0}}let s=yd(r)??r.split(`
231
+ `);return{lines:s.slice(0,t).map(c=>fe(c,Rr)),hidden:Math.max(0,s.length-t)}}function qn(e,t,n,o="en"){return`${e.replace(/\/$/,"")}/${t}/document/v1/${o}/${n}`}function Bn(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 Gn(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 Ed=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Id(e,t,n,o){if(Ed.test(e))try{let r=fa(o),s=typeof t.project_id=="string"&&t.project_id||r.project.projectId,c=Bn(t,n),p=Gn(n);e.endsWith("publish_article")&&p&&console.log(I(` \u2B95 Live: ${p}`)),c&&s&&console.log(I(` \u2B95 Preview: ${qn(r.connection.portalUrl,s,c,r.project.languageCode??"en")}`))}catch{}}async function ma(e=process.cwd(),t="auto",n){let o=$d(t);o.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(""),console.error(` ${I("export ANTHROPIC_API_KEY=sk-ant-...")} (macOS / Linux)`),console.error(` ${I('$env:ANTHROPIC_API_KEY="sk-ant-..."')} (PowerShell)`),console.error(""),console.error(`Get a key at ${I("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${I("d360-writer --auth subscription")}`),console.error(""),process.exit(2)),Nd(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=Dr({cwd:e,profileName:n,allowProdWrites:r}),c={uuid:null,firstPrompt:null,titleFired:!1},p=xd({input:process.stdin,output:process.stdout}),h=[],b=null,w=!1;p.on("line",C=>{if(b){let P=b;b=null,P(C)}else h.push(C)}),p.on("close",()=>{if(w=!0,b){let C=b;b=null,C(null)}});function R(){return h.length>0?Promise.resolve(h.shift()):w?Promise.resolve(null):(process.stdout.write(I("> ")),new Promise(C=>{b=C}))}let k={cwd:e,profileName:n,allowProdWrites:()=>r,restartAgent:()=>{s.close(),s=Dr({cwd:e,profileName:n,allowProdWrites:r}),c={uuid:null,firstPrompt:null,titleFired:!1}},currentUuid:()=>c.uuid,setModel:async C=>s.setModel(C),withPausedInput:async C=>{p.pause();try{return await C()}finally{p.resume()}}};try{for(;;){let C=await R();if(C===null)break;let P=C.trim();if(P){if(P.startsWith("/")){let N=ia(P);if(!N)continue;let O=sa[N.name];if(!O){console.log($(`Unknown command: /${N.name}`)),console.log(f("Type /help for the list."));continue}let q=await O(N.args,k);if(q.kind==="exit")break;if(q.kind==="clear"){k.restartAgent();continue}if(q.kind==="allow-prod"){r=!0,k.restartAgent(),console.log(E("\u2713 Production writes authorized for this session.")),console.log("");continue}if(q.kind==="resume"){s.close(),s=Dr({cwd:e,resume:q.uuid,profileName:n,allowProdWrites:r});let te=vd(q.uuid);c={uuid:q.uuid,firstPrompt:te?.firstPrompt??null,titleFired:!0},pa(q.uuid),console.log(E(`\u2713 Resumed "${q.name}"`)),console.log("");continue}q.kind==="forward-to-agent"&&(c.firstPrompt||(c.firstPrompt=q.display??q.prompt),await da(s,q.prompt,o,c,e));continue}c.firstPrompt||(c.firstPrompt=P),await da(s,P,o,c,e)}}}finally{s.close(),p.close()}}function Nd(e,t){console.log(""),console.log(Et("document360-writer")),console.log(f(` cwd: ${e}`));let n=Rd(e);if(console.log(f(` model: ${n.model??"auto (engine right-sizes per task)"}${n.model?` (${n.source})`:""}`)),console.log(_d(e,t)),!Dd(e))console.log(U(" First run: /init (scaffolds config + prints the builder hand-off prompt) \u2192 /login, then ask me to write the docs."));else{try{vn(e);for(let o of Cn(e))console.log(U(` ${o}`))}catch{}try{let o=vt($t(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 _d(e,t){try{let n=fa(e,t),o=n.production?U(" \u26A0 PRODUCTION"):"",r=Ad(n.name);if(!r)return f(` Document360: profile "${n.name}"${o} \u2014 not logged in (d360-writer login)`);let s={...ua(r.idToken)??{},...ua(r.accessToken)??{}},c=s.email??s.preferred_username??"signed in";return jd(r)&&!r.refreshToken?U(` 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 Od(){console.error(""),console.error(`Sign in with your Claude subscription: run ${I("claude")} once, then retry.`),console.error(` (No Claude Code? ${I("npm install -g @anthropic-ai/claude-code")})`),console.error(`Or set an API key: ${I("https://console.anthropic.com/settings/keys")}`)}function Ud(e,t,n){e.uuid=t;let o=new Date().toISOString();Td({uuid:t,name:Pd(e.firstPrompt??"session"),renamed:!1,titled:!1,cwd:n,firstPrompt:e.firstPrompt??"",createdAt:o,updatedAt:o})}function Ld(e,t){e.titleFired=!0;let n=e.uuid,o=e.firstPrompt;!n||!o||Sd(o,t).then(r=>{r&&Cd(n,r)}).catch(()=>{})}async function da(e,t,n,o,r){let s=new Map;for await(let c of e.send(t))Md(c,o,r,n,s)}function Md(e,t,n,o,r){switch(e.type){case"session":t.uuid||Ud(t,e.sessionId,n);break;case"text":process.stdout.write(e.delta);break;case"tool":{let s=Fn(e.name,e.input);s&&(process.stdout.write(`
232
+
233
+ `),console.log(`${E("\u25CF")} ${xe(s.title)}${s.arg!==null?ee(`${s.sep}(${s.arg})`):""}`),r.set(e.id,{name:e.name,input:e.input}));break}case"article_diff":{let s=Xe(e.oldContent,e.newContent,Math.max(40,(process.stdout.columns??80)-1));if(!s)break;let c=p=>p===1?"":"s";console.log(ee(` \u23BF Added ${s.added} line${c(s.added)}, removed ${s.removed} line${c(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 c=Hn(e.output,4,e.isError?void 0:s.name,s.input),p=e.isError?$:ee;c.lines.forEach((h,b)=>console.log(p((b===0?" \u23BF ":" ")+h))),c.hidden>0&&console.log(f(` \u2026 +${c.hidden} lines`)),e.isError||Id(s.name,s.input,e.output,n);break}case"result":process.stdout.write(`
234
+ `),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&&(pa(t.uuid),t.titleFired||Ld(t,n));break;case"error":console.error(""),console.error($(`agent error: ${e.message}`)),o.kind==="subscription"&&e.kind==="auth"&&Od();break}}import{render as qp}from"ink";import{resolveAuth as Bp}from"document360-engine";import{useCallback as Y,useEffect as ve,useMemo as _r,useRef as X,useState as F}from"react";import{Box as Z,Text as T,useApp as Qd,useInput as Zd,useStdout as ep}from"ink";import{existsSync as Yt,readFileSync as Or,readdirSync as qa}from"node:fs";import{basename as zt,isAbsolute as tp,join as Kt}from"node:path";import{createSession as Na,classifyClaudeAuth as Ba,CLAUDE_CODE_SETUP_HINT as np,loginPkce as op,toStoredTokens as rp,saveTokens as sp,getAccessToken as ip,resolveActiveProfile as ce,resolveProjectId as ap,getArticle as lp,decodeJwtClaims as Ct,isExpired as De,loadTokens as Me,clearTokens as cp,clearProfileProject as up,setTitle as dp,slugify as pp,touchSession as Ur,upsertSession as fp,generateTitle as _a,findByName as mp,listSessions as hp,renameSession as gp,suggestNextAction as wp,readProjectConfig as Q,writeProjectConfig as yp,resolveModelSetting as Hr,loadProfileMap as Lr,applyPull as kp,computeSyncStatus as Mr,planPull as bp,inventoryRepo as xp,knownEnvironments as $p,resolveEnvironment as vp,planPartitions as Wr,partitionEvenly as Cp,screenshotPlaceholderIds as Pp,trackedArticlePaths as Tp,runPartitioned as Jn,estimateBulkCost as Oa,resolveModelForOperation as Qn,readDocsPlan as Sp,checkForUpdate as Rp,detectInstallKind as Dp,isSelfUpdatable as jp,devHintsGuidePath as Ua,toolFeedbackPath as Ap,DEFAULT_DOCS_DIR as Ga,setProfileProject as Ep}from"document360-engine";Ke();import{spawn as ha}from"node:child_process";function Wd(){return process.platform==="win32"?[["clip",[]]]:process.platform==="darwin"?[["pbcopy",[]]]:[["wl-copy",[]],["xclip",["-selection","clipboard"]],["xsel",["--clipboard","--input"]]]}function Fd(e,t,n){return new Promise(o=>{try{let r=process.platform==="win32"?ha([e,...t].join(" "),{stdio:["pipe","ignore","ignore"],shell:!0}):ha(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 s=process.platform==="win32"?Buffer.from("\uFEFF"+n,"utf16le"):Buffer.from(n,"utf8");r.stdin?.end(s)}catch{o(!1)}})}async function ga(e){for(let[t,n]of Wd())if(await Fd(t,n,e))return!0;return!1}var Hd=/\breply with (the |a )?number\b|\bpick one\b|\bpress the number\b/i;function jr(e,t,n){if(n.closed||!Hd.test(t))return e;let o=e.split(`
235
235
  `),r=!1;for(let s=0;s<o.length&&!n.closed;s++){let c=o[s],p=/^(\s{0,3})[-*•]\s+(.*)$/.exec(c);p?(o[s]=`${p[1]}${++n.num}. ${p[2]}`,r=!0):r&&c.trim()!==""&&/^\S/.test(c)&&(n.closed=!0)}return o.join(`
236
- `)}import{existsSync as Hd,mkdirSync as qd,readFileSync as Bd,writeFileSync as Gd}from"node:fs";import{join as ga}from"node:path";import{writerDir as Vd}from"document360-engine";function wa(e){return ga(Vd(e),".sessions")}function ya(e,t){return ga(wa(e),`${t}.json`)}function ka(e,t,n){try{qd(wa(e),{recursive:!0});let o=n.filter(r=>r.kind!=="banner");Gd(ya(e,t),JSON.stringify({v:1,items:o}),"utf8")}catch{}}function jr(e,t){try{let n=ya(e,t);if(!Hd(n))return[];let o=JSON.parse(Bd(n,"utf8"));return Array.isArray(o.items)?o.items:[]}catch{return[]}}var Yd=e=>`\x1B]0;${e}\x07`,zd=e=>`\x1B]9;4;${e};${e===1?100:0}\x07`;function ba(e){process.stdout.isTTY&&process.stdout.write(e)}function Gt(e){ba(Yd(e))}function Gn(e){ba(zd(e))}var Vn=["\xB7 "," \xB7"],Ar="\u{1F7E3}";_n();var Kd=/^(?:\d+[.)]|[-*•])\s+/;function xa(e,t,n=4){let o=new Set(t.map(s=>s.toLowerCase())),r=[];for(let s of e.split(`
237
- `)){let c=s.trim().replace(Kd,""),p=c.match(/^`([^`]+)`$/);p&&(c=p[1].trim());let h=c.match(/^\/([a-z?][a-z0-9-]*)(?:\s+(\S.*?))?\s*$/i);if(!h||!o.has(h[1].toLowerCase()))continue;let b=`/${h[1].toLowerCase()}${h[2]?` ${h[2]}`:""}`;if(r.includes(b)||r.push(b),r.length>=n)break}return r}W();function Vt(e){return e.map(t=>({label:t.label,items:t.paths.length,status:"pending"}))}function Re(e,t,n){return e.map(o=>o.label===t?{...o,status:n}:o)}function Er(e){return e.replace(/^[\w.-]+\//,"")}var Yn=16,$a={pending:"\u25CB",active:"\u25A0",done:"\u2714",failed:"\u2717"};function Ir(e){return e.trim().split(/\s+/).slice(1).join(" ")}function va(e,t){let n=Ir(t);return e.some(r=>r.trim()===t.trim()||!!n&&Ir(r)===n)?e.filter(r=>r.trim()!==t.trim()&&!(n&&Ir(r)===n)):[]}var Xd=/\[Pasted text #\d+ \+\d+ lines?\]/g;function Ca(e){return e.replace(/\r\n?/g,`
238
- `)}function Pa(e){return e.includes(`
239
- `)||e.length>200}function Ta(e,t){let n=t.split(`
240
- `).length;return`[Pasted text #${e} +${n} line${n===1?"":"s"}]`}function Sa(e,t){return e.replace(Xd,n=>t.get(n)??n)}function Ra(e){let t=e.match(/\[Pasted text #\d+ \+\d+ lines?\]$/);return t?e.slice(0,-t[0].length):null}function zn(e,t){let n=Math.max(1,t),o=[],r=0;for(let s of e.split(`
241
- `)){if(s.length===0)o.push({start:r,end:r});else for(let c=0;c<s.length;c+=n)o.push({start:r+c,end:r+Math.min(c+n,s.length)});r+=s.length+1}return o.length>0?o:[{start:0,end:0}]}function Kn(e,t){let n=0;for(let o=0;o<e.length&&e[o].start<=t;o++)n=o;return n}function Da(e,t,n){let o=Kn(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 ja(e,t,n){let o=e[Kn(e,t)];return n==="start"?o.start:o.end}function Aa(e,t,n){let o=Math.max(1,n),r=e.split(`
236
+ `)}import{existsSync as qd,mkdirSync as Bd,readFileSync as Gd,writeFileSync as Vd}from"node:fs";import{join as wa}from"node:path";import{writerDir as Yd}from"document360-engine";function ya(e){return wa(Yd(e),".sessions")}function ka(e,t){return wa(ya(e),`${t}.json`)}function ba(e,t,n){try{Bd(ya(e),{recursive:!0});let o=n.filter(r=>r.kind!=="banner");Vd(ka(e,t),JSON.stringify({v:1,items:o}),"utf8")}catch{}}function Ar(e,t){try{let n=ka(e,t);if(!qd(n))return[];let o=JSON.parse(Gd(n,"utf8"));return Array.isArray(o.items)?o.items:[]}catch{return[]}}var zd=e=>`\x1B]0;${e}\x07`,Kd=e=>`\x1B]9;4;${e};${e===1?100:0}\x07`;function xa(e){process.stdout.isTTY&&process.stdout.write(e)}function Gt(e){xa(zd(e))}function Vn(e){xa(Kd(e))}var Yn=["\xB7 "," \xB7"],Er="\u{1F7E3}";On();var Xd=/^(?:\d+[.)]|[-*•])\s+/;function $a(e,t,n=4){let o=new Set(t.map(s=>s.toLowerCase())),r=[];for(let s of e.split(`
237
+ `)){let c=s.trim().replace(Xd,""),p=c.match(/^`([^`]+)`$/);p&&(c=p[1].trim());let h=c.match(/^\/([a-z?][a-z0-9-]*)(?:\s+(\S.*?))?\s*$/i);if(!h||!o.has(h[1].toLowerCase()))continue;let b=`/${h[1].toLowerCase()}${h[2]?` ${h[2]}`:""}`;if(r.includes(b)||r.push(b),r.length>=n)break}return r}W();function Vt(e){return e.map(t=>({label:t.label,items:t.paths.length,status:"pending"}))}function Re(e,t,n){return e.map(o=>o.label===t?{...o,status:n}:o)}function Ir(e){return e.replace(/^[\w.-]+\//,"")}var zn=16,va={pending:"\u25CB",active:"\u25A0",done:"\u2714",failed:"\u2717"};function Nr(e){return e.trim().split(/\s+/).slice(1).join(" ")}function Ca(e,t){let n=Nr(t);return e.some(r=>r.trim()===t.trim()||!!n&&Nr(r)===n)?e.filter(r=>r.trim()!==t.trim()&&!(n&&Nr(r)===n)):[]}var Jd=/\[Pasted text #\d+ \+\d+ lines?\]/g;function Pa(e){return e.replace(/\r\n?/g,`
238
+ `)}function Ta(e){return e.includes(`
239
+ `)||e.length>200}function Sa(e,t){let n=t.split(`
240
+ `).length;return`[Pasted text #${e} +${n} line${n===1?"":"s"}]`}function Ra(e,t){return e.replace(Jd,n=>t.get(n)??n)}function Da(e){let t=e.match(/\[Pasted text #\d+ \+\d+ lines?\]$/);return t?e.slice(0,-t[0].length):null}function Kn(e,t){let n=Math.max(1,t),o=[],r=0;for(let s of e.split(`
241
+ `)){if(s.length===0)o.push({start:r,end:r});else for(let c=0;c<s.length;c+=n)o.push({start:r+c,end:r+Math.min(c+n,s.length)});r+=s.length+1}return o.length>0?o:[{start:0,end:0}]}function Xn(e,t){let n=0;for(let o=0;o<e.length&&e[o].start<=t;o++)n=o;return n}function ja(e,t,n){let o=Xn(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 Aa(e,t,n){let o=e[Xn(e,t)];return n==="start"?o.start:o.end}function Ea(e,t,n){let o=Math.max(1,n),r=e.split(`
242
242
  `),s=0;for(let c=r.length-1;c>=0;c--){let p=r[c];if(s+=Math.max(1,Math.ceil(p.length/o)),s>=t){let h=s-t;return{text:[h>0?p.slice(h*o):p,...r.slice(c+1)].join(`
243
- `),truncated:c>0||h>0}}}return{text:e,truncated:!1}}function Ea(e){let t=!1,n=0,o=0;for(let r of e.split(`
244
- `)){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 Wr,jsx as S,jsxs as H}from"react/jsx-runtime";var Ep={project:".d360-writer.json",user:"/model",env:"ANTHROPIC_MODEL","claude-settings":"Claude Code settings","claude-default":""},Ua=` 1. /init \u2014 pick your Document360 environment & scaffold config
243
+ `),truncated:c>0||h>0}}}return{text:e,truncated:!1}}function Ia(e){let t=!1,n=0,o=0;for(let r of e.split(`
244
+ `)){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 Fr,jsx as S,jsxs as H}from"react/jsx-runtime";var Ip={project:".d360-writer.json",user:"/model",env:"ANTHROPIC_MODEL","claude-settings":"Claude Code settings","claude-default":""},La=` 1. /init \u2014 pick your Document360 environment & scaffold config
245
245
  2. /login \u2014 sign in & pick your Document360 project (workspace auto-selected)
246
- 3. I'll hand you a one-paste prompt for your builder \u2014 then just ask me to write the docs`;function Ip(e,t,n,o){let r=qa(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)",c=Fr(e),p=Q(e),h=(p?.docsDir??Ba).replace(/\/+$/,""),b=p?.mode==="engineer"?"engineer \xB7 full source access (dogfooding)":`writer \xB7 edits limited to ${h}/ + config`,w={version:t,claude:s,model:c.model??"Claude Code default model",modelSource:Ep[c.source],who:null,sessionHint:null,profile:"\u2014",apiUrl:"\u2014",project:"\u2014",cwd:e,prod:!1,loggedOut:!0,configured:p!==null,mode:b};if(p===null)return w;try{let R=ce(e,o);w.profile=R.name,w.apiUrl=R.connection.apiUrl,w.prod=R.production,w.project=R.project.projectName??R.project.projectId??"(chosen at login)";let k=Me(R.name);if(k){let C={...Ct(k.idToken)??{},...Ct(k.accessToken)??{}},P=C.email??C.preferred_username??"signed in";De(k)?k.refreshToken&&(w.who=P,w.loggedOut=!1,w.sessionHint="session expired \u2014 refreshing\u2026"):(w.who=P,w.loggedOut=!1,w.sessionHint=`session valid until ${new Date(k.expiresAt).toLocaleString(void 0,{hour:"2-digit",minute:"2-digit",day:"2-digit",month:"short"})}`)}}catch{}return w}function Np(e,t){try{let n=ce(e,t),o=Me(n.name);if(!o)return{text:`profile "${n.name}" \u2014 not logged in (/login)`,prod:n.production};let r={...Ct(o.idToken)??{},...Ct(o.accessToken)??{}},s=r.email??r.preferred_username??"signed in";return De(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 La=["Drafting","Composing","Outlining","Researching","Documenting","Structuring","Polishing","Synthesizing","Curating","Distilling","Weaving","Wrangling","Pondering"],Zn=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],_p="Ask me to write or update an article\u2026";function Qn({ch:e,dim:t}){let[n,o]=F(!0);return ve(()=>{let r=setInterval(()=>o(s=>!s),530);return()=>clearInterval(r)},[]),S(T,{inverse:n,color:t&&!n?"gray":void 0,children:e})}var Op=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Ma(e){let t=e.match(/^---\r?\n[\s\S]*?\r?\n---\r?\n/);return t?e.slice(t[0].length):e}var Up=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Wa(e){try{return Ha(e,{withFileTypes:!0}).filter(t=>t.isDirectory()&&!t.name.startsWith(".")).length>6}catch{return!1}}function Fa(e,t){let n=t??[];return n.length===0?["src","api","services","packages","modules"].some(o=>Wa(Kt(e,o))):n.some(o=>!o.includes("/")&&!o.endsWith(".md")&&Wa(Kt(e,o)))}function Lp({startTime:e,chars:t}){let[n,o]=F(0);ve(()=>{let h=setInterval(()=>o(b=>b+1),120);return()=>clearInterval(h)},[]);let r=Zn[n%Zn.length],s=La[Math.floor(n/16)%La.length],c=Math.floor((Date.now()-e)/1e3),p=Math.round(t/4);return H(Z,{children:[S(T,{color:V,children:` ${r} ${s}\u2026 `}),S(T,{color:"gray",children:`(${Mt(c)} \xB7 ~${p} tokens \xB7 esc to interrupt)`})]})}var Mp=12e4;function Wp({p:e}){let[t,n]=F(0);ve(()=>{let O=setInterval(()=>n(q=>q+1),150);return()=>clearInterval(O)},[]);let o=Zn[t%Zn.length],r=Math.floor((Date.now()-e.startedAt)/1e3),s=Math.floor((Date.now()-e.lastAt)/1e3),c=Math.round(e.chars/4),p=Date.now()-e.lastAt>=Mp,h=e.verb??"Converting",b=e.unit??"article",w=e.rows.reduce((O,q)=>O+q.items,0),R=h.toLowerCase(),k=e.rows,C=0;if(k.length>Yn){let O=k.findIndex(te=>te.status==="active"||te.status==="pending"),q=Math.max(0,Math.min(O-2,k.length-Yn));C=k.slice(0,q).filter(te=>te.status==="done").length,k=k.slice(q,q+Yn)}let P=Math.min(40,Math.max(...k.map(O=>Er(O.label).length),0)),N=O=>O==="failed"?"red":O==="active"?V:void 0;return H(Z,{flexDirection:"column",children:[H(Z,{children:[S(T,{color:V,children:` ${o} ${h} ${w} ${b}${w===1?"":"s"} `}),S(T,{color:"gray",children:`\xB7 ${e.done}/${e.total} \xB7 ${e.tools} tool call${e.tools===1?"":"s"} \xB7 ~${c} tokens \xB7 ${Mt(r)} \xB7 esc to stop`})]}),C>0&&S(T,{dimColor:!0,children:` \u2714 +${C} done`}),k.map(O=>H(T,{color:N(O.status),dimColor:O.status==="done"||O.status==="pending",children:[` ${$a[O.status]} ${Er(O.label).padEnd(P)}`,O.status!=="pending"?` (${O.items} ${b}${O.items===1?"":"s"})`:"",O.status==="active"?` \u2190 ${R}\u2026`:""]},O.label)),p&&S(T,{color:"yellow",children:` \u26A0 no activity for ${Mt(s)} \u2014 press esc to stop if it's wedged`})]})}var Fp=10800*1e3;function Ga({cwd:e,auth:t,profileName:n,version:o}){let{exit:r}=Jd(),[s,c]=F(n),[p,h]=F(null),[b,w]=F({text:"",pos:0}),R=b.text,k=Y(l=>{w(i=>{let a=typeof l=="function"?l(i.text):l;return{text:a,pos:a.length}})},[]),C=Y(l=>{w(i=>({text:i.text.slice(0,i.pos)+l+i.text.slice(i.pos),pos:i.pos+l.length}))},[]),P=Y(()=>{w(l=>{if(l.pos===0)return l;let i=l.text.slice(0,l.pos),a=Ra(i)??i.slice(0,-1);return{text:a+l.text.slice(l.pos),pos:a.length}})},[]),[N,O]=F(!1),[q,te]=F(!1),[Ce,re]=F(0),[ke,se]=F(null),[Pt,B]=F([]),Qe=X(0),[Ka,Xt]=F(!1),[Xa,Ze]=F(0),We=X(0),[Tt,et]=F(0),[tt,Jt]=F(null),Br=X(new Map),Ja=X(0),nt=X([]),me=X(null);me.current===null&&(me.current=Ia({cwd:e,profileName:s,allowProdWrites:!1}));let Pe=X({uuid:null,firstPrompt:null,titleFired:!1}),Qt=X(new Map),ot=X(!1),eo=X([]),Ae=X([]),to=X(null),[Gr,rt]=F(null),[Fe,He]=F(null),[Te,st]=F(null),[Ee,it]=F(null),[ie,at]=F(null),[he,lt]=F(null),[qe,ct]=F(null),[Vr,Zt]=F(null),[ge,Be]=F(null),[ue,ut]=F(null),[Yr,no]=F([]),Ge=X([]),St=X(!1),we=X(null),[zr,J]=F(null),en=X(!1),tn=X(null),Rt=X(null),[ye,Ve]=F(null),[Kr,dt]=F(0),[Xr,pt]=F(0),[Qa,Jr]=F(0),oo=Nr(()=>{try{return Fr(e).model??"auto"}catch{return null}},[e,Qa]),{stdout:be}=Zd(),[,Za]=F(0),Qr=X(`${be.columns??80}x${be.rows??24}`),Ie=Y(()=>Math.max(20,(be.columns??80)-1),[be]),u=Y(l=>{nt.current.push(l),console.log(_o(l,Ie()))},[Ie]),[ro,so]=F(null),ft=Y(l=>{so(l),u({kind:"note",tone:"info",text:"\u2328 Press c to copy the prompt above to your clipboard (then paste it into your coding agent)."})},[u]),io=X(!1),ao=Y(async()=>{try{if(io.current||!Dp(Rp())||Q(e)?.mode==="engineer")return;let l=await Sp({pkg:Je,currentVersion:o,force:!0});if(!l.updateAvailable||!l.latest)return;io.current=!0,u({kind:"note",tone:"info",text:`\u2B06 Updating ${Je} ${l.current} \u2192 ${l.latest}\u2026 (wait for the \u2713 before you /exit)`}),(await Ln()).ok?(u({kind:"note",tone:"ok",text:`\u2713 Updated to v${l.latest} \u2014 run /exit, then relaunch to apply.`}),B(a=>a.includes("/exit")?a:[...a,"/exit"])):u({kind:"note",tone:"warn",text:`Update available (v${l.latest}) but auto-update failed \u2014 run: ${Un}`})}catch{}},[e,o,u]),lo=Y(l=>{let i=Se(e,s);return i.ok?!0:(u({kind:"note",tone:"warn",text:i.reason}),Rt.current=l,B(["/login"]),!1)},[e,s,u]),[co,uo]=F(null),Dt=X(!0),nn=X(0);ve(()=>{let l=setInterval(()=>{if(N||Dt.current){nn.current=0;return}try{if(!Yt(Oa(e)))return;if(_e(e).status==="current"){Dt.current=!0,nn.current=0,u({kind:"note",tone:"ok",text:"\u2713 Your builder finished the hand-off \u2014 the architecture brief is in. I can read this repo now and write accurate docs."}),so(null),se("write the docs for this repo");return}nn.current+=1;let i=nn.current;(i===1||i%7===0)&&u({kind:"note",tone:"info",text:Os(e)?"\u{1F440} Your builder is working on the architecture brief \u2014 I'll continue automatically when it finishes.":"\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."})}catch{}},4e3);return()=>clearInterval(l)},[e,N,u]),ve(()=>{let l=`d360-writer \xB7 ${Gr??zt(e)}`;if(!N){Gn(0),Gt(`${Ar} ${l}`);return}Gn(3);let i=0;Gt(`${Vn[0]} ${l}`);let a=setInterval(()=>{i=(i+1)%Vn.length,Gt(`${Vn[i]} ${l}`)},400);return()=>clearInterval(a)},[N,e,Gr]),ve(()=>()=>Gn(0),[]),ve(()=>{u({kind:"banner",info:Ip(e,o,t,s)});let l=qa(t).state==="missing";if(l&&u({kind:"note",tone:"warn",text:`\u26A0 Set up Claude first \u2014 d360-writer's agent runs on Claude Code, and it's not signed in on this machine yet.
247
- ${tp}
246
+ 3. I'll hand you a one-paste prompt for your builder \u2014 then just ask me to write the docs`;function Np(e,t,n,o){let r=Ba(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)",c=Hr(e),p=Q(e),h=(p?.docsDir??Ga).replace(/\/+$/,""),b=p?.mode==="engineer"?"engineer \xB7 full source access (dogfooding)":`writer \xB7 edits limited to ${h}/ + config`,w={version:t,claude:s,model:c.model??"Claude Code default model",modelSource:Ip[c.source],who:null,sessionHint:null,profile:"\u2014",apiUrl:"\u2014",project:"\u2014",cwd:e,prod:!1,loggedOut:!0,configured:p!==null,mode:b};if(p===null)return w;try{let R=ce(e,o);w.profile=R.name,w.apiUrl=R.connection.apiUrl,w.prod=R.production,w.project=R.project.projectName??R.project.projectId??"(chosen at login)";let k=Me(R.name);if(k){let C={...Ct(k.idToken)??{},...Ct(k.accessToken)??{}},P=C.email??C.preferred_username??"signed in";De(k)?k.refreshToken&&(w.who=P,w.loggedOut=!1,w.sessionHint="session expired \u2014 refreshing\u2026"):(w.who=P,w.loggedOut=!1,w.sessionHint=`session valid until ${new Date(k.expiresAt).toLocaleString(void 0,{hour:"2-digit",minute:"2-digit",day:"2-digit",month:"short"})}`)}}catch{}return w}function _p(e,t){try{let n=ce(e,t),o=Me(n.name);if(!o)return{text:`profile "${n.name}" \u2014 not logged in (/login)`,prod:n.production};let r={...Ct(o.idToken)??{},...Ct(o.accessToken)??{}},s=r.email??r.preferred_username??"signed in";return De(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 Ma=["Drafting","Composing","Outlining","Researching","Documenting","Structuring","Polishing","Synthesizing","Curating","Distilling","Weaving","Wrangling","Pondering"],eo=["\u280B","\u2819","\u2839","\u2838","\u283C","\u2834","\u2826","\u2827","\u2807","\u280F"],Op="Ask me to write or update an article\u2026";function Zn({ch:e,dim:t}){let[n,o]=F(!0);return ve(()=>{let r=setInterval(()=>o(s=>!s),530);return()=>clearInterval(r)},[]),S(T,{inverse:n,color:t&&!n?"gray":void 0,children:e})}var Up=/^mcp__document360__d360_(create_article|update_article|fork_article|publish_article)$/;function Wa(e){let t=e.match(/^---\r?\n[\s\S]*?\r?\n---\r?\n/);return t?e.slice(t[0].length):e}var Lp=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Fa(e){try{return qa(e,{withFileTypes:!0}).filter(t=>t.isDirectory()&&!t.name.startsWith(".")).length>6}catch{return!1}}function Ha(e,t){let n=t??[];return n.length===0?["src","api","services","packages","modules"].some(o=>Fa(Kt(e,o))):n.some(o=>!o.includes("/")&&!o.endsWith(".md")&&Fa(Kt(e,o)))}function Mp({startTime:e,chars:t}){let[n,o]=F(0);ve(()=>{let h=setInterval(()=>o(b=>b+1),120);return()=>clearInterval(h)},[]);let r=eo[n%eo.length],s=Ma[Math.floor(n/16)%Ma.length],c=Math.floor((Date.now()-e)/1e3),p=Math.round(t/4);return H(Z,{children:[S(T,{color:V,children:` ${r} ${s}\u2026 `}),S(T,{color:"gray",children:`(${Mt(c)} \xB7 ~${p} tokens \xB7 esc to interrupt)`})]})}var Wp=12e4;function Fp({p:e}){let[t,n]=F(0);ve(()=>{let O=setInterval(()=>n(q=>q+1),150);return()=>clearInterval(O)},[]);let o=eo[t%eo.length],r=Math.floor((Date.now()-e.startedAt)/1e3),s=Math.floor((Date.now()-e.lastAt)/1e3),c=Math.round(e.chars/4),p=Date.now()-e.lastAt>=Wp,h=e.verb??"Converting",b=e.unit??"article",w=e.rows.reduce((O,q)=>O+q.items,0),R=h.toLowerCase(),k=e.rows,C=0;if(k.length>zn){let O=k.findIndex(te=>te.status==="active"||te.status==="pending"),q=Math.max(0,Math.min(O-2,k.length-zn));C=k.slice(0,q).filter(te=>te.status==="done").length,k=k.slice(q,q+zn)}let P=Math.min(40,Math.max(...k.map(O=>Ir(O.label).length),0)),N=O=>O==="failed"?"red":O==="active"?V:void 0;return H(Z,{flexDirection:"column",children:[H(Z,{children:[S(T,{color:V,children:` ${o} ${h} ${w} ${b}${w===1?"":"s"} `}),S(T,{color:"gray",children:`\xB7 ${e.done}/${e.total} \xB7 ${e.tools} tool call${e.tools===1?"":"s"} \xB7 ~${c} tokens \xB7 ${Mt(r)} \xB7 esc to stop`})]}),C>0&&S(T,{dimColor:!0,children:` \u2714 +${C} done`}),k.map(O=>H(T,{color:N(O.status),dimColor:O.status==="done"||O.status==="pending",children:[` ${va[O.status]} ${Ir(O.label).padEnd(P)}`,O.status!=="pending"?` (${O.items} ${b}${O.items===1?"":"s"})`:"",O.status==="active"?` \u2190 ${R}\u2026`:""]},O.label)),p&&S(T,{color:"yellow",children:` \u26A0 no activity for ${Mt(s)} \u2014 press esc to stop if it's wedged`})]})}var Hp=10800*1e3;function Va({cwd:e,auth:t,profileName:n,version:o}){let{exit:r}=Qd(),[s,c]=F(n),[p,h]=F(null),[b,w]=F({text:"",pos:0}),R=b.text,k=Y(l=>{w(i=>{let a=typeof l=="function"?l(i.text):l;return{text:a,pos:a.length}})},[]),C=Y(l=>{w(i=>({text:i.text.slice(0,i.pos)+l+i.text.slice(i.pos),pos:i.pos+l.length}))},[]),P=Y(()=>{w(l=>{if(l.pos===0)return l;let i=l.text.slice(0,l.pos),a=Da(i)??i.slice(0,-1);return{text:a+l.text.slice(l.pos),pos:a.length}})},[]),[N,O]=F(!1),[q,te]=F(!1),[Ce,re]=F(0),[ke,se]=F(null),[Pt,B]=F([]),Qe=X(0),[Xa,Xt]=F(!1),[Ja,Ze]=F(0),We=X(0),[Tt,et]=F(0),[tt,Jt]=F(null),Gr=X(new Map),Qa=X(0),nt=X([]),me=X(null);me.current===null&&(me.current=Na({cwd:e,profileName:s,allowProdWrites:!1}));let Pe=X({uuid:null,firstPrompt:null,titleFired:!1}),Qt=X(new Map),ot=X(!1),to=X([]),Ae=X([]),no=X(null),[Vr,rt]=F(null),[Fe,He]=F(null),[Te,st]=F(null),[Ee,it]=F(null),[ie,at]=F(null),[he,lt]=F(null),[qe,ct]=F(null),[Yr,Zt]=F(null),[ge,Be]=F(null),[ue,ut]=F(null),[zr,oo]=F([]),Ge=X([]),St=X(!1),we=X(null),[Kr,J]=F(null),en=X(!1),tn=X(null),Rt=X(null),[ye,Ve]=F(null),[Xr,dt]=F(0),[Jr,pt]=F(0),[Za,Qr]=F(0),ro=_r(()=>{try{return Hr(e).model??"auto"}catch{return null}},[e,Za]),{stdout:be}=ep(),[,el]=F(0),Zr=X(`${be.columns??80}x${be.rows??24}`),Ie=Y(()=>Math.max(20,(be.columns??80)-1),[be]),u=Y(l=>{nt.current.push(l),console.log(Oo(l,Ie()))},[Ie]),[so,io]=F(null),ft=Y(l=>{io(l),u({kind:"note",tone:"info",text:"\u2328 Press c to copy the prompt above to your clipboard (then paste it into your coding agent)."})},[u]),ao=X(!1),lo=Y(async()=>{try{if(ao.current||!jp(Dp())||Q(e)?.mode==="engineer")return;let l=await Rp({pkg:Je,currentVersion:o,force:!0});if(!l.updateAvailable||!l.latest)return;ao.current=!0,u({kind:"note",tone:"info",text:`\u2B06 Updating ${Je} ${l.current} \u2192 ${l.latest}\u2026 (wait for the \u2713 before you /exit)`}),(await Mn()).ok?(u({kind:"note",tone:"ok",text:`\u2713 Updated to v${l.latest} \u2014 run /exit, then relaunch to apply.`}),B(a=>a.includes("/exit")?a:[...a,"/exit"])):u({kind:"note",tone:"warn",text:`Update available (v${l.latest}) but auto-update failed \u2014 run: ${Ln}`})}catch{}},[e,o,u]),co=Y(l=>{let i=Se(e,s);return i.ok?!0:(u({kind:"note",tone:"warn",text:i.reason}),Rt.current=l,B(["/login"]),!1)},[e,s,u]),[uo,po]=F(null),Dt=X(!0),nn=X(0);ve(()=>{let l=setInterval(()=>{if(N||Dt.current){nn.current=0;return}try{if(!Yt(Ua(e)))return;if(_e(e).status==="current"){Dt.current=!0,nn.current=0,u({kind:"note",tone:"ok",text:"\u2713 Your builder finished the hand-off \u2014 the architecture brief is in. I can read this repo now and write accurate docs."}),io(null),se("write the docs for this repo");return}nn.current+=1;let i=nn.current;(i===1||i%7===0)&&u({kind:"note",tone:"info",text:Us(e)?"\u{1F440} Your builder is working on the architecture brief \u2014 I'll continue automatically when it finishes.":"\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."})}catch{}},4e3);return()=>clearInterval(l)},[e,N,u]),ve(()=>{let l=`d360-writer \xB7 ${Vr??zt(e)}`;if(!N){Vn(0),Gt(`${Er} ${l}`);return}Vn(3);let i=0;Gt(`${Yn[0]} ${l}`);let a=setInterval(()=>{i=(i+1)%Yn.length,Gt(`${Yn[i]} ${l}`)},400);return()=>clearInterval(a)},[N,e,Vr]),ve(()=>()=>Vn(0),[]),ve(()=>{u({kind:"banner",info:Np(e,o,t,s)});let l=Ba(t).state==="missing";if(l&&u({kind:"note",tone:"warn",text:`\u26A0 Set up Claude first \u2014 d360-writer's agent runs on Claude Code, and it's not signed in on this machine yet.
247
+ ${np}
248
248
  Run /doctor anytime to re-check and see the fix. (You can configure Document360 meanwhile \u2014 the agent just needs Claude before it writes.)`}),!Q(e)){u({kind:"note",tone:"info",text:`Welcome! This repo isn't set up for d360-writer yet \u2014 three steps and you're writing docs:
249
- ${Ua}`}),B(l?["/doctor","/init"]:["/init"]);return}l&&B(["/doctor"]);try{let i=ce(e,s),a=Me(i.name);a&&De(a)&&a.refreshToken?sp({profile:i.name,connection:i.connection}).then(()=>{u({kind:"note",tone:"ok",text:"\u2713 Document360 session refreshed."}),re(g=>g+1)}).catch(()=>{u({kind:"note",tone:"warn",text:"Document360 session refresh failed \u2014 do you want to log in now? (press 1)"}),B(["/login"])}):(!a||De(a))&&(u({kind:"note",tone:"warn",text:`Profile "${i.name}" is not signed in \u2014 do you want to log in now? (press 1)`}),B(["/login"]))}catch{}try{let i=Q(e),a=ce(e,s),g=Me(a.name);i&&g&&!De(g)&&Fa(e,i.authoritativeSourceFiles)&&(u({kind:"note",tone:"info",text:"Large repo \u2014 the docs scope isn\u2019t set yet. Run /scope to choose which folders back your docs."}),B(["/scope"]))}catch{}try{vn(e);let i=Cn(e);i.length&&(u({kind:"note",tone:"warn",text:i.join(`
250
- `)}),ft(ze()),Dt.current=!1)}catch{}try{let i=Q(e),a=ce(e,s),g=Me(a.name),d=!!g&&(!De(g)||!!g.refreshToken),m=!i||!Fa(e,i.authoritativeSourceFiles);if(i&&d&&m&&!l){let y=Ur(e,a.name),v=y?Object.keys(y.articles).length:0,j=vt($t(e));if(v>0){let D=j?["/catch-up","/audit"]:["/audit","/sync"],oe={"/catch-up":"write up everything your builder flagged","/audit":j?"also scan the code for other changes":"check the code for anything new or missing in the docs","/sync":"check Document360 for changes made there"},K=j?`\u{1F4CB} Your builder left ${j} for the docs:`:`\u{1F4DA} ${v} article${v===1?"":"s"} tracked for "${a.name}". What next?`;u({kind:"note",tone:"info",text:[K,...D.map((_,x)=>` ${x+1} ${_.padEnd(9)} ${oe[_]}`),"Or just tell me what to write or update."].join(`
251
- `)}),B(D)}else u({kind:"note",tone:"info",text:'\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.'}),se("write the docs for this repo"),B(j?["/catch-up","/audit"]:["/audit"])}}catch{}ao()},[]),ve(()=>{let l=setInterval(()=>{ao()},Fp);return()=>clearInterval(l)},[ao]),ve(()=>{let l=null,i=null,a=()=>{l&&clearTimeout(l),l=setTimeout(()=>{l=null;let g=`${be.columns??80}x${be.rows??24}`;g!==Qr.current&&(Qr.current=g,Za(d=>d+1),i&&clearTimeout(i),i=setTimeout(()=>{i=null,console.log("\x1B[?2026h\x1B[H\x1B[2J"+ti(nt.current,Ie())+"\x1B[?2026l")},80))},400)};return be.on("resize",a),()=>{l&&clearTimeout(l),i&&clearTimeout(i),be.off("resize",a)}},[be,Ie]);let Ye=Math.max(20,(be.columns??80)-1),Zr=Nr(()=>Np(e,s),[e,s,Ce]),po=(()=>{let l=Q(e);if(!l)return{text:"Press 1 to set up this repo, or /help\u2026",isSetup:!0};let i=Kt(e,(l.docsDir??Ba).replace(/\/+$/,"")),a=(()=>{try{return Yt(i)&&Ha(i).length>0}catch{return!1}})();try{let g=ce(e,s),d=Me(g.name);if(!(!!d&&!(De(d)&&!d.refreshToken)))return{text:`Press 1 to sign in to Document360 (profile "${g.name}")\u2026`,isSetup:!0};if(!g.project.projectId)return{text:"Sign in to Document360 to pick your project\u2026",isSetup:!0};if(!g.project.workspaceId&&!a)return{text:"Press 1 to pick a workspace\u2026",isSetup:!0}}catch{}return a?{text:_p,isSetup:!1}:ro?{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}})(),jt=Ps(R),es=jt.length>0&&!N,fo=p!==null?Aa(p,8,Ye):null,on=ge?ge.paths.filter(l=>!ge.query||l.toLowerCase().includes(ge.query.toLowerCase())).slice(0,8):[],rn=ye?ye.sessions.filter(l=>{let i=ye.query.toLowerCase();return!i||l.name.toLowerCase().includes(i)||l.firstPrompt.toLowerCase().includes(i)}).slice(0,8):[],de=Y((l,i)=>{me.current?.close(),me.current=Ia({cwd:e,resume:l,profileName:i??s,allowProdWrites:ot.current}),l||(Pe.current={uuid:null,firstPrompt:null,titleFired:!1},rt(null)),dt(0),pt(0)},[e,s]),ts=Y((l,i,a)=>{if(Op.test(l))try{let g=ce(e,s),d=typeof i.project_id=="string"&&i.project_id||g.project.projectId,m=qn(i,a),y=[],v=Bn(a);l.endsWith("publish_article")&&v&&y.push(`Live: ${v}`),m&&d&&y.push(`Preview: ${Hn(g.connection.portalUrl,d,m,g.project.languageCode??"en")}`),y.length>0&&u({kind:"link",lines:y})}catch{}},[e,s,u]),pe=Y(async(l,i)=>{Xt(!0),se(null),B([]),Zt(null),so(null),uo(null);let a=++Qe.current;i?.quietUser||u({kind:"user",text:i?.echoDisplay&&i.display?i.display:l});let g=Pe.current;g.firstPrompt||(g.firstPrompt=i?.display??l),We.current=Date.now(),Ze(0),O(!0),Qt.current.clear();let d="",m=!1,y=!1,v="",j={num:0,closed:!1},D=null,oe=()=>{D||(D=setTimeout(()=>{D=null,h(v.length>0?v:null)},60))},K=()=>{D&&clearTimeout(D),D=null,h(null)},_=()=>{if(v.trim()){let x=Dr(v.trimEnd(),d,j);u({kind:"assistant",text:x})}v="",K()};try{for await(let x of me.current.send(l))if(x.type==="session"){if(!g.uuid){g.uuid=x.sessionId;let A=new Date().toISOString(),M=dp(g.firstPrompt??"session");pp({uuid:x.sessionId,name:M,renamed:!1,titled:!1,cwd:e,firstPrompt:g.firstPrompt??"",createdAt:A,updatedAt:A}),rt(M)}}else if(x.type==="text"){v+=x.delta,d+=x.delta;let A=Ea(v);if(A>0){let M=v.slice(0,A).trimEnd();M&&u({kind:"assistant",text:Dr(M,d,j)}),v=v.slice(A)}oe(),Ze(M=>M+x.delta.length)}else if(x.type==="tool"){m=!0;let A=Wn(x.name,x.input);A&&(_(),u({kind:"tool",title:A.title,sep:A.sep,arg:A.arg}),Qt.current.set(x.id,{name:x.name,input:x.input}))}else if(x.type==="article_diff"){let A=Xe(x.oldContent,x.newContent,Ie());A&&(_(),u({kind:"diff",added:A.added,removed:A.removed,lines:A.lines,hidden:A.hidden}))}else if(x.type==="tool_result"){x.isError&&/run \/login|not logged in|session expired|rejected the token/i.test(x.output)&&(en.current=!0);let A=Qt.current.get(x.id);if(A){Qt.current.delete(x.id),_();let M=Fn(x.output,4,x.isError?void 0:A.name,A.input);u({kind:"tool-result",lines:M.lines,hidden:M.hidden,isError:x.isError}),x.isError||ts(A.name,A.input,x.output)}}else if(x.type==="result"){if(_(),dt(M=>M+x.outputTokens),pt(M=>M+x.costUsd),u({kind:"done",seconds:Math.round((Date.now()-We.current)/1e3),tokens:x.outputTokens,costUsd:x.costUsd,ok:x.ok}),!y&&!m&&!d.trim()&&!St.current&&u({kind:"note",tone:"warn",text:"The agent produced no output. This usually means the Claude model/runtime did not start \u2014 check sign-in and model with /doctor (on a subscription, make sure Claude Code is logged in on this machine)."}),x.ok&&/🛠|📣 Feedback for the d360-writer developers/.test(d))try{let M=jp(e);if(Yt(M)){let U=_r(M,"utf8").trim();U&&(uo(U),u({kind:"note",tone:"info",text:"\u{1F6E0} Press c to copy this feedback \u2014 send it to the d360-writer team (Teams / Slack / email)."}))}}catch{}let A=x.ok?xa(d,_t.map(M=>M.name)):[];if(A.length>0?B(A):x.ok&&d.trim()&&gp(l,d,e).then(M=>{M&&Qe.current===a&&se(M)}).catch(()=>{}),g.uuid&&(Or(g.uuid),!g.titleFired)){g.titleFired=!0;let M=g.uuid,U=g.firstPrompt;U&&Na(U,e).then(G=>{G&&(up(M,G),rt(G))}).catch(()=>{})}}else x.type==="error"&&(_(),y=!0,x.kind==="auth"&&(en.current=!0),u({kind:"note",text:`agent error: ${x.message}`,tone:"error"}))}finally{O(!1),K(),re(x=>x+1),Pe.current.uuid&&ka(e,Pe.current.uuid,nt.current),en.current&&(en.current=!1,tn.current=i?.display??l,B(["/login"])),St.current&&(St.current=!1,Ge.current.length>0&&(u({kind:"note",tone:"info",text:`(${Ge.current.length} queued message(s) discarded)`}),Ge.current=[],no([])),u({kind:"note",tone:"warn",text:"Interrupted. What do you want to do next?"}))}},[e,u,ts,Ie]),sn=Y(async l=>{let i=Mr(l),a=Jn(e,"standard");We.current=Date.now(),Ze(0),O(!0);let g=new AbortController;we.current=g,J({verb:"Publishing",total:i.length,done:0,active:[],rows:Vt(i),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Publishing ${l.length} article${l.length===1?"":"s"} across ${i.length} partition${i.length===1?"":"s"} (\u2264${Wt} agents at once) on ${a.model}\u2026 (esc to stop)`});try{for await(let d of Xn({cwd:e,partitions:i,promptFor:m=>Rn(m.paths),concurrency:Wt,profileName:s,allowProdWrites:ot.current,model:a.model,signal:g.signal}))if(d.type==="partition_status")d.status==="running"?J(m=>m&&{...m,active:[...m.active,d.label],rows:Re(m.rows,d.label,"active"),lastAt:Date.now()}):J(m=>m&&{...m,active:m.active.filter(y=>y!==d.label),done:m.done+1,rows:Re(m.rows,d.label,d.status==="done"?"done":"failed"),lastAt:Date.now()});else if(d.type==="partition_event")J(m=>{if(!m)return m;let y={...m,lastAt:Date.now()};return d.event.type==="tool"?y.tools=m.tools+1:d.event.type==="text"&&(y.chars=m.chars+d.event.delta.length),y});else if(d.type==="run_done"){pt(v=>v+d.totalCostUsd),dt(v=>v+d.results.reduce((j,D)=>j+D.outputTokens,0));let m=d.aborted?"Stopped. ":"",y=t.kind==="api"?"api":"subscription";u({kind:"note",tone:d.aborted?"warn":d.ok?"ok":"warn",text:m+Mo(d.results,i,y).join(`
252
- `)})}}catch(d){u({kind:"note",tone:"error",text:`Publish run failed: ${d.message}`})}finally{we.current=null,J(null),O(!1),re(d=>d+1)}},[e,s,u,t]),mo=Y(async l=>{await pe(Lo(l),{display:`/publish ${l}`,quietUser:!0});try{let i=await Dn(e,s,l.replace(/\\/g,"/"));i.length>0&&(Zt(`Related articles not yet published (${i.length}):`),B([`/publish --related ${l}`,...i.map(a=>`/publish ${a}`)]))}catch{}},[e,s,pe]),ho=Y(l=>{let i=Me(l);if(!i||De(i)&&!i.refreshToken)return null;let a={...Ct(i.idToken)??{},...Ct(i.accessToken)??{}};return a.email??a.preferred_username??"signed in"},[]),go=Y((l,i)=>{if(i){let a=Q(e);a&&(a.defaultProfile=l,wp(a,e))}c(l),de(void 0,l),u({kind:"note",tone:"ok",text:`\u2713 Switched to profile "${l}"${i?" (saved as default)":" (this session only)"} \u2014 agent restarted.`}),ho(l)||(u({kind:"note",tone:"warn",text:`Profile "${l}" is not signed in \u2014 do you want to log in now? (press 1)`}),B(["/login"])),re(a=>a+1)},[e,u,de,ho]),an=Y((l,i,a)=>{pn(e,l,i,a.id,a.name),u({kind:"note",tone:"ok",text:`Switched to workspace "${a.name??a.id}" (agent restarted).`}),de(),Ur(e,l)||(u({kind:"note",tone:"ok",text:"\u2713 Connected. Configuration is done \u2014 one important step remains."}),u({kind:"note",tone:"warn",text:"\u26A0 Before I write the docs, hand the prompt below to your builder (your repo's coding agent). It gives me the architecture brief that makes the docs accurate:"}),u({kind:"note",tone:"info",text:kt(yt(e)).join(`
253
- `)}),ft(ze()),Dt.current=_e(e).status==="current",u({kind:"note",tone:"info",text:`No separate builder agent? Then just ask me now: "write the docs for this repo" \u2014 I'll read the code directly.`}))},[e,u,de,ft]),ln=Y(async l=>{let i;try{i=await It(e,l)}catch{u({kind:"note",tone:"info",text:"Next: pick a workspace \u2014 run /workspace."}),B(["/workspace"]);return}if(i.workspaces.length===0){u({kind:"note",tone:"warn",text:"This project has no workspaces yet. Create one in Document360, then run /workspace."});return}let a=i.workspaces.filter(d=>(d.workspace_type??"").toLowerCase()!=="apidocumentation"),g=a.length>0?a:i.workspaces;if(g.length===1){let d=g[0],m=i.workspaces.length-g.length;u({kind:"note",tone:"ok",text:`Selected the "${d.name??d.id}" workspace${m>0?" (skipped the API-documentation workspace)":""}.`}),an(i.profile,i.projectId,d);return}u({kind:"note",tone:"info",text:`Next: pick the workspace your articles publish to (${g.length} available).`}),B(["/workspace"])},[e,u,an]),ns=Y((l,i)=>{xo(e,l,i.id,i.name),u({kind:"note",tone:"ok",text:`Project set to "${i.name??i.id}" (agent restarted).`}),de(),ln(l)},[e,u,de,ln]),os=Y(async l=>{let i;try{i=ce(e,l)}catch{return}if(!i.project.workspaceId){if(i.project.projectId){if(!i.project.projectName)try{let{projects:a}=await gt(e,i.name),g=a.find(d=>d.id===i.project.projectId);g?.name&&Ap(e,i.name,{projectName:g.name})}catch{}await ln(i.name);return}u({kind:"note",tone:"info",text:"Next: pick the Document360 project."}),B(["/project"])}},[e,u,ln]),cn=Y(()=>{let l=Ae.current[0];if(!l)return;u({kind:"note",tone:"info",text:`\u25CF ${l.title} (${l.path})`});for(let a of l.notes)u({kind:"note",tone:"warn",text:`\u26A0 ${a}`});l.overwritesLocalChanges&&u({kind:"note",tone:"warn",text:"\u26A0 This OVERWRITES local edits made since the last sync."});let i=Xe(l.oldContent,l.newContent,Ie());u(i?{kind:"diff",added:i.added,removed:i.removed,lines:i.lines,hidden:i.hidden}:{kind:"note",tone:"info",text:"Local file already matches the remote content \u2014 applying only advances the sync base."}),u({kind:"note",tone:"info",text:`Write ${l.path}? (y/n \u2014 anything else cancels)`})},[u,Ie]),rs=Y(l=>{if(Ae.current.length===0)return!1;let i=l.trim().toLowerCase();if(i==="y"||i==="yes"){let a=Ae.current.shift();try{yp({cwd:e,profileName:s},a),u({kind:"note",tone:"ok",text:`\u2713 Pulled ${a.path} (sync base advanced).`}),Ae.current.length===0&&B(g=>g.length>0?g:["/sync"])}catch(g){u({kind:"note",tone:"error",text:`Pull failed: ${g.message}`})}}else if(i==="n"||i==="no"){let a=Ae.current.shift();u({kind:"note",tone:"info",text:`Skipped ${a.path}.`})}else{let a=Ae.current.length;return Ae.current=[],u({kind:"note",tone:"info",text:`Pull cancelled (${a} article(s) left untouched).`}),!0}return cn(),!0},[e,s,cn,u]),ss=Y(l=>{let i=to.current;if(!i)return!1;if(to.current=null,se(null),Qe.current++,l.trim()!==i.repoName)return u({kind:"note",tone:"warn",text:"Reset cancelled \u2014 nothing deleted."}),!0;let{removed:a,failed:g}=Cr(e,i.targets);u({kind:"note",tone:g.length?"warn":"ok",text:`\u2713 Reset complete \u2014 removed ${a.length} item${a.length===1?"":"s"}. The repo is back to its original state.`});for(let d of g)u({kind:"note",tone:"error",text:` \u2717 ${d.path}: ${d.error}`});return i.hadDevhints&&(u({kind:"note",tone:"warn",text:Pn().join(`
254
- `)}),ft(So())),u({kind:"note",tone:"info",text:`Clean slate \u2014 set up d360-writer again whenever you're ready:
255
- ${Ua}`}),B(["/init"]),Xt(!1),!0},[e,u,ft]),is=Y(async l=>{let i=l.slice(1).trim().split(/\s+/),a=(i[0]??"").toLowerCase(),g=i.slice(1);switch(Xt(!0),a){case"help":u({kind:"note",tone:"info",text:kn().join(`
256
- `)});return;case"exit":case"quit":me.current?.close(),r();return;case"clear":de(),nt.current=[],Xt(!1),se(null),Qe.current++,u({kind:"note",tone:"info",text:"Conversation reset (the previous session is still resumable via /resume)."});return;case"login":{let d;try{d=ce(e,s)}catch(m){u({kind:"note",tone:"error",text:m.message});return}u({kind:"note",tone:"info",text:`Profile "${d.name}" \u2192 ${d.connection.name} (${d.connection.apiUrl})${d.production?" \u26A0 PRODUCTION":""}`}),te(!0);try{let m=await np(d.connection,{promptForRedirect:()=>Promise.reject(new Error("Manual login is CLI-only. Run: d360-writer login --manual"))},v=>u({kind:"note",tone:"info",text:v})),y=op(d.name,m);if(rp(y),await $o(y,d.name,v=>u({kind:"note",tone:"info",text:v})),u({kind:"note",tone:"ok",text:`\u2713 Logged in to "${d.name}" as ${mn(y)}`}),await os(s),Rt.current){let v=Rt.current;Rt.current=null;let j=Se(e,s);j.ok?(u({kind:"note",tone:"ok",text:`\u2713 Signed into the right project \u2014 press 1 to run ${v}.`}),B([v])):(u({kind:"note",tone:"warn",text:`${j.reason} (then ${v}.)`}),B(["/login"]),Rt.current=v)}else tn.current&&(se(tn.current),tn.current=null,u({kind:"note",tone:"info",text:"Press tab to re-send your last prompt."}))}catch(m){u({kind:"note",tone:"error",text:`Login failed: ${m.message}`})}finally{te(!1),re(m=>m+1)}return}case"allow-prod":{let d=!1;try{d=ce(e,s).production}catch{}if(!d){u({kind:"note",tone:"info",text:"Current profile is not production \u2014 writes are already allowed."});return}ot.current=!0,de(),u({kind:"note",tone:"warn",text:"\u26A0 Production writes authorized for this session."});return}case"rename":{let d=cr(g.join(" ")),m=Pe.current.uuid;if(!m){u({kind:"note",tone:"error",text:"Send a message first \u2014 sessions save once the agent replies."});return}if(!d){u({kind:"note",tone:"info",text:"Thinking of a name\u2026"});let y=Pe.current.firstPrompt??"";Na(y,e).then(v=>{v?(se(`/rename ${v}`),u({kind:"note",tone:"info",text:`Suggestion: "${v}" \u2014 press tab to accept, or type /rename <your name>.`})):u({kind:"note",tone:"info",text:"Usage: /rename <name>"})}).catch(()=>u({kind:"note",tone:"info",text:"Usage: /rename <name>"}));return}hp(m,d),rt(d),Gt(`${Ar} d360-writer \xB7 ${d}`),u({kind:"note",tone:"ok",text:`Session renamed to "${d}".`});return}case"profile":{let d=g[0],m=Q(e);if(!d){let y=Object.entries(m?.profiles??{});if(y.length===0){u({kind:"note",tone:"info",text:"No profiles. Run /init first."});return}let v=y.map(([oe,K])=>({name:oe,env:K.connection?.environment??"custom",prod:K.production===!0,who:ho(oe)})),j=s??m?.defaultProfile,D=Math.max(0,v.findIndex(oe=>oe.name===j));st({cursor:D,current:D,rows:v});return}if(d==="add"){let y=ur(e,g[1],g[2]);if(y){u({kind:"note",tone:"error",text:y});return}u({kind:"note",tone:"ok",text:`\u2713 Profile "${g[1]}" created (environment: ${g[2]??g[1]}).`}),go(g[1],!1);return}if(!m?.profiles?.[d]){u({kind:"note",tone:"error",text:`Unknown profile "${d}". Create it: /profile add ${d} <environment>`});return}go(d,!0);return}case"doctor":await qt(g,{cwd:e});return;case"mcp":await Sn(g);return;case"init":{if(Q(e)){u({kind:"note",tone:"info",text:"This repo is already set up \u2014 edit .d360-writer.json directly (or d360-writer init for the CLI wizard)."});return}let d=xp().map(m=>({name:m,apiUrl:$p(m).apiUrl}));it({cursor:0,rows:d});return}case"resume":{let d=g.join(" ").trim(),m=mp(e).filter(j=>j.uuid!==Pe.current.uuid);if(!d){if(!m.length){u({kind:"note",tone:"info",text:"No saved sessions for this repo yet."});return}Ve({query:"",cursor:0,sessions:m});return}let y=fp(e,d);if(!y){u({kind:"note",tone:"error",text:`No session matches "${d}".`});return}de(y.uuid),Pe.current={uuid:y.uuid,firstPrompt:y.firstPrompt,titleFired:!0},rt(y.name),Or(y.uuid),nt.current=[];let v=jr(e,y.uuid);for(let j of v)u(j);u({kind:"note",tone:"ok",text:v.length?`Resumed "${y.name}" \u2014 restored ${v.length} message(s); continue where you left off.`:`Resumed "${y.name}" (agent memory reconnected; no saved transcript to replay).`});return}case"workspace":{let d=g.join(" ").trim(),m;try{m=await It(e,s)}catch(v){u({kind:"note",tone:"error",text:`Could not list workspaces: ${v.message}`});return}if(!d){let v=m.workspaces.map(D=>({id:D.id,name:D.name??D.id,type:D.workspace_type}));if(v.length===0){u({kind:"note",tone:"info",text:"No workspaces in this project."});return}let j=Math.max(0,v.findIndex(D=>D.id===m.current));at({cursor:j,current:j,rows:v,profile:m.profile,projectId:m.projectId,projectName:m.projectName,environment:m.environment});return}let y=bo(m.workspaces,d);if(!y){u({kind:"note",tone:"error",text:`No workspace matches "${d}".`});return}an(m.profile,m.projectId,y);return}case"project":{let d=g.join(" ").trim(),m;try{m=await gt(e,s)}catch(v){u({kind:"note",tone:"error",text:`Could not list projects: ${v.message} (signed in? try /login)`});return}if(!d){let v=m.projects.map(D=>({id:D.id,name:D.name??D.id,sub:D.sub_domain}));if(v.length===0){u({kind:"note",tone:"info",text:"No projects found for this identity."});return}let j=v.findIndex(D=>D.id===m.current);lt({cursor:Math.max(0,j),current:j,rows:v,profile:m.profile,environment:m.environment});return}let y=ms(m.projects,d);if(!y){u({kind:"note",tone:"error",text:`No project matches "${d}". Available: ${m.projects.map(v=>v.name??v.id).join(", ")}`});return}ns(m.profile,y);return}case"logout":{let d;try{d=ce(e,s).name}catch(y){u({kind:"note",tone:"error",text:y.message});return}let m=lp(d);cp(e,d),de(),re(y=>y+1),u({kind:"note",tone:m?"ok":"info",text:m?`\u2713 Signed out of "${d}" and cleared its project/workspace selection.`:`Profile "${d}" was not signed in. Cleared any project/workspace selection.`}),u({kind:"note",tone:"info",text:"Run /login to sign in and pick a project."}),B(["/login"]);return}case"publish":{if(!lo(l.trim()))return;if(g[0]==="--related"&&g[1]){let m=await Dn(e,s,g[1].replace(/\\/g,"/"));if(m.length===0){u({kind:"note",tone:"ok",text:"\u2713 All related articles are already published."});return}await sn(m);return}if(g[0]&&g[0]!=="--all"){await mo(g[0]);return}let d=g[0]==="--all";u({kind:"note",tone:"info",text:"Checking what needs publishing\u2026"});try{let m=await Lr({cwd:e,profileName:s}),y=Ft(m.entries);if(y.length===0){u({kind:"note",tone:"ok",text:"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates."});let v=m.counts["unknown-base"]??0;v>0&&u({kind:"note",tone:"info",text:`(${v} article(s) have no sync base yet \u2014 publish those by path if needed.)`});return}if(d){await sn(y.map(v=>v.path));return}ct({cursor:0,rows:ri(y)})}catch(m){u({kind:"note",tone:"error",text:`Could not compute sync status: ${m.message}`}),u({kind:"note",tone:"info",text:"Publish a specific article: /publish <article-path>"})}return}case"preview":{let d=g.join(" ").trim();if(!d){let y=[];try{y=Object.keys(Ur(e,ce(e,s).name)?.articles??{})}catch{}if(y.length===0){u({kind:"note",tone:"info",text:"No tracked articles to pick from yet. Usage: /preview <path-to.md | article-id>"});return}Be({query:"",cursor:0,paths:y});return}let m=ep(d)?d:Kt(e,d);if(Yt(m)){try{u({kind:"preview",name:zt(m),text:Ma(_r(m,"utf8"))})}catch(y){u({kind:"note",tone:"error",text:`Could not read ${m}: ${y.message}`})}return}if(Up.test(d)){try{let y=ce(e,s),v={profile:y.name,connection:y.connection},j=y.project.projectId??ip(v),D=await ap(v,j,d);u({kind:"preview",name:D.title??d,text:D.content??"*(article has no content)*"})}catch(y){u({kind:"note",tone:"error",text:`Could not fetch article: ${y.message}`})}return}u({kind:"note",tone:"error",text:`"${d}" is neither a file (relative to ${e}) nor an article id.`});return}case"model":{let d=g[0]?.trim();if(!d){let j=Nn(Fr(e));He({cursor:j,current:j});return}let{lines:m,changed:y,effective:v}=Ht(e,d);for(let j of m)u({kind:"note",tone:j.startsWith("\u26A0")?"warn":j.startsWith("\u2713")?"ok":"info",text:j});y&&(Jr(j=>j+1),me.current?.setModel(v));return}case"convert":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{scope:d,run:m}=qo(g),y=Pp(e,s);if(y.length===0){u({kind:"note",tone:"error",text:"No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert."});return}let v=Bo(y,d);if(v.length===0){u({kind:"note",tone:"error",text:`No tracked articles under "${d}". (${y.length} are tracked overall.)`});return}let j=Mr(v),D=3,oe=`/convert${d?` --scope ${d}`:""} --run`,K=Jn(e,"light");if(!m){let x=_a({files:Go(e,v),op:"convert",model:K.model}),A=d?`Scope: ${d} (${v.length} of ${y.length} tracked)
249
+ ${La}`}),B(l?["/doctor","/init"]:["/init"]);return}l&&B(["/doctor"]);try{let i=ce(e,s),a=Me(i.name);a&&De(a)&&a.refreshToken?ip({profile:i.name,connection:i.connection}).then(()=>{u({kind:"note",tone:"ok",text:"\u2713 Document360 session refreshed."}),re(g=>g+1)}).catch(()=>{u({kind:"note",tone:"warn",text:"Document360 session refresh failed \u2014 do you want to log in now? (press 1)"}),B(["/login"])}):(!a||De(a))&&(u({kind:"note",tone:"warn",text:`Profile "${i.name}" is not signed in \u2014 do you want to log in now? (press 1)`}),B(["/login"]))}catch{}try{let i=Q(e),a=ce(e,s),g=Me(a.name);i&&g&&!De(g)&&Ha(e,i.authoritativeSourceFiles)&&(u({kind:"note",tone:"info",text:"Large repo \u2014 the docs scope isn\u2019t set yet. Run /scope to choose which folders back your docs."}),B(["/scope"]))}catch{}try{vn(e);let i=Cn(e);i.length&&(u({kind:"note",tone:"warn",text:i.join(`
250
+ `)}),ft(ze()),Dt.current=!1)}catch{}try{let i=Q(e),a=ce(e,s),g=Me(a.name),d=!!g&&(!De(g)||!!g.refreshToken),m=!i||!Ha(e,i.authoritativeSourceFiles);if(i&&d&&m&&!l){let y=Lr(e,a.name),v=y?Object.keys(y.articles).length:0,D=vt($t(e));if(v>0){let j=D?["/catch-up","/audit"]:["/audit","/sync"],oe={"/catch-up":"write up everything your builder flagged","/audit":D?"also scan the code for other changes":"check the code for anything new or missing in the docs","/sync":"check Document360 for changes made there"},K=D?`\u{1F4CB} Your builder left ${D} for the docs:`:`\u{1F4DA} ${v} article${v===1?"":"s"} tracked for "${a.name}". What next?`;u({kind:"note",tone:"info",text:[K,...j.map((_,x)=>` ${x+1} ${_.padEnd(9)} ${oe[_]}`),"Or just tell me what to write or update."].join(`
251
+ `)}),B(j)}else u({kind:"note",tone:"info",text:'\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.'}),se("write the docs for this repo"),B(D?["/catch-up","/audit"]:["/audit"])}}catch{}lo()},[]),ve(()=>{let l=setInterval(()=>{lo()},Hp);return()=>clearInterval(l)},[lo]),ve(()=>{let l=null,i=null,a=()=>{l&&clearTimeout(l),l=setTimeout(()=>{l=null;let g=`${be.columns??80}x${be.rows??24}`;g!==Zr.current&&(Zr.current=g,el(d=>d+1),i&&clearTimeout(i),i=setTimeout(()=>{i=null,console.log("\x1B[?2026h\x1B[H\x1B[2J"+ni(nt.current,Ie())+"\x1B[?2026l")},80))},400)};return be.on("resize",a),()=>{l&&clearTimeout(l),i&&clearTimeout(i),be.off("resize",a)}},[be,Ie]);let Ye=Math.max(20,(be.columns??80)-1),es=_r(()=>_p(e,s),[e,s,Ce]),fo=(()=>{let l=Q(e);if(!l)return{text:"Press 1 to set up this repo, or /help\u2026",isSetup:!0};let i=Kt(e,(l.docsDir??Ga).replace(/\/+$/,"")),a=(()=>{try{return Yt(i)&&qa(i).length>0}catch{return!1}})();try{let g=ce(e,s),d=Me(g.name);if(!(!!d&&!(De(d)&&!d.refreshToken)))return{text:`Press 1 to sign in to Document360 (profile "${g.name}")\u2026`,isSetup:!0};if(!g.project.projectId)return{text:"Sign in to Document360 to pick your project\u2026",isSetup:!0};if(!g.project.workspaceId&&!a)return{text:"Press 1 to pick a workspace\u2026",isSetup:!0}}catch{}return a?{text:Op,isSetup:!1}:so?{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}})(),jt=Ts(R),ts=jt.length>0&&!N,mo=p!==null?Ea(p,8,Ye):null,on=ge?ge.paths.filter(l=>!ge.query||l.toLowerCase().includes(ge.query.toLowerCase())).slice(0,8):[],rn=ye?ye.sessions.filter(l=>{let i=ye.query.toLowerCase();return!i||l.name.toLowerCase().includes(i)||l.firstPrompt.toLowerCase().includes(i)}).slice(0,8):[],de=Y((l,i)=>{me.current?.close(),me.current=Na({cwd:e,resume:l,profileName:i??s,allowProdWrites:ot.current}),l||(Pe.current={uuid:null,firstPrompt:null,titleFired:!1},rt(null)),dt(0),pt(0)},[e,s]),ns=Y((l,i,a)=>{if(Up.test(l))try{let g=ce(e,s),d=typeof i.project_id=="string"&&i.project_id||g.project.projectId,m=Bn(i,a),y=[],v=Gn(a);l.endsWith("publish_article")&&v&&y.push(`Live: ${v}`),m&&d&&y.push(`Preview: ${qn(g.connection.portalUrl,d,m,g.project.languageCode??"en")}`),y.length>0&&u({kind:"link",lines:y})}catch{}},[e,s,u]),pe=Y(async(l,i)=>{Xt(!0),se(null),B([]),Zt(null),io(null),po(null);let a=++Qe.current;i?.quietUser||u({kind:"user",text:i?.echoDisplay&&i.display?i.display:l});let g=Pe.current;g.firstPrompt||(g.firstPrompt=i?.display??l),We.current=Date.now(),Ze(0),O(!0),Qt.current.clear();let d="",m=!1,y=!1,v="",D={num:0,closed:!1},j=null,oe=()=>{j||(j=setTimeout(()=>{j=null,h(v.length>0?v:null)},60))},K=()=>{j&&clearTimeout(j),j=null,h(null)},_=()=>{if(v.trim()){let x=jr(v.trimEnd(),d,D);u({kind:"assistant",text:x})}v="",K()};try{for await(let x of me.current.send(l))if(x.type==="session"){if(!g.uuid){g.uuid=x.sessionId;let A=new Date().toISOString(),M=pp(g.firstPrompt??"session");fp({uuid:x.sessionId,name:M,renamed:!1,titled:!1,cwd:e,firstPrompt:g.firstPrompt??"",createdAt:A,updatedAt:A}),rt(M)}}else if(x.type==="text"){v+=x.delta,d+=x.delta;let A=Ia(v);if(A>0){let M=v.slice(0,A).trimEnd();M&&u({kind:"assistant",text:jr(M,d,D)}),v=v.slice(A)}oe(),Ze(M=>M+x.delta.length)}else if(x.type==="tool"){m=!0;let A=Fn(x.name,x.input);A&&(_(),u({kind:"tool",title:A.title,sep:A.sep,arg:A.arg}),Qt.current.set(x.id,{name:x.name,input:x.input}))}else if(x.type==="article_diff"){let A=Xe(x.oldContent,x.newContent,Ie());A&&(_(),u({kind:"diff",added:A.added,removed:A.removed,lines:A.lines,hidden:A.hidden}))}else if(x.type==="tool_result"){x.isError&&/run \/login|not logged in|session expired|rejected the token/i.test(x.output)&&(en.current=!0);let A=Qt.current.get(x.id);if(A){Qt.current.delete(x.id),_();let M=Hn(x.output,4,x.isError?void 0:A.name,A.input);u({kind:"tool-result",lines:M.lines,hidden:M.hidden,isError:x.isError}),x.isError||ns(A.name,A.input,x.output)}}else if(x.type==="result"){if(_(),dt(M=>M+x.outputTokens),pt(M=>M+x.costUsd),u({kind:"done",seconds:Math.round((Date.now()-We.current)/1e3),tokens:x.outputTokens,costUsd:x.costUsd,ok:x.ok}),!y&&!m&&!d.trim()&&!St.current&&u({kind:"note",tone:"warn",text:"The agent produced no output. This usually means the Claude model/runtime did not start \u2014 check sign-in and model with /doctor (on a subscription, make sure Claude Code is logged in on this machine)."}),x.ok&&/🛠|📣 Feedback for the d360-writer developers/.test(d))try{let M=Ap(e);if(Yt(M)){let L=Or(M,"utf8").trim();L&&(po(L),u({kind:"note",tone:"info",text:"\u{1F6E0} Press c to copy this feedback \u2014 send it to the d360-writer team (Teams / Slack / email)."}))}}catch{}let A=x.ok?$a(d,_t.map(M=>M.name)):[];if(A.length>0?B(A):x.ok&&d.trim()&&wp(l,d,e).then(M=>{M&&Qe.current===a&&se(M)}).catch(()=>{}),g.uuid&&(Ur(g.uuid),!g.titleFired)){g.titleFired=!0;let M=g.uuid,L=g.firstPrompt;L&&_a(L,e).then(G=>{G&&(dp(M,G),rt(G))}).catch(()=>{})}}else x.type==="error"&&(_(),y=!0,x.kind==="auth"&&(en.current=!0),u({kind:"note",text:`agent error: ${x.message}`,tone:"error"}))}finally{O(!1),K(),re(x=>x+1),Pe.current.uuid&&ba(e,Pe.current.uuid,nt.current),en.current&&(en.current=!1,tn.current=i?.display??l,B(["/login"])),St.current&&(St.current=!1,Ge.current.length>0&&(u({kind:"note",tone:"info",text:`(${Ge.current.length} queued message(s) discarded)`}),Ge.current=[],oo([])),u({kind:"note",tone:"warn",text:"Interrupted. What do you want to do next?"}))}},[e,u,ns,Ie]),sn=Y(async l=>{let i=Wr(l),a=Qn(e,"standard");We.current=Date.now(),Ze(0),O(!0);let g=new AbortController;we.current=g,J({verb:"Publishing",total:i.length,done:0,active:[],rows:Vt(i),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Publishing ${l.length} article${l.length===1?"":"s"} across ${i.length} partition${i.length===1?"":"s"} (\u2264${Wt} agents at once) on ${a.model}\u2026 (esc to stop)`});try{for await(let d of Jn({cwd:e,partitions:i,promptFor:m=>Dn(m.paths),concurrency:Wt,profileName:s,allowProdWrites:ot.current,model:a.model,signal:g.signal}))if(d.type==="partition_status")d.status==="running"?J(m=>m&&{...m,active:[...m.active,d.label],rows:Re(m.rows,d.label,"active"),lastAt:Date.now()}):J(m=>m&&{...m,active:m.active.filter(y=>y!==d.label),done:m.done+1,rows:Re(m.rows,d.label,d.status==="done"?"done":"failed"),lastAt:Date.now()});else if(d.type==="partition_event")J(m=>{if(!m)return m;let y={...m,lastAt:Date.now()};return d.event.type==="tool"?y.tools=m.tools+1:d.event.type==="text"&&(y.chars=m.chars+d.event.delta.length),y});else if(d.type==="run_done"){pt(v=>v+d.totalCostUsd),dt(v=>v+d.results.reduce((D,j)=>D+j.outputTokens,0));let m=d.aborted?"Stopped. ":"",y=t.kind==="api"?"api":"subscription";u({kind:"note",tone:d.aborted?"warn":d.ok?"ok":"warn",text:m+Wo(d.results,i,y).join(`
252
+ `)})}}catch(d){u({kind:"note",tone:"error",text:`Publish run failed: ${d.message}`})}finally{we.current=null,J(null),O(!1),re(d=>d+1)}},[e,s,u,t]),ho=Y(async l=>{await pe(Mo(l),{display:`/publish ${l}`,quietUser:!0});try{let i=await jn(e,s,l.replace(/\\/g,"/"));i.length>0&&(Zt(`Related articles not yet published (${i.length}):`),B([`/publish --related ${l}`,...i.map(a=>`/publish ${a}`)]))}catch{}},[e,s,pe]),go=Y(l=>{let i=Me(l);if(!i||De(i)&&!i.refreshToken)return null;let a={...Ct(i.idToken)??{},...Ct(i.accessToken)??{}};return a.email??a.preferred_username??"signed in"},[]),wo=Y((l,i)=>{if(i){let a=Q(e);a&&(a.defaultProfile=l,yp(a,e))}c(l),de(void 0,l),u({kind:"note",tone:"ok",text:`\u2713 Switched to profile "${l}"${i?" (saved as default)":" (this session only)"} \u2014 agent restarted.`}),go(l)||(u({kind:"note",tone:"warn",text:`Profile "${l}" is not signed in \u2014 do you want to log in now? (press 1)`}),B(["/login"])),re(a=>a+1)},[e,u,de,go]),an=Y((l,i,a)=>{pn(e,l,i,a.id,a.name),u({kind:"note",tone:"ok",text:`Switched to workspace "${a.name??a.id}" (agent restarted).`}),de(),Lr(e,l)||(u({kind:"note",tone:"ok",text:"\u2713 Connected. Configuration is done \u2014 one important step remains."}),u({kind:"note",tone:"warn",text:"\u26A0 Before I write the docs, hand the prompt below to your builder (your repo's coding agent). It gives me the architecture brief that makes the docs accurate:"}),u({kind:"note",tone:"info",text:kt(yt(e)).join(`
253
+ `)}),ft(ze()),Dt.current=_e(e).status==="current",u({kind:"note",tone:"info",text:`No separate builder agent? Then just ask me now: "write the docs for this repo" \u2014 I'll read the code directly.`}))},[e,u,de,ft]),ln=Y(async l=>{let i;try{i=await It(e,l)}catch{u({kind:"note",tone:"info",text:"Next: pick a workspace \u2014 run /workspace."}),B(["/workspace"]);return}if(i.workspaces.length===0){u({kind:"note",tone:"warn",text:"This project has no workspaces yet. Create one in Document360, then run /workspace."});return}let a=i.workspaces.filter(d=>(d.workspace_type??"").toLowerCase()!=="apidocumentation"),g=a.length>0?a:i.workspaces;if(g.length===1){let d=g[0],m=i.workspaces.length-g.length;u({kind:"note",tone:"ok",text:`Selected the "${d.name??d.id}" workspace${m>0?" (skipped the API-documentation workspace)":""}.`}),an(i.profile,i.projectId,d);return}u({kind:"note",tone:"info",text:`Next: pick the workspace your articles publish to (${g.length} available).`}),B(["/workspace"])},[e,u,an]),os=Y((l,i)=>{$o(e,l,i.id,i.name),u({kind:"note",tone:"ok",text:`Project set to "${i.name??i.id}" (agent restarted).`}),de(),ln(l)},[e,u,de,ln]),rs=Y(async l=>{let i;try{i=ce(e,l)}catch{return}if(!i.project.workspaceId){if(i.project.projectId){if(!i.project.projectName)try{let{projects:a}=await gt(e,i.name),g=a.find(d=>d.id===i.project.projectId);g?.name&&Ep(e,i.name,{projectName:g.name})}catch{}await ln(i.name);return}u({kind:"note",tone:"info",text:"Next: pick the Document360 project."}),B(["/project"])}},[e,u,ln]),cn=Y(()=>{let l=Ae.current[0];if(!l)return;u({kind:"note",tone:"info",text:`\u25CF ${l.title} (${l.path})`});for(let a of l.notes)u({kind:"note",tone:"warn",text:`\u26A0 ${a}`});l.overwritesLocalChanges&&u({kind:"note",tone:"warn",text:"\u26A0 This OVERWRITES local edits made since the last sync."});let i=Xe(l.oldContent,l.newContent,Ie());u(i?{kind:"diff",added:i.added,removed:i.removed,lines:i.lines,hidden:i.hidden}:{kind:"note",tone:"info",text:"Local file already matches the remote content \u2014 applying only advances the sync base."}),u({kind:"note",tone:"info",text:`Write ${l.path}? (y/n \u2014 anything else cancels)`})},[u,Ie]),ss=Y(l=>{if(Ae.current.length===0)return!1;let i=l.trim().toLowerCase();if(i==="y"||i==="yes"){let a=Ae.current.shift();try{kp({cwd:e,profileName:s},a),u({kind:"note",tone:"ok",text:`\u2713 Pulled ${a.path} (sync base advanced).`}),Ae.current.length===0&&B(g=>g.length>0?g:["/sync"])}catch(g){u({kind:"note",tone:"error",text:`Pull failed: ${g.message}`})}}else if(i==="n"||i==="no"){let a=Ae.current.shift();u({kind:"note",tone:"info",text:`Skipped ${a.path}.`})}else{let a=Ae.current.length;return Ae.current=[],u({kind:"note",tone:"info",text:`Pull cancelled (${a} article(s) left untouched).`}),!0}return cn(),!0},[e,s,cn,u]),is=Y(l=>{let i=no.current;if(!i)return!1;if(no.current=null,se(null),Qe.current++,l.trim()!==i.repoName)return u({kind:"note",tone:"warn",text:"Reset cancelled \u2014 nothing deleted."}),!0;let{removed:a,failed:g}=Pr(e,i.targets);u({kind:"note",tone:g.length?"warn":"ok",text:`\u2713 Reset complete \u2014 removed ${a.length} item${a.length===1?"":"s"}. The repo is back to its original state.`});for(let d of g)u({kind:"note",tone:"error",text:` \u2717 ${d.path}: ${d.error}`});return i.hadDevhints&&(u({kind:"note",tone:"warn",text:Pn().join(`
254
+ `)}),ft(Ro())),u({kind:"note",tone:"info",text:`Clean slate \u2014 set up d360-writer again whenever you're ready:
255
+ ${La}`}),B(["/init"]),Xt(!1),!0},[e,u,ft]),as=Y(async l=>{let i=l.slice(1).trim().split(/\s+/),a=(i[0]??"").toLowerCase(),g=i.slice(1);switch(Xt(!0),a){case"help":u({kind:"note",tone:"info",text:kn().join(`
256
+ `)});return;case"exit":case"quit":me.current?.close(),r();return;case"clear":de(),nt.current=[],Xt(!1),se(null),Qe.current++,u({kind:"note",tone:"info",text:"Conversation reset (the previous session is still resumable via /resume)."});return;case"login":{let d;try{d=ce(e,s)}catch(m){u({kind:"note",tone:"error",text:m.message});return}u({kind:"note",tone:"info",text:`Profile "${d.name}" \u2192 ${d.connection.name} (${d.connection.apiUrl})${d.production?" \u26A0 PRODUCTION":""}`}),te(!0);try{let m=await op(d.connection,{promptForRedirect:()=>Promise.reject(new Error("Manual login is CLI-only. Run: d360-writer login --manual"))},v=>u({kind:"note",tone:"info",text:v})),y=rp(d.name,m);if(sp(y),await vo(y,d.name,v=>u({kind:"note",tone:"info",text:v})),u({kind:"note",tone:"ok",text:`\u2713 Logged in to "${d.name}" as ${mn(y)}`}),await rs(s),Rt.current){let v=Rt.current;Rt.current=null;let D=Se(e,s);D.ok?(u({kind:"note",tone:"ok",text:`\u2713 Signed into the right project \u2014 press 1 to run ${v}.`}),B([v])):(u({kind:"note",tone:"warn",text:`${D.reason} (then ${v}.)`}),B(["/login"]),Rt.current=v)}else tn.current&&(se(tn.current),tn.current=null,u({kind:"note",tone:"info",text:"Press tab to re-send your last prompt."}))}catch(m){u({kind:"note",tone:"error",text:`Login failed: ${m.message}`})}finally{te(!1),re(m=>m+1)}return}case"allow-prod":{let d=!1;try{d=ce(e,s).production}catch{}if(!d){u({kind:"note",tone:"info",text:"Current profile is not production \u2014 writes are already allowed."});return}ot.current=!0,de(),u({kind:"note",tone:"warn",text:"\u26A0 Production writes authorized for this session."});return}case"rename":{let d=ur(g.join(" ")),m=Pe.current.uuid;if(!m){u({kind:"note",tone:"error",text:"Send a message first \u2014 sessions save once the agent replies."});return}if(!d){u({kind:"note",tone:"info",text:"Thinking of a name\u2026"});let y=Pe.current.firstPrompt??"";_a(y,e).then(v=>{v?(se(`/rename ${v}`),u({kind:"note",tone:"info",text:`Suggestion: "${v}" \u2014 press tab to accept, or type /rename <your name>.`})):u({kind:"note",tone:"info",text:"Usage: /rename <name>"})}).catch(()=>u({kind:"note",tone:"info",text:"Usage: /rename <name>"}));return}gp(m,d),rt(d),Gt(`${Er} d360-writer \xB7 ${d}`),u({kind:"note",tone:"ok",text:`Session renamed to "${d}".`});return}case"profile":{let d=g[0],m=Q(e);if(!d){let y=Object.entries(m?.profiles??{});if(y.length===0){u({kind:"note",tone:"info",text:"No profiles. Run /init first."});return}let v=y.map(([oe,K])=>({name:oe,env:K.connection?.environment??"custom",prod:K.production===!0,who:go(oe)})),D=s??m?.defaultProfile,j=Math.max(0,v.findIndex(oe=>oe.name===D));st({cursor:j,current:j,rows:v});return}if(d==="add"){let y=dr(e,g[1],g[2]);if(y){u({kind:"note",tone:"error",text:y});return}u({kind:"note",tone:"ok",text:`\u2713 Profile "${g[1]}" created (environment: ${g[2]??g[1]}).`}),wo(g[1],!1);return}if(!m?.profiles?.[d]){u({kind:"note",tone:"error",text:`Unknown profile "${d}". Create it: /profile add ${d} <environment>`});return}wo(d,!0);return}case"doctor":await qt(g,{cwd:e});return;case"mcp":await Sn(g);return;case"init":{if(Q(e)){u({kind:"note",tone:"info",text:"This repo is already set up \u2014 edit .d360-writer.json directly (or d360-writer init for the CLI wizard)."});return}let d=$p().map(m=>({name:m,apiUrl:vp(m).apiUrl}));it({cursor:0,rows:d});return}case"resume":{let d=g.join(" ").trim(),m=hp(e).filter(D=>D.uuid!==Pe.current.uuid);if(!d){if(!m.length){u({kind:"note",tone:"info",text:"No saved sessions for this repo yet."});return}Ve({query:"",cursor:0,sessions:m});return}let y=mp(e,d);if(!y){u({kind:"note",tone:"error",text:`No session matches "${d}".`});return}de(y.uuid),Pe.current={uuid:y.uuid,firstPrompt:y.firstPrompt,titleFired:!0},rt(y.name),Ur(y.uuid),nt.current=[];let v=Ar(e,y.uuid);for(let D of v)u(D);u({kind:"note",tone:"ok",text:v.length?`Resumed "${y.name}" \u2014 restored ${v.length} message(s); continue where you left off.`:`Resumed "${y.name}" (agent memory reconnected; no saved transcript to replay).`});return}case"workspace":{let d=g.join(" ").trim(),m;try{m=await It(e,s)}catch(v){u({kind:"note",tone:"error",text:`Could not list workspaces: ${v.message}`});return}if(!d){let v=m.workspaces.map(j=>({id:j.id,name:j.name??j.id,type:j.workspace_type}));if(v.length===0){u({kind:"note",tone:"info",text:"No workspaces in this project."});return}let D=Math.max(0,v.findIndex(j=>j.id===m.current));at({cursor:D,current:D,rows:v,profile:m.profile,projectId:m.projectId,projectName:m.projectName,environment:m.environment});return}let y=xo(m.workspaces,d);if(!y){u({kind:"note",tone:"error",text:`No workspace matches "${d}".`});return}an(m.profile,m.projectId,y);return}case"project":{let d=g.join(" ").trim(),m;try{m=await gt(e,s)}catch(v){u({kind:"note",tone:"error",text:`Could not list projects: ${v.message} (signed in? try /login)`});return}if(!d){let v=m.projects.map(j=>({id:j.id,name:j.name??j.id,sub:j.sub_domain}));if(v.length===0){u({kind:"note",tone:"info",text:"No projects found for this identity."});return}let D=v.findIndex(j=>j.id===m.current);lt({cursor:Math.max(0,D),current:D,rows:v,profile:m.profile,environment:m.environment});return}let y=hs(m.projects,d);if(!y){u({kind:"note",tone:"error",text:`No project matches "${d}". Available: ${m.projects.map(v=>v.name??v.id).join(", ")}`});return}os(m.profile,y);return}case"logout":{let d;try{d=ce(e,s).name}catch(y){u({kind:"note",tone:"error",text:y.message});return}let m=cp(d);up(e,d),de(),re(y=>y+1),u({kind:"note",tone:m?"ok":"info",text:m?`\u2713 Signed out of "${d}" and cleared its project/workspace selection.`:`Profile "${d}" was not signed in. Cleared any project/workspace selection.`}),u({kind:"note",tone:"info",text:"Run /login to sign in and pick a project."}),B(["/login"]);return}case"publish":{if(!co(l.trim()))return;if(g[0]==="--related"&&g[1]){let m=await jn(e,s,g[1].replace(/\\/g,"/"));if(m.length===0){u({kind:"note",tone:"ok",text:"\u2713 All related articles are already published."});return}await sn(m);return}if(g[0]&&g[0]!=="--all"){await ho(g[0]);return}let d=g[0]==="--all";u({kind:"note",tone:"info",text:"Checking what needs publishing\u2026"});try{let m=await Mr({cwd:e,profileName:s}),y=Ft(m.entries),v=Rn(m.entries);if(v>0&&u({kind:"note",tone:"warn",text:`\u26A0 ${v} article${v===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){u({kind:"note",tone:"ok",text:v>0?"\u2713 Nothing else is ahead of Document360 to publish.":"\u2713 Nothing is ahead of Document360 \u2014 no publish candidates."});let D=m.counts["unknown-base"]??0;D>0&&u({kind:"note",tone:"info",text:`(${D} article(s) have no sync base yet \u2014 publish those by path if needed.)`});return}if(d){await sn(y.map(D=>D.path));return}ct({cursor:0,rows:si(y)})}catch(m){u({kind:"note",tone:"error",text:`Could not compute sync status: ${m.message}`}),u({kind:"note",tone:"info",text:"Publish a specific article: /publish <article-path>"})}return}case"preview":{let d=g.join(" ").trim();if(!d){let y=[];try{y=Object.keys(Lr(e,ce(e,s).name)?.articles??{})}catch{}if(y.length===0){u({kind:"note",tone:"info",text:"No tracked articles to pick from yet. Usage: /preview <path-to.md | article-id>"});return}Be({query:"",cursor:0,paths:y});return}let m=tp(d)?d:Kt(e,d);if(Yt(m)){try{u({kind:"preview",name:zt(m),text:Wa(Or(m,"utf8"))})}catch(y){u({kind:"note",tone:"error",text:`Could not read ${m}: ${y.message}`})}return}if(Lp.test(d)){try{let y=ce(e,s),v={profile:y.name,connection:y.connection},D=y.project.projectId??ap(v),j=await lp(v,D,d);u({kind:"preview",name:j.title??d,text:j.content??"*(article has no content)*"})}catch(y){u({kind:"note",tone:"error",text:`Could not fetch article: ${y.message}`})}return}u({kind:"note",tone:"error",text:`"${d}" is neither a file (relative to ${e}) nor an article id.`});return}case"model":{let d=g[0]?.trim();if(!d){let D=_n(Hr(e));He({cursor:D,current:D});return}let{lines:m,changed:y,effective:v}=Ht(e,d);for(let D of m)u({kind:"note",tone:D.startsWith("\u26A0")?"warn":D.startsWith("\u2713")?"ok":"info",text:D});y&&(Qr(D=>D+1),me.current?.setModel(v));return}case"convert":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{scope:d,run:m}=Bo(g),y=Tp(e,s);if(y.length===0){u({kind:"note",tone:"error",text:"No tracked articles in d360-category-map.json. Publish some first (/publish), then /convert."});return}let v=Go(y,d);if(v.length===0){u({kind:"note",tone:"error",text:`No tracked articles under "${d}". (${y.length} are tracked overall.)`});return}let D=Wr(v),j=3,oe=`/convert${d?` --scope ${d}`:""} --run`,K=Qn(e,"light");if(!m){let x=Oa({files:Vo(e,v),op:"convert",model:K.model}),A=d?`Scope: ${d} (${v.length} of ${y.length} tracked)
257
257
  `:"",M=`
258
- Model: ${K.model}${K.forced?" (forced)":" \u2014 mechanical work; /model to override"}`;u({kind:"note",tone:"info",text:A+Yo(j,x,D).join(`
259
- `)+M}),B([oe]);return}We.current=Date.now(),Ze(0),O(!0);let _=new AbortController;we.current=_,J({verb:"Converting",total:j.length,done:0,active:[],rows:Vt(j),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Converting ${v.length} articles across ${j.length} partitions (\u2264${D} agents at once) on ${K.model}\u2026 (esc to stop)`});try{for await(let x of Xn({cwd:e,partitions:j,promptFor:Vo,concurrency:D,profileName:s,allowProdWrites:ot.current,model:K.model,signal:_.signal}))if(x.type==="partition_status")x.status==="running"?J(A=>A&&{...A,active:[...A.active,x.label],rows:Re(A.rows,x.label,"active"),lastAt:Date.now()}):J(A=>A&&{...A,active:A.active.filter(M=>M!==x.label),done:A.done+1,rows:Re(A.rows,x.label,x.status==="done"?"done":"failed"),lastAt:Date.now()});else if(x.type==="partition_event")J(A=>{if(!A)return A;let M={...A,lastAt:Date.now()};return x.event.type==="tool"?M.tools=A.tools+1:x.event.type==="text"&&(M.chars=A.chars+x.event.delta.length),M});else if(x.type==="run_done"){pt(U=>U+x.totalCostUsd),dt(U=>U+x.results.reduce((G,ae)=>G+ae.outputTokens,0));let A=x.aborted?"Stopped. ":"",M=t.kind==="api"?"api":"subscription";u({kind:"note",tone:x.aborted?"warn":x.ok?"ok":"warn",text:A+zo(x.results,j,M).join(`
260
- `)})}}catch(x){u({kind:"note",tone:"error",text:`Convert run failed: ${x.message}`})}finally{we.current=null,J(null),O(!1),re(x=>x+1)}return}case"write":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let d=Tp(e);if(d.length===0){u({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,run:v}=Xo(g),{docsDir:j,targets:D,reason:oe}=tr(e,d,{scope:m,path:y});if(D.length===0){u({kind:"note",tone:"warn",text:oe??"Nothing to write."});return}let K=Mr(D),_=5,x=Jn(e,"standard");if(!v&&!!!y){let U=_a({files:Jo(e,d,D),op:"write",model:x.model}),G=m?`Scope: ${m} (${D.length} pending)
258
+ Model: ${K.model}${K.forced?" (forced)":" \u2014 mechanical work; /model to override"}`;u({kind:"note",tone:"info",text:A+zo(D,x,j).join(`
259
+ `)+M}),B([oe]);return}We.current=Date.now(),Ze(0),O(!0);let _=new AbortController;we.current=_,J({verb:"Converting",total:D.length,done:0,active:[],rows:Vt(D),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Converting ${v.length} articles across ${D.length} partitions (\u2264${j} agents at once) on ${K.model}\u2026 (esc to stop)`});try{for await(let x of Jn({cwd:e,partitions:D,promptFor:Yo,concurrency:j,profileName:s,allowProdWrites:ot.current,model:K.model,signal:_.signal}))if(x.type==="partition_status")x.status==="running"?J(A=>A&&{...A,active:[...A.active,x.label],rows:Re(A.rows,x.label,"active"),lastAt:Date.now()}):J(A=>A&&{...A,active:A.active.filter(M=>M!==x.label),done:A.done+1,rows:Re(A.rows,x.label,x.status==="done"?"done":"failed"),lastAt:Date.now()});else if(x.type==="partition_event")J(A=>{if(!A)return A;let M={...A,lastAt:Date.now()};return x.event.type==="tool"?M.tools=A.tools+1:x.event.type==="text"&&(M.chars=A.chars+x.event.delta.length),M});else if(x.type==="run_done"){pt(L=>L+x.totalCostUsd),dt(L=>L+x.results.reduce((G,ae)=>G+ae.outputTokens,0));let A=x.aborted?"Stopped. ":"",M=t.kind==="api"?"api":"subscription";u({kind:"note",tone:x.aborted?"warn":x.ok?"ok":"warn",text:A+Ko(x.results,D,M).join(`
260
+ `)})}}catch(x){u({kind:"note",tone:"error",text:`Convert run failed: ${x.message}`})}finally{we.current=null,J(null),O(!1),re(x=>x+1)}return}case"write":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let d=Sp(e);if(d.length===0){u({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,run:v}=Jo(g),{docsDir:D,targets:j,reason:oe}=nr(e,d,{scope:m,path:y});if(j.length===0){u({kind:"note",tone:"warn",text:oe??"Nothing to write."});return}let K=Wr(j),_=5,x=Qn(e,"standard");if(!v&&!!!y){let L=Oa({files:Qo(e,d,j),op:"write",model:x.model}),G=m?`Scope: ${m} (${j.length} pending)
261
261
  `:"",ae=`
262
- Model: ${x.model}${x.forced?" (forced)":" \u2014 authoring; /model to override"}`;u({kind:"note",tone:"info",text:G+Zo(K,U,_).join(`
263
- `)+ae}),B([`/write${m?` --scope ${m}`:" --all"} --run`]);return}We.current=Date.now(),Ze(0),O(!0);let M=new AbortController;we.current=M,J({verb:"Writing",total:K.length,done:0,active:[],rows:Vt(K),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Writing ${D.length} article${D.length===1?"":"s"} across ${K.length} partition${K.length===1?"":"s"} (\u2264${_} agents at once) on ${x.model}${x.forced?" (forced)":""}\u2026 (esc to stop)`});try{for await(let U of Xn({cwd:e,partitions:K,promptFor:G=>Qo(G,j),concurrency:_,profileName:s,allowProdWrites:ot.current,model:x.model,signal:M.signal}))if(U.type==="partition_status")U.status==="running"?J(G=>G&&{...G,active:[...G.active,U.label],rows:Re(G.rows,U.label,"active"),lastAt:Date.now()}):J(G=>G&&{...G,active:G.active.filter(ae=>ae!==U.label),done:G.done+1,rows:Re(G.rows,U.label,U.status==="done"?"done":"failed"),lastAt:Date.now()});else if(U.type==="partition_event")J(G=>{if(!G)return G;let ae={...G,lastAt:Date.now()};return U.event.type==="tool"?ae.tools=G.tools+1:U.event.type==="text"&&(ae.chars=G.chars+U.event.delta.length),ae});else if(U.type==="run_done"){pt(yo=>yo+U.totalCostUsd),dt(yo=>yo+U.results.reduce((nl,ol)=>nl+ol.outputTokens,0));let G=U.aborted?"Stopped. ":"",ae=t.kind==="api"?"api":"subscription";u({kind:"note",tone:U.aborted?"warn":U.ok?"ok":"warn",text:G+er(U.results,K,ae).join(`
264
- `)}),!U.aborted&&U.ok&&B(["/publish --all","/screenshot --all"])}}catch(U){u({kind:"note",tone:"error",text:`Write run failed: ${U.message}`})}finally{we.current=null,J(null),O(!1),re(U=>U+1)}return}case"draft":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{features:d,looseDocs:m}=nr(e);if(d.length===0&&m===0){u({kind:"note",tone:"info",text:rr});return}let y=g.join(" ").trim();if(!y&&d.length>1){u({kind:"note",tone:"info",text:`Multiple features in .d360-writer/input/ \u2014 draft which one?
265
- ${d.map(D=>` \u2022 ${D.name} (${D.docCount} doc${D.docCount===1?"":"s"})`).join(`
266
- `)}`}),B(d.map(D=>`/draft ${D.name}`));return}let v="",j;if(y){let D=or(d,y);D?v=D:j=y}else v=d[0]?.name??"";await pe(In(v,j),{display:y?`/draft ${y}`:"/draft",quietUser:!0});return}case"sync":{if(!lo(l.trim()))return;let d=(g[0]??"status").toLowerCase();try{if(d==="status"){u({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"});let m=await Lr({cwd:e,profileName:s});u({kind:"note",tone:"info",text:En(m).join(`
267
- `)});return}if(d==="pull"){let m=g[1];if(!m){u({kind:"note",tone:"error",text:"Usage: /sync pull <article-path> | --all"});return}let y;if(m==="--all"){if(u({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"}),y=(await Lr({cwd:e,profileName:s})).entries.filter(D=>D.status==="remote-ahead"&&D.path).map(D=>D.path),y.length===0){u({kind:"note",tone:"ok",text:"\u2713 Nothing is remote-ahead \u2014 no pulls needed. (Conflicts are never bulk-pulled; pull them one by one.)"});return}}else y=[m.replace(/\\/g,"/")];let v=[];for(let j of y)v.push(await kp({cwd:e,profileName:s,relPath:j}));Ae.current=v,cn();return}u({kind:"note",tone:"error",text:`Unknown subcommand: /sync ${d} \u2014 use /sync or /sync pull <path>|--all.`})}catch(m){u({kind:"note",tone:"error",text:`Sync failed: ${m.message}`})}return}case"scope":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let d=bp(e);if(d.length===0){u({kind:"note",tone:"info",text:'No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer.json manually.'});return}ut({cursor:0,rows:d.map(m=>({...m,checked:m.recommended}))});return}case"audit":case"capture-setup":{let m=await(a==="audit"?jn:Bt)(g,void 0);if(m.kind==="forward-to-agent"&&m.prompt&&await pe(m.prompt,{display:m.display,quietUser:!0}),a==="capture-setup"){let y=gr(e);y&&u({kind:"note",tone:"info",text:y.join(`
262
+ Model: ${x.model}${x.forced?" (forced)":" \u2014 authoring; /model to override"}`;u({kind:"note",tone:"info",text:G+er(K,L,_).join(`
263
+ `)+ae}),B([`/write${m?` --scope ${m}`:" --all"} --run`]);return}We.current=Date.now(),Ze(0),O(!0);let M=new AbortController;we.current=M,J({verb:"Writing",total:K.length,done:0,active:[],rows:Vt(K),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Writing ${j.length} article${j.length===1?"":"s"} across ${K.length} partition${K.length===1?"":"s"} (\u2264${_} agents at once) on ${x.model}${x.forced?" (forced)":""}\u2026 (esc to stop)`});try{for await(let L of Jn({cwd:e,partitions:K,promptFor:G=>Zo(G,D),concurrency:_,profileName:s,allowProdWrites:ot.current,model:x.model,signal:M.signal}))if(L.type==="partition_status")L.status==="running"?J(G=>G&&{...G,active:[...G.active,L.label],rows:Re(G.rows,L.label,"active"),lastAt:Date.now()}):J(G=>G&&{...G,active:G.active.filter(ae=>ae!==L.label),done:G.done+1,rows:Re(G.rows,L.label,L.status==="done"?"done":"failed"),lastAt:Date.now()});else if(L.type==="partition_event")J(G=>{if(!G)return G;let ae={...G,lastAt:Date.now()};return L.event.type==="tool"?ae.tools=G.tools+1:L.event.type==="text"&&(ae.chars=G.chars+L.event.delta.length),ae});else if(L.type==="run_done"){pt(ko=>ko+L.totalCostUsd),dt(ko=>ko+L.results.reduce((ol,rl)=>ol+rl.outputTokens,0));let G=L.aborted?"Stopped. ":"",ae=t.kind==="api"?"api":"subscription";u({kind:"note",tone:L.aborted?"warn":L.ok?"ok":"warn",text:G+tr(L.results,K,ae).join(`
264
+ `)}),!L.aborted&&L.ok&&B(["/publish --all","/screenshot --all"])}}catch(L){u({kind:"note",tone:"error",text:`Write run failed: ${L.message}`})}finally{we.current=null,J(null),O(!1),re(L=>L+1)}return}case"draft":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{features:d,looseDocs:m}=or(e);if(d.length===0&&m===0){u({kind:"note",tone:"info",text:sr});return}let y=g.join(" ").trim();if(!y&&d.length>1){u({kind:"note",tone:"info",text:`Multiple features in .d360-writer/input/ \u2014 draft which one?
265
+ ${d.map(j=>` \u2022 ${j.name} (${j.docCount} doc${j.docCount===1?"":"s"})`).join(`
266
+ `)}`}),B(d.map(j=>`/draft ${j.name}`));return}let v="",D;if(y){let j=rr(d,y);j?v=j:D=y}else v=d[0]?.name??"";await pe(Nn(v,D),{display:y?`/draft ${y}`:"/draft",quietUser:!0});return}case"sync":{if(!co(l.trim()))return;let d=(g[0]??"status").toLowerCase();try{if(d==="status"){u({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"});let m=await Mr({cwd:e,profileName:s});u({kind:"note",tone:"info",text:In(m).join(`
267
+ `)});return}if(d==="pull"){let m=g[1];if(!m){u({kind:"note",tone:"error",text:"Usage: /sync pull <article-path> | --all"});return}let y;if(m==="--all"){if(u({kind:"note",tone:"info",text:"Checking Document360 for drift\u2026"}),y=(await Mr({cwd:e,profileName:s})).entries.filter(j=>j.status==="remote-ahead"&&j.path).map(j=>j.path),y.length===0){u({kind:"note",tone:"ok",text:"\u2713 Nothing is remote-ahead \u2014 no pulls needed. (Conflicts are never bulk-pulled; pull them one by one.)"});return}}else y=[m.replace(/\\/g,"/")];let v=[];for(let D of y)v.push(await bp({cwd:e,profileName:s,relPath:D}));Ae.current=v,cn();return}u({kind:"note",tone:"error",text:`Unknown subcommand: /sync ${d} \u2014 use /sync or /sync pull <path>|--all.`})}catch(m){u({kind:"note",tone:"error",text:`Sync failed: ${m.message}`})}return}case"scope":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let d=xp(e);if(d.length===0){u({kind:"note",tone:"info",text:'No candidate source folders found. Set "authoritativeSourceFiles" in .d360-writer.json manually.'});return}ut({cursor:0,rows:d.map(m=>({...m,checked:m.recommended}))});return}case"audit":case"capture-setup":{let m=await(a==="audit"?An:Bt)(g,void 0);if(m.kind==="forward-to-agent"&&m.prompt&&await pe(m.prompt,{display:m.display,quietUser:!0}),a==="capture-setup"){let y=wr(e);y&&u({kind:"note",tone:"info",text:y.join(`
268
268
  `)})}return}case"devhints":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}u({kind:"note",tone:"info",text:kt(yt(e)).join(`
269
- `)}),ft(ze()),Dt.current=_e(e).status==="current";return}case"inbox":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(wr(e)===0){u({kind:"note",tone:"info",text:"Inbox empty \u2014 no open messages from the builder. (They arrive via the builder's /devhints hand-off.)"});return}await pe(yr(),{display:"/inbox",quietUser:!0});return}case"document":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{publish:d,what:m}=ir(g);if(!m&&sr(e)===0){u({kind:"note",tone:"info",text:lr});return}let y=`/document${m?` ${m}`:""}${d?" --publish":""}`;await pe(ar(m,d),{display:y,quietUser:!0});return}case"catch-up":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(!lo(l.trim()))return;let{publish:d}=kr(g),m=vt($t(e));u({kind:"note",tone:"info",text:m?`Catching up on ${m} (+ checking Document360 for drift)\u2026`:"No local queue \u2014 checking for code changes and drift\u2026"}),await pe(br({publish:d}),{display:`/catch-up${d?" --publish":""}`,quietUser:!0});return}case"update":{io.current=!0,u({kind:"note",tone:"info",text:`Updating ${Je}\u2026`}),(await Ln()).ok?(u({kind:"note",tone:"ok",text:"\u2713 Updated \u2014 run /exit, then relaunch to apply."}),B(m=>m.includes("/exit")?m:[...m,"/exit"])):u({kind:"note",tone:"warn",text:`Update failed \u2014 run manually: ${Un}`});return}case"screenshot":{let d=fr(g);if(d.mode==="list"){if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}u({kind:"note",tone:"info",text:hr(mr(e,d.scope),d.scope).join(`
270
- `)});return}if(d.mode==="single"){let _=await On(g);_.kind==="forward-to-agent"&&_.prompt&&await pe(_.prompt,{display:_.display,quietUser:!0});return}if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=d.mode==="scope"?d.scope:void 0,y=Cp(e,{scope:m}).map(_=>_.id);if(y.length===0){u({kind:"note",tone:"info",text:m?`No screenshot placeholders under ${m}.`:"No screenshot placeholders found in the docs."});return}let v=6,j=vp(y,3),D=Jn(e,"standard");We.current=Date.now(),Ze(0),O(!0);let oe=new AbortController;we.current=oe,J({verb:"Authoring",unit:"spec",total:j.length,done:0,active:[],rows:Vt(j),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Authoring ${y.length} screenshot spec${y.length===1?"":"s"} across ${j.length} partition${j.length===1?"":"s"} (\u2264${v} agents at once) on ${D.model}${D.forced?" (forced)":""}\u2026 (esc to stop)`});let K=!1;try{for await(let _ of Xn({cwd:e,partitions:j,promptFor:zi,concurrency:v,profileName:s,allowProdWrites:ot.current,model:D.model,signal:oe.signal}))if(_.type==="partition_status")_.status==="running"?J(x=>x&&{...x,active:[...x.active,_.label],rows:Re(x.rows,_.label,"active"),lastAt:Date.now()}):J(x=>x&&{...x,active:x.active.filter(A=>A!==_.label),done:x.done+1,rows:Re(x.rows,_.label,_.status==="done"?"done":"failed"),lastAt:Date.now()});else if(_.type==="partition_event")J(x=>{if(!x)return x;let A={...x,lastAt:Date.now()};return _.event.type==="tool"?A.tools=x.tools+1:_.event.type==="text"&&(A.chars=x.chars+_.event.delta.length),A});else if(_.type==="run_done"){pt(U=>U+_.totalCostUsd),dt(U=>U+_.results.reduce((G,ae)=>G+ae.outputTokens,0));let x=_.results.filter(U=>U.ok).length,A=_.aborted?"Stopped. ":"";K=!_.aborted&&d.setup;let M=_.aborted?"":K?" Refreshing the capture-setup checklist\u2026":" Next: /capture-setup, then d360-capture capture.";u({kind:"note",tone:_.aborted?"warn":_.ok?"ok":"warn",text:`${A}Authored specs \u2014 ${x}/${_.results.length} batches ok.${M}`})}}catch(_){u({kind:"note",tone:"error",text:`Spec authoring failed: ${_.message}`})}finally{we.current=null,J(null),O(!1),re(_=>_+1)}if(K){let _=await Bt();_.kind==="forward-to-agent"&&_.prompt&&await pe(_.prompt,{display:_.display,quietUser:!0});let x=gr(e);x&&u({kind:"note",tone:"info",text:x.join(`
271
- `)})}return}case"reset":{let d=vr(e);if(d.length===0){u({kind:"note",tone:"info",text:"Nothing to reset \u2014 no d360-writer files found in this repo."});return}to.current={repoName:zt(e),targets:d,hadDevhints:Yt(Oa(e))},u({kind:"note",tone:"warn",text:Pr(e,d).join(`
272
- `)}),se(zt(e));return}default:u({kind:"note",tone:"error",text:`Unknown command: /${a} \u2014 type /help.`})}},[e,r,s,cn,u,de,pe,sn,mo,os]),un=Y(l=>{let i=(l??R).trim();if(k(""),Jt(null),et(0),i.startsWith("/")&&(se(null),Qe.current++,Zt(null),B(g=>va(g,i))),!i||ss(i)||rs(i))return;eo.current.push(i);let a=Sa(i,Br.current);i.startsWith("/")?(u({kind:"user",text:i}),is(a)):pe(a,{display:i})},[R,ss,rs,is,pe]),as=Y(l=>{if(l.length>1){if(l.includes("\x1B"))return;let i=Ca(l);if(Pa(i)){let a=Ta(++Ja.current,i);Br.current.set(a,i),C(a)}else C(i);return}C(l)},[C]),mt=Math.max(10,Ye-6),ls=Nr(()=>zn(b.text,mt),[b.text,mt]),wo=Y(l=>w(i=>({...i,pos:Math.max(0,Math.min(i.text.length,i.pos+l))})),[]),dn=Y(l=>w(i=>({...i,pos:Da(zn(i.text,mt),i.pos,l)})),[mt]),At=Y(l=>w(i=>({...i,pos:ja(zn(i.text,mt),i.pos,l)})),[mt]),el=["\x1B[H","\x1B[1~","\x1BOH"],tl=["\x1B[F","\x1B[4~","\x1BOF"],cs=Y((l,i)=>i.leftArrow?(wo(-1),!0):i.rightArrow?(wo(1),!0):l&&el.includes(l)?(At("start"),!0):l&&tl.includes(l)?(At("end"),!0):i.ctrl&&l==="a"?(At("start"),!0):i.ctrl&&l==="e"?(At("end"),!0):!1,[wo,At]);return Qd((l,i)=>{if(i.ctrl&&l==="c"){me.current?.close(),r();return}if(!q){if(N){if(i.escape){if(we.current){we.current.signal.aborted||(u({kind:"note",tone:"warn",text:"\u238B Stopping the convert run (finishing in-flight articles)\u2026"}),we.current.abort());return}St.current||(St.current=!0,u({kind:"note",tone:"warn",text:"\u238B Interrupting\u2026"}),me.current?.interrupt());return}if(i.return){let a=R.trim();if(!a)return;Ge.current.push(a),no([...Ge.current]),k("");return}if(cs(l,i))return;if(i.upArrow){dn(-1);return}if(i.downArrow){dn(1);return}if(i.backspace||i.delete){P();return}l&&!i.ctrl&&!i.meta&&as(l);return}if(Fe){if(i.upArrow){He(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){He(a=>a&&{...a,cursor:Math.min($e.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=$e.length){He(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=$e[Fe.cursor];He(null);let{lines:g,changed:d,effective:m}=Ht(e,a.value??"default");for(let y of g)u({kind:"note",tone:y.startsWith("\u26A0")?"warn":y.startsWith("\u2713")?"ok":"info",text:y});d&&(Jr(y=>y+1),me.current?.setModel(m));return}if(l==="s"){let a=$e[Fe.cursor];He(null),me.current?.setModel(a.value??void 0),u({kind:"note",tone:"ok",text:`\u2713 Using ${a.label} for this session only (your saved default is unchanged).`});return}if(i.escape){He(null);return}return}if(Te){if(i.upArrow){st(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){st(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Te.rows.length){st(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return||l==="s"){let a=Te.rows[Te.cursor];st(null),go(a.name,i.return===!0);return}if(i.escape){st(null);return}return}if(Ee){if(i.upArrow){it(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){it(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Ee.rows.length){it(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=Ee.rows[Ee.cursor].name;if(it(null),!qs(e,a).created){u({kind:"note",tone:"error",text:"Could not scaffold \u2014 .d360-writer.json already exists."});return}u({kind:"note",tone:"ok",text:`\u2713 Wrote .d360-writer.json (environment "${a}").`});let d=!1;try{let m=Me(a);d=!!m&&!(De(m)&&!m.refreshToken)}catch{d=!1}u({kind:"note",tone:"info",text:d?`Next: sign in to ${a} and pick your project \u2014 you're already signed in here, so it'll be quick. (press 1)`:`Next: sign in to Document360 (${a}) and pick your project. (press 1)`}),B(["/login"]),re(m=>m+1);return}if(i.escape){it(null);return}return}if(ie){if(i.upArrow){at(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){at(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=ie.rows.length){at(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=ie.rows[ie.cursor],{profile:g,projectId:d}=ie;at(null),an(g,d,a);return}if(i.escape){at(null);return}return}if(he){if(i.upArrow){lt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){lt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=he.rows.length){lt(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=he.rows[he.cursor],{profile:g}=he;lt(null),ns(g,a);return}if(i.escape){lt(null);return}return}if(ue){if(i.upArrow){ut(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){ut(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l===" "){ut(a=>a&&{...a,rows:a.rows.map((g,d)=>d===a.cursor?{...g,checked:!g.checked}:g)});return}if(i.return){let a=ue.rows.filter(g=>g.checked).map(g=>g.path);if(ut(null),a.length===0){u({kind:"note",tone:"info",text:"Nothing selected \u2014 scope unchanged."});return}Wo(e,a),u({kind:"note",tone:"ok",text:`\u2713 Scoped to ${a.length} folder(s) \u2014 written to .d360-writer.json`});for(let g of a)u({kind:"note",tone:"info",text:` ${g}`});u({kind:"note",tone:"info",text:"Next: ask me to analyze these folders and propose a docs structure."});return}if(i.escape){ut(null);return}return}if(qe){if(i.upArrow){ct(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){ct(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=qe.rows.length){ct(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=qe.rows[qe.cursor];ct(null),a.kind==="article"?mo(a.paths[0]):sn(a.paths);return}if(i.escape){ct(null);return}return}if(ge){if(i.escape){Be(null);return}if(i.upArrow){Be(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Be(a=>a&&{...a,cursor:Math.min(Math.max(0,on.length-1),a.cursor+1)});return}if(i.return){let a=on[ge.cursor];if(a){Be(null);try{u({kind:"preview",name:zt(a),text:Ma(_r(Kt(e,a),"utf8"))})}catch(g){u({kind:"note",tone:"error",text:`Could not read ${a}: ${g.message}`})}}return}if(i.backspace||i.delete){Be(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(l&&!i.ctrl&&!i.meta&&l.length===1){Be(a=>a&&{...a,query:a.query+l,cursor:0});return}return}if(ye){if(i.escape){Ve(null);return}if(i.upArrow){Ve(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Ve(a=>a&&{...a,cursor:Math.min(Math.max(0,rn.length-1),a.cursor+1)});return}if(i.return){let a=rn[ye.cursor];if(a){Ve(null),de(a.uuid),Pe.current={uuid:a.uuid,firstPrompt:a.firstPrompt,titleFired:!0},rt(a.name),Or(a.uuid),nt.current=[];let g=jr(e,a.uuid);for(let d of g)u(d);u({kind:"note",tone:"ok",text:g.length?`Resumed "${a.name}" \u2014 restored ${g.length} message(s); continue where you left off.`:`Resumed "${a.name}" (agent memory reconnected; no saved transcript to replay).`})}return}if(i.backspace||i.delete){Ve(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(l&&!i.ctrl&&!i.meta&&l.length===1){Ve(a=>a&&{...a,query:a.query+l,cursor:0});return}return}if(i.tab&&!R&&ke){k(ke),se(null),Qe.current++;return}if(!R&&Pt.length>0&&l&&/^[1-9]$/.test(l)){let a=Pt[Number(l)-1];if(a){k(a);return}}if(!R&&(co||ro)&&l==="c"&&!i.ctrl&&!i.meta&&!i.return&&!i.tab){let a=co!=null;ha(co??ro).then(d=>{u({kind:"note",tone:d?"ok":"warn",text:d?a?"\u2713 Copied the feedback to your clipboard \u2014 send it to the d360-writer team (Teams / Slack / email).":"\u2713 Copied the prompt to your clipboard \u2014 paste it into your repo's coding agent.":a?"Couldn't reach your clipboard \u2014 select the feedback above and copy it manually.":"Couldn't reach your clipboard \u2014 select the prompt above and copy it manually."}),d&&a&&uo(null)});return}if(!cs(l,i)){if(es){if(i.upArrow){et(a=>Math.max(0,a-1));return}if(i.downArrow){et(a=>Math.min(jt.length-1,a+1));return}if(i.tab){k("/"+(jt[Tt]?.name??"")+" "),et(0);return}if(i.return){let a=jt[Tt];if(a){let g=R.trim().slice(1).split(/\s+/).slice(1).join(" ");if(Ts(a.usage)&&!g){k("/"+a.name+" "),et(0);return}un("/"+a.name+(g?" "+g:""));return}}}else{if(i.upArrow){if(R!==""&&tt===null){dn(-1);return}let a=eo.current;if(!a.length)return;let g=tt===null?a.length-1:Math.max(0,tt-1);Jt(g),k(a[g]??"");return}if(i.downArrow){if(R!==""&&tt===null){dn(1);return}let a=eo.current;if(tt===null)return;let g=tt+1;g>=a.length?(Jt(null),k("")):(Jt(g),k(a[g]??""));return}}if(i.return){un();return}if(i.backspace||i.delete){P();return}if(i.escape){k(""),et(0),se(null),B([]),Zt(null);return}l&&!i.ctrl&&!i.meta&&as(l)}}}),ve(()=>{if(N||q)return;let l=Ge.current.shift();l!==void 0&&(no([...Ge.current]),un(l))},[N,q,un]),H(Z,{flexDirection:"column",width:Ye,children:[fo!==null&&H(Z,{marginTop:1,flexDirection:"column",children:[fo.truncated&&S(T,{dimColor:!0,children:"\u2026"}),S(T,{children:fo.text})]}),N&&(zr?S(Wp,{p:zr}):S(Lp,{startTime:We.current,chars:Xa})),S(Z,{borderStyle:"round",borderColor:Zr.prod?"yellow":V,borderTop:!0,borderBottom:!0,borderLeft:!1,borderRight:!1,marginTop:1,flexDirection:"column",children:R?ls.map((l,i)=>{let a=b.text.slice(l.start,l.end),g=i===Kn(ls,b.pos),d=Math.min(b.pos,l.end)-l.start;return H(T,{children:[S(T,{color:V,children:i===0?"> ":" "}),g?H(Wr,{children:[a.slice(0,d),S(Qn,{ch:a[d]??" "}),a.slice(d+1)]}):a||" "]},`${i}-${l.start}`)}):H(T,{children:[S(T,{color:V,children:"> "}),ke&&!N?H(Wr,{children:[S(Qn,{ch:ke[0],dim:!0}),S(T,{color:"gray",children:ke.slice(1)}),S(T,{dimColor:!0,children:" (tab)"})]}):po.isSetup||!Ka?H(Wr,{children:[S(Qn,{ch:po.text[0],dim:!0}),S(T,{color:"gray",children:po.text.slice(1)})]}):S(Qn,{ch:" "})]})}),Yr.length>0&&S(Z,{flexDirection:"column",paddingX:1,children:Yr.map((l,i)=>S(T,{color:"gray",children:`\u29D7 queued: ${l}`},`${i}-${l.slice(0,24)}`))}),Fe?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Select model"}),S(T,{color:"gray",children:"Your pick becomes your personal default for new sessions (team .d360-writer.json still wins)."}),$e.map((l,i)=>H(T,{color:i===Fe.cursor?V:void 0,children:[i===Fe.cursor?"\u276F ":" ",`${i+1}. ${l.label}${i===Fe.current?" \u2714":""}`.padEnd(16),S(T,{color:"gray",children:l.desc})]},l.label)),S(T,{dimColor:!0,children:"enter set as default \xB7 s this session only \xB7 esc cancel"})]}):Te?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Switch connection profile"}),Te.rows.map((l,i)=>H(T,{color:i===Te.cursor?V:void 0,children:[i===Te.cursor?"\u276F ":" ",`${i+1}. ${l.name}${i===Te.current?" \u2714":""}`.padEnd(20),S(T,{color:"gray",children:`${l.env} \xB7 ${l.who??"not signed in"}`}),l.prod?S(T,{color:"yellow",bold:!0,children:" \u26A0 PRODUCTION"}):null]},l.name)),S(T,{dimColor:!0,children:"enter switch (saved as default) \xB7 s this session only \xB7 esc cancel"})]}):Ee?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Pick your Document360 environment"}),Ee.rows.map((l,i)=>H(T,{color:i===Ee.cursor?V:void 0,children:[i===Ee.cursor?"\u276F ":" ",`${i+1}. ${l.name}`.padEnd(16),S(T,{color:"gray",children:l.apiUrl})]},l.name)),S(T,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ie?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Switch workspace"}),S(T,{dimColor:!0,children:`environment ${ie.environment} \xB7 project ${ie.projectName??`${ie.projectId.slice(0,8)}\u2026`}`}),ie.rows.map((l,i)=>H(T,{color:i===ie.cursor?V:void 0,children:[i===ie.cursor?"\u276F ":" ",`${i+1}. ${l.name}${i===ie.current?" \u2714":""}`.padEnd(30),S(T,{color:"gray",children:l.type??""})]},l.id)),S(T,{dimColor:!0,children:"enter switch \xB7 esc cancel"})]}):he?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Choose project"}),S(T,{dimColor:!0,children:`environment ${he.environment}`}),he.rows.map((l,i)=>H(T,{color:i===he.cursor?V:void 0,children:[i===he.cursor?"\u276F ":" ",`${i+1}. ${l.name}${i===he.current?" \u2714":""}`.padEnd(30),S(T,{color:"gray",children:l.sub??""})]},l.id)),S(T,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ue?(()=>{let i=Math.min(Math.max(0,ue.cursor-Math.floor(7)),Math.max(0,ue.rows.length-14)),a=ue.rows.slice(i,i+14),g=ue.rows.filter(d=>d.checked).length;return H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:`Which folders back the user docs? (${g} selected of ${ue.rows.length})`}),i>0?S(T,{dimColor:!0,children:` \u2191 ${i} more`}):null,a.map((d,m)=>{let y=i+m;return H(T,{color:y===ue.cursor?V:void 0,children:[y===ue.cursor?"\u276F ":" ",d.checked?"\u25C9 ":"\u25CB ",d.path.padEnd(Math.min(48,Ye-34)),S(T,{color:"gray",children:An(d)})]},d.path)}),i+14<ue.rows.length?S(T,{dimColor:!0,children:` \u2193 ${ue.rows.length-i-14} more`}):null,S(T,{dimColor:!0,children:"space toggle \xB7 enter save \xB7 esc cancel"})]})})():qe?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Publish to Document360 \u2014 pick a category (whole) or an article:"}),qe.rows.map((l,i)=>{let a=i===qe.cursor,g=l.indent?" ":" ",d=`${i+1}.`.padEnd(3);return H(T,{color:a?V:void 0,bold:l.kind==="category"&&!a,children:[a?"\u276F ":" ",`${g}${d} ${l.label}`.padEnd(Math.min(56,Ye-24)),l.note?S(T,{color:"gray",children:l.note}):null]},`${l.kind}:${l.paths.join(",")}`)}),S(T,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter publish (draft) \xB7 esc cancel"})]}):ge?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:`Preview article${ge.query?` \u2014 filter: ${ge.query}`:" (type to filter)"}`}),on.length===0?S(T,{color:"gray",children:"no articles match"}):on.map((l,i)=>H(T,{color:i===ge.cursor?V:void 0,children:[i===ge.cursor?"\u276F ":" ",l]},l)),S(T,{dimColor:!0,children:"enter preview \xB7 esc cancel"})]}):ye?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:`Resume session${ye.query?` \u2014 filter: ${ye.query}`:" (type to filter)"}`}),rn.length===0?S(T,{color:"gray",children:"no sessions match"}):rn.map((l,i)=>H(T,{color:i===ye.cursor?V:void 0,children:[i===ye.cursor?"\u276F ":" ",l.name.slice(0,28).padEnd(30),S(T,{color:i===ye.cursor?V:"gray",children:l.firstPrompt.slice(0,Math.max(10,Ye-40))})]},l.uuid)),S(T,{dimColor:!0,children:"enter resume \xB7 esc cancel"})]}):es?S(Z,{flexDirection:"column",children:jt.map((l,i)=>H(T,{color:i===Tt?V:void 0,children:[i===Tt?"\u276F ":" ",l.usage.padEnd(22)," ",S(T,{color:i===Tt?V:"gray",children:l.name==="model"&&oo?`${l.desc} (currently ${oo})`:l.desc})]},l.name))}):!R&&Pt.length>0?H(Z,{flexDirection:"column",paddingX:1,children:[Vr?S(T,{color:V,children:Vr}):null,Pt.map((l,i)=>H(T,{children:[S(T,{color:V,children:i+1})," ",l.slice(0,Math.max(20,Ye-5))]},l)),S(T,{dimColor:!0,children:`press 1-${Pt.length} to fill the command \xB7 esc dismiss`})]}):S(Z,{paddingX:1,children:H(T,{color:"gray",children:[Zr.prod?"\u26A0 PRODUCTION \xB7 ":"",`/help \xB7 ${oo??"model n/a"}${t.kind==="api"?Xr>0?` \xB7 ${le(Xr)}`:"":Kr>0?` \xB7 ${Ue(Kr)}`:""} \xB7 \u2191 history \xB7 ctrl+c exit`]})})]})}W();import{jsx as Bp}from"react/jsx-runtime";async function Va(e=process.cwd(),t="auto",n,o="0.0.0"){let r=qp(t);r.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${I("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${I("d360-writer --auth subscription")}`),process.exit(2));let{waitUntilExit:s}=Hp(Bp(Ga,{cwd:e,auth:r,profileName:n,version:o}));await s(),process.stdout.write(`
273
- `),process.exit(0)}var zp=Vp(import.meta.url),Ya=zp("../package.json"),je=new Gp;function Hr(e){e.env&&(console.error("\u2717 --env was replaced by --profile (connection profiles). Use: --profile <name>"),process.exit(2))}je.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=>{Hr(e),await hn({profile:e.profile,manual:e.manual})});je.command("logout").description("Remove the stored Document360 session").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{Hr(e),await xs({profile:e.profile})});je.command("whoami").description("Show the current Document360 identity (refreshes if expired)").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{Hr(e),await bs({profile:e.profile})});var qr=je.command("profile").description("Manage connection profiles for the current repo");qr.command("list",{isDefault:!0}).description("List profiles (\u25CF = default)").action(()=>gn(process.cwd()));qr.command("use <name>").description("Set the default profile for this repo").action(e=>wn(process.cwd(),e));qr.command("show [name]").description("Print the resolved profile (connection + project)").action(e=>yn(process.cwd(),e));var za=je.command("workspace").description("Choose the Document360 workspace for this repo (active profile's project)");za.command("select",{isDefault:!0}).description("Interactively pick the workspace (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>ht(process.cwd(),e.profile));za.command("use <name>").description("Set the workspace by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await ps(process.cwd(),e,t.profile)});je.command("logs").description("Show the Document360 API log files (send these to support when reporting a problem)").action(()=>vs());je.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(()=>(_n(),Wi)),n=await t(process.cwd());for(let o of e(n))console.log(o);process.exitCode=n.some(o=>o.level==="fail")?1:0});je.name("d360-writer").description("Standalone documentation agent CLI. Reads your code, writes your docs.").version(Ya.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(Yp.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 Cs(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 fa(e.cwd,e.auth,e.profile):await Va(e.cwd,e.auth,e.profile,Ya.version)});je.parseAsync(process.argv).catch(e=>{console.error(""),console.error(`\u2717 ${e.message}`),process.exit(1)});
269
+ `)}),ft(ze()),Dt.current=_e(e).status==="current";return}case"inbox":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(yr(e)===0){u({kind:"note",tone:"info",text:"Inbox empty \u2014 no open messages from the builder. (They arrive via the builder's /devhints hand-off.)"});return}await pe(kr(),{display:"/inbox",quietUser:!0});return}case"document":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let{publish:d,what:m}=ar(g);if(!m&&ir(e)===0){u({kind:"note",tone:"info",text:cr});return}let y=`/document${m?` ${m}`:""}${d?" --publish":""}`;await pe(lr(m,d),{display:y,quietUser:!0});return}case"catch-up":{if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}if(!co(l.trim()))return;let{publish:d}=br(g),m=vt($t(e));u({kind:"note",tone:"info",text:m?`Catching up on ${m} (+ checking Document360 for drift)\u2026`:"No local queue \u2014 checking for code changes and drift\u2026"}),await pe(xr({publish:d}),{display:`/catch-up${d?" --publish":""}`,quietUser:!0});return}case"update":{ao.current=!0,u({kind:"note",tone:"info",text:`Updating ${Je}\u2026`}),(await Mn()).ok?(u({kind:"note",tone:"ok",text:"\u2713 Updated \u2014 run /exit, then relaunch to apply."}),B(m=>m.includes("/exit")?m:[...m,"/exit"])):u({kind:"note",tone:"warn",text:`Update failed \u2014 run manually: ${Ln}`});return}case"screenshot":{let d=mr(g);if(d.mode==="list"){if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}u({kind:"note",tone:"info",text:gr(hr(e,d.scope),d.scope).join(`
270
+ `)});return}if(d.mode==="single"){let _=await Un(g);_.kind==="forward-to-agent"&&_.prompt&&await pe(_.prompt,{display:_.display,quietUser:!0});return}if(!Q(e)){u({kind:"note",tone:"error",text:"No d360-writer config here. Run /init first."});return}let m=d.mode==="scope"?d.scope:void 0,y=Pp(e,{scope:m}).map(_=>_.id);if(y.length===0){u({kind:"note",tone:"info",text:m?`No screenshot placeholders under ${m}.`:"No screenshot placeholders found in the docs."});return}let v=6,D=Cp(y,3),j=Qn(e,"standard");We.current=Date.now(),Ze(0),O(!0);let oe=new AbortController;we.current=oe,J({verb:"Authoring",unit:"spec",total:D.length,done:0,active:[],rows:Vt(D),tools:0,chars:0,lastAt:Date.now(),startedAt:Date.now()}),u({kind:"note",tone:"info",text:`Authoring ${y.length} screenshot spec${y.length===1?"":"s"} across ${D.length} partition${D.length===1?"":"s"} (\u2264${v} agents at once) on ${j.model}${j.forced?" (forced)":""}\u2026 (esc to stop)`});let K=!1;try{for await(let _ of Jn({cwd:e,partitions:D,promptFor:Ki,concurrency:v,profileName:s,allowProdWrites:ot.current,model:j.model,signal:oe.signal}))if(_.type==="partition_status")_.status==="running"?J(x=>x&&{...x,active:[...x.active,_.label],rows:Re(x.rows,_.label,"active"),lastAt:Date.now()}):J(x=>x&&{...x,active:x.active.filter(A=>A!==_.label),done:x.done+1,rows:Re(x.rows,_.label,_.status==="done"?"done":"failed"),lastAt:Date.now()});else if(_.type==="partition_event")J(x=>{if(!x)return x;let A={...x,lastAt:Date.now()};return _.event.type==="tool"?A.tools=x.tools+1:_.event.type==="text"&&(A.chars=x.chars+_.event.delta.length),A});else if(_.type==="run_done"){pt(L=>L+_.totalCostUsd),dt(L=>L+_.results.reduce((G,ae)=>G+ae.outputTokens,0));let x=_.results.filter(L=>L.ok).length,A=_.aborted?"Stopped. ":"";K=!_.aborted&&d.setup;let M=_.aborted?"":K?" Refreshing the capture-setup checklist\u2026":" Next: /capture-setup, then d360-capture capture.";u({kind:"note",tone:_.aborted?"warn":_.ok?"ok":"warn",text:`${A}Authored specs \u2014 ${x}/${_.results.length} batches ok.${M}`})}}catch(_){u({kind:"note",tone:"error",text:`Spec authoring failed: ${_.message}`})}finally{we.current=null,J(null),O(!1),re(_=>_+1)}if(K){let _=await Bt();_.kind==="forward-to-agent"&&_.prompt&&await pe(_.prompt,{display:_.display,quietUser:!0});let x=wr(e);x&&u({kind:"note",tone:"info",text:x.join(`
271
+ `)})}return}case"reset":{let d=Cr(e);if(d.length===0){u({kind:"note",tone:"info",text:"Nothing to reset \u2014 no d360-writer files found in this repo."});return}no.current={repoName:zt(e),targets:d,hadDevhints:Yt(Ua(e))},u({kind:"note",tone:"warn",text:Tr(e,d).join(`
272
+ `)}),se(zt(e));return}default:u({kind:"note",tone:"error",text:`Unknown command: /${a} \u2014 type /help.`})}},[e,r,s,cn,u,de,pe,sn,ho,rs]),un=Y(l=>{let i=(l??R).trim();if(k(""),Jt(null),et(0),i.startsWith("/")&&(se(null),Qe.current++,Zt(null),B(g=>Ca(g,i))),!i||is(i)||ss(i))return;to.current.push(i);let a=Ra(i,Gr.current);i.startsWith("/")?(u({kind:"user",text:i}),as(a)):pe(a,{display:i})},[R,is,ss,as,pe]),ls=Y(l=>{if(l.length>1){if(l.includes("\x1B"))return;let i=Pa(l);if(Ta(i)){let a=Sa(++Qa.current,i);Gr.current.set(a,i),C(a)}else C(i);return}C(l)},[C]),mt=Math.max(10,Ye-6),cs=_r(()=>Kn(b.text,mt),[b.text,mt]),yo=Y(l=>w(i=>({...i,pos:Math.max(0,Math.min(i.text.length,i.pos+l))})),[]),dn=Y(l=>w(i=>({...i,pos:ja(Kn(i.text,mt),i.pos,l)})),[mt]),At=Y(l=>w(i=>({...i,pos:Aa(Kn(i.text,mt),i.pos,l)})),[mt]),tl=["\x1B[H","\x1B[1~","\x1BOH"],nl=["\x1B[F","\x1B[4~","\x1BOF"],us=Y((l,i)=>i.leftArrow?(yo(-1),!0):i.rightArrow?(yo(1),!0):l&&tl.includes(l)?(At("start"),!0):l&&nl.includes(l)?(At("end"),!0):i.ctrl&&l==="a"?(At("start"),!0):i.ctrl&&l==="e"?(At("end"),!0):!1,[yo,At]);return Zd((l,i)=>{if(i.ctrl&&l==="c"){me.current?.close(),r();return}if(!q){if(N){if(i.escape){if(we.current){we.current.signal.aborted||(u({kind:"note",tone:"warn",text:"\u238B Stopping the convert run (finishing in-flight articles)\u2026"}),we.current.abort());return}St.current||(St.current=!0,u({kind:"note",tone:"warn",text:"\u238B Interrupting\u2026"}),me.current?.interrupt());return}if(i.return){let a=R.trim();if(!a)return;Ge.current.push(a),oo([...Ge.current]),k("");return}if(us(l,i))return;if(i.upArrow){dn(-1);return}if(i.downArrow){dn(1);return}if(i.backspace||i.delete){P();return}l&&!i.ctrl&&!i.meta&&ls(l);return}if(Fe){if(i.upArrow){He(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){He(a=>a&&{...a,cursor:Math.min($e.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=$e.length){He(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=$e[Fe.cursor];He(null);let{lines:g,changed:d,effective:m}=Ht(e,a.value??"default");for(let y of g)u({kind:"note",tone:y.startsWith("\u26A0")?"warn":y.startsWith("\u2713")?"ok":"info",text:y});d&&(Qr(y=>y+1),me.current?.setModel(m));return}if(l==="s"){let a=$e[Fe.cursor];He(null),me.current?.setModel(a.value??void 0),u({kind:"note",tone:"ok",text:`\u2713 Using ${a.label} for this session only (your saved default is unchanged).`});return}if(i.escape){He(null);return}return}if(Te){if(i.upArrow){st(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){st(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Te.rows.length){st(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return||l==="s"){let a=Te.rows[Te.cursor];st(null),wo(a.name,i.return===!0);return}if(i.escape){st(null);return}return}if(Ee){if(i.upArrow){it(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){it(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=Ee.rows.length){it(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=Ee.rows[Ee.cursor].name;if(it(null),!Bs(e,a).created){u({kind:"note",tone:"error",text:"Could not scaffold \u2014 .d360-writer.json already exists."});return}u({kind:"note",tone:"ok",text:`\u2713 Wrote .d360-writer.json (environment "${a}").`});let d=!1;try{let m=Me(a);d=!!m&&!(De(m)&&!m.refreshToken)}catch{d=!1}u({kind:"note",tone:"info",text:d?`Next: sign in to ${a} and pick your project \u2014 you're already signed in here, so it'll be quick. (press 1)`:`Next: sign in to Document360 (${a}) and pick your project. (press 1)`}),B(["/login"]),re(m=>m+1);return}if(i.escape){it(null);return}return}if(ie){if(i.upArrow){at(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){at(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=ie.rows.length){at(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=ie.rows[ie.cursor],{profile:g,projectId:d}=ie;at(null),an(g,d,a);return}if(i.escape){at(null);return}return}if(he){if(i.upArrow){lt(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){lt(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=he.rows.length){lt(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=he.rows[he.cursor],{profile:g}=he;lt(null),os(g,a);return}if(i.escape){lt(null);return}return}if(ue){if(i.upArrow){ut(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){ut(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l===" "){ut(a=>a&&{...a,rows:a.rows.map((g,d)=>d===a.cursor?{...g,checked:!g.checked}:g)});return}if(i.return){let a=ue.rows.filter(g=>g.checked).map(g=>g.path);if(ut(null),a.length===0){u({kind:"note",tone:"info",text:"Nothing selected \u2014 scope unchanged."});return}Fo(e,a),u({kind:"note",tone:"ok",text:`\u2713 Scoped to ${a.length} folder(s) \u2014 written to .d360-writer.json`});for(let g of a)u({kind:"note",tone:"info",text:` ${g}`});u({kind:"note",tone:"info",text:"Next: ask me to analyze these folders and propose a docs structure."});return}if(i.escape){ut(null);return}return}if(qe){if(i.upArrow){ct(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){ct(a=>a&&{...a,cursor:Math.min(a.rows.length-1,a.cursor+1)});return}if(l&&/^[1-9]$/.test(l)&&Number(l)<=qe.rows.length){ct(a=>a&&{...a,cursor:Number(l)-1});return}if(i.return){let a=qe.rows[qe.cursor];ct(null),a.kind==="article"?ho(a.paths[0]):sn(a.paths);return}if(i.escape){ct(null);return}return}if(ge){if(i.escape){Be(null);return}if(i.upArrow){Be(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Be(a=>a&&{...a,cursor:Math.min(Math.max(0,on.length-1),a.cursor+1)});return}if(i.return){let a=on[ge.cursor];if(a){Be(null);try{u({kind:"preview",name:zt(a),text:Wa(Or(Kt(e,a),"utf8"))})}catch(g){u({kind:"note",tone:"error",text:`Could not read ${a}: ${g.message}`})}}return}if(i.backspace||i.delete){Be(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(l&&!i.ctrl&&!i.meta&&l.length===1){Be(a=>a&&{...a,query:a.query+l,cursor:0});return}return}if(ye){if(i.escape){Ve(null);return}if(i.upArrow){Ve(a=>a&&{...a,cursor:Math.max(0,a.cursor-1)});return}if(i.downArrow){Ve(a=>a&&{...a,cursor:Math.min(Math.max(0,rn.length-1),a.cursor+1)});return}if(i.return){let a=rn[ye.cursor];if(a){Ve(null),de(a.uuid),Pe.current={uuid:a.uuid,firstPrompt:a.firstPrompt,titleFired:!0},rt(a.name),Ur(a.uuid),nt.current=[];let g=Ar(e,a.uuid);for(let d of g)u(d);u({kind:"note",tone:"ok",text:g.length?`Resumed "${a.name}" \u2014 restored ${g.length} message(s); continue where you left off.`:`Resumed "${a.name}" (agent memory reconnected; no saved transcript to replay).`})}return}if(i.backspace||i.delete){Ve(a=>a&&{...a,query:a.query.slice(0,-1),cursor:0});return}if(l&&!i.ctrl&&!i.meta&&l.length===1){Ve(a=>a&&{...a,query:a.query+l,cursor:0});return}return}if(i.tab&&!R&&ke){k(ke),se(null),Qe.current++;return}if(!R&&Pt.length>0&&l&&/^[1-9]$/.test(l)){let a=Pt[Number(l)-1];if(a){k(a);return}}if(!R&&(uo||so)&&l==="c"&&!i.ctrl&&!i.meta&&!i.return&&!i.tab){let a=uo!=null;ga(uo??so).then(d=>{u({kind:"note",tone:d?"ok":"warn",text:d?a?"\u2713 Copied the feedback to your clipboard \u2014 send it to the d360-writer team (Teams / Slack / email).":"\u2713 Copied the prompt to your clipboard \u2014 paste it into your repo's coding agent.":a?"Couldn't reach your clipboard \u2014 select the feedback above and copy it manually.":"Couldn't reach your clipboard \u2014 select the prompt above and copy it manually."}),d&&a&&po(null)});return}if(!us(l,i)){if(ts){if(i.upArrow){et(a=>Math.max(0,a-1));return}if(i.downArrow){et(a=>Math.min(jt.length-1,a+1));return}if(i.tab){k("/"+(jt[Tt]?.name??"")+" "),et(0);return}if(i.return){let a=jt[Tt];if(a){let g=R.trim().slice(1).split(/\s+/).slice(1).join(" ");if(Ss(a.usage)&&!g){k("/"+a.name+" "),et(0);return}un("/"+a.name+(g?" "+g:""));return}}}else{if(i.upArrow){if(R!==""&&tt===null){dn(-1);return}let a=to.current;if(!a.length)return;let g=tt===null?a.length-1:Math.max(0,tt-1);Jt(g),k(a[g]??"");return}if(i.downArrow){if(R!==""&&tt===null){dn(1);return}let a=to.current;if(tt===null)return;let g=tt+1;g>=a.length?(Jt(null),k("")):(Jt(g),k(a[g]??""));return}}if(i.return){un();return}if(i.backspace||i.delete){P();return}if(i.escape){k(""),et(0),se(null),B([]),Zt(null);return}l&&!i.ctrl&&!i.meta&&ls(l)}}}),ve(()=>{if(N||q)return;let l=Ge.current.shift();l!==void 0&&(oo([...Ge.current]),un(l))},[N,q,un]),H(Z,{flexDirection:"column",width:Ye,children:[mo!==null&&H(Z,{marginTop:1,flexDirection:"column",children:[mo.truncated&&S(T,{dimColor:!0,children:"\u2026"}),S(T,{children:mo.text})]}),N&&(Kr?S(Fp,{p:Kr}):S(Mp,{startTime:We.current,chars:Ja})),S(Z,{borderStyle:"round",borderColor:es.prod?"yellow":V,borderTop:!0,borderBottom:!0,borderLeft:!1,borderRight:!1,marginTop:1,flexDirection:"column",children:R?cs.map((l,i)=>{let a=b.text.slice(l.start,l.end),g=i===Xn(cs,b.pos),d=Math.min(b.pos,l.end)-l.start;return H(T,{children:[S(T,{color:V,children:i===0?"> ":" "}),g?H(Fr,{children:[a.slice(0,d),S(Zn,{ch:a[d]??" "}),a.slice(d+1)]}):a||" "]},`${i}-${l.start}`)}):H(T,{children:[S(T,{color:V,children:"> "}),ke&&!N?H(Fr,{children:[S(Zn,{ch:ke[0],dim:!0}),S(T,{color:"gray",children:ke.slice(1)}),S(T,{dimColor:!0,children:" (tab)"})]}):fo.isSetup||!Xa?H(Fr,{children:[S(Zn,{ch:fo.text[0],dim:!0}),S(T,{color:"gray",children:fo.text.slice(1)})]}):S(Zn,{ch:" "})]})}),zr.length>0&&S(Z,{flexDirection:"column",paddingX:1,children:zr.map((l,i)=>S(T,{color:"gray",children:`\u29D7 queued: ${l}`},`${i}-${l.slice(0,24)}`))}),Fe?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Select model"}),S(T,{color:"gray",children:"Your pick becomes your personal default for new sessions (team .d360-writer.json still wins)."}),$e.map((l,i)=>H(T,{color:i===Fe.cursor?V:void 0,children:[i===Fe.cursor?"\u276F ":" ",`${i+1}. ${l.label}${i===Fe.current?" \u2714":""}`.padEnd(16),S(T,{color:"gray",children:l.desc})]},l.label)),S(T,{dimColor:!0,children:"enter set as default \xB7 s this session only \xB7 esc cancel"})]}):Te?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Switch connection profile"}),Te.rows.map((l,i)=>H(T,{color:i===Te.cursor?V:void 0,children:[i===Te.cursor?"\u276F ":" ",`${i+1}. ${l.name}${i===Te.current?" \u2714":""}`.padEnd(20),S(T,{color:"gray",children:`${l.env} \xB7 ${l.who??"not signed in"}`}),l.prod?S(T,{color:"yellow",bold:!0,children:" \u26A0 PRODUCTION"}):null]},l.name)),S(T,{dimColor:!0,children:"enter switch (saved as default) \xB7 s this session only \xB7 esc cancel"})]}):Ee?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Pick your Document360 environment"}),Ee.rows.map((l,i)=>H(T,{color:i===Ee.cursor?V:void 0,children:[i===Ee.cursor?"\u276F ":" ",`${i+1}. ${l.name}`.padEnd(16),S(T,{color:"gray",children:l.apiUrl})]},l.name)),S(T,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ie?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Switch workspace"}),S(T,{dimColor:!0,children:`environment ${ie.environment} \xB7 project ${ie.projectName??`${ie.projectId.slice(0,8)}\u2026`}`}),ie.rows.map((l,i)=>H(T,{color:i===ie.cursor?V:void 0,children:[i===ie.cursor?"\u276F ":" ",`${i+1}. ${l.name}${i===ie.current?" \u2714":""}`.padEnd(30),S(T,{color:"gray",children:l.type??""})]},l.id)),S(T,{dimColor:!0,children:"enter switch \xB7 esc cancel"})]}):he?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Choose project"}),S(T,{dimColor:!0,children:`environment ${he.environment}`}),he.rows.map((l,i)=>H(T,{color:i===he.cursor?V:void 0,children:[i===he.cursor?"\u276F ":" ",`${i+1}. ${l.name}${i===he.current?" \u2714":""}`.padEnd(30),S(T,{color:"gray",children:l.sub??""})]},l.id)),S(T,{dimColor:!0,children:"enter select \xB7 esc cancel"})]}):ue?(()=>{let i=Math.min(Math.max(0,ue.cursor-Math.floor(7)),Math.max(0,ue.rows.length-14)),a=ue.rows.slice(i,i+14),g=ue.rows.filter(d=>d.checked).length;return H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:`Which folders back the user docs? (${g} selected of ${ue.rows.length})`}),i>0?S(T,{dimColor:!0,children:` \u2191 ${i} more`}):null,a.map((d,m)=>{let y=i+m;return H(T,{color:y===ue.cursor?V:void 0,children:[y===ue.cursor?"\u276F ":" ",d.checked?"\u25C9 ":"\u25CB ",d.path.padEnd(Math.min(48,Ye-34)),S(T,{color:"gray",children:En(d)})]},d.path)}),i+14<ue.rows.length?S(T,{dimColor:!0,children:` \u2193 ${ue.rows.length-i-14} more`}):null,S(T,{dimColor:!0,children:"space toggle \xB7 enter save \xB7 esc cancel"})]})})():qe?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:"Publish to Document360 \u2014 pick a category (whole) or an article:"}),qe.rows.map((l,i)=>{let a=i===qe.cursor,g=l.indent?" ":" ",d=`${i+1}.`.padEnd(3);return H(T,{color:a?V:void 0,bold:l.kind==="category"&&!a,children:[a?"\u276F ":" ",`${g}${d} ${l.label}`.padEnd(Math.min(56,Ye-24)),l.note?S(T,{color:"gray",children:l.note}):null]},`${l.kind}:${l.paths.join(",")}`)}),S(T,{dimColor:!0,children:"\u2191\u2193 move \xB7 1-9 jump \xB7 enter publish (draft) \xB7 esc cancel"})]}):ge?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:`Preview article${ge.query?` \u2014 filter: ${ge.query}`:" (type to filter)"}`}),on.length===0?S(T,{color:"gray",children:"no articles match"}):on.map((l,i)=>H(T,{color:i===ge.cursor?V:void 0,children:[i===ge.cursor?"\u276F ":" ",l]},l)),S(T,{dimColor:!0,children:"enter preview \xB7 esc cancel"})]}):ye?H(Z,{flexDirection:"column",paddingX:1,children:[S(T,{color:V,bold:!0,children:`Resume session${ye.query?` \u2014 filter: ${ye.query}`:" (type to filter)"}`}),rn.length===0?S(T,{color:"gray",children:"no sessions match"}):rn.map((l,i)=>H(T,{color:i===ye.cursor?V:void 0,children:[i===ye.cursor?"\u276F ":" ",l.name.slice(0,28).padEnd(30),S(T,{color:i===ye.cursor?V:"gray",children:l.firstPrompt.slice(0,Math.max(10,Ye-40))})]},l.uuid)),S(T,{dimColor:!0,children:"enter resume \xB7 esc cancel"})]}):ts?S(Z,{flexDirection:"column",children:jt.map((l,i)=>H(T,{color:i===Tt?V:void 0,children:[i===Tt?"\u276F ":" ",l.usage.padEnd(22)," ",S(T,{color:i===Tt?V:"gray",children:l.name==="model"&&ro?`${l.desc} (currently ${ro})`:l.desc})]},l.name))}):!R&&Pt.length>0?H(Z,{flexDirection:"column",paddingX:1,children:[Yr?S(T,{color:V,children:Yr}):null,Pt.map((l,i)=>H(T,{children:[S(T,{color:V,children:i+1})," ",l.slice(0,Math.max(20,Ye-5))]},l)),S(T,{dimColor:!0,children:`press 1-${Pt.length} to fill the command \xB7 esc dismiss`})]}):S(Z,{paddingX:1,children:H(T,{color:"gray",children:[es.prod?"\u26A0 PRODUCTION \xB7 ":"",`/help \xB7 ${ro??"model n/a"}${t.kind==="api"?Jr>0?` \xB7 ${le(Jr)}`:"":Xr>0?` \xB7 ${Ue(Xr)}`:""} \xB7 \u2191 history \xB7 ctrl+c exit`]})})]})}W();import{jsx as Gp}from"react/jsx-runtime";async function Ya(e=process.cwd(),t="auto",n,o="0.0.0"){let r=Bp(t);r.kind==="none"&&(console.error(""),console.error($("ANTHROPIC_API_KEY is not set (required for --auth api).")),console.error(`Get a key at ${I("https://console.anthropic.com/settings/keys")}`),console.error(`Or use your Claude subscription instead: ${I("d360-writer --auth subscription")}`),process.exit(2));let{waitUntilExit:s}=qp(Gp(Va,{cwd:e,auth:r,profileName:n,version:o}));await s(),process.stdout.write(`
273
+ `),process.exit(0)}var Kp=Yp(import.meta.url),za=Kp("../package.json"),je=new Vp;function qr(e){e.env&&(console.error("\u2717 --env was replaced by --profile (connection profiles). Use: --profile <name>"),process.exit(2))}je.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=>{qr(e),await hn({profile:e.profile,manual:e.manual})});je.command("logout").description("Remove the stored Document360 session").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{qr(e),await $s({profile:e.profile})});je.command("whoami").description("Show the current Document360 identity (refreshes if expired)").option("--profile <name>","Connection profile").option("--env <name>",!1).action(async e=>{qr(e),await xs({profile:e.profile})});var Br=je.command("profile").description("Manage connection profiles for the current repo");Br.command("list",{isDefault:!0}).description("List profiles (\u25CF = default)").action(()=>gn(process.cwd()));Br.command("use <name>").description("Set the default profile for this repo").action(e=>wn(process.cwd(),e));Br.command("show [name]").description("Print the resolved profile (connection + project)").action(e=>yn(process.cwd(),e));var Ka=je.command("workspace").description("Choose the Document360 workspace for this repo (active profile's project)");Ka.command("select",{isDefault:!0}).description("Interactively pick the workspace (lists in non-TTY)").option("--profile <name>","Connection profile").action(e=>ht(process.cwd(),e.profile));Ka.command("use <name>").description("Set the workspace by name (scriptable)").option("--profile <name>","Connection profile").action(async(e,t)=>{process.exitCode=await fs(process.cwd(),e,t.profile)});je.command("logs").description("Show the Document360 API log files (send these to support when reporting a problem)").action(()=>Cs());je.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(()=>(On(),Fi)),n=await t(process.cwd());for(let o of e(n))console.log(o);process.exitCode=n.some(o=>o.level==="fail")?1:0});je.name("d360-writer").description("Standalone documentation agent CLI. Reads your code, writes your docs.").version(za.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(zp.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 Ps(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 ma(e.cwd,e.auth,e.profile):await Ya(e.cwd,e.auth,e.profile,za.version)});je.parseAsync(process.argv).catch(e=>{console.error(""),console.error(`\u2717 ${e.message}`),process.exit(1)});