@seoagent-official/seoagent 1.100.6 → 1.100.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +104 -104
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,36 +1,36 @@
1
1
  #!/usr/bin/env node
2
- import{Command as bv}from"commander";import{dirname as Ff,relative as It}from"path";var id={nl:"nl",be:"nl",de:"de",at:"de",ch:"de",fr:"fr",es:"es",it:"it",pt:"pt",br:"pt",dk:"da",se:"sv",no:"nb",fi:"fi",is:"is",gr:"el",pl:"pl",cz:"cs",sk:"sk",hu:"hu",ro:"ro",bg:"bg",hr:"hr",si:"sl",rs:"sr",lt:"lt",lv:"lv",ee:"et",ua:"uk",ru:"ru",tr:"tr",il:"he",sa:"ar",eg:"ar",mx:"es",ar:"es",cl:"es",co:"es",pe:"es",jp:"ja",kr:"ko",tw:"zh-TW",id:"id",vn:"vi",th:"th"},Qi={"com.br":"pt","com.mx":"es","com.ar":"es","com.co":"es","co.jp":"ja","co.kr":"ko","com.tw":"zh-TW","co.id":"id","com.vn":"vi","co.th":"th","co.il":"he","com.tr":"tr"},no="en";function sd(e){return e.trim().toLowerCase().replace(/^[a-z][a-z0-9+.-]*:\/\//,"").split(/[/?#]/)[0].split(":")[0].replace(/^www\./,"").replace(/\.$/,"")}function Zi(e){if(!e)return no;let t=sd(e).split(".").filter(Boolean);if(t.length<2)return no;if(t.length>=3){let n=`${t[t.length-2]}.${t[t.length-1]}`;if(Qi[n])return Qi[n]}return id[t[t.length-1]]??no}import{intro as Ta,outro as Mf,text as Oa,select as Lo,spinner as Uf,isCancel as pt,cancel as ft,confirm as La}from"@clack/prompts";var kt=[".env.local",".env.production",".env"],es=["NEXT_PUBLIC_SITE_URL","SITE_URL","NEXT_PUBLIC_URL","NEXTAUTH_URL","VITE_SITE_URL"];var Ie="@seoagent-official/seoagent",zn=`${Ie}@latest`;import{homedir as ad}from"os";import{join as vt}from"path";var k=".seoagent",ts=["audit","strategy/clusters","briefs","content","content/images","performance"],Pe={AGENTS:".agents/skills/seoagent",CLAUDE:".claude/skills/seoagent"},Wt=".claude/settings.json",Yn=".pull-receipt.json",ns=".ack-queue.json",rs=".sync.lock",os=`# SEOAgent local files
2
+ import{Command as kv}from"commander";import{dirname as Ff,relative as It}from"path";var id={nl:"nl",be:"nl",de:"de",at:"de",ch:"de",fr:"fr",es:"es",it:"it",pt:"pt",br:"pt",dk:"da",se:"sv",no:"nb",fi:"fi",is:"is",gr:"el",pl:"pl",cz:"cs",sk:"sk",hu:"hu",ro:"ro",bg:"bg",hr:"hr",si:"sl",rs:"sr",lt:"lt",lv:"lv",ee:"et",ua:"uk",ru:"ru",tr:"tr",il:"he",sa:"ar",eg:"ar",mx:"es",ar:"es",cl:"es",co:"es",pe:"es",jp:"ja",kr:"ko",tw:"zh-TW",id:"id",vn:"vi",th:"th"},Zi={"com.br":"pt","com.mx":"es","com.ar":"es","com.co":"es","co.jp":"ja","co.kr":"ko","com.tw":"zh-TW","co.id":"id","com.vn":"vi","co.th":"th","co.il":"he","com.tr":"tr"},oo="en";function sd(e){return e.trim().toLowerCase().replace(/^[a-z][a-z0-9+.-]*:\/\//,"").split(/[/?#]/)[0].split(":")[0].replace(/^www\./,"").replace(/\.$/,"")}function es(e){if(!e)return oo;let t=sd(e).split(".").filter(Boolean);if(t.length<2)return oo;if(t.length>=3){let n=`${t[t.length-2]}.${t[t.length-1]}`;if(Zi[n])return Zi[n]}return id[t[t.length-1]]??oo}import{intro as Ta,outro as Mf,text as La,select as jo,spinner as Uf,isCancel as pt,cancel as ft,confirm as Na}from"@clack/prompts";var kt=[".env.local",".env.production",".env"],ts=["NEXT_PUBLIC_SITE_URL","SITE_URL","NEXT_PUBLIC_URL","NEXTAUTH_URL","VITE_SITE_URL"];var Ie="@seoagent-official/seoagent",Yn=`${Ie}@latest`;import{homedir as ad}from"os";import{join as vt}from"path";var k=".seoagent",ns=["audit","strategy/clusters","briefs","content","content/images","performance"],Pe={AGENTS:".agents/skills/seoagent",CLAUDE:".claude/skills/seoagent"},Wt=".claude/settings.json",Kt=".pull-receipt.json",rs=".ack-queue.json",os=".sync.lock",is=`# SEOAgent local files
3
3
  .legacy/
4
4
  content/images/*
5
5
  !content/images/.gitkeep
6
6
  .pull-receipt.json
7
7
  .ack-queue.json
8
8
  .sync.lock
9
- `,ld=process.env.XDG_CONFIG_HOME&&process.env.XDG_CONFIG_HOME.trim().length>0?process.env.XDG_CONFIG_HOME:vt(ad(),".config"),J=vt(ld,"seoagent"),Ge=vt(J,"auth.json"),ro=vt(J,"state"),Jn=vt(J,"update-check.json"),Xn=vt(J,"projects.json");var Te="https://seoagent.com",$t=process.env.SEOAGENT_API_BASE&&process.env.SEOAGENT_API_BASE.trim().length>0?process.env.SEOAGENT_API_BASE.replace(/\/$/,""):Te,N={BASE:$t,PRICING:`${$t}/pricing`,LEAD_API:`${$t}/api/cli/lead`,CLI_AUTH_PAGE:`${$t}/cli/auth`,CLI_AUTH_POLL:`${$t}/api/cli/auth/poll`,CLI_SYNC:`${$t}/api/cli/sync`};function ve(e,t){let n=t&&t!=="unknown"?`&domain=${encodeURIComponent(t)}`:"";return`${N.PRICING}?ref=${encodeURIComponent(e)}${n}`}import{readFileSync as cd}from"fs";import{fileURLToPath as ud}from"url";import{dirname as dd,join as pd}from"path";var is="0.0.0";function fd(e){try{let t=JSON.parse(e);if(typeof t.version=="string"&&/^\d+\.\d+\.\d+/.test(t.version))return t.version}catch{}return is}function gd(e=t=>cd(t,"utf-8")){try{let t=dd(ud(import.meta.url));return fd(e(pd(t,"package.json")))}catch{return is}}var R=gd();function oo(e=process.argv[1]){let t=process.env.SEOAGENT_INSTALL_FORM;return t==="global"?!0:t==="npx"||!e?!1:(e.split(/[/\\]/).pop()??"").replace(/\.(cmd|ps1|exe)$/i,"").toLowerCase()==="seoagent"}function h(e,t=oo()){return t?`seoagent ${e}`:`npx -y ${zn} ${e}`}import{randomUUID as Sd}from"crypto";import{existsSync as ps,mkdirSync as fs,readFileSync as _d,writeFileSync as gs}from"fs";import{join as lo}from"path";import{existsSync as md,readFileSync as hd}from"fs";var Qn="---";function yd(e){let t=e.trim();return t==="null"||t==="~"?null:t==="true"?!0:t==="false"?!1:t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):/^-?\d+$/.test(t)||/^-?\d+\.\d+$/.test(t)?Number(t):t}function wd(e){let t=[];for(let n of e){let r=n.trim();if(r===""||r.startsWith("#"))continue;let o=n.indexOf(":");if(o===-1)continue;let i=n.slice(0,o).trim();if(!i)continue;let s=n.slice(o+1),a=n.length-n.replace(/^\s+/,"").length;t.push({indent:a,key:i,valueRaw:s,value:s.trim()})}return t}function ss(e,t,n){let r={},o=t;for(;o<e.length;){let i=e[o];if(i.indent<n)break;if(i.indent>n){o++;continue}if(i.value===""){let s=e[o+1];if(s&&s.indent>n){let[a,l]=ss(e,o+1,s.indent);r[i.key]=a,o=l}else r[i.key]="",o++}else r[i.key]=yd(i.valueRaw),o++}return[r,o]}function de(e){let t=e.split(/\r?\n/);if(t[0]?.trim()!==Qn)return{data:{},body:e};let n=-1;for(let l=1;l<t.length;l++)if(t[l].trim()===Qn){n=l;break}let r=n===-1?t.slice(1):t.slice(1,n),o=n===-1?"":t.slice(n+1).join(`
10
- `),i=wd(r),s=i.length>0?i[0].indent:0,[a]=ss(i,0,s);return{data:a,body:o}}function He(e){if(!md(e))return null;try{return de(hd(e,"utf-8"))}catch{return null}}function bd(e){if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="number")return String(e);let t=String(e);return t===""||/[:#\[\]{}&*!|>'"%@`,]/.test(t)||/^\s|\s$/.test(t)?`"${t.replace(/"/g,'\\"')}"`:t}function as(e,t,n){let r=" ".repeat(t);for(let[o,i]of Object.entries(e))i!==void 0&&(i!==null&&typeof i=="object"?(n.push(`${r}${o}:`),as(i,t+1,n)):n.push(`${r}${o}: ${bd(i)}`))}function io(e,t=""){let n=[Qn];as(e,0,n),n.push(Qn);let r=t.length===0?"":t.startsWith(`
9
+ `,ld=process.env.XDG_CONFIG_HOME&&process.env.XDG_CONFIG_HOME.trim().length>0?process.env.XDG_CONFIG_HOME:vt(ad(),".config"),J=vt(ld,"seoagent"),Ge=vt(J,"auth.json"),io=vt(J,"state"),Jn=vt(J,"update-check.json"),Xn=vt(J,"projects.json");var Oe="https://seoagent.com",$t=process.env.SEOAGENT_API_BASE&&process.env.SEOAGENT_API_BASE.trim().length>0?process.env.SEOAGENT_API_BASE.replace(/\/$/,""):Oe,N={BASE:$t,PRICING:`${$t}/pricing`,LEAD_API:`${$t}/api/cli/lead`,CLI_AUTH_PAGE:`${$t}/cli/auth`,CLI_AUTH_POLL:`${$t}/api/cli/auth/poll`,CLI_SYNC:`${$t}/api/cli/sync`};function ve(e,t){let n=t&&t!=="unknown"?`&domain=${encodeURIComponent(t)}`:"";return`${N.PRICING}?ref=${encodeURIComponent(e)}${n}`}import{readFileSync as cd}from"fs";import{fileURLToPath as ud}from"url";import{dirname as dd,join as pd}from"path";var ss="0.0.0";function fd(e){try{let t=JSON.parse(e);if(typeof t.version=="string"&&/^\d+\.\d+\.\d+/.test(t.version))return t.version}catch{}return ss}function gd(e=t=>cd(t,"utf-8")){try{let t=dd(ud(import.meta.url));return fd(e(pd(t,"package.json")))}catch{return ss}}var R=gd();function so(e=process.argv[1]){let t=process.env.SEOAGENT_INSTALL_FORM;return t==="global"?!0:t==="npx"||!e?!1:(e.split(/[/\\]/).pop()??"").replace(/\.(cmd|ps1|exe)$/i,"").toLowerCase()==="seoagent"}function h(e,t=so()){return t?`seoagent ${e}`:`npx -y ${Yn} ${e}`}import{randomUUID as Sd}from"crypto";import{existsSync as fs,mkdirSync as gs,readFileSync as _d,writeFileSync as ms}from"fs";import{join as uo}from"path";import{existsSync as md,readFileSync as hd}from"fs";var Qn="---";function yd(e){let t=e.trim();return t==="null"||t==="~"?null:t==="true"?!0:t==="false"?!1:t.startsWith('"')&&t.endsWith('"')||t.startsWith("'")&&t.endsWith("'")?t.slice(1,-1):/^-?\d+$/.test(t)||/^-?\d+\.\d+$/.test(t)?Number(t):t}function wd(e){let t=[];for(let n of e){let r=n.trim();if(r===""||r.startsWith("#"))continue;let o=n.indexOf(":");if(o===-1)continue;let i=n.slice(0,o).trim();if(!i)continue;let s=n.slice(o+1),a=n.length-n.replace(/^\s+/,"").length;t.push({indent:a,key:i,valueRaw:s,value:s.trim()})}return t}function as(e,t,n){let r={},o=t;for(;o<e.length;){let i=e[o];if(i.indent<n)break;if(i.indent>n){o++;continue}if(i.value===""){let s=e[o+1];if(s&&s.indent>n){let[a,l]=as(e,o+1,s.indent);r[i.key]=a,o=l}else r[i.key]="",o++}else r[i.key]=yd(i.valueRaw),o++}return[r,o]}function de(e){let t=e.split(/\r?\n/);if(t[0]?.trim()!==Qn)return{data:{},body:e};let n=-1;for(let l=1;l<t.length;l++)if(t[l].trim()===Qn){n=l;break}let r=n===-1?t.slice(1):t.slice(1,n),o=n===-1?"":t.slice(n+1).join(`
10
+ `),i=wd(r),s=i.length>0?i[0].indent:0,[a]=as(i,0,s);return{data:a,body:o}}function He(e){if(!md(e))return null;try{return de(hd(e,"utf-8"))}catch{return null}}function bd(e){if(e===null)return"null";if(typeof e=="boolean")return e?"true":"false";if(typeof e=="number")return String(e);let t=String(e);return t===""||/[:#\[\]{}&*!|>'"%@`,]/.test(t)||/^\s|\s$/.test(t)?`"${t.replace(/"/g,'\\"')}"`:t}function ls(e,t,n){let r=" ".repeat(t);for(let[o,i]of Object.entries(e))i!==void 0&&(i!==null&&typeof i=="object"?(n.push(`${r}${o}:`),ls(i,t+1,n)):n.push(`${r}${o}: ${bd(i)}`))}function ao(e,t=""){let n=[Qn];ls(e,0,n),n.push(Qn);let r=t.length===0?"":t.startsWith(`
11
11
  `)?t:`
12
12
  ${t}`;return n.join(`
13
13
  `)+r+(r.endsWith(`
14
14
  `)?"":`
15
- `)}import{existsSync as er,readdirSync as kd,statSync as vd}from"fs";import{join as Oe}from"path";var cs=["svelte.config.js","svelte.config.ts","svelte.config.mjs","svelte.config.cjs","gatsby-config.js","gatsby-config.ts","gatsby-config.mjs","docusaurus.config.js","docusaurus.config.ts","docusaurus.config.mjs","hugo.toml","hugo.yaml","hugo.json"],us=["next.config.js","next.config.ts","next.config.mjs","next.config.cjs","astro.config.js","astro.config.ts","astro.config.mjs","nuxt.config.js","nuxt.config.ts","nuxt.config.mjs","remix.config.js","remix.config.ts","vite.config.js","vite.config.ts","vite.config.mjs","vite.config.cjs"],$d=["apps","packages"];function so(e){for(let t of cs)if(er(Oe(e,t)))return"static";for(let t of us)if(er(Oe(e,t)))return"public";return null}function ls(e){for(let t of[...cs,...us])if(er(Oe(e,t)))return t;return null}function ao(e){let t=[];for(let n of $d){let r;try{r=kd(Oe(e,n),{withFileTypes:!0}).filter(o=>o.isDirectory()).map(o=>o.name).sort()}catch{continue}for(let o of r){let i=`${n}/${o}`;so(Oe(e,i))&&t.push(i)}}return t.length===1?t[0]:null}function tr(e){if(typeof e!="string")return null;let t=e.trim().replace(/^\.\//,"").replace(/\/+$/,"");return!t||t.startsWith("/")||/^[A-Za-z]:[\\/]/.test(t)||t.split(/[\\/]/).some(n=>n==="..")?null:t.replace(/\\/g,"/")}function Zn(e,t){try{return vd(Oe(e,t)).isDirectory()}catch{return!1}}function nr(e,t){let n=tr(t);if(n)return{dir:n,source:"configured",evidence:"public_dir in .seoagent/project.md",exists:Zn(e,n)};let r=so(e);if(r)return{dir:r,source:"framework",evidence:ls(e),exists:Zn(e,r)};let o=ao(e);if(o){let i=so(Oe(e,o));if(i){let s=`${o}/${i}`;return{dir:s,source:"framework",evidence:`${o}/${ls(Oe(e,o))}`,exists:Zn(e,s)}}}for(let i of["public","static"])if(Zn(e,i))return{dir:i,source:"existing",evidence:`${i}/ exists`,exists:!0};return{dir:null,source:null,evidence:null,exists:!1}}var xd=["app/llms.txt/route.ts","app/llms.txt/route.tsx","app/llms.txt/route.js","src/app/llms.txt/route.ts","src/app/llms.txt/route.tsx","src/app/llms.txt/route.js","pages/llms.txt.ts","pages/llms.txt.js","src/pages/llms.txt.ts","src/pages/llms.txt.js","src/routes/llms.txt/+server.ts","src/routes/llms.txt/+server.js","routes/llms.txt/+server.ts","routes/llms.txt/+server.js"];function ds(e,t){let n=new Set([""]),r=tr(t);if(r){let o=r.split("/").slice(0,-1).join("/");o&&n.add(o)}for(let o of n)for(let i of xd){let s=o?`${o}/${i}`:i;if(er(Oe(e,s)))return s}return null}var Cd=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Kt(){return Sd()}var Ed=new Set(["strapi","wordpress","sanity","contentful","ghost","webflow","shopify","payload","directus","mdx-local","none"]),Rd="project.md";function Le(e){return lo(e,k)}function rr(e){return lo(Le(e),Rd)}function ms(e){return ps(rr(e))}function C(e){let t=He(rr(e));if(!t)return null;let n=t.data;if(typeof n.domain!="string"||!n.domain)return null;let r=typeof n.image_provider=="string"?n.image_provider:void 0,o=typeof n.cms=="string"?n.cms:void 0,i=o&&Ed.has(o)?o:void 0,s=typeof n.install_id=="string"?n.install_id:void 0,a=typeof n.publishing=="object"&&n.publishing!==null?n.publishing:void 0,l=typeof n.content_dir=="string"&&n.content_dir?n.content_dir:a&&typeof a.content_dir=="string"&&a.content_dir?a.content_dir:void 0,c=typeof n.public_dir=="string"&&n.public_dir?n.public_dir:a&&typeof a.public_dir=="string"&&a.public_dir?a.public_dir:void 0;return{domain:n.domain,site_type:typeof n.site_type=="string"?n.site_type:"unknown",language:typeof n.language=="string"?n.language:"en",initialized_at:typeof n.initialized_at=="string"?n.initialized_at:"",seoagent_version:typeof n.seoagent_version=="string"?n.seoagent_version:"",skill_version:typeof n.skill_version=="string"&&n.skill_version?n.skill_version:void 0,skill_hash:typeof n.skill_hash=="string"&&/^[0-9a-f]{64}$/.test(n.skill_hash)?n.skill_hash:void 0,install_id:s&&Cd.test(s)?s:void 0,image_provider:r==="openai"||r==="fal"||r==="replicate"||r==="none"?r:void 0,cms:i,blog_path:typeof n.blog_path=="string"&&n.blog_path?n.blog_path:void 0,content_dir:l?l.replace(/\/+$/,""):void 0,public_dir:tr(c)??void 0,llms_owner:n.llms_owner==="route"?"route":void 0,live_url:typeof n.live_url=="string"&&n.live_url?n.live_url:void 0}}function pe(e){let t=C(e);if(!t)return null;if(t.install_id)return t.install_id;let n=Kt();return V(e,{install_id:n}),n}function Ad(e){return["",`# SEOAgent Project \u2014 ${e.domain}`,"","This file holds project-level configuration for the SEOAgent skill.","The skill reads it on every session to know which domain it is working on.","",`Initialized ${e.initialized_at} with seoagent ${e.seoagent_version}.`,""].join(`
16
- `)}function Id(e){let t={domain:e.domain,site_type:e.site_type,language:e.language,initialized_at:e.initialized_at,seoagent_version:e.seoagent_version};return e.skill_version&&(t.skill_version=e.skill_version),e.skill_hash&&(t.skill_hash=e.skill_hash),e.install_id&&(t.install_id=e.install_id),e.image_provider&&(t.image_provider=e.image_provider),e.cms&&(t.cms=e.cms),e.blog_path&&(t.blog_path=e.blog_path),e.content_dir&&(t.content_dir=e.content_dir),e.public_dir&&(t.public_dir=e.public_dir),e.llms_owner&&(t.llms_owner=e.llms_owner),e.live_url&&(t.live_url=e.live_url),t}function hs(e,t){let n=Le(e);fs(n,{recursive:!0});let r=io(Id(t),Ad(t));gs(rr(e),r,"utf-8")}function V(e,t){let n=rr(e);if(!ps(n))return!1;let r=de(_d(n,"utf-8")),o={...r.data,...t};return gs(n,io(o,r.body),"utf-8"),!0}function ys(e){let t=Le(e);for(let n of ts)fs(lo(t,n),{recursive:!0})}var qt="Sent an anonymous install ping (random id + CLI version only \u2014 no domain, no paths). Opt out: SEOAGENT_TELEMETRY=0",Pd=2500;function ae(e=process.env){let t=(e.SEOAGENT_TELEMETRY??"").trim().toLowerCase();if(t==="0"||t==="false"||t==="off")return!0;let n=(e.DO_NOT_TRACK??"").trim().toLowerCase();return n==="1"||n==="true"}async function Ne(e){let t=(e.apiBase||N.BASE).replace(/\/$/,""),n=e.fetchImpl??fetch;try{return(await n(`${t}/api/cli/telemetry`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({install_id:e.installId,event:e.event,cli_version:e.cliVersion,platform:process.platform}),signal:AbortSignal.timeout(e.timeoutMs??Pd)})).ok}catch{return!1}}import{existsSync as Dd,mkdirSync as ks,readFileSync as Fd,writeFileSync as Md,chmodSync as Ud,unlinkSync as vs}from"fs";import{dirname as Bd}from"path";var Td=new Set([502,503,504]),Od=1e4;async function L(e,t,n={}){let r=Math.max(1,n.attempts??3),o=Math.max(0,n.baseDelayMs??500),i=n.timeoutMs??Od,s=n.fetchImpl??fetch,a=n.sleep??Ld,l=n.transientStatuses??Td,c=null;for(let d=0;d<r;d++){let{init:p,cleanup:f}=Nd(t,i);try{let g=await s(e,p);if(l.has(g.status)&&d<r-1){await a(ws(o,d));continue}return g}catch(g){if(c=g,d<r-1){await a(ws(o,d));continue}}finally{f()}}throw c instanceof Error?c:new Error(String(c))}function ws(e,t){return e*Math.pow(3,t)}function Ld(e){return new Promise(t=>setTimeout(t,e))}function Nd(e,t){if(t<=0)return{init:e,cleanup:()=>{}};let n=new AbortController,r=setTimeout(()=>n.abort(new Error(`Request timed out after ${t}ms`)),t),o=e?.signal??void 0,i;o&&(o.aborted?n.abort(o.reason):(i=()=>n.abort(o.reason),o.addEventListener("abort",i,{once:!0})));let s=()=>{clearTimeout(r),o&&i&&o.removeEventListener("abort",i)};return{init:{...e,signal:n.signal},cleanup:s}}var We="unknown";function Ke(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):""}function jd(e,t){let n=Ke(e),r=Ke(t);return!n||!r||n===We||r===We?!1:n===r}async function qe(e){let t;try{t=await L(`${e.apiBase}/api/cli/whoami`,{method:"GET",headers:{Authorization:e.authHeader,Accept:"application/json"}},e.fetchImpl?{fetchImpl:e.fetchImpl}:{})}catch(o){return{verdict:"unverified",detail:o.message||"network error"}}if(t.status===404)return{verdict:"unverified",detail:"server does not support /api/cli/whoami"};if(!t.ok)return{verdict:"unverified",detail:`whoami returned HTTP ${t.status}`};let n=null;try{n=await t.json()}catch{n=null}if(!n||n.status!=="ok")return{verdict:"unverified",detail:"malformed whoami response"};let r=typeof n.domain=="string"?n.domain.trim():"";return r?jd(r,e.localDomain)?{verdict:"match",cloudDomain:r}:{verdict:"mismatch",cloudDomain:r}:{verdict:"unverified",detail:"whoami did not return a bound domain"}}function bs(e,t){return`Cloud project is ${Ke(e)||e} but this workspace is ${Ke(t)||t} \u2014 not syncing. Run \`seoagent login\` from this directory to connect the right site \u2014 the CLI can stay logged into both sites at once, no need to log out first.`}var co="SEOAGENT_AUTH";function $s(e,t=Te){let n=(e??"").trim();if(!n)return null;let r=n.indexOf(":");if(r<=0||r===n.length-1)return null;let o=n.slice(0,r).trim(),i=n.slice(r+1).trim();return!o||!i?null:{user_token:o,website_token:i,api_base:t}}function xs(e){return`${co}=${e.user_token}:${e.website_token}`}function Ss(e=process.env){return uo(e)?"env":"file"}function _s(e=process.env){let t=(e[co]??"").trim();return t?$s(t)?"ok":"malformed":"absent"}function uo(e=process.env){let t=(e.SEOAGENT_API_BASE??"").trim()||Te;return $s(e[co],t)}function or(e){if(!e)return"";let t=Ke(e);return t&&t!==We?t:""}function Vt(){if(!Dd(Ge))return null;try{return JSON.parse(Fd(Ge,"utf-8"))}catch{return null}}function rt(e){return!e||!e.user_token||!e.website_token?null:{user_token:e.user_token,website_token:e.website_token,api_base:e.api_base||Te}}function Cs(e){ks(J,{recursive:!0}),ks(Bd(Ge),{recursive:!0}),Md(Ge,JSON.stringify(e,null,2)+`
17
- `,"utf-8");try{Ud(Ge,384)}catch{}}function D(e){let t=uo();if(t)return t;let n=Vt();if(!n)return null;if(!e)return rt(n);let r=or(e);return r&&Object.keys(n.sites??{}).length>0?rt(n.sites?.[r]):rt(n)}function Es(e){if(uo())return!0;let t=Vt();if(!t)return!1;let n=or(e);return n?rt(t.sites?.[n])!==null:!1}function po(e,t){let n=Vt()??{},r=or(t),o={...n.sites??{}};r&&(o[r]=e),Cs({...e,sites:Object.keys(o).length>0?o:void 0})}function Rs(e){let t=Vt();if(!t)return!1;let n=or(e),r=Object.keys(t.sites??{}).length>0;if(!n||!r)try{return vs(Ge),!0}catch{return!1}let o=t.sites?.[n];if(!o)return!1;let i={...t.sites};delete i[n];let s=Object.keys(i),a=t.website_token===o.website_token,l=rt(a?i[s[0]]:t);if(!l&&s.length===0)try{return vs(Ge),!0}catch{return!1}return Cs({...l??{},sites:s.length>0?i:void 0}),!0}function Ve(){let e=Vt();return e?.sites?Object.keys(e.sites).sort():[]}var Gd=new Set(["co","com","net","org","ac","gov","edu"]);function Hd(e){let t=e.trim().toLowerCase().replace(/^[a-z][a-z0-9+.-]*:\/\//,"").replace(/[/?#].*$/,"").replace(/:\d+$/,"").replace(/^www\./,"");if(!t)return null;let n=t.split(".").filter(Boolean);if(n.length===0)return null;if(n.length===1)return n[0];let r=n.length>=3&&Gd.has(n[n.length-2])?n.length-3:n.length-2;return n[Math.max(0,r)]||null}async function As(e){let t=Hd(e.domain);if(!t)return{status:"unavailable"};let n=(e.apiBase||N.BASE).replace(/\/$/,"");try{let r=await L(`${n}/api/cli/keywords/peek`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({install_id:e.installId,keyword:t,domain:e.domain})},{attempts:2,timeoutMs:6e3,fetchImpl:e.fetchImpl});if(!r.ok)return{status:"unavailable"};let o=await r.json();return!o?.ok||!o.opportunity?{status:"unavailable"}:o.opportunity.volume==null?{status:"no-data",keyword:t}:{status:"data",keyword:t,volume:o.opportunity.volume,difficulty:o.opportunity.difficulty,intent:o.opportunity.intent}}catch{return{status:"unavailable"}}}import{existsSync as ot,lstatSync as Wd,mkdirSync as it,readFileSync as fo,readdirSync as Kd,rmSync as qd,statSync as go,symlinkSync as Vd,writeFileSync as zt}from"fs";import{dirname as xt,join as Z,relative as mo,sep as zd}from"path";import{fileURLToPath as Yd}from"url";var Jd=xt(Yd(import.meta.url));function Is(){return Z(Jd,"skills")}function Xd(){let e=Z(Is(),"seoagent.md");if(ot(e))return fo(e,"utf-8");throw new Error(`Could not find skill file at: ${e}`)}function Ps(e,t){let n=[];if(!ot(e))return n;for(let r of Kd(e,{withFileTypes:!0})){let o=Z(e,r.name),i=Z(t,r.name);r.isDirectory()?(it(i,{recursive:!0}),n.push(...Ps(o,i))):r.isFile()&&(it(xt(i),{recursive:!0}),zt(i,fo(o)),n.push(i))}return n}function Qd(e){let t=ot(Z(e,".agents"));return Z(e,t?Pe.AGENTS:Pe.CLAUDE)}function Ts(e,t){let n=Qd(e),r=[];for(let[o,i]of Object.entries(t)){let s=Z(n,o);it(xt(s),{recursive:!0}),zt(s,i,"utf-8"),r.push(s)}return r}function St(e,t){let n=ot(Z(e,".agents")),r=Z(e,n?Pe.AGENTS:Pe.CLAUDE),o=Z(r,"SKILL.md");it(r,{recursive:!0}),zt(o,t??Xd(),"utf-8");let i=Z(Is(),"references"),s=Z(r,"references"),a=[];try{ot(i)&&go(i).isDirectory()&&(it(s,{recursive:!0}),a=Ps(i,s).map(p=>mo(r,p)))}catch{}let l=n?Zd(e,r):void 0,c=tp(e,o),d=np(e,o);return{skillFile:o,referenceFiles:a,claudeSymlink:l,agentsMdPath:c,cursorRulePath:d}}function Zd(e,t){let n=Z(e,Pe.CLAUDE),r=null;try{r=Wd(n)}catch{}if(r){if(!r.isSymbolicLink())return;try{qd(n,{force:!0})}catch{return}}try{it(xt(n),{recursive:!0});let o=mo(xt(n),t);return Vd(o,n,"dir"),n}catch{return}}var ep="<!-- seoagent:skill -->";function Os(e,t){return mo(e,t).split(zd).join("/")}function tp(e,t){let n=Z(e,"AGENTS.md"),r=Os(e,t);try{let o="";if(ot(n)&&(!go(n).isFile()||(o=fo(n,"utf-8"),/seoagent/i.test(o))))return;let i=[ep,"","## SEOAgent","","This repo uses SEOAgent \u2014 a persistent AI SEO agent. Its state lives in `.seoagent/`.","",`- At session start, read \`${r}\` \u2014 the working contract for all SEO tasks.`,"- Each session: run `seoagent sync`, then triage `.seoagent/inbox/` for pending actions.","- Run `seoagent ack <id>` after completing each inbox action.",""].join(`
15
+ `)}import{existsSync as er,readdirSync as kd,statSync as vd}from"fs";import{join as Te}from"path";var us=["svelte.config.js","svelte.config.ts","svelte.config.mjs","svelte.config.cjs","gatsby-config.js","gatsby-config.ts","gatsby-config.mjs","docusaurus.config.js","docusaurus.config.ts","docusaurus.config.mjs","hugo.toml","hugo.yaml","hugo.json"],ds=["next.config.js","next.config.ts","next.config.mjs","next.config.cjs","astro.config.js","astro.config.ts","astro.config.mjs","nuxt.config.js","nuxt.config.ts","nuxt.config.mjs","remix.config.js","remix.config.ts","vite.config.js","vite.config.ts","vite.config.mjs","vite.config.cjs"],$d=["apps","packages"];function lo(e){for(let t of us)if(er(Te(e,t)))return"static";for(let t of ds)if(er(Te(e,t)))return"public";return null}function cs(e){for(let t of[...us,...ds])if(er(Te(e,t)))return t;return null}function co(e){let t=[];for(let n of $d){let r;try{r=kd(Te(e,n),{withFileTypes:!0}).filter(o=>o.isDirectory()).map(o=>o.name).sort()}catch{continue}for(let o of r){let i=`${n}/${o}`;lo(Te(e,i))&&t.push(i)}}return t.length===1?t[0]:null}function tr(e){if(typeof e!="string")return null;let t=e.trim().replace(/^\.\//,"").replace(/\/+$/,"");return!t||t.startsWith("/")||/^[A-Za-z]:[\\/]/.test(t)||t.split(/[\\/]/).some(n=>n==="..")?null:t.replace(/\\/g,"/")}function Zn(e,t){try{return vd(Te(e,t)).isDirectory()}catch{return!1}}function nr(e,t){let n=tr(t);if(n)return{dir:n,source:"configured",evidence:"public_dir in .seoagent/project.md",exists:Zn(e,n)};let r=lo(e);if(r)return{dir:r,source:"framework",evidence:cs(e),exists:Zn(e,r)};let o=co(e);if(o){let i=lo(Te(e,o));if(i){let s=`${o}/${i}`;return{dir:s,source:"framework",evidence:`${o}/${cs(Te(e,o))}`,exists:Zn(e,s)}}}for(let i of["public","static"])if(Zn(e,i))return{dir:i,source:"existing",evidence:`${i}/ exists`,exists:!0};return{dir:null,source:null,evidence:null,exists:!1}}var xd=["app/llms.txt/route.ts","app/llms.txt/route.tsx","app/llms.txt/route.js","src/app/llms.txt/route.ts","src/app/llms.txt/route.tsx","src/app/llms.txt/route.js","pages/llms.txt.ts","pages/llms.txt.js","src/pages/llms.txt.ts","src/pages/llms.txt.js","src/routes/llms.txt/+server.ts","src/routes/llms.txt/+server.js","routes/llms.txt/+server.ts","routes/llms.txt/+server.js"];function ps(e,t){let n=new Set([""]),r=tr(t);if(r){let o=r.split("/").slice(0,-1).join("/");o&&n.add(o)}for(let o of n)for(let i of xd){let s=o?`${o}/${i}`:i;if(er(Te(e,s)))return s}return null}var Cd=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function qt(){return Sd()}var Ed=new Set(["strapi","wordpress","sanity","contentful","ghost","webflow","shopify","payload","directus","mdx-local","none"]),Rd="project.md";function Le(e){return uo(e,k)}function rr(e){return uo(Le(e),Rd)}function hs(e){return fs(rr(e))}function C(e){let t=He(rr(e));if(!t)return null;let n=t.data;if(typeof n.domain!="string"||!n.domain)return null;let r=typeof n.image_provider=="string"?n.image_provider:void 0,o=typeof n.cms=="string"?n.cms:void 0,i=o&&Ed.has(o)?o:void 0,s=typeof n.install_id=="string"?n.install_id:void 0,a=typeof n.publishing=="object"&&n.publishing!==null?n.publishing:void 0,l=typeof n.content_dir=="string"&&n.content_dir?n.content_dir:a&&typeof a.content_dir=="string"&&a.content_dir?a.content_dir:void 0,c=typeof n.public_dir=="string"&&n.public_dir?n.public_dir:a&&typeof a.public_dir=="string"&&a.public_dir?a.public_dir:void 0;return{domain:n.domain,site_type:typeof n.site_type=="string"?n.site_type:"unknown",language:typeof n.language=="string"?n.language:"en",initialized_at:typeof n.initialized_at=="string"?n.initialized_at:"",seoagent_version:typeof n.seoagent_version=="string"?n.seoagent_version:"",skill_version:typeof n.skill_version=="string"&&n.skill_version?n.skill_version:void 0,skill_hash:typeof n.skill_hash=="string"&&/^[0-9a-f]{64}$/.test(n.skill_hash)?n.skill_hash:void 0,install_id:s&&Cd.test(s)?s:void 0,image_provider:r==="openai"||r==="fal"||r==="replicate"||r==="none"?r:void 0,cms:i,blog_path:typeof n.blog_path=="string"&&n.blog_path?n.blog_path:void 0,content_dir:l?l.replace(/\/+$/,""):void 0,public_dir:tr(c)??void 0,llms_owner:n.llms_owner==="route"?"route":void 0,live_url:typeof n.live_url=="string"&&n.live_url?n.live_url:void 0}}function pe(e){let t=C(e);if(!t)return null;if(t.install_id)return t.install_id;let n=qt();return V(e,{install_id:n}),n}function Ad(e){return["",`# SEOAgent Project \u2014 ${e.domain}`,"","This file holds project-level configuration for the SEOAgent skill.","The skill reads it on every session to know which domain it is working on.","",`Initialized ${e.initialized_at} with seoagent ${e.seoagent_version}.`,""].join(`
16
+ `)}function Id(e){let t={domain:e.domain,site_type:e.site_type,language:e.language,initialized_at:e.initialized_at,seoagent_version:e.seoagent_version};return e.skill_version&&(t.skill_version=e.skill_version),e.skill_hash&&(t.skill_hash=e.skill_hash),e.install_id&&(t.install_id=e.install_id),e.image_provider&&(t.image_provider=e.image_provider),e.cms&&(t.cms=e.cms),e.blog_path&&(t.blog_path=e.blog_path),e.content_dir&&(t.content_dir=e.content_dir),e.public_dir&&(t.public_dir=e.public_dir),e.llms_owner&&(t.llms_owner=e.llms_owner),e.live_url&&(t.live_url=e.live_url),t}function ys(e,t){let n=Le(e);gs(n,{recursive:!0});let r=ao(Id(t),Ad(t));ms(rr(e),r,"utf-8")}function V(e,t){let n=rr(e);if(!fs(n))return!1;let r=de(_d(n,"utf-8")),o={...r.data,...t};return ms(n,ao(o,r.body),"utf-8"),!0}function ws(e){let t=Le(e);for(let n of ns)gs(uo(t,n),{recursive:!0})}var Vt="Sent an anonymous install ping (random id + CLI version only \u2014 no domain, no paths). Opt out: SEOAGENT_TELEMETRY=0",Pd=2500;function ae(e=process.env){let t=(e.SEOAGENT_TELEMETRY??"").trim().toLowerCase();if(t==="0"||t==="false"||t==="off")return!0;let n=(e.DO_NOT_TRACK??"").trim().toLowerCase();return n==="1"||n==="true"}async function Ne(e){let t=(e.apiBase||N.BASE).replace(/\/$/,""),n=e.fetchImpl??fetch;try{return(await n(`${t}/api/cli/telemetry`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({install_id:e.installId,event:e.event,cli_version:e.cliVersion,platform:process.platform}),signal:AbortSignal.timeout(e.timeoutMs??Pd)})).ok}catch{return!1}}import{existsSync as Dd,mkdirSync as vs,readFileSync as Fd,writeFileSync as Md,chmodSync as Ud,unlinkSync as $s}from"fs";import{dirname as Bd}from"path";var Od=new Set([502,503,504]),Td=1e4;async function L(e,t,n={}){let r=Math.max(1,n.attempts??3),o=Math.max(0,n.baseDelayMs??500),i=n.timeoutMs??Td,s=n.fetchImpl??fetch,a=n.sleep??Ld,l=n.transientStatuses??Od,c=null;for(let d=0;d<r;d++){let{init:p,cleanup:f}=Nd(t,i);try{let g=await s(e,p);if(l.has(g.status)&&d<r-1){await a(bs(o,d));continue}return g}catch(g){if(c=g,d<r-1){await a(bs(o,d));continue}}finally{f()}}throw c instanceof Error?c:new Error(String(c))}function bs(e,t){return e*Math.pow(3,t)}function Ld(e){return new Promise(t=>setTimeout(t,e))}function Nd(e,t){if(t<=0)return{init:e,cleanup:()=>{}};let n=new AbortController,r=setTimeout(()=>n.abort(new Error(`Request timed out after ${t}ms`)),t),o=e?.signal??void 0,i;o&&(o.aborted?n.abort(o.reason):(i=()=>n.abort(o.reason),o.addEventListener("abort",i,{once:!0})));let s=()=>{clearTimeout(r),o&&i&&o.removeEventListener("abort",i)};return{init:{...e,signal:n.signal},cleanup:s}}var We="unknown";function Ke(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):""}function jd(e,t){let n=Ke(e),r=Ke(t);return!n||!r||n===We||r===We?!1:n===r}async function qe(e){let t;try{t=await L(`${e.apiBase}/api/cli/whoami`,{method:"GET",headers:{Authorization:e.authHeader,Accept:"application/json"}},e.fetchImpl?{fetchImpl:e.fetchImpl}:{})}catch(o){return{verdict:"unverified",detail:o.message||"network error"}}if(t.status===404)return{verdict:"unverified",detail:"server does not support /api/cli/whoami"};if(!t.ok)return{verdict:"unverified",detail:`whoami returned HTTP ${t.status}`};let n=null;try{n=await t.json()}catch{n=null}if(!n||n.status!=="ok")return{verdict:"unverified",detail:"malformed whoami response"};let r=typeof n.domain=="string"?n.domain.trim():"";return r?jd(r,e.localDomain)?{verdict:"match",cloudDomain:r}:{verdict:"mismatch",cloudDomain:r}:{verdict:"unverified",detail:"whoami did not return a bound domain"}}function ks(e,t){return`Cloud project is ${Ke(e)||e} but this workspace is ${Ke(t)||t} \u2014 not syncing. Run \`seoagent login\` from this directory to connect the right site \u2014 the CLI can stay logged into both sites at once, no need to log out first.`}var po="SEOAGENT_AUTH";function xs(e,t=Oe){let n=(e??"").trim();if(!n)return null;let r=n.indexOf(":");if(r<=0||r===n.length-1)return null;let o=n.slice(0,r).trim(),i=n.slice(r+1).trim();return!o||!i?null:{user_token:o,website_token:i,api_base:t}}function Ss(e){return`${po}=${e.user_token}:${e.website_token}`}function _s(e=process.env){return fo(e)?"env":"file"}function Cs(e=process.env){let t=(e[po]??"").trim();return t?xs(t)?"ok":"malformed":"absent"}function fo(e=process.env){let t=(e.SEOAGENT_API_BASE??"").trim()||Oe;return xs(e[po],t)}function or(e){if(!e)return"";let t=Ke(e);return t&&t!==We?t:""}function zt(){if(!Dd(Ge))return null;try{return JSON.parse(Fd(Ge,"utf-8"))}catch{return null}}function rt(e){return!e||!e.user_token||!e.website_token?null:{user_token:e.user_token,website_token:e.website_token,api_base:e.api_base||Oe}}function Es(e){vs(J,{recursive:!0}),vs(Bd(Ge),{recursive:!0}),Md(Ge,JSON.stringify(e,null,2)+`
17
+ `,"utf-8");try{Ud(Ge,384)}catch{}}function D(e){let t=fo();if(t)return t;let n=zt();if(!n)return null;if(!e)return rt(n);let r=or(e);return r&&Object.keys(n.sites??{}).length>0?rt(n.sites?.[r]):rt(n)}function Rs(e){if(fo())return!0;let t=zt();if(!t)return!1;let n=or(e);return n?rt(t.sites?.[n])!==null:!1}function go(e,t){let n=zt()??{},r=or(t),o={...n.sites??{}};r&&(o[r]=e),Es({...e,sites:Object.keys(o).length>0?o:void 0})}function As(e){let t=zt();if(!t)return!1;let n=or(e),r=Object.keys(t.sites??{}).length>0;if(!n||!r)try{return $s(Ge),!0}catch{return!1}let o=t.sites?.[n];if(!o)return!1;let i={...t.sites};delete i[n];let s=Object.keys(i),a=t.website_token===o.website_token,l=rt(a?i[s[0]]:t);if(!l&&s.length===0)try{return $s(Ge),!0}catch{return!1}return Es({...l??{},sites:s.length>0?i:void 0}),!0}function Ve(){let e=zt();return e?.sites?Object.keys(e.sites).sort():[]}var Gd=new Set(["co","com","net","org","ac","gov","edu"]);function Hd(e){let t=e.trim().toLowerCase().replace(/^[a-z][a-z0-9+.-]*:\/\//,"").replace(/[/?#].*$/,"").replace(/:\d+$/,"").replace(/^www\./,"");if(!t)return null;let n=t.split(".").filter(Boolean);if(n.length===0)return null;if(n.length===1)return n[0];let r=n.length>=3&&Gd.has(n[n.length-2])?n.length-3:n.length-2;return n[Math.max(0,r)]||null}async function Is(e){let t=Hd(e.domain);if(!t)return{status:"unavailable"};let n=(e.apiBase||N.BASE).replace(/\/$/,"");try{let r=await L(`${n}/api/cli/keywords/peek`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({install_id:e.installId,keyword:t,domain:e.domain})},{attempts:2,timeoutMs:6e3,fetchImpl:e.fetchImpl});if(!r.ok)return{status:"unavailable"};let o=await r.json();return!o?.ok||!o.opportunity?{status:"unavailable"}:o.opportunity.volume==null?{status:"no-data",keyword:t}:{status:"data",keyword:t,volume:o.opportunity.volume,difficulty:o.opportunity.difficulty,intent:o.opportunity.intent}}catch{return{status:"unavailable"}}}import{existsSync as ot,lstatSync as Wd,mkdirSync as it,readFileSync as mo,readdirSync as Kd,rmSync as qd,statSync as ho,symlinkSync as Vd,writeFileSync as Yt}from"fs";import{dirname as xt,join as Z,relative as yo,sep as zd}from"path";import{fileURLToPath as Yd}from"url";var Jd=xt(Yd(import.meta.url));function Ps(){return Z(Jd,"skills")}function Xd(){let e=Z(Ps(),"seoagent.md");if(ot(e))return mo(e,"utf-8");throw new Error(`Could not find skill file at: ${e}`)}function Os(e,t){let n=[];if(!ot(e))return n;for(let r of Kd(e,{withFileTypes:!0})){let o=Z(e,r.name),i=Z(t,r.name);r.isDirectory()?(it(i,{recursive:!0}),n.push(...Os(o,i))):r.isFile()&&(it(xt(i),{recursive:!0}),Yt(i,mo(o)),n.push(i))}return n}function Qd(e){let t=ot(Z(e,".agents"));return Z(e,t?Pe.AGENTS:Pe.CLAUDE)}function Ts(e,t){let n=Qd(e),r=[];for(let[o,i]of Object.entries(t)){let s=Z(n,o);it(xt(s),{recursive:!0}),Yt(s,i,"utf-8"),r.push(s)}return r}function St(e,t){let n=ot(Z(e,".agents")),r=Z(e,n?Pe.AGENTS:Pe.CLAUDE),o=Z(r,"SKILL.md");it(r,{recursive:!0}),Yt(o,t??Xd(),"utf-8");let i=Z(Ps(),"references"),s=Z(r,"references"),a=[];try{ot(i)&&ho(i).isDirectory()&&(it(s,{recursive:!0}),a=Os(i,s).map(p=>yo(r,p)))}catch{}let l=n?Zd(e,r):void 0,c=tp(e,o),d=np(e,o);return{skillFile:o,referenceFiles:a,claudeSymlink:l,agentsMdPath:c,cursorRulePath:d}}function Zd(e,t){let n=Z(e,Pe.CLAUDE),r=null;try{r=Wd(n)}catch{}if(r){if(!r.isSymbolicLink())return;try{qd(n,{force:!0})}catch{return}}try{it(xt(n),{recursive:!0});let o=yo(xt(n),t);return Vd(o,n,"dir"),n}catch{return}}var ep="<!-- seoagent:skill -->";function Ls(e,t){return yo(e,t).split(zd).join("/")}function tp(e,t){let n=Z(e,"AGENTS.md"),r=Ls(e,t);try{let o="";if(ot(n)&&(!ho(n).isFile()||(o=mo(n,"utf-8"),/seoagent/i.test(o))))return;let i=[ep,"","## SEOAgent","","This repo uses SEOAgent \u2014 a persistent AI SEO agent. Its state lives in `.seoagent/`.","",`- At session start, read \`${r}\` \u2014 the working contract for all SEO tasks.`,"- Each session: run `seoagent sync`, then triage `.seoagent/inbox/` for pending actions.","- Run `seoagent ack <id>` after completing each inbox action.",""].join(`
18
18
  `),s=o.length===0?i:o.endsWith(`
19
19
  `)?`${o}
20
20
  ${i}`:`${o}
21
21
 
22
- ${i}`;return zt(n,s,"utf-8"),n}catch{return}}function np(e,t){let n=Os(e,t);try{let r=Z(e,".cursor");if(!ot(r)||!go(r).isDirectory())return;let o=Z(r,"rules","seoagent.mdc"),i=["---","description: SEOAgent \u2014 persistent AI SEO agent for audits, keywords, content, and technical SEO; state in .seoagent/","alwaysApply: false","---","","# SEOAgent","","This repo uses SEOAgent. Its state lives in `.seoagent/`.","",`- For any SEO, content, or search-ranking task, first read \`${n}\` \u2014 it is the working contract.`,"- Each session: run `seoagent sync`, then triage `.seoagent/inbox/` for pending actions.","- Run `seoagent ack <id>` after completing each inbox action.",""].join(`
23
- `);return it(xt(o),{recursive:!0}),zt(o,i,"utf-8"),o}catch{return}}import{existsSync as Yt,mkdirSync as ho,readFileSync as rp,writeFileSync as ir}from"fs";import{dirname as Ns,join as st}from"path";var yo=`command -v seoagent >/dev/null 2>&1 && seoagent sync --silent || npx -y ${zn} sync --silent`,js=60;function Ds(e){let t=st(e,k);ho(t,{recursive:!0});let n=st(t,".gitignore");ir(n,os,"utf-8");let r=st(t,"content","images",".gitkeep");return ho(Ns(r),{recursive:!0}),Yt(r)||ir(r,"","utf-8"),n}var sr=["PostToolUse","SessionStart"];function ar(e){if(!Yt(e))return{};try{let t=rp(e,"utf-8");return JSON.parse(t)}catch{return{}}}function Jt(e){return e.command.includes("@seoagent-official/seoagent")&&e.command.includes("sync")}function Ls(e,t,n){let r=e.find(t);return r||(r=n(),e.push(r)),r.hooks.some(Jt)?!1:(r.hooks.push({type:"command",command:yo,timeout:js}),!0)}function op(e){let t=!1;for(let n of sr){let r=e[n];if(Array.isArray(r))for(let o of r)for(let i of o.hooks??[])Jt(i)&&(i.command!==yo&&(i.command=yo,t=!0),typeof i.timeout!="number"&&(i.timeout=js,t=!0))}return t}function at(e){let t=st(e,Wt);ho(Ns(t),{recursive:!0});let n=ar(t);n.hooks=n.hooks??{};let r=op(n.hooks),o=n.hooks.PostToolUse=n.hooks.PostToolUse??[],i=Ls(o,l=>(l.matcher??"").includes("Write"),()=>({matcher:"Write|Edit",hooks:[]})),s=n.hooks.SessionStart=n.hooks.SessionStart??[],a=Ls(s,l=>(l.matcher??"")==="",()=>({hooks:[]}));return ir(t,JSON.stringify(n,null,2)+`
24
- `,"utf-8"),{file:t,added:i||a,migrated:r}}function Fs(e){let t=st(e,Wt);if(!Yt(t))return 0;let n=ar(t).hooks;if(!n)return 0;let r=0;for(let o of sr){let i=n[o];if(Array.isArray(i))for(let s of i)for(let a of s.hooks??[])Jt(a)&&typeof a.timeout!="number"&&r++}return r}function Ms(e){let t=st(e,Wt);if(!Yt(t))return!1;let n=ar(t).hooks;return n?sr.some(r=>{let o=n[r];return Array.isArray(o)&&o.some(i=>i.hooks?.some(Jt))}):!1}function Us(e){let t=st(e,Wt);if(!Yt(t))return{file:t,removed:!1};let n=ar(t),r=n.hooks;if(!r)return{file:t,removed:!1};let o=!1;for(let i of sr){let s=r[i];if(!Array.isArray(s))continue;for(let l of s){let c=l.hooks.length;l.hooks=l.hooks.filter(d=>!Jt(d)),l.hooks.length!==c&&(o=!0)}let a=s.filter(l=>l.hooks.length>0);a.length===0?delete r[i]:r[i]=a}return o?(Object.keys(r).length===0&&delete n.hooks,ir(t,JSON.stringify(n,null,2)+`
25
- `,"utf-8"),{file:t,removed:!0}):{file:t,removed:!1}}import{existsSync as Bs,mkdirSync as ip,readFileSync as sp,writeFileSync as ap}from"fs";import{join as lp}from"path";function Gs(e){return Bs(lp(e,k,"project.md"))}function Hs(){try{if(!Bs(Xn))return[];let e=JSON.parse(sp(Xn,"utf-8"));return Array.isArray(e.projects)?e.projects.filter(t=>typeof t=="string"&&t.length>0):[]}catch{return[]}}function Ws(e){try{ip(J,{recursive:!0}),ap(Xn,JSON.stringify({projects:e},null,2)+`
26
- `,"utf-8")}catch{}}function lt(e){try{if(!Gs(e))return;let t=Hs();if(t.includes(e))return;t.push(e),Ws(t)}catch{}}function Ks(){let e=Hs(),t=e.filter(Gs);return t.length!==e.length&&Ws(t),t}import{readFileSync as zs,writeFileSync as fp,existsSync as bo}from"fs";import{join as ko}from"path";function wo(e){let t={business:{},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null},n=cp(e);for(let[r,o]of n){let i=r.toLowerCase().trim();i==="business context"?t.business=up(o):i==="writing instructions"?t.writingInstructions=qs(o):i==="reference urls"?t.referenceUrls=dp(o):i==="topics to avoid"?t.topicsToAvoid=qs(o):i==="content tone"?t.contentTone=o.trim()||null:i==="additional notes"&&(t.additionalNotes=o.trim()||null)}return t}function Vs(e){let t=[];t.push("# Business Context"),t.push("");let n=[["Name","name"],["Type","type"],["Audience","audience"],["Industry","industry"],["Location","location"],["Description","description"]];for(let[o,i]of n){let s=e.business[i];t.push(`- **${o}:** ${s||""}`)}let r=new Set(n.map(([,o])=>o));for(let[o,i]of Object.entries(e.business))if(!r.has(o)&&i){let s=o.charAt(0).toUpperCase()+o.slice(1);t.push(`- **${s}:** ${i}`)}if(t.push(""),t.push("# Writing Instructions"),t.push(""),e.writingInstructions.length>0)for(let o of e.writingInstructions)t.push(`- ${o}`);else t.push("- (Add your content writing guidelines here)");if(t.push(""),t.push("# Reference URLs"),t.push(""),e.referenceUrls.length>0)for(let o of e.referenceUrls)o.description?t.push(`- ${o.url} \u2014 ${o.description}`):t.push(`- ${o.url}`);else t.push("- (Add URLs the agent should reference for tone/style)");if(t.push(""),t.push("# Topics to Avoid"),t.push(""),e.topicsToAvoid.length>0)for(let o of e.topicsToAvoid)t.push(`- ${o}`);else t.push("- (Add topics the agent should never write about)");return t.push(""),t.push("# Content Tone"),t.push(""),t.push(e.contentTone||"professional"),t.push(""),t.push("# Additional Notes"),t.push(""),t.push(e.additionalNotes||"(Any other context you want the agent to know about your business, products, or audience.)"),t.push(""),t.join(`
22
+ ${i}`;return Yt(n,s,"utf-8"),n}catch{return}}function np(e,t){let n=Ls(e,t);try{let r=Z(e,".cursor");if(!ot(r)||!ho(r).isDirectory())return;let o=Z(r,"rules","seoagent.mdc"),i=["---","description: SEOAgent \u2014 persistent AI SEO agent for audits, keywords, content, and technical SEO; state in .seoagent/","alwaysApply: false","---","","# SEOAgent","","This repo uses SEOAgent. Its state lives in `.seoagent/`.","",`- For any SEO, content, or search-ranking task, first read \`${n}\` \u2014 it is the working contract.`,"- Each session: run `seoagent sync`, then triage `.seoagent/inbox/` for pending actions.","- Run `seoagent ack <id>` after completing each inbox action.",""].join(`
23
+ `);return it(xt(o),{recursive:!0}),Yt(o,i,"utf-8"),o}catch{return}}import{existsSync as Jt,mkdirSync as wo,readFileSync as rp,writeFileSync as ir}from"fs";import{dirname as js,join as st}from"path";var bo=`command -v seoagent >/dev/null 2>&1 && seoagent sync --silent || npx -y ${Yn} sync --silent`,Ds=60;function Fs(e){let t=st(e,k);wo(t,{recursive:!0});let n=st(t,".gitignore");ir(n,is,"utf-8");let r=st(t,"content","images",".gitkeep");return wo(js(r),{recursive:!0}),Jt(r)||ir(r,"","utf-8"),n}var sr=["PostToolUse","SessionStart"];function ar(e){if(!Jt(e))return{};try{let t=rp(e,"utf-8");return JSON.parse(t)}catch{return{}}}function Xt(e){return e.command.includes("@seoagent-official/seoagent")&&e.command.includes("sync")}function Ns(e,t,n){let r=e.find(t);return r||(r=n(),e.push(r)),r.hooks.some(Xt)?!1:(r.hooks.push({type:"command",command:bo,timeout:Ds}),!0)}function op(e){let t=!1;for(let n of sr){let r=e[n];if(Array.isArray(r))for(let o of r)for(let i of o.hooks??[])Xt(i)&&(i.command!==bo&&(i.command=bo,t=!0),typeof i.timeout!="number"&&(i.timeout=Ds,t=!0))}return t}function at(e){let t=st(e,Wt);wo(js(t),{recursive:!0});let n=ar(t);n.hooks=n.hooks??{};let r=op(n.hooks),o=n.hooks.PostToolUse=n.hooks.PostToolUse??[],i=Ns(o,l=>(l.matcher??"").includes("Write"),()=>({matcher:"Write|Edit",hooks:[]})),s=n.hooks.SessionStart=n.hooks.SessionStart??[],a=Ns(s,l=>(l.matcher??"")==="",()=>({hooks:[]}));return ir(t,JSON.stringify(n,null,2)+`
24
+ `,"utf-8"),{file:t,added:i||a,migrated:r}}function Ms(e){let t=st(e,Wt);if(!Jt(t))return 0;let n=ar(t).hooks;if(!n)return 0;let r=0;for(let o of sr){let i=n[o];if(Array.isArray(i))for(let s of i)for(let a of s.hooks??[])Xt(a)&&typeof a.timeout!="number"&&r++}return r}function Us(e){let t=st(e,Wt);if(!Jt(t))return!1;let n=ar(t).hooks;return n?sr.some(r=>{let o=n[r];return Array.isArray(o)&&o.some(i=>i.hooks?.some(Xt))}):!1}function Bs(e){let t=st(e,Wt);if(!Jt(t))return{file:t,removed:!1};let n=ar(t),r=n.hooks;if(!r)return{file:t,removed:!1};let o=!1;for(let i of sr){let s=r[i];if(!Array.isArray(s))continue;for(let l of s){let c=l.hooks.length;l.hooks=l.hooks.filter(d=>!Xt(d)),l.hooks.length!==c&&(o=!0)}let a=s.filter(l=>l.hooks.length>0);a.length===0?delete r[i]:r[i]=a}return o?(Object.keys(r).length===0&&delete n.hooks,ir(t,JSON.stringify(n,null,2)+`
25
+ `,"utf-8"),{file:t,removed:!0}):{file:t,removed:!1}}import{existsSync as Gs,mkdirSync as ip,readFileSync as sp,writeFileSync as ap}from"fs";import{join as lp}from"path";function Hs(e){return Gs(lp(e,k,"project.md"))}function Ws(){try{if(!Gs(Xn))return[];let e=JSON.parse(sp(Xn,"utf-8"));return Array.isArray(e.projects)?e.projects.filter(t=>typeof t=="string"&&t.length>0):[]}catch{return[]}}function Ks(e){try{ip(J,{recursive:!0}),ap(Xn,JSON.stringify({projects:e},null,2)+`
26
+ `,"utf-8")}catch{}}function lt(e){try{if(!Hs(e))return;let t=Ws();if(t.includes(e))return;t.push(e),Ks(t)}catch{}}function qs(){let e=Ws(),t=e.filter(Hs);return t.length!==e.length&&Ks(t),t}import{readFileSync as Ys,writeFileSync as fp,existsSync as vo}from"fs";import{join as $o}from"path";function ko(e){let t={business:{},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null},n=cp(e);for(let[r,o]of n){let i=r.toLowerCase().trim();i==="business context"?t.business=up(o):i==="writing instructions"?t.writingInstructions=Vs(o):i==="reference urls"?t.referenceUrls=dp(o):i==="topics to avoid"?t.topicsToAvoid=Vs(o):i==="content tone"?t.contentTone=o.trim()||null:i==="additional notes"&&(t.additionalNotes=o.trim()||null)}return t}function zs(e){let t=[];t.push("# Business Context"),t.push("");let n=[["Name","name"],["Type","type"],["Audience","audience"],["Industry","industry"],["Location","location"],["Description","description"]];for(let[o,i]of n){let s=e.business[i];t.push(`- **${o}:** ${s||""}`)}let r=new Set(n.map(([,o])=>o));for(let[o,i]of Object.entries(e.business))if(!r.has(o)&&i){let s=o.charAt(0).toUpperCase()+o.slice(1);t.push(`- **${s}:** ${i}`)}if(t.push(""),t.push("# Writing Instructions"),t.push(""),e.writingInstructions.length>0)for(let o of e.writingInstructions)t.push(`- ${o}`);else t.push("- (Add your content writing guidelines here)");if(t.push(""),t.push("# Reference URLs"),t.push(""),e.referenceUrls.length>0)for(let o of e.referenceUrls)o.description?t.push(`- ${o.url} \u2014 ${o.description}`):t.push(`- ${o.url}`);else t.push("- (Add URLs the agent should reference for tone/style)");if(t.push(""),t.push("# Topics to Avoid"),t.push(""),e.topicsToAvoid.length>0)for(let o of e.topicsToAvoid)t.push(`- ${o}`);else t.push("- (Add topics the agent should never write about)");return t.push(""),t.push("# Content Tone"),t.push(""),t.push(e.contentTone||"professional"),t.push(""),t.push("# Additional Notes"),t.push(""),t.push(e.additionalNotes||"(Any other context you want the agent to know about your business, products, or audience.)"),t.push(""),t.join(`
27
27
  `)}function cp(e){let t=e.split(`
28
28
  `),n=[],r="",o=[];for(let i of t){let s=i.match(/^#\s+(.+)$/);s?(r&&n.push([r,o.join(`
29
29
  `)]),r=s[1],o=[]):o.push(i)}return r&&n.push([r,o.join(`
30
30
  `)]),n}function up(e){let t={},n=e.split(`
31
- `);for(let r of n){let o=r.match(/^[-*]\s+\*\*(.+?):\*\*\s*(.*)$/);if(o){let i=o[1].toLowerCase().trim(),s=o[2].trim();s&&(t[i]=s)}}return t}function qs(e){let t=[],n=e.split(`
31
+ `);for(let r of n){let o=r.match(/^[-*]\s+\*\*(.+?):\*\*\s*(.*)$/);if(o){let i=o[1].toLowerCase().trim(),s=o[2].trim();s&&(t[i]=s)}}return t}function Vs(e){let t=[],n=e.split(`
32
32
  `);for(let r of n){let o=r.match(/^[-*]\s+(.+)$/);if(o){let i=o[1].trim();(!i.startsWith("(")||!i.endsWith(")"))&&t.push(i)}}return t}function dp(e){let t=[],n=e.split(`
33
- `);for(let r of n){let o=r.match(/^[-*]\s+(https?:\/\/\S+)(?:\s+[—–-]\s+(.+))?$/);o&&t.push({url:o[1].trim(),description:o[2]?.trim()||""})}return t}function pp(e){let{business:t}=e;if([t.name,t.audience,t.industry,t.location,t.description].some(i=>!!(i&&i.trim()))||e.writingInstructions.length>0||e.referenceUrls.length>0||e.topicsToAvoid.length>0)return!0;let r=e.additionalNotes?.trim();if(r&&!(r.startsWith("(")&&r.endsWith(")")))return!0;let o=e.contentTone?.trim().toLowerCase();return!!(o&&o!=="professional")}function $e(e){return!e||!e.trim()?!0:!pp(wo(e))}var vo="context.md",gp=`<!--
33
+ `);for(let r of n){let o=r.match(/^[-*]\s+(https?:\/\/\S+)(?:\s+[—–-]\s+(.+))?$/);o&&t.push({url:o[1].trim(),description:o[2]?.trim()||""})}return t}function pp(e){let{business:t}=e;if([t.name,t.audience,t.industry,t.location,t.description].some(i=>!!(i&&i.trim()))||e.writingInstructions.length>0||e.referenceUrls.length>0||e.topicsToAvoid.length>0)return!0;let r=e.additionalNotes?.trim();if(r&&!(r.startsWith("(")&&r.endsWith(")")))return!0;let o=e.contentTone?.trim().toLowerCase();return!!(o&&o!=="professional")}function $e(e){return!e||!e.trim()?!0:!pp(ko(e))}var xo="context.md",gp=`<!--
34
34
  AGENT: draft this file now \u2014 do not leave it blank. Everything SEOAgent's
35
35
  keyword and strategy intelligence does is conditioned on this context; until
36
36
  it exists, suggestions cannot be judged against the business.
@@ -44,10 +44,10 @@ page), fill in:
44
44
 
45
45
  Then show the owner the draft for review, and delete this comment.
46
46
  -->
47
- `;function ze(e){let t=ko(e,".seoagent",vo);if(!bo(t))return null;let n=zs(t,"utf-8");return wo(n)}function Ys(e,t){let n=ko(e,".seoagent",vo);return bo(n)?!1:(fp(n,gp+Vs({business:{type:t||""},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null}),"utf-8"),!0)}function Xt(e){let t=ko(e,".seoagent",vo);if(!bo(t))return!0;try{return $e(zs(t,"utf-8"))}catch{return!1}}import{existsSync as Qt,readFileSync as Js,readdirSync as mp,statSync as Xs}from"fs";import{join as ct}from"path";var hp=[{cms:"strapi",deps:["strapi","@strapi/strapi","@strapi/"],envKeys:["STRAPI_URL","STRAPI_API_URL","NEXT_PUBLIC_STRAPI_URL","STRAPI_API_TOKEN"],fsMarkers:["strapi/","apps/strapi/","packages/strapi/","cms/"]},{cms:"wordpress",deps:["wpapi","wp-graphql","@wordpress/api-fetch","@wordpress/"],envKeys:["WORDPRESS_API_URL","WP_API_URL","NEXT_PUBLIC_WORDPRESS_URL"],fsMarkers:[]},{cms:"sanity",deps:["@sanity/client","next-sanity","sanity"],envKeys:["SANITY_PROJECT_ID","NEXT_PUBLIC_SANITY_PROJECT_ID","SANITY_API_TOKEN"],fsMarkers:["sanity/","studio/","sanity.config.ts","sanity.config.js"]},{cms:"contentful",deps:["contentful","@contentful/rich-text-react-renderer","@contentful/"],envKeys:["CONTENTFUL_SPACE_ID","CONTENTFUL_ACCESS_TOKEN","NEXT_PUBLIC_CONTENTFUL_SPACE_ID"],fsMarkers:[]},{cms:"ghost",deps:["@tryghost/content-api","@tryghost/"],envKeys:["GHOST_URL","GHOST_API_KEY","NEXT_PUBLIC_GHOST_URL"],fsMarkers:[]},{cms:"webflow",deps:["webflow-api"],envKeys:["WEBFLOW_API_TOKEN","WEBFLOW_SITE_ID"],fsMarkers:[]},{cms:"shopify",deps:["@shopify/hydrogen","@shopify/storefront-api-client","@shopify/shopify-api","@shopify/"],envKeys:["SHOPIFY_STOREFRONT_TOKEN","SHOPIFY_STORE_DOMAIN","SHOPIFY_ADMIN_API_TOKEN"],fsMarkers:["shopify.config.ts","shopify.config.js"]},{cms:"payload",deps:["payload","@payloadcms/next","@payloadcms/"],envKeys:["PAYLOAD_SECRET","PAYLOAD_PUBLIC_SERVER_URL"],fsMarkers:["payload.config.ts","payload.config.js"]},{cms:"directus",deps:["@directus/sdk","directus"],envKeys:["DIRECTUS_URL","DIRECTUS_TOKEN"],fsMarkers:[]}];function yp(e){let t=ct(e,"package.json");if(!Qt(t))return{deps:{},source:"package.json"};try{let n=JSON.parse(Js(t,"utf-8"));return{deps:{...n.dependencies,...n.devDependencies,...n.peerDependencies},source:"package.json"}}catch{return{deps:{},source:"package.json"}}}function wp(e,t){for(let n of t)if(n.endsWith("/")){if(e.startsWith(n))return!0}else if(e===n)return!0;return!1}function bp(e){let t={};for(let n of kt){let r=ct(e,n);if(Qt(r))try{let o=Js(r,"utf-8");for(let i of o.split(/\r?\n/)){let s=i.trim();if(!s||s.startsWith("#"))continue;let a=s.indexOf("=");if(a===-1)continue;let l=s.slice(0,a).trim();l&&!(l in t)&&(t[l]=n)}}catch{}}return t}function kp(e,t){let n=ct(e,t.replace(/\/$/,""));if(!Qt(n))return!1;if(t.endsWith("/"))try{return Xs(n).isDirectory()}catch{return!1}return!0}function vp(e){let t=["content","_posts","posts",ct("src","content")];for(let n of t){let r=ct(e,n);if(Qt(r))try{if(!Xs(r).isDirectory())continue;let o=[r],i=0;for(;o.length>0&&i<50;){let s=o.pop();for(let a of mp(s,{withFileTypes:!0}))if(i++,!a.name.startsWith(".")){if(a.isDirectory()&&o.length<5){o.push(ct(s,a.name));continue}if(a.isFile()&&/\.(md|mdx)$/i.test(a.name))return{type:"directory",detail:n,source:`${n}/${a.name}`}}}}catch{}}return null}function $p(e){let t=[{marker:"app/blog/page.tsx",path:"/blog"},{marker:"app/blog/page.jsx",path:"/blog"},{marker:"app/blog/page.js",path:"/blog"},{marker:"src/app/blog/page.tsx",path:"/blog"},{marker:"src/app/blog/page.jsx",path:"/blog"},{marker:"pages/blog/index.tsx",path:"/blog"},{marker:"pages/blog/index.jsx",path:"/blog"},{marker:"pages/blog/index.js",path:"/blog"},{marker:"src/pages/blog/index.tsx",path:"/blog"},{marker:"app/(blog)/page.tsx",path:"/blog"},{marker:"app/articles/page.tsx",path:"/articles"},{marker:"pages/articles/index.tsx",path:"/articles"},{marker:"app/posts/page.tsx",path:"/posts"},{marker:"pages/posts/index.tsx",path:"/posts"},{marker:"app/learn/page.tsx",path:"/learn"},{marker:"app/resources/page.tsx",path:"/resources"}],n=[""],r=ao(e);r&&n.push(r);for(let o of n)for(let i of t){let s=o?`${o}/${i.marker}`:i.marker;if(Qt(ct(e,s)))return i.path}return null}function Qs(e){let t=[],{deps:n}=yp(e),r=bp(e),o="none";for(let s of hp){let a=[];for(let l of Object.keys(n))if(wp(l,s.deps)){a.push({type:"dep",detail:l,source:"package.json"});break}for(let l of s.envKeys)if(r[l]){a.push({type:"env",detail:l,source:r[l]});break}for(let l of s.fsMarkers)if(kp(e,l)){let c=l.endsWith("/")?"directory":"file";a.push({type:c,detail:l,source:l});break}if(a.length>0){o=s.cms,t.push(...a);break}}if(o==="none"){let s=vp(e);s&&(o="mdx-local",t.push(s))}let i=$p(e);return{cms:o,blog_path:i,evidence:t}}import{existsSync as xp,readFileSync as Sp}from"fs";import{join as _p}from"path";var Zs=["openai","fal","replicate"],_t={openai:["OPENAI_API_KEY"],fal:["FAL_KEY","FAL_API_KEY"],replicate:["REPLICATE_API_TOKEN","REPLICATE_API_KEY"]};function Cp(e){let t={};if(!xp(e))return t;let n=Sp(e,"utf-8");for(let r of n.split(/\r?\n/)){let o=r.trim();if(!o||o.startsWith("#"))continue;let i=o.indexOf("=");if(i===-1)continue;let s=o.slice(0,i).trim(),a=o.slice(i+1).trim();(a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'"))&&(a=a.slice(1,-1)),t[s]=a}return t}function ea(e,t){let n={};for(let r of t){let o=process.env[r];o&&o.trim().length>0&&(n[r]={value:o,source:"process"})}for(let r of kt){let o=_p(e,r),i=Cp(o);for(let s of t){if(n[s])continue;let a=i[s];a&&a.length>0&&(n[s]={value:a,source:r})}}return{found:n}}function Ye(e){let t=[].concat(...Zs.map(a=>_t[a])),n=ea(e,t),r=[];for(let a of Zs)_t[a].some(l=>n.found[l])&&r.push(a);if(r.length===0)return{provider:"none",matched_key:null,source:null,available_providers:[]};let o=r[0],i=_t[o].find(a=>n.found[a])??null,s=i?n.found[i].source:null;return{provider:o,matched_key:i,source:s,available_providers:r}}function ta(e,t){let n=ea(e,_t[t]);for(let r of _t[t])if(n.found[r])return{key:n.found[r].value,envName:r};return null}function na(){return _t}import{existsSync as ut,readFileSync as $o}from"fs";import{join as dt}from"path";function ra(e){try{return new URL(e).hostname}catch{return e}}function oa(e){let t=e.toLowerCase();return!!(t==="github.com"||t.endsWith(".github.com")||t==="gitlab.com"||t.endsWith(".gitlab.com")||t==="bitbucket.org"||t.endsWith(".bitbucket.org")||t==="dev.azure.com"||t==="visualstudio.com"||t.endsWith(".visualstudio.com")||t==="npmjs.com"||t.endsWith(".npmjs.com"))}function Ep(e){for(let t of kt){let n=dt(e,t);if(!ut(n))continue;let r=$o(n,"utf-8");for(let o of es){let i=r.match(new RegExp(`^${o}=(.+)$`,"m"));if(i){let s=i[1].trim().replace(/^["']|["']$/g,""),a=ra(s);if(oa(a))continue;return{value:a,source:`${t} (${o})`}}}}return null}function Rp(e){let t=dt(e,"package.json");if(!ut(t))return null;try{let n=JSON.parse($o(t,"utf-8"));if(!n.homepage)return null;let r=ra(n.homepage);return oa(r)?null:{value:r,source:"package.json (homepage)"}}catch{return null}}function ia(e,t){let n=[];t?.("Checking for monorepo / workspace layout\u2026"),ut(dt(e,"pnpm-workspace.yaml"))&&n.push({field:"context",detail:"Monorepo workspace detected",source:"pnpm-workspace.yaml \u2014 using this directory for project signals"});let r=null;t?.("Scanning .env files for public / site URLs\u2026");let o=Ep(e);if(o)r=o.value,n.push({field:"domain",detail:o.value,source:o.source});else{t?.("Reading package.json homepage (skipping GitHub/GitLab repo URLs)\u2026");let a=Rp(e);a&&(r=a.value,n.push({field:"domain",detail:a.value,source:a.source}))}let i=dt(e,"package.json"),s=null;if(ut(i))try{t?.("Reading dependencies to infer site type\u2026");let a=JSON.parse($o(i,"utf-8")),l=Object.keys({...a.dependencies,...a.devDependencies}),c=(...d)=>d.some(p=>l.includes(p));if(c("@shopify/hydrogen","@shopify/polaris")||ut(dt(e,"shopify.config.js"))||ut(dt(e,"shopify.config.ts"))){s="product";let d=c("@shopify/hydrogen","@shopify/polaris")?"Shopify-related dependencies in package.json":ut(dt(e,"shopify.config.ts"))?"shopify.config.ts":"shopify.config.js";n.push({field:"site_type",detail:"product",source:d})}else{let d=c("stripe","@stripe/stripe-js","@stripe/react-stripe-js","paddle","@paddle/paddle-js"),p=c("next-auth","@auth/core","lucia","clerk","@clerk/nextjs","@clerk/clerk-react"),f=c("next");d&&(f||p)?(s="saas",n.push({field:"site_type",detail:"saas",source:f?"payment SDK + Next.js in package.json":"payment SDK + auth library in package.json"})):!d&&c("astro","gatsby","contentlayer","next-mdx-remote","mdx-bundler","vitepress","vuepress","@docusaurus/core","docusaurus","nextra")&&(s="content",n.push({field:"site_type",detail:"content",source:c("vitepress","vuepress","@docusaurus/core","docusaurus","nextra")?"documentation / site generator in package.json (VitePress, Docusaurus, Nextra, etc.)":"content-oriented dependencies in package.json (no payment SDKs detected)"}))}}catch{}return{domain:r,siteType:s,evidence:n}}import{existsSync as Np,readFileSync as _o,readdirSync as la,statSync as jp}from"fs";import{join as le,sep as Dp}from"path";var Ap=[/^\/admin(\/|$)/i,/^\/account(s)?(\/|$)/i,/^\/dashboard(\/|$)/i,/^\/settings(\/|$)/i,/^\/login(\/|$)/i,/^\/logout(\/|$)/i,/^\/sign[-_]?in(\/|$)/i,/^\/sign[-_]?up(\/|$)/i,/^\/register(\/|$)/i,/^\/reset[-_]?password(\/|$)/i,/^\/verify(\/|$)/i,/^\/api(\/|$)/i,/^\/_next(\/|$)/i,/^\/checkout(\/|$)/i,/^\/cart(\/|$)/i,/-(?:onboarding|login|logout|signin|sign-in|signup|sign-up|dashboard|checkout|account)$/i];function je(e){let t=[],n=/<loc>\s*([^<\s][^<]*?)\s*<\/loc>/gi,r;for(;(r=n.exec(e))!==null;){let o=r[1].replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&#39;/g,"'").replace(/&quot;/g,'"').trim();o&&t.push(o)}return t}function Ip(e){let t=[],n=/<lastmod>\s*([^<\s][^<]*?)\s*<\/lastmod>/gi,r;for(;(r=n.exec(e))!==null;)t.push(r[1].trim());return t}var Pp=10,sa=.9;function Tp(e,t){if(t<Pp||e.length<t*sa)return null;let n=new Map;for(let r of e)n.set(r,(n.get(r)||0)+1);for(let[r,o]of n)if(o>=t*sa)return r;return null}function j(e){let t=e;try{t=new URL(e).pathname}catch{let n=t.indexOf("#");n!==-1&&(t=t.slice(0,n));let r=t.indexOf("?");r!==-1&&(t=t.slice(0,r))}return t.length>1&&t.endsWith("/")&&(t=t.slice(0,-1)),t||"/"}function fe(e){return Ap.some(t=>t.test(e))}function Op(e){return e.filter(t=>fe(j(t)))}function Lp(e,t){let n=new Set(e.map(j)),r=[],o=new Set;for(let i of t){let s=j(i);fe(s)||n.has(s)||o.has(s)||(o.add(s),r.push(s))}return r}function Zt(e){return`https://${e.replace(/^https?:\/\//,"").replace(/\/+$/,"")}/sitemap.xml`}async function aa(e){let t=e.sitemapUrl||Zt(e.domain),n=[],r={ok:!1,sitemapUrl:t,fetched:!1,status:null,urls:[],privateUrls:[],missing:[],hasLastmod:!1,lastmods:[],uniformLastmod:null,issues:n},o="";try{let i=await L(t,{headers:{"user-agent":"SEOAgent-CLI/sitemap-check"}},{attempts:2,timeoutMs:1e4,fetchImpl:e.fetchImpl});if(r.status=i.status,r.fetched=!0,!i.ok)return n.push({level:"error",message:`Sitemap returned HTTP ${i.status} \u2014 Google can't fetch it. Make sure ${t} serves 200.`}),r;o=await i.text()}catch(i){return n.push({level:"error",message:`Could not reach ${t} (${i instanceof Error?i.message:String(i)}). If the site isn't deployed yet, that's expected.`}),r}return/<urlset|<sitemapindex/i.test(o)?(r.urls=je(o),r.lastmods=Ip(o),r.hasLastmod=r.lastmods.length>0,r.urls.length===0?(n.push({level:"error",message:"Sitemap is valid XML but contains zero <loc> URLs."}),r):(/<sitemapindex/i.test(o)&&n.push({level:"info",message:`Sitemap index with ${r.urls.length} child sitemap(s). Child URLs are not expanded by this check.`}),r.privateUrls=Op(r.urls),r.privateUrls.length>0&&n.push({level:"warning",message:`${r.privateUrls.length} private/noindex URL(s) leaked into the sitemap (e.g. ${r.privateUrls.slice(0,3).map(j).join(", ")}). Remove auth/admin/api routes from the generator.`}),r.uniformLastmod=Tp(r.lastmods,r.urls.length),r.uniformLastmod?n.push({level:"warning",message:`Every URL carries the same <lastmod> (${r.uniformLastmod}) \u2014 that is the sitemap's own build time, not a content date. Google discounts <lastmod> for the WHOLE sitemap when it looks generated, including pages whose dates are real. Emit a per-page date where you have one and omit <lastmod> everywhere else.`}):r.hasLastmod||n.push({level:"info",message:"No <lastmod> dates. That is fine \u2014 omitting them is honest. Add a per-page date only where you have a real one (CMS updatedAt, file mtime); a single bulk date on every URL is worse than none."}),e.knownUrls&&e.knownUrls.length>0&&(r.missing=Lp(r.urls,e.knownUrls),r.missing.length>0&&n.push({level:"warning",message:`${r.missing.length} public page(s) in the repo are missing from the sitemap (e.g. ${r.missing.slice(0,3).join(", ")}). Add them to the generator so Google can find them.`})),r.ok=!n.some(i=>i.level==="error"),r)):(n.push({level:"error",message:`Response is not a valid XML sitemap (no <urlset>/<sitemapindex>). Got ${o.length} bytes.`}),r)}var ca=["tsx","jsx","js","mdx","md"],Fp=["astro","md","mdx"],Mp=5e3,Up=2e3;function xe(e,t){let n=new Map,r=0,o=(i,s,a=!1)=>{let l=da(i);if(l===null){r++;return}let c=n.get(l);if(c){c.in_sitemap=c.in_sitemap||a,c.source.includes(s)||(c.source+=`, ${s}`);return}n.set(l,{route:l,url:fa(t,l),in_sitemap:a,source:s})};for(let i of Hp(e))Gp(i,o);return{pages:[...n.values()].filter(i=>!fe(i.route)).sort((i,s)=>i.route.localeCompare(s.route)),dynamicCount:r}}async function ua(e,t,n){let r={checked:!1,liveCount:0,flipped:0,added:0},o=[];try{let c=await L(Zt(t),{headers:{"user-agent":"SEOAgent-CLI/sitemap-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n});if(!c.ok)return r;o=je(await c.text())}catch{return r}if(o.length===0)return r;let i=new Set(o.map(j)),s=0;for(let c of e)!c.in_sitemap&&i.has(j(c.url||c.route))&&(c.in_sitemap=!0,s++,c.source.includes("live-sitemap")||(c.source+=", live-sitemap"));let a=new Set(e.map(c=>j(c.url||c.route))),l=0;for(let c of o){if(l>=Up)break;let d=Bp(c,t);d===null||a.has(d)||(a.add(d),e.push({route:d,url:fa(t,d),in_sitemap:!0,source:"live-sitemap"}),l++)}return l>0&&e.sort((c,d)=>c.route.localeCompare(d.route)),{checked:!0,liveCount:o.length,flipped:s,added:l}}function Bp(e,t){let n=t.replace(/^https?:\/\//,"").replace(/\/.*$/,"").toLowerCase().replace(/^www\./,""),r;try{r=new URL(e)}catch{return null}if(r.protocol!=="https:"&&r.protocol!=="http:"||r.hostname.toLowerCase().replace(/^www\./,"")!==n)return null;let o=j(e);return/\.xml$/i.test(o)||fe(o)?null:da(o)}function Gp(e,t){for(let n of["app",le("src","app")]){let r=le(e,n);if(en(r))for(let o of xo(r)){let i=So(r,o),s=i[i.length-1];Jp(s)&&(i.some(a=>a.startsWith("@"))||t(qp(i.slice(0,-1)),"app router"))}}for(let n of["pages",le("src","pages")]){let r=le(e,n);if(en(r))for(let o of xo(r)){let i=So(r,o);if(i[0]==="api")continue;let s=i[i.length-1],a=Co(s),l=ca.includes(a),c=Fp.includes(a);if(!l&&!c)continue;let d=lr(s);Xp(d)||t(Vp(i),c?"astro":"pages router")}}for(let n of[".","public"]){let r=le(e,n);if(en(r))for(let o of xo(r,n==="."?1:1/0)){let i=So(r,o),s=i[i.length-1];Co(s)==="html"&&(i.some(a=>a==="node_modules"||a.startsWith("."))||t(zp(i),"static html"))}}for(let n of["public/sitemap.xml","sitemap.xml"]){let r=le(e,...n.split("/"));if(Np(r)){for(let o of Qp(r)){let i=Yp(o);i!==null&&t(i,"sitemap.xml",!0)}break}}}function Hp(e){let t=[e],n=new Set([e]);for(let r of Wp(e))for(let o of Kp(e,r))n.has(o)||(n.add(o),t.push(o));return t}function Wp(e){let t=[];try{let n=_o(le(e,"pnpm-workspace.yaml"),"utf-8"),r=!1;for(let o of n.split(/\r?\n/)){let i=o.replace(/#.*$/,"");if(/^\s*packages\s*:/.test(i)){r=!0;continue}if(r){let s=i.match(/^\s*-\s*['"]?([^'"\s]+)['"]?\s*$/);s?t.push(s[1]):/^\S/.test(i)&&(r=!1)}}}catch{}try{let r=JSON.parse(_o(le(e,"package.json"),"utf-8")).workspaces,o=Array.isArray(r)?r:Array.isArray(r?.packages)?r.packages:[];for(let i of o??[])typeof i=="string"&&t.push(i)}catch{}return t}function Kp(e,t){if(!t||t.startsWith("!"))return[];let n=t.replace(/\/\*\*?$/,"/*"),r=n.indexOf("*");if(r===-1){let a=le(e,...n.split("/").filter(Boolean));return en(a)?[a]:[]}let o=n.slice(0,r).replace(/\/$/,""),i=le(e,...o.split("/").filter(Boolean));if(!en(i))return[];let s=[];try{for(let a of la(i,{withFileTypes:!0}))if(a.isDirectory()&&!a.name.startsWith(".")&&!pa.has(a.name)&&(s.push(le(i,a.name)),s.length>=200))break}catch{}return s}function da(e){let t=e.trim();return t===""||t==="/"||(t.startsWith("/")||(t=`/${t}`),t=t.replace(/\/+$/,""),t==="")?"/":/\[.*\]/.test(t)?null:t}function qp(e){return"/"+e.filter(n=>!(n.startsWith("(")&&n.endsWith(")"))).join("/")}function Vp(e){let t=[...e],n=lr(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function zp(e){let t=[...e],n=lr(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function Yp(e){try{return new URL(e).pathname||"/"}catch{return e.startsWith("/")?e:null}}function Jp(e){return lr(e)==="page"&&ca.includes(Co(e))}function Xp(e){return["_app","_document","_error","404","500","middleware"].includes(e)}function Qp(e){try{let t=_o(e,"utf-8"),n=[],r=/<loc>\s*([^<\s]+)\s*<\/loc>/gi,o;for(;(o=r.exec(t))!==null;)n.push(o[1].trim());return n}catch{return[]}}var pa=new Set(["node_modules",".git",".next","dist","build",".vercel","out"]);function en(e){try{return jp(e).isDirectory()}catch{return!1}}function*xo(e,t=1/0){let n=0;function*r(o,i){if(i>t)return;let s;try{s=la(o,{withFileTypes:!0})}catch{return}for(let a of s){if(n>=Mp)return;if(a.name.startsWith("."))continue;let l=le(o,a.name);if(a.isDirectory()){if(pa.has(a.name))continue;yield*r(l,i+1)}else a.isFile()&&(n++,yield l)}}yield*r(e,1)}function So(e,t){return t.slice(e.length).replace(/^[/\\]+/,"").split(Dp).filter(Boolean)}function Co(e){let t=e.lastIndexOf(".");return t===-1?"":e.slice(t+1).toLowerCase()}function lr(e){let t=e.lastIndexOf(".");return t===-1?e:e.slice(0,t)}function fa(e,t){return e?`https://${e.replace(/^https?:\/\//,"").replace(/\/$/,"")}${t==="/"?"/":t}`:t}import{existsSync as Zp,mkdirSync as ef,readFileSync as tf,writeFileSync as nf}from"fs";import{join as Eo}from"path";var tn="pages.md",cr="pages-discovered.md";function rf(e){return He(Eo(e,k,tn))?.data?.generated===!0}function of(e){let t=rf(e);return{rel:t?cr:tn,cloudOwned:t}}function ga(e,t){let n=!1,r=t.status!==null?String(t.status):"\u2014";e.status!==r&&(e.status=r,n=!0),e.rendered!==t.rendered&&(e.rendered=t.rendered,n=!0);let o=t.rendered==="error"?"\u2014":String(t.wordCount);return e.word_count!==o&&(e.word_count=o,n=!0),n}function ur(e,t,n){let r=of(e),o=Eo(e,k,r.rel),i=Zp(o),s=i?dr(o):new Map;if(t.length===0&&!i)return{wrote:!1,added:0,total:0,merged:!1,file:r.rel};let a=new Map(s),l=0,c=!1;for(let p of t){let f=ha(p.url),g=n?.get(p.url),m=a.get(f);if(m)p.in_sitemap&&m.in_sitemap!=="yes"&&(m.in_sitemap="yes",c=!0),g&&ga(m,g)&&(c=!0);else{let y={url:f,in_sitemap:p.in_sitemap?"yes":"no",in_nav:"\u2014",status:"\u2014",rendered:"\u2014",word_count:"\u2014",notes:ha(p.source)};g&&ga(y,g),a.set(f,y),l++,c=!0}}if(i&&!c)return{wrote:!1,added:0,total:a.size,merged:!0,file:r.rel};let d=[...a.values()];return ef(Eo(e,k),{recursive:!0}),nf(o,sf(d,r.cloudOwned),"utf-8"),{wrote:!0,added:l,total:d.length,merged:i,file:r.rel}}function sf(e,t){let n=["---","generated: false",`discovered_at: ${new Date().toISOString()}`,`row_count: ${e.length}`,"---"].join(`
47
+ `;function ze(e){let t=$o(e,".seoagent",xo);if(!vo(t))return null;let n=Ys(t,"utf-8");return ko(n)}function Js(e,t){let n=$o(e,".seoagent",xo);return vo(n)?!1:(fp(n,gp+zs({business:{type:t||""},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null}),"utf-8"),!0)}function Qt(e){let t=$o(e,".seoagent",xo);if(!vo(t))return!0;try{return $e(Ys(t,"utf-8"))}catch{return!1}}import{existsSync as Zt,readFileSync as Xs,readdirSync as mp,statSync as Qs}from"fs";import{join as ct}from"path";var hp=[{cms:"strapi",deps:["strapi","@strapi/strapi","@strapi/"],envKeys:["STRAPI_URL","STRAPI_API_URL","NEXT_PUBLIC_STRAPI_URL","STRAPI_API_TOKEN"],fsMarkers:["strapi/","apps/strapi/","packages/strapi/","cms/"]},{cms:"wordpress",deps:["wpapi","wp-graphql","@wordpress/api-fetch","@wordpress/"],envKeys:["WORDPRESS_API_URL","WP_API_URL","NEXT_PUBLIC_WORDPRESS_URL"],fsMarkers:[]},{cms:"sanity",deps:["@sanity/client","next-sanity","sanity"],envKeys:["SANITY_PROJECT_ID","NEXT_PUBLIC_SANITY_PROJECT_ID","SANITY_API_TOKEN"],fsMarkers:["sanity/","studio/","sanity.config.ts","sanity.config.js"]},{cms:"contentful",deps:["contentful","@contentful/rich-text-react-renderer","@contentful/"],envKeys:["CONTENTFUL_SPACE_ID","CONTENTFUL_ACCESS_TOKEN","NEXT_PUBLIC_CONTENTFUL_SPACE_ID"],fsMarkers:[]},{cms:"ghost",deps:["@tryghost/content-api","@tryghost/"],envKeys:["GHOST_URL","GHOST_API_KEY","NEXT_PUBLIC_GHOST_URL"],fsMarkers:[]},{cms:"webflow",deps:["webflow-api"],envKeys:["WEBFLOW_API_TOKEN","WEBFLOW_SITE_ID"],fsMarkers:[]},{cms:"shopify",deps:["@shopify/hydrogen","@shopify/storefront-api-client","@shopify/shopify-api","@shopify/"],envKeys:["SHOPIFY_STOREFRONT_TOKEN","SHOPIFY_STORE_DOMAIN","SHOPIFY_ADMIN_API_TOKEN"],fsMarkers:["shopify.config.ts","shopify.config.js"]},{cms:"payload",deps:["payload","@payloadcms/next","@payloadcms/"],envKeys:["PAYLOAD_SECRET","PAYLOAD_PUBLIC_SERVER_URL"],fsMarkers:["payload.config.ts","payload.config.js"]},{cms:"directus",deps:["@directus/sdk","directus"],envKeys:["DIRECTUS_URL","DIRECTUS_TOKEN"],fsMarkers:[]}];function yp(e){let t=ct(e,"package.json");if(!Zt(t))return{deps:{},source:"package.json"};try{let n=JSON.parse(Xs(t,"utf-8"));return{deps:{...n.dependencies,...n.devDependencies,...n.peerDependencies},source:"package.json"}}catch{return{deps:{},source:"package.json"}}}function wp(e,t){for(let n of t)if(n.endsWith("/")){if(e.startsWith(n))return!0}else if(e===n)return!0;return!1}function bp(e){let t={};for(let n of kt){let r=ct(e,n);if(Zt(r))try{let o=Xs(r,"utf-8");for(let i of o.split(/\r?\n/)){let s=i.trim();if(!s||s.startsWith("#"))continue;let a=s.indexOf("=");if(a===-1)continue;let l=s.slice(0,a).trim();l&&!(l in t)&&(t[l]=n)}}catch{}}return t}function kp(e,t){let n=ct(e,t.replace(/\/$/,""));if(!Zt(n))return!1;if(t.endsWith("/"))try{return Qs(n).isDirectory()}catch{return!1}return!0}function vp(e){let t=["content","_posts","posts",ct("src","content")];for(let n of t){let r=ct(e,n);if(Zt(r))try{if(!Qs(r).isDirectory())continue;let o=[r],i=0;for(;o.length>0&&i<50;){let s=o.pop();for(let a of mp(s,{withFileTypes:!0}))if(i++,!a.name.startsWith(".")){if(a.isDirectory()&&o.length<5){o.push(ct(s,a.name));continue}if(a.isFile()&&/\.(md|mdx)$/i.test(a.name))return{type:"directory",detail:n,source:`${n}/${a.name}`}}}}catch{}}return null}function $p(e){let t=[{marker:"app/blog/page.tsx",path:"/blog"},{marker:"app/blog/page.jsx",path:"/blog"},{marker:"app/blog/page.js",path:"/blog"},{marker:"src/app/blog/page.tsx",path:"/blog"},{marker:"src/app/blog/page.jsx",path:"/blog"},{marker:"pages/blog/index.tsx",path:"/blog"},{marker:"pages/blog/index.jsx",path:"/blog"},{marker:"pages/blog/index.js",path:"/blog"},{marker:"src/pages/blog/index.tsx",path:"/blog"},{marker:"app/(blog)/page.tsx",path:"/blog"},{marker:"app/articles/page.tsx",path:"/articles"},{marker:"pages/articles/index.tsx",path:"/articles"},{marker:"app/posts/page.tsx",path:"/posts"},{marker:"pages/posts/index.tsx",path:"/posts"},{marker:"app/learn/page.tsx",path:"/learn"},{marker:"app/resources/page.tsx",path:"/resources"}],n=[""],r=co(e);r&&n.push(r);for(let o of n)for(let i of t){let s=o?`${o}/${i.marker}`:i.marker;if(Zt(ct(e,s)))return i.path}return null}function Zs(e){let t=[],{deps:n}=yp(e),r=bp(e),o="none";for(let s of hp){let a=[];for(let l of Object.keys(n))if(wp(l,s.deps)){a.push({type:"dep",detail:l,source:"package.json"});break}for(let l of s.envKeys)if(r[l]){a.push({type:"env",detail:l,source:r[l]});break}for(let l of s.fsMarkers)if(kp(e,l)){let c=l.endsWith("/")?"directory":"file";a.push({type:c,detail:l,source:l});break}if(a.length>0){o=s.cms,t.push(...a);break}}if(o==="none"){let s=vp(e);s&&(o="mdx-local",t.push(s))}let i=$p(e);return{cms:o,blog_path:i,evidence:t}}import{existsSync as xp,readFileSync as Sp}from"fs";import{join as _p}from"path";var ea=["openai","fal","replicate"],_t={openai:["OPENAI_API_KEY"],fal:["FAL_KEY","FAL_API_KEY"],replicate:["REPLICATE_API_TOKEN","REPLICATE_API_KEY"]};function Cp(e){let t={};if(!xp(e))return t;let n=Sp(e,"utf-8");for(let r of n.split(/\r?\n/)){let o=r.trim();if(!o||o.startsWith("#"))continue;let i=o.indexOf("=");if(i===-1)continue;let s=o.slice(0,i).trim(),a=o.slice(i+1).trim();(a.startsWith('"')&&a.endsWith('"')||a.startsWith("'")&&a.endsWith("'"))&&(a=a.slice(1,-1)),t[s]=a}return t}function ta(e,t){let n={};for(let r of t){let o=process.env[r];o&&o.trim().length>0&&(n[r]={value:o,source:"process"})}for(let r of kt){let o=_p(e,r),i=Cp(o);for(let s of t){if(n[s])continue;let a=i[s];a&&a.length>0&&(n[s]={value:a,source:r})}}return{found:n}}function Ye(e){let t=[].concat(...ea.map(a=>_t[a])),n=ta(e,t),r=[];for(let a of ea)_t[a].some(l=>n.found[l])&&r.push(a);if(r.length===0)return{provider:"none",matched_key:null,source:null,available_providers:[]};let o=r[0],i=_t[o].find(a=>n.found[a])??null,s=i?n.found[i].source:null;return{provider:o,matched_key:i,source:s,available_providers:r}}function na(e,t){let n=ta(e,_t[t]);for(let r of _t[t])if(n.found[r])return{key:n.found[r].value,envName:r};return null}function ra(){return _t}import{existsSync as ut,readFileSync as So}from"fs";import{join as dt}from"path";function oa(e){try{return new URL(e).hostname}catch{return e}}function ia(e){let t=e.toLowerCase();return!!(t==="github.com"||t.endsWith(".github.com")||t==="gitlab.com"||t.endsWith(".gitlab.com")||t==="bitbucket.org"||t.endsWith(".bitbucket.org")||t==="dev.azure.com"||t==="visualstudio.com"||t.endsWith(".visualstudio.com")||t==="npmjs.com"||t.endsWith(".npmjs.com"))}function Ep(e){for(let t of kt){let n=dt(e,t);if(!ut(n))continue;let r=So(n,"utf-8");for(let o of ts){let i=r.match(new RegExp(`^${o}=(.+)$`,"m"));if(i){let s=i[1].trim().replace(/^["']|["']$/g,""),a=oa(s);if(ia(a))continue;return{value:a,source:`${t} (${o})`}}}}return null}function Rp(e){let t=dt(e,"package.json");if(!ut(t))return null;try{let n=JSON.parse(So(t,"utf-8"));if(!n.homepage)return null;let r=oa(n.homepage);return ia(r)?null:{value:r,source:"package.json (homepage)"}}catch{return null}}function sa(e,t){let n=[];t?.("Checking for monorepo / workspace layout\u2026"),ut(dt(e,"pnpm-workspace.yaml"))&&n.push({field:"context",detail:"Monorepo workspace detected",source:"pnpm-workspace.yaml \u2014 using this directory for project signals"});let r=null;t?.("Scanning .env files for public / site URLs\u2026");let o=Ep(e);if(o)r=o.value,n.push({field:"domain",detail:o.value,source:o.source});else{t?.("Reading package.json homepage (skipping GitHub/GitLab repo URLs)\u2026");let a=Rp(e);a&&(r=a.value,n.push({field:"domain",detail:a.value,source:a.source}))}let i=dt(e,"package.json"),s=null;if(ut(i))try{t?.("Reading dependencies to infer site type\u2026");let a=JSON.parse(So(i,"utf-8")),l=Object.keys({...a.dependencies,...a.devDependencies}),c=(...d)=>d.some(p=>l.includes(p));if(c("@shopify/hydrogen","@shopify/polaris")||ut(dt(e,"shopify.config.js"))||ut(dt(e,"shopify.config.ts"))){s="product";let d=c("@shopify/hydrogen","@shopify/polaris")?"Shopify-related dependencies in package.json":ut(dt(e,"shopify.config.ts"))?"shopify.config.ts":"shopify.config.js";n.push({field:"site_type",detail:"product",source:d})}else{let d=c("stripe","@stripe/stripe-js","@stripe/react-stripe-js","paddle","@paddle/paddle-js"),p=c("next-auth","@auth/core","lucia","clerk","@clerk/nextjs","@clerk/clerk-react"),f=c("next");d&&(f||p)?(s="saas",n.push({field:"site_type",detail:"saas",source:f?"payment SDK + Next.js in package.json":"payment SDK + auth library in package.json"})):!d&&c("astro","gatsby","contentlayer","next-mdx-remote","mdx-bundler","vitepress","vuepress","@docusaurus/core","docusaurus","nextra")&&(s="content",n.push({field:"site_type",detail:"content",source:c("vitepress","vuepress","@docusaurus/core","docusaurus","nextra")?"documentation / site generator in package.json (VitePress, Docusaurus, Nextra, etc.)":"content-oriented dependencies in package.json (no payment SDKs detected)"}))}}catch{}return{domain:r,siteType:s,evidence:n}}import{existsSync as Np,readFileSync as Eo,readdirSync as ca,statSync as jp}from"fs";import{join as le,sep as Dp}from"path";var Ap=[/^\/admin(\/|$)/i,/^\/account(s)?(\/|$)/i,/^\/dashboard(\/|$)/i,/^\/settings(\/|$)/i,/^\/login(\/|$)/i,/^\/logout(\/|$)/i,/^\/sign[-_]?in(\/|$)/i,/^\/sign[-_]?up(\/|$)/i,/^\/register(\/|$)/i,/^\/reset[-_]?password(\/|$)/i,/^\/verify(\/|$)/i,/^\/api(\/|$)/i,/^\/_next(\/|$)/i,/^\/checkout(\/|$)/i,/^\/cart(\/|$)/i,/-(?:onboarding|login|logout|signin|sign-in|signup|sign-up|dashboard|checkout|account)$/i];function je(e){let t=[],n=/<loc>\s*([^<\s][^<]*?)\s*<\/loc>/gi,r;for(;(r=n.exec(e))!==null;){let o=r[1].replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&#39;/g,"'").replace(/&quot;/g,'"').trim();o&&t.push(o)}return t}function Ip(e){let t=[],n=/<lastmod>\s*([^<\s][^<]*?)\s*<\/lastmod>/gi,r;for(;(r=n.exec(e))!==null;)t.push(r[1].trim());return t}var Pp=10,aa=.9;function Op(e,t){if(t<Pp||e.length<t*aa)return null;let n=new Map;for(let r of e)n.set(r,(n.get(r)||0)+1);for(let[r,o]of n)if(o>=t*aa)return r;return null}function j(e){let t=e;try{t=new URL(e).pathname}catch{let n=t.indexOf("#");n!==-1&&(t=t.slice(0,n));let r=t.indexOf("?");r!==-1&&(t=t.slice(0,r))}return t.length>1&&t.endsWith("/")&&(t=t.slice(0,-1)),t||"/"}function fe(e){return Ap.some(t=>t.test(e))}function Tp(e){return e.filter(t=>fe(j(t)))}function Lp(e,t){let n=new Set(e.map(j)),r=[],o=new Set;for(let i of t){let s=j(i);fe(s)||n.has(s)||o.has(s)||(o.add(s),r.push(s))}return r}function en(e){return`https://${e.replace(/^https?:\/\//,"").replace(/\/+$/,"")}/sitemap.xml`}async function la(e){let t=e.sitemapUrl||en(e.domain),n=[],r={ok:!1,sitemapUrl:t,fetched:!1,status:null,urls:[],privateUrls:[],missing:[],hasLastmod:!1,lastmods:[],uniformLastmod:null,issues:n},o="";try{let i=await L(t,{headers:{"user-agent":"SEOAgent-CLI/sitemap-check"}},{attempts:2,timeoutMs:1e4,fetchImpl:e.fetchImpl});if(r.status=i.status,r.fetched=!0,!i.ok)return n.push({level:"error",message:`Sitemap returned HTTP ${i.status} \u2014 Google can't fetch it. Make sure ${t} serves 200.`}),r;o=await i.text()}catch(i){return n.push({level:"error",message:`Could not reach ${t} (${i instanceof Error?i.message:String(i)}). If the site isn't deployed yet, that's expected.`}),r}return/<urlset|<sitemapindex/i.test(o)?(r.urls=je(o),r.lastmods=Ip(o),r.hasLastmod=r.lastmods.length>0,r.urls.length===0?(n.push({level:"error",message:"Sitemap is valid XML but contains zero <loc> URLs."}),r):(/<sitemapindex/i.test(o)&&n.push({level:"info",message:`Sitemap index with ${r.urls.length} child sitemap(s). Child URLs are not expanded by this check.`}),r.privateUrls=Tp(r.urls),r.privateUrls.length>0&&n.push({level:"warning",message:`${r.privateUrls.length} private/noindex URL(s) leaked into the sitemap (e.g. ${r.privateUrls.slice(0,3).map(j).join(", ")}). Remove auth/admin/api routes from the generator.`}),r.uniformLastmod=Op(r.lastmods,r.urls.length),r.uniformLastmod?n.push({level:"warning",message:`Every URL carries the same <lastmod> (${r.uniformLastmod}) \u2014 that is the sitemap's own build time, not a content date. Google discounts <lastmod> for the WHOLE sitemap when it looks generated, including pages whose dates are real. Emit a per-page date where you have one and omit <lastmod> everywhere else.`}):r.hasLastmod||n.push({level:"info",message:"No <lastmod> dates. That is fine \u2014 omitting them is honest. Add a per-page date only where you have a real one (CMS updatedAt, file mtime); a single bulk date on every URL is worse than none."}),e.knownUrls&&e.knownUrls.length>0&&(r.missing=Lp(r.urls,e.knownUrls),r.missing.length>0&&n.push({level:"warning",message:`${r.missing.length} public page(s) in the repo are missing from the sitemap (e.g. ${r.missing.slice(0,3).join(", ")}). Add them to the generator so Google can find them.`})),r.ok=!n.some(i=>i.level==="error"),r)):(n.push({level:"error",message:`Response is not a valid XML sitemap (no <urlset>/<sitemapindex>). Got ${o.length} bytes.`}),r)}var ua=["tsx","jsx","js","mdx","md"],Fp=["astro","md","mdx"],Mp=5e3,Up=2e3;function xe(e,t){let n=new Map,r=0,o=(i,s,a=!1)=>{let l=pa(i);if(l===null){r++;return}let c=n.get(l);if(c){c.in_sitemap=c.in_sitemap||a,c.source.includes(s)||(c.source+=`, ${s}`);return}n.set(l,{route:l,url:ga(t,l),in_sitemap:a,source:s})};for(let i of Hp(e))Gp(i,o);return{pages:[...n.values()].filter(i=>!fe(i.route)).sort((i,s)=>i.route.localeCompare(s.route)),dynamicCount:r}}async function da(e,t,n){let r={checked:!1,liveCount:0,flipped:0,added:0},o=[];try{let c=await L(en(t),{headers:{"user-agent":"SEOAgent-CLI/sitemap-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n});if(!c.ok)return r;o=je(await c.text())}catch{return r}if(o.length===0)return r;let i=new Set(o.map(j)),s=0;for(let c of e)!c.in_sitemap&&i.has(j(c.url||c.route))&&(c.in_sitemap=!0,s++,c.source.includes("live-sitemap")||(c.source+=", live-sitemap"));let a=new Set(e.map(c=>j(c.url||c.route))),l=0;for(let c of o){if(l>=Up)break;let d=Bp(c,t);d===null||a.has(d)||(a.add(d),e.push({route:d,url:ga(t,d),in_sitemap:!0,source:"live-sitemap"}),l++)}return l>0&&e.sort((c,d)=>c.route.localeCompare(d.route)),{checked:!0,liveCount:o.length,flipped:s,added:l}}function Bp(e,t){let n=t.replace(/^https?:\/\//,"").replace(/\/.*$/,"").toLowerCase().replace(/^www\./,""),r;try{r=new URL(e)}catch{return null}if(r.protocol!=="https:"&&r.protocol!=="http:"||r.hostname.toLowerCase().replace(/^www\./,"")!==n)return null;let o=j(e);return/\.xml$/i.test(o)||fe(o)?null:pa(o)}function Gp(e,t){for(let n of["app",le("src","app")]){let r=le(e,n);if(tn(r))for(let o of _o(r)){let i=Co(r,o),s=i[i.length-1];Jp(s)&&(i.some(a=>a.startsWith("@"))||t(qp(i.slice(0,-1)),"app router"))}}for(let n of["pages",le("src","pages")]){let r=le(e,n);if(tn(r))for(let o of _o(r)){let i=Co(r,o);if(i[0]==="api")continue;let s=i[i.length-1],a=Ro(s),l=ua.includes(a),c=Fp.includes(a);if(!l&&!c)continue;let d=lr(s);Xp(d)||t(Vp(i),c?"astro":"pages router")}}for(let n of[".","public"]){let r=le(e,n);if(tn(r))for(let o of _o(r,n==="."?1:1/0)){let i=Co(r,o),s=i[i.length-1];Ro(s)==="html"&&(i.some(a=>a==="node_modules"||a.startsWith("."))||t(zp(i),"static html"))}}for(let n of["public/sitemap.xml","sitemap.xml"]){let r=le(e,...n.split("/"));if(Np(r)){for(let o of Qp(r)){let i=Yp(o);i!==null&&t(i,"sitemap.xml",!0)}break}}}function Hp(e){let t=[e],n=new Set([e]);for(let r of Wp(e))for(let o of Kp(e,r))n.has(o)||(n.add(o),t.push(o));return t}function Wp(e){let t=[];try{let n=Eo(le(e,"pnpm-workspace.yaml"),"utf-8"),r=!1;for(let o of n.split(/\r?\n/)){let i=o.replace(/#.*$/,"");if(/^\s*packages\s*:/.test(i)){r=!0;continue}if(r){let s=i.match(/^\s*-\s*['"]?([^'"\s]+)['"]?\s*$/);s?t.push(s[1]):/^\S/.test(i)&&(r=!1)}}}catch{}try{let r=JSON.parse(Eo(le(e,"package.json"),"utf-8")).workspaces,o=Array.isArray(r)?r:Array.isArray(r?.packages)?r.packages:[];for(let i of o??[])typeof i=="string"&&t.push(i)}catch{}return t}function Kp(e,t){if(!t||t.startsWith("!"))return[];let n=t.replace(/\/\*\*?$/,"/*"),r=n.indexOf("*");if(r===-1){let a=le(e,...n.split("/").filter(Boolean));return tn(a)?[a]:[]}let o=n.slice(0,r).replace(/\/$/,""),i=le(e,...o.split("/").filter(Boolean));if(!tn(i))return[];let s=[];try{for(let a of ca(i,{withFileTypes:!0}))if(a.isDirectory()&&!a.name.startsWith(".")&&!fa.has(a.name)&&(s.push(le(i,a.name)),s.length>=200))break}catch{}return s}function pa(e){let t=e.trim();return t===""||t==="/"||(t.startsWith("/")||(t=`/${t}`),t=t.replace(/\/+$/,""),t==="")?"/":/\[.*\]/.test(t)?null:t}function qp(e){return"/"+e.filter(n=>!(n.startsWith("(")&&n.endsWith(")"))).join("/")}function Vp(e){let t=[...e],n=lr(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function zp(e){let t=[...e],n=lr(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function Yp(e){try{return new URL(e).pathname||"/"}catch{return e.startsWith("/")?e:null}}function Jp(e){return lr(e)==="page"&&ua.includes(Ro(e))}function Xp(e){return["_app","_document","_error","404","500","middleware"].includes(e)}function Qp(e){try{let t=Eo(e,"utf-8"),n=[],r=/<loc>\s*([^<\s]+)\s*<\/loc>/gi,o;for(;(o=r.exec(t))!==null;)n.push(o[1].trim());return n}catch{return[]}}var fa=new Set(["node_modules",".git",".next","dist","build",".vercel","out"]);function tn(e){try{return jp(e).isDirectory()}catch{return!1}}function*_o(e,t=1/0){let n=0;function*r(o,i){if(i>t)return;let s;try{s=ca(o,{withFileTypes:!0})}catch{return}for(let a of s){if(n>=Mp)return;if(a.name.startsWith("."))continue;let l=le(o,a.name);if(a.isDirectory()){if(fa.has(a.name))continue;yield*r(l,i+1)}else a.isFile()&&(n++,yield l)}}yield*r(e,1)}function Co(e,t){return t.slice(e.length).replace(/^[/\\]+/,"").split(Dp).filter(Boolean)}function Ro(e){let t=e.lastIndexOf(".");return t===-1?"":e.slice(t+1).toLowerCase()}function lr(e){let t=e.lastIndexOf(".");return t===-1?e:e.slice(0,t)}function ga(e,t){return e?`https://${e.replace(/^https?:\/\//,"").replace(/\/$/,"")}${t==="/"?"/":t}`:t}import{existsSync as Zp,mkdirSync as ef,readFileSync as tf,writeFileSync as nf}from"fs";import{join as Ao}from"path";var nn="pages.md",cr="pages-discovered.md";function rf(e){return He(Ao(e,k,nn))?.data?.generated===!0}function of(e){let t=rf(e);return{rel:t?cr:nn,cloudOwned:t}}function ma(e,t){let n=!1,r=t.status!==null?String(t.status):"\u2014";e.status!==r&&(e.status=r,n=!0),e.rendered!==t.rendered&&(e.rendered=t.rendered,n=!0);let o=t.rendered==="error"?"\u2014":String(t.wordCount);return e.word_count!==o&&(e.word_count=o,n=!0),n}function ur(e,t,n){let r=of(e),o=Ao(e,k,r.rel),i=Zp(o),s=i?dr(o):new Map;if(t.length===0&&!i)return{wrote:!1,added:0,total:0,merged:!1,file:r.rel};let a=new Map(s),l=0,c=!1;for(let p of t){let f=ya(p.url),g=n?.get(p.url),m=a.get(f);if(m)p.in_sitemap&&m.in_sitemap!=="yes"&&(m.in_sitemap="yes",c=!0),g&&ma(m,g)&&(c=!0);else{let y={url:f,in_sitemap:p.in_sitemap?"yes":"no",in_nav:"\u2014",status:"\u2014",rendered:"\u2014",word_count:"\u2014",notes:ya(p.source)};g&&ma(y,g),a.set(f,y),l++,c=!0}}if(i&&!c)return{wrote:!1,added:0,total:a.size,merged:!0,file:r.rel};let d=[...a.values()];return ef(Ao(e,k),{recursive:!0}),nf(o,sf(d,r.cloudOwned),"utf-8"),{wrote:!0,added:l,total:d.length,merged:i,file:r.rel}}function sf(e,t){let n=["---","generated: false",`discovered_at: ${new Date().toISOString()}`,`row_count: ${e.length}`,"---"].join(`
48
48
  `),r=[t?"# Pages discovered in the codebase":"# Pages","",t?"Inventory of pages the codebase scan found. `pages.md` is now a cloud":"Inventory of pages discovered in your codebase. Every `seoagent sync`,",t?"projection (GSC traffic per page, edited in the dashboard), so the scan":"`seoagent init` and `seoagent refresh` re-scan and merge in newly-added",t?"writes here instead; every `seoagent sync` re-scans, merges in new pages":"pages without touching rows you or the audit have edited. `In sitemap` is",t?"and pushes them so the cloud inventory stays current. `In sitemap` is":"refreshed from the live sitemap; `Status` / `Rendered` / `Word count` are",t?"refreshed from the live sitemap; `Status` / `Rendered` / `Word count` are":"filled by `seoagent refresh --crawl` (a live fetch of each page). This file",t?"filled by `seoagent refresh --crawl` (a live fetch of each page).":"syncs to the cloud on login."].join(`
49
49
  `),o="| URL | In sitemap | In nav | Status | Rendered | Word count | Notes |",i="|---|---|---|---|---|---|---|",s=e.map(a=>`| ${a.url} | ${a.in_sitemap} | ${a.in_nav} | ${a.status} | ${a.rendered} | ${a.word_count} | ${a.notes} |`);return[n,"",r,"",o,i,...s,""].join(`
50
- `)}function dr(e){let t=new Map,n;try{n=tf(e,"utf-8")}catch{return t}let r=n.split(/\r?\n/);for(let o=0;o<r.length-1;o++){if(!Ro(r[o])||!af(r[o+1]))continue;let i=ma(r[o]).map(a=>a.toLowerCase()),s={url:i.findIndex(a=>a.includes("url")),in_sitemap:i.findIndex(a=>a.includes("sitemap")),in_nav:i.findIndex(a=>a.includes("nav")),status:i.findIndex(a=>a.includes("status")||a.includes("http")),rendered:i.findIndex(a=>a.includes("render")),word_count:i.findIndex(a=>a.includes("word")),notes:i.findIndex(a=>a.includes("note"))};if(s.url===-1)return t;for(let a=o+2;a<r.length&&Ro(r[a]);a++){let l=ma(r[a]),c=(l[s.url]??"").trim();!c||c==="\u2014"||c==="-"||t.set(c,{url:c,in_sitemap:Ct(l,s.in_sitemap),in_nav:Ct(l,s.in_nav),status:Ct(l,s.status),rendered:Ct(l,s.rendered),word_count:Ct(l,s.word_count),notes:Ct(l,s.notes)})}break}return t}function Ct(e,t){let n=t>=0?(e[t]??"").trim():"";return n===""?"\u2014":n}function Ro(e){let t=e.trim();return t.startsWith("|")&&t.endsWith("|")&&t.length>1}function af(e){let t=e.trim();return Ro(t)&&/^\|(?:\s*:?-+:?\s*\|)+$/.test(t)}function ma(e){return e.trim().slice(1,-1).split("|").map(t=>t.trim())}function ha(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}import{existsSync as lf,readFileSync as cf,statSync as uf}from"fs";import{dirname as Ao,isAbsolute as df,join as pf,resolve as Io,sep as nn}from"path";var ff={isWorktree:!1,mainRoot:null,reason:null};function ya(e){let t=pf(e,".git");try{if(lf(t)&&uf(t).isFile()){let i=cf(t,"utf-8").match(/^gitdir:\s*(.+)\s*$/m),s=null;if(i){let a=df(i[1])?i[1]:Io(e,i[1]),l=Ao(a),c=Ao(l);l.endsWith(`${nn}worktrees`)&&c.endsWith(`${nn}.git`)&&(s=Ao(c))}return{isWorktree:!0,mainRoot:s,reason:"gitfile"}}}catch{}let n=`${nn}.claude${nn}worktrees${nn}`,r=Io(e).indexOf(n);return r>=0?{isWorktree:!0,mainRoot:Io(e).slice(0,r),reason:"agent-worktree-path"}:ff}import{existsSync as Je,mkdirSync as pr,readdirSync as gf,readFileSync as ba,statSync as rx,writeFileSync as wa}from"fs";import{dirname as mf,join as De,relative as ka,resolve as hf,sep as yf}from"path";var Et="okf";function Rt(e){return De(e,k,Et)}var wf=/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}(:\d{2}(\.\d+)?)?(Z|[+-]\d{2}:\d{2})?)?$/;function fr(e){let t=[];for(let n of gf(e,{withFileTypes:!0})){let r=De(e,n.name);n.isDirectory()?t.push(...fr(r)):n.isFile()&&n.name.toLowerCase().endsWith(".md")&&t.push(r)}return t}function bf(e){let t=[],n=/\[[^\]]*\]\(([^)]+)\)/g,r;for(;(r=n.exec(e))!==null;){let o=r[1].trim().split(/\s+/)[0];o&&(/^[a-z][a-z0-9+.-]*:/i.test(o)||o.startsWith("#")||t.push(o))}return t}function gr(e){let t=[],n=[];if(!Je(e))return{ok:!1,fileCount:0,errors:[{file:Et,message:"No OKF bundle found. Run `seoagent okf scaffold` first."}],warnings:[]};let r=fr(e);if(r.length===0)return{ok:!1,fileCount:0,errors:[{file:Et,message:"OKF directory exists but contains no markdown files."}],warnings:[]};Je(De(e,"index.md"))||n.push({file:Et,message:"No top-level index.md \u2014 agents use it for progressive disclosure."});for(let i of r){let s=ka(e,i),a;try{a=de(ba(i,"utf-8"))}catch{t.push({file:s,message:"Could not read or parse file."});continue}let l=a.data.type;(l==null||String(l).trim()==="")&&t.push({file:s,message:"Missing required frontmatter field `type`."});let c=a.data.timestamp;c!=null&&c!==""&&!wf.test(String(c))&&t.push({file:s,message:`\`timestamp\` is not ISO-8601: "${String(c)}"`});let d=a.data.description;typeof d=="string"&&d.length>200&&n.push({file:s,message:`\`description\` is ${d.length} chars (keep \u2264 200).`});for(let p of bf(a.body)){let f=p.split("#")[0];if(!f)continue;let g=hf(mf(i),f);Je(g)||t.push({file:s,message:`Broken link \u2192 "${p}" (target does not exist).`})}}return{ok:t.length===0,fileCount:r.length,errors:t,warnings:n}}function mr(e){let t=Rt(e);if(!Je(t))return{exists:!1,fileCount:0};try{return{exists:!0,fileCount:fr(t).length}}catch{return{exists:!0,fileCount:0}}}var kf=["_Describe the business in","_Link concept files here","_Link FAQ files here","_Link article files here"];function va(e){let t=De(e,"index.md");if(!Je(t))return!0;let n;try{n=ba(t,"utf-8")}catch{return!0}return kf.some(r=>n.includes(r))}function $a(e){if(!Je(e))return[];try{return fr(e).map(t=>ka(e,t).split(yf).join("/")).sort()}catch{return[]}}function hr(e,t){let n=Rt(e);pr(n,{recursive:!0}),pr(De(n,"concepts"),{recursive:!0}),pr(De(n,"faqs"),{recursive:!0}),pr(De(n,"articles"),{recursive:!0});let r=[],o=t&&t!=="unknown"?t:"your site",i=De(n,"index.md");Je(i)||(wa(i,`---
50
+ `)}function dr(e){let t=new Map,n;try{n=tf(e,"utf-8")}catch{return t}let r=n.split(/\r?\n/);for(let o=0;o<r.length-1;o++){if(!Io(r[o])||!af(r[o+1]))continue;let i=ha(r[o]).map(a=>a.toLowerCase()),s={url:i.findIndex(a=>a.includes("url")),in_sitemap:i.findIndex(a=>a.includes("sitemap")),in_nav:i.findIndex(a=>a.includes("nav")),status:i.findIndex(a=>a.includes("status")||a.includes("http")),rendered:i.findIndex(a=>a.includes("render")),word_count:i.findIndex(a=>a.includes("word")),notes:i.findIndex(a=>a.includes("note"))};if(s.url===-1)return t;for(let a=o+2;a<r.length&&Io(r[a]);a++){let l=ha(r[a]),c=(l[s.url]??"").trim();!c||c==="\u2014"||c==="-"||t.set(c,{url:c,in_sitemap:Ct(l,s.in_sitemap),in_nav:Ct(l,s.in_nav),status:Ct(l,s.status),rendered:Ct(l,s.rendered),word_count:Ct(l,s.word_count),notes:Ct(l,s.notes)})}break}return t}function Ct(e,t){let n=t>=0?(e[t]??"").trim():"";return n===""?"\u2014":n}function Io(e){let t=e.trim();return t.startsWith("|")&&t.endsWith("|")&&t.length>1}function af(e){let t=e.trim();return Io(t)&&/^\|(?:\s*:?-+:?\s*\|)+$/.test(t)}function ha(e){return e.trim().slice(1,-1).split("|").map(t=>t.trim())}function ya(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}import{existsSync as lf,readFileSync as cf,statSync as uf}from"fs";import{dirname as Po,isAbsolute as df,join as pf,resolve as Oo,sep as rn}from"path";var ff={isWorktree:!1,mainRoot:null,reason:null};function wa(e){let t=pf(e,".git");try{if(lf(t)&&uf(t).isFile()){let i=cf(t,"utf-8").match(/^gitdir:\s*(.+)\s*$/m),s=null;if(i){let a=df(i[1])?i[1]:Oo(e,i[1]),l=Po(a),c=Po(l);l.endsWith(`${rn}worktrees`)&&c.endsWith(`${rn}.git`)&&(s=Po(c))}return{isWorktree:!0,mainRoot:s,reason:"gitfile"}}}catch{}let n=`${rn}.claude${rn}worktrees${rn}`,r=Oo(e).indexOf(n);return r>=0?{isWorktree:!0,mainRoot:Oo(e).slice(0,r),reason:"agent-worktree-path"}:ff}import{existsSync as Je,mkdirSync as pr,readdirSync as gf,readFileSync as ka,statSync as ox,writeFileSync as ba}from"fs";import{dirname as mf,join as De,relative as va,resolve as hf,sep as yf}from"path";var Et="okf";function Rt(e){return De(e,k,Et)}var wf=/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}(:\d{2}(\.\d+)?)?(Z|[+-]\d{2}:\d{2})?)?$/;function fr(e){let t=[];for(let n of gf(e,{withFileTypes:!0})){let r=De(e,n.name);n.isDirectory()?t.push(...fr(r)):n.isFile()&&n.name.toLowerCase().endsWith(".md")&&t.push(r)}return t}function bf(e){let t=[],n=/\[[^\]]*\]\(([^)]+)\)/g,r;for(;(r=n.exec(e))!==null;){let o=r[1].trim().split(/\s+/)[0];o&&(/^[a-z][a-z0-9+.-]*:/i.test(o)||o.startsWith("#")||t.push(o))}return t}function gr(e){let t=[],n=[];if(!Je(e))return{ok:!1,fileCount:0,errors:[{file:Et,message:"No OKF bundle found. Run `seoagent okf scaffold` first."}],warnings:[]};let r=fr(e);if(r.length===0)return{ok:!1,fileCount:0,errors:[{file:Et,message:"OKF directory exists but contains no markdown files."}],warnings:[]};Je(De(e,"index.md"))||n.push({file:Et,message:"No top-level index.md \u2014 agents use it for progressive disclosure."});for(let i of r){let s=va(e,i),a;try{a=de(ka(i,"utf-8"))}catch{t.push({file:s,message:"Could not read or parse file."});continue}let l=a.data.type;(l==null||String(l).trim()==="")&&t.push({file:s,message:"Missing required frontmatter field `type`."});let c=a.data.timestamp;c!=null&&c!==""&&!wf.test(String(c))&&t.push({file:s,message:`\`timestamp\` is not ISO-8601: "${String(c)}"`});let d=a.data.description;typeof d=="string"&&d.length>200&&n.push({file:s,message:`\`description\` is ${d.length} chars (keep \u2264 200).`});for(let p of bf(a.body)){let f=p.split("#")[0];if(!f)continue;let g=hf(mf(i),f);Je(g)||t.push({file:s,message:`Broken link \u2192 "${p}" (target does not exist).`})}}return{ok:t.length===0,fileCount:r.length,errors:t,warnings:n}}function mr(e){let t=Rt(e);if(!Je(t))return{exists:!1,fileCount:0};try{return{exists:!0,fileCount:fr(t).length}}catch{return{exists:!0,fileCount:0}}}var kf=["_Describe the business in","_Link concept files here","_Link FAQ files here","_Link article files here"];function $a(e){let t=De(e,"index.md");if(!Je(t))return!0;let n;try{n=ka(t,"utf-8")}catch{return!0}return kf.some(r=>n.includes(r))}function xa(e){if(!Je(e))return[];try{return fr(e).map(t=>va(e,t).split(yf).join("/")).sort()}catch{return[]}}function hr(e,t){let n=Rt(e);pr(n,{recursive:!0}),pr(De(n,"concepts"),{recursive:!0}),pr(De(n,"faqs"),{recursive:!0}),pr(De(n,"articles"),{recursive:!0});let r=[],o=t&&t!=="unknown"?t:"your site",i=De(n,"index.md");Je(i)||(ba(i,`---
51
51
  type: Organization
52
52
  title: ${o}
53
53
  description: Knowledge bundle describing ${o} for AI agents and answer engines.
@@ -74,7 +74,7 @@ _Describe the business in 2\u20134 sentences (pull from \`.seoagent/context.md\`
74
74
  ## Published articles
75
75
 
76
76
  - _Link article files here, e.g._ \`articles/guide-to-x.md\`
77
- `,"utf-8"),r.push("index.md"));let s=De(n,"log.md");return Je(s)||(wa(s,`---
77
+ `,"utf-8"),r.push("index.md"));let s=De(n,"log.md");return Je(s)||(ba(s,`---
78
78
  type: Log
79
79
  title: Change log
80
80
  description: Chronological history of changes to this OKF bundle.
@@ -83,29 +83,29 @@ description: Chronological history of changes to this OKF bundle.
83
83
  # Change log
84
84
 
85
85
  - Bundle scaffolded.
86
- `,"utf-8"),r.push("log.md")),{created:r,okfDir:n}}import{log as At}from"@clack/prompts";var u={info:e=>At.info(e),warn:e=>At.warn(e),error:e=>At.error(e),success:e=>At.success(e),step:e=>At.step(e),message:e=>At.message(e)};function S(e,t,n,r=n){e?e.stop(r):u[t](n)}import{randomBytes as $f}from"crypto";import{isCancel as xf,spinner as Aa,text as Sf}from"@clack/prompts";import ge from"picocolors";import{exec as vf}from"child_process";function yr(e){let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;vf(t,()=>{})}function xa(e,t){if(e>=500)return{status:"error",terminal:!1,message:`HTTP ${e} (server error)`};if(e>=400)return{status:"error",terminal:!0,message:`HTTP ${e} (client error)`};if(!t||typeof t!="object")return{status:"error",terminal:!0,message:`Malformed response: expected an object, got ${typeof t}`};let n=t;if(n.status==="ready"){if(typeof n.user_token=="string"&&typeof n.website_token=="string"){let r=typeof n.email=="string"&&n.email?n.email:void 0,o=typeof n.domain=="string"&&n.domain?n.domain:void 0;return{status:"ready",user_token:n.user_token,website_token:n.website_token,...r?{email:r}:{},...o?{domain:o}:{}}}return{status:"error",terminal:!0,message:"Malformed response: status=ready without user_token+website_token"}}return n.status==="pending"?{status:"pending"}:n.status==="expired"?{status:"expired"}:{status:"error",terminal:!0,message:`Malformed response: unknown status=${JSON.stringify(n.status)}`}}var _a=/^sa_[0-9a-f]{24}$/;function Sa(e){switch(e){case"code_not_found":return"That setup code was not recognized: it was never issued. Codes cannot be guessed or retyped from memory; copy one exactly from seoagent.com/grok. A scheduled run on a fresh machine needs the SEOAGENT_AUTH secret (`seoagent whoami --env` on the bound machine), not a setup code.";case"code_already_used":return"That setup code has already been used \u2014 each code works exactly once. Generate a new one at seoagent.com/grok.";case"code_revoked":return"That setup code was replaced by a newer one. Use the latest code, or generate a new one at seoagent.com/grok.";case"code_expired":return"That setup code has expired. Generate a new one at seoagent.com/grok.";case"setup_codes_unavailable":return"Setup codes are not enabled on this server yet. Run `seoagent login` (browser flow) instead.";case"domain_required":return"This code has no site attached and the project has no domain. Run `seoagent init` first so the project knows its domain.";default:return typeof e=="string"&&e?`Login failed: ${e}`:"Login failed."}}function Ca(e,t){let n=t&&typeof t=="object"?t:null;if(e>=500)return e===503&&n?.error==="setup_codes_unavailable"?{status:"error",terminal:!0,message:Sa(n.error)}:{status:"error",terminal:!1,message:`HTTP ${e} (server error)`};if(e>=400)return{status:"error",terminal:!0,message:Sa(n?.error)};if(!n)return{status:"error",terminal:!0,message:`Malformed response: expected an object, got ${typeof t}`};if(n.status==="ready"){if(typeof n.user_token=="string"&&typeof n.website_token=="string"){let r=typeof n.email=="string"&&n.email?n.email:void 0,o=typeof n.domain=="string"&&n.domain?n.domain:void 0;return{status:"ready",user_token:n.user_token,website_token:n.website_token,...r?{email:r}:{},...o?{domain:o}:{}}}return{status:"error",terminal:!0,message:"Malformed response: status=ready without user_token+website_token"}}return{status:"error",terminal:!0,message:`Malformed response: unknown status=${JSON.stringify(n.status)}`}}var _f=1500,Cf=300*1e3,Ef=3,Rf=2e3;function wr(e,t){if(ae())return;let n=pe(e);n&&Ne({installId:n,event:t,cliVersion:R})}function Af(){return $f(16).toString("hex")}function If(e,t,n){let r=new URLSearchParams({session:t});return n&&n!=="unknown"&&r.set("domain",n),`${e}/cli/auth?${r.toString()}`}function Ea(e){let t=e.trim().replace(/^https?:\/\//i,"").replace(/^www\./i,"").replace(/\/.*$/,"");return!t||!/^[a-z0-9][a-z0-9.-]*\.[a-z]{2,}$/i.test(t)?null:t.toLowerCase()}async function Pf(e,t,n){if(!e||e.website_token===t)return null;try{let r=await n(e);return r.verdict!=="unverified"?r.cloudDomain:null}catch{return null}}async function Tf(e,t){try{let n=`${e}/api/cli/auth/poll?session=${encodeURIComponent(t)}`,r=await fetch(n,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(1e4)}),o=null;try{o=await r.json()}catch{}return xa(r.status,o)}catch(n){return{status:"error",terminal:!1,message:n.message||"network error"}}}function Ia(e){return new Promise(t=>setTimeout(t,e))}async function Pa(e,t,n,r){let o=D(),i=await Pf(o,e.website_token,c=>qe({apiBase:c.api_base,authHeader:`Bearer ${c.user_token}:${c.website_token}`,localDomain:""}));i&&o&&po(o,i),po({user_token:e.user_token,website_token:e.website_token,api_base:t},e.domain||n);let s=e.email&&e.domain?`Logged in as ${e.email} (${e.domain}). Future SEO work in this repo will sync to your dashboard.`:e.email?`Logged in as ${e.email}. Future SEO work in this repo will sync to your dashboard.`:"Logged in. Future SEO work in this repo will sync to your dashboard.",a=e.email&&e.domain?`Logged in as ${ge.bold(e.email)} (${ge.cyan(e.domain)}).`:e.email?`Logged in as ${ge.bold(e.email)}.`:"Logged in.";S(r,"success",s,ge.green(a)),r&&u.info("Future SEO work in this repo will sync to your dashboard.");let l=Ve().filter(c=>c!==Ke(e.domain||n));l.length>0&&u.info(`Also logged in to: ${l.join(", ")}. Each project auto-selects its own site \u2014 no need to log out first.`)}function Of(e,t,n){return{code:e,...t&&t!=="unknown"?{domain:t}:{},...n?{install_id:n.installId,cli_version:n.cliVersion,platform:process.platform}:{}}}function Po(e){if(ae())return null;let t=pe(e);return t?{installId:t,cliVersion:R}:null}async function Lf(e,t,n,r){try{let o=await fetch(`${e}/api/cli/auth/redeem`,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(Of(t,n,r)),signal:AbortSignal.timeout(1e4)}),i=null;try{i=await o.json()}catch{}return Ca(o.status,i)}catch(o){return{status:"error",terminal:!1,message:o.message||"network error"}}}var Nf="Scheduled runs on a fresh machine: store the output of `seoagent whoami --env` as the task's SEOAGENT_AUTH secret. A setup code works once and cannot be guessed; never reuse or invent one.";function jf(e){return e!=="ready"}function Df(e,t,n){if(!e||!n||t&&t!=="unknown")return!1;try{if(!V(e,{domain:n}))return!1}catch{return!1}return u.info(`Saved domain: ${n} \u2192 .seoagent/project.md (from the setup code).`),!0}async function To(e,t,n,r,o){if(!_a.test(e))return u.warn("That does not look like a setup code (expected `sa_` + 24 hex characters). Generate one at seoagent.com/grok."),"invalid";let s=!!process.stdout.isTTY?Aa():null;s?.start(ge.dim("Redeeming setup code\u2026"));let a="network error";for(let l=0;l<Ef;l++){l>0&&await Ia(Rf);let c=await Lf(t,e,n,r);if(c.status==="ready")return await Pa(c,t,n,s),Df(o,n,c.domain),u.info(Nf),"ready";if(c.terminal)return S(s,"warn",c.message,ge.red(c.message)),"rejected";a=c.message}return S(s,"warn",`Could not reach the server (${a}). Check your connection and run \`${h("login")} --code <code>\` again.`,ge.yellow("Could not reach the server.")),s&&u.warn(`Run \`${h("login")} --code <code>\` again to retry.`),"unreachable"}function Oo(e){return e&&e!=="unknown"?Es(e):!!D()}function Ra(){return`Next: run \`${h("sync")}\` in this repo \u2014 it pulls your strategy, briefs and inbox into .seoagent/. Nothing syncs until it runs.`}async function rn(e={}){let t=process.cwd(),n=C(t),r=(e.apiBase||N.BASE||Te).replace(/\/$/,""),o=n?.domain??null;if(o==="unknown"&&process.stdin.isTTY){let m=await Sf({message:".seoagent/project.md has `domain: unknown`. What is your site's URL?",placeholder:"example.com",validate(w){if(!String(w??"").trim())return"A site URL is required.";if(!Ea(String(w)))return"Please enter a valid domain like `example.com`."}});if(xf(m)){u.warn("Login cancelled.");return}let y=Ea(String(m));if(y){o=y;try{V(t,{domain:y}),u.success(`Saved domain: ${y} \u2192 .seoagent/project.md`)}catch{}}}let i=(e.code??process.env.SEOAGENT_SETUP_CODE??"").trim(),s=o&&o!=="unknown";if(i&&!s?!1:Oo(o)){let m=s?` for ${o}`:"";u.info(`Already logged in${m}. To switch accounts${m}, run \`${h("logout")}\` first.`);return}if(i){let m=await To(i,r,o,Po(t),t);jf(m)?process.exitCode=1:u.info(Ra());return}let l=Af(),c=If(r,l,o);u.message("Opening seoagent.com to connect this CLI to your account..."),u.info(`If the browser does not open, visit: ${c}`),yr(c),u.info('In your browser: sign in (if needed) and click "Connect this CLI" to finish.');let p=!!process.stdout.isTTY?Aa():null;p?.start(ge.dim("Waiting for browser confirmation\u2026"));let f=Date.now()+Cf,g=!0;for(;Date.now()<f;){g||await Ia(_f),g=!1;let m=await Tf(r,l);if(m.status==="ready"){await Pa(m,r,o,p),wr(t,"login_browser_ok"),u.info(Ra());return}if(m.status==="expired"){wr(t,"login_browser_expired"),S(p,"warn",`Session expired. Run \`${h("login")}\` again.`,ge.red("Session expired.")),p&&u.warn(`Run \`${h("login")}\` again.`);return}if(m.status==="error"){if(m.terminal){S(p,"warn",`Login failed: ${m.message}. Run \`${h("login")}\` again.`,ge.red(`Login failed: ${m.message}.`)),p&&u.warn(`Run \`${h("login")}\` again.`),wr(t,"login_browser_failed");return}continue}}S(p,"warn",`Login timed out. Run \`${h("login")}\` again to retry.`,ge.yellow("Login timed out.")),p&&u.warn(`Run \`${h("login")}\` again to retry.`),wr(t,"login_browser_timeout")}function on(e={}){let t=e.all?null:C(process.cwd()),n=!e.all&&t?.domain&&t.domain!=="unknown"?t.domain:null;if(!Rs(e.all?null:n)){u.info(n?`You were not logged in for ${n}.`:"You were not logged in.");return}u.success(n?`Logged out of ${n}.`:"Logged out.");let o=Ve();o.length>0&&u.info(`Still logged in to: ${o.join(", ")}. Run \`${h("logout")} --all\` to log out of everything.`)}function br(e,t=process.env){return(e.code??t.SEOAGENT_SETUP_CODE??"").trim()}function Bf(e,t=h("init")){return e?`${t} --code ${e}`:t}async function Da(e,t,n){if(!n)return"none";let r=t!==Fe;if(r&&Oo(t))return u.info(`Already logged in for ${t} \u2014 setup code not needed, skipping it.`),"already";let o=(N.BASE||Te).replace(/\/$/,"");return To(n,o,r?t:null,Po(e),e)}var Na=[{value:"saas",label:"SaaS / App"},{value:"service",label:"Service business"},{value:"product",label:"E-commerce / Product"},{value:"content",label:"Content / Blog"},{value:"marketplace",label:"Marketplace"},{value:"tool",label:"Tool / Utility"},{value:"nonprofit",label:"Nonprofit / Community"},{value:"unknown",label:"Not sure"}],Fe="unknown",Gf=new Set(["saas","service","product","content","marketplace","tool","app","nonprofit","community","unknown"]);function Hf(e){return e.field==="context"?`${e.detail} \u2014 ${e.source}`:e.field==="domain"?`Domain: ${e.detail} \u2014 ${e.source}`:`Site type: ${e.detail} \u2014 ${e.source}`}function kr(e){if(!e?.trim())return null;let t=e.trim().toLowerCase();return Gf.has(t)?t:null}function Fa(e,t){t.agentsMdPath&&u.info(`Added a SEOAgent section to ${It(e,t.agentsMdPath)} so agents that read it (Codex, others) find the skill.`),t.cursorRulePath&&u.info(`Wrote ${It(e,t.cursorRulePath)} so Cursor agents find the skill.`)}async function sn(e={}){let t=process.cwd();if(ms(t)){let l=C(t),c=St(t);at(t),V(t,{skill_version:R}),lt(t);let d=It(t,c.skillFile),p=c.claudeSymlink?` (symlinked at ${It(t,c.claudeSymlink)})`:"",f=l?.skill_version&&l.skill_version!==R?`${l.skill_version} \u2192 ${R}`:R;if(u.success(`Refreshed the SEOAgent skill (${f}).`),u.info("Your `.seoagent/` knowledge was left untouched."),u.info(`Skill at ${d}${p} \u2014 agents read this file at session start.`),Fa(t,c),u.info(`Run \`${h("status")}\` to see your project, or \`${h("uninstall")}\` to start fresh.`),!ae()){let m=pe(t);m&&await Ne({installId:m,event:"reinit",cliVersion:R})&&u.info(qt)}let g=await Da(t,l?.domain??Fe,br(e));(g==="rejected"||g==="unreachable"||g==="invalid")&&u.warn(Wf());return}let n=!!e.yes||!process.stdin.isTTY,r=ya(t);if(r.isWorktree&&!e.allowWorktree){let l=Bf(br(e)),c=r.mainRoot?`cd ${r.mainRoot} && ${l}`:`run ${l} from the main repository root`;n&&(u.warn("This directory is a temporary git worktree \u2014 a `.seoagent/` created here is deleted with the worktree, and images/un-synced edits cannot be recovered from the cloud."),u.info(`Init at the main checkout instead: ${c}`),u.info("To init here anyway (not recommended), pass --allow-worktree."),process.exit(1)),Ta("SEOAgent \u2014 AI SEO Agent");let d=await La({message:"This looks like a temporary git worktree \u2014 .seoagent/ created here is lost when the worktree is removed. Create it here anyway?",initialValue:!1});(pt(d)||!d)&&(ft(`Good call. ${c}`),process.exit(0))}else n||Ta("SEOAgent \u2014 AI SEO Agent");let o=ia(t,l=>u.step(l)),i=()=>{if(o.evidence.length!==0){u.info("Inferred from your project:");for(let l of o.evidence)u.info(` \u2022 ${Hf(l)}`)}},s=e.domain?.trim()||process.env.SEOAGENT_DOMAIN?.trim()||o.domain||null,a=kr(e.siteType)||kr(process.env.SEOAGENT_SITE_TYPE)||o.siteType||null;if(n){e.siteType?.trim()&&kr(e.siteType)===null&&(u.warn("Invalid --site-type. Use: saas, service, product, content, marketplace, tool, nonprofit, unknown, app, community."),process.exit(1)),process.env.SEOAGENT_SITE_TYPE?.trim()&&kr(process.env.SEOAGENT_SITE_TYPE)===null&&(u.warn("Invalid SEOAGENT_SITE_TYPE environment value."),process.exit(1)),i(),s||(u.info("Couldn't detect your site URL from this repo \u2014 scaffolding anyway; you'll be prompted to supply it."),s=Fe),a||(a="unknown"),await ja(t,s,a,br(e));return}if(i(),!s){let l=await Oa({message:"Website domain",placeholder:"example.com",validate:c=>c.trim()?void 0:"Domain is required"});pt(l)&&(ft("Cancelled"),process.exit(0)),s=String(l)}if(!a){let l=await Lo({message:"What kind of site is this?",options:[...Na]});pt(l)&&(ft("Cancelled"),process.exit(0)),a=l}for(;;){let l=await La({message:`Create .seoagent for ${s} (${a})?`});if(pt(l)&&(ft("Cancelled"),process.exit(0)),l)break;let c=await Lo({message:"What should we change?",options:[{value:"domain",label:"Domain"},{value:"site_type",label:"Site type"},{value:"abort",label:"Cancel setup"}]});if((pt(c)||c==="abort")&&(ft("Cancelled"),process.exit(0)),c==="domain"){let d=await Oa({message:"Website domain",placeholder:"example.com",validate:p=>p.trim()?void 0:"Domain is required"});pt(d)&&(ft("Cancelled"),process.exit(0)),s=String(d)}else{let d=await Lo({message:"What kind of site is this?",options:[...Na]});pt(d)&&(ft("Cancelled"),process.exit(0)),a=d}}await ja(t,s,a,br(e))}async function ja(e,t,n,r){let o=Uf();o.start("Setting up your SEO project");let i=Qs(e),s=Ye(e),a=nr(e),l=Kt(),c={domain:t,site_type:n,language:Zi(t),initialized_at:new Date().toISOString(),seoagent_version:R,skill_version:R,install_id:l,...i.cms!=="none"?{cms:i.cms}:{},...i.blog_path?{blog_path:i.blog_path}:{},...s.provider!=="none"?{image_provider:s.provider}:{},...a.dir?{public_dir:a.dir}:{}},d=ae(),p=d?Promise.resolve(!1):Ne({installId:l,event:"init",cliVersion:R}),f=d||t===Fe?Promise.resolve(null):As({domain:t,installId:l}),g=D(t),m=g&&t!==Fe?qe({apiBase:g.api_base,authHeader:`Bearer ${g.user_token}:${g.website_token}`,localDomain:t}).catch(()=>null):Promise.resolve(null);ys(e),hs(e,c),lt(e),Ys(e,n),Ds(e);let y=hr(e,t!==Fe?t:null),w=St(e),b=It(e,w.skillFile),A=Ff(b),x=`${A}/references/audit-checks.md`,E=w.claudeSymlink?It(e,w.claudeSymlink):void 0;at(e);let O=await Da(e,t,r),Y=O==="ready"||O==="already";if(O==="ready"&&t===Fe){let P=C(e)?.domain;P&&P!==Fe&&(t=P,c.domain=P)}let U=t!==Fe,q=O==="rejected"||O==="unreachable"||O==="invalid";q&&(process.exitCode=1);let W={pages:[],dynamicCount:0},ne={wrote:!1,added:0,total:0,merged:!1,file:"pages.md"};try{W=xe(e,U?t:null),ne=ur(e,W.pages)}catch{}if(o.stop(U?`Created .seoagent/ project for ${c.domain}`:"Created .seoagent/ project (site URL not detected yet \u2014 see step 2)"),i.cms!=="none"){let P=i.evidence.map(G=>`${G.detail} (${G.source})`).slice(0,2).join(", ");u.info(`CMS detected: ${i.cms} \u2014 ${P}`)}if(i.blog_path&&u.info(`Blog route: ${i.blog_path}`),a.dir&&u.info(`Static files: ${a.dir}/ (${a.evidence}) \u2014 your llms.txt and OKF bundle publish there.`),y.created.length>0&&u.info("Scaffolded .seoagent/okf/ \u2014 the AI-readable knowledge bundle answer engines cite. The audit will offer to fill it."),s.provider!=="none"&&u.info(`Image generation: ${s.provider} (detected ${s.matched_key}) \u2014 articles can get AI hero images.`),W.pages.length>0){let P=ne.merged?ne.added>0?`Re-scanned your codebase: +${ne.added} new page${ne.added===1?"":"s"} merged into .seoagent/pages.md (${ne.total} total)`:`Re-scanned your codebase: .seoagent/pages.md already current (${ne.total} pages)`:`Found ${W.pages.length} page${W.pages.length===1?"":"s"} in your codebase \u2192 .seoagent/pages.md`;u.info(P+(W.dynamicCount>0?` (plus ${W.dynamicCount} dynamic route template${W.dynamicCount===1?"":"s"} \u2014 the audit will discover their instances)`:""))}Fa(e,w);let[et,ke,Wn]=await Promise.all([p,f,m]);if(Wn?.verdict==="mismatch"&&u.warn(`Heads up: the credentials bound to ${t} are for a SEOAgent cloud project on ${Wn.cloudDomain} instead. This workspace stays LOCAL-ONLY \u2014 nothing will be pushed to or pulled from that project. To connect ${t} to the cloud, run \`${h("login")}\` from this directory and pick (or create) ${t} \u2014 the CLI can stay logged into both sites at once, no need to log out first.`),ke?.status==="data"){let P=ke.difficulty!=null?`, difficulty ${ke.difficulty}/100`:"";u.info(`Free keyword peek \u2014 "${ke.keyword}": ${ke.volume.toLocaleString("en-US")} searches/mo${P}. You get ~10 free peeks/day: ${h('keywords --peek "<keyword>"')}`)}else ke?.status==="no-data"&&u.info(`Free keyword peek is live \u2014 no search-volume data for "${ke.keyword}" yet. Try a topic keyword (~10 free/day): ${h('keywords --peek "best <your category> tool"')}`);et&&u.info(qt);let Xi=U?c.domain:"your site",Kn=U?[" 1. If .seoagent/project.md still says site_type: unknown, you can",` WebFetch ${c.domain} and update project.md with the right type`," before you suggest the audit."]:[" 1. Heads up: .seoagent/project.md has `domain: unknown` \u2014 the site URL"," wasn't detectable from this repo. Please ask your human for their"," domain (or read it from a deploy config / live site) and update"," project.md (`domain:` and `site_type:`) first. Everything else"," depends on it."];Mf([U?`\u2713 SEOAgent installed for ${c.domain}.`:"\u2713 SEOAgent installed (site URL not detected \u2014 please ask the user for it).","","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"," AGENT INSTRUCTIONS \u2014 a friendly note for Claude Code, Codex, Cursor","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550",""," Hi there, coding agent! \u{1F44B} SEOAgent is all set up. The natural next step"," is a quick SEO audit \u2014 but your human is the boss here, so please surface"," what's possible and let THEM decide. Nothing in this message is a command;"," it's just a friendly map. Your real instructions live in the skill:","",` ${b} \u2190 read this; it is your source of truth`,""," If your human approves, here is what you can do (otherwise just let them"," know it's ready and wait for the go-ahead):","",...Kn,...Xt(e)?[""," \u270D\uFE0F Before (or right after) the audit: DRAFT .seoagent/context.md \u2014 it"," is still the blank scaffold (instructions are inside the file)."," From this repo + the live homepage/pricing page, fill in the"," business name, type (LOCAL/physical vs ONLINE-only vs HYBRID),"," audience, location, and positioning \u2014 then show your human the"," draft to review. SEOAgent's keyword and strategy intelligence is"," context-blind until this file exists."]:[],"",` 2. The headline next step: offer to run a Phase 1 SEO audit on ${Xi}`," (homepage + sitemap + robots.txt; the checks live in",` ${x} \u2014 read that first).`," If they say yes, report findings as:"," \u{1F6A8} Biggest Issue \u2192 \u26A0\uFE0F Also Worth Fixing \u2192 \u2705 What's Working",' \u2192 "What do you want to do?" with numbered options.',"",...Y?[" 3. This project is connected to the SEOAgent cloud. Each session: run",` ${h("sync")}, triage .seoagent/inbox/, do the work, and`,` ${h("ack <id>")} each completed action.`]:q?[" 3. \u26A0\uFE0F The setup code did NOT bind this project (see the error above)."," Do not continue without a successful login \u2014 nothing syncs unbound."," Get a fresh code at seoagent.com/grok, then run:",` ${h("login")} --code <code>`]:[" 3. When it feels right, let them know about the free cloud dashboard and"," offer to start it (their call) \u2014 and that keyword strategy (Phase 2 in"," the skill) is there whenever they want it:",` ${h("login")}`],"","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"," HUMAN USERS (if you ran this in your terminal, no AI agent)","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550",""," Open Claude Code in this directory and say:",""," audit my site","",` The skill at ${b} is picked up automatically.`,...E?[` Symlinked at ${E} \u2192 ${A} so Claude Code finds it too.`]:[],"",...Y?[" Cloud dashboard: connected. Pull your first work with:","",` ${h("sync")}`]:q?[" \u26A0\uFE0F The setup code did not bind this project. Get a fresh code at"," seoagent.com/grok, then run:","",` ${h("login")} --code <code>`]:[" Want the cloud dashboard now? Free account, ~30 seconds:","",` ${h("login")}`],""].join(`
87
- `))}function Wf(){return`The setup code did not bind this project. Do not continue without a successful login \u2014 get a fresh code at seoagent.com/grok, then run \`${h("login")} --code <code>\`.`}import{existsSync as Ba}from"fs";import{intro as qf,outro as Vf,confirm as zf,isCancel as Yf,cancel as Jf}from"@clack/prompts";import{existsSync as vr,rmSync as Kf}from"fs";import{join as $r}from"path";function Ma(e,t={}){let n=[],r=$r(e,k);vr(r)&&n.push({label:".seoagent/ \u2014 project state + all generated work",path:r,kind:"dir"});let o=$r(e,Pe.CLAUDE);vr(o)&&n.push({label:".claude/skills/seoagent/ \u2014 installed skill bundle",path:o,kind:"dir"});let i=$r(e,Pe.AGENTS);return vr(i)&&n.push({label:".agents/skills/seoagent/ \u2014 installed skill bundle",path:i,kind:"dir"}),Ms(e)&&n.push({label:".claude/settings.json \u2014 sync hook entry (other settings preserved)",path:$r(e,".claude","settings.json"),kind:"hook"}),t.global&&vr(J)&&n.push({label:"~/.config/seoagent/ \u2014 login credentials + sync state (all projects)",path:J,kind:"global"}),n}function Ua(e,t){for(let n of t)n.kind==="hook"?Us(e):Kf(n.path,{recursive:!0,force:!0})}async function an(e={}){let t=process.cwd(),n=Ma(t,{global:e.global});if(n.length===0){u.info("No SEOAgent install found in this directory \u2014 nothing to remove."),!e.global&&Ba(J)&&u.info("Your seoagent.com login is still stored at ~/.config/seoagent/. Re-run with --global to wipe it too.");return}let r=!!e.yes||!process.stdin.isTTY,o=n.map(s=>` \u2022 ${s.label}`).join(`
86
+ `,"utf-8"),r.push("log.md")),{created:r,okfDir:n}}import{log as At}from"@clack/prompts";var u={info:e=>At.info(e),warn:e=>At.warn(e),error:e=>At.error(e),success:e=>At.success(e),step:e=>At.step(e),message:e=>At.message(e)};function S(e,t,n,r=n){e?e.stop(r):u[t](n)}import{randomBytes as $f}from"crypto";import{isCancel as xf,spinner as Ia,text as Sf}from"@clack/prompts";import ge from"picocolors";import{exec as vf}from"child_process";function yr(e){let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;vf(t,()=>{})}function Sa(e,t){if(e>=500)return{status:"error",terminal:!1,message:`HTTP ${e} (server error)`};if(e>=400)return{status:"error",terminal:!0,message:`HTTP ${e} (client error)`};if(!t||typeof t!="object")return{status:"error",terminal:!0,message:`Malformed response: expected an object, got ${typeof t}`};let n=t;if(n.status==="ready"){if(typeof n.user_token=="string"&&typeof n.website_token=="string"){let r=typeof n.email=="string"&&n.email?n.email:void 0,o=typeof n.domain=="string"&&n.domain?n.domain:void 0;return{status:"ready",user_token:n.user_token,website_token:n.website_token,...r?{email:r}:{},...o?{domain:o}:{}}}return{status:"error",terminal:!0,message:"Malformed response: status=ready without user_token+website_token"}}return n.status==="pending"?{status:"pending"}:n.status==="expired"?{status:"expired"}:{status:"error",terminal:!0,message:`Malformed response: unknown status=${JSON.stringify(n.status)}`}}var Ca=/^sa_[0-9a-f]{24}$/;function _a(e){switch(e){case"code_not_found":return"That setup code was not recognized: it was never issued. Codes cannot be guessed or retyped from memory; copy one exactly from seoagent.com/grok. A scheduled run on a fresh machine needs the SEOAGENT_AUTH secret (`seoagent whoami --env` on the bound machine), not a setup code.";case"code_already_used":return"That setup code has already been used \u2014 each code works exactly once. Generate a new one at seoagent.com/grok.";case"code_revoked":return"That setup code was replaced by a newer one. Use the latest code, or generate a new one at seoagent.com/grok.";case"code_expired":return"That setup code has expired. Generate a new one at seoagent.com/grok.";case"setup_codes_unavailable":return"Setup codes are not enabled on this server yet. Run `seoagent login` (browser flow) instead.";case"domain_required":return"This code has no site attached and the project has no domain. Run `seoagent init` first so the project knows its domain.";default:return typeof e=="string"&&e?`Login failed: ${e}`:"Login failed."}}function Ea(e,t){let n=t&&typeof t=="object"?t:null;if(e>=500)return e===503&&n?.error==="setup_codes_unavailable"?{status:"error",terminal:!0,message:_a(n.error)}:{status:"error",terminal:!1,message:`HTTP ${e} (server error)`};if(e>=400)return{status:"error",terminal:!0,message:_a(n?.error)};if(!n)return{status:"error",terminal:!0,message:`Malformed response: expected an object, got ${typeof t}`};if(n.status==="ready"){if(typeof n.user_token=="string"&&typeof n.website_token=="string"){let r=typeof n.email=="string"&&n.email?n.email:void 0,o=typeof n.domain=="string"&&n.domain?n.domain:void 0;return{status:"ready",user_token:n.user_token,website_token:n.website_token,...r?{email:r}:{},...o?{domain:o}:{}}}return{status:"error",terminal:!0,message:"Malformed response: status=ready without user_token+website_token"}}return{status:"error",terminal:!0,message:`Malformed response: unknown status=${JSON.stringify(n.status)}`}}var _f=1500,Cf=300*1e3,Ef=3,Rf=2e3;function wr(e,t){if(ae())return;let n=pe(e);n&&Ne({installId:n,event:t,cliVersion:R})}function Af(){return $f(16).toString("hex")}function If(e,t,n){let r=new URLSearchParams({session:t});return n&&n!=="unknown"&&r.set("domain",n),`${e}/cli/auth?${r.toString()}`}function Ra(e){let t=e.trim().replace(/^https?:\/\//i,"").replace(/^www\./i,"").replace(/\/.*$/,"");return!t||!/^[a-z0-9][a-z0-9.-]*\.[a-z]{2,}$/i.test(t)?null:t.toLowerCase()}async function Pf(e,t,n){if(!e||e.website_token===t)return null;try{let r=await n(e);return r.verdict!=="unverified"?r.cloudDomain:null}catch{return null}}async function Of(e,t){try{let n=`${e}/api/cli/auth/poll?session=${encodeURIComponent(t)}`,r=await fetch(n,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(1e4)}),o=null;try{o=await r.json()}catch{}return Sa(r.status,o)}catch(n){return{status:"error",terminal:!1,message:n.message||"network error"}}}function Pa(e){return new Promise(t=>setTimeout(t,e))}async function Oa(e,t,n,r){let o=D(),i=await Pf(o,e.website_token,c=>qe({apiBase:c.api_base,authHeader:`Bearer ${c.user_token}:${c.website_token}`,localDomain:""}));i&&o&&go(o,i),go({user_token:e.user_token,website_token:e.website_token,api_base:t},e.domain||n);let s=e.email&&e.domain?`Logged in as ${e.email} (${e.domain}). Future SEO work in this repo will sync to your dashboard.`:e.email?`Logged in as ${e.email}. Future SEO work in this repo will sync to your dashboard.`:"Logged in. Future SEO work in this repo will sync to your dashboard.",a=e.email&&e.domain?`Logged in as ${ge.bold(e.email)} (${ge.cyan(e.domain)}).`:e.email?`Logged in as ${ge.bold(e.email)}.`:"Logged in.";S(r,"success",s,ge.green(a)),r&&u.info("Future SEO work in this repo will sync to your dashboard.");let l=Ve().filter(c=>c!==Ke(e.domain||n));l.length>0&&u.info(`Also logged in to: ${l.join(", ")}. Each project auto-selects its own site \u2014 no need to log out first.`)}function Tf(e,t,n){return{code:e,...t&&t!=="unknown"?{domain:t}:{},...n?{install_id:n.installId,cli_version:n.cliVersion,platform:process.platform}:{}}}function To(e){if(ae())return null;let t=pe(e);return t?{installId:t,cliVersion:R}:null}async function Lf(e,t,n,r){try{let o=await fetch(`${e}/api/cli/auth/redeem`,{method:"POST",headers:{"Content-Type":"application/json",Accept:"application/json"},body:JSON.stringify(Tf(t,n,r)),signal:AbortSignal.timeout(1e4)}),i=null;try{i=await o.json()}catch{}return Ea(o.status,i)}catch(o){return{status:"error",terminal:!1,message:o.message||"network error"}}}var Nf="Scheduled runs on a fresh machine: store the output of `seoagent whoami --env` as the task's SEOAGENT_AUTH secret. A setup code works once and cannot be guessed; never reuse or invent one.";function jf(e){return e!=="ready"}function Df(e,t,n){if(!e||!n||t&&t!=="unknown")return!1;try{if(!V(e,{domain:n}))return!1}catch{return!1}return u.info(`Saved domain: ${n} \u2192 .seoagent/project.md (from the setup code).`),!0}async function Lo(e,t,n,r,o){if(!Ca.test(e))return u.warn("That does not look like a setup code (expected `sa_` + 24 hex characters). Generate one at seoagent.com/grok."),"invalid";let s=!!process.stdout.isTTY?Ia():null;s?.start(ge.dim("Redeeming setup code\u2026"));let a="network error";for(let l=0;l<Ef;l++){l>0&&await Pa(Rf);let c=await Lf(t,e,n,r);if(c.status==="ready")return await Oa(c,t,n,s),Df(o,n,c.domain),u.info(Nf),"ready";if(c.terminal)return S(s,"warn",c.message,ge.red(c.message)),"rejected";a=c.message}return S(s,"warn",`Could not reach the server (${a}). Check your connection and run \`${h("login")} --code <code>\` again.`,ge.yellow("Could not reach the server.")),s&&u.warn(`Run \`${h("login")} --code <code>\` again to retry.`),"unreachable"}function No(e){return e&&e!=="unknown"?Rs(e):!!D()}function Aa(){return`Next: run \`${h("sync")}\` in this repo \u2014 it pulls your strategy, briefs and inbox into .seoagent/. Nothing syncs until it runs.`}async function on(e={}){let t=process.cwd(),n=C(t),r=(e.apiBase||N.BASE||Oe).replace(/\/$/,""),o=n?.domain??null;if(o==="unknown"&&process.stdin.isTTY){let m=await Sf({message:".seoagent/project.md has `domain: unknown`. What is your site's URL?",placeholder:"example.com",validate(w){if(!String(w??"").trim())return"A site URL is required.";if(!Ra(String(w)))return"Please enter a valid domain like `example.com`."}});if(xf(m)){u.warn("Login cancelled.");return}let y=Ra(String(m));if(y){o=y;try{V(t,{domain:y}),u.success(`Saved domain: ${y} \u2192 .seoagent/project.md`)}catch{}}}let i=(e.code??process.env.SEOAGENT_SETUP_CODE??"").trim(),s=o&&o!=="unknown";if(i&&!s?!1:No(o)){let m=s?` for ${o}`:"";u.info(`Already logged in${m}. To switch accounts${m}, run \`${h("logout")}\` first.`);return}if(i){let m=await Lo(i,r,o,To(t),t);jf(m)?process.exitCode=1:u.info(Aa());return}let l=Af(),c=If(r,l,o);u.message("Opening seoagent.com to connect this CLI to your account..."),u.info(`If the browser does not open, visit: ${c}`),yr(c),u.info('In your browser: sign in (if needed) and click "Connect this CLI" to finish.');let p=!!process.stdout.isTTY?Ia():null;p?.start(ge.dim("Waiting for browser confirmation\u2026"));let f=Date.now()+Cf,g=!0;for(;Date.now()<f;){g||await Pa(_f),g=!1;let m=await Of(r,l);if(m.status==="ready"){await Oa(m,r,o,p),wr(t,"login_browser_ok"),u.info(Aa());return}if(m.status==="expired"){wr(t,"login_browser_expired"),S(p,"warn",`Session expired. Run \`${h("login")}\` again.`,ge.red("Session expired.")),p&&u.warn(`Run \`${h("login")}\` again.`);return}if(m.status==="error"){if(m.terminal){S(p,"warn",`Login failed: ${m.message}. Run \`${h("login")}\` again.`,ge.red(`Login failed: ${m.message}.`)),p&&u.warn(`Run \`${h("login")}\` again.`),wr(t,"login_browser_failed");return}continue}}S(p,"warn",`Login timed out. Run \`${h("login")}\` again to retry.`,ge.yellow("Login timed out.")),p&&u.warn(`Run \`${h("login")}\` again to retry.`),wr(t,"login_browser_timeout")}function sn(e={}){let t=e.all?null:C(process.cwd()),n=!e.all&&t?.domain&&t.domain!=="unknown"?t.domain:null;if(!As(e.all?null:n)){u.info(n?`You were not logged in for ${n}.`:"You were not logged in.");return}u.success(n?`Logged out of ${n}.`:"Logged out.");let o=Ve();o.length>0&&u.info(`Still logged in to: ${o.join(", ")}. Run \`${h("logout")} --all\` to log out of everything.`)}function br(e,t=process.env){return(e.code??t.SEOAGENT_SETUP_CODE??"").trim()}function Bf(e,t=h("init")){return e?`${t} --code ${e}`:t}async function Fa(e,t,n){if(!n)return"none";let r=t!==Fe;if(r&&No(t))return u.info(`Already logged in for ${t} \u2014 setup code not needed, skipping it.`),"already";let o=(N.BASE||Oe).replace(/\/$/,"");return Lo(n,o,r?t:null,To(e),e)}var ja=[{value:"saas",label:"SaaS / App"},{value:"service",label:"Service business"},{value:"product",label:"E-commerce / Product"},{value:"content",label:"Content / Blog"},{value:"marketplace",label:"Marketplace"},{value:"tool",label:"Tool / Utility"},{value:"nonprofit",label:"Nonprofit / Community"},{value:"unknown",label:"Not sure"}],Fe="unknown",Gf=new Set(["saas","service","product","content","marketplace","tool","app","nonprofit","community","unknown"]);function Hf(e){return e.field==="context"?`${e.detail} \u2014 ${e.source}`:e.field==="domain"?`Domain: ${e.detail} \u2014 ${e.source}`:`Site type: ${e.detail} \u2014 ${e.source}`}function kr(e){if(!e?.trim())return null;let t=e.trim().toLowerCase();return Gf.has(t)?t:null}function Ma(e,t){t.agentsMdPath&&u.info(`Added a SEOAgent section to ${It(e,t.agentsMdPath)} so agents that read it (Codex, others) find the skill.`),t.cursorRulePath&&u.info(`Wrote ${It(e,t.cursorRulePath)} so Cursor agents find the skill.`)}async function an(e={}){let t=process.cwd();if(hs(t)){let l=C(t),c=St(t);at(t),V(t,{skill_version:R}),lt(t);let d=It(t,c.skillFile),p=c.claudeSymlink?` (symlinked at ${It(t,c.claudeSymlink)})`:"",f=l?.skill_version&&l.skill_version!==R?`${l.skill_version} \u2192 ${R}`:R;if(u.success(`Refreshed the SEOAgent skill (${f}).`),u.info("Your `.seoagent/` knowledge was left untouched."),u.info(`Skill at ${d}${p} \u2014 agents read this file at session start.`),Ma(t,c),u.info(`Run \`${h("status")}\` to see your project, or \`${h("uninstall")}\` to start fresh.`),!ae()){let m=pe(t);m&&await Ne({installId:m,event:"reinit",cliVersion:R})&&u.info(Vt)}let g=await Fa(t,l?.domain??Fe,br(e));(g==="rejected"||g==="unreachable"||g==="invalid")&&u.warn(Wf());return}let n=!!e.yes||!process.stdin.isTTY,r=wa(t);if(r.isWorktree&&!e.allowWorktree){let l=Bf(br(e)),c=r.mainRoot?`cd ${r.mainRoot} && ${l}`:`run ${l} from the main repository root`;n&&(u.warn("This directory is a temporary git worktree \u2014 a `.seoagent/` created here is deleted with the worktree, and images/un-synced edits cannot be recovered from the cloud."),u.info(`Init at the main checkout instead: ${c}`),u.info("To init here anyway (not recommended), pass --allow-worktree."),process.exit(1)),Ta("SEOAgent \u2014 AI SEO Agent");let d=await Na({message:"This looks like a temporary git worktree \u2014 .seoagent/ created here is lost when the worktree is removed. Create it here anyway?",initialValue:!1});(pt(d)||!d)&&(ft(`Good call. ${c}`),process.exit(0))}else n||Ta("SEOAgent \u2014 AI SEO Agent");let o=sa(t,l=>u.step(l)),i=()=>{if(o.evidence.length!==0){u.info("Inferred from your project:");for(let l of o.evidence)u.info(` \u2022 ${Hf(l)}`)}},s=e.domain?.trim()||process.env.SEOAGENT_DOMAIN?.trim()||o.domain||null,a=kr(e.siteType)||kr(process.env.SEOAGENT_SITE_TYPE)||o.siteType||null;if(n){e.siteType?.trim()&&kr(e.siteType)===null&&(u.warn("Invalid --site-type. Use: saas, service, product, content, marketplace, tool, nonprofit, unknown, app, community."),process.exit(1)),process.env.SEOAGENT_SITE_TYPE?.trim()&&kr(process.env.SEOAGENT_SITE_TYPE)===null&&(u.warn("Invalid SEOAGENT_SITE_TYPE environment value."),process.exit(1)),i(),s||(u.info("Couldn't detect your site URL from this repo \u2014 scaffolding anyway; you'll be prompted to supply it."),s=Fe),a||(a="unknown"),await Da(t,s,a,br(e));return}if(i(),!s){let l=await La({message:"Website domain",placeholder:"example.com",validate:c=>c.trim()?void 0:"Domain is required"});pt(l)&&(ft("Cancelled"),process.exit(0)),s=String(l)}if(!a){let l=await jo({message:"What kind of site is this?",options:[...ja]});pt(l)&&(ft("Cancelled"),process.exit(0)),a=l}for(;;){let l=await Na({message:`Create .seoagent for ${s} (${a})?`});if(pt(l)&&(ft("Cancelled"),process.exit(0)),l)break;let c=await jo({message:"What should we change?",options:[{value:"domain",label:"Domain"},{value:"site_type",label:"Site type"},{value:"abort",label:"Cancel setup"}]});if((pt(c)||c==="abort")&&(ft("Cancelled"),process.exit(0)),c==="domain"){let d=await La({message:"Website domain",placeholder:"example.com",validate:p=>p.trim()?void 0:"Domain is required"});pt(d)&&(ft("Cancelled"),process.exit(0)),s=String(d)}else{let d=await jo({message:"What kind of site is this?",options:[...ja]});pt(d)&&(ft("Cancelled"),process.exit(0)),a=d}}await Da(t,s,a,br(e))}async function Da(e,t,n,r){let o=Uf();o.start("Setting up your SEO project");let i=Zs(e),s=Ye(e),a=nr(e),l=qt(),c={domain:t,site_type:n,language:es(t),initialized_at:new Date().toISOString(),seoagent_version:R,skill_version:R,install_id:l,...i.cms!=="none"?{cms:i.cms}:{},...i.blog_path?{blog_path:i.blog_path}:{},...s.provider!=="none"?{image_provider:s.provider}:{},...a.dir?{public_dir:a.dir}:{}},d=ae(),p=d?Promise.resolve(!1):Ne({installId:l,event:"init",cliVersion:R}),f=d||t===Fe?Promise.resolve(null):Is({domain:t,installId:l}),g=D(t),m=g&&t!==Fe?qe({apiBase:g.api_base,authHeader:`Bearer ${g.user_token}:${g.website_token}`,localDomain:t}).catch(()=>null):Promise.resolve(null);ws(e),ys(e,c),lt(e),Js(e,n),Fs(e);let y=hr(e,t!==Fe?t:null),w=St(e),b=It(e,w.skillFile),A=Ff(b),x=`${A}/references/audit-checks.md`,E=w.claudeSymlink?It(e,w.claudeSymlink):void 0;at(e);let T=await Fa(e,t,r),Y=T==="ready"||T==="already";if(T==="ready"&&t===Fe){let P=C(e)?.domain;P&&P!==Fe&&(t=P,c.domain=P)}let U=t!==Fe,q=T==="rejected"||T==="unreachable"||T==="invalid";q&&(process.exitCode=1);let W={pages:[],dynamicCount:0},ne={wrote:!1,added:0,total:0,merged:!1,file:"pages.md"};try{W=xe(e,U?t:null),ne=ur(e,W.pages)}catch{}if(o.stop(U?`Created .seoagent/ project for ${c.domain}`:"Created .seoagent/ project (site URL not detected yet \u2014 see step 2)"),i.cms!=="none"){let P=i.evidence.map(G=>`${G.detail} (${G.source})`).slice(0,2).join(", ");u.info(`CMS detected: ${i.cms} \u2014 ${P}`)}if(i.blog_path&&u.info(`Blog route: ${i.blog_path}`),a.dir&&u.info(`Static files: ${a.dir}/ (${a.evidence}) \u2014 your llms.txt and OKF bundle publish there.`),y.created.length>0&&u.info("Scaffolded .seoagent/okf/ \u2014 the AI-readable knowledge bundle answer engines cite. The audit will offer to fill it."),s.provider!=="none"&&u.info(`Image generation: ${s.provider} (detected ${s.matched_key}) \u2014 articles can get AI hero images.`),W.pages.length>0){let P=ne.merged?ne.added>0?`Re-scanned your codebase: +${ne.added} new page${ne.added===1?"":"s"} merged into .seoagent/pages.md (${ne.total} total)`:`Re-scanned your codebase: .seoagent/pages.md already current (${ne.total} pages)`:`Found ${W.pages.length} page${W.pages.length===1?"":"s"} in your codebase \u2192 .seoagent/pages.md`;u.info(P+(W.dynamicCount>0?` (plus ${W.dynamicCount} dynamic route template${W.dynamicCount===1?"":"s"} \u2014 the audit will discover their instances)`:""))}Ma(e,w);let[et,ke,Kn]=await Promise.all([p,f,m]);if(Kn?.verdict==="mismatch"&&u.warn(`Heads up: the credentials bound to ${t} are for a SEOAgent cloud project on ${Kn.cloudDomain} instead. This workspace stays LOCAL-ONLY \u2014 nothing will be pushed to or pulled from that project. To connect ${t} to the cloud, run \`${h("login")}\` from this directory and pick (or create) ${t} \u2014 the CLI can stay logged into both sites at once, no need to log out first.`),ke?.status==="data"){let P=ke.difficulty!=null?`, difficulty ${ke.difficulty}/100`:"";u.info(`Free keyword peek \u2014 "${ke.keyword}": ${ke.volume.toLocaleString("en-US")} searches/mo${P}. You get ~10 free peeks/day: ${h('keywords --peek "<keyword>"')}`)}else ke?.status==="no-data"&&u.info(`Free keyword peek is live \u2014 no search-volume data for "${ke.keyword}" yet. Try a topic keyword (~10 free/day): ${h('keywords --peek "best <your category> tool"')}`);et&&u.info(Vt);let Qi=U?c.domain:"your site",qn=U?[" 1. If .seoagent/project.md still says site_type: unknown, you can",` WebFetch ${c.domain} and update project.md with the right type`," before you suggest the audit."]:[" 1. Heads up: .seoagent/project.md has `domain: unknown` \u2014 the site URL"," wasn't detectable from this repo. Please ask your human for their"," domain (or read it from a deploy config / live site) and update"," project.md (`domain:` and `site_type:`) first. Everything else"," depends on it."];Mf([U?`\u2713 SEOAgent installed for ${c.domain}.`:"\u2713 SEOAgent installed (site URL not detected \u2014 please ask the user for it).","","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"," AGENT INSTRUCTIONS \u2014 a friendly note for Claude Code, Codex, Cursor","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550",""," Hi there, coding agent! \u{1F44B} SEOAgent is all set up. The natural next step"," is a quick SEO audit \u2014 but your human is the boss here, so please surface"," what's possible and let THEM decide. Nothing in this message is a command;"," it's just a friendly map. Your real instructions live in the skill:","",` ${b} \u2190 read this; it is your source of truth`,""," If your human approves, here is what you can do (otherwise just let them"," know it's ready and wait for the go-ahead):","",...qn,...Qt(e)?[""," \u270D\uFE0F Before (or right after) the audit: DRAFT .seoagent/context.md \u2014 it"," is still the blank scaffold (instructions are inside the file)."," From this repo + the live homepage/pricing page, fill in the"," business name, type (LOCAL/physical vs ONLINE-only vs HYBRID),"," audience, location, and positioning \u2014 then show your human the"," draft to review. SEOAgent's keyword and strategy intelligence is"," context-blind until this file exists."]:[],"",` 2. The headline next step: offer to run a Phase 1 SEO audit on ${Qi}`," (homepage + sitemap + robots.txt; the checks live in",` ${x} \u2014 read that first).`," If they say yes, report findings as:"," \u{1F6A8} Biggest Issue \u2192 \u26A0\uFE0F Also Worth Fixing \u2192 \u2705 What's Working",' \u2192 "What do you want to do?" with numbered options.',"",...Y?[" 3. This project is connected to the SEOAgent cloud. Each session: run",` ${h("sync")}, triage .seoagent/inbox/, do the work, and`,` ${h("ack <id>")} each completed action.`]:q?[" 3. \u26A0\uFE0F The setup code did NOT bind this project (see the error above)."," Do not continue without a successful login \u2014 nothing syncs unbound."," Get a fresh code at seoagent.com/grok, then run:",` ${h("login")} --code <code>`]:[" 3. When it feels right, let them know about the free cloud dashboard and"," offer to start it (their call) \u2014 and that keyword strategy (Phase 2 in"," the skill) is there whenever they want it:",` ${h("login")}`],"","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550"," HUMAN USERS (if you ran this in your terminal, no AI agent)","\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550",""," Open Claude Code in this directory and say:",""," audit my site","",` The skill at ${b} is picked up automatically.`,...E?[` Symlinked at ${E} \u2192 ${A} so Claude Code finds it too.`]:[],"",...Y?[" Cloud dashboard: connected. Pull your first work with:","",` ${h("sync")}`]:q?[" \u26A0\uFE0F The setup code did not bind this project. Get a fresh code at"," seoagent.com/grok, then run:","",` ${h("login")} --code <code>`]:[" Want the cloud dashboard now? Free account, ~30 seconds:","",` ${h("login")}`],""].join(`
87
+ `))}function Wf(){return`The setup code did not bind this project. Do not continue without a successful login \u2014 get a fresh code at seoagent.com/grok, then run \`${h("login")} --code <code>\`.`}import{existsSync as Ga}from"fs";import{intro as qf,outro as Vf,confirm as zf,isCancel as Yf,cancel as Jf}from"@clack/prompts";import{existsSync as vr,rmSync as Kf}from"fs";import{join as $r}from"path";function Ua(e,t={}){let n=[],r=$r(e,k);vr(r)&&n.push({label:".seoagent/ \u2014 project state + all generated work",path:r,kind:"dir"});let o=$r(e,Pe.CLAUDE);vr(o)&&n.push({label:".claude/skills/seoagent/ \u2014 installed skill bundle",path:o,kind:"dir"});let i=$r(e,Pe.AGENTS);return vr(i)&&n.push({label:".agents/skills/seoagent/ \u2014 installed skill bundle",path:i,kind:"dir"}),Us(e)&&n.push({label:".claude/settings.json \u2014 sync hook entry (other settings preserved)",path:$r(e,".claude","settings.json"),kind:"hook"}),t.global&&vr(J)&&n.push({label:"~/.config/seoagent/ \u2014 login credentials + sync state (all projects)",path:J,kind:"global"}),n}function Ba(e,t){for(let n of t)n.kind==="hook"?Bs(e):Kf(n.path,{recursive:!0,force:!0})}async function ln(e={}){let t=process.cwd(),n=Ua(t,{global:e.global});if(n.length===0){u.info("No SEOAgent install found in this directory \u2014 nothing to remove."),!e.global&&Ga(J)&&u.info("Your seoagent.com login is still stored at ~/.config/seoagent/. Re-run with --global to wipe it too.");return}let r=!!e.yes||!process.stdin.isTTY,o=n.map(s=>` \u2022 ${s.label}`).join(`
88
88
  `);if(!r){qf("SEOAgent \u2014 uninstall"),u.message(`This will remove:
89
- ${o}`);let s=await zf({message:"Remove these and start fresh?"});if(Yf(s)||!s){Jf("Cancelled \u2014 nothing was removed.");return}}Ua(t,n);let i=n.map(s=>` \u2713 ${s.label}`).join(`
89
+ ${o}`);let s=await zf({message:"Remove these and start fresh?"});if(Yf(s)||!s){Jf("Cancelled \u2014 nothing was removed.");return}}Ba(t,n);let i=n.map(s=>` \u2713 ${s.label}`).join(`
90
90
  `);r?u.success(`Removed:
91
91
  ${i}`):Vf(`Removed:
92
- ${i}`),!e.global&&Ba(J)&&u.info("Your seoagent.com login (~/.config/seoagent/) was kept \u2014 it is shared across projects. Run `uninstall --global` to wipe it too."),u.info(`Re-install any time with \`${h("init")}\`.`)}import T from"picocolors";import{existsSync as ln,readdirSync as No,statSync as Xf,readFileSync as Ga}from"fs";import{join as Pt}from"path";function Qf(e){let t=(e.match(/^\s*-\s+\[\s\]/gm)??[]).length,n=(e.match(/^\s*-\s+\[x\]/gim)??[]).length;return{open:t,done:n}}function Zf(e){let t=Pt(e,"audit","latest.md");if(!ln(t))return null;let n=He(t);if(!n)return null;let r=Ga(t,"utf-8"),o=Qf(r);return{exists:!0,date:typeof n.data.audited_at=="string"?n.data.audited_at:void 0,issueCount:o.open}}function eg(e){try{let n=Ga(e,"utf-8").split(/\r?\n/),r=!1,o=0;for(let i of n){let s=i.trim();if(s.startsWith("|")&&s.endsWith("|")){if(/^\|\s*-+\s*(\|\s*-+\s*)+\|$/.test(s)){r=!0;continue}r&&o++}else if(r&&s==="")break}return o}catch{return 0}}function tg(e){let t=Pt(e,"strategy","clusters");if(!ln(t))return null;let n=No(t).filter(o=>o.endsWith(".md"));if(n.length===0)return null;let r=0;for(let o of n)r+=eg(Pt(t,o));return{exists:!0,clusterCount:n.length,articleCount:r}}function ng(e){let t=Pt(e,"briefs");if(!ln(t))return null;let n=No(t).filter(r=>r.endsWith(".md"));return n.length>0?{exists:!0,count:n.length}:null}function rg(e){let t=Pt(e,"content");if(!ln(t))return null;let n=No(t).filter(r=>r.endsWith(".md"));return n.length===0?null:{exists:!0,count:n.length}}function og(e){let t=Pt(e,"roadmap.md");return ln(t)?{exists:!0,updatedAt:Xf(t).mtime.toISOString()}:null}function Ha(e){let t=C(e);if(!t)return null;let n=Le(e);return{domain:t.domain,audit:Zf(n),strategy:tg(n),briefs:ng(n),content:rg(n),roadmap:og(n)}}import Xe from"picocolors";var Wa=/\x1b\[[0-9;]*m/g;function cn(e){return e.replace(Wa,"").length}var ig=51,sg=24,ag=80;function lg(e,t,n=ig){let r=0;for(let c of e)"sep"in c||(r=Math.max(r,cn(c.content)));let o=t?cn(t)+6:0,i=Math.max(n,r+4,o),s=process.stdout?.columns,a=(typeof s=="number"&&s>0?s:ag)-2,l=Math.max(sg,a);return Math.min(i,l)}function cg(e,t){if(cn(e)<=t)return e;if(t<=0)return"";let n=t-1,r="",o=0,i=!1,s=d=>{for(let p of d){if(o+p.length>n)return;r+=p,o+=p.length}},a=new RegExp(Wa.source,"g"),l=0,c;for(;(c=a.exec(e))!==null;)s(e.slice(l,c.index)),r+=c[0],i=!0,l=c.index+c[0].length;return s(e.slice(l)),`${r}\u2026${i?"\x1B[0m":""}`}function H(e,t={}){let n=lg(e,t.title,t.width),r=n-4,o="\u2500".repeat(n-2),i=ug(n,t.title),s=Xe.dim(`\u251C${o}\u2524`),a=Xe.dim(`\u2514${o}\u2518`),l=[i];for(let c of e){if("sep"in c){l.push(s);continue}l.push(dg(c.content,r))}return l.push(a),l.join(`
93
- `)}function ug(e,t){if(!t)return Xe.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`);let n=cn(t),r=e-5-n;return r<1?Xe.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`):`${Xe.dim("\u250C\u2500 ")}${t}${Xe.dim(` ${"\u2500".repeat(r)}\u2510`)}`}function dg(e,t){let n=cn(e),r=n<=t?e+" ".repeat(t-n):cg(e,t);return`${Xe.dim("\u2502")} ${r} ${Xe.dim("\u2502")}`}function jo(e){let t=Date.now()-new Date(e).getTime(),n=Math.floor(t/6e4);if(n<60)return`${n} minutes ago`;let r=Math.floor(n/60);return r<24?`${r} hours ago`:`${Math.floor(r/24)} days ago`}function un(){let e=Ha(process.cwd());if(!e){u.warn("No SEOAgent project found in this directory."),u.info(`Run \`${h("init")}\` to get started.`);return}u.message(pg(e))}function pg(e){if(!e)return"";let t=11,n=s=>T.dim(s.padEnd(t)),r=[];D(e.domain)?(r.push({content:`${T.green("\u2713")} ${T.dim("Logged in")}`}),r.push({content:T.dim(` Run \`${h("whoami")}\` for email / plan.`)})):(r.push({content:`${T.dim("\u25CB Not logged in")}`}),r.push({content:T.dim(` Run \`${h("login")}\` to connect.`)})),r.push({sep:!0}),r.push({content:e.audit?.exists?`${n("Audit:")}${T.green(`last run ${jo(e.audit.date??"")}`)} ${T.dim(`(${e.audit.issueCount??0} issues)`)}`:`${n("Audit:")}${T.dim("not yet run")}`}),r.push({content:e.strategy?.exists?`${n("Strategy:")}${T.bold(T.cyan(String(e.strategy.clusterCount??0)))} ${T.dim("clusters")} \xB7 ${T.bold(T.cyan(String(e.strategy.articleCount??0)))} ${T.dim("ideas")}`:`${n("Strategy:")}${T.dim("not yet created")}`}),r.push({content:e.briefs?.exists?`${n("Briefs:")}${T.bold(T.cyan(String(e.briefs.count??0)))} ${T.dim("ready")}`:`${n("Briefs:")}${T.dim("none created")}`}),r.push({content:e.content?.exists?`${n("Content:")}${T.green("\u2713")} ${T.bold(T.cyan(String(e.content.count??0)))} ${T.dim("articles written")}`:`${n("Content:")}${T.dim("no articles yet")}`}),r.push({content:e.roadmap?.exists?`${n("Roadmap:")}${T.green("updated")} ${T.dim(jo(e.roadmap.updatedAt??""))}`:`${n("Roadmap:")}${T.dim("not yet created")}`});let i=`${T.bold(T.cyan("SEOAgent"))} ${T.dim("\xB7")} ${T.bold(e.domain)}`;return H(r,{width:78,title:i})}import{exec as fg,spawn as Ka}from"child_process";import{confirm as gg,isCancel as mg}from"@clack/prompts";import Q from"picocolors";function Qe(e,t){let n=i=>i.replace(/[-+].*$/,"").split(".").map(s=>Number.parseInt(s,10)||0).slice(0,3),r=n(e),o=n(t);for(let i=0;i<3;i++){let s=(r[i]??0)-(o[i]??0);if(s!==0)return s}return 0}var hg=`https://registry.npmjs.org/${Ie}/latest`,dn=["free","starter","pro","scale","enterprise"],xr={free:"Free",starter:"Starter",pro:"Pro",scale:"Scale",enterprise:"Enterprise"};function yg(e){let t=e.trim().toLowerCase().split(/\s+/)[0];return dn.includes(t)?t:null}function wg(e){let t=dn.indexOf(e);return t===-1||t===dn.length-1?null:dn[t+1]}async function bg(e,t=fetch){if(!e)return null;try{let n=(e.api_base||N.BASE).replace(/\/$/,""),r=await t(`${n}/api/cli/whoami`,{headers:{Authorization:`Bearer ${e.user_token}:${e.website_token}`,Accept:"application/json"}});if(!r.ok)return null;let o=await r.json();return typeof o.plan!="string"||!o.plan?null:{plan:o.plan,email:typeof o.email=="string"&&o.email?o.email:void 0,domain:typeof o.domain=="string"&&o.domain?o.domain:void 0}}catch{return null}}function kg(e){let t=[],r=s=>Q.dim(s.padEnd(10)),o=!1;e.email&&(t.push({content:`${r("Email:")}${Q.bold(e.email)}`}),o=!0),e.domain&&(t.push({content:`${r("Website:")}${Q.cyan(e.domain)}`}),o=!0),o&&t.push({sep:!0});for(let s of dn){let a=xr[s];s===e.current?t.push({content:`${Q.bold(Q.green("\u25CF"))} ${Q.bold(Q.green(a.padEnd(11)))} ${Q.dim("\u2190 you are here")}`}):s===e.next?t.push({content:`${Q.yellow("\u25C6")} ${Q.bold(Q.yellow(a.padEnd(11)))} ${Q.yellow("next tier")}`}):t.push({content:Q.dim(` ${a}`)})}let i=`${Q.bold(Q.cyan("SEOAgent Cloud"))} ${Q.dim("\xB7")} ${Q.dim("your plan")}`;return H(t,{width:55,title:i})}async function pn(){let e=C(process.cwd()),t=D(e?.domain),n=!!process.stdin.isTTY;if(t&&n){let r=await bg(t);if(r){let o=yg(r.plan),i=o?wg(o):null;if(o&&u.message(kg({email:r.email,domain:r.domain,current:o,next:i})),o&&!i){u.success(`You're on ${xr[o]} (highest tier).`);return}if(o&&i){let s=await gg({message:`Upgrade from ${xr[o]} to ${xr[i]}?`});if(mg(s)||!s){u.info("No changes.");return}}}}vg()}function vg(){let e=$g();u.info("Opening SEOAgent Cloud pricing..."),u.message(`URL: ${e}`);let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "${e}"`:`xdg-open "${e}"`;fg(t,n=>{n&&u.warn("Could not open browser. Visit the URL above to upgrade.")})}function $g(){let e=C(process.cwd());return ve("cli-upgrade",e?.domain)}async function fn(e={}){let t=R,n=await Sg();if(!n){u.warn("Couldn't reach the npm registry to check for a newer version."),u.message(`You're on ${t}. To force-update: npm install -g ${Ie}@latest`);return}if(Qe(t,n)>=0){u.success(`You're on the latest CLI (${t}).`);return}if(!oo()){u.info(`A newer CLI is available: ${t} \u2192 ${n}.`),u.message("You're running via npx, which caches the package \u2014 an unpinned spec won't auto-upgrade."),u.message(`Run the latest now by pinning the tag: npx -y ${Ie}@latest <cmd>`),u.message(`Still on ${t} after that? Clear the npx cache: rm -rf ~/.npm/_npx`),u.message(`Or install globally once so \`seoagent <cmd>\` + \`update-cli\` work in place: npm install -g ${Ie}@latest`);return}if(e.dryRun){u.info(`(dry-run) would run: npm install -g ${Ie}@latest`);return}if(u.info(`Updating CLI: ${t} \u2192 ${n}\u2026`),!await _g()){u.error(`Update failed. Try manually: npm install -g ${Ie}@latest (you may need sudo on Linux/macOS).`);return}if(u.success(`Updated to ${n}.`),e.projects===!1){u.info("Skipped project refresh (--no-projects). Each project updates itself on its next sync.");return}u.info("Refreshing your other projects to the new version\u2026"),await xg()||u.info("Could not run the project sweep automatically \u2014 run `seoagent refresh --all` to update all projects now (otherwise each updates itself the next time you open it in Claude Code).")}function xg(){return new Promise(e=>{try{let t=Ka("seoagent",["refresh","--all"],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))}catch{e(!1)}})}async function Sg(e=fetch){try{let t=await e(hg,{headers:{Accept:"application/json"}});if(!t.ok)return null;let n=await t.json();return typeof n.version=="string"?n.version:null}catch{return null}}function _g(){return new Promise(e=>{let t=Ka("npm",["install","-g",`${Ie}@latest`],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))})}import{spinner as Py}from"@clack/prompts";import B from"picocolors";import{existsSync as ni,mkdirSync as Th,readFileSync as ic,readdirSync as Oh,writeFileSync as Lh}from"fs";import{join as ri,relative as Nh,sep as jh}from"path";var Cg=["claude-code","cursor","codex","grok-bot","unknown"],Eg="SEOAGENT_AGENT";function qa(e=process.env){let t=(e[Eg]??"").trim().toLowerCase();return Cg.includes(t)?t:e.CLAUDECODE||e.CLAUDE_CODE||e.CLAUDE_CODE_ENTRYPOINT?"claude-code":e.CURSOR_TRACE_ID||e.CURSOR_AGENT||e.CURSOR_SESSION_ID?"cursor":e.CODEX_SANDBOX||e.CODEX_THREAD_ID||e.OPENAI_CODEX?"codex":e.GROK_SANDBOX||e.XAI_SANDBOX?"grok-bot":"unknown"}import{existsSync as Rg,mkdirSync as Ag,readdirSync as za,readFileSync as Fo,writeFileSync as Va}from"fs";import{dirname as Ig,join as Tt,relative as Pg}from"path";var me=e=>typeof e=="string"&&e?e:void 0;function Mo(e,t){let n=Tt(e,t),r;try{r=za(n)}catch{return[]}let o=[];for(let i of r){if(!i.endsWith(".md")&&!i.endsWith(".mdx")||i.startsWith("_")||i.startsWith("."))continue;let s=Tt(n,i),a;try{a=de(Fo(s,"utf-8")).data}catch{continue}let l=me(a.slug)??i.replace(/\.mdx?$/,"");o.push({slug:l,title:me(a.title)??l,draft:a.draft===!0,page_type:me(a.page_type)??me(a.type),path:Pg(e,s)})}return o}function gn(e){let t;try{t=za(e)}catch{return[]}let n=[];for(let r of t){if(!r.endsWith(".md"))continue;let o=Tt(e,r),i;try{i=de(Fo(o,"utf-8")).data}catch{continue}n.push({slug:me(i.slug)??r.replace(/\.md$/,""),source:me(i.source)??"external",repo_path:me(i.repo_path)??null,status:me(i.status)??null,file:o})}return n}function Uo(e,t,n){let r=new Set(t.map(l=>l.slug)),o=e.filter(l=>!l.draft&&!r.has(l.slug)),i=new Map(e.filter(l=>!l.draft).map(l=>[l.slug,l])),s=[];for(let l of t){if((l.status??"")==="published")continue;let c=i.get(l.slug);c&&s.push({pointer:l,article:c})}let a=t.filter(l=>l.source==="repo"&&l.repo_path!==null&&!n(l.repo_path));return{toTrack:o,toPublish:s,stale:a,alreadyTracked:t.length-a.length}}function Bo(e){return t=>Rg(Tt(e,t))}function Sr(e){return e.trim().replace(/^.*\/([^/]+)$/,"$1").replace(/\.[a-z0-9]+$/i,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Ya(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}function Ot(e,t){if(t.url&&t.url.trim())return t.url.trim().replace(/\/+$/,"");if(!t.domain||t.domain==="unknown")return null;let n=t.domain.replace(/^https?:\/\//,"").replace(/\/$/,""),r=(t.blogPath||"").replace(/\/+$/,"");return`https://${n}${r}/${e}`}var Do="This is a pointer so the cloud dashboard can track it without duplicating";function Ja(e){if(!e.includes(Do))return null;let t;try{t=de(e)}catch{return null}return!me(t.data.slug)||!t.body.includes(Do)?null:{status:me(t.data.status)??null,repo_path:me(t.data.repo_path)??null}}function mn(e){let t=["---",`slug: ${e.slug}`,`title: ${JSON.stringify(e.title)}`];e.page_type&&t.push(`page_type: ${e.page_type}`),e.canonical&&t.push(`canonical: ${e.canonical}`),t.push(`status: ${e.status}`),t.push(`source: ${e.source}`),e.repo_path&&t.push(`repo_path: ${e.repo_path}`),e.brief&&t.push(`brief: ${JSON.stringify(e.brief)}`),e.supersedes&&t.push(`supersedes: ${e.supersedes}`),e.primary_keyword&&t.push(`primary_keyword: ${JSON.stringify(e.primary_keyword)}`),t.push(`tracked_at: ${e.tracked_at}`),t.push("---");let n=e.repo_path?`rendered from \`${e.repo_path}\` (the source of truth for its body)`:"rendered from its source (repo or CMS)",r=e.canonical?`
92
+ ${i}`),!e.global&&Ga(J)&&u.info("Your seoagent.com login (~/.config/seoagent/) was kept \u2014 it is shared across projects. Run `uninstall --global` to wipe it too."),u.info(`Re-install any time with \`${h("init")}\`.`)}import O from"picocolors";import{existsSync as cn,readdirSync as Do,statSync as Xf,readFileSync as Ha}from"fs";import{join as Pt}from"path";function Qf(e){let t=(e.match(/^\s*-\s+\[\s\]/gm)??[]).length,n=(e.match(/^\s*-\s+\[x\]/gim)??[]).length;return{open:t,done:n}}function Zf(e){let t=Pt(e,"audit","latest.md");if(!cn(t))return null;let n=He(t);if(!n)return null;let r=Ha(t,"utf-8"),o=Qf(r);return{exists:!0,date:typeof n.data.audited_at=="string"?n.data.audited_at:void 0,issueCount:o.open}}function eg(e){try{let n=Ha(e,"utf-8").split(/\r?\n/),r=!1,o=0;for(let i of n){let s=i.trim();if(s.startsWith("|")&&s.endsWith("|")){if(/^\|\s*-+\s*(\|\s*-+\s*)+\|$/.test(s)){r=!0;continue}r&&o++}else if(r&&s==="")break}return o}catch{return 0}}function tg(e){let t=Pt(e,"strategy","clusters");if(!cn(t))return null;let n=Do(t).filter(o=>o.endsWith(".md"));if(n.length===0)return null;let r=0;for(let o of n)r+=eg(Pt(t,o));return{exists:!0,clusterCount:n.length,articleCount:r}}function ng(e){let t=Pt(e,"briefs");if(!cn(t))return null;let n=Do(t).filter(r=>r.endsWith(".md"));return n.length>0?{exists:!0,count:n.length}:null}function rg(e){let t=Pt(e,"content");if(!cn(t))return null;let n=Do(t).filter(r=>r.endsWith(".md"));return n.length===0?null:{exists:!0,count:n.length}}function og(e){let t=Pt(e,"roadmap.md");return cn(t)?{exists:!0,updatedAt:Xf(t).mtime.toISOString()}:null}function Wa(e){let t=C(e);if(!t)return null;let n=Le(e);return{domain:t.domain,audit:Zf(n),strategy:tg(n),briefs:ng(n),content:rg(n),roadmap:og(n)}}import Xe from"picocolors";var Ka=/\x1b\[[0-9;]*m/g;function un(e){return e.replace(Ka,"").length}var ig=51,sg=24,ag=80;function lg(e,t,n=ig){let r=0;for(let c of e)"sep"in c||(r=Math.max(r,un(c.content)));let o=t?un(t)+6:0,i=Math.max(n,r+4,o),s=process.stdout?.columns,a=(typeof s=="number"&&s>0?s:ag)-2,l=Math.max(sg,a);return Math.min(i,l)}function cg(e,t){if(un(e)<=t)return e;if(t<=0)return"";let n=t-1,r="",o=0,i=!1,s=d=>{for(let p of d){if(o+p.length>n)return;r+=p,o+=p.length}},a=new RegExp(Ka.source,"g"),l=0,c;for(;(c=a.exec(e))!==null;)s(e.slice(l,c.index)),r+=c[0],i=!0,l=c.index+c[0].length;return s(e.slice(l)),`${r}\u2026${i?"\x1B[0m":""}`}function H(e,t={}){let n=lg(e,t.title,t.width),r=n-4,o="\u2500".repeat(n-2),i=ug(n,t.title),s=Xe.dim(`\u251C${o}\u2524`),a=Xe.dim(`\u2514${o}\u2518`),l=[i];for(let c of e){if("sep"in c){l.push(s);continue}l.push(dg(c.content,r))}return l.push(a),l.join(`
93
+ `)}function ug(e,t){if(!t)return Xe.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`);let n=un(t),r=e-5-n;return r<1?Xe.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`):`${Xe.dim("\u250C\u2500 ")}${t}${Xe.dim(` ${"\u2500".repeat(r)}\u2510`)}`}function dg(e,t){let n=un(e),r=n<=t?e+" ".repeat(t-n):cg(e,t);return`${Xe.dim("\u2502")} ${r} ${Xe.dim("\u2502")}`}function Fo(e){let t=Date.now()-new Date(e).getTime(),n=Math.floor(t/6e4);if(n<60)return`${n} minutes ago`;let r=Math.floor(n/60);return r<24?`${r} hours ago`:`${Math.floor(r/24)} days ago`}function dn(){let e=Wa(process.cwd());if(!e){u.warn("No SEOAgent project found in this directory."),u.info(`Run \`${h("init")}\` to get started.`);return}u.message(pg(e))}function pg(e){if(!e)return"";let t=11,n=s=>O.dim(s.padEnd(t)),r=[];D(e.domain)?(r.push({content:`${O.green("\u2713")} ${O.dim("Logged in")}`}),r.push({content:O.dim(` Run \`${h("whoami")}\` for email / plan.`)})):(r.push({content:`${O.dim("\u25CB Not logged in")}`}),r.push({content:O.dim(` Run \`${h("login")}\` to connect.`)})),r.push({sep:!0}),r.push({content:e.audit?.exists?`${n("Audit:")}${O.green(`last run ${Fo(e.audit.date??"")}`)} ${O.dim(`(${e.audit.issueCount??0} issues)`)}`:`${n("Audit:")}${O.dim("not yet run")}`}),r.push({content:e.strategy?.exists?`${n("Strategy:")}${O.bold(O.cyan(String(e.strategy.clusterCount??0)))} ${O.dim("clusters")} \xB7 ${O.bold(O.cyan(String(e.strategy.articleCount??0)))} ${O.dim("ideas")}`:`${n("Strategy:")}${O.dim("not yet created")}`}),r.push({content:e.briefs?.exists?`${n("Briefs:")}${O.bold(O.cyan(String(e.briefs.count??0)))} ${O.dim("ready")}`:`${n("Briefs:")}${O.dim("none created")}`}),r.push({content:e.content?.exists?`${n("Content:")}${O.green("\u2713")} ${O.bold(O.cyan(String(e.content.count??0)))} ${O.dim("articles written")}`:`${n("Content:")}${O.dim("no articles yet")}`}),r.push({content:e.roadmap?.exists?`${n("Roadmap:")}${O.green("updated")} ${O.dim(Fo(e.roadmap.updatedAt??""))}`:`${n("Roadmap:")}${O.dim("not yet created")}`});let i=`${O.bold(O.cyan("SEOAgent"))} ${O.dim("\xB7")} ${O.bold(e.domain)}`;return H(r,{width:78,title:i})}import{exec as fg,spawn as qa}from"child_process";import{confirm as gg,isCancel as mg}from"@clack/prompts";import Q from"picocolors";function Qe(e,t){let n=i=>i.replace(/[-+].*$/,"").split(".").map(s=>Number.parseInt(s,10)||0).slice(0,3),r=n(e),o=n(t);for(let i=0;i<3;i++){let s=(r[i]??0)-(o[i]??0);if(s!==0)return s}return 0}var hg=`https://registry.npmjs.org/${Ie}/latest`,pn=["free","starter","pro","scale","enterprise"],xr={free:"Free",starter:"Starter",pro:"Pro",scale:"Scale",enterprise:"Enterprise"};function yg(e){let t=e.trim().toLowerCase().split(/\s+/)[0];return pn.includes(t)?t:null}function wg(e){let t=pn.indexOf(e);return t===-1||t===pn.length-1?null:pn[t+1]}async function bg(e,t=fetch){if(!e)return null;try{let n=(e.api_base||N.BASE).replace(/\/$/,""),r=await t(`${n}/api/cli/whoami`,{headers:{Authorization:`Bearer ${e.user_token}:${e.website_token}`,Accept:"application/json"}});if(!r.ok)return null;let o=await r.json();return typeof o.plan!="string"||!o.plan?null:{plan:o.plan,email:typeof o.email=="string"&&o.email?o.email:void 0,domain:typeof o.domain=="string"&&o.domain?o.domain:void 0}}catch{return null}}function kg(e){let t=[],r=s=>Q.dim(s.padEnd(10)),o=!1;e.email&&(t.push({content:`${r("Email:")}${Q.bold(e.email)}`}),o=!0),e.domain&&(t.push({content:`${r("Website:")}${Q.cyan(e.domain)}`}),o=!0),o&&t.push({sep:!0});for(let s of pn){let a=xr[s];s===e.current?t.push({content:`${Q.bold(Q.green("\u25CF"))} ${Q.bold(Q.green(a.padEnd(11)))} ${Q.dim("\u2190 you are here")}`}):s===e.next?t.push({content:`${Q.yellow("\u25C6")} ${Q.bold(Q.yellow(a.padEnd(11)))} ${Q.yellow("next tier")}`}):t.push({content:Q.dim(` ${a}`)})}let i=`${Q.bold(Q.cyan("SEOAgent Cloud"))} ${Q.dim("\xB7")} ${Q.dim("your plan")}`;return H(t,{width:55,title:i})}async function fn(){let e=C(process.cwd()),t=D(e?.domain),n=!!process.stdin.isTTY;if(t&&n){let r=await bg(t);if(r){let o=yg(r.plan),i=o?wg(o):null;if(o&&u.message(kg({email:r.email,domain:r.domain,current:o,next:i})),o&&!i){u.success(`You're on ${xr[o]} (highest tier).`);return}if(o&&i){let s=await gg({message:`Upgrade from ${xr[o]} to ${xr[i]}?`});if(mg(s)||!s){u.info("No changes.");return}}}}vg()}function vg(){let e=$g();u.info("Opening SEOAgent Cloud pricing..."),u.message(`URL: ${e}`);let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "${e}"`:`xdg-open "${e}"`;fg(t,n=>{n&&u.warn("Could not open browser. Visit the URL above to upgrade.")})}function $g(){let e=C(process.cwd());return ve("cli-upgrade",e?.domain)}async function gn(e={}){let t=R,n=await Sg();if(!n){u.warn("Couldn't reach the npm registry to check for a newer version."),u.message(`You're on ${t}. To force-update: npm install -g ${Ie}@latest`);return}if(Qe(t,n)>=0){u.success(`You're on the latest CLI (${t}).`);return}if(!so()){u.info(`A newer CLI is available: ${t} \u2192 ${n}.`),u.message("You're running via npx, which caches the package \u2014 an unpinned spec won't auto-upgrade."),u.message(`Run the latest now by pinning the tag: npx -y ${Ie}@latest <cmd>`),u.message(`Still on ${t} after that? Clear the npx cache: rm -rf ~/.npm/_npx`),u.message(`Or install globally once so \`seoagent <cmd>\` + \`update-cli\` work in place: npm install -g ${Ie}@latest`);return}if(e.dryRun){u.info(`(dry-run) would run: npm install -g ${Ie}@latest`);return}if(u.info(`Updating CLI: ${t} \u2192 ${n}\u2026`),!await _g()){u.error(`Update failed. Try manually: npm install -g ${Ie}@latest (you may need sudo on Linux/macOS).`);return}if(u.success(`Updated to ${n}.`),e.projects===!1){u.info("Skipped project refresh (--no-projects). Each project updates itself on its next sync.");return}u.info("Refreshing your other projects to the new version\u2026"),await xg()||u.info("Could not run the project sweep automatically \u2014 run `seoagent refresh --all` to update all projects now (otherwise each updates itself the next time you open it in Claude Code).")}function xg(){return new Promise(e=>{try{let t=qa("seoagent",["refresh","--all"],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))}catch{e(!1)}})}async function Sg(e=fetch){try{let t=await e(hg,{headers:{Accept:"application/json"}});if(!t.ok)return null;let n=await t.json();return typeof n.version=="string"?n.version:null}catch{return null}}function _g(){return new Promise(e=>{let t=qa("npm",["install","-g",`${Ie}@latest`],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))})}import{spinner as Py}from"@clack/prompts";import B from"picocolors";import{existsSync as oi,mkdirSync as Oh,readFileSync as sc,readdirSync as Th,writeFileSync as Lh}from"fs";import{join as ii,relative as Nh,sep as jh}from"path";var Cg=["claude-code","cursor","codex","grok-bot","unknown"],Eg="SEOAGENT_AGENT";function Va(e=process.env){let t=(e[Eg]??"").trim().toLowerCase();return Cg.includes(t)?t:e.CLAUDECODE||e.CLAUDE_CODE||e.CLAUDE_CODE_ENTRYPOINT?"claude-code":e.CURSOR_TRACE_ID||e.CURSOR_AGENT||e.CURSOR_SESSION_ID?"cursor":e.CODEX_SANDBOX||e.CODEX_THREAD_ID||e.OPENAI_CODEX?"codex":e.GROK_SANDBOX||e.XAI_SANDBOX?"grok-bot":"unknown"}import{existsSync as Rg,mkdirSync as Ag,readdirSync as Ya,readFileSync as Uo,writeFileSync as za}from"fs";import{dirname as Ig,join as Ot,relative as Pg}from"path";var me=e=>typeof e=="string"&&e?e:void 0;function Bo(e,t){let n=Ot(e,t),r;try{r=Ya(n)}catch{return[]}let o=[];for(let i of r){if(!i.endsWith(".md")&&!i.endsWith(".mdx")||i.startsWith("_")||i.startsWith("."))continue;let s=Ot(n,i),a;try{a=de(Uo(s,"utf-8")).data}catch{continue}let l=me(a.slug)??i.replace(/\.mdx?$/,"");o.push({slug:l,title:me(a.title)??l,draft:a.draft===!0,page_type:me(a.page_type)??me(a.type),path:Pg(e,s)})}return o}function mn(e){let t;try{t=Ya(e)}catch{return[]}let n=[];for(let r of t){if(!r.endsWith(".md"))continue;let o=Ot(e,r),i;try{i=de(Uo(o,"utf-8")).data}catch{continue}n.push({slug:me(i.slug)??r.replace(/\.md$/,""),source:me(i.source)??"external",repo_path:me(i.repo_path)??null,status:me(i.status)??null,file:o})}return n}function Go(e,t,n){let r=new Set(t.map(l=>l.slug)),o=e.filter(l=>!l.draft&&!r.has(l.slug)),i=new Map(e.filter(l=>!l.draft).map(l=>[l.slug,l])),s=[];for(let l of t){if((l.status??"")==="published")continue;let c=i.get(l.slug);c&&s.push({pointer:l,article:c})}let a=t.filter(l=>l.source==="repo"&&l.repo_path!==null&&!n(l.repo_path));return{toTrack:o,toPublish:s,stale:a,alreadyTracked:t.length-a.length}}function Ho(e){return t=>Rg(Ot(e,t))}function Sr(e){return e.trim().replace(/^.*\/([^/]+)$/,"$1").replace(/\.[a-z0-9]+$/i,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Ja(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}function Tt(e,t){if(t.url&&t.url.trim())return t.url.trim().replace(/\/+$/,"");if(!t.domain||t.domain==="unknown")return null;let n=t.domain.replace(/^https?:\/\//,"").replace(/\/$/,""),r=(t.blogPath||"").replace(/\/+$/,"");return`https://${n}${r}/${e}`}var Mo="This is a pointer so the cloud dashboard can track it without duplicating";function Xa(e){if(!e.includes(Mo))return null;let t;try{t=de(e)}catch{return null}return!me(t.data.slug)||!t.body.includes(Mo)?null:{status:me(t.data.status)??null,repo_path:me(t.data.repo_path)??null}}function hn(e){let t=["---",`slug: ${e.slug}`,`title: ${JSON.stringify(e.title)}`];e.page_type&&t.push(`page_type: ${e.page_type}`),e.canonical&&t.push(`canonical: ${e.canonical}`),t.push(`status: ${e.status}`),t.push(`source: ${e.source}`),e.repo_path&&t.push(`repo_path: ${e.repo_path}`),e.brief&&t.push(`brief: ${JSON.stringify(e.brief)}`),e.supersedes&&t.push(`supersedes: ${e.supersedes}`),e.primary_keyword&&t.push(`primary_keyword: ${JSON.stringify(e.primary_keyword)}`),t.push(`tracked_at: ${e.tracked_at}`),t.push("---");let n=e.repo_path?`rendered from \`${e.repo_path}\` (the source of truth for its body)`:"rendered from its source (repo or CMS)",r=e.canonical?`
94
94
 
95
- Live: ${e.canonical}`:"",o=[`# ${e.title}`,"",`Tracked record \u2014 this article is **${e.status}** and ${n}.`,Do,"the body. Edit the source file to change the article."+r,""].join(`
95
+ Live: ${e.canonical}`:"",o=[`# ${e.title}`,"",`Tracked record \u2014 this article is **${e.status}** and ${n}.`,Mo,"the body. Edit the source file to change the article."+r,""].join(`
96
96
  `);return`${t.join(`
97
97
  `)}
98
98
 
99
99
  ${o}
100
- `}function re(e,t,n){let r=e.findIndex(i=>new RegExp(`^${t}:\\s`).test(i)||i===`${t}:`);if(r===-1)return[...e,`${t}: ${n}`];let o=[...e];return o[r]=`${t}: ${n}`,o}function Tg(e,t){let n=e.match(/^---\r?\n([\s\S]*?)\r?\n---(\r?\n[\s\S]*)?$/);if(!n)return e;let r=n[1].split(/\r?\n/);return r=re(r,"status","published"),r=re(r,"source","repo"),r=re(r,"repo_path",t.repoPath),t.canonical&&!r.some(o=>/^canonical:\s*\S/.test(o))&&(r=re(r,"canonical",t.canonical)),`---
100
+ `}function re(e,t,n){let r=e.findIndex(i=>new RegExp(`^${t}:\\s`).test(i)||i===`${t}:`);if(r===-1)return[...e,`${t}: ${n}`];let o=[...e];return o[r]=`${t}: ${n}`,o}function Og(e,t){let n=e.match(/^---\r?\n([\s\S]*?)\r?\n---(\r?\n[\s\S]*)?$/);if(!n)return e;let r=n[1].split(/\r?\n/);return r=re(r,"status","published"),r=re(r,"source","repo"),r=re(r,"repo_path",t.repoPath),t.canonical&&!r.some(o=>/^canonical:\s*\S/.test(o))&&(r=re(r,"canonical",t.canonical)),`---
101
101
  ${r.join(`
102
102
  `)}
103
103
  ---${n[2]??`
104
- `}`}function Xa(e,t){let n=e.match(/^---\r?\n([\s\S]*?)\r?\n---(\r?\n[\s\S]*)?$/);if(!n)return null;let r=n[1].split(/\r?\n/);return r=re(r,"slug",t.slug),r=re(r,"status",t.status),r=re(r,"source",t.source),t.title!==void 0&&(r=re(r,"title",JSON.stringify(t.title))),t.canonical&&(t.canonicalExplicit||!r.some(o=>/^canonical:\s*\S/.test(o)))&&(r=re(r,"canonical",t.canonical)),t.page_type&&(r=re(r,"page_type",t.page_type)),t.primary_keyword&&(r=re(r,"primary_keyword",JSON.stringify(t.primary_keyword))),t.repo_path&&(r=re(r,"repo_path",t.repo_path)),t.brief&&(r=re(r,"brief",JSON.stringify(t.brief))),t.supersedes&&(r=re(r,"supersedes",t.supersedes)),r=re(r,"tracked_at",t.tracked_at),`---
104
+ `}`}function Qa(e,t){let n=e.match(/^---\r?\n([\s\S]*?)\r?\n---(\r?\n[\s\S]*)?$/);if(!n)return null;let r=n[1].split(/\r?\n/);return r=re(r,"slug",t.slug),r=re(r,"status",t.status),r=re(r,"source",t.source),t.title!==void 0&&(r=re(r,"title",JSON.stringify(t.title))),t.canonical&&(t.canonicalExplicit||!r.some(o=>/^canonical:\s*\S/.test(o)))&&(r=re(r,"canonical",t.canonical)),t.page_type&&(r=re(r,"page_type",t.page_type)),t.primary_keyword&&(r=re(r,"primary_keyword",JSON.stringify(t.primary_keyword))),t.repo_path&&(r=re(r,"repo_path",t.repo_path)),t.brief&&(r=re(r,"brief",JSON.stringify(t.brief))),t.supersedes&&(r=re(r,"supersedes",t.supersedes)),r=re(r,"tracked_at",t.tracked_at),`---
105
105
  ${r.join(`
106
106
  `)}
107
107
  ---${n[2]??`
108
- `}`}function Qa(e,t){let n=Tt(e,k,"content"),r=gn(n),o=new Set;t.content_dir&&o.add(t.content_dir);for(let c of r)c.source==="repo"&&c.repo_path&&o.add(Ig(c.repo_path));if(o.size===0)return{tracked:[],published:[]};let i=[...o].flatMap(c=>Mo(e,c)),s=Uo(i,r,Bo(e)),a=[];for(let{pointer:c,article:d}of s.toPublish)try{let p=Tg(Fo(c.file,"utf-8"),{repoPath:d.path,canonical:Ot(c.slug,{domain:t.domain,blogPath:t.blog_path})});Va(c.file,p,"utf-8"),a.push(c.slug)}catch{}if(s.toTrack.length===0)return{tracked:[],published:a};Ag(n,{recursive:!0});let l=[];for(let c of s.toTrack){let d=mn({slug:c.slug,title:c.title,canonical:Ot(c.slug,{domain:t.domain,blogPath:t.blog_path}),status:"published",page_type:c.page_type,source:"repo",repo_path:c.path,tracked_at:new Date().toISOString()});Va(Tt(n,`${c.slug}.md`),d,"utf-8"),l.push(c.slug)}return{tracked:l,published:a}}import{existsSync as Ho,mkdirSync as Og,readdirSync as Za,readFileSync as Lg,unlinkSync as Ng,writeFileSync as Go}from"fs";import{join as gt}from"path";import z from"picocolors";var Wo={};function Ko(e){let t=new Map;try{for(let n of gn(gt(e,k,"content")))t.set(n.slug,{status:n.status,repo_path:n.repo_path})}catch{}return t}function el(e){let t=new Map;for(let n of e){if(n.action_type!=="cli_draft_ready")continue;let r=n.payload||{},o=r.article_slug??n.subject_id??null,i=r.path??(o?`content/${o}.md`:null);i&&t.set(i,[...t.get(i)??[],n.id])}return t}function Me(e){return gt(e,k,"inbox")}function tl(e){return`${e.action_type}-${e.id}.md`}function jg(e,t){let n=0;if(!Ho(e))return 0;for(let r of Za(e)){if(!r.endsWith(".md")||r==="README.md")continue;let o=r.match(/^(?:.+)-(\d+)\.md$/);if(!o)continue;let i=Number.parseInt(o[1],10);if(!Number.isNaN(i)&&!t.has(i))try{Ng(gt(e,r)),n++}catch{}}return n}function Dg(e){let t=e.payload||{},n=t.articleId??"unknown",r=t.slug??null,o=t.originalTitle??null,i=t.originalUrl??null,s=t.cmsType??null;return`---
108
+ `}`}function Za(e,t){let n=Ot(e,k,"content"),r=mn(n),o=new Set;t.content_dir&&o.add(t.content_dir);for(let c of r)c.source==="repo"&&c.repo_path&&o.add(Ig(c.repo_path));if(o.size===0)return{tracked:[],published:[]};let i=[...o].flatMap(c=>Bo(e,c)),s=Go(i,r,Ho(e)),a=[];for(let{pointer:c,article:d}of s.toPublish)try{let p=Og(Uo(c.file,"utf-8"),{repoPath:d.path,canonical:Tt(c.slug,{domain:t.domain,blogPath:t.blog_path})});za(c.file,p,"utf-8"),a.push(c.slug)}catch{}if(s.toTrack.length===0)return{tracked:[],published:a};Ag(n,{recursive:!0});let l=[];for(let c of s.toTrack){let d=hn({slug:c.slug,title:c.title,canonical:Tt(c.slug,{domain:t.domain,blogPath:t.blog_path}),status:"published",page_type:c.page_type,source:"repo",repo_path:c.path,tracked_at:new Date().toISOString()});za(Ot(n,`${c.slug}.md`),d,"utf-8"),l.push(c.slug)}return{tracked:l,published:a}}import{existsSync as Ko,mkdirSync as Tg,readdirSync as el,readFileSync as Lg,unlinkSync as Ng,writeFileSync as Wo}from"fs";import{join as gt}from"path";import z from"picocolors";var qo={};function Vo(e){let t=new Map;try{for(let n of mn(gt(e,k,"content")))t.set(n.slug,{status:n.status,repo_path:n.repo_path})}catch{}return t}function tl(e){let t=new Map;for(let n of e){if(n.action_type!=="cli_draft_ready")continue;let r=n.payload||{},o=r.article_slug??n.subject_id??null,i=r.path??(o?`content/${o}.md`:null);i&&t.set(i,[...t.get(i)??[],n.id])}return t}function Me(e){return gt(e,k,"inbox")}function nl(e){return`${e.action_type}-${e.id}.md`}function jg(e,t){let n=0;if(!Ko(e))return 0;for(let r of el(e)){if(!r.endsWith(".md")||r==="README.md")continue;let o=r.match(/^(?:.+)-(\d+)\.md$/);if(!o)continue;let i=Number.parseInt(o[1],10);if(!Number.isNaN(i)&&!t.has(i))try{Ng(gt(e,r)),n++}catch{}}return n}function Dg(e){let t=e.payload||{},n=t.articleId??"unknown",r=t.slug??null,o=t.originalTitle??null,i=t.originalUrl??null,s=t.cmsType??null;return`---
109
109
  action_id: ${e.id}
110
110
  action_type: ${e.action_type}
111
111
  article_id: ${n}
@@ -190,7 +190,7 @@ next \`seoagent sync\`. If you disagree or it's a false positive, decline it:
190
190
  \`\`\`bash
191
191
  ${h(`ack ${e.id}`)} --failed --reason "not applicable; ..."
192
192
  \`\`\`
193
- `}function nl(e){return e.capture_screenshots!==!0?"":`
193
+ `}function rl(e){return e.capture_screenshots!==!0?"":`
194
194
  ## Screenshots to capture
195
195
 
196
196
  This is a **SaaS / product site**, so this page should include **real product
@@ -227,7 +227,7 @@ is auto-generated.
227
227
  - **Role**: ${i??"(none)"}
228
228
  - **Search intent**: ${s??"(none)"}
229
229
  - **Priority**: ${a}
230
- ${nl(t)}
230
+ ${rl(t)}
231
231
  ## How to write it
232
232
 
233
233
  1. Read the full brief \u2014 it's synced under \`.seoagent/\` (look for a briefs file
@@ -313,7 +313,7 @@ If you disagree (page is fine as-is, intentionally short, etc.), decline it:
313
313
  \`\`\`bash
314
314
  ${h(`ack ${e.id}`)} --failed --reason "kept as-is; ..."
315
315
  \`\`\`
316
- `}function qg(e,t=Wo){let n=e.payload||{},r=n.article_slug??e.subject_id??null,o=n.path??(r?`content/${r}.md`:null),i=n.brief_slug??null,s=n.primary_keyword??null,a=n.word_count??null,l=r?t.localPointers?.get(r):void 0,c=(l?.status??"").toLowerCase()==="published",d=o?t.conflictedPaths?.has(o)===!0:!1,p=n.mode==="revision",f=p||c||d,g=n.replaces_path??l?.repo_path??null,m=r??"<slug>",y=i?` --brief ${i}`:"",w=i?`, and this refresh came from brief \`${i}\``:"",b=`${h(`content track --slug ${m}`)} --url <live-url> --file <repo-path>${y} --action ${e.id}`,A=`${h("content track --slug <your-new-slug>")} --url <live-url> --file <repo-path>${y} --supersedes ${m} --action ${e.id}`,x=[p?"the dashboard flagged this slug as already live":null,c?`\`.seoagent/content/${r}.md\` is tracked here as **published**`:null,d?`this sync kept your local \`${o}\` over the cloud copy`:null].filter(Boolean).join("; "),E=`---
316
+ `}function qg(e,t=qo){let n=e.payload||{},r=n.article_slug??e.subject_id??null,o=n.path??(r?`content/${r}.md`:null),i=n.brief_slug??null,s=n.primary_keyword??null,a=n.word_count??null,l=r?t.localPointers?.get(r):void 0,c=(l?.status??"").toLowerCase()==="published",d=o?t.conflictedPaths?.has(o)===!0:!1,p=n.mode==="revision",f=p||c||d,g=n.replaces_path??l?.repo_path??null,m=r??"<slug>",y=i?` --brief ${i}`:"",w=i?`, and this refresh came from brief \`${i}\``:"",b=`${h(`content track --slug ${m}`)} --url <live-url> --file <repo-path>${y} --action ${e.id}`,A=`${h("content track --slug <your-new-slug>")} --url <live-url> --file <repo-path>${y} --supersedes ${m} --action ${e.id}`,x=[p?"the dashboard flagged this slug as already live":null,c?`\`.seoagent/content/${r}.md\` is tracked here as **published**`:null,d?`this sync kept your local \`${o}\` over the cloud copy`:null].filter(Boolean).join("; "),E=`---
317
317
  action_id: ${e.id}
318
318
  action_type: ${e.action_type}
319
319
  article_slug: ${r??""}
@@ -323,7 +323,7 @@ mode: ${f?"revision":"new"}
323
323
  replaces_path: ${g??""}
324
324
  created_at: ${e.created_at}
325
325
  ---
326
- `,O=d?"**NOT delivered by this sync** \u2014 your local copy diverged, so the pull kept it and the cloud draft is not on disk":"pulled in the same sync that delivered this task",Y=o?`
326
+ `,T=d?"**NOT delivered by this sync** \u2014 your local copy diverged, so the pull kept it and the cloud draft is not on disk":"pulled in the same sync that delivered this task",Y=o?`
327
327
 
328
328
  To fetch the cloud draft (this file only \u2014 other conflicts stay untouched):
329
329
 
@@ -331,7 +331,7 @@ To fetch the cloud draft (this file only \u2014 other conflicts stay untouched):
331
331
  ${h(`sync --force ${o}`)}
332
332
  \`\`\`
333
333
 
334
- Read your local copy first if you have not: \`--force\` discards it.`:"",U=`- **Draft file**: \`.seoagent/${o??"(missing path)"}\` (${O})
334
+ Read your local copy first if you have not: \`--force\` discards it.`:"",U=`- **Draft file**: \`.seoagent/${o??"(missing path)"}\` (${T})
335
335
  - **Primary keyword**: ${s??"(none)"}
336
336
  - **Word count**: ${a??"(unknown)"}${d?" \u2014 per the cloud; the file on disk does NOT hold this draft yet":""}${d?Y:""}`,q=`## How to close this out
337
337
 
@@ -629,7 +629,7 @@ for **you** (or Claude Code reading this file) \u2014 nothing is auto-generated.
629
629
  - **Search intent**: ${s??"(unknown)"}
630
630
 
631
631
  ${e.description??""}
632
- ${nl(t)}
632
+ ${rl(t)}
633
633
  ## How to write it
634
634
 
635
635
  1. Decide what *kind* of page this should be \u2014 a guide, comparison, listicle,
@@ -793,12 +793,12 @@ returns only when the awaiting count changes on a later weekly run:
793
793
  \`\`\`bash
794
794
  ${h(`ack ${e.id}`)} --failed --reason "not now; ..."
795
795
  \`\`\`
796
- `}function em(e,t=Wo){switch(e.action_type){case"cli_prune_pending":return Dg(e);case"cli_technical_fix":return Ug(e);case"cli_new_content":return Bg(e);case"cli_content_update":return Kg(e);case"cli_draft_ready":return qg(e,t);case"cli_send_outreach_email":return Vg(e);case"cli_sitemap_update":return zg(e);case"cli_ai_files_update":return Yg(e);case"cli_new_landing_page":return Jg(e);case"cli_draft_context":return Xg(e);case"cli_run_audit":return Qg(e);case"cli_outreach_drafts_ready":return Zg(e);default:return null}}function tm(e,t=0){let n=t>0?`
796
+ `}function em(e,t=qo){switch(e.action_type){case"cli_prune_pending":return Dg(e);case"cli_technical_fix":return Ug(e);case"cli_new_content":return Bg(e);case"cli_content_update":return Kg(e);case"cli_draft_ready":return qg(e,t);case"cli_send_outreach_email":return Vg(e);case"cli_sitemap_update":return zg(e);case"cli_ai_files_update":return Yg(e);case"cli_new_landing_page":return Jg(e);case"cli_draft_context":return Xg(e);case"cli_run_audit":return Qg(e);case"cli_outreach_drafts_ready":return Zg(e);default:return null}}function tm(e,t=0){let n=t>0?`
797
797
  \u26A0\uFE0F **${t}** more pending action${t===1?"":"s"} need${t===1?"s":""} a newer CLI to display. Run \`${h("update-cli")}\` and sync again.
798
798
  `:"";if(e.length===0)return`# SEOAgent Inbox
799
799
 
800
800
  No pending actions. Run \`seoagent sync\` later to check for new ones.
801
- ${n}`;let r=e.map(o=>`- **${o.action_type}** id \`${o.id}\` \u2014 ${o.title??"no title"} \u2192 see \`${tl(o)}\``);return`# SEOAgent Inbox
801
+ ${n}`;let r=e.map(o=>`- **${o.action_type}** id \`${o.id}\` \u2014 ${o.title??"no title"} \u2192 see \`${nl(o)}\``);return`# SEOAgent Inbox
802
802
 
803
803
  You have **${e.length}** pending action${e.length===1?"":"s"} from your dashboard.
804
804
 
@@ -810,7 +810,7 @@ For each file, read it, take the action it describes, then run \`seoagent ack <a
810
810
 
811
811
  If you're using Claude Code, just open this directory and ask "process the inbox" \u2014 the
812
812
  skill knows what to do.
813
- `}function Ue(e){let t=Me(e);if(!Ho(t))return[];let n=[];for(let r of Za(t)){if(!r.endsWith(".md")||r==="README.md")continue;let o=r.match(/^(.+)-(\d+)\.md$/);if(!o)continue;let i=o[1],s=Number.parseInt(o[2],10);if(!Number.isFinite(s))continue;let a="no title",l=null,c=null,d=null,p=null,f=null,g=null;try{let m=Lg(gt(t,r),"utf-8"),y=m.match(/^---\n([\s\S]*?)\n---/);if(y){let A=y[1];l=Lt(A,"severity"),c=Lt(A,"issue"),d=Lt(A,"page_url");let x=Lt(A,"priority");(x==="high"||x==="medium"||x==="low")&&(p=x),f=Lt(A,"impact_estimate"),g=Lt(A,"effort_estimate")}let b=m.replace(/^---\n[\s\S]*?\n---\n+/,"").match(/^#\s+(.+)$/m);b&&(a=b[1].trim())}catch{}n.push({id:s,action_type:i,title:a,filename:r,severity:l,issue:c,page_url:d,priority:p,impact_estimate:f,effort_estimate:g})}return n.sort((r,o)=>r.id-o.id)}function Nt(e){let t=e.issue??e.action_type.replace(/^cli_/,"").replace(/_/g,"-"),n=nm[e.severity??""]??z.dim,r=e.severity??"unknown",o=[z.dim("\u25B8"),z.bold(`id ${e.id}`),z.dim("\xB7"),z.cyan(t),n(r)];if(e.priority){let i=rm[e.priority];o.push(z.dim("\xB7"),i(`p:${e.priority}`))}return e.impact_estimate&&o.push(z.dim("\xB7"),z.green(`\u21E7 ${e.impact_estimate}`)),e.effort_estimate&&o.push(z.dim("\xB7"),z.dim(`\u23F1 ${e.effort_estimate}`)),o.push(z.dim("\u2014"),e.title),o.join(" ")}var nm={critical:e=>z.red(z.bold(e)),high:e=>z.red(e),medium:e=>z.yellow(e),low:e=>z.dim(e)},rm={high:e=>z.red(z.bold(e)),medium:e=>z.yellow(e),low:e=>z.dim(e)};function Lt(e,t){let n=e.match(new RegExp(`^${t}:[ \\t]*([^\\n]*?)[ \\t]*$`,"m"));if(!n)return null;let r=n[1].replace(/^["']|["']$/g,"").trim();return!r||r==="null"||r==="~"?null:r}function _r(e){let t=Me(e);if(!Ho(t))return;let n=Ue(e),r=n.length===0?`# SEOAgent Inbox
813
+ `}function Ue(e){let t=Me(e);if(!Ko(t))return[];let n=[];for(let r of el(t)){if(!r.endsWith(".md")||r==="README.md")continue;let o=r.match(/^(.+)-(\d+)\.md$/);if(!o)continue;let i=o[1],s=Number.parseInt(o[2],10);if(!Number.isFinite(s))continue;let a="no title",l=null,c=null,d=null,p=null,f=null,g=null;try{let m=Lg(gt(t,r),"utf-8"),y=m.match(/^---\n([\s\S]*?)\n---/);if(y){let A=y[1];l=Lt(A,"severity"),c=Lt(A,"issue"),d=Lt(A,"page_url");let x=Lt(A,"priority");(x==="high"||x==="medium"||x==="low")&&(p=x),f=Lt(A,"impact_estimate"),g=Lt(A,"effort_estimate")}let b=m.replace(/^---\n[\s\S]*?\n---\n+/,"").match(/^#\s+(.+)$/m);b&&(a=b[1].trim())}catch{}n.push({id:s,action_type:i,title:a,filename:r,severity:l,issue:c,page_url:d,priority:p,impact_estimate:f,effort_estimate:g})}return n.sort((r,o)=>r.id-o.id)}function Nt(e){let t=e.issue??e.action_type.replace(/^cli_/,"").replace(/_/g,"-"),n=nm[e.severity??""]??z.dim,r=e.severity??"unknown",o=[z.dim("\u25B8"),z.bold(`id ${e.id}`),z.dim("\xB7"),z.cyan(t),n(r)];if(e.priority){let i=rm[e.priority];o.push(z.dim("\xB7"),i(`p:${e.priority}`))}return e.impact_estimate&&o.push(z.dim("\xB7"),z.green(`\u21E7 ${e.impact_estimate}`)),e.effort_estimate&&o.push(z.dim("\xB7"),z.dim(`\u23F1 ${e.effort_estimate}`)),o.push(z.dim("\u2014"),e.title),o.join(" ")}var nm={critical:e=>z.red(z.bold(e)),high:e=>z.red(e),medium:e=>z.yellow(e),low:e=>z.dim(e)},rm={high:e=>z.red(z.bold(e)),medium:e=>z.yellow(e),low:e=>z.dim(e)};function Lt(e,t){let n=e.match(new RegExp(`^${t}:[ \\t]*([^\\n]*?)[ \\t]*$`,"m"));if(!n)return null;let r=n[1].replace(/^["']|["']$/g,"").trim();return!r||r==="null"||r==="~"?null:r}function _r(e){let t=Me(e);if(!Ko(t))return;let n=Ue(e),r=n.length===0?`# SEOAgent Inbox
814
814
 
815
815
  No pending actions. Run \`seoagent sync\` later to check for new ones.
816
816
  `:`# SEOAgent Inbox
@@ -825,38 +825,38 @@ For each file, read it, take the action it describes, then run \`seoagent ack <a
825
825
 
826
826
  If you're using Claude Code, just open this directory and ask "process the inbox" \u2014 the
827
827
  skill knows what to do.
828
- `;Go(gt(t,"README.md"),r,"utf-8")}function rl(e,t,n=Wo){let r=Me(e);Og(r,{recursive:!0});let o=new Set(t.map(c=>c.id)),i=jg(r,o),s={...n,localPointers:n.localPointers??Ko(e)},a=[],l=0;for(let c of t){let d=em(c,s);if(d===null){l++;continue}Go(gt(r,tl(c)),d,"utf-8"),a.push(c)}return Go(gt(r,"README.md"),tm(a,l),"utf-8"),{wrote:a.length,removed:i,inboxPath:r,skippedUnknown:l,pendingIds:t.map(c=>c.id),pending:a.map(c=>({id:c.id,action_type:c.action_type,title:c.title}))}}import{existsSync as zm,readFileSync as Ym,writeFileSync as Jm}from"fs";import{join as Xm}from"path";import{createHash as _l}from"crypto";import{existsSync as Cl,mkdirSync as Fm,readFileSync as Mm,writeFileSync as xl,rmSync as Um}from"fs";import{dirname as Bm,join as zo,sep as Gm}from"path";function om(e){return e.replace(/^\/+/,"").replace(/\\/g,"/")}var im=[{cls:"project",test:e=>e==="project.md"},{cls:"audit",test:e=>e==="audit/latest.md"||/^audit\/(critical|high|medium|low)\.md$/.test(e)},{cls:"brief",test:e=>/^briefs\/[^/]+\.md$/.test(e)},{cls:"article",test:e=>/^content\/[^/]+\.md$/.test(e)},{cls:"cluster",test:e=>/^strategy\/clusters\/[^/]+\.md$/.test(e)},{cls:"keywords",test:e=>e==="keywords.md"||/^strategy\/keywords\/[^/]+\.md$/.test(e)},{cls:"pages",test:e=>e==="pages.md"||e==="pages-discovered.md"||/^pages\/[^/]+\.md$/.test(e)},{cls:"competitors",test:e=>e==="competitors.md"},{cls:"changelog",test:e=>e==="changelog.md"}];function ol(e,t){let n=om(e);for(let{cls:r,test:o}of im)if(o(n))return t&&(r==="keywords"||r==="pages")?"generated-index":r;return"other"}import{readdirSync as sm,readFileSync as il,statSync as am,writeFileSync as lm,existsSync as sl}from"fs";import{join as qo,relative as al,resolve as ll,sep as wl,posix as mt}from"path";function jt(e,t){let n=new RegExp(`^- \\*\\*${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}\\*\\* *:?\\s*(.*)$`,"mi"),o=new RegExp(`^- \\*\\*${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}:\\*\\*\\s*(.*)$`,"mi").exec(e)??n.exec(e);return o?o[1].trim():null}function Dt(e){return e!==null&&!e.startsWith("_(none")}function cm(e){try{let t=new URL(e).pathname.replace(/\/+$/,"");return t===""?"/":t}catch{return"/"}}function Er(e){let t=/^---\n([\s\S]*?)\n---/.exec(e);return t&&/^source_render:\s*true\s*$/m.test(t[1])?!0:/SOURCE RENDER \(local dev server\)/.test(e)}function um(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
829
- `,1)[0].trim();if(!/^https?:\/\//i.test(o))continue;let i=r.slice(o.length),s=!/^- Not fetched/m.test(i),a=jt(i,"JSON-LD @types present")??"",l=Dt(a)?Array.from(a.matchAll(/`([^`]+)`/g)).map(c=>c[1].toLowerCase()):[];t.push({url:o,pathname:cm(o),fetched:s,titlePresent:Dt(jt(i,"title")),metaDescriptionPresent:Dt(jt(i,"meta description")),canonicalPresent:Dt(jt(i,"canonical")),jsonLdTypes:l,openGraphPresent:Dt(jt(i,"Open Graph")),twitterPresent:Dt(jt(i,"Twitter"))})}return t}var Cr="(\\d{4}-\\d{2}-\\d{2})";function dm(e){let t=/^---\n([\s\S]*?)\n---/.exec(e),n=t?new RegExp(`^captured_at:\\s*["']?${Cr}`,"m").exec(t[1]):null;if(n)return n[1];let r=new RegExp(`^\\*\\*Crawled origin:\\*\\*.*\\bat ${Cr}`,"m").exec(e);return r?r[1]:null}var pm=["audited_at","generated_at","updated_at","created_at","last_updated","updated","date"];function fm(e){let t=/^---\n([\s\S]*?)\n---/.exec(e);if(!t)return null;let n=null;for(let r of pm){let o=new RegExp(`^${r}:\\s*["']?${Cr}`,"im").exec(t[1]);o&&(n===null||o[1]>n)&&(n=o[1])}return n}var cl=new RegExp(`^\\s*(?:(?:[-*+]|\\d+\\.)\\s+)?\\[?${Cr}\\]?(?:$|[\\s:\u2014\u2013\\-)\\]])`);function gm(e,t,n){let r=cl.exec(e);if(r)return r[1];for(let o=t.length-1;o>=0;o--){let i=cl.exec(t[o]);if(i)return i[1]}return n}var yn="CORRECTION (verify-recs)",mm=/\b(add(?:ed|ing|s)?|implement(?:ed|ing|s)?|inject(?:ed|ing|s)?|creat(?:e|ed|ing|es)|introduc(?:e|ed|ing|es))\b/i,hm=/\b(none existed|never existed|there (?:was|is|were|are) no|not present|missing|absent|lack(?:s|ed|ing)?|ha[sd] no|have no|did ?not (?:previously )?(?:have|exist|serve)|didn['’]?t (?:previously )?(?:have|exist|serve)|does ?not (?:have|exist|serve)|doesn['’]?t (?:have|exist|serve)|no existing)\b/i,ym=/\b(pages|posts|articles|subpages|templates|blog posts|every page|all pages)\b/i,ul=/\b(home ?page)\b/i,bl=["organization","softwareapplication","website","webpage","aboutpage","contactpage","collectionpage","profilepage","article","blogposting","newsarticle","faqpage","qapage","breadcrumblist","product","howto","itemlist","localbusiness","person","review","aggregaterating","videoobject","event","offer","service","recipe","course","jobposting"],wm=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema\b|@type|\bmarkup\b/i,bm=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema(?:\.org)?\b|@type|\bmarkup\b/.source,kl={faq:"faqpage",faqs:"faqpage",howto:"howto",breadcrumb:"breadcrumblist",breadcrumbs:"breadcrumblist"},km=new Set(["a","an","the","any","no","not","its","our","your","their","this","that","these","those","some","all","more","extra","additional","further","other","new","net-new","existing","current","valid","proper","correct","appropriate","relevant","basic","full","complete","rich","minimal","page","page-level","site","site-wide","sitewide","global","homepage","structured","json","ld","json-ld","schema","and","or","of","with","without","has","have","had","is","are","was","were","serve","serves","served","serving","include","includes","including","add","adds","added","adding","implement","implemented","implementing","inject","injected","injecting","create","created","creating","introduce","introduced","introducing","missing","absent","lacks","lacking","plus","use","uses","using","need","needs","needed","ship","ships","shipped","emit","emits","render","renders","output","outputs","in","on","for","to","from","per","via","but","still","already","currently","never","previously","only","just","e.g","i.e","etc"]);function vm(e){let t=[],n=new RegExp(bm,"gi"),r;for(;(r=n.exec(e))!==null;){let o=/([A-Za-z][A-Za-z0-9'\u2019.-]*)\s+$/.exec(e.slice(0,r.index));if(!o)continue;let i=o[1].toLowerCase().replace(/['\u2019]s$/,"").replace(/\.+$/,"");!i||km.has(i)||bl.includes(i)||kl[i]||t.push(i)}return t}function $m(e){let t=e.toLowerCase(),n=new Set;for(let r of bl)new RegExp(`\\b${r}\\b`,"i").test(t)&&n.add(r);for(let[r,o]of Object.entries(kl))new RegExp(`\\b${r}\\b`,"i").test(t)&&n.add(o);return Array.from(n)}var xm=[{id:"title",re:/\btitle\s+tag\b|<title>/i,present:e=>e.titlePresent,label:"a <title> tag"},{id:"meta_description",re:/\bmeta[\s-]*description\b/i,present:e=>e.metaDescriptionPresent,label:"a meta description"},{id:"canonical",re:/\bcanonical\b/i,present:e=>e.canonicalPresent,label:"a canonical tag"},{id:"open_graph",re:/\bopen[\s-]*graph\b|\bog:[a-z]+|\bog\s+tags?\b/i,present:e=>e.openGraphPresent,label:"Open Graph tags"},{id:"twitter_card",re:/\btwitter:[a-z_]+|\btwitter\s+(card|tags?)\b/i,present:e=>e.twitterPresent,label:"a Twitter card"}],Sm=["page_url","target_url","page","url","resource","canonical","permalink","live_url"],_m=/^[ \t]*(?:[-*+]\s+)?\*\*(?:page(?:\s+to\s+update)?|target\s+page|url|canonical)\s*:?\*\*:?\s*<?([^\s<>)]+)/im;function Cm(e){return/(^|[\\/])(briefs|content|articles|pages|posts)[\\/]/.test(e)}function hn(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Em(e){let t="";try{t=new URL(e.url).host.replace(/^www\./,"")}catch{}let n=e.pathname==="/"?"":e.pathname;return(n?[hn(t+n),hn(n)]:[hn(t)]).filter(Boolean)}function dl(e,t){let n=hn(e);if(!n)return null;let r=null,o=0;for(let s of t)for(let a of Em(s))n!==a&&!n.endsWith(`-${a}`)||a.length>o&&(r=s,o=a.length);if(r)return r;let i=t.filter(s=>{let a=s.pathname.split("/").filter(Boolean).pop();return a!==void 0&&hn(a)===n});return i.length===1?i[0]:null}function pl(e,t){let n=e.trim().replace(/^[<("'`]+/,"").replace(/[>)"'`.,]+$/,"");if(!n)return null;let r=n.toLowerCase();for(let i of t)if(i.url.toLowerCase()===r)return i;let o=r;try{o=new URL(n).pathname.toLowerCase()}catch{}if(o=o.replace(/\/+$/,"")||"/",!o.startsWith("/"))return null;for(let i of t)if(i.pathname.toLowerCase()===o)return i;return null}function Rm(e,t,n){let r=/^---\n([\s\S]*?)\n---/.exec(t);if(r)for(let i of Sm){let s=new RegExp(`^${i}:\\s*["']?([^"'\\n]+)`,"im").exec(r[1]),a=s?pl(s[1],n):null;if(a)return a}let o=_m.exec(t);if(o){let i=pl(o[1],n);if(i)return i}if(e&&Cm(e)){let i=(e.split(/[\\/]/).pop()??"").replace(/\.md$/i,""),s=dl(i,n);if(s)return s}if(r){let i=/^slug:\s*["']?([^"'\n]+)/im.exec(r[1]),s=i?dl(i[1],n):null;if(s)return s}return null}function Vo(e,t){let n=e.toLowerCase();return t.filter(r=>n.includes(r.url.toLowerCase())||r.pathname!=="/"&&n.includes(r.pathname.toLowerCase()))}function Am(e){let t=[],n=[];for(let r of e){let o=/^(#{1,6})\s+(.*)$/.exec(r);if(o){let i=o[1].length;for(;n.length>0&&n[n.length-1].level>=i;)n.pop();n.push({level:i,text:o[2]})}t.push(n.map(i=>i.text))}return t}function Im(e,t,n,r){let o=Vo(e,n);if(o.length>0)return{targets:o,basis:"line"};if(ul.test(e))return r.homepage?{targets:[r.homepage],basis:"line"}:null;for(let i=t.length-1;i>=0;i--){let s=Vo(t[i],n);if(s.length>0)return{targets:s,basis:"heading"};if(ul.test(t[i]))return r.homepage?{targets:[r.homepage],basis:"heading"}:null}return r.fileBound?{targets:[r.fileBound],basis:"file"}:ym.test(e)||r.namesOtherPages?null:r.homepage?{targets:[r.homepage],basis:"origin"}:null}function fl(e){return{organization:"Organization",softwareapplication:"SoftwareApplication",website:"WebSite",webpage:"WebPage",blogposting:"BlogPosting",newsarticle:"NewsArticle",faqpage:"FAQPage",breadcrumblist:"BreadcrumbList"}[e]??e.charAt(0).toUpperCase()+e.slice(1)}function Pm(e){let t=/^(\s*(?:(?:[-*+]|\d+\.)\s+(?:\[[ xX]\]\s+)?|>\s+|#{1,6}\s+)?)(.*)$/.exec(e);return t?{prefix:t[1],content:t[2]}:{prefix:"",content:e}}function Tm(e,t,n={}){if(Er(t))return{text:e,corrections:[],stale:[]};let r=um(t).filter(f=>f.fetched);if(r.length===0)return{text:e,corrections:[],stale:[]};let o=r.find(f=>f.pathname==="/")??r[0],i=dm(t),s=fm(e),a=e.split(`
830
- `),l=Am(a),c=[],d=[],p={homepage:o,fileBound:Rm(n.filePath,e,r),namesOtherPages:r.some(f=>f!==o&&Vo(e,[f]).length>0)};for(let f=0;f<a.length;f++){let g=a[f];if(g.includes(yn)||!mm.test(g)&&!hm.test(g)&&!/\bno\b/i.test(g))continue;let m=Im(g,l[f],r,p);if(!m||m.targets.length===0)continue;let y=m.targets,w=[];for(let q of xm){let W=q.re.exec(g);W&&ml(g,W.index,W[0])&&y.every(ne=>q.present(ne))&&w.push(q.label)}let b=wm.exec(g);if(b&&ml(g,b.index,b[0])){let q=$m(g);if(q.length>0){let W=q.filter(ne=>y.every(et=>et.jsonLdTypes.includes(ne)));W.length>0&&w.push(`${W.map(fl).join(", ")} JSON-LD`)}else vm(g).length===0&&y.every(W=>W.jsonLdTypes.length>0)&&w.push(`JSON-LD (${Array.from(new Set(y.flatMap(W=>W.jsonLdTypes))).map(fl).join(", ")})`)}if(w.length===0)continue;let A=w.join(" + "),x=y.map(q=>q.url).join(", "),E=i?gm(g,l[f],s):null;if(i&&E&&E<i){d.push({line:f+1,original:g,entityLabel:A,pageUrl:x,basis:m.basis,authoredAt:E,capturedAt:i});continue}let{prefix:O,content:Y}=Pm(g),U=`${O}~~${Y}~~ \u2192 ${yn}: the live page (${x}) already serves ${A} per evidence.md \u2014 this was a repo-source reconciliation, not a net-new addition.`;a[f]=U,c.push({line:f+1,original:g,corrected:U,entityLabel:A,pageUrl:x,basis:m.basis})}return{text:a.join(`
831
- `),corrections:c,stale:d}}var Om=/^\s*(?:$|[()[\]{}.,;:!?'"’”…]|—|–|→|\btags?\b|\belements?\b|\bmeta\b|\bmarkup\b|\bstructured\b|\bdata\b|\bcards?\b|\blinks?\b|\burls?\b|\bdeclarations?\b|\bsnippets?\b|\battributes?\b|\bentr(?:y|ies)\b|\brel\b|\bhref\b|\bschema\b|\bjson[\s-]*ld\b|\bis\b|\bare\b|\bwas\b|\bwere\b|\bisn['’]?t\b|\baren['’]?t\b|\bwasn['’]?t\b|\bweren['’]?t\b|\bdid\b|\bdidn['’]?t\b|\bdoes\b|\bdoesn['’]?t\b|\bha[sd]\b|\bhasn['’]?t\b|\bhadn['’]?t\b|\bnot\b|\bnever\b|\bpresent\b|\bfound\b|\bexists?\b|\bexisted\b|\bset\b|\bdefined\b|\bconfigured\b|\bmissing\b|\babsent\b|\banywhere\b|\bat\s+all\b|\byet\b|\bto\b|\bon\b|\bfor\b|\bin\b|\binto\b|\bacross\b|\bat\b|\bvia\b|\bwith\b|\band\b|\bor\b|\bplus\b|\bper\b|https?:|\/|`)/i,Lm=/\b(?:add(?:ed|ing|s)?|implement(?:ed|ing|s)?|inject(?:ed|ing|s)?|creat(?:e|ed|ing|es)|introduc(?:e|ed|ing|es))\s+(?:[\w`'’"/-]+\s+){0,3}$/i,Nm=/\b(?:no|not|missing|absent|without|zero|lack(?:s|ed|ing)?|ha[sd]\s+no|have\s+no|never\s+(?:had|served|shipped)|(?:do|does|did)\s*(?:n['’]t|\s+not)?\s+(?:have|serve|include|ship|set|emit|render|output)|don['’]t\s+(?:have|serve|include|ship|set|emit|render|output))\s+(?:(?:a|an|the|any|its|valid|proper|correct|self-referencing)\s+){0,2}$/i,gl=/^\s*[:,(]?\s*(?:tags?|elements?|meta|markup|data|cards?|links?|urls?|declarations?|snippets?|attributes?)?\s*(?:(?:is|are|was|were|ha[sd])\s+)?(?:still\s+)?(?:missing|absent|nowhere|not\s+(?:previously\s+)?(?:present|set|defined|found|served|rendered|emitted)|never\s+(?:previously\s+)?existed|did\s*n(?:ot|['’]?t)\s+(?:previously\s+)?(?:exist|have)|does\s*n(?:ot|['’]?t)\s+(?:currently\s+)?(?:exist|have)|no\s+longer\s+exists?)\b/i,jm=/^\s*[:,(]?\s*(?:tags?|elements?|meta|markup|data|cards?|links?|schema)?\s*(?:is|are|was|were|do|does|did|would|will|can|could|should|must)\s*n(?:ot|['’]t)\b/i;function ml(e,t,n){let r=e.slice(t+n.length),o=e.slice(Math.max(0,t-64),t);return!Om.test(r)||!gl.test(r)&&jm.test(r)?!1:Lm.test(o)||Nm.test(o)||gl.test(r)}function vl(e){let t=`~~ \u2192 ${yn}:`;if(!e.includes(t))return{text:e,stripped:0};let n=e.split(`
828
+ `;Wo(gt(t,"README.md"),r,"utf-8")}function ol(e,t,n=qo){let r=Me(e);Tg(r,{recursive:!0});let o=new Set(t.map(c=>c.id)),i=jg(r,o),s={...n,localPointers:n.localPointers??Vo(e)},a=[],l=0;for(let c of t){let d=em(c,s);if(d===null){l++;continue}Wo(gt(r,nl(c)),d,"utf-8"),a.push(c)}return Wo(gt(r,"README.md"),tm(a,l),"utf-8"),{wrote:a.length,removed:i,inboxPath:r,skippedUnknown:l,pendingIds:t.map(c=>c.id),pending:a.map(c=>({id:c.id,action_type:c.action_type,title:c.title}))}}import{existsSync as zm,readFileSync as Ym,writeFileSync as Jm}from"fs";import{join as Xm}from"path";import{createHash as Cl}from"crypto";import{existsSync as El,mkdirSync as Fm,readFileSync as Mm,writeFileSync as Sl,rmSync as Um}from"fs";import{dirname as Bm,join as Jo,sep as Gm}from"path";function om(e){return e.replace(/^\/+/,"").replace(/\\/g,"/")}var im=[{cls:"project",test:e=>e==="project.md"},{cls:"audit",test:e=>e==="audit/latest.md"||/^audit\/(critical|high|medium|low)\.md$/.test(e)},{cls:"brief",test:e=>/^briefs\/[^/]+\.md$/.test(e)},{cls:"article",test:e=>/^content\/[^/]+\.md$/.test(e)},{cls:"cluster",test:e=>/^strategy\/clusters\/[^/]+\.md$/.test(e)},{cls:"keywords",test:e=>e==="keywords.md"||/^strategy\/keywords\/[^/]+\.md$/.test(e)},{cls:"pages",test:e=>e==="pages.md"||e==="pages-discovered.md"||/^pages\/[^/]+\.md$/.test(e)},{cls:"competitors",test:e=>e==="competitors.md"},{cls:"changelog",test:e=>e==="changelog.md"}];function il(e,t){let n=om(e);for(let{cls:r,test:o}of im)if(o(n))return t&&(r==="keywords"||r==="pages")?"generated-index":r;return"other"}import{readdirSync as sm,readFileSync as sl,statSync as am,writeFileSync as lm,existsSync as al}from"fs";import{join as zo,relative as ll,resolve as cl,sep as bl,posix as mt}from"path";function jt(e,t){let n=new RegExp(`^- \\*\\*${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}\\*\\* *:?\\s*(.*)$`,"mi"),o=new RegExp(`^- \\*\\*${t.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}:\\*\\*\\s*(.*)$`,"mi").exec(e)??n.exec(e);return o?o[1].trim():null}function Dt(e){return e!==null&&!e.startsWith("_(none")}function cm(e){try{let t=new URL(e).pathname.replace(/\/+$/,"");return t===""?"/":t}catch{return"/"}}function Er(e){let t=/^---\n([\s\S]*?)\n---/.exec(e);return t&&/^source_render:\s*true\s*$/m.test(t[1])?!0:/SOURCE RENDER \(local dev server\)/.test(e)}function um(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
829
+ `,1)[0].trim();if(!/^https?:\/\//i.test(o))continue;let i=r.slice(o.length),s=!/^- Not fetched/m.test(i),a=jt(i,"JSON-LD @types present")??"",l=Dt(a)?Array.from(a.matchAll(/`([^`]+)`/g)).map(c=>c[1].toLowerCase()):[];t.push({url:o,pathname:cm(o),fetched:s,titlePresent:Dt(jt(i,"title")),metaDescriptionPresent:Dt(jt(i,"meta description")),canonicalPresent:Dt(jt(i,"canonical")),jsonLdTypes:l,openGraphPresent:Dt(jt(i,"Open Graph")),twitterPresent:Dt(jt(i,"Twitter"))})}return t}var Cr="(\\d{4}-\\d{2}-\\d{2})";function dm(e){let t=/^---\n([\s\S]*?)\n---/.exec(e),n=t?new RegExp(`^captured_at:\\s*["']?${Cr}`,"m").exec(t[1]):null;if(n)return n[1];let r=new RegExp(`^\\*\\*Crawled origin:\\*\\*.*\\bat ${Cr}`,"m").exec(e);return r?r[1]:null}var pm=["audited_at","generated_at","updated_at","created_at","last_updated","updated","date"];function fm(e){let t=/^---\n([\s\S]*?)\n---/.exec(e);if(!t)return null;let n=null;for(let r of pm){let o=new RegExp(`^${r}:\\s*["']?${Cr}`,"im").exec(t[1]);o&&(n===null||o[1]>n)&&(n=o[1])}return n}var ul=new RegExp(`^\\s*(?:(?:[-*+]|\\d+\\.)\\s+)?\\[?${Cr}\\]?(?:$|[\\s:\u2014\u2013\\-)\\]])`);function gm(e,t,n){let r=ul.exec(e);if(r)return r[1];for(let o=t.length-1;o>=0;o--){let i=ul.exec(t[o]);if(i)return i[1]}return n}var wn="CORRECTION (verify-recs)",mm=/\b(add(?:ed|ing|s)?|implement(?:ed|ing|s)?|inject(?:ed|ing|s)?|creat(?:e|ed|ing|es)|introduc(?:e|ed|ing|es))\b/i,hm=/\b(none existed|never existed|there (?:was|is|were|are) no|not present|missing|absent|lack(?:s|ed|ing)?|ha[sd] no|have no|did ?not (?:previously )?(?:have|exist|serve)|didn['’]?t (?:previously )?(?:have|exist|serve)|does ?not (?:have|exist|serve)|doesn['’]?t (?:have|exist|serve)|no existing)\b/i,ym=/\b(pages|posts|articles|subpages|templates|blog posts|every page|all pages)\b/i,dl=/\b(home ?page)\b/i,kl=["organization","softwareapplication","website","webpage","aboutpage","contactpage","collectionpage","profilepage","article","blogposting","newsarticle","faqpage","qapage","breadcrumblist","product","howto","itemlist","localbusiness","person","review","aggregaterating","videoobject","event","offer","service","recipe","course","jobposting"],wm=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema\b|@type|\bmarkup\b/i,bm=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema(?:\.org)?\b|@type|\bmarkup\b/.source,vl={faq:"faqpage",faqs:"faqpage",howto:"howto",breadcrumb:"breadcrumblist",breadcrumbs:"breadcrumblist"},km=new Set(["a","an","the","any","no","not","its","our","your","their","this","that","these","those","some","all","more","extra","additional","further","other","new","net-new","existing","current","valid","proper","correct","appropriate","relevant","basic","full","complete","rich","minimal","page","page-level","site","site-wide","sitewide","global","homepage","structured","json","ld","json-ld","schema","and","or","of","with","without","has","have","had","is","are","was","were","serve","serves","served","serving","include","includes","including","add","adds","added","adding","implement","implemented","implementing","inject","injected","injecting","create","created","creating","introduce","introduced","introducing","missing","absent","lacks","lacking","plus","use","uses","using","need","needs","needed","ship","ships","shipped","emit","emits","render","renders","output","outputs","in","on","for","to","from","per","via","but","still","already","currently","never","previously","only","just","e.g","i.e","etc"]);function vm(e){let t=[],n=new RegExp(bm,"gi"),r;for(;(r=n.exec(e))!==null;){let o=/([A-Za-z][A-Za-z0-9'\u2019.-]*)\s+$/.exec(e.slice(0,r.index));if(!o)continue;let i=o[1].toLowerCase().replace(/['\u2019]s$/,"").replace(/\.+$/,"");!i||km.has(i)||kl.includes(i)||vl[i]||t.push(i)}return t}function $m(e){let t=e.toLowerCase(),n=new Set;for(let r of kl)new RegExp(`\\b${r}\\b`,"i").test(t)&&n.add(r);for(let[r,o]of Object.entries(vl))new RegExp(`\\b${r}\\b`,"i").test(t)&&n.add(o);return Array.from(n)}var xm=[{id:"title",re:/\btitle\s+tag\b|<title>/i,present:e=>e.titlePresent,label:"a <title> tag"},{id:"meta_description",re:/\bmeta[\s-]*description\b/i,present:e=>e.metaDescriptionPresent,label:"a meta description"},{id:"canonical",re:/\bcanonical\b/i,present:e=>e.canonicalPresent,label:"a canonical tag"},{id:"open_graph",re:/\bopen[\s-]*graph\b|\bog:[a-z]+|\bog\s+tags?\b/i,present:e=>e.openGraphPresent,label:"Open Graph tags"},{id:"twitter_card",re:/\btwitter:[a-z_]+|\btwitter\s+(card|tags?)\b/i,present:e=>e.twitterPresent,label:"a Twitter card"}],Sm=["page_url","target_url","page","url","resource","canonical","permalink","live_url"],_m=/^[ \t]*(?:[-*+]\s+)?\*\*(?:page(?:\s+to\s+update)?|target\s+page|url|canonical)\s*:?\*\*:?\s*<?([^\s<>)]+)/im;function Cm(e){return/(^|[\\/])(briefs|content|articles|pages|posts)[\\/]/.test(e)}function yn(e){return e.toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Em(e){let t="";try{t=new URL(e.url).host.replace(/^www\./,"")}catch{}let n=e.pathname==="/"?"":e.pathname;return(n?[yn(t+n),yn(n)]:[yn(t)]).filter(Boolean)}function pl(e,t){let n=yn(e);if(!n)return null;let r=null,o=0;for(let s of t)for(let a of Em(s))n!==a&&!n.endsWith(`-${a}`)||a.length>o&&(r=s,o=a.length);if(r)return r;let i=t.filter(s=>{let a=s.pathname.split("/").filter(Boolean).pop();return a!==void 0&&yn(a)===n});return i.length===1?i[0]:null}function fl(e,t){let n=e.trim().replace(/^[<("'`]+/,"").replace(/[>)"'`.,]+$/,"");if(!n)return null;let r=n.toLowerCase();for(let i of t)if(i.url.toLowerCase()===r)return i;let o=r;try{o=new URL(n).pathname.toLowerCase()}catch{}if(o=o.replace(/\/+$/,"")||"/",!o.startsWith("/"))return null;for(let i of t)if(i.pathname.toLowerCase()===o)return i;return null}function Rm(e,t,n){let r=/^---\n([\s\S]*?)\n---/.exec(t);if(r)for(let i of Sm){let s=new RegExp(`^${i}:\\s*["']?([^"'\\n]+)`,"im").exec(r[1]),a=s?fl(s[1],n):null;if(a)return a}let o=_m.exec(t);if(o){let i=fl(o[1],n);if(i)return i}if(e&&Cm(e)){let i=(e.split(/[\\/]/).pop()??"").replace(/\.md$/i,""),s=pl(i,n);if(s)return s}if(r){let i=/^slug:\s*["']?([^"'\n]+)/im.exec(r[1]),s=i?pl(i[1],n):null;if(s)return s}return null}function Yo(e,t){let n=e.toLowerCase();return t.filter(r=>n.includes(r.url.toLowerCase())||r.pathname!=="/"&&n.includes(r.pathname.toLowerCase()))}function Am(e){let t=[],n=[];for(let r of e){let o=/^(#{1,6})\s+(.*)$/.exec(r);if(o){let i=o[1].length;for(;n.length>0&&n[n.length-1].level>=i;)n.pop();n.push({level:i,text:o[2]})}t.push(n.map(i=>i.text))}return t}function Im(e,t,n,r){let o=Yo(e,n);if(o.length>0)return{targets:o,basis:"line"};if(dl.test(e))return r.homepage?{targets:[r.homepage],basis:"line"}:null;for(let i=t.length-1;i>=0;i--){let s=Yo(t[i],n);if(s.length>0)return{targets:s,basis:"heading"};if(dl.test(t[i]))return r.homepage?{targets:[r.homepage],basis:"heading"}:null}return r.fileBound?{targets:[r.fileBound],basis:"file"}:ym.test(e)||r.namesOtherPages?null:r.homepage?{targets:[r.homepage],basis:"origin"}:null}function gl(e){return{organization:"Organization",softwareapplication:"SoftwareApplication",website:"WebSite",webpage:"WebPage",blogposting:"BlogPosting",newsarticle:"NewsArticle",faqpage:"FAQPage",breadcrumblist:"BreadcrumbList"}[e]??e.charAt(0).toUpperCase()+e.slice(1)}function Pm(e){let t=/^(\s*(?:(?:[-*+]|\d+\.)\s+(?:\[[ xX]\]\s+)?|>\s+|#{1,6}\s+)?)(.*)$/.exec(e);return t?{prefix:t[1],content:t[2]}:{prefix:"",content:e}}function Om(e,t,n={}){if(Er(t))return{text:e,corrections:[],stale:[]};let r=um(t).filter(f=>f.fetched);if(r.length===0)return{text:e,corrections:[],stale:[]};let o=r.find(f=>f.pathname==="/")??r[0],i=dm(t),s=fm(e),a=e.split(`
830
+ `),l=Am(a),c=[],d=[],p={homepage:o,fileBound:Rm(n.filePath,e,r),namesOtherPages:r.some(f=>f!==o&&Yo(e,[f]).length>0)};for(let f=0;f<a.length;f++){let g=a[f];if(g.includes(wn)||!mm.test(g)&&!hm.test(g)&&!/\bno\b/i.test(g))continue;let m=Im(g,l[f],r,p);if(!m||m.targets.length===0)continue;let y=m.targets,w=[];for(let q of xm){let W=q.re.exec(g);W&&hl(g,W.index,W[0])&&y.every(ne=>q.present(ne))&&w.push(q.label)}let b=wm.exec(g);if(b&&hl(g,b.index,b[0])){let q=$m(g);if(q.length>0){let W=q.filter(ne=>y.every(et=>et.jsonLdTypes.includes(ne)));W.length>0&&w.push(`${W.map(gl).join(", ")} JSON-LD`)}else vm(g).length===0&&y.every(W=>W.jsonLdTypes.length>0)&&w.push(`JSON-LD (${Array.from(new Set(y.flatMap(W=>W.jsonLdTypes))).map(gl).join(", ")})`)}if(w.length===0)continue;let A=w.join(" + "),x=y.map(q=>q.url).join(", "),E=i?gm(g,l[f],s):null;if(i&&E&&E<i){d.push({line:f+1,original:g,entityLabel:A,pageUrl:x,basis:m.basis,authoredAt:E,capturedAt:i});continue}let{prefix:T,content:Y}=Pm(g),U=`${T}~~${Y}~~ \u2192 ${wn}: the live page (${x}) already serves ${A} per evidence.md \u2014 this was a repo-source reconciliation, not a net-new addition.`;a[f]=U,c.push({line:f+1,original:g,corrected:U,entityLabel:A,pageUrl:x,basis:m.basis})}return{text:a.join(`
831
+ `),corrections:c,stale:d}}var Tm=/^\s*(?:$|[()[\]{}.,;:!?'"’”…]|—|–|→|\btags?\b|\belements?\b|\bmeta\b|\bmarkup\b|\bstructured\b|\bdata\b|\bcards?\b|\blinks?\b|\burls?\b|\bdeclarations?\b|\bsnippets?\b|\battributes?\b|\bentr(?:y|ies)\b|\brel\b|\bhref\b|\bschema\b|\bjson[\s-]*ld\b|\bis\b|\bare\b|\bwas\b|\bwere\b|\bisn['’]?t\b|\baren['’]?t\b|\bwasn['’]?t\b|\bweren['’]?t\b|\bdid\b|\bdidn['’]?t\b|\bdoes\b|\bdoesn['’]?t\b|\bha[sd]\b|\bhasn['’]?t\b|\bhadn['’]?t\b|\bnot\b|\bnever\b|\bpresent\b|\bfound\b|\bexists?\b|\bexisted\b|\bset\b|\bdefined\b|\bconfigured\b|\bmissing\b|\babsent\b|\banywhere\b|\bat\s+all\b|\byet\b|\bto\b|\bon\b|\bfor\b|\bin\b|\binto\b|\bacross\b|\bat\b|\bvia\b|\bwith\b|\band\b|\bor\b|\bplus\b|\bper\b|https?:|\/|`)/i,Lm=/\b(?:add(?:ed|ing|s)?|implement(?:ed|ing|s)?|inject(?:ed|ing|s)?|creat(?:e|ed|ing|es)|introduc(?:e|ed|ing|es))\s+(?:[\w`'’"/-]+\s+){0,3}$/i,Nm=/\b(?:no|not|missing|absent|without|zero|lack(?:s|ed|ing)?|ha[sd]\s+no|have\s+no|never\s+(?:had|served|shipped)|(?:do|does|did)\s*(?:n['’]t|\s+not)?\s+(?:have|serve|include|ship|set|emit|render|output)|don['’]t\s+(?:have|serve|include|ship|set|emit|render|output))\s+(?:(?:a|an|the|any|its|valid|proper|correct|self-referencing)\s+){0,2}$/i,ml=/^\s*[:,(]?\s*(?:tags?|elements?|meta|markup|data|cards?|links?|urls?|declarations?|snippets?|attributes?)?\s*(?:(?:is|are|was|were|ha[sd])\s+)?(?:still\s+)?(?:missing|absent|nowhere|not\s+(?:previously\s+)?(?:present|set|defined|found|served|rendered|emitted)|never\s+(?:previously\s+)?existed|did\s*n(?:ot|['’]?t)\s+(?:previously\s+)?(?:exist|have)|does\s*n(?:ot|['’]?t)\s+(?:currently\s+)?(?:exist|have)|no\s+longer\s+exists?)\b/i,jm=/^\s*[:,(]?\s*(?:tags?|elements?|meta|markup|data|cards?|links?|schema)?\s*(?:is|are|was|were|do|does|did|would|will|can|could|should|must)\s*n(?:ot|['’]t)\b/i;function hl(e,t,n){let r=e.slice(t+n.length),o=e.slice(Math.max(0,t-64),t);return!Tm.test(r)||!ml.test(r)&&jm.test(r)?!1:Lm.test(o)||Nm.test(o)||ml.test(r)}function $l(e){let t=`~~ \u2192 ${wn}:`;if(!e.includes(t))return{text:e,stripped:0};let n=e.split(`
832
832
  `),r=0;for(let o=0;o<n.length;o++){let i=n[o].indexOf(t);if(i===-1)continue;let s=n[o].slice(0,i),a=s.indexOf("~~");a!==-1&&(n[o]=s.slice(0,a)+s.slice(a+2),r++)}return{text:n.join(`
833
- `),stripped:r}}var Dm=mt.join(k,"audit","evidence.md");function hl(e){let t=e.split(wl).join("/");return t===Dm||t===mt.join(k,"audit","findings.md")||t===mt.join(k,"pages.md")||t===mt.join(k,"keywords.md")||t===mt.join(k,"llms.md")||t.startsWith(mt.join(k,"okf")+"/")||t.startsWith(mt.join(k,"inbox")+"/")}function yl(e){return e.split(wl).join("/").split("/").includes(".claude")}function $l(e,t=[]){let n;try{n=sm(e)}catch{return t}for(let r of n){let o=qo(e,r),i;try{i=am(o)}catch{continue}i.isDirectory()?$l(o,t):r.endsWith(".md")&&t.push(o)}return t}function Ft(e,t={}){let n=qo(e,k,"audit","evidence.md"),r={evidenceFound:sl(n),evidencePath:n,sourceRender:!1,scanned:[],skipped:[],corrections:[],stale:[]};if(!r.evidenceFound)return r;let o=il(n,"utf-8");if(Er(o))return r.sourceRender=!0,r;let i=new Map;for(let s of $l(qo(e,k))){let a=al(e,s);hl(a)||yl(a)||i.set(ll(s),a)}for(let s of t.extraFiles??[]){let a=ll(e,s),l=al(e,a);if(hl(l)||yl(l)){r.skipped.push(l);continue}sl(a)?i.set(a,l):r.skipped.push(l)}for(let[s,a]of i){let l;try{l=il(s,"utf-8")}catch{continue}r.scanned.push(a);let{text:c,corrections:d,stale:p}=Tm(l,o,{filePath:a});if(d.length>0){lm(s,c,"utf-8");for(let f of d)r.corrections.push({...f,file:a})}for(let f of p)r.stale.push({...f,file:a})}return r}function Hm(e){if(!e)return{};let t={"X-SEOAgent-Agent":e.agent,"X-SEOAgent-Auth-Source":e.authSource,"X-SEOAgent-Silent":e.silent?"1":"0"};return e.cliVersion&&(t["X-SEOAgent-CLI-Version"]=e.cliVersion),e.installId&&(t["X-SEOAgent-Install-Id"]=e.installId),t}function Wm(e){let t=e.directives;if(!Array.isArray(t))return[];let n=[];for(let r of t){if(!r||typeof r!="object")continue;let{key:o,text:i,tone:s}=r;typeof o!="string"||!o||typeof i!="string"||!i.trim()||n.push({key:o,text:i.trim(),tone:s==="upsell"||s==="action"?s:"info"})}return n}function El(e){if(typeof e!="string")return{force:e===!0};let t=e.trim().replace(/\\/g,"/").replace(/^\.?\/+/,"").replace(/^\.seoagent\//,"").replace(/^\/+/,"");return t?{force:!1,forcePaths:[t]}:{force:!0}}function Sl(e){return"sha256:"+_l("sha256").update(e).digest("hex")}function he(e){return _l("sha256").update(e,"utf-8").digest("hex")}function Km(e,t,n={}){let r=[],o=i=>n.force===!0||n.forcePaths?.includes(i)===!0;for(let i of e.artifacts){let s=t[i.path]??{exists:!1,locallyEdited:!1};if(!s.exists){r.push({path:i.path,kind:"write",body:i.body_md});continue}if(s.contentHash===i.content_hash){r.push({path:i.path,kind:"skip"});continue}if(s.verifyRecsStrippedHash===i.content_hash){r.push({path:i.path,kind:"skip",note:"local differs from cloud only by verify-recs corrections (written by the CLI, not by you)"});continue}if(i.generated){r.push({path:i.path,kind:"overwrite",body:i.body_md,note:s.locallyEdited?"discarded local edits \u2014 this is a cloud-generated file (edit it in the dashboard)":void 0});continue}if(s.trackingPointer&&s.locallyEdited){r.push({path:i.path,kind:"overwrite",body:i.body_md,note:"replaced the tracking-pointer stub with the cloud draft (the stub was written by `content track`, not by you)"});continue}if(i.path==="context.md"&&s.scaffoldContext&&!$e(i.body_md)){r.push({path:i.path,kind:"overwrite",body:i.body_md,note:"replaced the `seoagent init` scaffold with the owner-authored cloud context (the scaffold was written by `init`, not by you)"});continue}if(s.locallyEdited&&!o(i.path)){r.push({path:i.path,kind:"conflict",note:"local newer than cloud, keeping local \u2014 use --force to take cloud"});continue}r.push({path:i.path,kind:"overwrite",body:i.body_md})}for(let i of e.deleted){let s=t[i];if(!(!s||!s.exists)){if(s.locallyEdited&&!o(i)){r.push({path:i,kind:"delete-skipped",note:"server deleted this but it has local edits \u2014 keeping it (use --force to delete)"});continue}r.push({path:i,kind:"delete"})}}return r}function qm(e,t,n,r){let o=new Map;for(let s of t.artifacts)o.set(s.path,s.generated);let i=[];for(let s of e)s.kind!=="skip"&&i.push({path:s.path,kind:s.kind,class:ol(s.path,o.get(s.path)??!1),...s.note?{note:s.note}:{}});return i.length===0?null:{pulled_at:r,cursor:n,changes:i}}async function Rl(e){let t=await Yo(e);return t.ok?t.artifact?{ok:!0,body:t.artifact.body_md}:{ok:!1,error:`No cloud artifact found at "${e.path.replace(/^\/+/,"").replace(/\\/g,"/")}"`}:t}async function Yo(e){let t=await Il({apiBase:e.apiBase,authHeader:e.authHeader,since:null,fetchImpl:e.fetchImpl});if(!t.ok)return{ok:!1,error:t.error};let n=e.path.replace(/^\/+/,"").replace(/\\/g,"/");return{ok:!0,artifact:t.manifest.artifacts.find(r=>r.path===n)??null}}function Al(e,t){return zo(e,t.split("/").join(Gm))}function Vm(e,t,n){let r={};for(let o of t){let i=Al(e,o);if(!Cl(i)){r[o]={exists:!1,locallyEdited:!1};continue}let s=n[o],a=Mm(i,"utf-8"),l=!s||s.hash!==he(a),c=Ja(a),d=vl(a);r[o]={exists:!0,contentHash:Sl(a),locallyEdited:l,...o==="context.md"&&$e(a)?{scaffoldContext:!0}:{},...c?{trackingPointer:c}:{},...d.stripped>0?{verifyRecsStrippedHash:Sl(d.text)}:{}}}return r}async function Il(e){let t=e.fetchImpl??fetch,n=`${e.apiBase}/api/cli/sync`+(e.since?`?since=${encodeURIComponent(e.since)}`:"");try{let r=await t(n,{method:"GET",headers:{Authorization:e.authHeader,Accept:"application/json",...Hm(e.meta)}});if(!r.ok){let i=await r.text().catch(()=>"");return{ok:!1,error:`${r.status} ${i.slice(0,200)}`.trim()}}let o=await r.json().catch(()=>null);return!o||!Array.isArray(o.artifacts)||typeof o.now!="string"?{ok:!1,error:"Malformed manifest response"}:(Array.isArray(o.deleted)||(o.deleted=[]),{ok:!0,manifest:o})}catch(r){return{ok:!1,error:r.message}}}async function Pl(e){let t=zo(e.projectDir,k),n={ok:!0,written:0,overwritten:0,skipped:0,conflicts:0,conflictPaths:[],pointerOverwrites:{},deleted:0,warnings:[],cursor:e.since};if(!Cl(t))return{...n,ok:!0};let r=await Il({apiBase:e.apiBase,authHeader:e.authHeader,since:e.since,fetchImpl:e.fetchImpl,meta:e.meta});if(!r.ok)return{...n,ok:!1,error:r.error};let o=r.manifest,i=[...o.artifacts.map(d=>d.path),...o.deleted],s=Vm(t,i,e.stateFiles),a=Km(o,s,{force:e.force,forcePaths:e.forcePaths}),l={...n,pointerOverwrites:{},cursor:o.now,directives:Wm(o)};for(let d of a){let p=Al(t,d.path);try{switch(d.kind){case"skip":l.skipped++;break;case"write":case"overwrite":{Fm(Bm(p),{recursive:!0});let f=d.body??"";xl(p,f,"utf-8"),e.stateFiles[d.path]={hash:he(f)},d.kind==="write"?l.written++:l.overwritten++;let g=s[d.path]?.trackingPointer;d.kind==="overwrite"&&g&&(l.pointerOverwrites[d.path]=g),d.note&&l.warnings.push(`${d.path}: ${d.note}`);break}case"conflict":l.conflicts++,l.conflictPaths.push(d.path),l.warnings.push(`${d.path}: ${d.note??"conflict"}`);break;case"delete":Um(p,{force:!0}),delete e.stateFiles[d.path],l.deleted++;break;case"delete-skipped":l.conflicts++,l.conflictPaths.push(d.path),l.warnings.push(`${d.path}: ${d.note??"delete skipped"}`);break}}catch(f){l.ok=!1,l.error=`${d.path}: ${f.message}`}}(l.conflicts>0||!l.ok)&&(l.cursor=e.since);let c=qm(a,o,l.cursor,new Date().toISOString());if(c)try{xl(zo(t,Yn),JSON.stringify(c,null,2)+`
834
- `,"utf-8")}catch{}return l}var wn="context.md",Qm="context.md: the cloud copy is owner-authored and your local version does not derive from it \u2014 NOT pushed, both copies kept. Compare with `seoagent pull --print context.md`, merge into the local file, then sync; or take the cloud copy with `seoagent sync --force context.md`.",Zm="context.md: replaced the local `seoagent init` scaffold with the owner-authored cloud context (the scaffold was written by `init`, not by you).",eh="context.md: took the cloud copy (`--force context.md`) \u2014 the local version was replaced.";function th(e){return $e(e.localBody)?!0:!e.prevStateHash||e.prevStateHash!==he(e.localBody)}function nh(e){let{localBody:t,prevStateHash:n,cloudBody:r}=e;return r===null?{kind:"none"}:he(t)===he(r)?{kind:"none"}:$e(r)?{kind:"none"}:$e(t)?{kind:"restore",body:r,notice:Zm}:n&&n===he(r)?{kind:"none"}:e.forceTakeCloud?{kind:"restore",body:r,notice:eh}:e.forcePushLocal?{kind:"none"}:{kind:"block-push",notice:Qm}}var bn={restored:!1,blockPush:!1,notices:[]};async function Tl(e){let t=Xm(e.seoagentDir,wn);if(!zm(t))return bn;let n;try{n=Ym(t,"utf-8")}catch{return bn}let r=e.stateFiles[wn]?.hash??null;if(!th({localBody:n,prevStateHash:r}))return bn;let o=await Yo({apiBase:e.apiBase,authHeader:e.authHeader,path:wn,fetchImpl:e.fetchImpl});if(!o.ok)return{restored:!1,blockPush:!$e(n)&&(!r||r!==he(n)),notices:[]};let i=nh({localBody:n,prevStateHash:r,cloudBody:o.artifact?.body_md??null,forceTakeCloud:e.forcePaths?.includes(wn)===!0,forcePushLocal:e.force===!0});switch(i.kind){case"none":return bn;case"restore":try{Jm(t,i.body,"utf-8")}catch{return bn}return e.stateFiles[wn]={hash:he(i.body)},{restored:!0,blockPush:!1,notices:[i.notice]};case"block-push":return{restored:!1,blockPush:!0,notices:[i.notice]}}}import{existsSync as Ll,mkdirSync as Nl,readFileSync as rh,writeFileSync as Jo}from"fs";import{dirname as jl,join as oh}from"path";var Xo=1,Ol=500;function Qo(e){return oh(e,k,ns)}function Rr(e){let t=Qo(e);if(!Ll(t))return[];try{let n=rh(t,"utf-8"),r=JSON.parse(n);if(!r||typeof r!="object")return[];let o=r;return o.version!==Xo||!Array.isArray(o.entries)?[]:o.entries.filter(ih)}catch{return[]}}function Dl(e,t){let n=Qo(e),o=Rr(e).filter(a=>a.action_id!==t.action_id);o.push({action_id:t.action_id,status:t.status,reason:t.reason,queued_at:new Date().toISOString()});let i=o.length>Ol?o.slice(-Ol):o,s={version:Xo,entries:i};try{Nl(jl(n),{recursive:!0}),Jo(n,JSON.stringify(s,null,2),"utf-8")}catch{}}function Fl(e,t){if(t.length===0)return;let n=Qo(e),r=Rr(e).filter(i=>!t.includes(i.action_id)),o={version:Xo,entries:r};try{if(r.length===0&&Ll(n)){Jo(n,JSON.stringify(o,null,2),"utf-8");return}Nl(jl(n),{recursive:!0}),Jo(n,JSON.stringify(o,null,2),"utf-8")}catch{}}function ih(e){if(!e||typeof e!="object")return!1;let t=e;return typeof t.action_id=="number"&&(t.status==="completed"||t.status==="failed")&&(t.reason===null||typeof t.reason=="string")&&typeof t.queued_at=="string"}import{existsSync as Ml,readFileSync as sh,unlinkSync as ah,writeFileSync as lh,openSync as ch,closeSync as uh,mkdirSync as dh}from"fs";import{dirname as ph,join as fh}from"path";var gh=6e4;function Ul(e){return fh(e,k,rs)}function Bl(e,t={}){let n=t.now??Date.now,r=t.pid??process.pid,o=t.staleMs??gh,i=Ul(e);if(!Ml(i))return Ar(i,r,n());let s=Hl(i);return!s||n()-s.started_at>o||!mh(s.pid)?Ar(i,r,n()):{acquired:!1,reason:"held-by-live-process",held_by_pid:s.pid}}function Gl(e,t={}){let n=t.pid??process.pid,r=Ul(e);if(!Ml(r))return;let o=Hl(r);if(!(o&&o.pid!==n))try{ah(r)}catch{}}function Ar(e,t,n){let r={pid:t,started_at:n};try{dh(ph(e),{recursive:!0});let o=ch(e,"w");try{lh(o,JSON.stringify(r))}finally{uh(o)}return{acquired:!0}}catch{return{acquired:!1,reason:"held-but-pid-unknown"}}}function Hl(e){try{let t=sh(e,"utf-8"),n=JSON.parse(t);return n&&typeof n=="object"&&typeof n.pid=="number"&&typeof n.started_at=="number"?n:null}catch{return null}}function mh(e){if(!Number.isInteger(e)||e<=0)return!1;try{return process.kill(e,0),!0}catch(t){return t.code==="EPERM"}}import{existsSync as ec,mkdirSync as _h,readFileSync as tc,writeFileSync as Ch}from"fs";import{dirname as Eh,join as $n}from"path";import{existsSync as Pr,readFileSync as zl,readdirSync as hh}from"fs";import{join as vn}from"path";var Tr="llms.md",yh=160,Wl=100;function Ir(e,t=yh){let n=e.replace(/\s+/g," ").replace(/[[\]]/g,"").trim();return n.length<=t?n:n.slice(0,t-1).trimEnd()+"\u2026"}function Zo(e){let t=j(e);if(t==="/")return"Home";let r=(t.split("/").filter(Boolean).pop()||"Home").replace(/[-_]+/g," ").replace(/\.(html?|md|php)$/i,"").trim();return r?r.split(" ").map(o=>o.length>0?o[0].toUpperCase()+o.slice(1):o).join(" "):"Home"}var wh=new Set(["readme","changelog","license","licence","contributing","contributors","code_of_conduct","code-of-conduct","security","authors","notice","agents","claude","cursorrules","codeowners","copying","maintainers"]);function bh(e){let t=Number.parseInt(String(e).trim(),10);return Number.isFinite(t)?t>=400&&t<=599:!1}function Yl(e){let t=j(e).split("/").filter(Boolean).pop();return t?wh.has(t.replace(/\.(md|mdx|txt|html?)$/i,"").toLowerCase()):!1}function Kl(e){let t=Ir(e.label,80)||Zo(e.url),n=e.description?Ir(e.description):"";return`- [${t}](${e.url})${n?`: ${n}`:""}`}function Jl(e){let t=[`# ${Ir(e.siteName,100)}`,""];if(e.summary&&t.push(`> ${Ir(e.summary,300)}`,""),e.pages.length>0){t.push("## Pages","");for(let n of e.pages)t.push(Kl(n));t.push("")}if(e.articles.length>0){t.push("## Articles","");for(let n of e.articles)t.push(Kl(n));t.push("")}return t.join(`
833
+ `),stripped:r}}var Dm=mt.join(k,"audit","evidence.md");function yl(e){let t=e.split(bl).join("/");return t===Dm||t===mt.join(k,"audit","findings.md")||t===mt.join(k,"pages.md")||t===mt.join(k,"keywords.md")||t===mt.join(k,"llms.md")||t.startsWith(mt.join(k,"okf")+"/")||t.startsWith(mt.join(k,"inbox")+"/")}function wl(e){return e.split(bl).join("/").split("/").includes(".claude")}function xl(e,t=[]){let n;try{n=sm(e)}catch{return t}for(let r of n){let o=zo(e,r),i;try{i=am(o)}catch{continue}i.isDirectory()?xl(o,t):r.endsWith(".md")&&t.push(o)}return t}function Ft(e,t={}){let n=zo(e,k,"audit","evidence.md"),r={evidenceFound:al(n),evidencePath:n,sourceRender:!1,scanned:[],skipped:[],corrections:[],stale:[]};if(!r.evidenceFound)return r;let o=sl(n,"utf-8");if(Er(o))return r.sourceRender=!0,r;let i=new Map;for(let s of xl(zo(e,k))){let a=ll(e,s);yl(a)||wl(a)||i.set(cl(s),a)}for(let s of t.extraFiles??[]){let a=cl(e,s),l=ll(e,a);if(yl(l)||wl(l)){r.skipped.push(l);continue}al(a)?i.set(a,l):r.skipped.push(l)}for(let[s,a]of i){let l;try{l=sl(s,"utf-8")}catch{continue}r.scanned.push(a);let{text:c,corrections:d,stale:p}=Om(l,o,{filePath:a});if(d.length>0){lm(s,c,"utf-8");for(let f of d)r.corrections.push({...f,file:a})}for(let f of p)r.stale.push({...f,file:a})}return r}function Hm(e){if(!e)return{};let t={"X-SEOAgent-Agent":e.agent,"X-SEOAgent-Auth-Source":e.authSource,"X-SEOAgent-Silent":e.silent?"1":"0"};return e.cliVersion&&(t["X-SEOAgent-CLI-Version"]=e.cliVersion),e.installId&&(t["X-SEOAgent-Install-Id"]=e.installId),t}function Wm(e){let t=e.directives;if(!Array.isArray(t))return[];let n=[];for(let r of t){if(!r||typeof r!="object")continue;let{key:o,text:i,tone:s}=r;typeof o!="string"||!o||typeof i!="string"||!i.trim()||n.push({key:o,text:i.trim(),tone:s==="upsell"||s==="action"?s:"info"})}return n}function Rl(e){if(typeof e!="string")return{force:e===!0};let t=e.trim().replace(/\\/g,"/").replace(/^\.?\/+/,"").replace(/^\.seoagent\//,"").replace(/^\/+/,"");return t?{force:!1,forcePaths:[t]}:{force:!0}}function _l(e){return"sha256:"+Cl("sha256").update(e).digest("hex")}function he(e){return Cl("sha256").update(e,"utf-8").digest("hex")}function Km(e,t,n={}){let r=[],o=i=>n.force===!0||n.forcePaths?.includes(i)===!0;for(let i of e.artifacts){let s=t[i.path]??{exists:!1,locallyEdited:!1};if(!s.exists){r.push({path:i.path,kind:"write",body:i.body_md});continue}if(s.contentHash===i.content_hash){r.push({path:i.path,kind:"skip"});continue}if(s.verifyRecsStrippedHash===i.content_hash){r.push({path:i.path,kind:"skip",note:"local differs from cloud only by verify-recs corrections (written by the CLI, not by you)"});continue}if(i.generated){r.push({path:i.path,kind:"overwrite",body:i.body_md,note:s.locallyEdited?"discarded local edits \u2014 this is a cloud-generated file (edit it in the dashboard)":void 0});continue}if(s.trackingPointer&&s.locallyEdited){r.push({path:i.path,kind:"overwrite",body:i.body_md,note:"replaced the tracking-pointer stub with the cloud draft (the stub was written by `content track`, not by you)"});continue}if(i.path==="context.md"&&s.scaffoldContext&&!$e(i.body_md)){r.push({path:i.path,kind:"overwrite",body:i.body_md,note:"replaced the `seoagent init` scaffold with the owner-authored cloud context (the scaffold was written by `init`, not by you)"});continue}if(s.locallyEdited&&!o(i.path)){r.push({path:i.path,kind:"conflict",note:"local newer than cloud, keeping local \u2014 use --force to take cloud"});continue}r.push({path:i.path,kind:"overwrite",body:i.body_md})}for(let i of e.deleted){let s=t[i];if(!(!s||!s.exists)){if(s.locallyEdited&&!o(i)){r.push({path:i,kind:"delete-skipped",note:"server deleted this but it has local edits \u2014 keeping it (use --force to delete)"});continue}r.push({path:i,kind:"delete"})}}return r}function qm(e,t,n,r){let o=new Map;for(let s of t.artifacts)o.set(s.path,s.generated);let i=[];for(let s of e)s.kind!=="skip"&&i.push({path:s.path,kind:s.kind,class:il(s.path,o.get(s.path)??!1),...s.note?{note:s.note}:{}});return i.length===0?null:{pulled_at:r,cursor:n,changes:i}}async function Al(e){let t=await Xo(e);return t.ok?t.artifact?{ok:!0,body:t.artifact.body_md}:{ok:!1,error:`No cloud artifact found at "${e.path.replace(/^\/+/,"").replace(/\\/g,"/")}"`}:t}async function Xo(e){let t=await Pl({apiBase:e.apiBase,authHeader:e.authHeader,since:null,fetchImpl:e.fetchImpl});if(!t.ok)return{ok:!1,error:t.error};let n=e.path.replace(/^\/+/,"").replace(/\\/g,"/");return{ok:!0,artifact:t.manifest.artifacts.find(r=>r.path===n)??null}}function Il(e,t){return Jo(e,t.split("/").join(Gm))}function Vm(e,t,n){let r={};for(let o of t){let i=Il(e,o);if(!El(i)){r[o]={exists:!1,locallyEdited:!1};continue}let s=n[o],a=Mm(i,"utf-8"),l=!s||s.hash!==he(a),c=Xa(a),d=$l(a);r[o]={exists:!0,contentHash:_l(a),locallyEdited:l,...o==="context.md"&&$e(a)?{scaffoldContext:!0}:{},...c?{trackingPointer:c}:{},...d.stripped>0?{verifyRecsStrippedHash:_l(d.text)}:{}}}return r}async function Pl(e){let t=e.fetchImpl??fetch,n=`${e.apiBase}/api/cli/sync`+(e.since?`?since=${encodeURIComponent(e.since)}`:"");try{let r=await t(n,{method:"GET",headers:{Authorization:e.authHeader,Accept:"application/json",...Hm(e.meta)}});if(!r.ok){let i=await r.text().catch(()=>"");return{ok:!1,error:`${r.status} ${i.slice(0,200)}`.trim()}}let o=await r.json().catch(()=>null);return!o||!Array.isArray(o.artifacts)||typeof o.now!="string"?{ok:!1,error:"Malformed manifest response"}:(Array.isArray(o.deleted)||(o.deleted=[]),{ok:!0,manifest:o})}catch(r){return{ok:!1,error:r.message}}}async function Ol(e){let t=Jo(e.projectDir,k),n={ok:!0,written:0,overwritten:0,skipped:0,conflicts:0,conflictPaths:[],pointerOverwrites:{},deleted:0,warnings:[],cursor:e.since};if(!El(t))return{...n,ok:!0};let r=await Pl({apiBase:e.apiBase,authHeader:e.authHeader,since:e.since,fetchImpl:e.fetchImpl,meta:e.meta});if(!r.ok)return{...n,ok:!1,error:r.error};let o=r.manifest,i=[...o.artifacts.map(d=>d.path),...o.deleted],s=Vm(t,i,e.stateFiles),a=Km(o,s,{force:e.force,forcePaths:e.forcePaths}),l={...n,pointerOverwrites:{},cursor:o.now,directives:Wm(o)};for(let d of a){let p=Il(t,d.path);try{switch(d.kind){case"skip":l.skipped++;break;case"write":case"overwrite":{Fm(Bm(p),{recursive:!0});let f=d.body??"";Sl(p,f,"utf-8"),e.stateFiles[d.path]={hash:he(f)},d.kind==="write"?l.written++:l.overwritten++;let g=s[d.path]?.trackingPointer;d.kind==="overwrite"&&g&&(l.pointerOverwrites[d.path]=g),d.note&&l.warnings.push(`${d.path}: ${d.note}`);break}case"conflict":l.conflicts++,l.conflictPaths.push(d.path),l.warnings.push(`${d.path}: ${d.note??"conflict"}`);break;case"delete":Um(p,{force:!0}),delete e.stateFiles[d.path],l.deleted++;break;case"delete-skipped":l.conflicts++,l.conflictPaths.push(d.path),l.warnings.push(`${d.path}: ${d.note??"delete skipped"}`);break}}catch(f){l.ok=!1,l.error=`${d.path}: ${f.message}`}}(l.conflicts>0||!l.ok)&&(l.cursor=e.since);let c=qm(a,o,l.cursor,new Date().toISOString());if(c)try{Sl(Jo(t,Kt),JSON.stringify(c,null,2)+`
834
+ `,"utf-8")}catch{}return l}var bn="context.md",Qm="context.md: the cloud copy is owner-authored and your local version does not derive from it \u2014 NOT pushed, both copies kept. Compare with `seoagent pull --print context.md`, merge into the local file, then sync; or take the cloud copy with `seoagent sync --force context.md`.",Zm="context.md: replaced the local `seoagent init` scaffold with the owner-authored cloud context (the scaffold was written by `init`, not by you).",eh="context.md: took the cloud copy (`--force context.md`) \u2014 the local version was replaced.";function th(e){return $e(e.localBody)?!0:!e.prevStateHash||e.prevStateHash!==he(e.localBody)}function nh(e){let{localBody:t,prevStateHash:n,cloudBody:r}=e;return r===null?{kind:"none"}:he(t)===he(r)?{kind:"none"}:$e(r)?{kind:"none"}:$e(t)?{kind:"restore",body:r,notice:Zm}:n&&n===he(r)?{kind:"none"}:e.forceTakeCloud?{kind:"restore",body:r,notice:eh}:e.forcePushLocal?{kind:"none"}:{kind:"block-push",notice:Qm}}var kn={restored:!1,blockPush:!1,notices:[]};async function Tl(e){let t=Xm(e.seoagentDir,bn);if(!zm(t))return kn;let n;try{n=Ym(t,"utf-8")}catch{return kn}let r=e.stateFiles[bn]?.hash??null;if(!th({localBody:n,prevStateHash:r}))return kn;let o=await Xo({apiBase:e.apiBase,authHeader:e.authHeader,path:bn,fetchImpl:e.fetchImpl});if(!o.ok)return{restored:!1,blockPush:!$e(n)&&(!r||r!==he(n)),notices:[]};let i=nh({localBody:n,prevStateHash:r,cloudBody:o.artifact?.body_md??null,forceTakeCloud:e.forcePaths?.includes(bn)===!0,forcePushLocal:e.force===!0});switch(i.kind){case"none":return kn;case"restore":try{Jm(t,i.body,"utf-8")}catch{return kn}return e.stateFiles[bn]={hash:he(i.body)},{restored:!0,blockPush:!1,notices:[i.notice]};case"block-push":return{restored:!1,blockPush:!0,notices:[i.notice]}}}import{existsSync as Nl,mkdirSync as jl,readFileSync as rh,writeFileSync as Qo}from"fs";import{dirname as Dl,join as oh}from"path";var Zo=1,Ll=500;function ei(e){return oh(e,k,rs)}function Rr(e){let t=ei(e);if(!Nl(t))return[];try{let n=rh(t,"utf-8"),r=JSON.parse(n);if(!r||typeof r!="object")return[];let o=r;return o.version!==Zo||!Array.isArray(o.entries)?[]:o.entries.filter(ih)}catch{return[]}}function Fl(e,t){let n=ei(e),o=Rr(e).filter(a=>a.action_id!==t.action_id);o.push({action_id:t.action_id,status:t.status,reason:t.reason,queued_at:new Date().toISOString()});let i=o.length>Ll?o.slice(-Ll):o,s={version:Zo,entries:i};try{jl(Dl(n),{recursive:!0}),Qo(n,JSON.stringify(s,null,2),"utf-8")}catch{}}function Ml(e,t){if(t.length===0)return;let n=ei(e),r=Rr(e).filter(i=>!t.includes(i.action_id)),o={version:Zo,entries:r};try{if(r.length===0&&Nl(n)){Qo(n,JSON.stringify(o,null,2),"utf-8");return}jl(Dl(n),{recursive:!0}),Qo(n,JSON.stringify(o,null,2),"utf-8")}catch{}}function ih(e){if(!e||typeof e!="object")return!1;let t=e;return typeof t.action_id=="number"&&(t.status==="completed"||t.status==="failed")&&(t.reason===null||typeof t.reason=="string")&&typeof t.queued_at=="string"}import{existsSync as Ul,readFileSync as sh,unlinkSync as ah,writeFileSync as lh,openSync as ch,closeSync as uh,mkdirSync as dh}from"fs";import{dirname as ph,join as fh}from"path";var gh=6e4;function Bl(e){return fh(e,k,os)}function Gl(e,t={}){let n=t.now??Date.now,r=t.pid??process.pid,o=t.staleMs??gh,i=Bl(e);if(!Ul(i))return Ar(i,r,n());let s=Wl(i);return!s||n()-s.started_at>o||!mh(s.pid)?Ar(i,r,n()):{acquired:!1,reason:"held-by-live-process",held_by_pid:s.pid}}function Hl(e,t={}){let n=t.pid??process.pid,r=Bl(e);if(!Ul(r))return;let o=Wl(r);if(!(o&&o.pid!==n))try{ah(r)}catch{}}function Ar(e,t,n){let r={pid:t,started_at:n};try{dh(ph(e),{recursive:!0});let o=ch(e,"w");try{lh(o,JSON.stringify(r))}finally{uh(o)}return{acquired:!0}}catch{return{acquired:!1,reason:"held-but-pid-unknown"}}}function Wl(e){try{let t=sh(e,"utf-8"),n=JSON.parse(t);return n&&typeof n=="object"&&typeof n.pid=="number"&&typeof n.started_at=="number"?n:null}catch{return null}}function mh(e){if(!Number.isInteger(e)||e<=0)return!1;try{return process.kill(e,0),!0}catch(t){return t.code==="EPERM"}}import{existsSync as tc,mkdirSync as _h,readFileSync as nc,writeFileSync as Ch}from"fs";import{dirname as Eh,join as xn}from"path";import{existsSync as Pr,readFileSync as Yl,readdirSync as hh}from"fs";import{join as $n}from"path";var Or="llms.md",yh=160,Kl=100;function Ir(e,t=yh){let n=e.replace(/\s+/g," ").replace(/[[\]]/g,"").trim();return n.length<=t?n:n.slice(0,t-1).trimEnd()+"\u2026"}function ti(e){let t=j(e);if(t==="/")return"Home";let r=(t.split("/").filter(Boolean).pop()||"Home").replace(/[-_]+/g," ").replace(/\.(html?|md|php)$/i,"").trim();return r?r.split(" ").map(o=>o.length>0?o[0].toUpperCase()+o.slice(1):o).join(" "):"Home"}var wh=new Set(["readme","changelog","license","licence","contributing","contributors","code_of_conduct","code-of-conduct","security","authors","notice","agents","claude","cursorrules","codeowners","copying","maintainers"]);function bh(e){let t=Number.parseInt(String(e).trim(),10);return Number.isFinite(t)?t>=400&&t<=599:!1}function Jl(e){let t=j(e).split("/").filter(Boolean).pop();return t?wh.has(t.replace(/\.(md|mdx|txt|html?)$/i,"").toLowerCase()):!1}function ql(e){let t=Ir(e.label,80)||ti(e.url),n=e.description?Ir(e.description):"";return`- [${t}](${e.url})${n?`: ${n}`:""}`}function Xl(e){let t=[`# ${Ir(e.siteName,100)}`,""];if(e.summary&&t.push(`> ${Ir(e.summary,300)}`,""),e.pages.length>0){t.push("## Pages","");for(let n of e.pages)t.push(ql(n));t.push("")}if(e.articles.length>0){t.push("## Articles","");for(let n of e.articles)t.push(ql(n));t.push("")}return t.join(`
835
835
  `).replace(/\n+$/,`
836
- `)}function kh(e){let t=new Map,n=null;for(let r of e.split(/\r?\n/)){let o=/^##\s+(https?:\/\/\S+)\s*$/.exec(r);if(o){n=j(o[1]),t.has(n)||t.set(n,{});continue}if(!n)continue;if(/^##\s/.test(r)){n=null;continue}let i=/^-\s+\*\*title:\*\*\s+(.*)$/.exec(r);if(i&&i[1]!=="_(none)_"){t.get(n).title=i[1].trim();continue}let s=/^-\s+\*\*meta description:\*\*\s+(.*)$/.exec(r);s&&s[1]!=="_(none)_"&&(t.get(n).description=s[1].trim())}return t}function vh(e){let t=vn(e,k,"audit","evidence.md");if(!Pr(t))return new Map;try{return kh(zl(t,"utf-8"))}catch{return new Map}}function $h(e,t,n){let r=vn(e,k,"content");if(!Pr(r))return[];let o=new Map,i;try{i=hh(r)}catch{return[]}for(let s of i.sort()){if(!s.toLowerCase().endsWith(".md"))continue;let a;try{a=de(zl(vn(r,s),"utf-8")).data}catch{continue}let l=typeof a.canonical=="string"?a.canonical.trim():"",c=typeof a.status=="string"?a.status.toLowerCase():"";if(!l||c==="draft"||Yl(l)||n?.has(j(l)))continue;let d=typeof a.title=="string"&&a.title.trim()?a.title.trim():Zo(l),p=t.get(j(l)),f={url:l,label:p?.title||d,...p?.description?{description:p.description}:{}},g=typeof a.slug=="string"?a.slug.trim():s.slice(0,-3),m=j(l).split("/").filter(Boolean).pop()??"",y=g===m,w=o.get(l);(!w||y&&!w.slugMatchesUrl)&&o.set(l,{link:f,slugMatchesUrl:y})}return Array.from(o.values(),s=>s.link)}function ql(e){try{return new URL(e).host.toLowerCase().replace(/^www\./,"")}catch{return""}}function kn(e){return/^http:\/\//i.test(e)}function xh(e,t,n,r){let o=[tn,cr].map(a=>vn(e,k,a)).filter(a=>Pr(a));if(o.length===0)return[];let i=t.toLowerCase().replace(/^https?:\/\//,"").replace(/\/.*$/,""),s=new Map;for(let a of o.flatMap(l=>[...dr(l).keys()])){if(!/^https?:\/\//i.test(a))continue;let l=j(a);if(fe(l)||Yl(a)||r?.has(l))continue;let d=`${ql(a)}${l}`,p=s.get(d);if(!p){s.set(d,a);continue}if(kn(p)!==kn(a)){kn(p)&&s.set(d,a);continue}let f="";try{f=new URL(a).hostname.toLowerCase()}catch{f=""}f===i&&s.set(d,a)}return n?Array.from(s.values()):Array.from(s.values(),a=>kn(a)&&ql(a)===i.replace(/^www\./,"")?a.replace(/^http:\/\//i,"https://"):a)}function Sh(e){let t=new Set;for(let n of[tn,cr]){let r=vn(e,k,n);if(Pr(r))for(let o of dr(r).values())bh(o.status)&&t.add(j(o.url))}return t}function Vl(e){return[...e].sort((t,n)=>{let r=j(t.url),o=j(n.url);return r==="/"?o==="/"?0:-1:o==="/"?1:r.localeCompare(o)})}function Xl(e,t){let n=t.domain.replace(/^https?:\/\//,"").replace(/\/+$/,""),r=(()=>{try{return ze(e)}catch{return null}})(),o=vh(e),i=Sh(e),s=$h(e,o,i),a=new Set(s.map(p=>j(p.url))),l=[];for(let p of xh(e,n,kn(t.domain),i)){let f=j(p);if(a.has(f))continue;let g=o.get(f);l.push({url:p,label:g?.title||Zo(p),...g?.description?{description:g.description}:{}})}if(l.length===0&&s.length===0)return null;let c=r?.business?.name?.trim()||o.get("/")?.title||n,d=r?.business?.description?.trim()||o.get("/")?.description||null;return{siteName:c,summary:d,pages:Vl(l).slice(0,Wl),articles:Vl(s).slice(0,Wl)}}var Or=".well-known/okf",Ql="llms.txt",Zl={publicDir:null,publicDirSource:null,llmsSourceWritten:!1,llmsPublished:null,okfPublished:0,okfPublishedDir:null,llmsRoute:null,llmsRouteDrift:!1,skipped:[]};function ei(e,t){try{return ec(e)&&tc(e,"utf-8")===t?!1:(_h(Eh(e),{recursive:!0}),Ch(e,t,"utf-8"),!0)}catch{return!1}}function Mt(e,t){if(!t.domain||t.domain==="unknown")return{...Zl,skipped:["no-domain"]};let n=nr(e,t.public_dir??null),r={...Zl,publicDir:n.dir,publicDirSource:n.source,skipped:[]},o=null;try{let s=Xl(e,t);o=s?Jl(s):null}catch{o=null}if(o===null)r.skipped.push("llms-no-content");else if(r.llmsSourceWritten=ei($n(e,k,Tr),o),r.llmsRoute=ds(e,n.dir),r.llmsRoute){if(r.skipped.push("llms-route-owned"),r.llmsRouteDrift=r.llmsSourceWritten&&t.llms_owner!=="route",t.llms_owner!=="route")try{V(e,{llms_owner:"route"})&&(t.llms_owner="route")}catch{}}else if(n.dir){let s=$n(e,n.dir,Ql);ei(s,o)&&(r.llmsPublished=`${n.dir}/${Ql}`)}let i=Rt(e);if(!ec(i))r.skipped.push("okf-missing");else if(va(i))r.skipped.push("okf-placeholder");else if(!gr(i).ok)r.skipped.push("okf-invalid");else if(n.dir){let s=$n(e,n.dir,Or),a=0;for(let l of $a(i)){let c;try{c=tc($n(i,l),"utf-8")}catch{continue}ei($n(s,l),c)&&a++}a>0&&(r.okfPublished=a,r.okfPublishedDir=`${n.dir}/${Or}`)}return n.dir||r.skipped.push("no-public-dir"),r}function nc(e,t){if(!e)return[];let n=[],r=[];return e.llmsPublished&&r.push(e.llmsPublished),e.okfPublishedDir&&r.push(`${e.okfPublishedDir}/ (${e.okfPublished} file${e.okfPublished===1?"":"s"})`),r.length>0&&n.push({text:`ai-files: published ${r.join(" and ")} \u2014 commit these so answer engines can read them.`,tone:"dim",always:!0}),e.skipped.includes("okf-placeholder")&&n.push({text:"ai-files: .seoagent/okf/ is still the scaffold. Fill it (see references/open-knowledge-format.md) and it publishes itself on the next sync.",tone:"dim",always:!1}),e.skipped.includes("okf-invalid")&&n.push({text:`ai-files: .seoagent/okf/ has validation errors, so it was NOT published. Run \`${t("okf validate")}\` and fix them.`,tone:"warn",always:!1}),e.llmsRouteDrift&&n.push({text:`ai-files: .seoagent/llms.md changed, but ${e.llmsRoute} already serves /llms.txt, so nothing was published \u2014 a file in your static dir would shadow that route. Compare the two, or set \`llms_owner: route\` in .seoagent/project.md to own the file yourself and stop this notice.`,tone:"dim",always:!1}),e.skipped.includes("no-public-dir")&&n.push({text:"ai-files: couldn't tell which directory this project serves as static files. Set `public_dir:` in .seoagent/project.md (`public`, `static`, or a nested path like `apps/web/public` in a monorepo) so llms.txt and the OKF bundle actually get served.",tone:"dim",always:!1}),n}var Rh=30,Ah=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi;function Ih(e){let t=e,n=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(t);n&&(t=n[1]),t=t.replace(Ah," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/&nbsp;/gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();let r=t===""?0:t.split(" ").filter(Boolean).length;return{wordCount:r,rendered:r<Rh?"empty":"yes"}}async function Ph(e,t){try{let n=await L(e,{headers:{"user-agent":"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) SEOAgent-CLI"},redirect:"follow"},{attempts:2,timeoutMs:1e4,fetchImpl:t});if(!n.ok)return{status:n.status,rendered:"error",wordCount:0};let r=await n.text(),{wordCount:o,rendered:i}=Ih(r);return{status:n.status,rendered:i,wordCount:o}}catch{return{status:null,rendered:"error",wordCount:0}}}async function rc(e,t={}){let n=Math.max(1,t.concurrency??5),r=new Map,o=[...e],i=0;async function s(){for(;;){let a=o.shift();if(a===void 0)return;r.set(a,await Ph(a,t.fetchImpl)),i+=1,t.onProgress?.(i,e.length)}}return await Promise.all(Array.from({length:Math.min(n,e.length)},()=>s())),r}var ti=300;async function xn(e,t={}){try{let n=C(e),r=n?.domain&&n.domain!=="unknown"?n.domain:null,{pages:o}=xe(e,r);t.enrichSitemap&&r&&await ua(o,r);let i,s;if(t.crawl&&r){let l=o.map(d=>d.url).filter(d=>/^https?:\/\//.test(d)),c=l.slice(0,ti);if(l.length>ti&&u.info(`Crawling the first ${ti} of ${l.length} pages (cap).`),c.length>0){u.info(`Crawling ${c.length} page${c.length===1?"":"s"}\u2026`),s=await rc(c);let d=0,p=0;for(let f of s.values())f.rendered==="empty"?d++:f.rendered==="error"&&p++;i={crawled:s.size,empty:d,errors:p}}}let a=ur(e,o,s);return{added:a.added,total:a.total,file:a.file,crawl:i}}catch{return{added:0,total:0,file:"pages.md"}}}function Dh(e){try{let t=Ft(e);return t.evidenceFound?t:void 0}catch{return}}var Fh=new Set([".md"]),Mh=new Set(["inbox"]);function Uh(e){let t=[];function n(r,o){if(ni(r))for(let i of Oh(r,{withFileTypes:!0})){if(i.name.startsWith(".")||o===""&&Mh.has(i.name))continue;let s=ri(r,i.name);if(i.isDirectory())n(s,o?`${o}/${i.name}`:i.name);else if(i.isFile()){let a=i.name.lastIndexOf("."),l=a===-1?"":i.name.slice(a);Fh.has(l)&&t.push(s)}}}return n(e,""),t}function sc(e){let t=e.replace(/[^a-zA-Z0-9._-]/g,"_");return ri(ro,`${t}.json`)}var Bh=14400*1e3;function Gh(e){let t=sc(e);if(!ni(t))return{files:{},last_synced_at:null};try{return JSON.parse(ic(t,"utf-8"))}catch{return{files:{},last_synced_at:null}}}function Hh(e,t){Th(ro,{recursive:!0}),Lh(sc(e),JSON.stringify(t,null,2)+`
837
- `,"utf-8")}function Wh(e,t){return Nh(e,t).split(jh).join("/")}async function Kh(e,t){try{let n=await L(`${e}/api/cli/actions/fetch`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:t},body:JSON.stringify({})});if(!n.ok){let o=await n.text().catch(()=>"");return{ok:!1,actions:[],error:`${n.status} ${o.slice(0,200)}`}}let r=await n.json().catch(()=>null);return!r||r.status!=="ok"||!Array.isArray(r.actions)?{ok:!1,actions:[],error:"Malformed response"}:{ok:!0,actions:r.actions}}catch(n){return{ok:!1,actions:[],error:n.message}}}async function oc(e,t,n){try{let r=await L(`${e}/api/cli/sync`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify(t)});if(!r.ok){let i=await r.text().catch(()=>"");return{ok:!1,status:r.status,error:i.slice(0,200)}}let o=typeof r.json=="function"?await r.json().catch(()=>null):null;return{ok:!0,status:r.status,...o?.agent_notice?{agentNotice:o.agent_notice}:{}}}catch(r){return{ok:!1,status:0,error:r.message}}}async function Lr(e,t={}){let n=Dh(e),r=d=>{let p=n?{...d,verifyRecs:n}:{...d};return s&&(p={...p,aiFiles:s}),i&&i.added>0&&(p={...p,pagesRescan:{added:i.added,total:i.total,file:i.file}}),p},o=C(e),i=null;if(o&&!t.pullOnly)try{i=await xn(e)}catch{}let s=null;if(o)try{s=Mt(e,o)}catch{}let a=D(o?.domain);if(!a)return r({ok:!0,reason:"no-auth",synced:0,failed:0,errors:[]});if(!o)return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(o.domain===We)return r({ok:!0,reason:"domain-unknown",synced:0,failed:0,errors:[]});let l=ri(e,k);if(!ni(l))return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(!Bl(e).acquired)return r({ok:!0,reason:"busy",synced:0,failed:0,errors:[]});try{return r(await qh(e,t,a,o,l))}finally{Gl(e)}}async function qh(e,t,n,r,o){let i=n.api_base||N.BASE,s=`Bearer ${n.user_token}:${n.website_token}`,a=await qe({apiBase:i,authHeader:s,localDomain:r.domain});if(a.verdict==="mismatch")return{ok:!0,reason:"project-mismatch",synced:0,failed:0,errors:[],cloudDomain:a.cloudDomain,localDomain:r.domain};if(a.verdict==="unverified")return{ok:!0,reason:"unverified",synced:0,failed:0,errors:[`could not verify cloud project binding: ${a.detail}`]};let l=Gh(r.domain);try{Qa(e,r)}catch{}let c=Uh(o),d=0,p=0,f=[],g=[],m=0,y=await zh(e,i,s),w={restored:!1,blockPush:!1,notices:[]};if((!t.pathFilter||"context.md".endsWith(t.pathFilter))&&(w=await Tl({seoagentDir:o,apiBase:i,authHeader:s,stateFiles:l.files,force:t.force,forcePaths:t.forcePaths}),f.push(...w.notices)),!t.pullOnly){for(let P of t.deletedPaths??[]){m++;let G=await oc(i,{path:P,domain:r.domain,deleted:!0},s);G.ok?(delete l.files[P],d++):(p++,g.push(`${P}: ${G.status} ${G.error??""}`.trim()))}for(let P of c){let G=Wh(o,P);if(t.pathFilter&&!G.endsWith(t.pathFilter)||G==="context.md"&&w.blockPush)continue;let tt=ic(P,"utf-8"),wt=he(tt),qn=l.files[G];if(!(!qn||qn.hash!==wt)&&!t.force)continue;m++;let nt=await oc(i,{path:G,contents:tt,domain:r.domain},s);nt.ok?(l.files[G]={hash:wt},d++,nt.agentNotice&&f.push(`${G}: ${nt.agentNotice}`)):(p++,g.push(`${G}: ${nt.status} ${nt.error??""}`.trim()))}}let b=await Kh(i,s),A=0,x=0,E=[],O=0,Y=0;!b.ok&&b.error&&g.push(`pull actions: ${b.error}`);let U,q=[],W=new Map,ne=!1,et=[],ke=l.last_synced_at;if(!t.pushOnly){let P=await Pl({projectDir:e,apiBase:i,authHeader:s,since:l.last_synced_at,stateFiles:l.files,force:t.force,forcePaths:t.forcePaths,meta:Vh(e,!!t.silent)});et=P.directives??[],P.ok?ke=P.cursor:(ne=!0,P.error&&g.push(`pull: ${P.error}`)),U={written:P.written,overwritten:P.overwritten,skipped:P.skipped,conflicts:P.conflicts,deleted:P.deleted,warnings:P.warnings},q=P.conflictPaths;for(let[G,tt]of Object.entries(P.pointerOverwrites)){let wt=G.match(/^content\/(.+)\.md$/)?.[1];wt&&W.set(wt,tt)}}if(b.ok){let P=Ko(e);for(let[Ae,bt]of W)P.set(Ae,bt);let G=rl(e,b.actions,{conflictedPaths:new Set(q),localPointers:P});A=G.wrote,x=G.removed,O=G.skippedUnknown;let tt=l.announced_at?Date.parse(l.announced_at):NaN,qn=G.pendingIds.length>0&&(Number.isNaN(tt)||Date.now()-tt>=Bh)?new Set:new Set(l.announced_action_ids??[]),Vn=new Set(G.pendingIds.filter(Ae=>!qn.has(Ae)));E=G.pending.filter(Ae=>Vn.has(Ae.id)),Y=Vn.size-E.length,l.announced_action_ids=G.pendingIds,Vn.size>0&&(l.announced_at=new Date().toISOString());let nt=el(b.actions);U&&q.length>0&&(U.warnings=U.warnings.map(Ae=>{let bt=q.find(to=>Ae.startsWith(`${to}:`)),eo=bt?nt.get(bt):void 0;return!bt||!eo?.length?Ae:`${Ae} \u2014 blocks inbox action${eo.length===1?"":"s"} ${eo.map(to=>`#${to}`).join(", ")}; take the cloud copy with \`seoagent sync --force ${bt}\``}))}let Wn=!!U&&U.written+U.overwritten+U.deleted+U.conflicts>0;if(l.last_synced_at=ke,Hh(r.domain,l),m===0&&A===0&&x===0&&!Wn&&!w.restored&&w.notices.length===0&&y.flushed===0&&y.dropped===0&&!ne&&p===0)return{ok:!0,reason:"no-changes",synced:0,failed:0,errors:g,actionsPulled:0,actionsRemoved:0,actionsNew:[],actionsUnknown:O,actionsUnknownNew:Y,acksFlushed:0,acksDropped:0,pull:U,directives:et};let Kn=p===0&&!ne;return{ok:Kn,reason:Kn?void 0:"error",synced:d,failed:p,errors:g,...f.length>0?{notices:f}:{},actionsPulled:A,actionsRemoved:x,actionsNew:E,actionsUnknown:O,actionsUnknownNew:Y,acksFlushed:y.flushed,acksDropped:y.dropped,pull:U,directives:et}}function Vh(e,t){let n=ae(),r=n?null:C(e)?.install_id??null;return{cliVersion:n?null:R,agent:qa(),authSource:Ss(),installId:r||null,silent:t}}async function zh(e,t,n){let r=Rr(e);if(r.length===0)return{flushed:0,dropped:0};let o=0,i=0,s=[];for(let a of r){let l=await Yh(a,t,n);l==="flushed"?(o++,s.push(a.action_id)):l==="already-settled"&&(i++,s.push(a.action_id))}return s.length>0&&Fl(e,s),{flushed:o,dropped:i}}async function Yh(e,t,n){try{let r=await L(`${t}/api/cli/actions/${e.action_id}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify({status:e.status,error_message:e.status==="failed"?e.reason:null,result:e.status==="failed"?{declined:!0,reason:e.reason}:{applied:!0}})});return r.ok?"flushed":r.status===409||r.status>=400&&r.status<500?"already-settled":"transient"}catch{return"transient"}}function ac(e,t=3e4){let n=setTimeout(e,t);return n.unref?.(),{cancel:()=>clearTimeout(n)}}function lc(e){let t;try{t=C(e)}catch{return{refreshed:!1,reason:"error"}}if(!t)return{refreshed:!1,reason:"no-project"};let n=t.skill_version||t.seoagent_version||"0.0.0";if(Qe(R,n)<=0){if(!t.skill_version)try{V(e,{skill_version:n})}catch{}return{refreshed:!1,reason:"up-to-date"}}try{return St(e),V(e,{skill_version:R}),{refreshed:!0,from:n,to:R,reason:"refreshed"}}catch{return{refreshed:!1,reason:"error"}}}function oi(e){let t;try{t=C(e)}catch{return{refreshed:!1,from:null,to:R,reason:"error"}}if(!t)return{refreshed:!1,from:null,to:R,reason:"no-project"};let n=t.skill_version||t.seoagent_version||null;try{return St(e),V(e,{skill_version:R}),{refreshed:!0,from:n,to:R,reason:"refreshed"}}catch{return{refreshed:!1,from:n,to:R,reason:"error"}}}import{createHash as Jh}from"crypto";import{existsSync as EC,mkdirSync as Xh,readFileSync as Qh,writeFileSync as Zh}from"fs";import{join as ey}from"path";var ty="/cli-skill/manifest.json",ny=360*60*1e3,ry=4e3,oy=64,iy=4*1024*1024,cc=ey(J,"skill-check.json"),sy=e=>Jh("sha256").update(e).digest("hex");function ay(e){if(typeof e!="object"||e===null)return null;let t=e;if(typeof t.hash!="string"||!/^[0-9a-f]{64}$/.test(t.hash)||typeof t.min_cli!="string"||!/^\d+\.\d+\.\d+/.test(t.min_cli)||!Array.isArray(t.files)||t.files.length===0||t.files.length>oy)return null;let n=[],r=0;for(let o of t.files){if(typeof o!="object"||o===null)return null;let i=o;if(typeof i.path!="string"||typeof i.sha256!="string"||!/^[A-Za-z0-9._/-]+$/.test(i.path)||i.path.startsWith("/")||i.path.split("/").includes("..")||!i.path.endsWith(".md")||!/^[0-9a-f]{64}$/.test(i.sha256))return null;let s=typeof i.bytes=="number"?i.bytes:0;r+=s,n.push({path:i.path,sha256:i.sha256,bytes:s})}return r>iy||!n.some(o=>o.path==="SKILL.md")?null:{hash:t.hash,min_cli:t.min_cli,files:n}}function ly(e,t,n=ny){if(!e)return!0;let r=Date.parse(e);return Number.isNaN(r)?!0:t.getTime()-r>=n}function cy(){try{return JSON.parse(Qh(cc,"utf-8"))}catch{return{}}}function uy(e){try{Xh(J,{recursive:!0}),Zh(cc,JSON.stringify({checkedAt:e}),"utf-8")}catch{}}async function dy(e){try{let t=await fetch(e,{signal:AbortSignal.timeout(ry),headers:{"User-Agent":`seoagent-cli/${R}`}});return t.ok?await t.text():null}catch{return null}}async function uc(e,t={}){try{let n=C(e);if(!n)return{updated:!1,reason:"no-project"};let r=t.now??new Date,o=cy();if(!t.force&&!ly(o.checkedAt,r))return{updated:!1,reason:"throttled"};let i=(t.baseUrl??N.BASE).replace(/\/$/,""),s=t.fetchText??dy,a=await s(`${i}${ty}`);if(uy(r.toISOString()),a===null)return{updated:!1,reason:"unreachable"};let l;try{l=ay(JSON.parse(a))}catch{l=null}if(!l)return{updated:!1,reason:"malformed"};if(n.skill_hash===l.hash)return{updated:!1,reason:"up-to-date"};if(Qe(R,l.min_cli)<0)return{updated:!1,reason:"cli-too-old",minCli:l.min_cli};let c={};for(let d of l.files){let p=await s(`${i}/cli-skill/${d.path}`);if(p===null)return{updated:!1,reason:"unreachable"};if(sy(p)!==d.sha256)return{updated:!1,reason:"verify-failed"};c[d.path]=p}return Ts(e,c),V(e,{skill_hash:l.hash}),{updated:!0,reason:"updated",fileCount:l.files.length}}catch{return{updated:!1,reason:"error"}}}import{existsSync as py,mkdirSync as fy,readFileSync as gy,writeFileSync as my}from"fs";var hy="https://registry.npmjs.org/@seoagent-official/seoagent/latest",yy=1440*60*1e3,wy=720*60*1e3,by=2e3;function ky(e,t,n=yy){if(!e.checkedAt)return!0;let r=Date.parse(e.checkedAt);return Number.isNaN(r)?!0:t.getTime()-r>=n}function vy(e){let{current:t,latest:n,cache:r,now:o}=e,i=e.notifyIntervalMs??wy;if(!n||Qe(n,t)<=0)return null;if(r.notifiedVersion===n&&r.notifiedAt){let s=Date.parse(r.notifiedAt);if(!Number.isNaN(s)&&o.getTime()-s<i)return null}return`\u2191 SEOAgent ${n} is available (you have ${t}). Ask me to run \`seoagent update-cli\`, or run it yourself, to upgrade the CLI + all your projects.`}async function $y(e){let t=e.readCache();if(ky(t,e.now,e.checkIntervalMs)){let r=await e.fetchLatest();t={...t,checkedAt:e.now.toISOString(),...r?{latest:r}:{}},e.writeCache(t)}let n=vy({current:e.current,latest:t.latest,cache:t,now:e.now,notifyIntervalMs:e.notifyIntervalMs});return n&&t.latest&&e.writeCache({...t,notifiedVersion:t.latest,notifiedAt:e.now.toISOString()}),n}function xy(){try{return py(Jn)?JSON.parse(gy(Jn,"utf-8")):{}}catch{return{}}}function Sy(e){try{fy(J,{recursive:!0}),my(Jn,JSON.stringify(e,null,2)+`
838
- `,"utf-8")}catch{}}async function _y(){try{let e=await fetch(hy,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(by)});if(!e.ok)return null;let t=await e.json();return typeof t.version=="string"?t.version:null}catch{return null}}async function dc(e){try{return await $y({current:e,now:new Date,fetchLatest:_y,readCache:xy,writeCache:Sy})}catch{return null}}import{existsSync as pc,readdirSync as fc}from"fs";import{join as ii}from"path";var gc={PILLAR:0,SUB_PILLAR:1,LONG_TAIL:2},mc={high:0,medium:1,low:2},Cy=new Set(["drafted","published","dismissed","superseded","done"]);function Ey(e){let t=e.filter(n=>!Cy.has((n.status??"").toLowerCase()));return t.length===0?null:[...t].sort((n,r)=>{let o=gc[(n.role??"").toUpperCase()]??3,i=gc[(r.role??"").toUpperCase()]??3;if(o!==i)return o-i;let s=mc[(n.priority??"").toLowerCase()]??3,a=mc[(r.priority??"").toLowerCase()]??3;return s!==a?s-a:n.slug.localeCompare(r.slug)})[0]}function hc(e,t,n){if(t>0)return null;let r=Ey(e);if(!r)return null;let o=r.role?` (${r.role})`:"";return`Next: no article yet \u2014 write .seoagent/briefs/${r.slug}.md${o} first, then run \`${n("content track")} <path-to-article>\` so the board advances. ${e.length} brief${e.length===1?"":"s"} waiting.`}function yc(e){let t={briefs:[],articleCount:0};try{let n=ii(e,"briefs");if(pc(n))for(let o of fc(n).filter(i=>i.endsWith(".md"))){let s=He(ii(n,o))?.data??{};t.briefs.push({slug:o.replace(/\.md$/,""),role:typeof s.role=="string"?s.role:null,priority:typeof s.priority=="string"?s.priority:null,status:typeof s.status=="string"?s.status:null})}let r=ii(e,"content");pc(r)&&(t.articleCount=fc(r).filter(o=>o.endsWith(".md")).length)}catch{}return t}var Ry=1500;function Ay(e=process.env){switch(_s(e)){case"absent":return"sync_unauthenticated";case"malformed":return"sync_unauthenticated_malformed";default:return null}}async function wc(e){let t=e.env??process.env,n=Ay(t);if(!n)return{sent:!1,event:null,skipped:"authenticated",throwawayInstallId:!1};if(ae(t))return{sent:!1,event:n,skipped:"opted-out",throwawayInstallId:!1};let r=null;try{r=pe(e.cwd)}catch{r=null}let o=!r;return{sent:await Ne({installId:r??Kt(),event:n,cliVersion:R,apiBase:e.apiBase,fetchImpl:e.fetchImpl,timeoutMs:e.timeoutMs??Ry}),event:n,throwawayInstallId:o}}async function ce(e={}){let t=ac(()=>{e.silent||u.warn(`Sync gave up after ${Math.round(3e4/1e3)}s (network too slow or stalled). Sync is best-effort \u2014 nothing is lost; it will retry on the next run.`),process.exit(0)});try{await Ty(e)}finally{t.cancel()}}async function Ty(e){let t=lc(process.cwd());if(t.refreshed){try{at(process.cwd())}catch{}e.silent||u.info(B.dim(`\u21BB Updated SEOAgent skill ${t.from} \u2192 ${t.to}.`))}let n=await uc(process.cwd());n.updated&&!e.silent&&u.info(B.dim("\u21BB Updated the SEOAgent skill to the latest published version.")),n.reason==="cli-too-old"&&!e.silent&&u.message(B.yellow(`A newer SEOAgent skill is available but needs CLI ${n.minCli} or later (you have ${R}). Run \`${h("update-cli")}\` to get it.`)),lt(process.cwd());let r=await dc(R);r&&u.message(B.yellow(r));let o=!e.silent&&!!process.stdout.isTTY,i=e.pullOnly?"Pulling":e.pushOnly?"Pushing":"Syncing",s=o?Py():null;s?.start(`${i} ${B.dim(".seoagent/")} with your dashboard\u2026`);let{force:a,forcePaths:l}=El(e.force),c=await Lr(process.cwd(),{pathFilter:e.path,silent:!!e.silent,force:a,forcePaths:l,pushOnly:e.pushOnly,pullOnly:e.pullOnly}),d=c.verifyRecs;if(d){d.sourceRender&&u.message(B.yellow("verify-recs: evidence.md is a SOURCE RENDER (undesignated local dev-server crawl) \u2014 live-state claims cannot be verified. Re-run `seoagent crawl --url <live origin>`."));for(let m of d.corrections)u.message(B.yellow(`verify-recs: corrected ${m.file}:${m.line} \u2014 the live page (${m.pageUrl}) already serves ${m.entityLabel}; reflect this correction in your summary.`))}for(let m of nc(c.aiFiles??null,h))!m.always&&e.silent||u.message(m.tone==="warn"?B.yellow(m.text):B.dim(m.text));let p=c.pagesRescan;if(p&&!e.silent&&u.message(B.dim(`+${p.added} page${p.added===1?"":"s"} discovered in the codebase \u2192 .seoagent/${p.file} (${p.total} total).`)),c.actionsNew&&c.actionsNew.length>0){let m=c.actionsNew.slice(0,5).map(w=>` - ${w.title??w.action_type} (id ${w.id})`).join(`
836
+ `)}function kh(e){let t=new Map,n=null;for(let r of e.split(/\r?\n/)){let o=/^##\s+(https?:\/\/\S+)\s*$/.exec(r);if(o){n=j(o[1]),t.has(n)||t.set(n,{});continue}if(!n)continue;if(/^##\s/.test(r)){n=null;continue}let i=/^-\s+\*\*title:\*\*\s+(.*)$/.exec(r);if(i&&i[1]!=="_(none)_"){t.get(n).title=i[1].trim();continue}let s=/^-\s+\*\*meta description:\*\*\s+(.*)$/.exec(r);s&&s[1]!=="_(none)_"&&(t.get(n).description=s[1].trim())}return t}function vh(e){let t=$n(e,k,"audit","evidence.md");if(!Pr(t))return new Map;try{return kh(Yl(t,"utf-8"))}catch{return new Map}}function $h(e,t,n){let r=$n(e,k,"content");if(!Pr(r))return[];let o=new Map,i;try{i=hh(r)}catch{return[]}for(let s of i.sort()){if(!s.toLowerCase().endsWith(".md"))continue;let a;try{a=de(Yl($n(r,s),"utf-8")).data}catch{continue}let l=typeof a.canonical=="string"?a.canonical.trim():"",c=typeof a.status=="string"?a.status.toLowerCase():"";if(!l||c==="draft"||Jl(l)||n?.has(j(l)))continue;let d=typeof a.title=="string"&&a.title.trim()?a.title.trim():ti(l),p=t.get(j(l)),f={url:l,label:p?.title||d,...p?.description?{description:p.description}:{}},g=typeof a.slug=="string"?a.slug.trim():s.slice(0,-3),m=j(l).split("/").filter(Boolean).pop()??"",y=g===m,w=o.get(l);(!w||y&&!w.slugMatchesUrl)&&o.set(l,{link:f,slugMatchesUrl:y})}return Array.from(o.values(),s=>s.link)}function Vl(e){try{return new URL(e).host.toLowerCase().replace(/^www\./,"")}catch{return""}}function vn(e){return/^http:\/\//i.test(e)}function xh(e,t,n,r){let o=[nn,cr].map(a=>$n(e,k,a)).filter(a=>Pr(a));if(o.length===0)return[];let i=t.toLowerCase().replace(/^https?:\/\//,"").replace(/\/.*$/,""),s=new Map;for(let a of o.flatMap(l=>[...dr(l).keys()])){if(!/^https?:\/\//i.test(a))continue;let l=j(a);if(fe(l)||Jl(a)||r?.has(l))continue;let d=`${Vl(a)}${l}`,p=s.get(d);if(!p){s.set(d,a);continue}if(vn(p)!==vn(a)){vn(p)&&s.set(d,a);continue}let f="";try{f=new URL(a).hostname.toLowerCase()}catch{f=""}f===i&&s.set(d,a)}return n?Array.from(s.values()):Array.from(s.values(),a=>vn(a)&&Vl(a)===i.replace(/^www\./,"")?a.replace(/^http:\/\//i,"https://"):a)}function Sh(e){let t=new Set;for(let n of[nn,cr]){let r=$n(e,k,n);if(Pr(r))for(let o of dr(r).values())bh(o.status)&&t.add(j(o.url))}return t}function zl(e){return[...e].sort((t,n)=>{let r=j(t.url),o=j(n.url);return r==="/"?o==="/"?0:-1:o==="/"?1:r.localeCompare(o)})}function Ql(e,t){let n=t.domain.replace(/^https?:\/\//,"").replace(/\/+$/,""),r=(()=>{try{return ze(e)}catch{return null}})(),o=vh(e),i=Sh(e),s=$h(e,o,i),a=new Set(s.map(p=>j(p.url))),l=[];for(let p of xh(e,n,vn(t.domain),i)){let f=j(p);if(a.has(f))continue;let g=o.get(f);l.push({url:p,label:g?.title||ti(p),...g?.description?{description:g.description}:{}})}if(l.length===0&&s.length===0)return null;let c=r?.business?.name?.trim()||o.get("/")?.title||n,d=r?.business?.description?.trim()||o.get("/")?.description||null;return{siteName:c,summary:d,pages:zl(l).slice(0,Kl),articles:zl(s).slice(0,Kl)}}var Tr=".well-known/okf",Zl="llms.txt",ec={publicDir:null,publicDirSource:null,llmsSourceWritten:!1,llmsPublished:null,okfPublished:0,okfPublishedDir:null,llmsRoute:null,llmsRouteDrift:!1,skipped:[]};function ni(e,t){try{return tc(e)&&nc(e,"utf-8")===t?!1:(_h(Eh(e),{recursive:!0}),Ch(e,t,"utf-8"),!0)}catch{return!1}}function Mt(e,t){if(!t.domain||t.domain==="unknown")return{...ec,skipped:["no-domain"]};let n=nr(e,t.public_dir??null),r={...ec,publicDir:n.dir,publicDirSource:n.source,skipped:[]},o=null;try{let s=Ql(e,t);o=s?Xl(s):null}catch{o=null}if(o===null)r.skipped.push("llms-no-content");else if(r.llmsSourceWritten=ni(xn(e,k,Or),o),r.llmsRoute=ps(e,n.dir),r.llmsRoute){if(r.skipped.push("llms-route-owned"),r.llmsRouteDrift=r.llmsSourceWritten&&t.llms_owner!=="route",t.llms_owner!=="route")try{V(e,{llms_owner:"route"})&&(t.llms_owner="route")}catch{}}else if(n.dir){let s=xn(e,n.dir,Zl);ni(s,o)&&(r.llmsPublished=`${n.dir}/${Zl}`)}let i=Rt(e);if(!tc(i))r.skipped.push("okf-missing");else if($a(i))r.skipped.push("okf-placeholder");else if(!gr(i).ok)r.skipped.push("okf-invalid");else if(n.dir){let s=xn(e,n.dir,Tr),a=0;for(let l of xa(i)){let c;try{c=nc(xn(i,l),"utf-8")}catch{continue}ni(xn(s,l),c)&&a++}a>0&&(r.okfPublished=a,r.okfPublishedDir=`${n.dir}/${Tr}`)}return n.dir||r.skipped.push("no-public-dir"),r}function rc(e,t){if(!e)return[];let n=[],r=[];return e.llmsPublished&&r.push(e.llmsPublished),e.okfPublishedDir&&r.push(`${e.okfPublishedDir}/ (${e.okfPublished} file${e.okfPublished===1?"":"s"})`),r.length>0&&n.push({text:`ai-files: published ${r.join(" and ")} \u2014 commit these so answer engines can read them.`,tone:"dim",always:!0}),e.skipped.includes("okf-placeholder")&&n.push({text:"ai-files: .seoagent/okf/ is still the scaffold. Fill it (see references/open-knowledge-format.md) and it publishes itself on the next sync.",tone:"dim",always:!1}),e.skipped.includes("okf-invalid")&&n.push({text:`ai-files: .seoagent/okf/ has validation errors, so it was NOT published. Run \`${t("okf validate")}\` and fix them.`,tone:"warn",always:!1}),e.llmsRouteDrift&&n.push({text:`ai-files: .seoagent/llms.md changed, but ${e.llmsRoute} already serves /llms.txt, so nothing was published \u2014 a file in your static dir would shadow that route. Compare the two, or set \`llms_owner: route\` in .seoagent/project.md to own the file yourself and stop this notice.`,tone:"dim",always:!1}),e.skipped.includes("no-public-dir")&&n.push({text:"ai-files: couldn't tell which directory this project serves as static files. Set `public_dir:` in .seoagent/project.md (`public`, `static`, or a nested path like `apps/web/public` in a monorepo) so llms.txt and the OKF bundle actually get served.",tone:"dim",always:!1}),n}var Rh=30,Ah=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi;function Ih(e){let t=e,n=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(t);n&&(t=n[1]),t=t.replace(Ah," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/&nbsp;/gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();let r=t===""?0:t.split(" ").filter(Boolean).length;return{wordCount:r,rendered:r<Rh?"empty":"yes"}}async function Ph(e,t){try{let n=await L(e,{headers:{"user-agent":"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) SEOAgent-CLI"},redirect:"follow"},{attempts:2,timeoutMs:1e4,fetchImpl:t});if(!n.ok)return{status:n.status,rendered:"error",wordCount:0};let r=await n.text(),{wordCount:o,rendered:i}=Ih(r);return{status:n.status,rendered:i,wordCount:o}}catch{return{status:null,rendered:"error",wordCount:0}}}async function oc(e,t={}){let n=Math.max(1,t.concurrency??5),r=new Map,o=[...e],i=0;async function s(){for(;;){let a=o.shift();if(a===void 0)return;r.set(a,await Ph(a,t.fetchImpl)),i+=1,t.onProgress?.(i,e.length)}}return await Promise.all(Array.from({length:Math.min(n,e.length)},()=>s())),r}var ri=300;async function Sn(e,t={}){try{let n=C(e),r=n?.domain&&n.domain!=="unknown"?n.domain:null,{pages:o}=xe(e,r);t.enrichSitemap&&r&&await da(o,r);let i,s;if(t.crawl&&r){let l=o.map(d=>d.url).filter(d=>/^https?:\/\//.test(d)),c=l.slice(0,ri);if(l.length>ri&&u.info(`Crawling the first ${ri} of ${l.length} pages (cap).`),c.length>0){u.info(`Crawling ${c.length} page${c.length===1?"":"s"}\u2026`),s=await oc(c);let d=0,p=0;for(let f of s.values())f.rendered==="empty"?d++:f.rendered==="error"&&p++;i={crawled:s.size,empty:d,errors:p}}}let a=ur(e,o,s);return{added:a.added,total:a.total,file:a.file,crawl:i}}catch{return{added:0,total:0,file:"pages.md"}}}function Dh(e){try{let t=Ft(e);return t.evidenceFound?t:void 0}catch{return}}var Fh=new Set([".md"]),Mh=new Set(["inbox"]);function Uh(e){let t=[];function n(r,o){if(oi(r))for(let i of Th(r,{withFileTypes:!0})){if(i.name.startsWith(".")||o===""&&Mh.has(i.name))continue;let s=ii(r,i.name);if(i.isDirectory())n(s,o?`${o}/${i.name}`:i.name);else if(i.isFile()){let a=i.name.lastIndexOf("."),l=a===-1?"":i.name.slice(a);Fh.has(l)&&t.push(s)}}}return n(e,""),t}function ac(e){let t=e.replace(/[^a-zA-Z0-9._-]/g,"_");return ii(io,`${t}.json`)}var Bh=14400*1e3;function Gh(e){let t=ac(e);if(!oi(t))return{files:{},last_synced_at:null};try{return JSON.parse(sc(t,"utf-8"))}catch{return{files:{},last_synced_at:null}}}function Hh(e,t){Oh(io,{recursive:!0}),Lh(ac(e),JSON.stringify(t,null,2)+`
837
+ `,"utf-8")}function Wh(e,t){return Nh(e,t).split(jh).join("/")}async function Kh(e,t){try{let n=await L(`${e}/api/cli/actions/fetch`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:t},body:JSON.stringify({})});if(!n.ok){let o=await n.text().catch(()=>"");return{ok:!1,actions:[],error:`${n.status} ${o.slice(0,200)}`}}let r=await n.json().catch(()=>null);return!r||r.status!=="ok"||!Array.isArray(r.actions)?{ok:!1,actions:[],error:"Malformed response"}:{ok:!0,actions:r.actions}}catch(n){return{ok:!1,actions:[],error:n.message}}}async function ic(e,t,n){try{let r=await L(`${e}/api/cli/sync`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify(t)});if(!r.ok){let i=await r.text().catch(()=>"");return{ok:!1,status:r.status,error:i.slice(0,200)}}let o=typeof r.json=="function"?await r.json().catch(()=>null):null;return{ok:!0,status:r.status,...o?.agent_notice?{agentNotice:o.agent_notice}:{}}}catch(r){return{ok:!1,status:0,error:r.message}}}async function Lr(e,t={}){let n=Dh(e),r=d=>{let p=n?{...d,verifyRecs:n}:{...d};return s&&(p={...p,aiFiles:s}),i&&i.added>0&&(p={...p,pagesRescan:{added:i.added,total:i.total,file:i.file}}),p},o=C(e),i=null;if(o&&!t.pullOnly)try{i=await Sn(e)}catch{}let s=null;if(o)try{s=Mt(e,o)}catch{}let a=D(o?.domain);if(!a)return r({ok:!0,reason:"no-auth",synced:0,failed:0,errors:[]});if(!o)return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(o.domain===We)return r({ok:!0,reason:"domain-unknown",synced:0,failed:0,errors:[]});let l=ii(e,k);if(!oi(l))return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(!Gl(e).acquired)return r({ok:!0,reason:"busy",synced:0,failed:0,errors:[]});try{return r(await qh(e,t,a,o,l))}finally{Hl(e)}}async function qh(e,t,n,r,o){let i=n.api_base||N.BASE,s=`Bearer ${n.user_token}:${n.website_token}`,a=await qe({apiBase:i,authHeader:s,localDomain:r.domain});if(a.verdict==="mismatch")return{ok:!0,reason:"project-mismatch",synced:0,failed:0,errors:[],cloudDomain:a.cloudDomain,localDomain:r.domain};if(a.verdict==="unverified")return{ok:!0,reason:"unverified",synced:0,failed:0,errors:[`could not verify cloud project binding: ${a.detail}`]};let l=Gh(r.domain);try{Za(e,r)}catch{}let c=Uh(o),d=0,p=0,f=[],g=[],m=0,y=await zh(e,i,s),w={restored:!1,blockPush:!1,notices:[]};if((!t.pathFilter||"context.md".endsWith(t.pathFilter))&&(w=await Tl({seoagentDir:o,apiBase:i,authHeader:s,stateFiles:l.files,force:t.force,forcePaths:t.forcePaths}),f.push(...w.notices)),!t.pullOnly){for(let P of t.deletedPaths??[]){m++;let G=await ic(i,{path:P,domain:r.domain,deleted:!0},s);G.ok?(delete l.files[P],d++):(p++,g.push(`${P}: ${G.status} ${G.error??""}`.trim()))}for(let P of c){let G=Wh(o,P);if(t.pathFilter&&!G.endsWith(t.pathFilter)||G==="context.md"&&w.blockPush)continue;let tt=sc(P,"utf-8"),wt=he(tt),Vn=l.files[G];if(!(!Vn||Vn.hash!==wt)&&!t.force)continue;m++;let nt=await ic(i,{path:G,contents:tt,domain:r.domain},s);nt.ok?(l.files[G]={hash:wt},d++,nt.agentNotice&&f.push(`${G}: ${nt.agentNotice}`)):(p++,g.push(`${G}: ${nt.status} ${nt.error??""}`.trim()))}}let b=await Kh(i,s),A=0,x=0,E=[],T=0,Y=0;!b.ok&&b.error&&g.push(`pull actions: ${b.error}`);let U,q=[],W=new Map,ne=!1,et=[],ke=l.last_synced_at;if(!t.pushOnly){let P=await Ol({projectDir:e,apiBase:i,authHeader:s,since:l.last_synced_at,stateFiles:l.files,force:t.force,forcePaths:t.forcePaths,meta:Vh(e,!!t.silent)});et=P.directives??[],P.ok?ke=P.cursor:(ne=!0,P.error&&g.push(`pull: ${P.error}`)),U={written:P.written,overwritten:P.overwritten,skipped:P.skipped,conflicts:P.conflicts,deleted:P.deleted,warnings:P.warnings},q=P.conflictPaths;for(let[G,tt]of Object.entries(P.pointerOverwrites)){let wt=G.match(/^content\/(.+)\.md$/)?.[1];wt&&W.set(wt,tt)}}if(b.ok){let P=Vo(e);for(let[Ae,bt]of W)P.set(Ae,bt);let G=ol(e,b.actions,{conflictedPaths:new Set(q),localPointers:P});A=G.wrote,x=G.removed,T=G.skippedUnknown;let tt=l.announced_at?Date.parse(l.announced_at):NaN,Vn=G.pendingIds.length>0&&(Number.isNaN(tt)||Date.now()-tt>=Bh)?new Set:new Set(l.announced_action_ids??[]),zn=new Set(G.pendingIds.filter(Ae=>!Vn.has(Ae)));E=G.pending.filter(Ae=>zn.has(Ae.id)),Y=zn.size-E.length,l.announced_action_ids=G.pendingIds,zn.size>0&&(l.announced_at=new Date().toISOString());let nt=tl(b.actions);U&&q.length>0&&(U.warnings=U.warnings.map(Ae=>{let bt=q.find(ro=>Ae.startsWith(`${ro}:`)),no=bt?nt.get(bt):void 0;return!bt||!no?.length?Ae:`${Ae} \u2014 blocks inbox action${no.length===1?"":"s"} ${no.map(ro=>`#${ro}`).join(", ")}; take the cloud copy with \`seoagent sync --force ${bt}\``}))}let Kn=!!U&&U.written+U.overwritten+U.deleted+U.conflicts>0;if(l.last_synced_at=ke,Hh(r.domain,l),m===0&&A===0&&x===0&&!Kn&&!w.restored&&w.notices.length===0&&y.flushed===0&&y.dropped===0&&!ne&&p===0)return{ok:!0,reason:"no-changes",synced:0,failed:0,errors:g,actionsPulled:0,actionsRemoved:0,actionsNew:[],actionsUnknown:T,actionsUnknownNew:Y,acksFlushed:0,acksDropped:0,pull:U,directives:et};let qn=p===0&&!ne;return{ok:qn,reason:qn?void 0:"error",synced:d,failed:p,errors:g,...f.length>0?{notices:f}:{},actionsPulled:A,actionsRemoved:x,actionsNew:E,actionsUnknown:T,actionsUnknownNew:Y,acksFlushed:y.flushed,acksDropped:y.dropped,pull:U,directives:et}}function Vh(e,t){let n=ae(),r=n?null:C(e)?.install_id??null;return{cliVersion:n?null:R,agent:Va(),authSource:_s(),installId:r||null,silent:t}}async function zh(e,t,n){let r=Rr(e);if(r.length===0)return{flushed:0,dropped:0};let o=0,i=0,s=[];for(let a of r){let l=await Yh(a,t,n);l==="flushed"?(o++,s.push(a.action_id)):l==="already-settled"&&(i++,s.push(a.action_id))}return s.length>0&&Ml(e,s),{flushed:o,dropped:i}}async function Yh(e,t,n){try{let r=await L(`${t}/api/cli/actions/${e.action_id}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify({status:e.status,error_message:e.status==="failed"?e.reason:null,result:e.status==="failed"?{declined:!0,reason:e.reason}:{applied:!0}})});return r.ok?"flushed":r.status===409||r.status>=400&&r.status<500?"already-settled":"transient"}catch{return"transient"}}function lc(e,t=3e4){let n=setTimeout(e,t);return n.unref?.(),{cancel:()=>clearTimeout(n)}}function cc(e){let t;try{t=C(e)}catch{return{refreshed:!1,reason:"error"}}if(!t)return{refreshed:!1,reason:"no-project"};let n=t.skill_version||t.seoagent_version||"0.0.0";if(Qe(R,n)<=0){if(!t.skill_version)try{V(e,{skill_version:n})}catch{}return{refreshed:!1,reason:"up-to-date"}}try{return St(e),V(e,{skill_version:R}),{refreshed:!0,from:n,to:R,reason:"refreshed"}}catch{return{refreshed:!1,reason:"error"}}}function si(e){let t;try{t=C(e)}catch{return{refreshed:!1,from:null,to:R,reason:"error"}}if(!t)return{refreshed:!1,from:null,to:R,reason:"no-project"};let n=t.skill_version||t.seoagent_version||null;try{return St(e),V(e,{skill_version:R}),{refreshed:!0,from:n,to:R,reason:"refreshed"}}catch{return{refreshed:!1,from:n,to:R,reason:"error"}}}import{createHash as Jh}from"crypto";import{existsSync as RC,mkdirSync as Xh,readFileSync as Qh,writeFileSync as Zh}from"fs";import{join as ey}from"path";var ty="/cli-skill/manifest.json",ny=360*60*1e3,ry=4e3,oy=64,iy=4*1024*1024,uc=ey(J,"skill-check.json"),sy=e=>Jh("sha256").update(e).digest("hex");function ay(e){if(typeof e!="object"||e===null)return null;let t=e;if(typeof t.hash!="string"||!/^[0-9a-f]{64}$/.test(t.hash)||typeof t.min_cli!="string"||!/^\d+\.\d+\.\d+/.test(t.min_cli)||!Array.isArray(t.files)||t.files.length===0||t.files.length>oy)return null;let n=[],r=0;for(let o of t.files){if(typeof o!="object"||o===null)return null;let i=o;if(typeof i.path!="string"||typeof i.sha256!="string"||!/^[A-Za-z0-9._/-]+$/.test(i.path)||i.path.startsWith("/")||i.path.split("/").includes("..")||!i.path.endsWith(".md")||!/^[0-9a-f]{64}$/.test(i.sha256))return null;let s=typeof i.bytes=="number"?i.bytes:0;r+=s,n.push({path:i.path,sha256:i.sha256,bytes:s})}return r>iy||!n.some(o=>o.path==="SKILL.md")?null:{hash:t.hash,min_cli:t.min_cli,files:n}}function ly(e,t,n=ny){if(!e)return!0;let r=Date.parse(e);return Number.isNaN(r)?!0:t.getTime()-r>=n}function cy(){try{return JSON.parse(Qh(uc,"utf-8"))}catch{return{}}}function uy(e){try{Xh(J,{recursive:!0}),Zh(uc,JSON.stringify({checkedAt:e}),"utf-8")}catch{}}async function dy(e){try{let t=await fetch(e,{signal:AbortSignal.timeout(ry),headers:{"User-Agent":`seoagent-cli/${R}`}});return t.ok?await t.text():null}catch{return null}}async function dc(e,t={}){try{let n=C(e);if(!n)return{updated:!1,reason:"no-project"};let r=t.now??new Date,o=cy();if(!t.force&&!ly(o.checkedAt,r))return{updated:!1,reason:"throttled"};let i=(t.baseUrl??N.BASE).replace(/\/$/,""),s=t.fetchText??dy,a=await s(`${i}${ty}`);if(uy(r.toISOString()),a===null)return{updated:!1,reason:"unreachable"};let l;try{l=ay(JSON.parse(a))}catch{l=null}if(!l)return{updated:!1,reason:"malformed"};if(n.skill_hash===l.hash)return{updated:!1,reason:"up-to-date"};if(Qe(R,l.min_cli)<0)return{updated:!1,reason:"cli-too-old",minCli:l.min_cli};let c={};for(let d of l.files){let p=await s(`${i}/cli-skill/${d.path}`);if(p===null)return{updated:!1,reason:"unreachable"};if(sy(p)!==d.sha256)return{updated:!1,reason:"verify-failed"};c[d.path]=p}return Ts(e,c),V(e,{skill_hash:l.hash}),{updated:!0,reason:"updated",fileCount:l.files.length}}catch{return{updated:!1,reason:"error"}}}import{existsSync as py,mkdirSync as fy,readFileSync as gy,writeFileSync as my}from"fs";var hy="https://registry.npmjs.org/@seoagent-official/seoagent/latest",yy=1440*60*1e3,wy=720*60*1e3,by=2e3;function ky(e,t,n=yy){if(!e.checkedAt)return!0;let r=Date.parse(e.checkedAt);return Number.isNaN(r)?!0:t.getTime()-r>=n}function vy(e){let{current:t,latest:n,cache:r,now:o}=e,i=e.notifyIntervalMs??wy;if(!n||Qe(n,t)<=0)return null;if(r.notifiedVersion===n&&r.notifiedAt){let s=Date.parse(r.notifiedAt);if(!Number.isNaN(s)&&o.getTime()-s<i)return null}return`\u2191 SEOAgent ${n} is available (you have ${t}). Ask me to run \`seoagent update-cli\`, or run it yourself, to upgrade the CLI + all your projects.`}async function $y(e){let t=e.readCache();if(ky(t,e.now,e.checkIntervalMs)){let r=await e.fetchLatest();t={...t,checkedAt:e.now.toISOString(),...r?{latest:r}:{}},e.writeCache(t)}let n=vy({current:e.current,latest:t.latest,cache:t,now:e.now,notifyIntervalMs:e.notifyIntervalMs});return n&&t.latest&&e.writeCache({...t,notifiedVersion:t.latest,notifiedAt:e.now.toISOString()}),n}function xy(){try{return py(Jn)?JSON.parse(gy(Jn,"utf-8")):{}}catch{return{}}}function Sy(e){try{fy(J,{recursive:!0}),my(Jn,JSON.stringify(e,null,2)+`
838
+ `,"utf-8")}catch{}}async function _y(){try{let e=await fetch(hy,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(by)});if(!e.ok)return null;let t=await e.json();return typeof t.version=="string"?t.version:null}catch{return null}}async function pc(e){try{return await $y({current:e,now:new Date,fetchLatest:_y,readCache:xy,writeCache:Sy})}catch{return null}}import{existsSync as fc,readdirSync as gc}from"fs";import{join as ai}from"path";var mc={PILLAR:0,SUB_PILLAR:1,LONG_TAIL:2},hc={high:0,medium:1,low:2},Cy=new Set(["drafted","published","dismissed","superseded","done"]);function Ey(e){let t=e.filter(n=>!Cy.has((n.status??"").toLowerCase()));return t.length===0?null:[...t].sort((n,r)=>{let o=mc[(n.role??"").toUpperCase()]??3,i=mc[(r.role??"").toUpperCase()]??3;if(o!==i)return o-i;let s=hc[(n.priority??"").toLowerCase()]??3,a=hc[(r.priority??"").toLowerCase()]??3;return s!==a?s-a:n.slug.localeCompare(r.slug)})[0]}function yc(e,t,n){if(t>0)return null;let r=Ey(e);if(!r)return null;let o=r.role?` (${r.role})`:"";return`Next: no article yet \u2014 write .seoagent/briefs/${r.slug}.md${o} first, then run \`${n("content track")} <path-to-article>\` so the board advances. ${e.length} brief${e.length===1?"":"s"} waiting.`}function wc(e){let t={briefs:[],articleCount:0};try{let n=ai(e,"briefs");if(fc(n))for(let o of gc(n).filter(i=>i.endsWith(".md"))){let s=He(ai(n,o))?.data??{};t.briefs.push({slug:o.replace(/\.md$/,""),role:typeof s.role=="string"?s.role:null,priority:typeof s.priority=="string"?s.priority:null,status:typeof s.status=="string"?s.status:null})}let r=ai(e,"content");fc(r)&&(t.articleCount=gc(r).filter(o=>o.endsWith(".md")).length)}catch{}return t}var Ry=1500;function Ay(e=process.env){switch(Cs(e)){case"absent":return"sync_unauthenticated";case"malformed":return"sync_unauthenticated_malformed";default:return null}}async function bc(e){let t=e.env??process.env,n=Ay(t);if(!n)return{sent:!1,event:null,skipped:"authenticated",throwawayInstallId:!1};if(ae(t))return{sent:!1,event:n,skipped:"opted-out",throwawayInstallId:!1};let r=null;try{r=pe(e.cwd)}catch{r=null}let o=!r;return{sent:await Ne({installId:r??qt(),event:n,cliVersion:R,apiBase:e.apiBase,fetchImpl:e.fetchImpl,timeoutMs:e.timeoutMs??Ry}),event:n,throwawayInstallId:o}}async function ce(e={}){let t=lc(()=>{e.silent||u.warn(`Sync gave up after ${Math.round(3e4/1e3)}s (network too slow or stalled). Sync is best-effort \u2014 nothing is lost; it will retry on the next run.`),process.exit(0)});try{await Oy(e)}finally{t.cancel()}}async function Oy(e){let t=cc(process.cwd());if(t.refreshed){try{at(process.cwd())}catch{}e.silent||u.info(B.dim(`\u21BB Updated SEOAgent skill ${t.from} \u2192 ${t.to}.`))}let n=await dc(process.cwd());n.updated&&!e.silent&&u.info(B.dim("\u21BB Updated the SEOAgent skill to the latest published version.")),n.reason==="cli-too-old"&&!e.silent&&u.message(B.yellow(`A newer SEOAgent skill is available but needs CLI ${n.minCli} or later (you have ${R}). Run \`${h("update-cli")}\` to get it.`)),lt(process.cwd());let r=await pc(R);r&&u.message(B.yellow(r));let o=!e.silent&&!!process.stdout.isTTY,i=e.pullOnly?"Pulling":e.pushOnly?"Pushing":"Syncing",s=o?Py():null;s?.start(`${i} ${B.dim(".seoagent/")} with your dashboard\u2026`);let{force:a,forcePaths:l}=Rl(e.force),c=await Lr(process.cwd(),{pathFilter:e.path,silent:!!e.silent,force:a,forcePaths:l,pushOnly:e.pushOnly,pullOnly:e.pullOnly}),d=c.verifyRecs;if(d){d.sourceRender&&u.message(B.yellow("verify-recs: evidence.md is a SOURCE RENDER (undesignated local dev-server crawl) \u2014 live-state claims cannot be verified. Re-run `seoagent crawl --url <live origin>`."));for(let m of d.corrections)u.message(B.yellow(`verify-recs: corrected ${m.file}:${m.line} \u2014 the live page (${m.pageUrl}) already serves ${m.entityLabel}; reflect this correction in your summary.`))}for(let m of rc(c.aiFiles??null,h))!m.always&&e.silent||u.message(m.tone==="warn"?B.yellow(m.text):B.dim(m.text));let p=c.pagesRescan;if(p&&!e.silent&&u.message(B.dim(`+${p.added} page${p.added===1?"":"s"} discovered in the codebase \u2192 .seoagent/${p.file} (${p.total} total).`)),c.actionsNew&&c.actionsNew.length>0){let m=c.actionsNew.slice(0,5).map(w=>` - ${w.title??w.action_type} (id ${w.id})`).join(`
839
839
  `),y=c.actionsNew.length>5?`
840
840
  \u2026 and ${c.actionsNew.length-5} more`:"";u.message(B.yellow(`inbox: ${c.actionsNew.length} pending action${c.actionsNew.length===1?"":"s"} from your SEOAgent dashboard await processing:
841
841
  ${m}${y}
842
- Read .seoagent/inbox/README.md and process them (see references/inbox.md), then \`seoagent ack\` each one.`))}c.actionsUnknownNew&&c.actionsUnknownNew>0&&u.message(B.yellow(`inbox: ${c.actionsUnknownNew} pending action${c.actionsUnknownNew===1?"":"s"} need a newer CLI to display \u2014 run \`${h("update-cli")}\` and sync again.`));for(let m of Oy(c.directives??[]))u.message(m);if(e.silent){c.ok||(process.exitCode=0);return}if(c.reason==="no-auth"){S(s,"info",`Not logged in. Run \`${h("login")}\` to enable cloud sync.`,B.dim("Not logged in \u2014 cloud sync skipped.")),s&&u.info(`Run \`${h("login")}\` to enable cloud sync.`),(await wc({cwd:process.cwd()})).sent&&u.info(B.dim(qt));return}if(c.reason==="no-project"){S(s,"info",`No SEOAgent project here. Run \`${h("init")}\` first.`,B.dim("No SEOAgent project \u2014 sync skipped.")),s&&u.info(`Run \`${h("init")}\` first.`);return}if(c.reason==="domain-unknown"){S(s,"info","`.seoagent/project.md` has `domain: unknown` \u2014 cloud sync skipped until you set your site's domain.",B.dim("domain: unknown \u2014 cloud sync skipped.")),s&&u.info("Set `domain:` in .seoagent/project.md, then re-run sync.");return}if(c.reason==="project-mismatch"){let m=`Cloud project is ${c.cloudDomain} but this workspace is ${c.localDomain} \u2014 not syncing. Run \`${h("login")}\` from this directory to connect ${c.localDomain} \u2014 the CLI can stay logged into both sites at once, no need to log out first.`;S(s,"warn",m,B.yellow(m));return}if(c.reason==="unverified"){S(s,"info","Could not verify which cloud site this login is connected to \u2014 sync skipped (nothing pushed or pulled).",B.dim("Cloud binding unverified \u2014 sync skipped.")),s&&c.errors[0]&&u.info(` \u2022 ${c.errors[0]}`);return}if(c.reason==="no-changes"){S(s,"info","Already in sync.",B.green("Already in sync."));return}if(c.reason==="busy"){S(s,"info","Another sync is in progress \u2014 skipping this run.",B.dim("Another sync is in progress \u2014 skipping this run."));return}let f=Ly(c);S(s,"success",f??"Sync complete.",B.green(f??"Sync complete.")),c.synced>0&&u.success(`Synced ${c.synced} file${c.synced===1?"":"s"} to your dashboard.`);for(let m of c.notices??[])u.warn(`\u270D\uFE0F ${m}`);let g=c.pull;if(g){let m=g.written+g.overwritten;m>0&&u.success(`Pulled ${m} file${m===1?"":"s"} from the cloud`+(g.overwritten>0?` (${g.overwritten} updated)`:"")),g.deleted>0&&u.info(`Removed ${g.deleted} file${g.deleted===1?"":"s"} deleted in the cloud.`),g.conflicts>0&&u.warn(`${g.conflicts} conflict${g.conflicts===1?"":"s"} \u2014 local changes kept. Re-run with --force to take the cloud version.`);for(let y of g.warnings.slice(0,5))u.info(` \u2022 ${y}`)}{let m=yc(Le(process.cwd())),y=hc(m.briefs,m.articleCount,h);y&&u.message(B.cyan(y))}if(c.acksFlushed&&c.acksFlushed>0&&u.success(`Flushed ${c.acksFlushed} offline ack${c.acksFlushed===1?"":"s"} from the queue.`),c.acksDropped&&c.acksDropped>0&&u.info(`Dropped ${c.acksDropped} stale ack${c.acksDropped===1?"":"s"} (already settled server-side).`),c.actionsPulled&&c.actionsPulled>0&&(u.success(`Pulled ${c.actionsPulled} pending action${c.actionsPulled===1?"":"s"} \u2192 .seoagent/inbox/`),e.embedded||u.info(' Open Claude Code in this directory and ask it to "process the inbox", or read the files yourself.')),c.actionsRemoved&&c.actionsRemoved>0&&u.info(`Cleaned up ${c.actionsRemoved} stale inbox file${c.actionsRemoved===1?"":"s"}.`),c.failed>0){u.warn(`${c.failed} file${c.failed===1?"":"s"} failed to sync. Will retry next run.`);for(let m of c.errors.slice(0,3))u.info(` \u2022 ${m}`)}}function Oy(e){return e.map(t=>{let n=t.tone==="upsell"?"SEOAgent Cloud":"SEOAgent";return(t.tone==="upsell"?B.magenta:t.tone==="action"?B.cyan:B.dim)(`${n} \u203A ${t.text}`)})}function Ly(e){let t=e.synced,n=e.pull?e.pull.written+e.pull.overwritten:0,r=e.actionsPulled??0,o=e.acksFlushed??0,i=e.pull?.conflicts??0,s=[];return o>0&&s.push(`${o} ack${o===1?"":"s"} flushed`),t>0&&s.push(`${t} pushed`),n>0&&s.push(`${n} pulled`),r>0&&s.push(`${r} action${r===1?"":"s"}`),i>0&&s.push(`${i} conflict${i===1?"":"s"}`),s.length===0&&e.failed===0?null:s.length>0?s.join(" \xB7 "):"Sync complete."}function F(e){let t=C(e);return t||(u.error(`No SEOAgent project here. Run \`${h("init")}\` first.`),process.exitCode=1,null)}async function ht(e={}){if(e.print){let t=C(process.cwd())?.domain,n=D(t);if(!n){u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1;return}let r=F(process.cwd());if(!r)return;let o=n.api_base||N.BASE,i=`Bearer ${n.user_token}:${n.website_token}`;if(r.domain===We){u.warn("`.seoagent/project.md` has `domain: unknown` \u2014 set your site's domain before pulling from the cloud."),process.exitCode=1;return}let s=await qe({apiBase:o,authHeader:i,localDomain:r.domain});if(s.verdict==="mismatch"){u.warn(bs(s.cloudDomain,r.domain)),process.exitCode=1;return}if(s.verdict==="unverified"){u.warn(`Could not verify which cloud site this login is connected to (${s.detail}) \u2014 not pulling.`),process.exitCode=1;return}let a=await Rl({apiBase:o,authHeader:i,path:e.print});if(!a.ok){u.warn(a.error),process.exitCode=1;return}process.stdout.write(a.body),a.body.endsWith(`
842
+ Read .seoagent/inbox/README.md and process them (see references/inbox.md), then \`seoagent ack\` each one.`))}c.actionsUnknownNew&&c.actionsUnknownNew>0&&u.message(B.yellow(`inbox: ${c.actionsUnknownNew} pending action${c.actionsUnknownNew===1?"":"s"} need a newer CLI to display \u2014 run \`${h("update-cli")}\` and sync again.`));for(let m of Ty(c.directives??[]))u.message(m);if(e.silent){c.ok||(process.exitCode=0);return}if(c.reason==="no-auth"){S(s,"info",`Not logged in. Run \`${h("login")}\` to enable cloud sync.`,B.dim("Not logged in \u2014 cloud sync skipped.")),s&&u.info(`Run \`${h("login")}\` to enable cloud sync.`),(await bc({cwd:process.cwd()})).sent&&u.info(B.dim(Vt));return}if(c.reason==="no-project"){S(s,"info",`No SEOAgent project here. Run \`${h("init")}\` first.`,B.dim("No SEOAgent project \u2014 sync skipped.")),s&&u.info(`Run \`${h("init")}\` first.`);return}if(c.reason==="domain-unknown"){S(s,"info","`.seoagent/project.md` has `domain: unknown` \u2014 cloud sync skipped until you set your site's domain.",B.dim("domain: unknown \u2014 cloud sync skipped.")),s&&u.info("Set `domain:` in .seoagent/project.md, then re-run sync.");return}if(c.reason==="project-mismatch"){let m=`Cloud project is ${c.cloudDomain} but this workspace is ${c.localDomain} \u2014 not syncing. Run \`${h("login")}\` from this directory to connect ${c.localDomain} \u2014 the CLI can stay logged into both sites at once, no need to log out first.`;S(s,"warn",m,B.yellow(m));return}if(c.reason==="unverified"){S(s,"info","Could not verify which cloud site this login is connected to \u2014 sync skipped (nothing pushed or pulled).",B.dim("Cloud binding unverified \u2014 sync skipped.")),s&&c.errors[0]&&u.info(` \u2022 ${c.errors[0]}`);return}if(c.reason==="no-changes"){S(s,"info","Already in sync.",B.green("Already in sync."));return}if(c.reason==="busy"){S(s,"info","Another sync is in progress \u2014 skipping this run.",B.dim("Another sync is in progress \u2014 skipping this run."));return}let f=Ly(c);S(s,"success",f??"Sync complete.",B.green(f??"Sync complete.")),c.synced>0&&u.success(`Synced ${c.synced} file${c.synced===1?"":"s"} to your dashboard.`);for(let m of c.notices??[])u.warn(`\u270D\uFE0F ${m}`);let g=c.pull;if(g){let m=g.written+g.overwritten;m>0&&u.success(`Pulled ${m} file${m===1?"":"s"} from the cloud`+(g.overwritten>0?` (${g.overwritten} updated)`:"")),g.deleted>0&&u.info(`Removed ${g.deleted} file${g.deleted===1?"":"s"} deleted in the cloud.`),g.conflicts>0&&u.warn(`${g.conflicts} conflict${g.conflicts===1?"":"s"} \u2014 local changes kept. Re-run with --force to take the cloud version.`);for(let y of g.warnings.slice(0,5))u.info(` \u2022 ${y}`)}{let m=wc(Le(process.cwd())),y=yc(m.briefs,m.articleCount,h);y&&u.message(B.cyan(y))}if(c.acksFlushed&&c.acksFlushed>0&&u.success(`Flushed ${c.acksFlushed} offline ack${c.acksFlushed===1?"":"s"} from the queue.`),c.acksDropped&&c.acksDropped>0&&u.info(`Dropped ${c.acksDropped} stale ack${c.acksDropped===1?"":"s"} (already settled server-side).`),c.actionsPulled&&c.actionsPulled>0&&(u.success(`Pulled ${c.actionsPulled} pending action${c.actionsPulled===1?"":"s"} \u2192 .seoagent/inbox/`),e.embedded||u.info(' Open Claude Code in this directory and ask it to "process the inbox", or read the files yourself.')),c.actionsRemoved&&c.actionsRemoved>0&&u.info(`Cleaned up ${c.actionsRemoved} stale inbox file${c.actionsRemoved===1?"":"s"}.`),c.failed>0){u.warn(`${c.failed} file${c.failed===1?"":"s"} failed to sync. Will retry next run.`);for(let m of c.errors.slice(0,3))u.info(` \u2022 ${m}`)}}function Ty(e){return e.map(t=>{let n=t.tone==="upsell"?"SEOAgent Cloud":"SEOAgent";return(t.tone==="upsell"?B.magenta:t.tone==="action"?B.cyan:B.dim)(`${n} \u203A ${t.text}`)})}function Ly(e){let t=e.synced,n=e.pull?e.pull.written+e.pull.overwritten:0,r=e.actionsPulled??0,o=e.acksFlushed??0,i=e.pull?.conflicts??0,s=[];return o>0&&s.push(`${o} ack${o===1?"":"s"} flushed`),t>0&&s.push(`${t} pushed`),n>0&&s.push(`${n} pulled`),r>0&&s.push(`${r} action${r===1?"":"s"}`),i>0&&s.push(`${i} conflict${i===1?"":"s"}`),s.length===0&&e.failed===0?null:s.length>0?s.join(" \xB7 "):"Sync complete."}function F(e){let t=C(e);return t||(u.error(`No SEOAgent project here. Run \`${h("init")}\` first.`),process.exitCode=1,null)}async function ht(e={}){if(e.print){let t=C(process.cwd())?.domain,n=D(t);if(!n){u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1;return}let r=F(process.cwd());if(!r)return;let o=n.api_base||N.BASE,i=`Bearer ${n.user_token}:${n.website_token}`;if(r.domain===We){u.warn("`.seoagent/project.md` has `domain: unknown` \u2014 set your site's domain before pulling from the cloud."),process.exitCode=1;return}let s=await qe({apiBase:o,authHeader:i,localDomain:r.domain});if(s.verdict==="mismatch"){u.warn(ks(s.cloudDomain,r.domain)),process.exitCode=1;return}if(s.verdict==="unverified"){u.warn(`Could not verify which cloud site this login is connected to (${s.detail}) \u2014 not pulling.`),process.exitCode=1;return}let a=await Al({apiBase:o,authHeader:i,path:e.print});if(!a.ok){u.warn(a.error),process.exitCode=1;return}process.stdout.write(a.body),a.body.endsWith(`
843
843
  `)||process.stdout.write(`
844
- `);return}await ce({pullOnly:!0,force:e.force,silent:e.silent,embedded:e.embedded})}import{existsSync as Ny,readdirSync as jy,unlinkSync as Dy}from"fs";import{join as bc}from"path";import{isCancel as Fy,select as My}from"@clack/prompts";async function Se(e,t={}){let n=null;if(e){let d=Number.parseInt(e,10);if(Number.isNaN(d)||d<=0)return u.error(`Invalid action id: "${e}"`),process.exitCode=1,!1;n=d}else if(n=await Uy(),n===null)return!1;let r=n,o=C(process.cwd()),i=D(o?.domain);if(!i)return u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1,!1;if(!F(process.cwd()))return!1;let s=i.api_base||N.BASE,a=`Bearer ${i.user_token}:${i.website_token}`,l=t.failed?"failed":"completed",c;try{c=await L(`${s}/api/cli/actions/${r}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:a},body:JSON.stringify({status:l,error_message:t.failed&&t.reason?t.reason:null,result:t.failed?{declined:!0,reason:t.reason??null}:{applied:!0}})})}catch{return Dl(process.cwd(),{action_id:r,status:l,reason:t.failed?t.reason??null:null}),si(r),_r(process.cwd()),t.silent||u.warn(`Network unavailable \u2014 ack queued locally. Run \`${h("sync")}\` when you're back online; it'll flush automatically.`),!0}if(!c.ok){let d=await c.text().catch(()=>""),p=null;try{p=JSON.parse(d)}catch{p=null}if(c.status===409&&p?.code==="already_acked"){si(r),_r(process.cwd());let y=typeof p.error=="string"?p.error.match(/'([^']+)'/)?.[1]??"settled":"settled";return t.silent||u.success(`Action ${r} was already ${y}.`),!0}let f=typeof p?.code=="string"?p.code:null,g=typeof p?.error=="string"?p.error:d,m=f?`, code: ${f}`:"";return u.error(`Server rejected ack (${c.status}${m}): ${g.slice(0,200)}`),process.exitCode=1,!1}return si(r),_r(process.cwd()),t.silent||(t.failed?u.success(`Action ${r} marked failed${t.reason?` (reason: ${t.reason})`:""}.`):u.success(`Action ${r} marked completed.`),u.info(` inbox location: ${bc(k,"inbox")}`)),!0}function si(e){let t=Me(process.cwd());if(Ny(t)){for(let n of jy(t))if(n.endsWith(`-${e}.md`))try{Dy(bc(t,n))}catch{}}}async function Uy(){let e=process.cwd(),t=Ue(e);if(t.length===0)return u.info("No pending actions in .seoagent/inbox/."),u.message(`Run \`${h("sync")}\` to pull anything autopilot has queued.`),null;if(!process.stdout.isTTY)return u.error(`Cannot show interactive picker in non-TTY mode. Pass an action id explicitly, or run \`${h("inbox")}\` to see what's pending.`),process.exitCode=1,null;let n=await My({message:`Which action do you want to close out? (${t.length} pending)`,options:t.map(r=>({value:r.id,label:Nt(r)}))});return Fy(n)?(u.info("Cancelled \u2014 no action closed out."),null):n}import Nr from"picocolors";async function ai(e={}){let t=process.cwd();if(!e.json&&!F(t))return;let n=Ue(t);if(e.json){process.stdout.write(JSON.stringify({count:n.length,inbox_path:Me(t),actions:n})+`
845
- `);return}if(n.length===0){u.info(Nr.dim("No pending actions.")),u.message(`Run \`${h("sync")}\` to pull anything autopilot has queued, or \`${h("autopilot status")}\` to check whether autopilot is on.`);return}u.message(`${Nr.bold("SEOAgent inbox")} \xB7 ${n.length} pending action${n.length===1?"":"s"}`),u.message("");for(let r of n)u.message(Nt(r));u.message(""),u.message(`Apply one: ${Nr.bold(h("ack <id>"))} \xB7 Interactive picker: ${Nr.bold(h("ack"))} (no id)`)}import{readFileSync as ew}from"fs";import{join as tw,relative as nw}from"path";import{confirm as Ec,isCancel as Mr,multiselect as rw,note as Ic,select as ow}from"@clack/prompts";import v from"picocolors";import{query as iw}from"@anthropic-ai/claude-agent-sdk";import{existsSync as By,readFileSync as Gy}from"fs";import{homedir as Hy}from"os";import{join as Wy}from"path";import{execSync as jr}from"child_process";var Ky="Claude Code-credentials",qy=44;function Sn(){if(process.env.ANTHROPIC_API_KEY||process.env.CLAUDE_CODE_OAUTH_TOKEN)return"env-key";if(process.env.CLAUDE_CODE_USE_BEDROCK==="1"||process.env.CLAUDE_CODE_USE_VERTEX==="1"||process.env.CLAUDE_CODE_USE_FOUNDRY==="1"||process.env.CLAUDE_CODE_USE_ANTHROPIC_AWS==="1")return"enterprise";let e=zy();return e==="valid"?"claude-session-verified":Vy()?e==="absent"?"claude-installed-no-session":"claude-session-unverified":"not-installed"}function Dr(e){return e==="env-key"||e==="enterprise"||e==="claude-session-verified"||e==="claude-session-unverified"}function Vy(){let e=process.platform==="win32"?"where claude":"command -v claude";try{return jr(e,{stdio:"ignore"}),!0}catch{return!1}}function zy(){if(process.env.CLAUDE_CODE_OAUTH_TOKEN)return"valid";let e=Wy(Hy(),".claude",".credentials.json");if(By(e)){let t=kc(Jy(e));if(t==="valid")return"valid";if(t==="absent"&&process.platform!=="darwin")return"absent"}return process.platform==="darwin"?Yy():"absent"}function Yy(){try{let e=jr(`security find-generic-password -s '${Ky}' -w`,{stdio:["ignore","pipe","ignore"],encoding:"utf-8",timeout:3e3});return kc(vc(e))}catch(e){return e.status===qy?"absent":"unknown"}}function kc(e){if(!e||typeof e!="object")return"unknown";let t=e.claudeAiOauth;if(!t||typeof t!="object")return"absent";let{accessToken:n,refreshToken:r,expiresAt:o}=t,i=typeof n=="string"?n.trim():"",s=typeof r=="string"?r.trim():"";return!i||typeof o=="number"&&o>0&&o<=Date.now()&&!s?"absent":"valid"}function Jy(e){try{return vc(Gy(e,"utf-8"))}catch{return null}}function vc(e){try{return JSON.parse(e.trim())}catch{return null}}function $c(){try{return jr("npm install -g @anthropic-ai/claude-code",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}function xc(){try{return jr("claude login",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}var Sc=["The agent could not get model access. Fix it with ONE of:"," \u2022 `claude login` \u2014 sign in with your Claude.ai Pro/Max account"," \u2022 `claude setup-token` \u2014 long-lived token for non-interactive use"," \u2022 `export ANTHROPIC_API_KEY=\u2026` \u2014 bring your own key (https://console.anthropic.com/)","Then re-run this command.","Note: `/login` is a Claude Code slash command \u2014 it does nothing in a shell.","Note: `seoagent login` is SEOAgent cloud auth. It does NOT grant model access."],ie={"env-key":{summary:"Using ANTHROPIC_API_KEY env var.",next:""},enterprise:{summary:"Using enterprise provider (Bedrock / Vertex / Foundry).",next:""},"claude-session-verified":{summary:"Using your existing `claude login` session.",next:""},"claude-session-unverified":{summary:"Trying your existing `claude login` session\u2026",next:"Couldn't confirm a stored credential. If this fails with an auth error, run `claude login` (or `claude setup-token`), or set `ANTHROPIC_API_KEY`. `seoagent login` is SEOAgent cloud auth and will not help."},"claude-installed-no-session":{summary:"Claude Code is installed but has no usable login session.",next:"Run `claude login` to sign in with your Claude.ai / Pro / Max account, `claude setup-token` for a long-lived token, or set `ANTHROPIC_API_KEY` and re-run. (`seoagent login` is SEOAgent cloud auth \u2014 it does NOT grant model access.)"},"not-installed":{summary:"Claude Code is not installed and no model credential was found.",next:"Install it with `npm install -g @anthropic-ai/claude-code` then `claude login`, or set `ANTHROPIC_API_KEY` (get one at https://console.anthropic.com/) and re-run. (`seoagent login` is SEOAgent cloud auth \u2014 it does NOT grant model access.)"}};import{marked as Cc}from"marked";import{markedTerminal as Xy}from"marked-terminal";import li from"picocolors";var _c=!1;function Qy(){_c||(Cc.use(Xy({reflowText:!1,width:100})),_c=!0)}function Fr(e){if(!e)return e;Qy();try{let t=Cc.parse(e);return typeof t=="string"?Zy(t):e}catch{return e}}function Zy(e){return e.replace(/`([^`\n]+)`/g,(t,n)=>li.yellow(n)).replace(/\*\*([^*\n]+)\*\*/g,(t,n)=>li.bold(n)).replace(/(^|[\s(])\*([^*\s][^*\n]*?)\*(?=[\s.,;:!?)]|$)/gm,(t,n,r)=>n+li.italic(r))}async function ui(e={}){let t=process.cwd();if(!F(t))return;if(!process.stdout.isTTY&&!e.yes){u.error(`\`${h("process")}\` needs an interactive TTY for the sync + selection prompts. Use \`--yes\` to skip prompts and process everything (for CI/CD).`),process.exitCode=1;return}if(!await dw(e.yes)){process.exitCode=1;return}if(e.yes)await ce({embedded:!0});else{let c=await ow({message:"Sync the inbox before processing?",options:[{value:"sync",label:"Sync (recommended) \u2014 pull pending actions + push local changes"},{value:"pull",label:"Pull only \u2014 get new actions, skip pushing your local changes"},{value:"skip",label:"Skip \u2014 use the current local inbox state"}],initialValue:"sync"});if(Mr(c)){u.info("Cancelled.");return}c==="sync"?await ce({embedded:!0}):c==="pull"&&await ht({embedded:!0})}let r=Ue(t);if(r.length===0){u.info(v.dim("No pending actions to process. Inbox is empty."));return}let o;if(e.yes)o=r.map(c=>c.id),u.message(`Processing all ${r.length} pending action${r.length===1?"":"s"}\u2026`);else{let c=r.some(g=>g.priority!==null),d=c?r.filter(g=>g.priority==="high").map(g=>g.id):r.map(g=>g.id),p=c&&d.length===0?" (no high-priority actions \u2014 toggle to select)":c?` (${d.length} high-priority pre-selected \u2014 space to toggle)`:" (space to toggle)",f=await rw({message:`Which actions to process? ${r.length} pending \u2014${p}`,options:r.map(g=>({value:g.id,label:Nt(g)})),initialValues:d,required:!1});if(Mr(f)){u.info("Cancelled \u2014 no actions processed.");return}if(!Array.isArray(f)||f.length===0){u.info("No actions selected. Nothing to do.");return}o=f}let i=0,s=0,a=0,l=Date.now();for(let c=0;c<o.length;c++){let d=o[c],p=r.find(b=>b.id===d);if(!p)continue;sw({index:c+1,total:o.length,entry:p});let f=tw(Me(t),p.filename),g;try{g=ew(f,"utf-8")}catch(b){u.error(` Could not read ${p.filename}: ${b.message}`),a++;continue}let m=Date.now(),y=await uw({cwd:t,entry:p,actionContent:g,model:e.model}),w=Rc(Date.now()-m);if(y.kind==="applied")try{await Se(String(d),{silent:!0}),i++,u.message("");let b=y.summary?`
846
- `+v.dim(" "+y.summary):"";u.message(` ${v.green("\u2713")} id ${d} ${v.dim("\u2014 applied in "+w)}${b}`)}catch(b){u.warn(` Applied but ack failed: ${b.message}. Run \`seoagent ack ${d}\` to retry.`)}else if(y.kind==="declined")try{await Se(String(d),{silent:!0,failed:!0,reason:y.reason}),s++,u.message(""),u.message(` ${v.yellow("\u2298")} id ${d} ${v.dim("\u2014 declined: "+ye(y.reason,100))}`)}catch(b){u.warn(` Could not ack decline: ${b.message}. Run \`seoagent ack ${d} --failed --reason "${y.reason.replace(/"/g,'\\"')}"\` to retry.`)}else a++,u.message(""),u.message(` ${v.red("\u2717")} id ${d} ${v.dim("\u2014 agent did not converge after "+w)}`)}lw({applied:i,declined:s,failed:a,total:o.length,elapsed:Rc(Date.now()-l)})}function sw(e){let{index:t,total:n,entry:r}=e,o=r.issue??r.action_type.replace(/^cli_/,"").replace(/_/g,"-"),i=r.severity??"unknown",s=aw[i]??v.dim,a=[v.bold(`[${t}/${n}]`),v.dim("\xB7"),v.bold(`id ${r.id}`),v.dim("\xB7"),v.cyan(o),s(i)].join(" ");Ic(r.title,a)}var aw={critical:e=>v.red(v.bold(e)),high:v.red,medium:v.yellow,low:v.dim};function lw(e){let{applied:t,declined:n,failed:r,total:o,elapsed:i}=e,s=t+n,a;if(s===o&&r===0)a=n===0?v.green(`\u2713 ${t}/${o} applied`):v.green(`\u2713 ${t}/${o} applied \xB7 ${n} declined`);else if(s===0)a=v.red(`\u2717 0/${o} applied`);else{let l=[`${t}/${o} applied`];n>0&&l.push(`${n} declined`),r>0&&l.push(`${r} failed`),a=v.yellow(`\u25D0 ${l.join(" \xB7 ")}`)}Ic(`${a}
847
- ${v.dim("elapsed: "+i)}`,v.bold("Done"))}function Rc(e){if(e<1e3)return`${e}ms`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let n=Math.floor(t/60),r=t%60;if(n<60)return r>0?`${n}m ${r}s`:`${n}m`;let o=Math.floor(n/60),i=n%60;return i>0?`${o}h ${i}m`:`${o}h`}function cw(e){if(typeof e!="string"||!e)return null;let t=e.split(`
844
+ `);return}await ce({pullOnly:!0,force:e.force,silent:e.silent,embedded:e.embedded})}import{existsSync as Ny,readdirSync as jy,unlinkSync as Dy}from"fs";import{join as kc}from"path";import{isCancel as Fy,select as My}from"@clack/prompts";async function Se(e,t={}){let n=null;if(e){let d=Number.parseInt(e,10);if(Number.isNaN(d)||d<=0)return u.error(`Invalid action id: "${e}"`),process.exitCode=1,!1;n=d}else if(n=await Uy(),n===null)return!1;let r=n,o=C(process.cwd()),i=D(o?.domain);if(!i)return u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1,!1;if(!F(process.cwd()))return!1;let s=i.api_base||N.BASE,a=`Bearer ${i.user_token}:${i.website_token}`,l=t.failed?"failed":"completed",c;try{c=await L(`${s}/api/cli/actions/${r}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:a},body:JSON.stringify({status:l,error_message:t.failed&&t.reason?t.reason:null,result:t.failed?{declined:!0,reason:t.reason??null}:{applied:!0}})})}catch{return Fl(process.cwd(),{action_id:r,status:l,reason:t.failed?t.reason??null:null}),li(r),_r(process.cwd()),t.silent||u.warn(`Network unavailable \u2014 ack queued locally. Run \`${h("sync")}\` when you're back online; it'll flush automatically.`),!0}if(!c.ok){let d=await c.text().catch(()=>""),p=null;try{p=JSON.parse(d)}catch{p=null}if(c.status===409&&p?.code==="already_acked"){li(r),_r(process.cwd());let y=typeof p.error=="string"?p.error.match(/'([^']+)'/)?.[1]??"settled":"settled";return t.silent||u.success(`Action ${r} was already ${y}.`),!0}let f=typeof p?.code=="string"?p.code:null,g=typeof p?.error=="string"?p.error:d,m=f?`, code: ${f}`:"";return u.error(`Server rejected ack (${c.status}${m}): ${g.slice(0,200)}`),process.exitCode=1,!1}return li(r),_r(process.cwd()),t.silent||(t.failed?u.success(`Action ${r} marked failed${t.reason?` (reason: ${t.reason})`:""}.`):u.success(`Action ${r} marked completed.`),u.info(` inbox location: ${kc(k,"inbox")}`)),!0}function li(e){let t=Me(process.cwd());if(Ny(t)){for(let n of jy(t))if(n.endsWith(`-${e}.md`))try{Dy(kc(t,n))}catch{}}}async function Uy(){let e=process.cwd(),t=Ue(e);if(t.length===0)return u.info("No pending actions in .seoagent/inbox/."),u.message(`Run \`${h("sync")}\` to pull anything autopilot has queued.`),null;if(!process.stdout.isTTY)return u.error(`Cannot show interactive picker in non-TTY mode. Pass an action id explicitly, or run \`${h("inbox")}\` to see what's pending.`),process.exitCode=1,null;let n=await My({message:`Which action do you want to close out? (${t.length} pending)`,options:t.map(r=>({value:r.id,label:Nt(r)}))});return Fy(n)?(u.info("Cancelled \u2014 no action closed out."),null):n}import Nr from"picocolors";async function ci(e={}){let t=process.cwd();if(!e.json&&!F(t))return;let n=Ue(t);if(e.json){process.stdout.write(JSON.stringify({count:n.length,inbox_path:Me(t),actions:n})+`
845
+ `);return}if(n.length===0){u.info(Nr.dim("No pending actions.")),u.message(`Run \`${h("sync")}\` to pull anything autopilot has queued, or \`${h("autopilot status")}\` to check whether autopilot is on.`);return}u.message(`${Nr.bold("SEOAgent inbox")} \xB7 ${n.length} pending action${n.length===1?"":"s"}`),u.message("");for(let r of n)u.message(Nt(r));u.message(""),u.message(`Apply one: ${Nr.bold(h("ack <id>"))} \xB7 Interactive picker: ${Nr.bold(h("ack"))} (no id)`)}import{readFileSync as ew}from"fs";import{join as tw,relative as nw}from"path";import{confirm as Rc,isCancel as Mr,multiselect as rw,note as Pc,select as ow}from"@clack/prompts";import v from"picocolors";import{query as iw}from"@anthropic-ai/claude-agent-sdk";import{existsSync as By,readFileSync as Gy}from"fs";import{homedir as Hy}from"os";import{join as Wy}from"path";import{execSync as jr}from"child_process";var Ky="Claude Code-credentials",qy=44;function _n(){if(process.env.ANTHROPIC_API_KEY||process.env.CLAUDE_CODE_OAUTH_TOKEN)return"env-key";if(process.env.CLAUDE_CODE_USE_BEDROCK==="1"||process.env.CLAUDE_CODE_USE_VERTEX==="1"||process.env.CLAUDE_CODE_USE_FOUNDRY==="1"||process.env.CLAUDE_CODE_USE_ANTHROPIC_AWS==="1")return"enterprise";let e=zy();return e==="valid"?"claude-session-verified":Vy()?e==="absent"?"claude-installed-no-session":"claude-session-unverified":"not-installed"}function Dr(e){return e==="env-key"||e==="enterprise"||e==="claude-session-verified"||e==="claude-session-unverified"}function Vy(){let e=process.platform==="win32"?"where claude":"command -v claude";try{return jr(e,{stdio:"ignore"}),!0}catch{return!1}}function zy(){if(process.env.CLAUDE_CODE_OAUTH_TOKEN)return"valid";let e=Wy(Hy(),".claude",".credentials.json");if(By(e)){let t=vc(Jy(e));if(t==="valid")return"valid";if(t==="absent"&&process.platform!=="darwin")return"absent"}return process.platform==="darwin"?Yy():"absent"}function Yy(){try{let e=jr(`security find-generic-password -s '${Ky}' -w`,{stdio:["ignore","pipe","ignore"],encoding:"utf-8",timeout:3e3});return vc($c(e))}catch(e){return e.status===qy?"absent":"unknown"}}function vc(e){if(!e||typeof e!="object")return"unknown";let t=e.claudeAiOauth;if(!t||typeof t!="object")return"absent";let{accessToken:n,refreshToken:r,expiresAt:o}=t,i=typeof n=="string"?n.trim():"",s=typeof r=="string"?r.trim():"";return!i||typeof o=="number"&&o>0&&o<=Date.now()&&!s?"absent":"valid"}function Jy(e){try{return $c(Gy(e,"utf-8"))}catch{return null}}function $c(e){try{return JSON.parse(e.trim())}catch{return null}}function xc(){try{return jr("npm install -g @anthropic-ai/claude-code",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}function Sc(){try{return jr("claude login",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}var _c=["The agent could not get model access. Fix it with ONE of:"," \u2022 `claude login` \u2014 sign in with your Claude.ai Pro/Max account"," \u2022 `claude setup-token` \u2014 long-lived token for non-interactive use"," \u2022 `export ANTHROPIC_API_KEY=\u2026` \u2014 bring your own key (https://console.anthropic.com/)","Then re-run this command.","Note: `/login` is a Claude Code slash command \u2014 it does nothing in a shell.","Note: `seoagent login` is SEOAgent cloud auth. It does NOT grant model access."],ie={"env-key":{summary:"Using ANTHROPIC_API_KEY env var.",next:""},enterprise:{summary:"Using enterprise provider (Bedrock / Vertex / Foundry).",next:""},"claude-session-verified":{summary:"Using your existing `claude login` session.",next:""},"claude-session-unverified":{summary:"Trying your existing `claude login` session\u2026",next:"Couldn't confirm a stored credential. If this fails with an auth error, run `claude login` (or `claude setup-token`), or set `ANTHROPIC_API_KEY`. `seoagent login` is SEOAgent cloud auth and will not help."},"claude-installed-no-session":{summary:"Claude Code is installed but has no usable login session.",next:"Run `claude login` to sign in with your Claude.ai / Pro / Max account, `claude setup-token` for a long-lived token, or set `ANTHROPIC_API_KEY` and re-run. (`seoagent login` is SEOAgent cloud auth \u2014 it does NOT grant model access.)"},"not-installed":{summary:"Claude Code is not installed and no model credential was found.",next:"Install it with `npm install -g @anthropic-ai/claude-code` then `claude login`, or set `ANTHROPIC_API_KEY` (get one at https://console.anthropic.com/) and re-run. (`seoagent login` is SEOAgent cloud auth \u2014 it does NOT grant model access.)"}};import{marked as Ec}from"marked";import{markedTerminal as Xy}from"marked-terminal";import ui from"picocolors";var Cc=!1;function Qy(){Cc||(Ec.use(Xy({reflowText:!1,width:100})),Cc=!0)}function Fr(e){if(!e)return e;Qy();try{let t=Ec.parse(e);return typeof t=="string"?Zy(t):e}catch{return e}}function Zy(e){return e.replace(/`([^`\n]+)`/g,(t,n)=>ui.yellow(n)).replace(/\*\*([^*\n]+)\*\*/g,(t,n)=>ui.bold(n)).replace(/(^|[\s(])\*([^*\s][^*\n]*?)\*(?=[\s.,;:!?)]|$)/gm,(t,n,r)=>n+ui.italic(r))}async function pi(e={}){let t=process.cwd();if(!F(t))return;if(!process.stdout.isTTY&&!e.yes){u.error(`\`${h("process")}\` needs an interactive TTY for the sync + selection prompts. Use \`--yes\` to skip prompts and process everything (for CI/CD).`),process.exitCode=1;return}if(!await dw(e.yes)){process.exitCode=1;return}if(e.yes)await ce({embedded:!0});else{let c=await ow({message:"Sync the inbox before processing?",options:[{value:"sync",label:"Sync (recommended) \u2014 pull pending actions + push local changes"},{value:"pull",label:"Pull only \u2014 get new actions, skip pushing your local changes"},{value:"skip",label:"Skip \u2014 use the current local inbox state"}],initialValue:"sync"});if(Mr(c)){u.info("Cancelled.");return}c==="sync"?await ce({embedded:!0}):c==="pull"&&await ht({embedded:!0})}let r=Ue(t);if(r.length===0){u.info(v.dim("No pending actions to process. Inbox is empty."));return}let o;if(e.yes)o=r.map(c=>c.id),u.message(`Processing all ${r.length} pending action${r.length===1?"":"s"}\u2026`);else{let c=r.some(g=>g.priority!==null),d=c?r.filter(g=>g.priority==="high").map(g=>g.id):r.map(g=>g.id),p=c&&d.length===0?" (no high-priority actions \u2014 toggle to select)":c?` (${d.length} high-priority pre-selected \u2014 space to toggle)`:" (space to toggle)",f=await rw({message:`Which actions to process? ${r.length} pending \u2014${p}`,options:r.map(g=>({value:g.id,label:Nt(g)})),initialValues:d,required:!1});if(Mr(f)){u.info("Cancelled \u2014 no actions processed.");return}if(!Array.isArray(f)||f.length===0){u.info("No actions selected. Nothing to do.");return}o=f}let i=0,s=0,a=0,l=Date.now();for(let c=0;c<o.length;c++){let d=o[c],p=r.find(b=>b.id===d);if(!p)continue;sw({index:c+1,total:o.length,entry:p});let f=tw(Me(t),p.filename),g;try{g=ew(f,"utf-8")}catch(b){u.error(` Could not read ${p.filename}: ${b.message}`),a++;continue}let m=Date.now(),y=await uw({cwd:t,entry:p,actionContent:g,model:e.model}),w=Ac(Date.now()-m);if(y.kind==="applied")try{await Se(String(d),{silent:!0}),i++,u.message("");let b=y.summary?`
846
+ `+v.dim(" "+y.summary):"";u.message(` ${v.green("\u2713")} id ${d} ${v.dim("\u2014 applied in "+w)}${b}`)}catch(b){u.warn(` Applied but ack failed: ${b.message}. Run \`seoagent ack ${d}\` to retry.`)}else if(y.kind==="declined")try{await Se(String(d),{silent:!0,failed:!0,reason:y.reason}),s++,u.message(""),u.message(` ${v.yellow("\u2298")} id ${d} ${v.dim("\u2014 declined: "+ye(y.reason,100))}`)}catch(b){u.warn(` Could not ack decline: ${b.message}. Run \`seoagent ack ${d} --failed --reason "${y.reason.replace(/"/g,'\\"')}"\` to retry.`)}else a++,u.message(""),u.message(` ${v.red("\u2717")} id ${d} ${v.dim("\u2014 agent did not converge after "+w)}`)}lw({applied:i,declined:s,failed:a,total:o.length,elapsed:Ac(Date.now()-l)})}function sw(e){let{index:t,total:n,entry:r}=e,o=r.issue??r.action_type.replace(/^cli_/,"").replace(/_/g,"-"),i=r.severity??"unknown",s=aw[i]??v.dim,a=[v.bold(`[${t}/${n}]`),v.dim("\xB7"),v.bold(`id ${r.id}`),v.dim("\xB7"),v.cyan(o),s(i)].join(" ");Pc(r.title,a)}var aw={critical:e=>v.red(v.bold(e)),high:v.red,medium:v.yellow,low:v.dim};function lw(e){let{applied:t,declined:n,failed:r,total:o,elapsed:i}=e,s=t+n,a;if(s===o&&r===0)a=n===0?v.green(`\u2713 ${t}/${o} applied`):v.green(`\u2713 ${t}/${o} applied \xB7 ${n} declined`);else if(s===0)a=v.red(`\u2717 0/${o} applied`);else{let l=[`${t}/${o} applied`];n>0&&l.push(`${n} declined`),r>0&&l.push(`${r} failed`),a=v.yellow(`\u25D0 ${l.join(" \xB7 ")}`)}Pc(`${a}
847
+ ${v.dim("elapsed: "+i)}`,v.bold("Done"))}function Ac(e){if(e<1e3)return`${e}ms`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let n=Math.floor(t/60),r=t%60;if(n<60)return r>0?`${n}m ${r}s`:`${n}m`;let o=Math.floor(n/60),i=n%60;return i>0?`${o}h ${i}m`:`${o}h`}function cw(e){if(typeof e!="string"||!e)return null;let t=e.split(`
848
848
  `);for(let n=t.length-1;n>=0;n--){let r=t[n].match(/^__(APPLIED|DECLINED)__:\s*(.*)$/);if(!r)continue;let o=r[2].trim();return r[1]==="APPLIED"?{kind:"applied",summary:o}:{kind:"declined",reason:o}}return null}async function uw(e){let{cwd:t,entry:n,actionContent:r,model:o}=e,i=vw(n,r);try{let s=iw({prompt:i,options:{cwd:t,allowedTools:["Read","Write","Edit","Bash","Grep","Glob"],permissionMode:"acceptEdits",...o?{model:o}:{}}}),a={toolUseById:new Map};for await(let l of s)if(l.type==="assistant"){let c=l.message.content;if(Array.isArray(c))for(let d of c)fw(d,a)}else if(l.type==="user"){let c=l.message.content;if(Array.isArray(c))for(let d of c)hw(d,a)}else if(l.type==="result"){if(process.stdout.write(`
849
849
  `),!(l.subtype==="success"&&!l.is_error))return{kind:"failed"};let d=cw(l.result);return d?.kind==="declined"?{kind:"declined",reason:d.reason}:{kind:"applied",summary:d?.kind==="applied"?d.summary:void 0}}return{kind:"failed"}}catch(s){return process.stdout.write(`
850
- `),u.error(` Agent error: ${s.message}`),{kind:"failed"}}}async function dw(e){let t=Sn();if(Dr(t))return u.info(v.dim(ie[t].summary)),t==="claude-session-unverified"&&ie[t].next&&u.message(v.dim(` ${ie[t].next}`)),!0;if(u.warn(ie[t].summary),u.message(` ${ie[t].next}`),e)return!1;if(t==="not-installed"){let n=await Ec({message:"Install Claude Code globally now? (runs `npm install -g @anthropic-ai/claude-code`)",initialValue:!0});if(Mr(n)||!n)return u.info("Skipped install. Set up auth and re-run when ready."),!1;u.message(v.dim("Installing @anthropic-ai/claude-code globally\u2026"));let r=$c();if(!r.ok)return u.error(`Install failed: ${r.error}`),u.message("Try running the install manually, or set `ANTHROPIC_API_KEY` and re-run."),!1;t=Sn()}if(t==="claude-installed-no-session"||t==="not-installed"){let n=await Ec({message:"Run `claude login` now to sign in?",initialValue:!0});if(Mr(n)||!n)return u.info("Skipped login. Run `claude login` when ready and try again."),!1;u.message(v.dim("Launching `claude login`\u2026"));let r=xc();if(!r.ok)return u.error(`Login failed: ${r.error}`),!1}return!0}function pw(e){return typeof e=="object"&&e!==null&&e.type==="text"&&typeof e.text=="string"}function fw(e,t){if(!e||typeof e!="object")return;let n=e.type;if(n==="text"&&pw(e)){process.stdout.write(Fr(e.text));return}if(n==="tool_use"){let r=String(e.id??""),o=String(e.name??"unknown"),i=e.input;r&&t.toolUseById.set(r,{name:o,input:i});let s=mw[o]??v.cyan,a=kw(o,i);process.stdout.write(s(gw)+" "+v.bold(o)+v.dim("(")+a+v.dim(")")+`
850
+ `),u.error(` Agent error: ${s.message}`),{kind:"failed"}}}async function dw(e){let t=_n();if(Dr(t))return u.info(v.dim(ie[t].summary)),t==="claude-session-unverified"&&ie[t].next&&u.message(v.dim(` ${ie[t].next}`)),!0;if(u.warn(ie[t].summary),u.message(` ${ie[t].next}`),e)return!1;if(t==="not-installed"){let n=await Rc({message:"Install Claude Code globally now? (runs `npm install -g @anthropic-ai/claude-code`)",initialValue:!0});if(Mr(n)||!n)return u.info("Skipped install. Set up auth and re-run when ready."),!1;u.message(v.dim("Installing @anthropic-ai/claude-code globally\u2026"));let r=xc();if(!r.ok)return u.error(`Install failed: ${r.error}`),u.message("Try running the install manually, or set `ANTHROPIC_API_KEY` and re-run."),!1;t=_n()}if(t==="claude-installed-no-session"||t==="not-installed"){let n=await Rc({message:"Run `claude login` now to sign in?",initialValue:!0});if(Mr(n)||!n)return u.info("Skipped login. Run `claude login` when ready and try again."),!1;u.message(v.dim("Launching `claude login`\u2026"));let r=Sc();if(!r.ok)return u.error(`Login failed: ${r.error}`),!1}return!0}function pw(e){return typeof e=="object"&&e!==null&&e.type==="text"&&typeof e.text=="string"}function fw(e,t){if(!e||typeof e!="object")return;let n=e.type;if(n==="text"&&pw(e)){process.stdout.write(Fr(e.text));return}if(n==="tool_use"){let r=String(e.id??""),o=String(e.name??"unknown"),i=e.input;r&&t.toolUseById.set(r,{name:o,input:i});let s=mw[o]??v.cyan,a=kw(o,i);process.stdout.write(s(gw)+" "+v.bold(o)+v.dim("(")+a+v.dim(")")+`
851
851
  `);return}if(n==="thinking"){let r=e.thinking;typeof r=="string"&&r.trim()&&process.stdout.write(v.dim(v.italic(" "+ye(r,200)))+`
852
- `)}}var gw="\u23FA",Ac="\u23BF",mw={Read:v.blue,Glob:v.cyan,Grep:v.cyan,Edit:v.yellow,Write:v.magenta,Bash:v.green,WebFetch:v.magenta,WebSearch:v.magenta};function hw(e,t){if(!e||typeof e!="object"||e.type!=="tool_result")return;let n=e.is_error===!0,r=String(e.tool_use_id??""),o=r?t.toolUseById.get(r):void 0,i=o?.name,s=e.content,a=yw(s);if(n){process.stdout.write(v.red(` ${Ac} Error`)+`
852
+ `)}}var gw="\u23FA",Ic="\u23BF",mw={Read:v.blue,Glob:v.cyan,Grep:v.cyan,Edit:v.yellow,Write:v.magenta,Bash:v.green,WebFetch:v.magenta,WebSearch:v.magenta};function hw(e,t){if(!e||typeof e!="object"||e.type!=="tool_result")return;let n=e.is_error===!0,r=String(e.tool_use_id??""),o=r?t.toolUseById.get(r):void 0,i=o?.name,s=e.content,a=yw(s);if(n){process.stdout.write(v.red(` ${Ic} Error`)+`
853
853
  `),a&&process.stdout.write(bw(ye(a,500)," ",v.red)+`
854
- `);return}let l=ww(i,a,o?.input);l&&process.stdout.write(v.dim(` ${Ac} `)+l+`
854
+ `);return}let l=ww(i,a,o?.input);l&&process.stdout.write(v.dim(` ${Ic} `)+l+`
855
855
  `)}function yw(e){return typeof e=="string"?e:Array.isArray(e)?e.map(t=>typeof t=="string"?t:t&&typeof t=="object"&&typeof t.text=="string"?t.text:"").join(""):""}function ww(e,t,n){if(!e)return"";switch(e){case"Read":{let r=(t.match(/^\s*\d+→/gm)??[]).length,o=r>0?r:t.split(`
856
856
  `).filter(Boolean).length;return v.dim(`Read ${o} line${o===1?"":"s"}`)}case"Glob":{let r=t.split(`
857
857
  `).filter(o=>o.trim().length>0).length;return v.dim(`Found ${r} ${r===1?"entry":"entries"}`)}case"Grep":{let r=t.split(`
858
858
  `)[0]?.trim()??"";if(/^Found\s+\d+/.test(r))return v.dim(r);let o=t.split(`
859
- `).filter(i=>i.trim()).length;return v.dim(`${o} result${o===1?"":"s"}`)}case"Edit":case"Write":{let r=n?.file_path,o=e==="Edit"?"Updated":"Created";return v.dim(r?`${o} ${ci(String(r))}`:o)}case"Bash":{let r=t.split(`
859
+ `).filter(i=>i.trim()).length;return v.dim(`${o} result${o===1?"":"s"}`)}case"Edit":case"Write":{let r=n?.file_path,o=e==="Edit"?"Updated":"Created";return v.dim(r?`${o} ${di(String(r))}`:o)}case"Bash":{let r=t.split(`
860
860
  `),o=r.slice(0,5).map(c=>ye(c.trimEnd(),100)),i=r.length-5,s=o.join(`
861
861
  `)+(i>0?`
862
862
  \u2026 (+${i} more line${i===1?"":"s"})`:""),[a,...l]=s.split(`
@@ -864,7 +864,7 @@ ${v.dim("elapsed: "+i)}`,v.bold("Done"))}function Rc(e){if(e<1e3)return`${e}ms`;
864
864
  `+v.dim(l.map(c=>" "+c).join(`
865
865
  `))}case"WebFetch":case"WebSearch":return v.dim(`Fetched ${ye(t.replace(/\s+/g," "),80)}`);default:return""}}function bw(e,t,n){return e.split(`
866
866
  `).map(r=>n(t+r)).join(`
867
- `)}function kw(e,t){if(!t||typeof t!="object")return"";let n=t;switch(e){case"Read":case"Write":case"Edit":return v.dim(ye(ci(String(n.file_path??"")),80));case"Bash":return v.dim(ye(String(n.command??""),80));case"Grep":{let r=String(n.pattern??""),o=n.path?` in ${ci(String(n.path))}`:"";return v.dim(ye(r+o,80))}case"Glob":return v.dim(ye(String(n.pattern??""),80));case"WebFetch":return v.dim(ye(String(n.url??""),80));case"WebSearch":return v.dim(ye(String(n.query??""),80));default:return""}}function ci(e){if(!e)return e;let t=process.cwd(),n=nw(t,e);return n.startsWith("..")?e:n||e}function ye(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function vw(e,t){return`You are SEOAgent processing one inbox action from \`.seoagent/inbox/\`.
867
+ `)}function kw(e,t){if(!t||typeof t!="object")return"";let n=t;switch(e){case"Read":case"Write":case"Edit":return v.dim(ye(di(String(n.file_path??"")),80));case"Bash":return v.dim(ye(String(n.command??""),80));case"Grep":{let r=String(n.pattern??""),o=n.path?` in ${di(String(n.path))}`:"";return v.dim(ye(r+o,80))}case"Glob":return v.dim(ye(String(n.pattern??""),80));case"WebFetch":return v.dim(ye(String(n.url??""),80));case"WebSearch":return v.dim(ye(String(n.query??""),80));default:return""}}function di(e){if(!e)return e;let t=process.cwd(),n=nw(t,e);return n.startsWith("..")?e:n||e}function ye(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function vw(e,t){return`You are SEOAgent processing one inbox action from \`.seoagent/inbox/\`.
868
868
 
869
869
  Your job: apply the change this action describes to the codebase at the current working directory. Read the "How to apply" section in the action file \u2014 it tells you what to do and where to look. Make the edit, then briefly state what you changed.
870
870
 
@@ -884,45 +884,45 @@ Action file (\`.seoagent/inbox/${e.filename}\`):
884
884
  \`\`\`
885
885
  ${t}
886
886
  \`\`\`
887
- `}import{spinner as $w}from"@clack/prompts";import _ from"picocolors";var xw=new Set(["on","off","status","auto-approve","draft-mode"]);function Sw(e,t){let n=(e||"").toLowerCase();if(!xw.has(n))return null;if(n==="auto-approve"){let r=(t||"").toLowerCase();return r!=="on"&&r!=="off"?null:`auto-approve-${r}`}if(n==="draft-mode"){let r=(t||"").toLowerCase();return r!=="cloud"&&r!=="agent"?null:`draft-mode-${r}`}return t?null:n}async function Cn(e,t,n={}){let r=Sw(e,t);if(!r){u.error(`Usage: seoagent autopilot <on|off|status|auto-approve on|off|draft-mode cloud|agent> (got "${[e,t].filter(Boolean).join(" ")}")`),process.exitCode=1;return}let o=C(process.cwd()),i=D(o?.domain);if(!i){u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1;return}let s=n.apiBase||i.api_base||N.BASE,a=`Bearer ${i.user_token}:${i.website_token}`,c=!!process.stdout.isTTY?$w():null,d=r==="on"?"Enabling autopilot\u2026":r==="off"?"Disabling autopilot\u2026":r==="auto-approve-on"?"Enabling auto-approve\u2026":r==="auto-approve-off"?"Disabling auto-approve\u2026":r==="draft-mode-cloud"?"Switching drafting to the cloud\u2026":r==="draft-mode-agent"?"Switching drafting to your agent\u2026":"Checking autopilot status\u2026";c?.start(d);let p;try{p=await fetch(`${s}/api/cli/autopilot/${r}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:a},body:"{}",signal:AbortSignal.timeout(1e4)})}catch(b){S(c,"error",`Network error: ${b.message}`,_.red("Network error.")),process.exitCode=1;return}let f=null;try{f=await p.json()}catch{f=null}if(p.status===402||f?.code==="upgrade_required"){let b=ve("cli-autopilot",o?.domain);S(c,"warn","CLI autopilot is a paid feature.",_.yellow("Autopilot is a paid feature.")),u.message(_w(b)),process.exitCode=1;return}if(!p.ok||f?.status!=="ok"||!f.autopilot){S(c,"error",`Server rejected request (${p.status})${f?.error?`: ${f.error}`:""}`,_.red(`Server rejected request (${p.status}).`)),process.exitCode=1;return}let{enabled:g,delivery_mode:m,auto_approve:y,draft_mode:w}=f.autopilot;if(r==="on"){c?.stop(_.green("Autopilot enabled.")),u.message(_n({enabled:!0,deliveryMode:m,autoApprove:y,draftMode:w,action:"on"}));return}if(r==="off"){c?.stop(_.dim("Autopilot disabled.")),u.message(_n({enabled:!1,deliveryMode:m,autoApprove:y,draftMode:w,action:"off"}));return}if(r==="draft-mode-cloud"||r==="draft-mode-agent"){let b=r==="draft-mode-cloud";c?.stop(b?_.green("Cloud drafting enabled."):_.dim("Cloud drafting disabled.")),b?u.message("SEOAgent now drafts each brief in the cloud (research, citations, images, internal links). Your agent places the finished file on each `sync`."):u.message('Your coding agent now writes each article from the brief: briefs arrive as "Write article" changes on each `sync`.'),u.message(_n({enabled:g,deliveryMode:m,autoApprove:y,draftMode:b?"cloud":"agent",action:"status"}));return}if(r==="auto-approve-on"||r==="auto-approve-off"){let b=r==="auto-approve-on";c?.stop(b?_.green("Auto-approve enabled."):_.dim("Auto-approve disabled.")),b?u.message("Change items \u2014 outreach drafts included \u2014 now stage pre-approved. Your agent applies them on each `sync`; undo any item from the Review queue."):u.message("Back to review mode: staged items wait for your approval on the dashboard."),u.message(_n({enabled:g,deliveryMode:m,autoApprove:b,draftMode:w,action:"status"}));return}c?.stop(_.dim("Status:")),u.message(_n({enabled:g,deliveryMode:m,autoApprove:y,draftMode:w,action:"status"}))}function _n(e){let n=s=>_.dim(s.padEnd(11)),r=e.enabled?`${_.bold(_.green("\u25CF ON"))} ${_.dim("(queueing fixes for your coding agent)")}`:`${_.dim("\u25CB OFF")} ${_.dim("(no new suggestions will be queued)")}`,o=[{content:`${n("Status:")}${r}`}];if(e.enabled&&e.deliveryMode&&o.push({content:`${n("Mode:")}${_.dim(e.deliveryMode)}`}),e.autoApprove!==void 0){let s=e.autoApprove?`${_.bold(_.green("\u25CF ON"))} ${_.dim("(items stage pre-approved, incl. outreach)")}`:`${_.dim("\u25CB OFF")} ${_.dim("(items wait for review on the dashboard)")}`;o.push({content:`${n("Approve:")}${s}`})}if(e.draftMode!==void 0){let s=e.draftMode==="agent"?`${_.dim("\u25CB AGENT")} ${_.dim("(your agent writes each article from the brief)")}`:`${_.bold(_.green("\u25CF CLOUD"))} ${_.dim("(SEOAgent drafts; your agent places the file)")}`;o.push({content:`${n("Drafts:")}${s}`})}o.push({sep:!0}),e.enabled?(o.push({content:`${_.dim("Apply fixes:")} ${_.cyan(h("sync"))}`}),o.push({content:`${_.dim("Turn off:")} ${_.cyan(h("autopilot off"))}`})):(o.push({content:`${_.dim("Enable (paid):")} ${_.cyan(h("autopilot on"))}`}),o.push({content:_.dim("Queues SEO fixes for your coding agent to apply on each sync.")}));let i=`${_.bold(_.cyan("SEOAgent"))} ${_.dim("\xB7")} ${_.dim("autopilot")}`;return H(o,{width:78,title:i})}function _w(e){let t=[{content:_.bold(_.yellow("Autopilot is a paid feature."))},{sep:!0},{content:_.dim("SEOAgent continuously audits your site and queues fixes for")},{content:_.dim("your coding agent to apply on each `sync` \u2014 you stay in the")},{content:_.dim("loop; nothing is auto-applied.")},{sep:!0},{content:`${_.dim("Upgrade:")} ${_.cyan(e)}`}],n=`${_.bold(_.cyan("SEOAgent"))} ${_.dim("\xB7")} ${_.dim("autopilot")}`;return H(t,{width:78,title:n})}import{mkdirSync as Bw,writeFileSync as Gw}from"fs";import{join as di}from"path";import{readdirSync as Cw,readFileSync as Ew,statSync as Pc}from"fs";import{join as Rw}from"path";var Aw=new Set(["html","htm","md","mdx","markdown","mdoc","tsx","jsx","ts","js","astro","vue","svelte"]),Iw=new Set(["png","jpg","jpeg","gif","svg","webp","avif","ico","bmp","css","js","mjs","json","xml","txt","pdf","zip","gz","woff","woff2","ttf","eot","mp4","webm","mp3","wav","csv"]),Pw=new Set(["node_modules",".git",".next","dist","build",".vercel","out",".seoagent"]),Tw=5e3,Ow=512*1024;function Ur(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):null}function Tc(e,t){let n=(e||"").trim();if(!n||(n=n.replace(/[?#].*$/,""),!n)||/^(mailto:|tel:|javascript:|data:)/i.test(n)||n.startsWith("//"))return null;if(/^https?:\/\//i.test(n))try{let i=new URL(n),s=i.hostname.toLowerCase().replace(/^www\./,"");if(!t||s!==t)return null;n=i.pathname||"/"}catch{return null}if(!n.startsWith("/")||n.startsWith("/api/")||n==="/api")return null;let r=n.split("/").pop()||"",o=r.lastIndexOf(".");return o>0&&Iw.has(r.slice(o+1).toLowerCase())?null:(n=n.replace(/\/+$/,""),n===""?"/":n)}var Lw=/\bhref\s*=\s*(?:"([^"]*)"|'([^']*)'|\{\s*[`'"]([^`'"]*)[`'"]\s*\})/gi,Nw=/\bhref\s*:\s*(?:"([^"]*)"|'([^']*)'|`([^`$]*)`)/gi,Oc=/\]\(\s*([^)\s]+)/g;function jw(e,t){if(!e)return[];let n=Ur(t),r=[],o;for(let i of[Lw,Nw])for(i.lastIndex=0;(o=i.exec(e))!==null;){let s=o[1]??o[2]??o[3]??"",a=Tc(s,n);a&&r.push(a)}for(Oc.lastIndex=0;(o=Oc.exec(e))!==null;){let i=Tc(o[1],n);i&&r.push(i)}return r}function Dw(e,t,n=0){let r={};for(let s of e)r[s.route]=0;for(let s of t)s in r&&(r[s]+=1);let o=[],i=[];for(let s of e){if(s.route==="/")continue;let a=r[s.route]??0;a===0?o.push({route:s.route,url:s.url}):a===1&&i.push({route:s.route,url:s.url,inbound:a})}return o.sort((s,a)=>s.route.localeCompare(a.route)),i.sort((s,a)=>s.route.localeCompare(a.route)),{pageCount:e.length,linkOccurrences:t.length,orphans:o,weak:i,inboundByRoute:r,filesScanned:n}}function Nc(e,t){let n=JSON.stringify(e.orphans.slice(0,100).map(a=>a.url)),r=["---","generated: false",`analyzed_at: ${new Date().toISOString()}`,`page_count: ${e.pageCount}`,`orphan_count: ${e.orphans.length}`,`weak_count: ${e.weak.length}`,`orphans_json: ${n}`,"---"].join(`
887
+ `}import{spinner as $w}from"@clack/prompts";import _ from"picocolors";var xw=new Set(["on","off","status","auto-approve","draft-mode"]);function Sw(e,t){let n=(e||"").toLowerCase();if(!xw.has(n))return null;if(n==="auto-approve"){let r=(t||"").toLowerCase();return r!=="on"&&r!=="off"?null:`auto-approve-${r}`}if(n==="draft-mode"){let r=(t||"").toLowerCase();return r!=="cloud"&&r!=="agent"?null:`draft-mode-${r}`}return t?null:n}async function En(e,t,n={}){let r=Sw(e,t);if(!r){u.error(`Usage: seoagent autopilot <on|off|status|auto-approve on|off|draft-mode cloud|agent> (got "${[e,t].filter(Boolean).join(" ")}")`),process.exitCode=1;return}let o=C(process.cwd()),i=D(o?.domain);if(!i){u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1;return}let s=n.apiBase||i.api_base||N.BASE,a=`Bearer ${i.user_token}:${i.website_token}`,c=!!process.stdout.isTTY?$w():null,d=r==="on"?"Enabling autopilot\u2026":r==="off"?"Disabling autopilot\u2026":r==="auto-approve-on"?"Enabling auto-approve\u2026":r==="auto-approve-off"?"Disabling auto-approve\u2026":r==="draft-mode-cloud"?"Switching drafting to the cloud\u2026":r==="draft-mode-agent"?"Switching drafting to your agent\u2026":"Checking autopilot status\u2026";c?.start(d);let p;try{p=await fetch(`${s}/api/cli/autopilot/${r}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:a},body:"{}",signal:AbortSignal.timeout(1e4)})}catch(b){S(c,"error",`Network error: ${b.message}`,_.red("Network error.")),process.exitCode=1;return}let f=null;try{f=await p.json()}catch{f=null}if(p.status===402||f?.code==="upgrade_required"){let b=ve("cli-autopilot",o?.domain);S(c,"warn","CLI autopilot is a paid feature.",_.yellow("Autopilot is a paid feature.")),u.message(_w(b)),process.exitCode=1;return}if(!p.ok||f?.status!=="ok"||!f.autopilot){S(c,"error",`Server rejected request (${p.status})${f?.error?`: ${f.error}`:""}`,_.red(`Server rejected request (${p.status}).`)),process.exitCode=1;return}let{enabled:g,delivery_mode:m,auto_approve:y,draft_mode:w}=f.autopilot;if(r==="on"){c?.stop(_.green("Autopilot enabled.")),u.message(Cn({enabled:!0,deliveryMode:m,autoApprove:y,draftMode:w,action:"on"}));return}if(r==="off"){c?.stop(_.dim("Autopilot disabled.")),u.message(Cn({enabled:!1,deliveryMode:m,autoApprove:y,draftMode:w,action:"off"}));return}if(r==="draft-mode-cloud"||r==="draft-mode-agent"){let b=r==="draft-mode-cloud";c?.stop(b?_.green("Cloud drafting enabled."):_.dim("Cloud drafting disabled.")),b?u.message("SEOAgent now drafts each brief in the cloud (research, citations, images, internal links). Your agent places the finished file on each `sync`."):u.message('Your coding agent now writes each article from the brief: briefs arrive as "Write article" changes on each `sync`.'),u.message(Cn({enabled:g,deliveryMode:m,autoApprove:y,draftMode:b?"cloud":"agent",action:"status"}));return}if(r==="auto-approve-on"||r==="auto-approve-off"){let b=r==="auto-approve-on";c?.stop(b?_.green("Auto-approve enabled."):_.dim("Auto-approve disabled.")),b?u.message("Change items \u2014 outreach drafts included \u2014 now stage pre-approved. Your agent applies them on each `sync`; undo any item from the Review queue."):u.message("Back to review mode: staged items wait for your approval on the dashboard."),u.message(Cn({enabled:g,deliveryMode:m,autoApprove:b,draftMode:w,action:"status"}));return}c?.stop(_.dim("Status:")),u.message(Cn({enabled:g,deliveryMode:m,autoApprove:y,draftMode:w,action:"status"}))}function Cn(e){let n=s=>_.dim(s.padEnd(11)),r=e.enabled?`${_.bold(_.green("\u25CF ON"))} ${_.dim("(queueing fixes for your coding agent)")}`:`${_.dim("\u25CB OFF")} ${_.dim("(no new suggestions will be queued)")}`,o=[{content:`${n("Status:")}${r}`}];if(e.enabled&&e.deliveryMode&&o.push({content:`${n("Mode:")}${_.dim(e.deliveryMode)}`}),e.autoApprove!==void 0){let s=e.autoApprove?`${_.bold(_.green("\u25CF ON"))} ${_.dim("(items stage pre-approved, incl. outreach)")}`:`${_.dim("\u25CB OFF")} ${_.dim("(items wait for review on the dashboard)")}`;o.push({content:`${n("Approve:")}${s}`})}if(e.draftMode!==void 0){let s=e.draftMode==="agent"?`${_.dim("\u25CB AGENT")} ${_.dim("(your agent writes each article from the brief)")}`:`${_.bold(_.green("\u25CF CLOUD"))} ${_.dim("(SEOAgent drafts; your agent places the file)")}`;o.push({content:`${n("Drafts:")}${s}`})}o.push({sep:!0}),e.enabled?(o.push({content:`${_.dim("Apply fixes:")} ${_.cyan(h("sync"))}`}),o.push({content:`${_.dim("Turn off:")} ${_.cyan(h("autopilot off"))}`})):(o.push({content:`${_.dim("Enable (paid):")} ${_.cyan(h("autopilot on"))}`}),o.push({content:_.dim("Queues SEO fixes for your coding agent to apply on each sync.")}));let i=`${_.bold(_.cyan("SEOAgent"))} ${_.dim("\xB7")} ${_.dim("autopilot")}`;return H(o,{width:78,title:i})}function _w(e){let t=[{content:_.bold(_.yellow("Autopilot is a paid feature."))},{sep:!0},{content:_.dim("SEOAgent continuously audits your site and queues fixes for")},{content:_.dim("your coding agent to apply on each `sync` \u2014 you stay in the")},{content:_.dim("loop; nothing is auto-applied.")},{sep:!0},{content:`${_.dim("Upgrade:")} ${_.cyan(e)}`}],n=`${_.bold(_.cyan("SEOAgent"))} ${_.dim("\xB7")} ${_.dim("autopilot")}`;return H(t,{width:78,title:n})}import{mkdirSync as Bw,writeFileSync as Gw}from"fs";import{join as fi}from"path";import{readdirSync as Cw,readFileSync as Ew,statSync as Oc}from"fs";import{join as Rw}from"path";var Aw=new Set(["html","htm","md","mdx","markdown","mdoc","tsx","jsx","ts","js","astro","vue","svelte"]),Iw=new Set(["png","jpg","jpeg","gif","svg","webp","avif","ico","bmp","css","js","mjs","json","xml","txt","pdf","zip","gz","woff","woff2","ttf","eot","mp4","webm","mp3","wav","csv"]),Pw=new Set(["node_modules",".git",".next","dist","build",".vercel","out",".seoagent"]),Ow=5e3,Tw=512*1024;function Ur(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):null}function Tc(e,t){let n=(e||"").trim();if(!n||(n=n.replace(/[?#].*$/,""),!n)||/^(mailto:|tel:|javascript:|data:)/i.test(n)||n.startsWith("//"))return null;if(/^https?:\/\//i.test(n))try{let i=new URL(n),s=i.hostname.toLowerCase().replace(/^www\./,"");if(!t||s!==t)return null;n=i.pathname||"/"}catch{return null}if(!n.startsWith("/")||n.startsWith("/api/")||n==="/api")return null;let r=n.split("/").pop()||"",o=r.lastIndexOf(".");return o>0&&Iw.has(r.slice(o+1).toLowerCase())?null:(n=n.replace(/\/+$/,""),n===""?"/":n)}var Lw=/\bhref\s*=\s*(?:"([^"]*)"|'([^']*)'|\{\s*[`'"]([^`'"]*)[`'"]\s*\})/gi,Nw=/\bhref\s*:\s*(?:"([^"]*)"|'([^']*)'|`([^`$]*)`)/gi,Lc=/\]\(\s*([^)\s]+)/g;function jw(e,t){if(!e)return[];let n=Ur(t),r=[],o;for(let i of[Lw,Nw])for(i.lastIndex=0;(o=i.exec(e))!==null;){let s=o[1]??o[2]??o[3]??"",a=Tc(s,n);a&&r.push(a)}for(Lc.lastIndex=0;(o=Lc.exec(e))!==null;){let i=Tc(o[1],n);i&&r.push(i)}return r}function Dw(e,t,n=0){let r={};for(let s of e)r[s.route]=0;for(let s of t)s in r&&(r[s]+=1);let o=[],i=[];for(let s of e){if(s.route==="/")continue;let a=r[s.route]??0;a===0?o.push({route:s.route,url:s.url}):a===1&&i.push({route:s.route,url:s.url,inbound:a})}return o.sort((s,a)=>s.route.localeCompare(a.route)),i.sort((s,a)=>s.route.localeCompare(a.route)),{pageCount:e.length,linkOccurrences:t.length,orphans:o,weak:i,inboundByRoute:r,filesScanned:n}}function jc(e,t){let n=JSON.stringify(e.orphans.slice(0,100).map(a=>a.url)),r=["---","generated: false",`analyzed_at: ${new Date().toISOString()}`,`page_count: ${e.pageCount}`,`orphan_count: ${e.orphans.length}`,`weak_count: ${e.weak.length}`,`orphans_json: ${n}`,"---"].join(`
888
888
  `),o=["# Internal Links","",`Internal link analysis of the pages discovered in this repo${t?` (${Ur(t)})`:""}. **Orphans** are pages no other page links to \u2014 they're hard for crawlers`,"and users to reach and tend to underperform. Add relevant internal links","pointing at them (from related, higher-authority pages).","",`Scanned ${e.filesScanned} file${e.filesScanned===1?"":"s"}, ${e.linkOccurrences} internal link${e.linkOccurrences===1?"":"s"}, ${e.pageCount} page${e.pageCount===1?"":"s"}.`,"","_Note: this scans the repo, so links inside CMS-hosted content aren't counted._"].join(`
889
889
  `),i=e.orphans.length===0?`## Orphan pages
890
890
 
891
- None \u2014 every page has at least one inbound internal link. \u{1F389}`:[`## Orphan pages (${e.orphans.length})`,"","No internal links point to these. Add links from related pages.","","| Page | Suggested link source (fill in) |","|---|---|",...e.orphans.map(a=>`| ${Lc(a.url)} | \u2014 |`)].join(`
892
- `),s=e.weak.length===0?"":["",`## Weakly linked (${e.weak.length})`,"","Exactly one inbound internal link \u2014 fragile. Consider adding more.","","| Page | Inbound |","|---|---|",...e.weak.map(a=>`| ${Lc(a.url)} | ${a.inbound} |`)].join(`
891
+ None \u2014 every page has at least one inbound internal link. \u{1F389}`:[`## Orphan pages (${e.orphans.length})`,"","No internal links point to these. Add links from related pages.","","| Page | Suggested link source (fill in) |","|---|---|",...e.orphans.map(a=>`| ${Nc(a.url)} | \u2014 |`)].join(`
892
+ `),s=e.weak.length===0?"":["",`## Weakly linked (${e.weak.length})`,"","Exactly one inbound internal link \u2014 fragile. Consider adding more.","","| Page | Inbound |","|---|---|",...e.weak.map(a=>`| ${Nc(a.url)} | ${a.inbound} |`)].join(`
893
893
  `);return[r,"",o,"",i,s,""].join(`
894
- `)}function Lc(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}function*Fw(e){let t=0;function*n(r){let o;try{o=Cw(r,{withFileTypes:!0})}catch{return}for(let i of o){if(t>=Tw)return;if(i.name.startsWith("."))continue;let s=Rw(r,i.name);if(i.isDirectory()){if(Pw.has(i.name))continue;yield*n(s)}else if(i.isFile()){let a=i.name.lastIndexOf("."),l=a===-1?"":i.name.slice(a+1).toLowerCase();if(!Aw.has(l))continue;t++,yield s}}}yield*n(e)}function jc(e,t){let{pages:n}=xe(e,t),r=[],o=0,i=!1;try{i=Pc(e).isDirectory()}catch{i=!1}if(i)for(let s of Fw(e)){let a;try{if(Pc(s).size>Ow)continue;a=Ew(s,"utf-8")}catch{continue}o++;for(let l of jw(a,t))r.push(l)}return Dw(n,r,o)}var Mw=30;function Uw(e){return e?(e.match(/<meta\b[^>]*>/gi)??[]).some(n=>/\bname\s*=\s*["']?\s*(robots|googlebot)\b/i.test(n)&&/\bnoindex\b/i.test(n)):!1}async function Dc(e,t,n){let r=Ur(t);if(!r||e.orphans.length===0)return{checked:0,excludedUrls:[],exclusionReasons:{}};let o=e.orphans.slice(0,Mw),i={};await Promise.all(o.map(async a=>{try{let l=await L(a.url,{redirect:"follow",headers:{"user-agent":"SEOAgent-CLI/internal-links-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n}),c=new URL(l.url||a.url).hostname.toLowerCase().replace(/^www\./,"");if(c&&c!==r){i[a.url]="off-domain-redirect";return}let d=l.headers?.get?.("x-robots-tag")??"";if(/\bnoindex\b/i.test(d)){i[a.url]="noindex";return}l.ok&&Uw(await l.text())&&(i[a.url]="noindex")}catch{}}));let s=new Set(Object.keys(i));return s.size>0&&(e.orphans=e.orphans.filter(a=>!s.has(a.url))),{checked:o.length,excludedUrls:[...s],exclusionReasons:i}}async function Fc(e,t,n){if(!Ur(t)||e.orphans.length===0)return{checked:!1,sitemapUrlCount:0,excludedUrls:[]};let r=[];try{let s=await L(Zt(t),{headers:{"user-agent":"SEOAgent-CLI/internal-links-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n});if(!s.ok)return{checked:!1,sitemapUrlCount:0,excludedUrls:[]};r=je(await s.text())}catch{return{checked:!1,sitemapUrlCount:0,excludedUrls:[]}}if(r.length===0)return{checked:!1,sitemapUrlCount:0,excludedUrls:[]};let o=new Set(r.map(j)),i=e.orphans.filter(s=>!o.has(j(s.url||s.route))).map(s=>s.url);if(i.length>0){let s=new Set(i);e.orphans=e.orphans.filter(a=>!s.has(a.url))}return{checked:!0,sitemapUrlCount:r.length,excludedUrls:i}}async function En(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null,o=jc(t,r);if(r){let a=await Fc(o,r);for(let d of a.excludedUrls)u.info(`Skipping ${d} \u2014 excluded from the site's own sitemap, unlinked by design.`);let{excludedUrls:l,exclusionReasons:c}=await Dc(o,r);for(let d of l)u.info(c[d]==="noindex"?`Skipping ${d} \u2014 page is noindex, unlinked by design.`:`Skipping ${d} \u2014 redirects to a different domain, not an orphan here.`)}if(e.json){process.stdout.write(JSON.stringify(o,null,2)+`
895
- `);return}let i=di(t,k);Bw(i,{recursive:!0});let s=di(i,"internal-links.md");if(Gw(s,Nc(o,r),"utf-8"),u.success(`Analyzed ${o.pageCount} page${o.pageCount===1?"":"s"} across ${o.filesScanned} file${o.filesScanned===1?"":"s"}.`),o.orphans.length===0)u.info("No orphan pages \u2014 every page has an inbound internal link.");else{u.warn(`${o.orphans.length} orphan page${o.orphans.length===1?"":"s"} (no inbound internal links):`);for(let a of o.orphans.slice(0,10))u.message(` \u2022 ${a.url}`);o.orphans.length>10&&u.message(` \u2026and ${o.orphans.length-10} more`)}u.info(`Report written to ${di(k,"internal-links.md")}`)}import{existsSync as Hw,mkdirSync as Ww,readFileSync as Kw,rmSync as qw,writeFileSync as Mc}from"fs";import{dirname as Uc,join as Br}from"path";import se from"picocolors";async function pi(e,t={}){if(e!=="track"&&e!=="reconcile"){u.message(`Usage:
894
+ `)}function Nc(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}function*Fw(e){let t=0;function*n(r){let o;try{o=Cw(r,{withFileTypes:!0})}catch{return}for(let i of o){if(t>=Ow)return;if(i.name.startsWith("."))continue;let s=Rw(r,i.name);if(i.isDirectory()){if(Pw.has(i.name))continue;yield*n(s)}else if(i.isFile()){let a=i.name.lastIndexOf("."),l=a===-1?"":i.name.slice(a+1).toLowerCase();if(!Aw.has(l))continue;t++,yield s}}}yield*n(e)}function Dc(e,t){let{pages:n}=xe(e,t),r=[],o=0,i=!1;try{i=Oc(e).isDirectory()}catch{i=!1}if(i)for(let s of Fw(e)){let a;try{if(Oc(s).size>Tw)continue;a=Ew(s,"utf-8")}catch{continue}o++;for(let l of jw(a,t))r.push(l)}return Dw(n,r,o)}var Mw=30;function Uw(e){return e?(e.match(/<meta\b[^>]*>/gi)??[]).some(n=>/\bname\s*=\s*["']?\s*(robots|googlebot)\b/i.test(n)&&/\bnoindex\b/i.test(n)):!1}async function Fc(e,t,n){let r=Ur(t);if(!r||e.orphans.length===0)return{checked:0,excludedUrls:[],exclusionReasons:{}};let o=e.orphans.slice(0,Mw),i={};await Promise.all(o.map(async a=>{try{let l=await L(a.url,{redirect:"follow",headers:{"user-agent":"SEOAgent-CLI/internal-links-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n}),c=new URL(l.url||a.url).hostname.toLowerCase().replace(/^www\./,"");if(c&&c!==r){i[a.url]="off-domain-redirect";return}let d=l.headers?.get?.("x-robots-tag")??"";if(/\bnoindex\b/i.test(d)){i[a.url]="noindex";return}l.ok&&Uw(await l.text())&&(i[a.url]="noindex")}catch{}}));let s=new Set(Object.keys(i));return s.size>0&&(e.orphans=e.orphans.filter(a=>!s.has(a.url))),{checked:o.length,excludedUrls:[...s],exclusionReasons:i}}async function Mc(e,t,n){if(!Ur(t)||e.orphans.length===0)return{checked:!1,sitemapUrlCount:0,excludedUrls:[]};let r=[];try{let s=await L(en(t),{headers:{"user-agent":"SEOAgent-CLI/internal-links-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n});if(!s.ok)return{checked:!1,sitemapUrlCount:0,excludedUrls:[]};r=je(await s.text())}catch{return{checked:!1,sitemapUrlCount:0,excludedUrls:[]}}if(r.length===0)return{checked:!1,sitemapUrlCount:0,excludedUrls:[]};let o=new Set(r.map(j)),i=e.orphans.filter(s=>!o.has(j(s.url||s.route))).map(s=>s.url);if(i.length>0){let s=new Set(i);e.orphans=e.orphans.filter(a=>!s.has(a.url))}return{checked:!0,sitemapUrlCount:r.length,excludedUrls:i}}async function Rn(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null,o=Dc(t,r);if(r){let a=await Mc(o,r);for(let d of a.excludedUrls)u.info(`Skipping ${d} \u2014 excluded from the site's own sitemap, unlinked by design.`);let{excludedUrls:l,exclusionReasons:c}=await Fc(o,r);for(let d of l)u.info(c[d]==="noindex"?`Skipping ${d} \u2014 page is noindex, unlinked by design.`:`Skipping ${d} \u2014 redirects to a different domain, not an orphan here.`)}if(e.json){process.stdout.write(JSON.stringify(o,null,2)+`
895
+ `);return}let i=fi(t,k);Bw(i,{recursive:!0});let s=fi(i,"internal-links.md");if(Gw(s,jc(o,r),"utf-8"),u.success(`Analyzed ${o.pageCount} page${o.pageCount===1?"":"s"} across ${o.filesScanned} file${o.filesScanned===1?"":"s"}.`),o.orphans.length===0)u.info("No orphan pages \u2014 every page has an inbound internal link.");else{u.warn(`${o.orphans.length} orphan page${o.orphans.length===1?"":"s"} (no inbound internal links):`);for(let a of o.orphans.slice(0,10))u.message(` \u2022 ${a.url}`);o.orphans.length>10&&u.message(` \u2026and ${o.orphans.length-10} more`)}u.info(`Report written to ${fi(k,"internal-links.md")}`)}import{existsSync as Hw,mkdirSync as Ww,readFileSync as Kw,rmSync as qw,writeFileSync as Uc}from"fs";import{dirname as Bc,join as Br}from"path";import se from"picocolors";async function gi(e,t={}){if(e!=="track"&&e!=="reconcile"){u.message(`Usage:
896
896
  ${h("content track")} --slug <slug> --url <live-url> [--file <repo-path>] [--title "..."] [--type <page_type>] [--status published|draft] [--brief <brief-slug>]
897
- ${h("content reconcile")} [--dir <content-dir>] [--prune] # backfill pointers for published articles missing one`),e&&(u.error(`Unknown content action: ${e}. Actions: \`track\`, \`reconcile\`.`),process.exitCode=1);return}let n=process.cwd(),r=C(n);if(!r){u.error(`No .seoagent/project.md found. Run \`${h("init")}\` first.`),process.exitCode=1;return}if(e==="reconcile"){await Vw(n,r,t);return}let o=t.slug??(t.file?t.file:""),i=Sr(o);if(!i){u.error("A slug is required: --slug <slug> (or --file <repo-path> to derive it)."),process.exitCode=1;return}let s=Ot(i,{url:t.url,domain:r.domain,blogPath:r.blog_path});s||u.warn("No live URL \u2014 pass --url, or set domain + blog_path in project.md. Tracking without a canonical URL.");let a=Sr(t.supersedes??"")||void 0,l=a&&a!==i?a:void 0;a&&!l&&u.warn("--supersedes names this same article \u2014 ignoring it (nothing was renamed).");let c=r.cms&&r.cms!=="mdx-local"?"cms":t.file?"repo":"external",d=t.status?.trim()||"published",p=new Date().toISOString(),f=Br(n,k,"content");Ww(f,{recursive:!0});let g=Br(f,`${i}.md`),m=Hw(g),y=null;if(m)try{y=Xa(Kw(g,"utf-8"),{slug:i,status:d,source:c,tracked_at:p,canonical:s,canonicalExplicit:!!t.url?.trim(),title:t.title?.trim()||void 0,page_type:t.type?.trim()||void 0,primary_keyword:t.primaryKeyword?.trim()||void 0,repo_path:t.file?.trim()||void 0,brief:t.brief?.trim()||void 0,supersedes:l})}catch{y=null}if(y===null&&(y=mn({slug:i,title:t.title?.trim()||Ya(i),canonical:s,status:d,page_type:t.type?.trim()||void 0,primary_keyword:t.primaryKeyword?.trim()||void 0,source:c,repo_path:t.file?.trim()||void 0,brief:t.brief?.trim()||void 0,supersedes:l,tracked_at:p})),Mc(g,y,"utf-8"),c==="repo"&&t.file?.trim()&&!r.content_dir)try{V(n,{content_dir:Uc(t.file.trim())})}catch{}u.success(`${m?"Updated":"Tracked"} ${se.bold(i)}${s?` \u2192 ${se.cyan(s)}`:""} in .seoagent/content/.`);try{await ce({silent:!0,pushOnly:!0})}catch{}l&&u.message(se.dim(`Reported as a rename of \`${l}\` \u2014 the cloud marks that draft superseded instead of re-delivering it.`));let w=(t.action??"").trim();if(w){let b=!1;try{b=await Se(w,{silent:!0})}catch{}b?u.message(se.dim(`Closed out inbox action ${w}.`)):u.warn(`Could not close it out \u2014 the action is still pending. Run \`${h(`ack ${w}`)}\` once the cause is clear.`)}u.message(se.dim("It will appear on your dashboard after sync (run `seoagent login` if you haven\u2019t)."))}async function Vw(e,t,n){let r=Br(e,k,"content"),o=gn(r),i=new Set;for(let c of(n.dir??"").split(",").map(d=>d.trim()).filter(Boolean))i.add(c);t.content_dir&&i.add(t.content_dir);for(let c of o)c.source==="repo"&&c.repo_path&&i.add(Uc(c.repo_path));if(i.size===0){u.error("No content directory to scan. Pass `--dir <path>` (e.g. --dir apps/web/content/blog) \u2014 or track one article first so reconcile can infer the rest."),process.exitCode=1;return}let s=[...i].flatMap(c=>Mo(e,c)),a=Uo(s,o,Bo(e));if(a.toTrack.length===0&&a.stale.length===0){u.success(`Content tracking is in sync \u2014 ${a.alreadyTracked} pointer${a.alreadyTracked===1?"":"s"} cover every published article in ${[...i].join(", ")}.`);return}for(let c of a.toTrack){let d=Ot(c.slug,{domain:t.domain,blogPath:t.blog_path}),p=mn({slug:c.slug,title:c.title,canonical:d,status:"published",page_type:c.page_type,source:"repo",repo_path:c.path,tracked_at:new Date().toISOString()});Mc(Br(r,`${c.slug}.md`),p,"utf-8"),u.message(`${se.green("+")} tracked ${se.bold(c.slug)}${d?se.dim(` \u2192 ${d}`):""}`)}let l=[];for(let c of a.stale)n.prune?(qw(c.file,{force:!0}),l.push(`content/${c.slug}.md`),u.message(`${se.red("-")} pruned stale pointer ${se.bold(c.slug)} (source ${c.repo_path} is gone)`)):u.message(`${se.yellow("!")} stale pointer ${se.bold(c.slug)} \u2192 ${c.repo_path} no longer exists (re-run with --prune to delete)`);u.success(`Reconciled content: +${a.toTrack.length} tracked, ${a.stale.length} stale${n.prune?" (pruned)":""}.`);try{let c=await Lr(e,{silent:!0,pushOnly:!0,...l.length>0?{deletedPaths:l}:{}});l.length>0&&c.failed>0&&u.message(`${se.yellow("!")} the dashboard still lists ${l.length===1?"that article":"those articles"} \u2014 the retraction did not reach the cloud. Re-run \`seoagent content reconcile --prune\` once you are back online.`)}catch{}}import{existsSync as gi,readFileSync as Gc,statSync as zw}from"fs";import{join as mi}from"path";import fi from"picocolors";var Bc=24;function Yw(e){let t=[];if(e.pullReceiptCount!=null&&t.push({level:"action",code:"pull_receipt",message:`${e.pullReceiptCount} cloud change${e.pullReceiptCount===1?"":"s"} pulled but not triaged yet.`,fix:"Read references/pull-receipt.md (next to the skill) and triage them, then delete .seoagent/.pull-receipt.json."}),(e.inboxPendingCount??0)>0){let o=e.inboxPendingCount;t.push({level:"action",code:"inbox_pending",message:`${o} pending inbox action${o===1?"":"s"} from autopilot await${o===1?"s":""} local apply.`,fix:"Run `seoagent inbox` to list them, then Read references/inbox.md (next to the skill) for the per-type procedure."})}if((e.domain==="unknown"||!e.domain)&&t.push({level:"action",code:"domain_unknown",message:"Site URL is unknown \u2014 nothing works without a real domain.",fix:"Ask the user for their site URL, then set `domain:` in .seoagent/project.md."}),e.siteType&&e.siteType!=="unknown"||e.contextBusinessType?.trim()||t.push({level:"action",code:"site_type_unknown",message:"Site type is unknown \u2014 strategy/briefs make worse calls without it.",fix:"WebFetch the homepage, infer the type, set `site_type:` in project.md."}),e.contextNeedsDrafting&&t.push({level:"action",code:"context_scaffold",message:".seoagent/context.md is still the blank init scaffold \u2014 keyword, strategy, and content decisions are context-blind until it is drafted.",fix:"Draft it now from the repo + live homepage (business name, type incl. LOCAL/ONLINE-only/HYBRID, audience, industry, location, positioning), then show the owner. See the skill\u2019s Session start step 3."}),e.auditExists){let o=e.evidenceAgeHours===null,i=!o&&e.evidenceAgeHours>Bc;(o||i)&&t.push({level:"action",code:"evidence_stale",message:o?"An audit exists but there is NO live-crawl evidence base (.seoagent/audit/evidence.md) \u2014 its live-state claims are ungrounded.":`The live-crawl evidence base is ${Math.round(e.evidenceAgeHours)}h old (> ${Bc}h) \u2014 the live site may have changed since.`,fix:"Run `seoagent crawl` to refresh .seoagent/audit/evidence.md before asserting any live-state finding \u2014 findings must cite the evidence."})}if((e.hookTimeoutMissingCount??0)>0){let o=e.hookTimeoutMissingCount;t.push({level:"action",code:"hook_timeout_missing",message:`${o} SEOAgent hook entr${o===1?"y":"ies"} in .claude/settings.json ha${o===1?"s":"ve"} no timeout \u2014 a stalled sync could wedge the session.`,fix:"Run `seoagent init` (safe re-run) \u2014 it rewrites the hook entries with an explicit 60s timeout."})}return!(e.imageProvider&&e.imageProvider!=="none")&&e.detectedImageProvider!=="none"&&t.push({level:"action",code:"image_provider_unset",message:`Image generation is available (${e.detectedImageKey} found) but not enabled.`,fix:`Run \`${h("env-check")}\` to record image_provider, then articles can get AI hero images.`}),t.length===0&&t.push({level:"ok",code:"healthy",message:"Everything looks healthy."}),t}function Jw(e,t=Date.now()){let n=mi(e,k,"audit","evidence.md");if(!gi(n))return null;try{let r=Gc(n,"utf-8").slice(0,2e3),o=/^captured_at:\s*(\S+)\s*$/m.exec(r);if(o){let i=Date.parse(o[1]);if(!Number.isNaN(i))return(t-i)/36e5}return(t-zw(n).mtimeMs)/36e5}catch{return null}}function Xw(e){let t=mi(e,k,Yn);if(!gi(t))return null;try{let n=JSON.parse(Gc(t,"utf-8"));return Array.isArray(n.changes)?n.changes.length:0}catch{return 0}}function Qw(e){if(!Xt(e))try{return ze(e)?.business?.type?.trim()||void 0}catch{return}}function hi(e={}){let t=process.cwd(),n=C(t);if(!n){if(e.json){process.stdout.write(JSON.stringify({status:"no-project",findings:[]})+`
898
- `);return}u.error(`No .seoagent/project.md found. Run \`${h("init")}\` first.`),process.exitCode=1;return}let r=Ye(t),o=Yw({domain:n.domain,siteType:n.site_type,imageProvider:n.image_provider,detectedImageProvider:r.provider,detectedImageKey:r.matched_key,pullReceiptCount:Xw(t),contextNeedsDrafting:Xt(t),contextBusinessType:Qw(t),inboxPendingCount:Ue(t).length,auditExists:gi(mi(t,k,"audit","latest.md")),evidenceAgeHours:Jw(t),hookTimeoutMissingCount:Fs(t)});if(e.json){process.stdout.write(JSON.stringify({status:"ok",findings:o})+`
899
- `);return}let i=o.filter(s=>s.level==="action");if(i.length===0){u.success("SEOAgent health: everything looks good.");return}u.message(fi.bold(`SEOAgent health \u2014 ${i.length} thing${i.length===1?"":"s"} to handle:`));for(let s of i)u.message(` ${fi.yellow("\u25CF")} ${s.message}`),s.fix&&u.message(` ${fi.dim("\u2192 "+s.fix)}`)}import _e from"picocolors";var Ut=`${k}/${Et}`;function Rn(e,t={}){let n=process.cwd(),r=F(n);if(!r)return;let o=(e||"status").toLowerCase(),i=r.domain&&r.domain!=="unknown"?r.domain:null;if(o==="scaffold"){let{created:a}=hr(n,i);a.length===0?u.info(`OKF bundle already scaffolded at ${Ut}/.`):(u.success(`Scaffolded ${Ut}/ \u2014 created ${a.join(", ")}.`),u.info("Now fill the bundle from your .seoagent/ knowledge, then run `seoagent okf validate`."));return}if(o==="publish"){let a=Mt(n,r);if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
900
- `);return}if(a.skipped.includes("okf-missing")){u.error(`No bundle at ${Ut}/. Run \`seoagent okf scaffold\` first.`),process.exitCode=1;return}if(a.skipped.includes("okf-placeholder")){u.error(`${Ut}/ is still the scaffold \u2014 publishing placeholder text to answer engines is worse than publishing nothing.`),u.info("Fill the bundle first (see references/open-knowledge-format.md), then re-run."),process.exitCode=1;return}if(a.skipped.includes("okf-invalid")){u.error(`${Ut}/ has validation errors, so it was not published. Run \`seoagent okf validate\` and fix them.`),process.exitCode=1;return}if(!a.publicDir){u.error("Couldn't tell which directory this project serves as static files."),u.info("Set `public_dir:` in .seoagent/project.md (`public` for Next.js/Vite/Astro, `static` for SvelteKit/Gatsby/Hugo, or a nested path like `apps/web/public` in a monorepo) and re-run."),process.exitCode=1;return}let l=a.okfPublishedDir??`${a.publicDir}/${Or}`;a.okfPublished>0?u.success(`Published ${a.okfPublished} file${a.okfPublished===1?"":"s"} \u2192 ${l}/ \u2014 commit them so /.well-known/okf/index.md is served.`):u.info(`${l}/ is already current \u2014 nothing to copy.`);return}if(o==="validate"){let a=gr(Rt(n));if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
897
+ ${h("content reconcile")} [--dir <content-dir>] [--prune] # backfill pointers for published articles missing one`),e&&(u.error(`Unknown content action: ${e}. Actions: \`track\`, \`reconcile\`.`),process.exitCode=1);return}let n=process.cwd(),r=C(n);if(!r){u.error(`No .seoagent/project.md found. Run \`${h("init")}\` first.`),process.exitCode=1;return}if(e==="reconcile"){await Vw(n,r,t);return}let o=t.slug??(t.file?t.file:""),i=Sr(o);if(!i){u.error("A slug is required: --slug <slug> (or --file <repo-path> to derive it)."),process.exitCode=1;return}let s=Tt(i,{url:t.url,domain:r.domain,blogPath:r.blog_path});s||u.warn("No live URL \u2014 pass --url, or set domain + blog_path in project.md. Tracking without a canonical URL.");let a=Sr(t.supersedes??"")||void 0,l=a&&a!==i?a:void 0;a&&!l&&u.warn("--supersedes names this same article \u2014 ignoring it (nothing was renamed).");let c=r.cms&&r.cms!=="mdx-local"?"cms":t.file?"repo":"external",d=t.status?.trim()||"published",p=new Date().toISOString(),f=Br(n,k,"content");Ww(f,{recursive:!0});let g=Br(f,`${i}.md`),m=Hw(g),y=null;if(m)try{y=Qa(Kw(g,"utf-8"),{slug:i,status:d,source:c,tracked_at:p,canonical:s,canonicalExplicit:!!t.url?.trim(),title:t.title?.trim()||void 0,page_type:t.type?.trim()||void 0,primary_keyword:t.primaryKeyword?.trim()||void 0,repo_path:t.file?.trim()||void 0,brief:t.brief?.trim()||void 0,supersedes:l})}catch{y=null}if(y===null&&(y=hn({slug:i,title:t.title?.trim()||Ja(i),canonical:s,status:d,page_type:t.type?.trim()||void 0,primary_keyword:t.primaryKeyword?.trim()||void 0,source:c,repo_path:t.file?.trim()||void 0,brief:t.brief?.trim()||void 0,supersedes:l,tracked_at:p})),Uc(g,y,"utf-8"),c==="repo"&&t.file?.trim()&&!r.content_dir)try{V(n,{content_dir:Bc(t.file.trim())})}catch{}u.success(`${m?"Updated":"Tracked"} ${se.bold(i)}${s?` \u2192 ${se.cyan(s)}`:""} in .seoagent/content/.`);try{await ce({silent:!0,pushOnly:!0})}catch{}l&&u.message(se.dim(`Reported as a rename of \`${l}\` \u2014 the cloud marks that draft superseded instead of re-delivering it.`));let w=(t.action??"").trim();if(w){let b=!1;try{b=await Se(w,{silent:!0})}catch{}b?u.message(se.dim(`Closed out inbox action ${w}.`)):u.warn(`Could not close it out \u2014 the action is still pending. Run \`${h(`ack ${w}`)}\` once the cause is clear.`)}u.message(se.dim("It will appear on your dashboard after sync (run `seoagent login` if you haven\u2019t)."))}async function Vw(e,t,n){let r=Br(e,k,"content"),o=mn(r),i=new Set;for(let c of(n.dir??"").split(",").map(d=>d.trim()).filter(Boolean))i.add(c);t.content_dir&&i.add(t.content_dir);for(let c of o)c.source==="repo"&&c.repo_path&&i.add(Bc(c.repo_path));if(i.size===0){u.error("No content directory to scan. Pass `--dir <path>` (e.g. --dir apps/web/content/blog) \u2014 or track one article first so reconcile can infer the rest."),process.exitCode=1;return}let s=[...i].flatMap(c=>Bo(e,c)),a=Go(s,o,Ho(e));if(a.toTrack.length===0&&a.stale.length===0){u.success(`Content tracking is in sync \u2014 ${a.alreadyTracked} pointer${a.alreadyTracked===1?"":"s"} cover every published article in ${[...i].join(", ")}.`);return}for(let c of a.toTrack){let d=Tt(c.slug,{domain:t.domain,blogPath:t.blog_path}),p=hn({slug:c.slug,title:c.title,canonical:d,status:"published",page_type:c.page_type,source:"repo",repo_path:c.path,tracked_at:new Date().toISOString()});Uc(Br(r,`${c.slug}.md`),p,"utf-8"),u.message(`${se.green("+")} tracked ${se.bold(c.slug)}${d?se.dim(` \u2192 ${d}`):""}`)}let l=[];for(let c of a.stale)n.prune?(qw(c.file,{force:!0}),l.push(`content/${c.slug}.md`),u.message(`${se.red("-")} pruned stale pointer ${se.bold(c.slug)} (source ${c.repo_path} is gone)`)):u.message(`${se.yellow("!")} stale pointer ${se.bold(c.slug)} \u2192 ${c.repo_path} no longer exists (re-run with --prune to delete)`);u.success(`Reconciled content: +${a.toTrack.length} tracked, ${a.stale.length} stale${n.prune?" (pruned)":""}.`);try{let c=await Lr(e,{silent:!0,pushOnly:!0,...l.length>0?{deletedPaths:l}:{}});l.length>0&&c.failed>0&&u.message(`${se.yellow("!")} the dashboard still lists ${l.length===1?"that article":"those articles"} \u2014 the retraction did not reach the cloud. Re-run \`seoagent content reconcile --prune\` once you are back online.`)}catch{}}import{existsSync as Gr,readFileSync as hi,statSync as zw}from"fs";import{join as Hr}from"path";import mi from"picocolors";var Gc=24;function Yw(e){let t=[],n=e.pullReceiptClasses!=null&&e.pullReceiptClasses.length>0&&e.pullReceiptClasses.every(i=>i==="generated-index");if(e.pullReceiptCount!=null&&!n&&t.push({level:"action",code:"pull_receipt",message:`${e.pullReceiptCount} cloud change${e.pullReceiptCount===1?"":"s"} pulled but not triaged yet.`,fix:"Read references/pull-receipt.md (next to the skill) and triage them, then delete .seoagent/.pull-receipt.json."}),(e.inboxPendingCount??0)>0){let i=e.inboxPendingCount;t.push({level:"action",code:"inbox_pending",message:`${i} pending inbox action${i===1?"":"s"} from autopilot await${i===1?"s":""} local apply.`,fix:"Run `seoagent inbox` to list them, then Read references/inbox.md (next to the skill) for the per-type procedure."})}if((e.domain==="unknown"||!e.domain)&&t.push({level:"action",code:"domain_unknown",message:"Site URL is unknown \u2014 nothing works without a real domain.",fix:"Ask the user for their site URL, then set `domain:` in .seoagent/project.md."}),e.siteType&&e.siteType!=="unknown"||e.contextBusinessType?.trim()||t.push({level:"action",code:"site_type_unknown",message:"Site type is unknown \u2014 strategy/briefs make worse calls without it.",fix:"WebFetch the homepage, infer the type, set `site_type:` in project.md."}),e.contextNeedsDrafting&&t.push({level:"action",code:"context_scaffold",message:".seoagent/context.md is still the blank init scaffold \u2014 keyword, strategy, and content decisions are context-blind until it is drafted.",fix:"Draft it now from the repo + live homepage (business name, type incl. LOCAL/ONLINE-only/HYBRID, audience, industry, location, positioning), then show the owner. See the skill\u2019s Session start step 3."}),e.auditExists){let i=e.evidenceAgeHours===null,s=!i&&e.evidenceAgeHours>Gc;(i||s)&&t.push({level:"action",code:"evidence_stale",message:i?"An audit exists but there is NO live-crawl evidence base (.seoagent/audit/evidence.md) \u2014 its live-state claims are ungrounded.":`The live-crawl evidence base is ${Math.round(e.evidenceAgeHours)}h old (> ${Gc}h) \u2014 the live site may have changed since.`,fix:"Run `seoagent crawl` to refresh .seoagent/audit/evidence.md before asserting any live-state finding \u2014 findings must cite the evidence."})}if((e.hookTimeoutMissingCount??0)>0){let i=e.hookTimeoutMissingCount;t.push({level:"action",code:"hook_timeout_missing",message:`${i} SEOAgent hook entr${i===1?"y":"ies"} in .claude/settings.json ha${i===1?"s":"ve"} no timeout \u2014 a stalled sync could wedge the session.`,fix:"Run `seoagent init` (safe re-run) \u2014 it rewrites the hook entries with an explicit 60s timeout."})}return!(e.imageProvider&&e.imageProvider!=="none")&&e.detectedImageProvider!=="none"&&t.push({level:"action",code:"image_provider_unset",message:`Image generation is available (${e.detectedImageKey} found) but not enabled.`,fix:`Run \`${h("env-check")}\` to record image_provider, then articles can get AI hero images.`}),t.length===0&&t.push({level:"ok",code:"healthy",message:"Everything looks healthy."}),t}function Jw(e,t=Date.now()){let n=Hr(e,k,"audit","evidence.md");if(!Gr(n))return null;try{let r=hi(n,"utf-8").slice(0,2e3),o=/^captured_at:\s*(\S+)\s*$/m.exec(r);if(o){let i=Date.parse(o[1]);if(!Number.isNaN(i))return(t-i)/36e5}return(t-zw(n).mtimeMs)/36e5}catch{return null}}function Xw(e){let t=Hr(e,k,Kt);if(!Gr(t))return null;try{let n=JSON.parse(hi(t,"utf-8"));return Array.isArray(n.changes)?n.changes.length:0}catch{return 0}}function Qw(e){let t=Hr(e,k,Kt);if(!Gr(t))return null;try{let n=JSON.parse(hi(t,"utf-8"));return Array.isArray(n.changes)?n.changes.map(r=>typeof r?.class=="string"&&r.class?r.class:"unknown"):[]}catch{return["unknown"]}}function Zw(e){if(!Qt(e))try{return ze(e)?.business?.type?.trim()||void 0}catch{return}}function yi(e={}){let t=process.cwd(),n=C(t);if(!n){if(e.json){process.stdout.write(JSON.stringify({status:"no-project",findings:[]})+`
898
+ `);return}u.error(`No .seoagent/project.md found. Run \`${h("init")}\` first.`),process.exitCode=1;return}let r=Ye(t),o=Yw({domain:n.domain,siteType:n.site_type,imageProvider:n.image_provider,detectedImageProvider:r.provider,detectedImageKey:r.matched_key,pullReceiptCount:Xw(t),pullReceiptClasses:Qw(t)??void 0,contextNeedsDrafting:Qt(t),contextBusinessType:Zw(t),inboxPendingCount:Ue(t).length,auditExists:Gr(Hr(t,k,"audit","latest.md")),evidenceAgeHours:Jw(t),hookTimeoutMissingCount:Ms(t)});if(e.json){process.stdout.write(JSON.stringify({status:"ok",findings:o})+`
899
+ `);return}let i=o.filter(s=>s.level==="action");if(i.length===0){u.success("SEOAgent health: everything looks good.");return}u.message(mi.bold(`SEOAgent health \u2014 ${i.length} thing${i.length===1?"":"s"} to handle:`));for(let s of i)u.message(` ${mi.yellow("\u25CF")} ${s.message}`),s.fix&&u.message(` ${mi.dim("\u2192 "+s.fix)}`)}import _e from"picocolors";var Ut=`${k}/${Et}`;function An(e,t={}){let n=process.cwd(),r=F(n);if(!r)return;let o=(e||"status").toLowerCase(),i=r.domain&&r.domain!=="unknown"?r.domain:null;if(o==="scaffold"){let{created:a}=hr(n,i);a.length===0?u.info(`OKF bundle already scaffolded at ${Ut}/.`):(u.success(`Scaffolded ${Ut}/ \u2014 created ${a.join(", ")}.`),u.info("Now fill the bundle from your .seoagent/ knowledge, then run `seoagent okf validate`."));return}if(o==="publish"){let a=Mt(n,r);if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
900
+ `);return}if(a.skipped.includes("okf-missing")){u.error(`No bundle at ${Ut}/. Run \`seoagent okf scaffold\` first.`),process.exitCode=1;return}if(a.skipped.includes("okf-placeholder")){u.error(`${Ut}/ is still the scaffold \u2014 publishing placeholder text to answer engines is worse than publishing nothing.`),u.info("Fill the bundle first (see references/open-knowledge-format.md), then re-run."),process.exitCode=1;return}if(a.skipped.includes("okf-invalid")){u.error(`${Ut}/ has validation errors, so it was not published. Run \`seoagent okf validate\` and fix them.`),process.exitCode=1;return}if(!a.publicDir){u.error("Couldn't tell which directory this project serves as static files."),u.info("Set `public_dir:` in .seoagent/project.md (`public` for Next.js/Vite/Astro, `static` for SvelteKit/Gatsby/Hugo, or a nested path like `apps/web/public` in a monorepo) and re-run."),process.exitCode=1;return}let l=a.okfPublishedDir??`${a.publicDir}/${Tr}`;a.okfPublished>0?u.success(`Published ${a.okfPublished} file${a.okfPublished===1?"":"s"} \u2192 ${l}/ \u2014 commit them so /.well-known/okf/index.md is served.`):u.info(`${l}/ is already current \u2014 nothing to copy.`);return}if(o==="validate"){let a=gr(Rt(n));if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
901
901
  `);return}for(let l of a.errors)u.message(`${_e.red("\u2717")} ${_e.dim(l.file)} \u2014 ${l.message}`);for(let l of a.warnings)u.message(`${_e.yellow("!")} ${_e.dim(l.file)} \u2014 ${l.message}`);a.ok?u.success(`OKF bundle is valid \u2014 ${a.fileCount} file${a.fileCount===1?"":"s"}, ${a.warnings.length} warning${a.warnings.length===1?"":"s"}.`):(u.error(`OKF bundle has ${a.errors.length} error${a.errors.length===1?"":"s"} (see above).`),process.exitCode=1);return}let s=mr(n);if(t.json){process.stdout.write(JSON.stringify(s,null,2)+`
902
- `);return}u.message(H([{content:_e.bold("Open Knowledge Format")},{sep:!0},{content:`Bundle: ${s.exists?_e.green(Ut+"/"):_e.dim("not created")}`},{content:`Files: ${s.exists?String(s.fileCount):"\u2014"}`},{sep:!0},{content:s.exists?_e.dim("Run `seoagent okf validate` to check it, `okf publish` to serve it."):_e.dim("Run `seoagent okf scaffold` to start one.")}],{title:_e.cyan("OKF")}))}import we from"picocolors";function yi(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=Mt(t,n);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
903
- `);return}if(r.skipped.includes("no-domain")){u.error("No domain set in .seoagent/project.md \u2014 llms.txt links need absolute URLs. Set `domain:` first."),process.exitCode=1;return}let o=`${k}/${Tr}`;if(r.skipped.includes("llms-no-content")){u.warn("Nothing to describe yet \u2014 no pages in .seoagent/pages.md and no published articles in .seoagent/content/."),u.info("Run `seoagent refresh` (or an audit) to inventory the site, then re-run this.");return}if(u.message(H([{content:we.bold("llms.txt")},{sep:!0},{content:`Source: ${we.green(o)}${r.llmsSourceWritten?we.dim(" (updated)"):we.dim(" (unchanged)")}`},{content:`Published: ${r.llmsRoute?we.dim(`skipped \u2014 ${r.llmsRoute} serves it`):r.llmsPublished?we.green(r.llmsPublished):r.publicDir?we.dim(`${r.publicDir}/llms.txt (already current)`):we.yellow("nowhere \u2014 no static dir found")}`}],{title:we.cyan("llms.txt")})),r.llmsRoute){u.info(`Your project already serves /llms.txt from ${r.llmsRoute}, so nothing was published \u2014 a file in your static dir would shadow that route.`),u.info(`The generated version is in ${o} if you want to compare. To hand the file to SEOAgent instead, delete the route and re-run.`),n.llms_owner==="route"?u.info(we.dim("`llms_owner: route` is set, so sync stays quiet about this.")):u.info(we.dim("Sync mentions this only when the generated source changes. Set `llms_owner: route` in .seoagent/project.md to silence it for good."));return}if(!r.publicDir){u.warn("Couldn't tell which directory this project serves as static files, so llms.txt is not being served."),u.info("Set `public_dir:` in .seoagent/project.md (`public` for Next.js/Vite/Astro, `static` for SvelteKit/Gatsby/Hugo, or a nested path like `apps/web/public` in a monorepo) and re-run.");return}r.llmsPublished&&u.info("Commit the published file so it reaches your live site.")}import ee from"picocolors";async function wi(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r&&!e.url){u.error("No domain set in .seoagent/project.md \u2014 set `domain:` (or pass `--url <sitemap-url>`) so I know which sitemap to check."),process.exitCode=1;return}let o=r?xe(t,r).pages.map(s=>s.url||s.route):[],i=await aa({domain:r||"",sitemapUrl:e.url,knownUrls:o});if(e.json){process.stdout.write(JSON.stringify(i,null,2)+`
904
- `),i.ok||(process.exitCode=1);return}Zw(i),i.ok||(process.exitCode=1)}function Zw(e){let t=e.fetched?e.status===200?ee.green(`200 \xB7 ${e.urls.length} URL${e.urls.length===1?"":"s"}`):ee.red(String(e.status)):ee.red("unreachable");u.message(H([{content:ee.bold("Sitemap check")},{sep:!0},{content:`URL: ${ee.dim(e.sitemapUrl)}`},{content:`Status: ${t}`},...e.fetched&&e.status===200?[{content:`Private leaked: ${e.privateUrls.length===0?ee.green("none"):ee.yellow(String(e.privateUrls.length))}`},{content:`Missing public: ${e.missing.length===0?ee.green("none"):ee.yellow(String(e.missing.length))}`},{content:`<lastmod>: ${e.hasLastmod?ee.green("present"):ee.dim("absent")}`}]:[]],{title:e.ok?ee.cyan("Sitemap"):ee.red("Sitemap")}));for(let n of e.issues){let r=n.level==="error"?ee.red("\u2717"):n.level==="warning"?ee.yellow("!"):ee.dim("\xB7");u.message(`${r} ${n.message}`)}e.ok?u.success("Sitemap looks healthy."):u.error("Sitemap has errors (see above).")}import{mkdirSync as Eb,writeFileSync as lu}from"fs";import{join as Ci}from"path";import be from"picocolors";var ki=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi,Hc=30;function In(e){let t=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(e);return t?t[1]:e}function An(e){return e.replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&#0?39;/g,"'").replace(/&apos;/g,"'").replace(/&nbsp;/gi," ")}function Be(e,t){let n=new RegExp(`\\b${t}\\s*=\\s*"([^"]*)"`,"i").exec(e);if(n)return An(n[1]).trim();let r=new RegExp(`\\b${t}\\s*=\\s*'([^']*)'`,"i").exec(e);if(r)return An(r[1]).trim();let o=new RegExp(`\\b${t}\\s*=\\s*([^\\s>]+)`,"i").exec(e);return o?An(o[1]).trim():null}function eb(e){let t=/<title\b[^>]*>([\s\S]*?)<\/title>/i.exec(e);return t&&An(t[1].replace(/\s+/g," ")).trim()||null}function tb(e){let t=e.match(/<meta\b[^>]*>/gi)??[];for(let n of t){let r=Be(n,"name");if(r&&r.toLowerCase()==="description"){let o=Be(n,"content");return o&&o.trim()?o.trim():null}}return null}function nb(e){let t=In(e),n=[],r=/<h1\b[^>]*>([\s\S]*?)<\/h1>/gi,o;for(;(o=r.exec(t))!==null;){let i=An(o[1].replace(/<[^>]+>/g," ").replace(/\s+/g," ")).trim();i&&n.push(i)}return n}function rb(e){let t=e.match(/<link\b[^>]*>/gi)??[];for(let n of t){let r=Be(n,"rel");if(r&&r.toLowerCase().split(/\s+/).includes("canonical")){let o=Be(n,"href");return o&&o.trim()?o.trim():null}}return null}function ob(e){let t=[],n=/<script\b[^>]*type\s*=\s*['"]application\/ld\+json['"][^>]*>([\s\S]*?)<\/script>/gi,r;for(;(r=n.exec(e))!==null;){let o=r[1].trim();if(o)try{let i=JSON.parse(o);t.push({types:bi(i),valid:!0})}catch{let i=Array.from(o.matchAll(/"@type"\s*:\s*"([^"]+)"/g)).map(s=>s[1]);t.push({types:i,valid:!1})}}return t}function bi(e,t=[]){if(Array.isArray(e)){for(let n of e)bi(n,t);return t}if(e&&typeof e=="object"){let n=e,r=n["@type"];if(typeof r=="string")t.push(r);else if(Array.isArray(r))for(let o of r)typeof o=="string"&&t.push(o);Array.isArray(n["@graph"])&&bi(n["@graph"],t)}return t}function Kc(e,t){let n={},r=e.match(/<meta\b[^>]*>/gi)??[];for(let o of r){let i=(Be(o,"property")||Be(o,"name")||"").toLowerCase();if(i.startsWith(t)){let s=Be(o,"content");s!==null&&(n[i.slice(t.length)]=s)}}return n}function ib(e){return Kc(e,"og:")}function sb(e){return Kc(e,"twitter:")}function ab(e,t=5){let r=In(e).match(/<img\b[^>]*>/gi)??[],o=0,i=[];for(let s of r)if(!/\salt(?=[\s=/>])/i.test(s)&&(o++,i.length<t)){let l=Be(s,"src");l&&i.push(l)}return{imgCount:r.length,missingAlt:o,missingAltSrcs:i}}var lb=/\.(png|jpe?g|gif|svg|webp|avif|ico|css|js|mjs|json|pdf|zip|gz|mp4|webm|mp3|woff2?|ttf|xml|txt)$/i;function qc(e,t,n=100){let r;try{r=new URL(t).origin}catch{return[]}let o=[],i=new Set,s=e.match(/<a\b[^>]*>/gi)??[];for(let a of s){if(o.length>=n)break;let l=Be(a,"href");if(!l||l.startsWith("#")||/^(mailto:|tel:|javascript:|data:)/i.test(l))continue;let c;try{c=new URL(l,t)}catch{continue}if(c.origin!==r||lb.test(c.pathname)||fe(c.pathname))continue;c.hash="";let d=c.pathname==="/"?`${c.origin}/${c.search}`:`${c.origin}${c.pathname.replace(/\/+$/,"")}${c.search}`;i.has(d)||(i.add(d),o.push(d))}return o}function Vc(e){return(In(e).replace(ki," ").match(/<a\b[^>]*\bhref\s*=/gi)??[]).length}function zc(e){let t=In(e).replace(ki," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/&nbsp;/gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();return t===""?0:t.split(" ").filter(Boolean).length}var cb=/\b(loading|please wait|just a moment|redirecting)\b[\s.…]*/i;function ub(e){let t=zc(e),n=Vc(e),r=In(e).replace(ki," ").replace(/<[^>]+>/g," ").replace(/\s+/g," ").trim(),o=t<Hc&&cb.test(r),i=t<Hc&&n===0;return o||i}function db(e,t,n=200){let r=ob(t),o=Array.from(new Set(r.flatMap(a=>a.types))),i=rb(t),s=ab(t);return{url:e,status:n,fetched:!0,title:eb(t),metaDescription:tb(t),h1s:nb(t),canonical:i,canonicalServerRendered:i===null?null:!0,jsonLd:r,jsonLdTypes:o,openGraph:ib(t),twitter:sb(t),wordCount:zc(t),clientRenderedShell:ub(t),bodyLinkCount:Vc(t),imgCount:s.imgCount,imgsMissingAlt:s.missingAlt,imgsMissingAltSrcs:s.missingAltSrcs,failureReason:null}}function Yc(e,t=null){return{url:e,status:null,fetched:!1,title:null,metaDescription:null,h1s:[],canonical:null,canonicalServerRendered:null,jsonLd:[],jsonLdTypes:[],openGraph:{},twitter:{},wordCount:0,clientRenderedShell:!1,bodyLinkCount:0,imgCount:0,imgsMissingAlt:0,imgsMissingAltSrcs:[],failureReason:t}}function pb(e){return typeof e=="function"?{fetchImpl:e}:e??{}}function fb(e){if(e instanceof Error){let t=e.cause,n=t?.code??(t?.message&&t.message!==e.message?t.message:null);return`network error: ${e.message}${n?` (${n})`:""}`}return`network error: ${String(e)}`}async function vi(e,t){let n=pb(t),r=Yc(e);try{let o=await L(e,{headers:{"user-agent":"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) SEOAgent-CLI"},redirect:"follow"},{attempts:n.attempts??3,timeoutMs:n.timeoutMs??1e4,fetchImpl:n.fetchImpl});if(!o.ok)return{evidence:{...r,status:o.status,failureReason:`HTTP ${o.status}`},html:null};let i=await o.text();return{evidence:db(e,i,o.status),html:i}}catch(o){return{evidence:{...r,failureReason:fb(o)},html:null}}}async function $i(e,t){return(await vi(e,t)).evidence}async function Jc(e,t={}){let n=Math.max(1,t.concurrency??5),r=new Array(e.length),o=0;async function i(){for(;;){let s=o++;if(s>=e.length)return;if(t.deadlineMs!==void 0&&Date.now()>=t.deadlineMs){r[s]=Yc(e[s],"crawl time budget exhausted before this page could be fetched");continue}r[s]=await $i(e[s],{attempts:t.attempts,timeoutMs:t.timeoutMs,fetchImpl:t.fetchImpl})}}return await Promise.all(Array.from({length:Math.min(n,e.length)},()=>i())),r}function gb(e){let t=[],n=[],r=null,o=!1;for(let i of e.split(/\r?\n/)){let s=i.replace(/#.*$/,"").trim();if(!s)continue;let a=s.indexOf(":");if(a===-1)continue;let l=s.slice(0,a).trim().toLowerCase(),c=s.slice(a+1).trim();if(l==="user-agent"){(!r||!o)&&(r={userAgents:[],disallow:[],allow:[]},t.push(r)),r.userAgents.push(c.toLowerCase()),o=!0;continue}if(o=!1,l==="sitemap"){c&&n.push(c);continue}r||(r={userAgents:["*"],disallow:[],allow:[]},t.push(r)),l==="disallow"?r.disallow.push(c):l==="allow"&&r.allow.push(c)}return{groups:t,sitemaps:n}}function Wc(e,t){if(e==="")return!1;let n=e.endsWith("$"),o=(n?e.slice(0,-1):e).replace(/[.+?^${}()|[\]\\]/g,"\\$&").replace(/\*/g,".*");return new RegExp(`^${o}${n?"$":""}`).test(t)}function Xc(e,t,n="*"){if(!e.fetched)return!1;let r;try{let c=new URL(t);r=`${c.pathname}${c.search}`}catch{r=t}let o=n.toLowerCase(),i=e.groups.filter(c=>c.userAgents.includes(o)),s=i.length>0?i:e.groups.filter(c=>c.userAgents.includes("*")),a=-1,l=-1;for(let c of s){for(let d of c.allow)Wc(d,r)&&(a=Math.max(a,d.length));for(let d of c.disallow)Wc(d,r)&&(l=Math.max(l,d.length))}return l>a}function Qc(e){let t=e.trim().replace(/\/+$/,"");return/^https?:\/\//i.test(t)?t:`https://${t}`}async function Zc(e,t){let n=`${Qc(e)}/robots.txt`,r={fetched:!1,status:null,raw:"",groups:[],sitemaps:[]};try{let o=await L(n,{headers:{"user-agent":"SEOAgent-CLI/robots-check"}},{attempts:2,timeoutMs:1e4,fetchImpl:t});if(!o.ok)return{...r,status:o.status};let i=await o.text();return/^\s*</.test(i)?{...r,status:o.status,raw:""}:{fetched:!0,status:o.status,raw:i,...gb(i)}}catch{return r}}var mb=/\/(blog|posts?|articles?|news)\//i;function hb(e){return e.filter(t=>mb.test(t)).length}async function eu(e,t){let n=`${Qc(e)}/sitemap.xml`,r={fetched:!1,status:null,urls:[],count:0,blogUrlCount:0};try{let o=await L(n,{headers:{"user-agent":"SEOAgent-CLI/sitemap-facts"}},{attempts:2,timeoutMs:1e4,fetchImpl:t});if(!o.ok)return{...r,status:o.status};let i=await o.text();if(!/<urlset|<sitemapindex/i.test(i))return{...r,status:o.status};let s=je(i);return{fetched:!0,status:o.status,urls:s,count:s.length,blogUrlCount:hb(s)}}catch{return r}}function yb(e){return Object.keys(e.twitter).length>0}function wb(e){return Object.keys(e.openGraph).length>0}function bb(e,t){switch(t){case"title":return e.title!==null&&e.title.trim()!=="";case"meta_description":return e.metaDescription!==null&&e.metaDescription.trim()!=="";case"canonical":return e.canonical!==null&&e.canonical.trim()!=="";case"open_graph":return wb(e);case"twitter_card":return yb(e);case"json_ld":return e.jsonLdTypes.length>0}}var kb=["title","meta_description","canonical","open_graph","twitter_card","json_ld"];function vb(e,t){switch(t){case"title":return`title already present: "${e.title}"`;case"meta_description":return`meta description already present: "${e.metaDescription}"`;case"canonical":return`canonical already present: ${e.canonical}`;case"open_graph":return`Open Graph already present: ${Object.keys(e.openGraph).map(n=>`og:${n}`).join(", ")}`;case"twitter_card":return`Twitter card already present: ${Object.keys(e.twitter).map(n=>`twitter:${n}`).join(", ")}`;case"json_ld":return`JSON-LD already present: ${e.jsonLdTypes.join(", ")}`}}function $b(e,t){if(!e.fetched)return{kind:t,present:!1,safeToRecommendAdding:!1,reason:'page not fetched \u2014 cannot confirm absence, so "add" is unverified (Hypothesis)'};let n=bb(e,t);return{kind:t,present:n,safeToRecommendAdding:!n,reason:n?vb(e,t):`${t} genuinely absent in the server HTML \u2014 safe to recommend adding`}}function Gr(e){return kb.map(t=>$b(e,t))}var Pn={title:"<title>",meta_description:"meta description",canonical:"canonical",open_graph:"Open Graph tags",twitter_card:"Twitter card",json_ld:"JSON-LD schema"};var xi="SOURCE RENDER (local dev server) \u2014 NOT the public live site";function tu(e){return e===null||e===""?"_(none)_":e}function Tn(e){let t=e.filter(n=>n.fetched);return{pagesMissingCanonical:t.filter(n=>!n.canonical).map(n=>n.url),pagesMissingMetaDescription:t.filter(n=>!n.metaDescription||n.metaDescription.trim()==="").map(n=>n.url),pagesWithMultipleH1s:t.filter(n=>n.h1s.length>1).map(n=>n.url),pagesWithNoStructuredData:t.filter(n=>n.jsonLd.length===0).map(n=>n.url),totalImgsMissingAlt:t.reduce((n,r)=>n+r.imgsMissingAlt,0),pagesWithImgsMissingAlt:t.filter(n=>n.imgsMissingAlt>0).map(n=>({url:n.url,count:n.imgsMissingAlt}))}}function Hr(e,t){return t.length===0?`- **${e}:** _(none \u2014 all pages pass)_`:`- **${e}:** ${t.join(", ")}`}function nu(e){let{domain:t,capturedAt:n,pages:r,robots:o,sitemap:i}=e,s=e.origin??`https://${t.replace(/^https?:\/\//,"").replace(/\/+$/,"")}`,a=e.sourceRender===!0,l=[];l.push("---"),l.push(`domain: ${t}`),l.push(`origin: ${s}`),e.originSource&&l.push(`origin_source: ${e.originSource}`),l.push(`source_render: ${a}`),l.push(`captured_at: ${n}`),l.push(`pages_crawled: ${r.length}`);let c=r.filter(f=>f.fetched),d=r.filter(f=>!f.fetched);if(l.push(`pages_discovered: ${r.length}`),l.push(`pages_captured: ${c.length}`),l.push(`capture_complete: ${d.length===0}`),l.push("note: >-"),a?(l.push(" SOURCE-RENDER evidence (local dev server). Every fact here was fetched"),l.push(" from a loopback origin that was NOT designated as the live site \u2014 it"),l.push(" describes the LOCAL RENDER only, never the public live site. Do NOT"),l.push(" emit live-state claims (present OR absent) from this file.")):(l.push(" Live-crawl evidence base. Every fact here was fetched from the live site."),l.push(" The audit must ground all Confirmed claims on THIS file, never on repo"),l.push(" source or priors. Do NOT recommend adding schema / robots rules /"),l.push(" canonical tags that already appear below.")),l.push("---"),l.push(""),l.push(`# Live-Crawl Evidence \u2014 ${t}`),l.push(""),l.push(`**Crawled origin:** ${s} at ${n}`),l.push(""),a&&(l.push(`> **\u26A0 ${xi}.**`),l.push(`> This crawl fetched a loopback origin (${s}) that nobody designated as the live site (no \`--url\`, no \`live_url:\` in project.md) \u2014 a self-started local dev server renders the REPO's current state, which may differ from production in either direction. Nothing below is live-state evidence: "(Confirmed absent)" here means absent from the LOCAL render only, NOT absent on the live site. Do not base any live-site claim or "add X" recommendation on this file. If this loopback origin genuinely IS the site under audit (the user said so), re-run \`seoagent crawl --url ${s}\` to designate it; otherwise re-run with \`--url <live origin>\`.`),l.push("")),d.length>0){l.push(`## \u26A0 Pages NOT captured (${d.length} of ${r.length} discovered) \u2014 crawl INCOMPLETE`),l.push(""),l.push("The crawl discovered these pages but could not fetch them (each retried, then re-fetched sequentially). **The evidence below is INCOMPLETE: every finding and rollup in this file is a LOWER BOUND, not a complete picture.** Report this as a Confirmed finding, and never treat an uncaptured page as passing any check \u2014 no claim about these pages (present OR absent) is Confirmed."),l.push("");for(let f of d)l.push(`- ${f.url} \u2014 ${f.failureReason??(f.status===null?"network error":`HTTP ${f.status}`)}`);l.push("")}if(l.push("## robots.txt (Confirmed)"),!o.fetched)l.push(`- Not fetched (HTTP ${o.status??"network error"}). Do NOT assert any robots.txt rule \u2014 it is unverified (Hypothesis).`);else{let f=[...new Set(o.groups.flatMap(g=>g.disallow).filter(Boolean))];l.push(`- Fetched: HTTP ${o.status}`),l.push(`- Disallow rules present: ${f.length===0?"**none** (do NOT claim any path is blocked)":f.map(g=>`\`${g}\``).join(", ")}`),l.push(`- Sitemap declarations: ${o.sitemaps.length===0?"_(none)_":o.sitemaps.join(", ")}`),l.push("- Raw contents:"),l.push("```"),l.push(o.raw.trim()),l.push("```")}l.push(""),l.push("## sitemap.xml (Confirmed)"),i.fetched?(l.push(`- **${i.count} URL${i.count===1?"":"s"}**, ${i.blogUrlCount} blog/article post${i.blogUrlCount===1?"":"s"}`),i.blogUrlCount===0&&l.push(" - No blog posts are in the sitemap \u2014 if the site has a blog, its posts are not discoverable this way (report as a finding, Confirmed).")):l.push(`- Not fetched (HTTP ${i.status??"network error"}). Do NOT assert a sitemap URL count.`),l.push("");let p=Tn(r);l.push("## Site-wide rollup (Confirmed)"),l.push(Hr("Pages missing canonical",p.pagesMissingCanonical)),l.push(Hr("Pages missing meta description",p.pagesMissingMetaDescription)),l.push(Hr("Pages with multiple H1s",p.pagesWithMultipleH1s)),l.push(Hr("Pages with no structured data (zero JSON-LD)",p.pagesWithNoStructuredData)),l.push(p.totalImgsMissingAlt===0?"- **Images missing alt:** _(none \u2014 every crawled image has an alt attribute)_":`- **Images missing alt:** ${p.totalImgsMissingAlt} total \u2014 ${p.pagesWithImgsMissingAlt.map(f=>`${f.url} (${f.count})`).join(", ")}`),l.push("");for(let f of r){if(l.push(`## ${f.url}`),!f.fetched){l.push(`- Not fetched (${f.failureReason??(f.status===null?"network error":`HTTP ${f.status}`)}). No claims about this page are Confirmed.`),l.push("");continue}l.push(`- HTTP ${f.status} \xB7 ${f.wordCount} body words`),l.push(`- **title:** ${tu(f.title)}`),l.push(`- **meta description:** ${tu(f.metaDescription)}`),l.push(`- **h1(s):** ${f.h1s.length===0?"_(none \u2014 missing H1, Confirmed)_":f.h1s.map(w=>`\`${w}\``).join(" | ")}${f.h1s.length>1?` **(\u26A0 ${f.h1s.length} H1s \u2014 conflicting)**`:""}`),l.push(`- **canonical:** ${f.canonical===null?"_(none in server HTML)_":`\`${f.canonical}\` (${f.canonicalServerRendered?"server-rendered":"client-rendered"})`}`),l.push(`- **JSON-LD @types present:** ${f.jsonLdTypes.length===0?"_(none \u2014 safe to recommend adding schema)_":f.jsonLdTypes.map(w=>`\`${w}\``).join(", ")+" \u2014 **already present; do NOT recommend adding these**"}`);let g=Object.keys(f.openGraph),m=Object.keys(f.twitter);l.push(`- **Open Graph:** ${g.length===0?"_(none)_":g.map(w=>`og:${w}`).join(", ")}`),l.push(`- **Twitter:** ${m.length===0?"_(none)_":m.map(w=>`twitter:${w}`).join(", ")}`),l.push(`- **images:** ${f.imgCount} total, ${f.imgsMissingAlt===0?"all have alt":`**${f.imgsMissingAlt} missing alt**${f.imgsMissingAltSrcs.length>0?` (${f.imgsMissingAltSrcs.map(w=>`\`${w}\``).join(", ")}${f.imgsMissingAlt>f.imgsMissingAltSrcs.length?", \u2026":""})`:""} (Confirmed)`}`),f.clientRenderedShell&&l.push(`- **\u26A0 client-rendered shell:** server HTML has ${f.wordCount} words and ${f.bodyLinkCount} in-body links \u2014 crawlers can't see the content (Confirmed). Any on-page data (counts, listings) is Likely/Hypothesis, not Confirmed.`);let y=Gr(f).filter(w=>w.present).map(w=>Pn[w.kind]);y.length>0&&l.push(`- **Already present (do NOT recommend adding):** ${y.join(", ")} \u2014 verified in the server \`<head>\`.`),l.push("")}return l.join(`
905
- `)}function ru(e){return{pages:e.pages.length,fetched:e.pages.filter(t=>t.fetched).length,multiH1:e.pages.filter(t=>t.h1s.length>1).length,shells:e.pages.filter(t=>t.clientRenderedShell).length,robotsFetched:e.robots.fetched,sitemapCount:e.sitemap.fetched?e.sitemap.count:null}}var ou={Critical:0,High:1,Medium:2,Low:3};var xb=/^\*\*Check:\*\*\s*`([a-z][a-z0-9_]*)`\s*$/;function Wr(e){try{let t=new URL(e);return t.hash="",t.pathname==="/"?`${t.origin}/${t.search}`:`${t.origin}${t.pathname.replace(/\/+$/,"")}${t.search}`}catch{return null}}function oe(e,t,n){return e===1?t:n??`${t}s`}function Si(e){return e.origin??`https://${e.domain.replace(/^https?:\/\//,"").replace(/\/+$/,"")}`}function iu(e,t,n){if(Xc(t,e.url))return"robots_disallow";if(e.canonical){let r;try{r=new URL(e.canonical)}catch{return null}try{if(r.origin!==new URL(n).origin)return"foreign_canonical"}catch{return null}let o=Wr(e.url),i=Wr(r.toString());if(o!==null&&i!==null&&o!==i)return"canonical_elsewhere"}return null}var Sb={robots_disallow:"blocked by a robots.txt `Disallow:` rule",foreign_canonical:"canonical points at another origin",canonical_elsewhere:"canonical points at a different page on this site"};function _i(e){let{pages:t,robots:n,sitemap:r}=e,o=Si(e),i=x=>iu(x,n,o)===null,s=t.filter(x=>x.fetched&&i(x)),a=new Set(s.map(x=>x.url)),l=x=>x.filter(E=>a.has(E)),c=Tn(t),d=[],p=s.filter(x=>x.clientRenderedShell);p.length>0&&d.push({severity:"Critical",checkId:"client_rendered_shell",title:`${p.length} ${oe(p.length,"page serves","pages serve")} a client-rendered shell \u2014 crawlers see no content`,what:'The server HTML for these pages is (near-)empty \u2014 a "Loading\u2026" placeholder or a body with no in-body links. Search engines index what the initial HTML contains, so these pages look blank to crawlers.',urls:p.map(x=>x.url),why:"A 200 OK with an empty body is treated as a soft 404 and gets deindexed; a content listing rendered this way also hides every page it links to from crawl discovery.",fix:"Server-render or pre-render these routes (SSR/SSG/ISR) so the content and links are present in the initial HTML.",evidence:p.map(x=>`evidence.md \xA7 ${x.url} \u2014 client-rendered shell`).join("; ")});let f=t.filter(x=>!x.fetched);if(f.length>0&&d.push({severity:"High",checkId:"crawl_incomplete",title:`${f.length} discovered ${oe(f.length,"page","pages")} could not be crawled \u2014 evidence is incomplete`,what:"These URLs were discovered by the crawl (sitemap, nav links, or repo routes) but did not return a usable 2xx response even after retries and a sequential re-fetch. The crawl is INCOMPLETE: every other finding in this report is a lower bound, and no check result exists for these pages \u2014 an uncaptured page must never be treated as passing.",urls:f.map(x=>`${x.url} (${x.failureReason??(x.status===null?"network error":`HTTP ${x.status}`)})`),why:"Linked or sitemap-listed URLs that error waste crawl budget, break user journeys, and (if they used to rank) bleed accumulated authority \u2014 and every page the crawl could not capture is a blind spot in this audit.",fix:"Fix or 301-redirect each URL (remove permanently dead ones from the sitemap and internal links); if the failure was network/timeout, re-run `seoagent crawl` to complete the evidence before treating the audit as final.",evidence:"evidence.md \xA7 Pages NOT captured"}),n.fetched||d.push({severity:"High",checkId:"robots_txt_missing",title:"robots.txt is missing or unreachable",what:`Fetching /robots.txt returned ${n.status===null?"a network error":`HTTP ${n.status}`} \u2014 crawlers get no crawl directives and no sitemap pointer from it.`,urls:[],why:"Without a robots.txt, crawlers apply defaults and never discover the sitemap from it; a misconfigured server may even be blocking the fetch.",fix:"Serve a robots.txt at the site root \u2014 at minimum `User-agent: *`, `Allow: /`, and a `Sitemap:` line pointing at the live sitemap.xml.",evidence:"evidence.md \xA7 robots.txt \u2014 Not fetched"}),!r.fetched)d.push({severity:"High",checkId:"sitemap_missing",title:"sitemap.xml is missing or unreachable",what:`Fetching /sitemap.xml returned ${r.status===null?"a network error":`HTTP ${r.status}`} (or the response was not valid sitemap XML).`,urls:[],why:"Without a sitemap, search engines rely purely on link discovery \u2014 new and deep pages get found late or never.",fix:"Generate and serve a sitemap.xml listing every canonical public URL, and submit it to Google Search Console.",evidence:"evidence.md \xA7 sitemap.xml \u2014 Not fetched"});else{let x=new Set(r.urls.map(O=>Wr(O)).filter(Boolean)),E=s.filter(O=>{let Y=Wr(O.url);return Y!==null&&!x.has(Y)});E.length>0&&d.push({severity:"Medium",checkId:"sitemap_coverage_gap",title:`${E.length} crawled ${oe(E.length,"page is","pages are")} missing from sitemap.xml (${r.count} ${oe(r.count,"URL")} listed vs ${s.length} ${oe(s.length,"page")} discovered live)`,what:"These pages are live and reachable (the crawl fetched them via nav links or discovery) but sitemap.xml does not list them.",urls:E.map(O=>O.url),why:"Pages absent from the sitemap depend entirely on link discovery, get crawled less often, and signal an unmaintained sitemap to search engines.",fix:"Regenerate the sitemap to include every canonical public URL (prefer a framework-generated sitemap so it stays current), then resubmit it to Search Console.",evidence:`evidence.md \xA7 sitemap.xml \u2014 ${r.count} ${oe(r.count,"URL")}`})}n.fetched&&r.fetched&&n.sitemaps.length===0&&d.push({severity:"Medium",checkId:"sitemap_not_in_robots",title:"robots.txt has no Sitemap: declaration",what:"The live robots.txt was fetched successfully but declares no `Sitemap:` line, even though a sitemap.xml exists.",urls:[],why:"Crawlers that read robots.txt first (all of them) never learn where the sitemap lives without a GSC submission.",fix:"Add `Sitemap: <origin>/sitemap.xml` to robots.txt.",evidence:"evidence.md \xA7 robots.txt \u2014 Sitemap declarations: _(none)_"});let g=l(c.pagesMissingCanonical);g.length>0&&d.push({severity:"Medium",checkId:"canonical_missing",title:`${g.length} ${oe(g.length,"page has","pages have")} no canonical tag in the server HTML`,what:'The server HTML of these pages contains no `<link rel="canonical">`.',urls:g,why:"Without a self-referencing canonical, URL variants (query strings, trailing slashes, http/https, www) can split ranking signals across duplicates.",fix:'Add a self-referencing `<link rel="canonical" href="{full URL}">` to each listed page.',evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages missing canonical"});let m=l(c.pagesMissingMetaDescription);m.length>0&&d.push({severity:"Medium",checkId:"meta_description_missing",title:`${m.length} ${oe(m.length,"page is","pages are")} missing a meta description`,what:'These pages serve no `<meta name="description">` in the server HTML.',urls:m,why:"Google writes its own snippet for these results \u2014 usually worse copy than yours \u2014 which depresses click-through rate.",fix:"Add a unique 150\u2013160 character meta description (primary keyword + a soft CTA) to each listed page.",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages missing meta description"});let y=l(c.pagesWithMultipleH1s);y.length>0&&d.push({severity:"Medium",checkId:"h1_multiple",title:`${y.length} ${oe(y.length,"page has","pages have")} multiple H1s`,what:"These pages serve more than one `<h1>` in the document, sending conflicting topic signals.",urls:y,why:"A single clear H1 tells crawlers (and AI answer engines) what the page is about; multiple H1s dilute that signal.",fix:"Keep exactly one `<h1>` per page and demote the others to `<h2>`/`<h3>`.",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages with multiple H1s"});let w=l(c.pagesWithNoStructuredData);w.length>0&&d.push({severity:"Medium",checkId:"json_ld_missing",title:`${w.length} ${oe(w.length,"page serves","pages serve")} no structured data (zero JSON-LD)`,what:'The server HTML of these pages contains no `<script type="application/ld+json">` block at all.',urls:w,why:"Structured data powers rich results and gives AI search engines an unambiguous machine-readable summary of the page; pages without it compete on prose alone.",fix:"Add the JSON-LD type matching each page (Organization/WebSite on the homepage, Article/BlogPosting on posts, etc.) \u2014 only on the pages listed here; other crawled pages already serve schema.",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages with no structured data (zero JSON-LD)"});let b=c.pagesWithImgsMissingAlt.filter(x=>a.has(x.url)),A=b.reduce((x,E)=>x+E.count,0);if(A>0){let x=b.map(E=>{let Y=s.find(U=>U.url===E.url)?.imgsMissingAltSrcs??[];return`${E.url} \u2014 ${E.count} ${oe(E.count,"image")}${Y.length>0?` (${Y.join(", ")}${E.count>Y.length?", \u2026":""})`:""}`});d.push({severity:"Medium",checkId:"images_without_alt",title:`${A} ${oe(A,"image is","images are")} missing alt text across ${b.length} ${oe(b.length,"page")}`,what:'These `<img>` tags carry no `alt` attribute at all (decorative `alt=""` counts as present and is not flagged).',urls:x,why:"Missing alt text costs image-search visibility and accessibility, and is one of the most common automated-audit dings.",fix:"Add descriptive alt text to each listed image (start with the srcs shown).",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Images missing alt"})}return d.sort((x,E)=>ou[x.severity]-ou[E.severity])}function _b(e){let t=Si(e),n=new Map;for(let i of e.pages.filter(s=>s.fetched)){let s=iu(i,e.robots,t);if(!s)continue;let a=n.get(s)??[];a.push(i.url),n.set(s,a)}if(n.size===0)return[];let r=[...n.values()].reduce((i,s)=>i+s.length,0),o=[];o.push(`## ${r} crawled ${oe(r,"page is","pages are")} excluded from search on purpose`),o.push(""),o.push("These pages were captured by the crawl but are held out of the page-scoped findings above: the site itself excludes them from Google, so on-page gaps on them cost no traffic. Listed here so nothing is dropped silently \u2014 if one of these should be indexable, that is the finding.");for(let[i,s]of n){o.push(""),o.push(`**${s.length} ${oe(s.length,"page")} \u2014 ${Sb[i]}:**`);for(let a of s)o.push(`- ${a}`)}return o.push(""),o}function Cb(e){let t=[];for(let n of e.filter(r=>r.fetched)){let r=Gr(n).filter(o=>o.present).map(o=>o.kind==="json_ld"?`${Pn[o.kind]} (${n.jsonLdTypes.join(", ")})`:Pn[o.kind]);r.length>0&&t.push(`- ${n.url} \u2014 ${r.join(", ")}`)}return t}function su(e){let t=_i(e),n=Si(e),r=e.sourceRender===!0,o=[];o.push("---"),o.push(`domain: ${e.domain}`),o.push(`origin: ${n}`),o.push(`source_render: ${r}`),o.push(`generated_at: ${e.capturedAt}`),o.push(`findings: ${t.length}`),o.push("source_evidence: .seoagent/audit/evidence.md"),o.push("note: >-"),o.push(" MACHINE-GENERATED findings report derived from the live-crawl evidence."),o.push(" The audit (audit/latest.md) BUILDS ON this file \u2014 it must carry every"),o.push(" finding below forward (adding GSC context and prioritization on top),"),o.push(" never re-derive or truncate the list. Do not hand-edit; re-run"),o.push(" `seoagent crawl` to regenerate."),o.push("---"),o.push(""),o.push(`# Technical findings \u2014 ${e.domain} (from the live crawl)`),o.push(""),o.push(`Derived by code from \`.seoagent/audit/evidence.md\` (crawled ${n} at ${e.capturedAt}). Every finding below is **Confirmed** against that evidence. Reporting every one of these is non-negotiable \u2014 session economy trims bookkeeping, never findings.`),o.push(""),r&&(o.push(`> **\u26A0 ${xi}.**`),o.push("> These findings describe the LOCAL render only \u2014 the crawl hit an undesignated loopback origin. Do not present them as live-site facts; re-run `seoagent crawl --url <live origin>` for live findings."),o.push("")),t.length===0&&(o.push("## No confirmed technical findings"),o.push(""),o.push("Every indexable crawled page passed the rollup checks (canonical, meta description, single H1, structured data, image alt, server-rendered content), and robots.txt + sitemap.xml were fetched successfully with no coverage gaps."),o.push("")),t.forEach((s,a)=>{if(o.push(`## [${s.severity}] ${s.title}`),o.push(""),o.push(`**Confirmed** \xB7 Evidence: ${s.evidence}`),o.push(""),o.push(`**Check:** \`${s.checkId}\``),o.push(""),o.push(s.what),s.urls.length>0){o.push(""),o.push("Affected URLs:");for(let l of s.urls)o.push(`- ${l}`)}o.push(""),o.push(`**Why it matters:** ${s.why}`),o.push(""),o.push(`**Suggested fix:** ${s.fix}`),a<t.length-1&&o.push("")}),o.push(""),o.push(..._b(e));let i=Cb(e.pages);return o.push("## Already present on the live site \u2014 never recommend adding these"),o.push(""),o.push('The crawl confirms the following already exist in the live server HTML. If the repo source lacks any of them, the **repo source is stale \u2014 the live page already serves it; reconcile the source** with what is live. Never phrase these as "add X".'),o.push(""),i.length===0?o.push("_(no fetched page serves any head-level entity \u2014 nothing to guard)_"):o.push(...i),o.push(""),o.join(`
906
- `)}function au(e){let t=[],n=/^## \[(Critical|High|Medium|Low)\] (.+)$/,r=null;for(let o of e.split(/\r?\n/)){let i=o.match(n);if(i){r={severity:i[1],title:i[2].trim()},t.push(r);continue}if(/^##\s/.test(o)){r=null;continue}let s=r?o.match(xb):null;s&&r&&(r.checkId=s[1])}return t}var Ei=500,Rb=5,Ab=18e4,Ib=9e5,Pb=6e4,Tb=3e3,Ob=15e3,Lb=2;function Nb(e){let t=Pb+Tb*Math.max(0,e);return Math.min(Ib,Math.max(Ab,t))}function uu(e){let t=e.toLowerCase().replace(/^\[|\]$/g,"");return t==="localhost"||t.endsWith(".localhost")||t==="::1"||t==="0.0.0.0"||/^127\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(t)}function jb(e){let t=e.trim().replace(/\/+$/,"");if(!t)return null;let n=t;if(!/^https?:\/\//i.test(n)){let r=n.split("/")[0].split(":")[0];n=`${uu(r)?"http":"https"}://${n}`}try{let r=new URL(n);return r.protocol!=="http:"&&r.protocol!=="https:"?null:r.origin}catch{return null}}function Ri(e){let t=[];e.urlFlag&&t.push({raw:e.urlFlag,source:"flag"}),e.liveUrl&&t.push({raw:e.liveUrl,source:"live_url"}),e.domain&&e.domain!=="unknown"&&t.push({raw:e.domain,source:"domain"});for(let n of t){let r=jb(n.raw);if(!r){if(n.source==="flag")return{ok:!1,error:`Invalid --url value: ${JSON.stringify(n.raw)} \u2014 pass a full origin like https://example.com or http://127.0.0.1:3000.`};continue}let o=n.source==="flag"||n.source==="live_url",i=uu(new URL(r).hostname);return{ok:!0,origin:r,source:n.source,designated:o,loopback:i,sourceRender:i&&!o}}return{ok:!1,error:"No crawl origin \u2014 pass --url <live site origin> or set live_url: (or domain:) in .seoagent/project.md. The crawl never guesses which site is live, and starting a local dev server does NOT count as the live site."}}async function Ai(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=Ri({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!r.ok){u.error(r.error),process.exitCode=1;return}if(r.source==="flag")try{V(t,{live_url:r.origin})}catch{}let o=n.domain&&n.domain!=="unknown"?n.domain:new URL(r.origin).host,i=Math.min(Math.max(1,e.max??Ei),Ei),s=`${r.origin}/`;u.info(`Capturing live-crawl evidence from ${r.origin} (every discovered page up to ${i} + robots + sitemap)\u2026`),r.sourceRender&&u.warn("Loopback origin without a --url/live_url designation \u2014 evidence will be labeled SOURCE RENDER (local dev server), NOT the public live site.");let[a,l,c]=await Promise.all([vi(s,e.fetchImpl),Zc(r.origin,e.fetchImpl),eu(r.origin,e.fetchImpl)]),d=a.html?qc(a.html,s):[],p=Fb({home:s,sitemapUrls:cu(c.urls,r.origin),navLinks:d,repoUrls:cu(Mb(t,o),r.origin),max:i}),f=p.urls;p.truncated>0&&u.warn(`CRAWL CAPPED: discovered ${p.discovered} pages but will fetch only ${f.length} (${e.max!==void 0?`--max ${i}`:`safety cap ${Ei}`}). ${p.truncated} discovered page${p.truncated===1?"":"s"} will NOT be audited \u2014 evidence is a LOWER BOUND.`);let g=Date.now()+Nb(f.length),m=f.filter(O=>O!==s),y=await Jc(m,{concurrency:Rb,fetchImpl:e.fetchImpl,deadlineMs:g}),w=[a.evidence,...y];await Ub(w,g,e.fetchImpl);let b={domain:o,origin:r.origin,originSource:r.source,sourceRender:r.sourceRender,capturedAt:new Date().toISOString(),pages:w,robots:l,sitemap:c},A=Ci(t,k,"audit");Eb(A,{recursive:!0});let x=Ci(A,"evidence.md");lu(x,nu(b),"utf-8");let E=Ci(A,"findings.md");if(lu(E,su(b),"utf-8"),e.json){process.stdout.write(JSON.stringify(b,null,2)+`
907
- `);return}Bb(b,x,E)}function Db(e){try{let t=new URL(e);return t.protocol!=="http:"&&t.protocol!=="https:"?null:(t.hash="",t.pathname==="/"?`${t.origin}/${t.search}`:`${t.origin}${t.pathname.replace(/\/+$/,"")}${t.search}`)}catch{return null}}function Fb(e){let t=new Set,n=[],r=o=>{let i=Db(o);!i||t.has(i)||(t.add(i),n.length<e.max&&n.push(i))};r(e.home);for(let o of e.sitemapUrls??[])r(o);for(let o of e.navLinks??[])r(o);for(let o of e.repoUrls??[])r(o);return{urls:n,discovered:t.size,truncated:t.size-n.length}}function Mb(e,t){try{return xe(e,t).pages.map(n=>n.url).filter(n=>/^https?:\/\//.test(n))}catch{return[]}}async function Ub(e,t,n){for(let r=0;r<e.length;r++){let o=e[r];if(o.fetched)continue;if(Date.now()>=t){let s="crawl time budget exhausted before sequential retry";e[r]={...o,failureReason:o.failureReason?`${o.failureReason}; ${s}`:s};continue}let i=await $i(o.url,{attempts:Lb,timeoutMs:Ob,fetchImpl:n});e[r]=i.fetched?i:{...i,failureReason:i.failureReason??o.failureReason??null}}}function cu(e,t){let n=[];for(let r of e)try{let o=new URL(r);n.push(`${t}${o.pathname}${o.search}`)}catch{}return n}function Bb(e,t,n){let r=ru(e),o=Tn(e.pages);u.success(`Captured evidence for ${r.fetched}/${r.pages} page${r.pages===1?"":"s"} from ${e.origin??e.domain} \u2192 ${be.dim(t)}`);let i=e.pages.filter(a=>!a.fetched);if(i.length>0){u.warn(`CRAWL INCOMPLETE: ${i.length} discovered page${i.length===1?"":"s"} could NOT be captured \u2014 evidence is a LOWER BOUND, not a complete picture. See "Pages NOT captured" in evidence.md.`);for(let a of i)u.message(` ${be.red("\u2717")} ${a.url} \u2014 ${a.failureReason??(a.status===null?"network error":`HTTP ${a.status}`)}`)}e.sourceRender&&u.warn("SOURCE RENDER (local dev server) \u2014 this evidence describes the local render, NOT the public live site. Re-run with --url <live origin> for live evidence."),u.message(` robots.txt: ${r.robotsFetched?be.green("fetched"):be.yellow("not reachable")} \xB7 sitemap: ${r.sitemapCount===null?be.yellow("not reachable"):be.green(`${r.sitemapCount} URLs`)}`);let s=[];if(o.pagesMissingCanonical.length>0&&s.push(`${o.pagesMissingCanonical.length} missing canonical`),o.pagesMissingMetaDescription.length>0&&s.push(`${o.pagesMissingMetaDescription.length} missing meta description`),o.pagesWithMultipleH1s.length>0&&s.push(`${o.pagesWithMultipleH1s.length} with multiple H1s`),o.pagesWithNoStructuredData.length>0&&s.push(`${o.pagesWithNoStructuredData.length} with no structured data`),o.totalImgsMissingAlt>0&&s.push(`${o.totalImgsMissingAlt} image${o.totalImgsMissingAlt===1?"":"s"} missing alt`),s.length>0&&u.message(` ${be.yellow("!")} rollup: ${s.join(" \xB7 ")}`),r.shells>0&&u.message(` ${be.yellow("!")} ${r.shells} page(s) render as a client-side shell \u2014 crawlers can't see the content`),n){let a=_i(e).length;u.message(` findings report: ${a===0?be.green("no confirmed findings"):be.yellow(`${a} confirmed finding${a===1?"":"s"}`)} \u2192 ${be.dim(n)}`)}u.info("The audit will ground its Confirmed findings on this evidence \u2014 and must carry EVERY finding from findings.md into audit/latest.md and the final summary. No invented robots rules, no recommending schema that already exists.")}import{existsSync as Kb,mkdirSync as qb,writeFileSync as Vb}from"fs";import{dirname as yu,join as zb}from"path";import Ce from"picocolors";var Gb=10,pu=30,Ii=200;function fu(e,t,n){let r=new URL(t).host,o=new Set,i=[];for(let l of e){let c;try{c=new URL(l)}catch{continue}if(c.host!==r){let p=f=>f.replace(/^www\./,"");if(p(c.host)!==p(r))continue}let d=c.href.split("#")[0];o.has(d)||(o.add(d),!fe(j(d))&&(/\.(md|txt)$/i.test(c.pathname)||i.push(d)))}let s=`${t.replace(/\/$/,"")}/`,a=i.findIndex(l=>l===s||l===s.slice(0,-1));if(a>0){let[l]=i.splice(a,1);i.unshift(l)}return{selected:i.slice(0,n),skipped:i.slice(n)}}function Hb(e,t){let n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n}function Pi(e){let t=0,n=0;for(let r of e)r.error||r.indexStatus==="ERROR"?n+=1:r.indexStatus==="PASS"&&(t+=1);return{inspected:e.length,indexed:t,notIndexed:e.length-t-n,errors:n}}function Kr(e){return e.replace(/\|/g,"\\|")}function du(e){return e.error?e.error:e.coverageState||e.indexStatus}function gu(e,t){let n=Pi(e),r=e.filter(l=>!l.error&&l.indexStatus==="PASS"),o=e.filter(l=>l.error||l.indexStatus==="ERROR"),i=e.filter(l=>!r.includes(l)&&!o.includes(l)),s=t.notInspected.length===0,a=["---",`origin: ${t.origin}`,`gsc_property: ${t.siteUrl}`,`generated: ${t.generatedAt}`,`sitemap: ${t.sitemapUrl??"(none found \u2014 homepage only)"}`,`sitemap_urls: ${t.sitemapUrlCount}`,`inspected: ${n.inspected}`,`indexed: ${n.indexed}`,`not_indexed: ${n.notIndexed}`,`errors: ${n.errors}`,`capture_complete: ${s}`,"---","",`# GSC Indexing Coverage \u2014 ${t.origin}`,"","Verdicts are authoritative Google Search Console URL Inspection results",`fetched ${t.generatedAt} for property \`${t.siteUrl}\`. A finding derived`,'from a row below is `Confirmed`. URLs in the "Not inspected" section have',"NO verdict \u2014 never claim they are indexed or not indexed.",""];if(i.length>0){a.push(`## Not indexed (${i.length})`,""),a.push("| URL | Verdict | Coverage state | Last crawl | Robots | Fetch |"),a.push("| --- | --- | --- | --- | --- | --- |");for(let l of i)a.push(`| ${Kr(l.url)} | ${l.indexStatus} | ${Kr(du(l))} | ${l.lastCrawlTime??"\u2014"} | ${l.robotsTxtState??"\u2014"} | ${l.fetchStatus??"\u2014"} |`);a.push("")}if(r.length>0){a.push(`## Indexed (${r.length})`,""),a.push("| URL | Coverage state | Google canonical | Last crawl |"),a.push("| --- | --- | --- | --- |");for(let l of r)a.push(`| ${Kr(l.url)} | ${Kr(du(l))} | ${l.googleCanonical??"\u2014"} | ${l.lastCrawlTime??"\u2014"} |`);a.push("")}if(o.length>0){a.push(`## Inspection errors (${o.length})`,"");for(let l of o)a.push(`- ${l.url} \u2014 ${l.error??"unknown error"}`);a.push("")}if(!s){a.push(`## Not inspected (${t.notInspected.length} sitemap URLs beyond the cap)`,"","No verdict exists for these \u2014 raise the cap with `--max <n>` to inspect them.","");let l=t.notInspected.slice(0,100);for(let c of l)a.push(`- ${c}`);t.notInspected.length>l.length&&a.push(`- \u2026and ${t.notInspected.length-l.length} more`),a.push("")}return a.join(`
908
- `)}var yt=class extends Error{constructor(n,r){super(r);this.code=n}};async function mu(e){let t=(e.apiBase||e.auth.api_base).replace(/\/$/,""),n=Hb(e.urls,Gb),r=[],o="";for(let[i,s]of n.entries()){let a;try{a=await L(`${t}/api/cli/indexing`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e.auth.user_token}:${e.auth.website_token}`},body:JSON.stringify({urls:s})},{timeoutMs:11e4,fetchImpl:e.fetchImpl})}catch(c){throw new yt("http_error",`Network error calling ${t}/api/cli/indexing: ${c instanceof Error?c.message:String(c)}`)}let l=await a.json().catch(()=>({}));if(!a.ok||l.status!=="ok"){let c=l.code;throw c==="gsc_not_connected"||c==="gsc_property_not_found"||c==="gsc_token_error"||c==="invalid_credentials"||c==="url_domain_mismatch"?new yt(c,l.error||c):new yt("http_error",l.error||`HTTP ${a.status} from /api/cli/indexing`)}o=l.site_url||o,r.push(...l.results??[]),e.onProgress?.(r.length,e.urls.length)}return{siteUrl:o,results:r}}var Wb=5;async function hu(e,t=fetch){let n=`${e.replace(/\/$/,"")}/sitemap.xml`,r=async a=>{try{let l=await L(a,{},{fetchImpl:t,timeoutMs:15e3});return l.ok?je(await l.text()):null}catch{return null}},o=await r(n);if(!o||o.length===0)return null;let i=o.filter(a=>/\.xml(\?.*)?$/i.test(a)),s=o.filter(a=>!/\.xml(\?.*)?$/i.test(a));if(i.length>0)for(let a of i.slice(0,Wb)){let l=await r(a);l&&s.push(...l.filter(c=>!/\.xml(\?.*)?$/i.test(c)))}return s.length===0?null:{sitemapUrl:n,urls:s}}async function Ti(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=D(n.domain);if(!r){let b=Ve();u.error(`Not logged in for ${n.domain}. Indexing coverage needs Google Search Console, which comes with the FREE cloud account.
902
+ `);return}u.message(H([{content:_e.bold("Open Knowledge Format")},{sep:!0},{content:`Bundle: ${s.exists?_e.green(Ut+"/"):_e.dim("not created")}`},{content:`Files: ${s.exists?String(s.fileCount):"\u2014"}`},{sep:!0},{content:s.exists?_e.dim("Run `seoagent okf validate` to check it, `okf publish` to serve it."):_e.dim("Run `seoagent okf scaffold` to start one.")}],{title:_e.cyan("OKF")}))}import we from"picocolors";function wi(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=Mt(t,n);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
903
+ `);return}if(r.skipped.includes("no-domain")){u.error("No domain set in .seoagent/project.md \u2014 llms.txt links need absolute URLs. Set `domain:` first."),process.exitCode=1;return}let o=`${k}/${Or}`;if(r.skipped.includes("llms-no-content")){u.warn("Nothing to describe yet \u2014 no pages in .seoagent/pages.md and no published articles in .seoagent/content/."),u.info("Run `seoagent refresh` (or an audit) to inventory the site, then re-run this.");return}if(u.message(H([{content:we.bold("llms.txt")},{sep:!0},{content:`Source: ${we.green(o)}${r.llmsSourceWritten?we.dim(" (updated)"):we.dim(" (unchanged)")}`},{content:`Published: ${r.llmsRoute?we.dim(`skipped \u2014 ${r.llmsRoute} serves it`):r.llmsPublished?we.green(r.llmsPublished):r.publicDir?we.dim(`${r.publicDir}/llms.txt (already current)`):we.yellow("nowhere \u2014 no static dir found")}`}],{title:we.cyan("llms.txt")})),r.llmsRoute){u.info(`Your project already serves /llms.txt from ${r.llmsRoute}, so nothing was published \u2014 a file in your static dir would shadow that route.`),u.info(`The generated version is in ${o} if you want to compare. To hand the file to SEOAgent instead, delete the route and re-run.`),n.llms_owner==="route"?u.info(we.dim("`llms_owner: route` is set, so sync stays quiet about this.")):u.info(we.dim("Sync mentions this only when the generated source changes. Set `llms_owner: route` in .seoagent/project.md to silence it for good."));return}if(!r.publicDir){u.warn("Couldn't tell which directory this project serves as static files, so llms.txt is not being served."),u.info("Set `public_dir:` in .seoagent/project.md (`public` for Next.js/Vite/Astro, `static` for SvelteKit/Gatsby/Hugo, or a nested path like `apps/web/public` in a monorepo) and re-run.");return}r.llmsPublished&&u.info("Commit the published file so it reaches your live site.")}import ee from"picocolors";async function bi(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r&&!e.url){u.error("No domain set in .seoagent/project.md \u2014 set `domain:` (or pass `--url <sitemap-url>`) so I know which sitemap to check."),process.exitCode=1;return}let o=r?xe(t,r).pages.map(s=>s.url||s.route):[],i=await la({domain:r||"",sitemapUrl:e.url,knownUrls:o});if(e.json){process.stdout.write(JSON.stringify(i,null,2)+`
904
+ `),i.ok||(process.exitCode=1);return}eb(i),i.ok||(process.exitCode=1)}function eb(e){let t=e.fetched?e.status===200?ee.green(`200 \xB7 ${e.urls.length} URL${e.urls.length===1?"":"s"}`):ee.red(String(e.status)):ee.red("unreachable");u.message(H([{content:ee.bold("Sitemap check")},{sep:!0},{content:`URL: ${ee.dim(e.sitemapUrl)}`},{content:`Status: ${t}`},...e.fetched&&e.status===200?[{content:`Private leaked: ${e.privateUrls.length===0?ee.green("none"):ee.yellow(String(e.privateUrls.length))}`},{content:`Missing public: ${e.missing.length===0?ee.green("none"):ee.yellow(String(e.missing.length))}`},{content:`<lastmod>: ${e.hasLastmod?ee.green("present"):ee.dim("absent")}`}]:[]],{title:e.ok?ee.cyan("Sitemap"):ee.red("Sitemap")}));for(let n of e.issues){let r=n.level==="error"?ee.red("\u2717"):n.level==="warning"?ee.yellow("!"):ee.dim("\xB7");u.message(`${r} ${n.message}`)}e.ok?u.success("Sitemap looks healthy."):u.error("Sitemap has errors (see above).")}import{mkdirSync as Rb,writeFileSync as lu}from"fs";import{join as Ei}from"path";import be from"picocolors";var vi=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi,Hc=30;function Pn(e){let t=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(e);return t?t[1]:e}function In(e){return e.replace(/&amp;/g,"&").replace(/&lt;/g,"<").replace(/&gt;/g,">").replace(/&quot;/g,'"').replace(/&#0?39;/g,"'").replace(/&apos;/g,"'").replace(/&nbsp;/gi," ")}function Be(e,t){let n=new RegExp(`\\b${t}\\s*=\\s*"([^"]*)"`,"i").exec(e);if(n)return In(n[1]).trim();let r=new RegExp(`\\b${t}\\s*=\\s*'([^']*)'`,"i").exec(e);if(r)return In(r[1]).trim();let o=new RegExp(`\\b${t}\\s*=\\s*([^\\s>]+)`,"i").exec(e);return o?In(o[1]).trim():null}function tb(e){let t=/<title\b[^>]*>([\s\S]*?)<\/title>/i.exec(e);return t&&In(t[1].replace(/\s+/g," ")).trim()||null}function nb(e){let t=e.match(/<meta\b[^>]*>/gi)??[];for(let n of t){let r=Be(n,"name");if(r&&r.toLowerCase()==="description"){let o=Be(n,"content");return o&&o.trim()?o.trim():null}}return null}function rb(e){let t=Pn(e),n=[],r=/<h1\b[^>]*>([\s\S]*?)<\/h1>/gi,o;for(;(o=r.exec(t))!==null;){let i=In(o[1].replace(/<[^>]+>/g," ").replace(/\s+/g," ")).trim();i&&n.push(i)}return n}function ob(e){let t=e.match(/<link\b[^>]*>/gi)??[];for(let n of t){let r=Be(n,"rel");if(r&&r.toLowerCase().split(/\s+/).includes("canonical")){let o=Be(n,"href");return o&&o.trim()?o.trim():null}}return null}function ib(e){let t=[],n=/<script\b[^>]*type\s*=\s*['"]application\/ld\+json['"][^>]*>([\s\S]*?)<\/script>/gi,r;for(;(r=n.exec(e))!==null;){let o=r[1].trim();if(o)try{let i=JSON.parse(o);t.push({types:ki(i),valid:!0})}catch{let i=Array.from(o.matchAll(/"@type"\s*:\s*"([^"]+)"/g)).map(s=>s[1]);t.push({types:i,valid:!1})}}return t}function ki(e,t=[]){if(Array.isArray(e)){for(let n of e)ki(n,t);return t}if(e&&typeof e=="object"){let n=e,r=n["@type"];if(typeof r=="string")t.push(r);else if(Array.isArray(r))for(let o of r)typeof o=="string"&&t.push(o);Array.isArray(n["@graph"])&&ki(n["@graph"],t)}return t}function Kc(e,t){let n={},r=e.match(/<meta\b[^>]*>/gi)??[];for(let o of r){let i=(Be(o,"property")||Be(o,"name")||"").toLowerCase();if(i.startsWith(t)){let s=Be(o,"content");s!==null&&(n[i.slice(t.length)]=s)}}return n}function sb(e){return Kc(e,"og:")}function ab(e){return Kc(e,"twitter:")}function lb(e,t=5){let r=Pn(e).match(/<img\b[^>]*>/gi)??[],o=0,i=[];for(let s of r)if(!/\salt(?=[\s=/>])/i.test(s)&&(o++,i.length<t)){let l=Be(s,"src");l&&i.push(l)}return{imgCount:r.length,missingAlt:o,missingAltSrcs:i}}var cb=/\.(png|jpe?g|gif|svg|webp|avif|ico|css|js|mjs|json|pdf|zip|gz|mp4|webm|mp3|woff2?|ttf|xml|txt)$/i;function qc(e,t,n=100){let r;try{r=new URL(t).origin}catch{return[]}let o=[],i=new Set,s=e.match(/<a\b[^>]*>/gi)??[];for(let a of s){if(o.length>=n)break;let l=Be(a,"href");if(!l||l.startsWith("#")||/^(mailto:|tel:|javascript:|data:)/i.test(l))continue;let c;try{c=new URL(l,t)}catch{continue}if(c.origin!==r||cb.test(c.pathname)||fe(c.pathname))continue;c.hash="";let d=c.pathname==="/"?`${c.origin}/${c.search}`:`${c.origin}${c.pathname.replace(/\/+$/,"")}${c.search}`;i.has(d)||(i.add(d),o.push(d))}return o}function Vc(e){return(Pn(e).replace(vi," ").match(/<a\b[^>]*\bhref\s*=/gi)??[]).length}function zc(e){let t=Pn(e).replace(vi," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/&nbsp;/gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();return t===""?0:t.split(" ").filter(Boolean).length}var ub=/\b(loading|please wait|just a moment|redirecting)\b[\s.…]*/i;function db(e){let t=zc(e),n=Vc(e),r=Pn(e).replace(vi," ").replace(/<[^>]+>/g," ").replace(/\s+/g," ").trim(),o=t<Hc&&ub.test(r),i=t<Hc&&n===0;return o||i}function pb(e,t,n=200){let r=ib(t),o=Array.from(new Set(r.flatMap(a=>a.types))),i=ob(t),s=lb(t);return{url:e,status:n,fetched:!0,title:tb(t),metaDescription:nb(t),h1s:rb(t),canonical:i,canonicalServerRendered:i===null?null:!0,jsonLd:r,jsonLdTypes:o,openGraph:sb(t),twitter:ab(t),wordCount:zc(t),clientRenderedShell:db(t),bodyLinkCount:Vc(t),imgCount:s.imgCount,imgsMissingAlt:s.missingAlt,imgsMissingAltSrcs:s.missingAltSrcs,failureReason:null}}function Yc(e,t=null){return{url:e,status:null,fetched:!1,title:null,metaDescription:null,h1s:[],canonical:null,canonicalServerRendered:null,jsonLd:[],jsonLdTypes:[],openGraph:{},twitter:{},wordCount:0,clientRenderedShell:!1,bodyLinkCount:0,imgCount:0,imgsMissingAlt:0,imgsMissingAltSrcs:[],failureReason:t}}function fb(e){return typeof e=="function"?{fetchImpl:e}:e??{}}function gb(e){if(e instanceof Error){let t=e.cause,n=t?.code??(t?.message&&t.message!==e.message?t.message:null);return`network error: ${e.message}${n?` (${n})`:""}`}return`network error: ${String(e)}`}async function $i(e,t){let n=fb(t),r=Yc(e);try{let o=await L(e,{headers:{"user-agent":"Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html) SEOAgent-CLI"},redirect:"follow"},{attempts:n.attempts??3,timeoutMs:n.timeoutMs??1e4,fetchImpl:n.fetchImpl});if(!o.ok)return{evidence:{...r,status:o.status,failureReason:`HTTP ${o.status}`},html:null};let i=await o.text();return{evidence:pb(e,i,o.status),html:i}}catch(o){return{evidence:{...r,failureReason:gb(o)},html:null}}}async function xi(e,t){return(await $i(e,t)).evidence}async function Jc(e,t={}){let n=Math.max(1,t.concurrency??5),r=new Array(e.length),o=0;async function i(){for(;;){let s=o++;if(s>=e.length)return;if(t.deadlineMs!==void 0&&Date.now()>=t.deadlineMs){r[s]=Yc(e[s],"crawl time budget exhausted before this page could be fetched");continue}r[s]=await xi(e[s],{attempts:t.attempts,timeoutMs:t.timeoutMs,fetchImpl:t.fetchImpl})}}return await Promise.all(Array.from({length:Math.min(n,e.length)},()=>i())),r}function mb(e){let t=[],n=[],r=null,o=!1;for(let i of e.split(/\r?\n/)){let s=i.replace(/#.*$/,"").trim();if(!s)continue;let a=s.indexOf(":");if(a===-1)continue;let l=s.slice(0,a).trim().toLowerCase(),c=s.slice(a+1).trim();if(l==="user-agent"){(!r||!o)&&(r={userAgents:[],disallow:[],allow:[]},t.push(r)),r.userAgents.push(c.toLowerCase()),o=!0;continue}if(o=!1,l==="sitemap"){c&&n.push(c);continue}r||(r={userAgents:["*"],disallow:[],allow:[]},t.push(r)),l==="disallow"?r.disallow.push(c):l==="allow"&&r.allow.push(c)}return{groups:t,sitemaps:n}}function Wc(e,t){if(e==="")return!1;let n=e.endsWith("$"),o=(n?e.slice(0,-1):e).replace(/[.+?^${}()|[\]\\]/g,"\\$&").replace(/\*/g,".*");return new RegExp(`^${o}${n?"$":""}`).test(t)}function Xc(e,t,n="*"){if(!e.fetched)return!1;let r;try{let c=new URL(t);r=`${c.pathname}${c.search}`}catch{r=t}let o=n.toLowerCase(),i=e.groups.filter(c=>c.userAgents.includes(o)),s=i.length>0?i:e.groups.filter(c=>c.userAgents.includes("*")),a=-1,l=-1;for(let c of s){for(let d of c.allow)Wc(d,r)&&(a=Math.max(a,d.length));for(let d of c.disallow)Wc(d,r)&&(l=Math.max(l,d.length))}return l>a}function Qc(e){let t=e.trim().replace(/\/+$/,"");return/^https?:\/\//i.test(t)?t:`https://${t}`}async function Zc(e,t){let n=`${Qc(e)}/robots.txt`,r={fetched:!1,status:null,raw:"",groups:[],sitemaps:[]};try{let o=await L(n,{headers:{"user-agent":"SEOAgent-CLI/robots-check"}},{attempts:2,timeoutMs:1e4,fetchImpl:t});if(!o.ok)return{...r,status:o.status};let i=await o.text();return/^\s*</.test(i)?{...r,status:o.status,raw:""}:{fetched:!0,status:o.status,raw:i,...mb(i)}}catch{return r}}var hb=/\/(blog|posts?|articles?|news)\//i;function yb(e){return e.filter(t=>hb.test(t)).length}async function eu(e,t){let n=`${Qc(e)}/sitemap.xml`,r={fetched:!1,status:null,urls:[],count:0,blogUrlCount:0};try{let o=await L(n,{headers:{"user-agent":"SEOAgent-CLI/sitemap-facts"}},{attempts:2,timeoutMs:1e4,fetchImpl:t});if(!o.ok)return{...r,status:o.status};let i=await o.text();if(!/<urlset|<sitemapindex/i.test(i))return{...r,status:o.status};let s=je(i);return{fetched:!0,status:o.status,urls:s,count:s.length,blogUrlCount:yb(s)}}catch{return r}}function wb(e){return Object.keys(e.twitter).length>0}function bb(e){return Object.keys(e.openGraph).length>0}function kb(e,t){switch(t){case"title":return e.title!==null&&e.title.trim()!=="";case"meta_description":return e.metaDescription!==null&&e.metaDescription.trim()!=="";case"canonical":return e.canonical!==null&&e.canonical.trim()!=="";case"open_graph":return bb(e);case"twitter_card":return wb(e);case"json_ld":return e.jsonLdTypes.length>0}}var vb=["title","meta_description","canonical","open_graph","twitter_card","json_ld"];function $b(e,t){switch(t){case"title":return`title already present: "${e.title}"`;case"meta_description":return`meta description already present: "${e.metaDescription}"`;case"canonical":return`canonical already present: ${e.canonical}`;case"open_graph":return`Open Graph already present: ${Object.keys(e.openGraph).map(n=>`og:${n}`).join(", ")}`;case"twitter_card":return`Twitter card already present: ${Object.keys(e.twitter).map(n=>`twitter:${n}`).join(", ")}`;case"json_ld":return`JSON-LD already present: ${e.jsonLdTypes.join(", ")}`}}function xb(e,t){if(!e.fetched)return{kind:t,present:!1,safeToRecommendAdding:!1,reason:'page not fetched \u2014 cannot confirm absence, so "add" is unverified (Hypothesis)'};let n=kb(e,t);return{kind:t,present:n,safeToRecommendAdding:!n,reason:n?$b(e,t):`${t} genuinely absent in the server HTML \u2014 safe to recommend adding`}}function Wr(e){return vb.map(t=>xb(e,t))}var On={title:"<title>",meta_description:"meta description",canonical:"canonical",open_graph:"Open Graph tags",twitter_card:"Twitter card",json_ld:"JSON-LD schema"};var Si="SOURCE RENDER (local dev server) \u2014 NOT the public live site";function tu(e){return e===null||e===""?"_(none)_":e}function Tn(e){let t=e.filter(n=>n.fetched);return{pagesMissingCanonical:t.filter(n=>!n.canonical).map(n=>n.url),pagesMissingMetaDescription:t.filter(n=>!n.metaDescription||n.metaDescription.trim()==="").map(n=>n.url),pagesWithMultipleH1s:t.filter(n=>n.h1s.length>1).map(n=>n.url),pagesWithNoStructuredData:t.filter(n=>n.jsonLd.length===0).map(n=>n.url),totalImgsMissingAlt:t.reduce((n,r)=>n+r.imgsMissingAlt,0),pagesWithImgsMissingAlt:t.filter(n=>n.imgsMissingAlt>0).map(n=>({url:n.url,count:n.imgsMissingAlt}))}}function Kr(e,t){return t.length===0?`- **${e}:** _(none \u2014 all pages pass)_`:`- **${e}:** ${t.join(", ")}`}function nu(e){let{domain:t,capturedAt:n,pages:r,robots:o,sitemap:i}=e,s=e.origin??`https://${t.replace(/^https?:\/\//,"").replace(/\/+$/,"")}`,a=e.sourceRender===!0,l=[];l.push("---"),l.push(`domain: ${t}`),l.push(`origin: ${s}`),e.originSource&&l.push(`origin_source: ${e.originSource}`),l.push(`source_render: ${a}`),l.push(`captured_at: ${n}`),l.push(`pages_crawled: ${r.length}`);let c=r.filter(f=>f.fetched),d=r.filter(f=>!f.fetched);if(l.push(`pages_discovered: ${r.length}`),l.push(`pages_captured: ${c.length}`),l.push(`capture_complete: ${d.length===0}`),l.push("note: >-"),a?(l.push(" SOURCE-RENDER evidence (local dev server). Every fact here was fetched"),l.push(" from a loopback origin that was NOT designated as the live site \u2014 it"),l.push(" describes the LOCAL RENDER only, never the public live site. Do NOT"),l.push(" emit live-state claims (present OR absent) from this file.")):(l.push(" Live-crawl evidence base. Every fact here was fetched from the live site."),l.push(" The audit must ground all Confirmed claims on THIS file, never on repo"),l.push(" source or priors. Do NOT recommend adding schema / robots rules /"),l.push(" canonical tags that already appear below.")),l.push("---"),l.push(""),l.push(`# Live-Crawl Evidence \u2014 ${t}`),l.push(""),l.push(`**Crawled origin:** ${s} at ${n}`),l.push(""),a&&(l.push(`> **\u26A0 ${Si}.**`),l.push(`> This crawl fetched a loopback origin (${s}) that nobody designated as the live site (no \`--url\`, no \`live_url:\` in project.md) \u2014 a self-started local dev server renders the REPO's current state, which may differ from production in either direction. Nothing below is live-state evidence: "(Confirmed absent)" here means absent from the LOCAL render only, NOT absent on the live site. Do not base any live-site claim or "add X" recommendation on this file. If this loopback origin genuinely IS the site under audit (the user said so), re-run \`seoagent crawl --url ${s}\` to designate it; otherwise re-run with \`--url <live origin>\`.`),l.push("")),d.length>0){l.push(`## \u26A0 Pages NOT captured (${d.length} of ${r.length} discovered) \u2014 crawl INCOMPLETE`),l.push(""),l.push("The crawl discovered these pages but could not fetch them (each retried, then re-fetched sequentially). **The evidence below is INCOMPLETE: every finding and rollup in this file is a LOWER BOUND, not a complete picture.** Report this as a Confirmed finding, and never treat an uncaptured page as passing any check \u2014 no claim about these pages (present OR absent) is Confirmed."),l.push("");for(let f of d)l.push(`- ${f.url} \u2014 ${f.failureReason??(f.status===null?"network error":`HTTP ${f.status}`)}`);l.push("")}if(l.push("## robots.txt (Confirmed)"),!o.fetched)l.push(`- Not fetched (HTTP ${o.status??"network error"}). Do NOT assert any robots.txt rule \u2014 it is unverified (Hypothesis).`);else{let f=[...new Set(o.groups.flatMap(g=>g.disallow).filter(Boolean))];l.push(`- Fetched: HTTP ${o.status}`),l.push(`- Disallow rules present: ${f.length===0?"**none** (do NOT claim any path is blocked)":f.map(g=>`\`${g}\``).join(", ")}`),l.push(`- Sitemap declarations: ${o.sitemaps.length===0?"_(none)_":o.sitemaps.join(", ")}`),l.push("- Raw contents:"),l.push("```"),l.push(o.raw.trim()),l.push("```")}l.push(""),l.push("## sitemap.xml (Confirmed)"),i.fetched?(l.push(`- **${i.count} URL${i.count===1?"":"s"}**, ${i.blogUrlCount} blog/article post${i.blogUrlCount===1?"":"s"}`),i.blogUrlCount===0&&l.push(" - No blog posts are in the sitemap \u2014 if the site has a blog, its posts are not discoverable this way (report as a finding, Confirmed).")):l.push(`- Not fetched (HTTP ${i.status??"network error"}). Do NOT assert a sitemap URL count.`),l.push("");let p=Tn(r);l.push("## Site-wide rollup (Confirmed)"),l.push(Kr("Pages missing canonical",p.pagesMissingCanonical)),l.push(Kr("Pages missing meta description",p.pagesMissingMetaDescription)),l.push(Kr("Pages with multiple H1s",p.pagesWithMultipleH1s)),l.push(Kr("Pages with no structured data (zero JSON-LD)",p.pagesWithNoStructuredData)),l.push(p.totalImgsMissingAlt===0?"- **Images missing alt:** _(none \u2014 every crawled image has an alt attribute)_":`- **Images missing alt:** ${p.totalImgsMissingAlt} total \u2014 ${p.pagesWithImgsMissingAlt.map(f=>`${f.url} (${f.count})`).join(", ")}`),l.push("");for(let f of r){if(l.push(`## ${f.url}`),!f.fetched){l.push(`- Not fetched (${f.failureReason??(f.status===null?"network error":`HTTP ${f.status}`)}). No claims about this page are Confirmed.`),l.push("");continue}l.push(`- HTTP ${f.status} \xB7 ${f.wordCount} body words`),l.push(`- **title:** ${tu(f.title)}`),l.push(`- **meta description:** ${tu(f.metaDescription)}`),l.push(`- **h1(s):** ${f.h1s.length===0?"_(none \u2014 missing H1, Confirmed)_":f.h1s.map(w=>`\`${w}\``).join(" | ")}${f.h1s.length>1?` **(\u26A0 ${f.h1s.length} H1s \u2014 conflicting)**`:""}`),l.push(`- **canonical:** ${f.canonical===null?"_(none in server HTML)_":`\`${f.canonical}\` (${f.canonicalServerRendered?"server-rendered":"client-rendered"})`}`),l.push(`- **JSON-LD @types present:** ${f.jsonLdTypes.length===0?"_(none \u2014 safe to recommend adding schema)_":f.jsonLdTypes.map(w=>`\`${w}\``).join(", ")+" \u2014 **already present; do NOT recommend adding these**"}`);let g=Object.keys(f.openGraph),m=Object.keys(f.twitter);l.push(`- **Open Graph:** ${g.length===0?"_(none)_":g.map(w=>`og:${w}`).join(", ")}`),l.push(`- **Twitter:** ${m.length===0?"_(none)_":m.map(w=>`twitter:${w}`).join(", ")}`),l.push(`- **images:** ${f.imgCount} total, ${f.imgsMissingAlt===0?"all have alt":`**${f.imgsMissingAlt} missing alt**${f.imgsMissingAltSrcs.length>0?` (${f.imgsMissingAltSrcs.map(w=>`\`${w}\``).join(", ")}${f.imgsMissingAlt>f.imgsMissingAltSrcs.length?", \u2026":""})`:""} (Confirmed)`}`),f.clientRenderedShell&&l.push(`- **\u26A0 client-rendered shell:** server HTML has ${f.wordCount} words and ${f.bodyLinkCount} in-body links \u2014 crawlers can't see the content (Confirmed). Any on-page data (counts, listings) is Likely/Hypothesis, not Confirmed.`);let y=Wr(f).filter(w=>w.present).map(w=>On[w.kind]);y.length>0&&l.push(`- **Already present (do NOT recommend adding):** ${y.join(", ")} \u2014 verified in the server \`<head>\`.`),l.push("")}return l.join(`
905
+ `)}function ru(e){return{pages:e.pages.length,fetched:e.pages.filter(t=>t.fetched).length,multiH1:e.pages.filter(t=>t.h1s.length>1).length,shells:e.pages.filter(t=>t.clientRenderedShell).length,robotsFetched:e.robots.fetched,sitemapCount:e.sitemap.fetched?e.sitemap.count:null}}var ou={Critical:0,High:1,Medium:2,Low:3};var Sb=/^\*\*Check:\*\*\s*`([a-z][a-z0-9_]*)`\s*$/;function qr(e){try{let t=new URL(e);return t.hash="",t.pathname==="/"?`${t.origin}/${t.search}`:`${t.origin}${t.pathname.replace(/\/+$/,"")}${t.search}`}catch{return null}}function oe(e,t,n){return e===1?t:n??`${t}s`}function _i(e){return e.origin??`https://${e.domain.replace(/^https?:\/\//,"").replace(/\/+$/,"")}`}function iu(e,t,n){if(Xc(t,e.url))return"robots_disallow";if(e.canonical){let r;try{r=new URL(e.canonical)}catch{return null}try{if(r.origin!==new URL(n).origin)return"foreign_canonical"}catch{return null}let o=qr(e.url),i=qr(r.toString());if(o!==null&&i!==null&&o!==i)return"canonical_elsewhere"}return null}var _b={robots_disallow:"blocked by a robots.txt `Disallow:` rule",foreign_canonical:"canonical points at another origin",canonical_elsewhere:"canonical points at a different page on this site"};function Ci(e){let{pages:t,robots:n,sitemap:r}=e,o=_i(e),i=x=>iu(x,n,o)===null,s=t.filter(x=>x.fetched&&i(x)),a=new Set(s.map(x=>x.url)),l=x=>x.filter(E=>a.has(E)),c=Tn(t),d=[],p=s.filter(x=>x.clientRenderedShell);p.length>0&&d.push({severity:"Critical",checkId:"client_rendered_shell",title:`${p.length} ${oe(p.length,"page serves","pages serve")} a client-rendered shell \u2014 crawlers see no content`,what:'The server HTML for these pages is (near-)empty \u2014 a "Loading\u2026" placeholder or a body with no in-body links. Search engines index what the initial HTML contains, so these pages look blank to crawlers.',urls:p.map(x=>x.url),why:"A 200 OK with an empty body is treated as a soft 404 and gets deindexed; a content listing rendered this way also hides every page it links to from crawl discovery.",fix:"Server-render or pre-render these routes (SSR/SSG/ISR) so the content and links are present in the initial HTML.",evidence:p.map(x=>`evidence.md \xA7 ${x.url} \u2014 client-rendered shell`).join("; ")});let f=t.filter(x=>!x.fetched);if(f.length>0&&d.push({severity:"High",checkId:"crawl_incomplete",title:`${f.length} discovered ${oe(f.length,"page","pages")} could not be crawled \u2014 evidence is incomplete`,what:"These URLs were discovered by the crawl (sitemap, nav links, or repo routes) but did not return a usable 2xx response even after retries and a sequential re-fetch. The crawl is INCOMPLETE: every other finding in this report is a lower bound, and no check result exists for these pages \u2014 an uncaptured page must never be treated as passing.",urls:f.map(x=>`${x.url} (${x.failureReason??(x.status===null?"network error":`HTTP ${x.status}`)})`),why:"Linked or sitemap-listed URLs that error waste crawl budget, break user journeys, and (if they used to rank) bleed accumulated authority \u2014 and every page the crawl could not capture is a blind spot in this audit.",fix:"Fix or 301-redirect each URL (remove permanently dead ones from the sitemap and internal links); if the failure was network/timeout, re-run `seoagent crawl` to complete the evidence before treating the audit as final.",evidence:"evidence.md \xA7 Pages NOT captured"}),n.fetched||d.push({severity:"High",checkId:"robots_txt_missing",title:"robots.txt is missing or unreachable",what:`Fetching /robots.txt returned ${n.status===null?"a network error":`HTTP ${n.status}`} \u2014 crawlers get no crawl directives and no sitemap pointer from it.`,urls:[],why:"Without a robots.txt, crawlers apply defaults and never discover the sitemap from it; a misconfigured server may even be blocking the fetch.",fix:"Serve a robots.txt at the site root \u2014 at minimum `User-agent: *`, `Allow: /`, and a `Sitemap:` line pointing at the live sitemap.xml.",evidence:"evidence.md \xA7 robots.txt \u2014 Not fetched"}),!r.fetched)d.push({severity:"High",checkId:"sitemap_missing",title:"sitemap.xml is missing or unreachable",what:`Fetching /sitemap.xml returned ${r.status===null?"a network error":`HTTP ${r.status}`} (or the response was not valid sitemap XML).`,urls:[],why:"Without a sitemap, search engines rely purely on link discovery \u2014 new and deep pages get found late or never.",fix:"Generate and serve a sitemap.xml listing every canonical public URL, and submit it to Google Search Console.",evidence:"evidence.md \xA7 sitemap.xml \u2014 Not fetched"});else{let x=new Set(r.urls.map(T=>qr(T)).filter(Boolean)),E=s.filter(T=>{let Y=qr(T.url);return Y!==null&&!x.has(Y)});E.length>0&&d.push({severity:"Medium",checkId:"sitemap_coverage_gap",title:`${E.length} crawled ${oe(E.length,"page is","pages are")} missing from sitemap.xml (${r.count} ${oe(r.count,"URL")} listed vs ${s.length} ${oe(s.length,"page")} discovered live)`,what:"These pages are live and reachable (the crawl fetched them via nav links or discovery) but sitemap.xml does not list them.",urls:E.map(T=>T.url),why:"Pages absent from the sitemap depend entirely on link discovery, get crawled less often, and signal an unmaintained sitemap to search engines.",fix:"Regenerate the sitemap to include every canonical public URL (prefer a framework-generated sitemap so it stays current), then resubmit it to Search Console.",evidence:`evidence.md \xA7 sitemap.xml \u2014 ${r.count} ${oe(r.count,"URL")}`})}n.fetched&&r.fetched&&n.sitemaps.length===0&&d.push({severity:"Medium",checkId:"sitemap_not_in_robots",title:"robots.txt has no Sitemap: declaration",what:"The live robots.txt was fetched successfully but declares no `Sitemap:` line, even though a sitemap.xml exists.",urls:[],why:"Crawlers that read robots.txt first (all of them) never learn where the sitemap lives without a GSC submission.",fix:"Add `Sitemap: <origin>/sitemap.xml` to robots.txt.",evidence:"evidence.md \xA7 robots.txt \u2014 Sitemap declarations: _(none)_"});let g=l(c.pagesMissingCanonical);g.length>0&&d.push({severity:"Medium",checkId:"canonical_missing",title:`${g.length} ${oe(g.length,"page has","pages have")} no canonical tag in the server HTML`,what:'The server HTML of these pages contains no `<link rel="canonical">`.',urls:g,why:"Without a self-referencing canonical, URL variants (query strings, trailing slashes, http/https, www) can split ranking signals across duplicates.",fix:'Add a self-referencing `<link rel="canonical" href="{full URL}">` to each listed page.',evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages missing canonical"});let m=l(c.pagesMissingMetaDescription);m.length>0&&d.push({severity:"Medium",checkId:"meta_description_missing",title:`${m.length} ${oe(m.length,"page is","pages are")} missing a meta description`,what:'These pages serve no `<meta name="description">` in the server HTML.',urls:m,why:"Google writes its own snippet for these results \u2014 usually worse copy than yours \u2014 which depresses click-through rate.",fix:"Add a unique 150\u2013160 character meta description (primary keyword + a soft CTA) to each listed page.",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages missing meta description"});let y=l(c.pagesWithMultipleH1s);y.length>0&&d.push({severity:"Medium",checkId:"h1_multiple",title:`${y.length} ${oe(y.length,"page has","pages have")} multiple H1s`,what:"These pages serve more than one `<h1>` in the document, sending conflicting topic signals.",urls:y,why:"A single clear H1 tells crawlers (and AI answer engines) what the page is about; multiple H1s dilute that signal.",fix:"Keep exactly one `<h1>` per page and demote the others to `<h2>`/`<h3>`.",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages with multiple H1s"});let w=l(c.pagesWithNoStructuredData);w.length>0&&d.push({severity:"Medium",checkId:"json_ld_missing",title:`${w.length} ${oe(w.length,"page serves","pages serve")} no structured data (zero JSON-LD)`,what:'The server HTML of these pages contains no `<script type="application/ld+json">` block at all.',urls:w,why:"Structured data powers rich results and gives AI search engines an unambiguous machine-readable summary of the page; pages without it compete on prose alone.",fix:"Add the JSON-LD type matching each page (Organization/WebSite on the homepage, Article/BlogPosting on posts, etc.) \u2014 only on the pages listed here; other crawled pages already serve schema.",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Pages with no structured data (zero JSON-LD)"});let b=c.pagesWithImgsMissingAlt.filter(x=>a.has(x.url)),A=b.reduce((x,E)=>x+E.count,0);if(A>0){let x=b.map(E=>{let Y=s.find(U=>U.url===E.url)?.imgsMissingAltSrcs??[];return`${E.url} \u2014 ${E.count} ${oe(E.count,"image")}${Y.length>0?` (${Y.join(", ")}${E.count>Y.length?", \u2026":""})`:""}`});d.push({severity:"Medium",checkId:"images_without_alt",title:`${A} ${oe(A,"image is","images are")} missing alt text across ${b.length} ${oe(b.length,"page")}`,what:'These `<img>` tags carry no `alt` attribute at all (decorative `alt=""` counts as present and is not flagged).',urls:x,why:"Missing alt text costs image-search visibility and accessibility, and is one of the most common automated-audit dings.",fix:"Add descriptive alt text to each listed image (start with the srcs shown).",evidence:"evidence.md \xA7 Site-wide rollup \u2014 Images missing alt"})}return d.sort((x,E)=>ou[x.severity]-ou[E.severity])}function Cb(e){let t=_i(e),n=new Map;for(let i of e.pages.filter(s=>s.fetched)){let s=iu(i,e.robots,t);if(!s)continue;let a=n.get(s)??[];a.push(i.url),n.set(s,a)}if(n.size===0)return[];let r=[...n.values()].reduce((i,s)=>i+s.length,0),o=[];o.push(`## ${r} crawled ${oe(r,"page is","pages are")} excluded from search on purpose`),o.push(""),o.push("These pages were captured by the crawl but are held out of the page-scoped findings above: the site itself excludes them from Google, so on-page gaps on them cost no traffic. Listed here so nothing is dropped silently \u2014 if one of these should be indexable, that is the finding.");for(let[i,s]of n){o.push(""),o.push(`**${s.length} ${oe(s.length,"page")} \u2014 ${_b[i]}:**`);for(let a of s)o.push(`- ${a}`)}return o.push(""),o}function Eb(e){let t=[];for(let n of e.filter(r=>r.fetched)){let r=Wr(n).filter(o=>o.present).map(o=>o.kind==="json_ld"?`${On[o.kind]} (${n.jsonLdTypes.join(", ")})`:On[o.kind]);r.length>0&&t.push(`- ${n.url} \u2014 ${r.join(", ")}`)}return t}function su(e){let t=Ci(e),n=_i(e),r=e.sourceRender===!0,o=[];o.push("---"),o.push(`domain: ${e.domain}`),o.push(`origin: ${n}`),o.push(`source_render: ${r}`),o.push(`generated_at: ${e.capturedAt}`),o.push(`findings: ${t.length}`),o.push("source_evidence: .seoagent/audit/evidence.md"),o.push("note: >-"),o.push(" MACHINE-GENERATED findings report derived from the live-crawl evidence."),o.push(" The audit (audit/latest.md) BUILDS ON this file \u2014 it must carry every"),o.push(" finding below forward (adding GSC context and prioritization on top),"),o.push(" never re-derive or truncate the list. Do not hand-edit; re-run"),o.push(" `seoagent crawl` to regenerate."),o.push("---"),o.push(""),o.push(`# Technical findings \u2014 ${e.domain} (from the live crawl)`),o.push(""),o.push(`Derived by code from \`.seoagent/audit/evidence.md\` (crawled ${n} at ${e.capturedAt}). Every finding below is **Confirmed** against that evidence. Reporting every one of these is non-negotiable \u2014 session economy trims bookkeeping, never findings.`),o.push(""),r&&(o.push(`> **\u26A0 ${Si}.**`),o.push("> These findings describe the LOCAL render only \u2014 the crawl hit an undesignated loopback origin. Do not present them as live-site facts; re-run `seoagent crawl --url <live origin>` for live findings."),o.push("")),t.length===0&&(o.push("## No confirmed technical findings"),o.push(""),o.push("Every indexable crawled page passed the rollup checks (canonical, meta description, single H1, structured data, image alt, server-rendered content), and robots.txt + sitemap.xml were fetched successfully with no coverage gaps."),o.push("")),t.forEach((s,a)=>{if(o.push(`## [${s.severity}] ${s.title}`),o.push(""),o.push(`**Confirmed** \xB7 Evidence: ${s.evidence}`),o.push(""),o.push(`**Check:** \`${s.checkId}\``),o.push(""),o.push(s.what),s.urls.length>0){o.push(""),o.push("Affected URLs:");for(let l of s.urls)o.push(`- ${l}`)}o.push(""),o.push(`**Why it matters:** ${s.why}`),o.push(""),o.push(`**Suggested fix:** ${s.fix}`),a<t.length-1&&o.push("")}),o.push(""),o.push(...Cb(e));let i=Eb(e.pages);return o.push("## Already present on the live site \u2014 never recommend adding these"),o.push(""),o.push('The crawl confirms the following already exist in the live server HTML. If the repo source lacks any of them, the **repo source is stale \u2014 the live page already serves it; reconcile the source** with what is live. Never phrase these as "add X".'),o.push(""),i.length===0?o.push("_(no fetched page serves any head-level entity \u2014 nothing to guard)_"):o.push(...i),o.push(""),o.join(`
906
+ `)}function au(e){let t=[],n=/^## \[(Critical|High|Medium|Low)\] (.+)$/,r=null;for(let o of e.split(/\r?\n/)){let i=o.match(n);if(i){r={severity:i[1],title:i[2].trim()},t.push(r);continue}if(/^##\s/.test(o)){r=null;continue}let s=r?o.match(Sb):null;s&&r&&(r.checkId=s[1])}return t}var Ri=500,Ab=5,Ib=18e4,Pb=9e5,Ob=6e4,Tb=3e3,Lb=15e3,Nb=2;function jb(e){let t=Ob+Tb*Math.max(0,e);return Math.min(Pb,Math.max(Ib,t))}function uu(e){let t=e.toLowerCase().replace(/^\[|\]$/g,"");return t==="localhost"||t.endsWith(".localhost")||t==="::1"||t==="0.0.0.0"||/^127\.\d{1,3}\.\d{1,3}\.\d{1,3}$/.test(t)}function Db(e){let t=e.trim().replace(/\/+$/,"");if(!t)return null;let n=t;if(!/^https?:\/\//i.test(n)){let r=n.split("/")[0].split(":")[0];n=`${uu(r)?"http":"https"}://${n}`}try{let r=new URL(n);return r.protocol!=="http:"&&r.protocol!=="https:"?null:r.origin}catch{return null}}function Ai(e){let t=[];e.urlFlag&&t.push({raw:e.urlFlag,source:"flag"}),e.liveUrl&&t.push({raw:e.liveUrl,source:"live_url"}),e.domain&&e.domain!=="unknown"&&t.push({raw:e.domain,source:"domain"});for(let n of t){let r=Db(n.raw);if(!r){if(n.source==="flag")return{ok:!1,error:`Invalid --url value: ${JSON.stringify(n.raw)} \u2014 pass a full origin like https://example.com or http://127.0.0.1:3000.`};continue}let o=n.source==="flag"||n.source==="live_url",i=uu(new URL(r).hostname);return{ok:!0,origin:r,source:n.source,designated:o,loopback:i,sourceRender:i&&!o}}return{ok:!1,error:"No crawl origin \u2014 pass --url <live site origin> or set live_url: (or domain:) in .seoagent/project.md. The crawl never guesses which site is live, and starting a local dev server does NOT count as the live site."}}async function Ii(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=Ai({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!r.ok){u.error(r.error),process.exitCode=1;return}if(r.source==="flag")try{V(t,{live_url:r.origin})}catch{}let o=n.domain&&n.domain!=="unknown"?n.domain:new URL(r.origin).host,i=Math.min(Math.max(1,e.max??Ri),Ri),s=`${r.origin}/`;u.info(`Capturing live-crawl evidence from ${r.origin} (every discovered page up to ${i} + robots + sitemap)\u2026`),r.sourceRender&&u.warn("Loopback origin without a --url/live_url designation \u2014 evidence will be labeled SOURCE RENDER (local dev server), NOT the public live site.");let[a,l,c]=await Promise.all([$i(s,e.fetchImpl),Zc(r.origin,e.fetchImpl),eu(r.origin,e.fetchImpl)]),d=a.html?qc(a.html,s):[],p=Mb({home:s,sitemapUrls:cu(c.urls,r.origin),navLinks:d,repoUrls:cu(Ub(t,o),r.origin),max:i}),f=p.urls;p.truncated>0&&u.warn(`CRAWL CAPPED: discovered ${p.discovered} pages but will fetch only ${f.length} (${e.max!==void 0?`--max ${i}`:`safety cap ${Ri}`}). ${p.truncated} discovered page${p.truncated===1?"":"s"} will NOT be audited \u2014 evidence is a LOWER BOUND.`);let g=Date.now()+jb(f.length),m=f.filter(T=>T!==s),y=await Jc(m,{concurrency:Ab,fetchImpl:e.fetchImpl,deadlineMs:g}),w=[a.evidence,...y];await Bb(w,g,e.fetchImpl);let b={domain:o,origin:r.origin,originSource:r.source,sourceRender:r.sourceRender,capturedAt:new Date().toISOString(),pages:w,robots:l,sitemap:c},A=Ei(t,k,"audit");Rb(A,{recursive:!0});let x=Ei(A,"evidence.md");lu(x,nu(b),"utf-8");let E=Ei(A,"findings.md");if(lu(E,su(b),"utf-8"),e.json){process.stdout.write(JSON.stringify(b,null,2)+`
907
+ `);return}Gb(b,x,E)}function Fb(e){try{let t=new URL(e);return t.protocol!=="http:"&&t.protocol!=="https:"?null:(t.hash="",t.pathname==="/"?`${t.origin}/${t.search}`:`${t.origin}${t.pathname.replace(/\/+$/,"")}${t.search}`)}catch{return null}}function Mb(e){let t=new Set,n=[],r=o=>{let i=Fb(o);!i||t.has(i)||(t.add(i),n.length<e.max&&n.push(i))};r(e.home);for(let o of e.sitemapUrls??[])r(o);for(let o of e.navLinks??[])r(o);for(let o of e.repoUrls??[])r(o);return{urls:n,discovered:t.size,truncated:t.size-n.length}}function Ub(e,t){try{return xe(e,t).pages.map(n=>n.url).filter(n=>/^https?:\/\//.test(n))}catch{return[]}}async function Bb(e,t,n){for(let r=0;r<e.length;r++){let o=e[r];if(o.fetched)continue;if(Date.now()>=t){let s="crawl time budget exhausted before sequential retry";e[r]={...o,failureReason:o.failureReason?`${o.failureReason}; ${s}`:s};continue}let i=await xi(o.url,{attempts:Nb,timeoutMs:Lb,fetchImpl:n});e[r]=i.fetched?i:{...i,failureReason:i.failureReason??o.failureReason??null}}}function cu(e,t){let n=[];for(let r of e)try{let o=new URL(r);n.push(`${t}${o.pathname}${o.search}`)}catch{}return n}function Gb(e,t,n){let r=ru(e),o=Tn(e.pages);u.success(`Captured evidence for ${r.fetched}/${r.pages} page${r.pages===1?"":"s"} from ${e.origin??e.domain} \u2192 ${be.dim(t)}`);let i=e.pages.filter(a=>!a.fetched);if(i.length>0){u.warn(`CRAWL INCOMPLETE: ${i.length} discovered page${i.length===1?"":"s"} could NOT be captured \u2014 evidence is a LOWER BOUND, not a complete picture. See "Pages NOT captured" in evidence.md.`);for(let a of i)u.message(` ${be.red("\u2717")} ${a.url} \u2014 ${a.failureReason??(a.status===null?"network error":`HTTP ${a.status}`)}`)}e.sourceRender&&u.warn("SOURCE RENDER (local dev server) \u2014 this evidence describes the local render, NOT the public live site. Re-run with --url <live origin> for live evidence."),u.message(` robots.txt: ${r.robotsFetched?be.green("fetched"):be.yellow("not reachable")} \xB7 sitemap: ${r.sitemapCount===null?be.yellow("not reachable"):be.green(`${r.sitemapCount} URLs`)}`);let s=[];if(o.pagesMissingCanonical.length>0&&s.push(`${o.pagesMissingCanonical.length} missing canonical`),o.pagesMissingMetaDescription.length>0&&s.push(`${o.pagesMissingMetaDescription.length} missing meta description`),o.pagesWithMultipleH1s.length>0&&s.push(`${o.pagesWithMultipleH1s.length} with multiple H1s`),o.pagesWithNoStructuredData.length>0&&s.push(`${o.pagesWithNoStructuredData.length} with no structured data`),o.totalImgsMissingAlt>0&&s.push(`${o.totalImgsMissingAlt} image${o.totalImgsMissingAlt===1?"":"s"} missing alt`),s.length>0&&u.message(` ${be.yellow("!")} rollup: ${s.join(" \xB7 ")}`),r.shells>0&&u.message(` ${be.yellow("!")} ${r.shells} page(s) render as a client-side shell \u2014 crawlers can't see the content`),n){let a=Ci(e).length;u.message(` findings report: ${a===0?be.green("no confirmed findings"):be.yellow(`${a} confirmed finding${a===1?"":"s"}`)} \u2192 ${be.dim(n)}`)}u.info("The audit will ground its Confirmed findings on this evidence \u2014 and must carry EVERY finding from findings.md into audit/latest.md and the final summary. No invented robots rules, no recommending schema that already exists.")}import{existsSync as qb,mkdirSync as Vb,writeFileSync as zb}from"fs";import{dirname as yu,join as Yb}from"path";import Ce from"picocolors";var Hb=10,pu=30,Pi=200;function fu(e,t,n){let r=new URL(t).host,o=new Set,i=[];for(let l of e){let c;try{c=new URL(l)}catch{continue}if(c.host!==r){let p=f=>f.replace(/^www\./,"");if(p(c.host)!==p(r))continue}let d=c.href.split("#")[0];o.has(d)||(o.add(d),!fe(j(d))&&(/\.(md|txt)$/i.test(c.pathname)||i.push(d)))}let s=`${t.replace(/\/$/,"")}/`,a=i.findIndex(l=>l===s||l===s.slice(0,-1));if(a>0){let[l]=i.splice(a,1);i.unshift(l)}return{selected:i.slice(0,n),skipped:i.slice(n)}}function Wb(e,t){let n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n}function Oi(e){let t=0,n=0;for(let r of e)r.error||r.indexStatus==="ERROR"?n+=1:r.indexStatus==="PASS"&&(t+=1);return{inspected:e.length,indexed:t,notIndexed:e.length-t-n,errors:n}}function Vr(e){return e.replace(/\|/g,"\\|")}function du(e){return e.error?e.error:e.coverageState||e.indexStatus}function gu(e,t){let n=Oi(e),r=e.filter(l=>!l.error&&l.indexStatus==="PASS"),o=e.filter(l=>l.error||l.indexStatus==="ERROR"),i=e.filter(l=>!r.includes(l)&&!o.includes(l)),s=t.notInspected.length===0,a=["---",`origin: ${t.origin}`,`gsc_property: ${t.siteUrl}`,`generated: ${t.generatedAt}`,`sitemap: ${t.sitemapUrl??"(none found \u2014 homepage only)"}`,`sitemap_urls: ${t.sitemapUrlCount}`,`inspected: ${n.inspected}`,`indexed: ${n.indexed}`,`not_indexed: ${n.notIndexed}`,`errors: ${n.errors}`,`capture_complete: ${s}`,"---","",`# GSC Indexing Coverage \u2014 ${t.origin}`,"","Verdicts are authoritative Google Search Console URL Inspection results",`fetched ${t.generatedAt} for property \`${t.siteUrl}\`. A finding derived`,'from a row below is `Confirmed`. URLs in the "Not inspected" section have',"NO verdict \u2014 never claim they are indexed or not indexed.",""];if(i.length>0){a.push(`## Not indexed (${i.length})`,""),a.push("| URL | Verdict | Coverage state | Last crawl | Robots | Fetch |"),a.push("| --- | --- | --- | --- | --- | --- |");for(let l of i)a.push(`| ${Vr(l.url)} | ${l.indexStatus} | ${Vr(du(l))} | ${l.lastCrawlTime??"\u2014"} | ${l.robotsTxtState??"\u2014"} | ${l.fetchStatus??"\u2014"} |`);a.push("")}if(r.length>0){a.push(`## Indexed (${r.length})`,""),a.push("| URL | Coverage state | Google canonical | Last crawl |"),a.push("| --- | --- | --- | --- |");for(let l of r)a.push(`| ${Vr(l.url)} | ${Vr(du(l))} | ${l.googleCanonical??"\u2014"} | ${l.lastCrawlTime??"\u2014"} |`);a.push("")}if(o.length>0){a.push(`## Inspection errors (${o.length})`,"");for(let l of o)a.push(`- ${l.url} \u2014 ${l.error??"unknown error"}`);a.push("")}if(!s){a.push(`## Not inspected (${t.notInspected.length} sitemap URLs beyond the cap)`,"","No verdict exists for these \u2014 raise the cap with `--max <n>` to inspect them.","");let l=t.notInspected.slice(0,100);for(let c of l)a.push(`- ${c}`);t.notInspected.length>l.length&&a.push(`- \u2026and ${t.notInspected.length-l.length} more`),a.push("")}return a.join(`
908
+ `)}var yt=class extends Error{constructor(n,r){super(r);this.code=n}};async function mu(e){let t=(e.apiBase||e.auth.api_base).replace(/\/$/,""),n=Wb(e.urls,Hb),r=[],o="";for(let[i,s]of n.entries()){let a;try{a=await L(`${t}/api/cli/indexing`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e.auth.user_token}:${e.auth.website_token}`},body:JSON.stringify({urls:s})},{timeoutMs:11e4,fetchImpl:e.fetchImpl})}catch(c){throw new yt("http_error",`Network error calling ${t}/api/cli/indexing: ${c instanceof Error?c.message:String(c)}`)}let l=await a.json().catch(()=>({}));if(!a.ok||l.status!=="ok"){let c=l.code;throw c==="gsc_not_connected"||c==="gsc_property_not_found"||c==="gsc_token_error"||c==="invalid_credentials"||c==="url_domain_mismatch"?new yt(c,l.error||c):new yt("http_error",l.error||`HTTP ${a.status} from /api/cli/indexing`)}o=l.site_url||o,r.push(...l.results??[]),e.onProgress?.(r.length,e.urls.length)}return{siteUrl:o,results:r}}var Kb=5;async function hu(e,t=fetch){let n=`${e.replace(/\/$/,"")}/sitemap.xml`,r=async a=>{try{let l=await L(a,{},{fetchImpl:t,timeoutMs:15e3});return l.ok?je(await l.text()):null}catch{return null}},o=await r(n);if(!o||o.length===0)return null;let i=o.filter(a=>/\.xml(\?.*)?$/i.test(a)),s=o.filter(a=>!/\.xml(\?.*)?$/i.test(a));if(i.length>0)for(let a of i.slice(0,Kb)){let l=await r(a);l&&s.push(...l.filter(c=>!/\.xml(\?.*)?$/i.test(c)))}return s.length===0?null:{sitemapUrl:n,urls:s}}async function Ti(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=D(n.domain);if(!r){let b=Ve();u.error(`Not logged in for ${n.domain}. Indexing coverage needs Google Search Console, which comes with the FREE cloud account.
909
909
  Run ${Ce.cyan("seoagent login")} (connects GSC), then re-run ${Ce.cyan("seoagent indexing")}.`+(b.length>0?`
910
- (This machine is logged in to: ${b.join(", ")} \u2014 not this project's site.)`:"")),process.exitCode=1;return}let o=Ri({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!o.ok){u.error(o.error),process.exitCode=1;return}let i=o.origin,s=Math.min(Math.max(1,e.max??pu),Ii);u.info(`Reading live sitemap from ${i}/sitemap.xml\u2026`);let a=await hu(i,e.fetchImpl),l=a?.urls??[`${i.replace(/\/$/,"")}/`];a||u.warn("No parseable sitemap found \u2014 inspecting the homepage only.");let{selected:c,skipped:d}=fu(l,i,s);if(c.length===0){u.error(`The sitemap at ${i}/sitemap.xml lists no inspectable same-origin URLs.`),process.exitCode=1;return}u.info(`Inspecting ${c.length} URL${c.length===1?"":"s"} with Google Search Console (this takes a few seconds per URL)\u2026`);let p;try{p=await mu({urls:c,auth:r,apiBase:e.apiBase,fetchImpl:e.fetchImpl,onProgress:(b,A)=>{b<A&&u.info(` \u2026${b}/${A} inspected`)}})}catch(b){if(b instanceof yt){let A={invalid_credentials:`Stored credentials were rejected \u2014 run ${Ce.cyan("seoagent login")} again.`,gsc_not_connected:"Connect Google Search Console from the SEOAgent dashboard, then re-run.",gsc_property_not_found:`Verify the site in Search Console (property matching ${n.domain}) and re-run.`,url_domain_mismatch:`These credentials belong to a different site. Run ${Ce.cyan("seoagent login")} for ${n.domain}, then re-run.`,gsc_token_error:"Search Console token expired \u2014 reconnect GSC from the dashboard.",http_error:"Transient network/server error \u2014 re-run in a minute."};u.error(`${b.message}
911
- ${A[b.code]}`)}else u.error(`Indexing lookup failed: ${b instanceof Error?b.message:String(b)}`);process.exitCode=1;return}let f=(e.now?.()??new Date).toISOString(),g=gu(p.results,{origin:i,siteUrl:p.siteUrl,generatedAt:f,sitemapUrl:a?.sitemapUrl??null,sitemapUrlCount:l.length,notInspected:d}),m=zb(Le(t),"audit","indexing.md");Kb(yu(m))||qb(yu(m),{recursive:!0}),Vb(m,g,"utf-8");let y=Pi(p.results);if(e.json){process.stdout.write(JSON.stringify({origin:i,site_url:p.siteUrl,summary:y,results:p.results,not_inspected:d},null,2)+`
912
- `);return}let w=y.inspected>0?Math.round(y.indexed/y.inspected*100):0;u.info(""),u.info(`${Ce.bold("Indexing coverage")} for ${i} (GSC property ${p.siteUrl}):`),u.info(` ${Ce.green(`${y.indexed} indexed`)} \xB7 ${y.notIndexed>0?Ce.yellow(`${y.notIndexed} not indexed`):"0 not indexed"} \xB7 ${y.errors>0?Ce.red(`${y.errors} errors`):"0 errors"} \u2014 ${w}% of the ${y.inspected} inspected sitemap URLs`),d.length>0&&u.info(` ${d.length} sitemap URLs not inspected (cap ${s}) \u2014 raise with ${Ce.cyan(`--max ${Math.min(l.length,Ii)}`)}`),u.info(` Report: ${Ce.cyan(".seoagent/audit/indexing.md")}`)}import On from"picocolors";async function Oi(e={}){let t=process.cwd(),n=Ft(t,{extraFiles:e.files});if(e.json){process.stdout.write(JSON.stringify(n,null,2)+`
913
- `);return}if(!n.evidenceFound){if(e.quiet)return;u.info(`No crawl evidence found (.seoagent/audit/evidence.md) \u2014 run \`${h("crawl")}\` first, then re-run verify-recs. Nothing was verified.`);return}if(n.sourceRender){u.warn(`evidence.md is a SOURCE RENDER (undesignated local dev-server crawl) \u2014 verify-recs CANNOT verify live-state claims against it. No corrections were applied. Re-run \`${h("crawl")} --url <live origin>\` to capture live evidence, then re-run verify-recs.`);return}if(n.corrections.length===0){if(e.quiet)return;u.success(`Verified ${n.scanned.length} authored file${n.scanned.length===1?"":"s"} against the crawl evidence \u2014 no false absence/add claims found.`)}else{u.warn(`Corrected ${n.corrections.length} claim${n.corrections.length===1?"":"s"} that contradicted the live-crawl evidence:`);for(let r of n.corrections)u.message(` ${On.dim(`${r.file}:${r.line}`)} \u2014 the live page already serves ${On.bold(r.entityLabel)} (${r.pageUrl})`);u.info("Each line was rewritten in place with a CORRECTION annotation. Reflect these corrections in your final summary \u2014 the original claims were wrong.")}if(n.stale.length>0&&!e.quiet){let r=n.stale.length;u.message(` ${On.dim(`${r} earlier claim${r===1?"":"s"} predate${r===1?"s":""} the crawl (captured ${n.stale[0].capturedAt}) and ${r===1?"was":"were"} left as history \u2014 the live page now serves what ${r===1?"it":"they"} reported missing. Mark ${r===1?"it":"them"} fixed in a re-audit; do not rewrite the record.`)}`);for(let o of n.stale)u.message(` ${On.dim(`${o.file}:${o.line} (authored ${o.authoredAt}) \u2014 ${o.entityLabel} (${o.pageUrl})`)}`)}n.skipped.length>0&&u.message(` ${On.dim(`skipped (protected): ${n.skipped.join(", ")}`)}`)}import{existsSync as wu,readFileSync as bu,readdirSync as Yb,statSync as Jb}from"fs";import{join as Ee,relative as Xb,sep as Qb}from"path";var Zb=["Critical","High","Medium","Low"],ek={Critical:5,High:3,Medium:2,Low:1},tk=8;function nk(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
914
- `,1)[0].trim(),i=Zb.find(p=>o.toLowerCase().startsWith(p.toLowerCase()));if(!i)continue;let s=r.split(`
915
- `).slice(1),a=null,l=0,c=ek[i]??2,d=()=>{a&&l<c&&(t.push({severity:i,block:a.join(`
916
- `).trimEnd()}),l++),a=null};for(let p of s)/^- \[[ xX]\]/.test(p)?(d(),a=/^- \[ \]/.test(p)?[p]:null):a&&/^\s+\S/.test(p)?a.push(p):a&&p.trim()===""&&d();d()}return t.slice(0,tk)}function rk(e){let t={harvest:0,redirect:0,sunset:0},n=/^---\n([\s\S]*?)\n---/.exec(e);if(n)for(let a of["harvest","redirect","sunset"]){let l=new RegExp(`^${a}:\\s*(\\d+)\\s*$`,"m").exec(n[1]);l&&(t[a]=parseInt(l[1],10))}let r=[],o=null,i=null,s=()=>{i&&r.push(i),i=null};for(let a of e.split(`
917
- `)){let l=/^## (Harvest|Redirect|Sunset)\b/i.exec(a);if(l){s(),o=l[1].toLowerCase();continue}if(/^## /.test(a)){s(),o=null;continue}let c=/^- \[[ xX]\] `([^`]+)`/.exec(a);if(c&&o){s(),i={asset:c[1],disposition:o,evidence:"",action:""};continue}if(!i)continue;let d=/\*\*Evidence \(GSC\):\*\*\s*(.+)$/.exec(a);d&&(i.evidence=d[1].trim());let p=/\*\*Action:\*\*\s*(.+)$/.exec(a);p&&(i.action=p[1].trim())}return s(),r.length===0&&t.harvest+t.redirect+t.sunset===0?null:{...t,rows:r}}var ok=5;function ik(e){let t=[];for(let n of e.split(`
918
- `)){let r=/^\s*- \[ \]\s+(.+)$/.exec(n);if(r&&t.push(r[1].trim()),t.length>=ok)break}return t}function ku(e,t=[]){let n;try{n=Yb(e)}catch{return t}for(let r of n){let o=Ee(e,r),i;try{i=Jb(o)}catch{continue}i.isDirectory()?ku(o,t):r.endsWith(".md")&&t.push(o)}return t}function sk(e,t=[]){let n=[],r=new Set(ku(Ee(e,k)));for(let o of t){let i=Ee(e,o);wu(i)&&r.add(i)}for(let o of r){let i;try{i=bu(o,"utf-8")}catch{continue}let s=i.split(`
919
- `);for(let a=0;a<s.length;a++)s[a].includes(yn)&&n.push({file:Xb(e,o).split(Qb).join("/"),line:a+1,text:s[a].trim()})}return n}function ak(e){let t=e.evidenceMd===null?"missing":Er(e.evidenceMd)?"source-render":"live",n=t==="live",r=e.auditMd?nk(e.auditMd):[],o=e.findingsMd?au(e.findingsMd):[],i=e.migrationMd?rk(e.migrationMd):null,s=e.roadmapMd?ik(e.roadmapMd):[],a=[];if(a.push(`# SEOAgent session summary \u2014 ${e.domain??"unknown site"}`),a.push(""),t==="source-render"?(a.push("> \u26A0\uFE0F **Live-state claims are UNVERIFIED.** The latest crawl evidence is a SOURCE RENDER (a local dev-server crawl that was never designated as the live origin) \u2014 it describes the local render only. Say so in the final message; re-run `seoagent crawl --url <live origin>` to verify."),a.push("")):t==="missing"&&(a.push("> \u26A0\uFE0F **Live-state claims are UNVERIFIED.** No crawl evidence exists (.seoagent/audit/evidence.md) \u2014 nothing below is grounded in a live fetch. Run `seoagent crawl` before asserting live-site facts."),a.push("")),a.push("## Top findings (quoted from `.seoagent/audit/latest.md`)"),a.push(""),r.length===0)a.push(e.auditMd?"_No open findings in the audit file._":"_No audit file found (`.seoagent/audit/latest.md`) \u2014 no findings to report._"),a.push("");else{let l="";for(let c of r)c.severity!==l&&(a.push(`### ${c.severity}`),a.push(""),l=c.severity),a.push(c.block),a.push("")}if(e.findingsMd!==null){if(a.push("## Technical findings (from live crawl)"),a.push(""),o.length===0)a.push("_No confirmed technical findings \u2014 every crawled page passed the live-crawl checks._");else{a.push(`All ${o.length} confirmed finding${o.length===1?"":"s"} from \`.seoagent/audit/findings.md\` (full detail there). Relay every one \u2014 this list is never truncated:`),a.push("");for(let l of o)a.push(`- **[${l.severity}]** ${l.title}`)}a.push("")}if(e.corrections.length>0){a.push("## Corrections applied by verify-recs \u2014 relay THESE, not the original claims"),a.push("");for(let l of e.corrections)a.push(`- \`${l.file}:${l.line}\` \u2014 ${l.text}`);a.push("")}if(i&&(a.push("## Migration plan (from `.seoagent/strategy/migration-plan.md`)"),a.push(""),a.push(`**${i.harvest} harvest \xB7 ${i.redirect} redirect \xB7 ${i.sunset} sunset**`),a.push(""),i.rows.length>0)){a.push("| Asset | Disposition | GSC evidence | Action |"),a.push("|---|---|---|---|");for(let l of i.rows)a.push(`| \`${l.asset}\` | ${l.disposition} | ${l.evidence} | ${l.action} |`);a.push("")}return s.length>0&&(a.push("## Next steps (top open roadmap items)"),a.push(""),s.forEach((l,c)=>a.push(`${c+1}. ${l}`)),a.push("")),{markdown:a.join(`
920
- `),json:{domain:e.domain,liveStateVerified:n,evidenceStatus:t,findings:r,technicalFindings:o,corrections:e.corrections,migration:i,roadmap:s}}}function Bt(e){try{return wu(e)?bu(e,"utf-8"):null}catch{return null}}function lk(e){let t=Bt(Ee(e,k,"project.md"));if(!t)return null;let n=/^domain:\s*(\S+)\s*$/m.exec(t);return n?n[1]:null}function vu(e,t=[]){try{Ft(e,{extraFiles:t})}catch{}let n=Ee(e,k);return ak({domain:lk(e),auditMd:Bt(Ee(n,"audit","latest.md")),findingsMd:Bt(Ee(n,"audit","findings.md")),migrationMd:Bt(Ee(n,"strategy","migration-plan.md")),roadmapMd:Bt(Ee(n,"roadmap.md")),evidenceMd:Bt(Ee(n,"audit","evidence.md")),corrections:sk(e,t)})}function Li(e={}){let t=vu(process.cwd(),e.files??[]);if(e.json){process.stdout.write(JSON.stringify(t.json,null,2)+`
910
+ (This machine is logged in to: ${b.join(", ")} \u2014 not this project's site.)`:"")),process.exitCode=1;return}let o=Ai({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!o.ok){u.error(o.error),process.exitCode=1;return}let i=o.origin,s=Math.min(Math.max(1,e.max??pu),Pi);u.info(`Reading live sitemap from ${i}/sitemap.xml\u2026`);let a=await hu(i,e.fetchImpl),l=a?.urls??[`${i.replace(/\/$/,"")}/`];a||u.warn("No parseable sitemap found \u2014 inspecting the homepage only.");let{selected:c,skipped:d}=fu(l,i,s);if(c.length===0){u.error(`The sitemap at ${i}/sitemap.xml lists no inspectable same-origin URLs.`),process.exitCode=1;return}u.info(`Inspecting ${c.length} URL${c.length===1?"":"s"} with Google Search Console (this takes a few seconds per URL)\u2026`);let p;try{p=await mu({urls:c,auth:r,apiBase:e.apiBase,fetchImpl:e.fetchImpl,onProgress:(b,A)=>{b<A&&u.info(` \u2026${b}/${A} inspected`)}})}catch(b){if(b instanceof yt){let A={invalid_credentials:`Stored credentials were rejected \u2014 run ${Ce.cyan("seoagent login")} again.`,gsc_not_connected:"Connect Google Search Console from the SEOAgent dashboard, then re-run.",gsc_property_not_found:`Verify the site in Search Console (property matching ${n.domain}) and re-run.`,url_domain_mismatch:`These credentials belong to a different site. Run ${Ce.cyan("seoagent login")} for ${n.domain}, then re-run.`,gsc_token_error:"Search Console token expired \u2014 reconnect GSC from the dashboard.",http_error:"Transient network/server error \u2014 re-run in a minute."};u.error(`${b.message}
911
+ ${A[b.code]}`)}else u.error(`Indexing lookup failed: ${b instanceof Error?b.message:String(b)}`);process.exitCode=1;return}let f=(e.now?.()??new Date).toISOString(),g=gu(p.results,{origin:i,siteUrl:p.siteUrl,generatedAt:f,sitemapUrl:a?.sitemapUrl??null,sitemapUrlCount:l.length,notInspected:d}),m=Yb(Le(t),"audit","indexing.md");qb(yu(m))||Vb(yu(m),{recursive:!0}),zb(m,g,"utf-8");let y=Oi(p.results);if(e.json){process.stdout.write(JSON.stringify({origin:i,site_url:p.siteUrl,summary:y,results:p.results,not_inspected:d},null,2)+`
912
+ `);return}let w=y.inspected>0?Math.round(y.indexed/y.inspected*100):0;u.info(""),u.info(`${Ce.bold("Indexing coverage")} for ${i} (GSC property ${p.siteUrl}):`),u.info(` ${Ce.green(`${y.indexed} indexed`)} \xB7 ${y.notIndexed>0?Ce.yellow(`${y.notIndexed} not indexed`):"0 not indexed"} \xB7 ${y.errors>0?Ce.red(`${y.errors} errors`):"0 errors"} \u2014 ${w}% of the ${y.inspected} inspected sitemap URLs`),d.length>0&&u.info(` ${d.length} sitemap URLs not inspected (cap ${s}) \u2014 raise with ${Ce.cyan(`--max ${Math.min(l.length,Pi)}`)}`),u.info(` Report: ${Ce.cyan(".seoagent/audit/indexing.md")}`)}import Ln from"picocolors";async function Li(e={}){let t=process.cwd(),n=Ft(t,{extraFiles:e.files});if(e.json){process.stdout.write(JSON.stringify(n,null,2)+`
913
+ `);return}if(!n.evidenceFound){if(e.quiet)return;u.info(`No crawl evidence found (.seoagent/audit/evidence.md) \u2014 run \`${h("crawl")}\` first, then re-run verify-recs. Nothing was verified.`);return}if(n.sourceRender){u.warn(`evidence.md is a SOURCE RENDER (undesignated local dev-server crawl) \u2014 verify-recs CANNOT verify live-state claims against it. No corrections were applied. Re-run \`${h("crawl")} --url <live origin>\` to capture live evidence, then re-run verify-recs.`);return}if(n.corrections.length===0){if(e.quiet)return;u.success(`Verified ${n.scanned.length} authored file${n.scanned.length===1?"":"s"} against the crawl evidence \u2014 no false absence/add claims found.`)}else{u.warn(`Corrected ${n.corrections.length} claim${n.corrections.length===1?"":"s"} that contradicted the live-crawl evidence:`);for(let r of n.corrections)u.message(` ${Ln.dim(`${r.file}:${r.line}`)} \u2014 the live page already serves ${Ln.bold(r.entityLabel)} (${r.pageUrl})`);u.info("Each line was rewritten in place with a CORRECTION annotation. Reflect these corrections in your final summary \u2014 the original claims were wrong.")}if(n.stale.length>0&&!e.quiet){let r=n.stale.length;u.message(` ${Ln.dim(`${r} earlier claim${r===1?"":"s"} predate${r===1?"s":""} the crawl (captured ${n.stale[0].capturedAt}) and ${r===1?"was":"were"} left as history \u2014 the live page now serves what ${r===1?"it":"they"} reported missing. Mark ${r===1?"it":"them"} fixed in a re-audit; do not rewrite the record.`)}`);for(let o of n.stale)u.message(` ${Ln.dim(`${o.file}:${o.line} (authored ${o.authoredAt}) \u2014 ${o.entityLabel} (${o.pageUrl})`)}`)}n.skipped.length>0&&u.message(` ${Ln.dim(`skipped (protected): ${n.skipped.join(", ")}`)}`)}import{existsSync as wu,readFileSync as bu,readdirSync as Jb,statSync as Xb}from"fs";import{join as Ee,relative as Qb,sep as Zb}from"path";var ek=["Critical","High","Medium","Low"],tk={Critical:5,High:3,Medium:2,Low:1},nk=8;function rk(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
914
+ `,1)[0].trim(),i=ek.find(p=>o.toLowerCase().startsWith(p.toLowerCase()));if(!i)continue;let s=r.split(`
915
+ `).slice(1),a=null,l=0,c=tk[i]??2,d=()=>{a&&l<c&&(t.push({severity:i,block:a.join(`
916
+ `).trimEnd()}),l++),a=null};for(let p of s)/^- \[[ xX]\]/.test(p)?(d(),a=/^- \[ \]/.test(p)?[p]:null):a&&/^\s+\S/.test(p)?a.push(p):a&&p.trim()===""&&d();d()}return t.slice(0,nk)}function ok(e){let t={harvest:0,redirect:0,sunset:0},n=/^---\n([\s\S]*?)\n---/.exec(e);if(n)for(let a of["harvest","redirect","sunset"]){let l=new RegExp(`^${a}:\\s*(\\d+)\\s*$`,"m").exec(n[1]);l&&(t[a]=parseInt(l[1],10))}let r=[],o=null,i=null,s=()=>{i&&r.push(i),i=null};for(let a of e.split(`
917
+ `)){let l=/^## (Harvest|Redirect|Sunset)\b/i.exec(a);if(l){s(),o=l[1].toLowerCase();continue}if(/^## /.test(a)){s(),o=null;continue}let c=/^- \[[ xX]\] `([^`]+)`/.exec(a);if(c&&o){s(),i={asset:c[1],disposition:o,evidence:"",action:""};continue}if(!i)continue;let d=/\*\*Evidence \(GSC\):\*\*\s*(.+)$/.exec(a);d&&(i.evidence=d[1].trim());let p=/\*\*Action:\*\*\s*(.+)$/.exec(a);p&&(i.action=p[1].trim())}return s(),r.length===0&&t.harvest+t.redirect+t.sunset===0?null:{...t,rows:r}}var ik=5;function sk(e){let t=[];for(let n of e.split(`
918
+ `)){let r=/^\s*- \[ \]\s+(.+)$/.exec(n);if(r&&t.push(r[1].trim()),t.length>=ik)break}return t}function ku(e,t=[]){let n;try{n=Jb(e)}catch{return t}for(let r of n){let o=Ee(e,r),i;try{i=Xb(o)}catch{continue}i.isDirectory()?ku(o,t):r.endsWith(".md")&&t.push(o)}return t}function ak(e,t=[]){let n=[],r=new Set(ku(Ee(e,k)));for(let o of t){let i=Ee(e,o);wu(i)&&r.add(i)}for(let o of r){let i;try{i=bu(o,"utf-8")}catch{continue}let s=i.split(`
919
+ `);for(let a=0;a<s.length;a++)s[a].includes(wn)&&n.push({file:Qb(e,o).split(Zb).join("/"),line:a+1,text:s[a].trim()})}return n}function lk(e){let t=e.evidenceMd===null?"missing":Er(e.evidenceMd)?"source-render":"live",n=t==="live",r=e.auditMd?rk(e.auditMd):[],o=e.findingsMd?au(e.findingsMd):[],i=e.migrationMd?ok(e.migrationMd):null,s=e.roadmapMd?sk(e.roadmapMd):[],a=[];if(a.push(`# SEOAgent session summary \u2014 ${e.domain??"unknown site"}`),a.push(""),t==="source-render"?(a.push("> \u26A0\uFE0F **Live-state claims are UNVERIFIED.** The latest crawl evidence is a SOURCE RENDER (a local dev-server crawl that was never designated as the live origin) \u2014 it describes the local render only. Say so in the final message; re-run `seoagent crawl --url <live origin>` to verify."),a.push("")):t==="missing"&&(a.push("> \u26A0\uFE0F **Live-state claims are UNVERIFIED.** No crawl evidence exists (.seoagent/audit/evidence.md) \u2014 nothing below is grounded in a live fetch. Run `seoagent crawl` before asserting live-site facts."),a.push("")),a.push("## Top findings (quoted from `.seoagent/audit/latest.md`)"),a.push(""),r.length===0)a.push(e.auditMd?"_No open findings in the audit file._":"_No audit file found (`.seoagent/audit/latest.md`) \u2014 no findings to report._"),a.push("");else{let l="";for(let c of r)c.severity!==l&&(a.push(`### ${c.severity}`),a.push(""),l=c.severity),a.push(c.block),a.push("")}if(e.findingsMd!==null){if(a.push("## Technical findings (from live crawl)"),a.push(""),o.length===0)a.push("_No confirmed technical findings \u2014 every crawled page passed the live-crawl checks._");else{a.push(`All ${o.length} confirmed finding${o.length===1?"":"s"} from \`.seoagent/audit/findings.md\` (full detail there). Relay every one \u2014 this list is never truncated:`),a.push("");for(let l of o)a.push(`- **[${l.severity}]** ${l.title}`)}a.push("")}if(e.corrections.length>0){a.push("## Corrections applied by verify-recs \u2014 relay THESE, not the original claims"),a.push("");for(let l of e.corrections)a.push(`- \`${l.file}:${l.line}\` \u2014 ${l.text}`);a.push("")}if(i&&(a.push("## Migration plan (from `.seoagent/strategy/migration-plan.md`)"),a.push(""),a.push(`**${i.harvest} harvest \xB7 ${i.redirect} redirect \xB7 ${i.sunset} sunset**`),a.push(""),i.rows.length>0)){a.push("| Asset | Disposition | GSC evidence | Action |"),a.push("|---|---|---|---|");for(let l of i.rows)a.push(`| \`${l.asset}\` | ${l.disposition} | ${l.evidence} | ${l.action} |`);a.push("")}return s.length>0&&(a.push("## Next steps (top open roadmap items)"),a.push(""),s.forEach((l,c)=>a.push(`${c+1}. ${l}`)),a.push("")),{markdown:a.join(`
920
+ `),json:{domain:e.domain,liveStateVerified:n,evidenceStatus:t,findings:r,technicalFindings:o,corrections:e.corrections,migration:i,roadmap:s}}}function Bt(e){try{return wu(e)?bu(e,"utf-8"):null}catch{return null}}function ck(e){let t=Bt(Ee(e,k,"project.md"));if(!t)return null;let n=/^domain:\s*(\S+)\s*$/m.exec(t);return n?n[1]:null}function vu(e,t=[]){try{Ft(e,{extraFiles:t})}catch{}let n=Ee(e,k);return lk({domain:ck(e),auditMd:Bt(Ee(n,"audit","latest.md")),findingsMd:Bt(Ee(n,"audit","findings.md")),migrationMd:Bt(Ee(n,"strategy","migration-plan.md")),roadmapMd:Bt(Ee(n,"roadmap.md")),evidenceMd:Bt(Ee(n,"audit","evidence.md")),corrections:ak(e,t)})}function Ni(e={}){let t=vu(process.cwd(),e.files??[]);if(e.json){process.stdout.write(JSON.stringify(t.json,null,2)+`
921
921
  `);return}process.stdout.write(t.markdown.trimEnd()+`
922
- `)}import{existsSync as kk,mkdirSync as vk,readFileSync as Iu,writeFileSync as $k}from"fs";import{join as Di}from"path";import Gt from"picocolors";import{readdirSync as ck,readFileSync as uk,statSync as dk}from"fs";import{join as Vr}from"path";var xu={minImpressionsToPreserve:50,onTopicRelevance:.34},pk=new Set(["the","a","an","and","or","for","to","of","in","on","with","how","what","why","best","top","is","are","your","you","my","vs","app","tool","tools","software","online","free","guide","com","www","http","https"]);function Su(e){return e.toLowerCase().replace(/https?:\/\/[^/]+/g," ").replace(/[^a-z0-9]+/g," ").split(" ").filter(t=>t.length>2&&!pk.has(t)&&!/^\d+$/.test(t))}function _u(e){let t=new Set;for(let n of e)for(let r of Su(n))t.add(r);return t}function fk(e,t){let n=Su(e);return n.length===0||t.size===0?0:n.filter(o=>t.has(o)).length/n.length}function gk(e,t,n=xu){let r=fk(e.key,t),o=r>=n.onTopicRelevance,i=e.impressions>=n.minImpressionsToPreserve,s=e.position===null?"unknown":e.position.toFixed(1),a=`${e.impressions} impressions, ${e.clicks} clicks, avg position ${s}`,l,c,d;return o&&i?(l="harvest",c=`On-strategy for the new direction (relevance ${(r*100).toFixed(0)}%) with real authority (${a}). Bridgeable \u2014 keep the equity.`,d=e.kind==="page"?`Refresh/repurpose ${e.key} into the new narrative (keep the URL, retarget the content to the new positioning).`:`Build/retarget an on-strategy page for "${e.key}" \u2014 real demand that fits the new direction.`):!o&&i?(l="redirect",c=`Off-topic for the new direction (relevance ${(r*100).toFixed(0)}%) but holds authority (${a}). Don't throw the equity away.`,d=e.kind==="page"?`301-redirect ${e.key} into the most relevant new page (pass the authority forward).`:`Point the closest new page at "${e.key}" via a 301 from any legacy URL that ranks for it.`):(l="sunset",c=o?`On-topic but negligible authority (${a}) \u2014 not worth active migration.`:`Off-topic for the new direction and negligible authority (${a}).`,d=e.kind==="page"?`Let ${e.key} decay / noindex it \u2014 low-value legacy that doesn't fit the new direction.`:`Ignore "${e.key}" \u2014 legacy off-strategy query with no real traffic to preserve.`),{row:e,disposition:l,onTopic:o,relevance:r,rationale:c,action:d}}function Cu(e,t,n=xu){return e.map(r=>gk(r,t,n)).sort((r,o)=>o.row.impressions-r.row.impressions)}function Ni(e){let t=[],n="",r=!1;for(let o=0;o<e.length;o++){let i=e[o];i==='"'?r&&e[o+1]==='"'?(n+='"',o++):r=!r:i===","&&!r?(t.push(n),n=""):n+=i}return t.push(n),t.map(o=>o.trim())}function qr(e){if(e===void 0||e==="")return null;let t=e.replace(/[",%\s]/g,"");if(t==="")return null;let n=Number(t);return Number.isFinite(n)?n:null}function ji(e){let t=e.split(/\r?\n/).filter(p=>p.trim()!=="");if(t.length<2)return[];let n=Ni(t[0]).map(p=>p.toLowerCase()),r=n[0]??"",o=/quer/i.test(r)?"query":"page",i=p=>n.findIndex(f=>p.some(g=>f.includes(g))),s=i(["click"]),a=i(["impression"]),l=i(["ctr"]),c=i(["position"]),d=[];for(let p=1;p<t.length;p++){let f=Ni(t[p]),g=(f[0]??"").trim();if(!g)continue;let m=l>=0?f[l]??"":"",y=qr(m);d.push({key:g,kind:o,clicks:s>=0?qr(f[s]??"")??0:0,impressions:a>=0?qr(f[a]??"")??0:0,position:c>=0?qr(f[c]??""):null,ctr:y===null?null:/%/.test(m)?y/100:y})}return d}function mk(e){let t=e.split(/\r?\n/).find(s=>s.trim()!=="");if(!t)return!1;let n=Ni(t).map(s=>s.toLowerCase()),r=n[0]??"",o=/page|url|quer/.test(r),i=n.some(s=>s.includes("impression"));return o&&i}var hk=[".","gsc",Vr(".seoagent","gsc"),Vr("data","gsc")],yk=4096;function Eu(e){let t=[];for(let n of hk){let r=Vr(e,n),o;try{o=ck(r)}catch{continue}for(let i of o){if(!/\.csv$/i.test(i))continue;let s=Vr(r,i);try{if(!dk(s).isFile())continue;let a=uk(s,"utf-8").slice(0,yk);mk(a)&&t.push(s)}catch{}}}return t}var $u=["harvest","redirect","sunset"],wk={harvest:"Harvest \u2014 refresh/repurpose into the new direction (keep the URL)",redirect:"Redirect \u2014 301 the legacy authority into the closest new page",sunset:"Sunset \u2014 let decay / noindex (low value, off-strategy)"};function bk(e){return e.filter(t=>t.disposition==="redirect"&&t.row.kind==="page").map(t=>({from:t.row.key,note:t.action}))}function Ru(e){let{domain:t,directionSummary:n,decisions:r,generatedAt:o}=e,i=$u.reduce((l,c)=>(l[c]=r.filter(d=>d.disposition===c).length,l),{harvest:0,redirect:0,sunset:0}),s=[];if(s.push("---"),s.push(`domain: ${t}`),s.push(`generated_at: ${o}`),s.push(`assets: ${r.length}`),s.push(`harvest: ${i.harvest}`),s.push(`redirect: ${i.redirect}`),s.push(`sunset: ${i.sunset}`),s.push("note: >-"),s.push(" Per-asset migration plan for legacy ranking authority. Every disposition"),s.push(" is backed by real Google Search Console impressions/position. Run this"),s.push(" when the live positioning has shifted away from what history ranks for."),s.push("---"),s.push(""),s.push(`# Migration Plan \u2014 ${t}`),s.push(""),s.push(`**New direction:** ${n||"_(set in project.md / context.md)_"}`),s.push(""),s.push(`**${r.length} legacy asset${r.length===1?"":"s"}** classified: ${i.harvest} harvest \xB7 ${i.redirect} redirect \xB7 ${i.sunset} sunset.`),s.push(""),r.length===0)return s.push("_No GSC rows supplied \u2014 export Search Console Pages/Queries and re-run._"),s.push(""),s.join(`
923
- `);for(let l of $u){let c=r.filter(d=>d.disposition===l);if(c.length!==0){s.push(`## ${wk[l]}`),s.push("");for(let d of c)s.push(`- [ ] \`${d.row.key}\``),s.push(` - **Evidence (GSC):** ${d.row.impressions} impressions, ${d.row.clicks} clicks, avg position ${d.row.position===null?"unknown":d.row.position.toFixed(1)}`),s.push(` - **Why:** ${d.rationale}`),s.push(` - **Action:** ${d.action}`);s.push("")}}let a=bk(r);if(a.length>0){s.push("## Redirect config (proposed \u2014 approval-gated)"),s.push(""),s.push("These `redirect` dispositions can be expressed as 301s. Pick the target new"),s.push("page for each, then apply (the operator shows the diff before writing):"),s.push(""),s.push("```");for(let l of a)s.push(`${l.from} -> <choose the closest new page>`);s.push("```"),s.push("")}return s.join(`
924
- `)}function Au(e){return{total:e.length,harvest:e.filter(t=>t.disposition==="harvest").length,redirect:e.filter(t=>t.disposition==="redirect").length,sunset:e.filter(t=>t.disposition==="sunset").length}}async function Fi(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r){u.error("No domain set in .seoagent/project.md \u2014 set `domain:` so the migration plan knows which site it is."),process.exitCode=1;return}let o=ze(t),i=[r,n.site_type],s=e.direction??"";if(o){let y=o.business;for(let w of[y.type,y.audience,y.industry,y.description,y.name])w&&i.push(w);for(let w of o.writingInstructions)i.push(w);s||(s=[y.description,y.type,y.audience].filter(Boolean).join(" \xB7 "))}s||(s=`${n.site_type} at ${r}`);let a=_u(i);if(a.size===0){u.error('Not enough direction signal to plan a migration \u2014 add a business description to `.seoagent/context.md` or pass `--direction "<what the site is now about>"`.'),process.exitCode=1;return}let l=[],c="";if(e.csv){let y=e.csv.startsWith("/")?e.csv:Di(t,e.csv);if(!kk(y)){u.error(`GSC CSV not found: ${y}`),process.exitCode=1;return}let w=ji(Iu(y,"utf-8"));l.push(...w),c=`${w.length} row(s) from ${e.csv}`}else{let y=Eu(t);if(y.length>0){let w=null;for(let b of y)try{let A=ji(Iu(b,"utf-8"));(!w||A.length>w.rows.length)&&(w={path:b,rows:A})}catch{}w&&w.rows.length>0&&(l.push(...w.rows),c=`${w.rows.length} row(s) auto-detected from ${w.path}`,u.info(`Auto-detected GSC export: ${Gt.dim(w.path)}`))}}if(l.length===0){u.error("No GSC performance rows to plan from. Export Search Console \u2192 Performance \u2192 Pages (or Queries) as CSV and pass it with `--csv <path>` (or drop it in the repo \u2014 `gsc/*.csv` and root *.csv exports are auto-detected)."),u.message(Gt.dim(' In Search Console: Performance report \u2192 set the date range \u2192 Export \u2192 CSV \u2192 use the "Pages" or "Queries" sheet.')),process.exitCode=1;return}let d=Cu(l,a),p=new Date().toISOString(),f=Di(t,k,"strategy");vk(f,{recursive:!0});let g=Di(f,"migration-plan.md");$k(g,Ru({domain:r,directionSummary:s,decisions:d,generatedAt:p}),"utf-8");let m=Au(d);if(e.json){process.stdout.write(JSON.stringify({domain:r,directionSummary:s,source:c,summary:m,decisions:d},null,2)+`
925
- `);return}u.success(`Migration plan written \u2192 ${Gt.dim(g)} (${c})`),u.message(` ${Gt.green(`${m.harvest} harvest`)} \xB7 ${Gt.cyan(`${m.redirect} redirect`)} \xB7 ${Gt.yellow(`${m.sunset} sunset`)} across ${m.total} legacy asset${m.total===1?"":"s"}`),u.info("Every disposition is backed by real GSC impressions/position. Redirects are listed as proposed 301s \u2014 pick a target per row, then apply (approval-gated).")}import{mkdirSync as Bu,writeFileSync as Gu,readFileSync as Tk,readdirSync as Ok,existsSync as Lk}from"fs";import{join as Wu}from"path";import M from"picocolors";import{query as Nk}from"@anthropic-ai/claude-agent-sdk";import{join as Mi}from"path";var Ui="citations",Bi="scorecard.md",xk="history",Sk=6,_k=1,Ck=12,Ek=5,zr="Claude (web-grounded)";function Yr(e){return Mi(e,k,Ui)}function Tu(e){return Mi(Yr(e),Bi)}function Ou(e){return Mi(Yr(e),xk)}function Lu(e){return`${e.replace(/[:.]/g,"-")}.json`}function Nu(e){return typeof e!="number"||!Number.isFinite(e)?Sk:Math.max(_k,Math.min(Ck,Math.floor(e)))}function Jr(e){if(!Array.isArray(e))return[];let t=new Set,n=[];for(let r of e){let o=typeof r=="string"?r.trim():"";if(!o)continue;let i=o.toLowerCase();if(!t.has(i)&&(t.add(i),n.push(o),n.length>=Ek))break}return n}function Ln(e){let t=e.results.length;return{cited:e.results.filter(r=>r.surfaced).length,total:t}}function Gi(e){let t=e.results.length,n={brand:e.brand,isYou:!0,surfaced:e.results.filter(o=>o.surfaced).length,total:t},r=e.competitors.map(o=>({brand:o,isYou:!1,surfaced:e.results.filter(i=>i.competitorsSurfaced.some(s=>s.toLowerCase()===o.toLowerCase())).length,total:t}));return r.sort((o,i)=>i.surfaced-o.surfaced||o.brand.localeCompare(i.brand)),[n,...r]}function ju(e,t){let{cited:n,total:r}=Ln(e);return{generated_at:t.generatedAt,domain:e.domain,brand:e.brand,cited:n,total:r,competitors:e.competitors,results:e.results}}function Du(e,t){if(!t)return null;let{cited:n}=Ln(e),r=new Map(t.results.map(s=>[s.query.toLowerCase(),s.surfaced])),o=[],i=[];for(let s of e.results){let a=r.get(s.query.toLowerCase());a!==void 0&&(s.surfaced&&!a&&o.push(s.query),!s.surfaced&&a&&i.push(s.query))}return{scoreDelta:n-t.cited,prevCited:t.cited,prevTotal:t.total,prevDate:t.generated_at.slice(0,10),newlyCited:o,newlyDropped:i}}function Fu(e,t){let n=Jr(e.competitors),r=[`- Domain: ${e.domain}`,e.name?`- Business name: ${e.name}`:null,e.type?`- Business type: ${e.type}`:null,e.description?`- What it does: ${e.description}`:null,`- OKF knowledge bundle present in repo: ${e.hasOkfBundle?"yes":"no"}`,n.length?`- Competitors to track: ${n.join(", ")}`:null].filter(Boolean).join(`
922
+ `)}import{existsSync as vk,mkdirSync as $k,readFileSync as Iu,writeFileSync as xk}from"fs";import{join as Fi}from"path";import Gt from"picocolors";import{readdirSync as uk,readFileSync as dk,statSync as pk}from"fs";import{join as Yr}from"path";var xu={minImpressionsToPreserve:50,onTopicRelevance:.34},fk=new Set(["the","a","an","and","or","for","to","of","in","on","with","how","what","why","best","top","is","are","your","you","my","vs","app","tool","tools","software","online","free","guide","com","www","http","https"]);function Su(e){return e.toLowerCase().replace(/https?:\/\/[^/]+/g," ").replace(/[^a-z0-9]+/g," ").split(" ").filter(t=>t.length>2&&!fk.has(t)&&!/^\d+$/.test(t))}function _u(e){let t=new Set;for(let n of e)for(let r of Su(n))t.add(r);return t}function gk(e,t){let n=Su(e);return n.length===0||t.size===0?0:n.filter(o=>t.has(o)).length/n.length}function mk(e,t,n=xu){let r=gk(e.key,t),o=r>=n.onTopicRelevance,i=e.impressions>=n.minImpressionsToPreserve,s=e.position===null?"unknown":e.position.toFixed(1),a=`${e.impressions} impressions, ${e.clicks} clicks, avg position ${s}`,l,c,d;return o&&i?(l="harvest",c=`On-strategy for the new direction (relevance ${(r*100).toFixed(0)}%) with real authority (${a}). Bridgeable \u2014 keep the equity.`,d=e.kind==="page"?`Refresh/repurpose ${e.key} into the new narrative (keep the URL, retarget the content to the new positioning).`:`Build/retarget an on-strategy page for "${e.key}" \u2014 real demand that fits the new direction.`):!o&&i?(l="redirect",c=`Off-topic for the new direction (relevance ${(r*100).toFixed(0)}%) but holds authority (${a}). Don't throw the equity away.`,d=e.kind==="page"?`301-redirect ${e.key} into the most relevant new page (pass the authority forward).`:`Point the closest new page at "${e.key}" via a 301 from any legacy URL that ranks for it.`):(l="sunset",c=o?`On-topic but negligible authority (${a}) \u2014 not worth active migration.`:`Off-topic for the new direction and negligible authority (${a}).`,d=e.kind==="page"?`Let ${e.key} decay / noindex it \u2014 low-value legacy that doesn't fit the new direction.`:`Ignore "${e.key}" \u2014 legacy off-strategy query with no real traffic to preserve.`),{row:e,disposition:l,onTopic:o,relevance:r,rationale:c,action:d}}function Cu(e,t,n=xu){return e.map(r=>mk(r,t,n)).sort((r,o)=>o.row.impressions-r.row.impressions)}function ji(e){let t=[],n="",r=!1;for(let o=0;o<e.length;o++){let i=e[o];i==='"'?r&&e[o+1]==='"'?(n+='"',o++):r=!r:i===","&&!r?(t.push(n),n=""):n+=i}return t.push(n),t.map(o=>o.trim())}function zr(e){if(e===void 0||e==="")return null;let t=e.replace(/[",%\s]/g,"");if(t==="")return null;let n=Number(t);return Number.isFinite(n)?n:null}function Di(e){let t=e.split(/\r?\n/).filter(p=>p.trim()!=="");if(t.length<2)return[];let n=ji(t[0]).map(p=>p.toLowerCase()),r=n[0]??"",o=/quer/i.test(r)?"query":"page",i=p=>n.findIndex(f=>p.some(g=>f.includes(g))),s=i(["click"]),a=i(["impression"]),l=i(["ctr"]),c=i(["position"]),d=[];for(let p=1;p<t.length;p++){let f=ji(t[p]),g=(f[0]??"").trim();if(!g)continue;let m=l>=0?f[l]??"":"",y=zr(m);d.push({key:g,kind:o,clicks:s>=0?zr(f[s]??"")??0:0,impressions:a>=0?zr(f[a]??"")??0:0,position:c>=0?zr(f[c]??""):null,ctr:y===null?null:/%/.test(m)?y/100:y})}return d}function hk(e){let t=e.split(/\r?\n/).find(s=>s.trim()!=="");if(!t)return!1;let n=ji(t).map(s=>s.toLowerCase()),r=n[0]??"",o=/page|url|quer/.test(r),i=n.some(s=>s.includes("impression"));return o&&i}var yk=[".","gsc",Yr(".seoagent","gsc"),Yr("data","gsc")],wk=4096;function Eu(e){let t=[];for(let n of yk){let r=Yr(e,n),o;try{o=uk(r)}catch{continue}for(let i of o){if(!/\.csv$/i.test(i))continue;let s=Yr(r,i);try{if(!pk(s).isFile())continue;let a=dk(s,"utf-8").slice(0,wk);hk(a)&&t.push(s)}catch{}}}return t}var $u=["harvest","redirect","sunset"],bk={harvest:"Harvest \u2014 refresh/repurpose into the new direction (keep the URL)",redirect:"Redirect \u2014 301 the legacy authority into the closest new page",sunset:"Sunset \u2014 let decay / noindex (low value, off-strategy)"};function kk(e){return e.filter(t=>t.disposition==="redirect"&&t.row.kind==="page").map(t=>({from:t.row.key,note:t.action}))}function Ru(e){let{domain:t,directionSummary:n,decisions:r,generatedAt:o}=e,i=$u.reduce((l,c)=>(l[c]=r.filter(d=>d.disposition===c).length,l),{harvest:0,redirect:0,sunset:0}),s=[];if(s.push("---"),s.push(`domain: ${t}`),s.push(`generated_at: ${o}`),s.push(`assets: ${r.length}`),s.push(`harvest: ${i.harvest}`),s.push(`redirect: ${i.redirect}`),s.push(`sunset: ${i.sunset}`),s.push("note: >-"),s.push(" Per-asset migration plan for legacy ranking authority. Every disposition"),s.push(" is backed by real Google Search Console impressions/position. Run this"),s.push(" when the live positioning has shifted away from what history ranks for."),s.push("---"),s.push(""),s.push(`# Migration Plan \u2014 ${t}`),s.push(""),s.push(`**New direction:** ${n||"_(set in project.md / context.md)_"}`),s.push(""),s.push(`**${r.length} legacy asset${r.length===1?"":"s"}** classified: ${i.harvest} harvest \xB7 ${i.redirect} redirect \xB7 ${i.sunset} sunset.`),s.push(""),r.length===0)return s.push("_No GSC rows supplied \u2014 export Search Console Pages/Queries and re-run._"),s.push(""),s.join(`
923
+ `);for(let l of $u){let c=r.filter(d=>d.disposition===l);if(c.length!==0){s.push(`## ${bk[l]}`),s.push("");for(let d of c)s.push(`- [ ] \`${d.row.key}\``),s.push(` - **Evidence (GSC):** ${d.row.impressions} impressions, ${d.row.clicks} clicks, avg position ${d.row.position===null?"unknown":d.row.position.toFixed(1)}`),s.push(` - **Why:** ${d.rationale}`),s.push(` - **Action:** ${d.action}`);s.push("")}}let a=kk(r);if(a.length>0){s.push("## Redirect config (proposed \u2014 approval-gated)"),s.push(""),s.push("These `redirect` dispositions can be expressed as 301s. Pick the target new"),s.push("page for each, then apply (the operator shows the diff before writing):"),s.push(""),s.push("```");for(let l of a)s.push(`${l.from} -> <choose the closest new page>`);s.push("```"),s.push("")}return s.join(`
924
+ `)}function Au(e){return{total:e.length,harvest:e.filter(t=>t.disposition==="harvest").length,redirect:e.filter(t=>t.disposition==="redirect").length,sunset:e.filter(t=>t.disposition==="sunset").length}}async function Mi(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r){u.error("No domain set in .seoagent/project.md \u2014 set `domain:` so the migration plan knows which site it is."),process.exitCode=1;return}let o=ze(t),i=[r,n.site_type],s=e.direction??"";if(o){let y=o.business;for(let w of[y.type,y.audience,y.industry,y.description,y.name])w&&i.push(w);for(let w of o.writingInstructions)i.push(w);s||(s=[y.description,y.type,y.audience].filter(Boolean).join(" \xB7 "))}s||(s=`${n.site_type} at ${r}`);let a=_u(i);if(a.size===0){u.error('Not enough direction signal to plan a migration \u2014 add a business description to `.seoagent/context.md` or pass `--direction "<what the site is now about>"`.'),process.exitCode=1;return}let l=[],c="";if(e.csv){let y=e.csv.startsWith("/")?e.csv:Fi(t,e.csv);if(!vk(y)){u.error(`GSC CSV not found: ${y}`),process.exitCode=1;return}let w=Di(Iu(y,"utf-8"));l.push(...w),c=`${w.length} row(s) from ${e.csv}`}else{let y=Eu(t);if(y.length>0){let w=null;for(let b of y)try{let A=Di(Iu(b,"utf-8"));(!w||A.length>w.rows.length)&&(w={path:b,rows:A})}catch{}w&&w.rows.length>0&&(l.push(...w.rows),c=`${w.rows.length} row(s) auto-detected from ${w.path}`,u.info(`Auto-detected GSC export: ${Gt.dim(w.path)}`))}}if(l.length===0){u.error("No GSC performance rows to plan from. Export Search Console \u2192 Performance \u2192 Pages (or Queries) as CSV and pass it with `--csv <path>` (or drop it in the repo \u2014 `gsc/*.csv` and root *.csv exports are auto-detected)."),u.message(Gt.dim(' In Search Console: Performance report \u2192 set the date range \u2192 Export \u2192 CSV \u2192 use the "Pages" or "Queries" sheet.')),process.exitCode=1;return}let d=Cu(l,a),p=new Date().toISOString(),f=Fi(t,k,"strategy");$k(f,{recursive:!0});let g=Fi(f,"migration-plan.md");xk(g,Ru({domain:r,directionSummary:s,decisions:d,generatedAt:p}),"utf-8");let m=Au(d);if(e.json){process.stdout.write(JSON.stringify({domain:r,directionSummary:s,source:c,summary:m,decisions:d},null,2)+`
925
+ `);return}u.success(`Migration plan written \u2192 ${Gt.dim(g)} (${c})`),u.message(` ${Gt.green(`${m.harvest} harvest`)} \xB7 ${Gt.cyan(`${m.redirect} redirect`)} \xB7 ${Gt.yellow(`${m.sunset} sunset`)} across ${m.total} legacy asset${m.total===1?"":"s"}`),u.info("Every disposition is backed by real GSC impressions/position. Redirects are listed as proposed 301s \u2014 pick a target per row, then apply (approval-gated).")}import{mkdirSync as Bu,writeFileSync as Gu,readFileSync as Tk,readdirSync as Lk,existsSync as Nk}from"fs";import{join as Wu}from"path";import M from"picocolors";import{query as jk}from"@anthropic-ai/claude-agent-sdk";import{join as Ui}from"path";var Bi="citations",Gi="scorecard.md",Sk="history",_k=6,Ck=1,Ek=12,Rk=5,Jr="Claude (web-grounded)";function Xr(e){return Ui(e,k,Bi)}function Ou(e){return Ui(Xr(e),Gi)}function Tu(e){return Ui(Xr(e),Sk)}function Lu(e){return`${e.replace(/[:.]/g,"-")}.json`}function Nu(e){return typeof e!="number"||!Number.isFinite(e)?_k:Math.max(Ck,Math.min(Ek,Math.floor(e)))}function Qr(e){if(!Array.isArray(e))return[];let t=new Set,n=[];for(let r of e){let o=typeof r=="string"?r.trim():"";if(!o)continue;let i=o.toLowerCase();if(!t.has(i)&&(t.add(i),n.push(o),n.length>=Rk))break}return n}function Nn(e){let t=e.results.length;return{cited:e.results.filter(r=>r.surfaced).length,total:t}}function Hi(e){let t=e.results.length,n={brand:e.brand,isYou:!0,surfaced:e.results.filter(o=>o.surfaced).length,total:t},r=e.competitors.map(o=>({brand:o,isYou:!1,surfaced:e.results.filter(i=>i.competitorsSurfaced.some(s=>s.toLowerCase()===o.toLowerCase())).length,total:t}));return r.sort((o,i)=>i.surfaced-o.surfaced||o.brand.localeCompare(i.brand)),[n,...r]}function ju(e,t){let{cited:n,total:r}=Nn(e);return{generated_at:t.generatedAt,domain:e.domain,brand:e.brand,cited:n,total:r,competitors:e.competitors,results:e.results}}function Du(e,t){if(!t)return null;let{cited:n}=Nn(e),r=new Map(t.results.map(s=>[s.query.toLowerCase(),s.surfaced])),o=[],i=[];for(let s of e.results){let a=r.get(s.query.toLowerCase());a!==void 0&&(s.surfaced&&!a&&o.push(s.query),!s.surfaced&&a&&i.push(s.query))}return{scoreDelta:n-t.cited,prevCited:t.cited,prevTotal:t.total,prevDate:t.generated_at.slice(0,10),newlyCited:o,newlyDropped:i}}function Fu(e,t){let n=Qr(e.competitors),r=[`- Domain: ${e.domain}`,e.name?`- Business name: ${e.name}`:null,e.type?`- Business type: ${e.type}`:null,e.description?`- What it does: ${e.description}`:null,`- OKF knowledge bundle present in repo: ${e.hasOkfBundle?"yes":"no"}`,n.length?`- Competitors to track: ${n.join(", ")}`:null].filter(Boolean).join(`
926
926
  `),o=n.length?`
927
927
  4. For EACH question, also record which of these competitor brands appear in the cited sources: ${n.join(", ")}. Use these EXACT names in \`competitorsSurfaced\` (only the ones that actually appear; empty array if none). This powers a share-of-voice comparison.`:"",i=n.length?`,
928
928
  "competitorsSurfaced": [${JSON.stringify(n[0])}]`:`,
@@ -964,7 +964,7 @@ End your reply with EXACTLY ONE fenced \`\`\`json block (and nothing after it) m
964
964
  }
965
965
  \`\`\`
966
966
 
967
- \`results\` must have exactly ${t} entries. \`rank\` is a number when surfaced, or null when not surfaced or unknown. \`competitors\` must echo the tracked list exactly (${n.length?n.join(", "):"empty when none were given"}).`}function Mu(e){if(typeof e!="string"||!e.trim())return null;let t=/```json\s*([\s\S]*?)```/gi,n=[],r;for(;(r=t.exec(e))!==null;)r[1].trim()&&n.push(r[1].trim());if(n.length===0)return null;for(let o=n.length-1;o>=0;o--){let i=Rk(n[o]);if(i)return i}return null}function Rk(e){let t;try{t=JSON.parse(e)}catch{return null}if(!t||typeof t!="object")return null;let n=t,r=typeof n.domain=="string"?n.domain.trim():"";if(!r)return null;let o=typeof n.brand=="string"&&n.brand.trim()?n.brand.trim():r,i=Jr(Array.isArray(n.competitors)?n.competitors.map(l=>String(l)):[]),s=new Set(i.map(l=>l.toLowerCase()));if(!Array.isArray(n.results))return null;let a=[];for(let l of n.results){if(!l||typeof l!="object")continue;let c=l,d=typeof c.query=="string"?c.query.trim():"";if(!d)continue;let p=c.surfaced===!0,f=typeof c.rank=="number"&&Number.isFinite(c.rank)?Math.round(c.rank):null,g=typeof c.evidence=="string"?c.evidence.trim():"",m=typeof c.source=="string"&&c.source.trim()?c.source.trim():null,y=Array.isArray(c.competitorsSurfaced)?Ak(c.competitorsSurfaced.map(w=>typeof w=="string"?w.trim():"").filter(w=>w&&s.has(w.toLowerCase()))):[];a.push({query:d,surfaced:p,rank:p?f:null,evidence:g,source:m,competitorsSurfaced:y})}return a.length===0?null:{brand:o,domain:r,competitors:i,results:a}}function Ak(e){let t=new Set,n=[];for(let r of e){let o=r.toLowerCase();t.has(o)||(t.add(o),n.push(r))}return n}function Uu(e,t){let{cited:n,total:r}=Ln(e),o=t.generatedAt.slice(0,10),i=e.results.some(p=>p.source),s=e.results.map((p,f)=>{let g=p.surfaced?"\u2705":"\u2014",m=p.surfaced&&p.rank?`#${p.rank}`:"\u2014",y=Re(p.evidence||(p.surfaced?"surfaced":"not found")),w=p.source?Re(Pu(p.source)):"\u2014";return i?`| ${f+1} | ${Re(p.query)} | ${g} | ${m} | ${w} | ${y} |`:`| ${f+1} | ${Re(p.query)} | ${g} | ${m} | ${y} |`}).join(`
967
+ \`results\` must have exactly ${t} entries. \`rank\` is a number when surfaced, or null when not surfaced or unknown. \`competitors\` must echo the tracked list exactly (${n.length?n.join(", "):"empty when none were given"}).`}function Mu(e){if(typeof e!="string"||!e.trim())return null;let t=/```json\s*([\s\S]*?)```/gi,n=[],r;for(;(r=t.exec(e))!==null;)r[1].trim()&&n.push(r[1].trim());if(n.length===0)return null;for(let o=n.length-1;o>=0;o--){let i=Ak(n[o]);if(i)return i}return null}function Ak(e){let t;try{t=JSON.parse(e)}catch{return null}if(!t||typeof t!="object")return null;let n=t,r=typeof n.domain=="string"?n.domain.trim():"";if(!r)return null;let o=typeof n.brand=="string"&&n.brand.trim()?n.brand.trim():r,i=Qr(Array.isArray(n.competitors)?n.competitors.map(l=>String(l)):[]),s=new Set(i.map(l=>l.toLowerCase()));if(!Array.isArray(n.results))return null;let a=[];for(let l of n.results){if(!l||typeof l!="object")continue;let c=l,d=typeof c.query=="string"?c.query.trim():"";if(!d)continue;let p=c.surfaced===!0,f=typeof c.rank=="number"&&Number.isFinite(c.rank)?Math.round(c.rank):null,g=typeof c.evidence=="string"?c.evidence.trim():"",m=typeof c.source=="string"&&c.source.trim()?c.source.trim():null,y=Array.isArray(c.competitorsSurfaced)?Ik(c.competitorsSurfaced.map(w=>typeof w=="string"?w.trim():"").filter(w=>w&&s.has(w.toLowerCase()))):[];a.push({query:d,surfaced:p,rank:p?f:null,evidence:g,source:m,competitorsSurfaced:y})}return a.length===0?null:{brand:o,domain:r,competitors:i,results:a}}function Ik(e){let t=new Set,n=[];for(let r of e){let o=r.toLowerCase();t.has(o)||(t.add(o),n.push(r))}return n}function Uu(e,t){let{cited:n,total:r}=Nn(e),o=t.generatedAt.slice(0,10),i=e.results.some(p=>p.source),s=e.results.map((p,f)=>{let g=p.surfaced?"\u2705":"\u2014",m=p.surfaced&&p.rank?`#${p.rank}`:"\u2014",y=Re(p.evidence||(p.surfaced?"surfaced":"not found")),w=p.source?Re(Pu(p.source)):"\u2014";return i?`| ${f+1} | ${Re(p.query)} | ${g} | ${m} | ${w} | ${y} |`:`| ${f+1} | ${Re(p.query)} | ${g} | ${m} | ${y} |`}).join(`
968
968
  `),a=i?`| # | Query | Cited? | ~Rank | Source cited | Evidence |
969
969
  |---|-------|--------|-------|--------------|----------|`:`| # | Query | Cited? | ~Rank | Evidence |
970
970
  |---|-------|--------|-------|----------|`,l=e.results.filter(p=>!p.surfaced),c=l.length===0?"_None \u2014 the business surfaced for every query tested. Re-run periodically to catch drift._":l.map(p=>{let f=p.source?` _(currently cited: ${Re(Pu(p.source))})_`:"";return`- **${Re(p.query)}** \u2014 ${p.evidence||"not surfaced"}${f}`}).join(`
@@ -982,11 +982,11 @@ engine: claude-web-grounded
982
982
  > measurement half of the AEO/GEO loop \u2014 \`seoagent okf\` makes you citable, this
983
983
  > tells you whether it's working.
984
984
 
985
- **Cited: ${n} / ${r} queries** \xB7 engine: ${zr} \xB7 ${o}
986
- ${Ik(t.trend,n,r)}
985
+ **Cited: ${n} / ${r} queries** \xB7 engine: ${Jr} \xB7 ${o}
986
+ ${Pk(t.trend,n,r)}
987
987
  ${a}
988
988
  ${s}
989
- ${Pk(e)}
989
+ ${Ok(e)}
990
990
  ## Where you're not surfacing (opportunities)
991
991
 
992
992
  ${c}
@@ -1010,13 +1010,13 @@ This is **not a per-engine guarantee**: ChatGPT, Perplexity, and Gemini each
1010
1010
  rank and cite differently, and tracking them individually is a planned
1011
1011
  follow-up. Treat the score as directional \u2014 watch the trend rather than fixating
1012
1012
  on a single number.
1013
- `}function Ik(e,t,n){if(!e)return`
1013
+ `}function Pk(e,t,n){if(!e)return`
1014
1014
  _First run \u2014 re-run on a cadence to start tracking the trend._
1015
1015
  `;let r=e.scoreDelta>0?`\u25B2 up ${e.scoreDelta}`:e.scoreDelta<0?`\u25BC down ${Math.abs(e.scoreDelta)}`:"\u25AA no change",o=`
1016
1016
  **Trend:** ${t}/${n} this run \u2014 ${r} from ${e.prevCited}/${e.prevTotal} on ${e.prevDate}.`;return e.newlyCited.length&&(o+=`
1017
1017
  - \u2705 Newly cited: ${e.newlyCited.map(i=>`_${Re(i)}_`).join("; ")}`),e.newlyDropped.length&&(o+=`
1018
1018
  - \u26A0\uFE0F Dropped: ${e.newlyDropped.map(i=>`_${Re(i)}_`).join("; ")}`),o+`
1019
- `}function Pk(e){if(!e.competitors.length)return"";let t=Gi(e).map(n=>{let r=n.isYou?`**${Re(n.brand)} (you)**`:Re(n.brand),o=n.total>0?`${Math.round(n.surfaced/n.total*100)}%`:"\u2014";return`| ${r} | ${n.surfaced} / ${n.total} | ${o} |`}).join(`
1019
+ `}function Ok(e){if(!e.competitors.length)return"";let t=Hi(e).map(n=>{let r=n.isYou?`**${Re(n.brand)} (you)**`:Re(n.brand),o=n.total>0?`${Math.round(n.surfaced/n.total*100)}%`:"\u2014";return`| ${r} | ${n.surfaced} / ${n.total} | ${o} |`}).join(`
1020
1020
  `);return`
1021
1021
  ## Share of voice
1022
1022
 
@@ -1025,22 +1025,22 @@ How often each brand surfaces across the same ${e.results.length} queries.
1025
1025
  | Brand | Surfaced | Rate |
1026
1026
  |-------|----------|------|
1027
1027
  ${t}
1028
- `}function Pu(e){let t=e.replace(/^https?:\/\//i,"").replace(/\/$/,"");return t.length<=48?t:t.slice(0,47)+"\u2026"}function Re(e){return e.replace(/\|/g,"\\|").replace(/\n+/g," ").trim()}async function Nn(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=Sn();if(!Dr(r)){u.warn(ie[r].summary),ie[r].next&&u.message(` ${ie[r].next}`),process.exitCode=1;return}u.info(M.dim(ie[r].summary)),r==="claude-session-unverified"&&ie[r].next&&u.message(M.dim(` ${ie[r].next}`));let o=ze(t),i=mr(t),s=Jr(e.competitors&&e.competitors.length?e.competitors:Mk(o?.business.competitors)),a={domain:n.domain,name:o?.business.name,type:o?.business.type||n.site_type,description:o?.business.description,hasOkfBundle:i.exists&&i.fileCount>0,competitors:s},l=Nu(e.queries);u.message(`${M.cyan("\u25C7")} Auditing AI citations for ${M.bold(a.domain)} \u2014 ${l} web-grounded quer${l===1?"y":"ies"} via ${zr}.`),u.message(M.dim(` This runs live web searches and can take a minute\u2026
1029
- `));let c=Fu(a,l),d=await jk({cwd:t,prompt:c,model:e.model});if(d===null){process.exitCode=1;return}let p=Mu(d);if(!p){u.error(`Couldn't read a citation report from the agent's reply. Re-run \`${h("citations")}\`, optionally with fewer queries (\`--queries 4\`).`),process.exitCode=1;return}let f=new Date().toISOString(),g=Ou(t),m=Uk(g),y=Du(p,m),w=Uu(p,{generatedAt:f,trend:y});Bu(Yr(t),{recursive:!0}),Gu(Tu(t),w,"utf-8"),Bu(g,{recursive:!0}),Gu(Wu(g,Lu(f)),JSON.stringify(ju(p,{generatedAt:f}),null,2)+`
1030
- `,"utf-8");let{cited:b,total:A}=Ln(p),x=b===0?M.red:b<A?M.yellow:M.green,E=[{content:M.bold("AI Citation Scorecard")},{sep:!0},{content:`Domain: ${M.cyan(p.domain)}`},{content:`Cited: ${x(`${b} / ${A}`)} ${M.dim("queries")}`}];if(y){let O=y.scoreDelta>0?M.green(`\u25B2 +${y.scoreDelta}`):y.scoreDelta<0?M.red(`\u25BC ${y.scoreDelta}`):M.dim("\u25AA 0");E.push({content:`Trend: ${O} ${M.dim(`vs ${y.prevCited}/${y.prevTotal} on ${y.prevDate}`)}`})}else E.push({content:M.dim("Trend: first run \u2014 re-run to start tracking")});if(E.push({content:`Engine: ${M.dim(zr)}`}),p.competitors.length){E.push({sep:!0}),E.push({content:M.dim("Share of voice:")});for(let O of Gi(p)){let Y=O.isYou?M.bold(`${O.brand} (you)`):O.brand;E.push({content:` ${Y}: ${O.surfaced}/${O.total}`})}}E.push({sep:!0}),E.push({content:M.dim(`Saved \u2192 .seoagent/${Ui}/${Bi}`)}),E.push({content:b<A?M.dim("Not surfacing everywhere \u2014 see the scorecard, then `seoagent okf`."):M.dim("Surfacing across the board. Re-run periodically to catch drift.")}),u.message(H(E,{title:M.magenta("citations")})),e.json&&process.stdout.write(JSON.stringify(p,null,2)+`
1031
- `)}async function jk(e){let{cwd:t,prompt:n,model:r}=e;try{let o=Nk({prompt:n,options:{cwd:t,allowedTools:["WebSearch","WebFetch","Read","Grep","Glob"],permissionMode:"acceptEdits",...r?{model:r}:{}}}),i="";for await(let s of o)if(s.type==="assistant"){let a=s.message.content;if(Array.isArray(a))for(let l of a)Dk(l)}else if(s.type==="result"){if(process.stdout.write(`
1028
+ `}function Pu(e){let t=e.replace(/^https?:\/\//i,"").replace(/\/$/,"");return t.length<=48?t:t.slice(0,47)+"\u2026"}function Re(e){return e.replace(/\|/g,"\\|").replace(/\n+/g," ").trim()}async function jn(e={}){let t=process.cwd(),n=F(t);if(!n)return;let r=_n();if(!Dr(r)){u.warn(ie[r].summary),ie[r].next&&u.message(` ${ie[r].next}`),process.exitCode=1;return}u.info(M.dim(ie[r].summary)),r==="claude-session-unverified"&&ie[r].next&&u.message(M.dim(` ${ie[r].next}`));let o=ze(t),i=mr(t),s=Qr(e.competitors&&e.competitors.length?e.competitors:Uk(o?.business.competitors)),a={domain:n.domain,name:o?.business.name,type:o?.business.type||n.site_type,description:o?.business.description,hasOkfBundle:i.exists&&i.fileCount>0,competitors:s},l=Nu(e.queries);u.message(`${M.cyan("\u25C7")} Auditing AI citations for ${M.bold(a.domain)} \u2014 ${l} web-grounded quer${l===1?"y":"ies"} via ${Jr}.`),u.message(M.dim(` This runs live web searches and can take a minute\u2026
1029
+ `));let c=Fu(a,l),d=await Dk({cwd:t,prompt:c,model:e.model});if(d===null){process.exitCode=1;return}let p=Mu(d);if(!p){u.error(`Couldn't read a citation report from the agent's reply. Re-run \`${h("citations")}\`, optionally with fewer queries (\`--queries 4\`).`),process.exitCode=1;return}let f=new Date().toISOString(),g=Tu(t),m=Bk(g),y=Du(p,m),w=Uu(p,{generatedAt:f,trend:y});Bu(Xr(t),{recursive:!0}),Gu(Ou(t),w,"utf-8"),Bu(g,{recursive:!0}),Gu(Wu(g,Lu(f)),JSON.stringify(ju(p,{generatedAt:f}),null,2)+`
1030
+ `,"utf-8");let{cited:b,total:A}=Nn(p),x=b===0?M.red:b<A?M.yellow:M.green,E=[{content:M.bold("AI Citation Scorecard")},{sep:!0},{content:`Domain: ${M.cyan(p.domain)}`},{content:`Cited: ${x(`${b} / ${A}`)} ${M.dim("queries")}`}];if(y){let T=y.scoreDelta>0?M.green(`\u25B2 +${y.scoreDelta}`):y.scoreDelta<0?M.red(`\u25BC ${y.scoreDelta}`):M.dim("\u25AA 0");E.push({content:`Trend: ${T} ${M.dim(`vs ${y.prevCited}/${y.prevTotal} on ${y.prevDate}`)}`})}else E.push({content:M.dim("Trend: first run \u2014 re-run to start tracking")});if(E.push({content:`Engine: ${M.dim(Jr)}`}),p.competitors.length){E.push({sep:!0}),E.push({content:M.dim("Share of voice:")});for(let T of Hi(p)){let Y=T.isYou?M.bold(`${T.brand} (you)`):T.brand;E.push({content:` ${Y}: ${T.surfaced}/${T.total}`})}}E.push({sep:!0}),E.push({content:M.dim(`Saved \u2192 .seoagent/${Bi}/${Gi}`)}),E.push({content:b<A?M.dim("Not surfacing everywhere \u2014 see the scorecard, then `seoagent okf`."):M.dim("Surfacing across the board. Re-run periodically to catch drift.")}),u.message(H(E,{title:M.magenta("citations")})),e.json&&process.stdout.write(JSON.stringify(p,null,2)+`
1031
+ `)}async function Dk(e){let{cwd:t,prompt:n,model:r}=e;try{let o=jk({prompt:n,options:{cwd:t,allowedTools:["WebSearch","WebFetch","Read","Grep","Glob"],permissionMode:"acceptEdits",...r?{model:r}:{}}}),i="";for await(let s of o)if(s.type==="assistant"){let a=s.message.content;if(Array.isArray(a))for(let l of a)Fk(l)}else if(s.type==="result"){if(process.stdout.write(`
1032
1032
  `),!(s.subtype==="success"&&!s.is_error))return u.error(" Agent did not complete the citation audit (auth, rate limit, or network)."),Hu(),null;i=String(s.result??"")}return i}catch(o){return process.stdout.write(`
1033
- `),u.error(` Agent error: ${o.message}`),Hu(),null}}function Hu(){u.message(Sc.map(e=>M.dim(` ${e}`)).join(`
1034
- `))}function Dk(e){if(!e||typeof e!="object")return;let t=e.type;if(t==="text"){let n=e.text;typeof n=="string"&&n&&process.stdout.write(Fr(n));return}if(t==="tool_use"){let n=String(e.name??"tool"),r=e.input,o=n==="WebSearch"?String(r?.query??""):n==="WebFetch"?String(r?.url??""):"";process.stdout.write(M.dim(` ${M.magenta("\u{1F50E}")} ${n}${o?` ${Fk(o,70)}`:""}
1035
- `))}}function Fk(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function Mk(e){return typeof e!="string"?[]:e.split(",").map(t=>t.trim()).filter(Boolean)}function Uk(e){try{if(!Lk(e))return null;let t=Ok(e).filter(o=>o.endsWith(".json")).sort();if(t.length===0)return null;let n=t[t.length-1],r=JSON.parse(Tk(Wu(e,n),"utf-8"));return r&&typeof r=="object"&&Array.isArray(r.results)&&typeof r.generated_at=="string"?r:null}catch{return null}}import Ht from"picocolors";async function jn(e={}){if(e.all){await Bk();return}let t=process.cwd();if(!F(t))return;lt(t);let n=oi(t);Ku(t);let r=await xn(t,{enrichSitemap:!0,crawl:e.crawl});if(n.reason==="refreshed"?(u.success(n.from&&n.from!==n.to?`Refreshed the SEOAgent skill ${n.from} \u2192 ${n.to}.`:`Refreshed the SEOAgent skill (now ${n.to}).`),u.info("Your `.seoagent/` knowledge was left untouched.")):(u.error(`Could not refresh the skill (${n.reason}).`),process.exitCode=1),r.added>0?u.success(`Re-scanned the codebase: +${r.added} new page${r.added===1?"":"s"} merged into .seoagent/${r.file} (${r.total} total).`):r.total>0&&u.info(`Page inventory already current (${r.total} pages).`),r.crawl){let{crawled:o,empty:i,errors:s}=r.crawl;u.success(`Crawled ${o} page${o===1?"":"s"} \u2192 filled Status / Rendered / Word count`+(i>0?`, ${i} render empty`:"")+(s>0?`, ${s} unreachable`:"")+".")}}async function Bk(){let e=Ks();if(e.length===0){u.info("No SEOAgent projects are registered on this machine yet. They register themselves on `init` / `sync`.");return}u.message(`Refreshing ${e.length} project${e.length===1?"":"s"} to SEOAgent ${Ht.bold(R)}\u2026`);let t=0,n=0;for(let r of e){let o=oi(r);Ku(r);let i=await xn(r),s=i.added>0?Ht.cyan(` +${i.added} page${i.added===1?"":"s"}`):"";if(o.reason==="refreshed"){t++;let a=o.from&&o.from!==o.to?Ht.dim(` (${o.from} \u2192 ${o.to})`):"";u.message(` ${Ht.green("\u2713")} ${r}${a}${s}`)}else n++,u.message(` ${Ht.yellow("!")} ${r} ${Ht.dim("\u2014 "+o.reason)}${s}`)}u.success(`Refreshed ${t}/${e.length} project${e.length===1?"":"s"} to ${R}.`),n>0&&u.info(`${n} could not be refreshed (see above).`)}function Ku(e){try{at(e)}catch{}}import{spinner as Wi,confirm as Gk,isCancel as Hk}from"@clack/prompts";import $ from"picocolors";var Wk=11e4,Vu={easy_win:"easy win",striking_distance:"striking distance",competitor_gap:"competitor gap",defend:"defend",low_priority:"low priority"};async function Kk(e){let t=process.cwd(),n=pe(t);if(!n){u.error(`No .seoagent/project.md found. Run \`${h("init")}\` first.`),process.exitCode=1;return}let r=C(t),o=r?.domain&&r.domain!=="unknown"?r.domain:void 0,i=(e.apiBase||N.BASE).replace(/\/$/,""),a=!!process.stdout.isTTY&&!e.json?Wi():null;a?.start(`Looking up ${$.bold(`"${e.keyword}"`)} ${$.dim("via DataForSEO (free peek)\u2026")}`);let l;try{l=await L(`${i}/api/cli/keywords/peek`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({install_id:n,keyword:e.keyword,...o?{domain:o}:{}})})}catch(d){S(a,"error",`Network error: ${d.message}`,$.red("Network error.")),process.exitCode=1;return}let c=null;try{c=await l.json()}catch{c=null}if(e.json){process.stdout.write(JSON.stringify({status:c?.status??"error",http_status:l.status,body:c??null})+`
1036
- `);return}if(l.status===429||c?.skipped?.startsWith("rate-limited")){let d=c?.skipped==="rate-limited:ip"?"this network":"this install";S(a,"warn",`Daily peek quota reached for ${d}.`,$.yellow(`Daily peek quota reached for ${d}.`)),u.message(qu()),process.exitCode=1;return}if(!l.ok||!c){S(a,"error",`Peek failed (${l.status})${c?.error?`: ${c.error}`:""}`,$.red(`Peek failed (${l.status}).`)),process.exitCode=1;return}if(c.skipped==="provider-quota"){S(a,"warn","Real keyword data is temporarily unavailable. Try again later.",$.yellow("Real keyword data is temporarily unavailable. Try again later.")),u.message($.dim("No action needed on your side \u2014 the maintainer has been notified."));return}if(c.skipped==="no-creds"||c.skipped==="no-table"){S(a,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",$.yellow("Real keyword data is not enabled on the server yet."));return}if(!c.opportunity){S(a,"warn",`No data returned for "${e.keyword}".`,$.yellow(`No data returned for "${e.keyword}".`));return}a?.stop($.green("Got it.")),u.message(qk(c.opportunity)),c.remaining&&u.message(`${$.dim("Peeks remaining today:")} ${$.bold(String(c.remaining.install))} ${$.dim("\u2014 "+qu())}`)}function qk(e){let n=c=>$.dim(c.padEnd(14)),r=e.volume!=null?$.bold(String(e.volume)):$.dim("n/a"),o=e.difficulty!=null?`${$.bold(String(e.difficulty))} ${$.dim(Vk(e.difficulty))}`:$.dim("n/a"),i=Vu[e.opportunity]??e.opportunity,s=e.opportunity==="easy_win"?$.bold($.green(i)):e.opportunity==="striking_distance"?$.bold($.cyan(i)):e.opportunity==="competitor_gap"?$.bold($.yellow(i)):$.dim(i),a=[{content:`${$.green("\u25CF")} ${$.bold(e.keyword)}`},{sep:!0},{content:`${n("Volume:")}${r} ${$.dim("/mo")}`},{content:`${n("Difficulty:")}${o}`},{content:`${n("Opportunity:")}${s}`}],l=`${$.bold($.cyan("Keyword peek"))}`;return H(a,{width:55,title:l})}function Vk(e){return e<=20?"easy":e<=40?"moderate":e<=60?"hard":"very hard"}function qu(e=D()){return e?`You're logged in \u2014 run \`${h("keywords")}\` for full enrichment (no quota). Pro unlocks the full inventory beyond the ~25 cap plus \`${h("keywords --discover")}\` (new targets) + \`${h("keywords --competitors")}\` (competitor gaps): ${h("upgrade")}.`:`Log in for the full top-25 enrichment, no quota: ${h("login")}`}function Hi(e){let t=e.filter(n=>n.opportunity!=="low_priority");if(t.length!==0){u.message("Top opportunities:");for(let n of t){let r=n.volume!=null?`vol ${n.volume}`:"vol n/a",o=n.difficulty!=null?`KD ${n.difficulty}`:"KD n/a",i=n.our_position!=null?`, you're #${n.our_position}`:", not ranking";u.message(` \u2022 [${Vu[n.opportunity]??n.opportunity}] ${n.keyword} \u2014 ${r}, ${o}${i}`)}}}function zk(e){if(e.length!==0){u.message("Top competitor gaps:");for(let t of e){let n=t.volume!=null?`vol ${t.volume}`:"vol n/a",r=t.difficulty!=null?`KD ${t.difficulty}`:"KD n/a",o=t.their_position!=null?`#${t.their_position}`:"top 10";u.message(` \u2022 ${t.keyword} \u2014 ${t.competitor_domain} ranks ${o}, ${n}, ${r}`)}}}async function Yk(e){let t=e.all?"all":"suggested";if(t==="all"&&process.stdin.isTTY){let a=await Gk({message:"Delete ALL keywords for this site from the cloud? This cannot be undone."});if(Hk(a)||!a){u.info("No changes.");return}}let n=e.apiBase||e.auth.api_base||N.BASE,r=process.stdout.isTTY?Wi():null;r?.start(t==="all"?"Purging all keywords\u2026":"Purging suggested keywords\u2026");let o;try{o=await L(`${n}/api/cli/keywords/purge`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e.auth.user_token}:${e.auth.website_token}`},body:JSON.stringify({scope:t})})}catch(a){S(r,"error",`Network error: ${a.message}`,$.red("Network error.")),process.exitCode=1;return}let i=null;try{i=await o.json()}catch{i=null}if(i?.skipped==="no-table"||i?.skipped==="no-columns"){S(r,"warn","Keyword storage isn\u2019t enabled on the server yet.",$.yellow("Nothing to purge yet."));return}if(!o.ok||i?.status!=="ok"){S(r,"error",`Purge failed (${o.status})${i?.error?`: ${i.error}`:""}`,$.red(`Purge failed (${o.status}).`)),process.exitCode=1;return}let s=i.purged??0;S(r,"success",`Purged ${s} ${t==="all"?"":"suggested "}keyword${s===1?"":"s"}.`,$.green(`Purged ${s} keyword${s===1?"":"s"}.`)),u.message($.dim(t==="all"?"Cleared the cloud inventory. Re-run `seoagent keywords --seed` / strategy to rebuild it.":"Cleared discovery noise. Your clustered keywords were kept."))}async function Ze(e={}){if(e.peek&&e.peek.trim().length>0){await Kk({keyword:e.peek.trim(),apiBase:e.apiBase,json:e.json});return}let t=C(process.cwd()),n=D(t?.domain);if(!n){u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1;return}if(e.purge){await Yk({all:e.all,apiBase:e.apiBase,auth:n});return}let r=e.apiBase||n.api_base||N.BASE,o=`Bearer ${n.user_token}:${n.website_token}`,i=e.competitors?"competitors":e.discover?"discover":e.seed?"seed":"enrich",s=i==="competitors"?"/api/cli/keywords/competitors":i==="discover"?"/api/cli/keywords/discover":i==="seed"?"/api/cli/keywords/seed":"/api/cli/keywords/enrich",a=i==="competitors"?"Finding keywords your competitors rank for\u2026":i==="discover"?"Discovering new keywords to target\u2026":i==="seed"?"Seeding keywords from your Search Console data\u2026":"Enriching keywords with real volume + difficulty\u2026",c=!!process.stdout.isTTY?Wi():null;c?.start(a);let d=i==="competitors"||i==="discover"||i==="seed",p;try{p=await L(`${r}${s}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:o},body:"{}"},d?{timeoutMs:Wk,attempts:1}:{})}catch(m){S(c,"error",`Network error: ${m.message}`,$.red("Network error.")),process.exitCode=1;return}let f=null;try{f=await p.json()}catch{f=null}if(p.status===402||f?.code==="upgrade_required"){S(c,"warn",i==="competitors"?"Competitor gap analysis is a paid feature.":"Keyword discovery is a paid feature.",$.yellow("Paid feature \u2014 upgrade to continue.")),u.message(i==="competitors"?`Upgrade to see which keywords competitors rank for that you don't: ${$.cyan(ve("cli-keywords-competitors"))}`:`Upgrade to find new keywords to target: ${$.cyan(ve("cli-keywords-discover"))}`),process.exitCode=1;return}if(!p.ok||f?.status!=="ok"){S(c,"error",`Server rejected request (${p.status})${f?.error?`: ${f.error}`:""}`,$.red(`Server rejected request (${p.status}).`)),process.exitCode=1;return}if(f.skipped==="no-gsc-data"){S(c,"warn","No Search Console data to seed from yet. Run `seoagent gsc connect` to link Google Search Console \u2014 or wait for impressions to accrue on a new site.",$.yellow("No Search Console data yet."));return}if(f.skipped==="no-keywords"||f.skipped==="no-seeds"){S(c,"warn","No keywords yet. Seed from Search Console with `seoagent keywords --seed`, or run the keyword strategy (Phase 2) first, then try again.",$.yellow("No keywords yet."));return}if(f.skipped==="no-competitors"){S(c,"warn","No competitors found yet. Add competitors or run strategy discovery first, then try again.",$.yellow("No competitors yet."));return}if(f.skipped==="no-creds"||f.skipped==="no-columns"||f.skipped==="no-table"){S(c,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",$.yellow("Real keyword data is not enabled on the server yet."));return}if(f.skipped){S(c,"warn",`Skipped: ${f.skipped}`,$.yellow(`Skipped: ${f.skipped}`));return}if(i==="competitors"){let m=f.gaps??0;S(c,"success",`Found ${m} competitor gap${m===1?"":"s"} across ${f.competitors?.length??0} competitor${f.competitors?.length===1?"":"s"} (added as "suggested").`,$.green(`${m} competitor gap${m===1?"":"s"} found.`)),zk(f.topGaps??[]),u.message(`Review them in ${$.cyan(".seoagent/keywords.md")} (a read-only projection \u2014 don't hand-edit it). Keep the on-topic ones for your clusters; clear off-topic noise with \`${h("keywords --purge")}\`. The analyzed competitors are saved to your dashboard's Competitors section.`);return}if(i==="discover"){let m=Jk(f);S(c,"success",m.headline,$.green(m.short)),Hi(f.opportunities??[]),u.message(m.hint(h));return}if(i==="seed"){let m=f.seeded??0;S(c,"success",`Seeded ${m} keyword${m===1?"":"s"} from Search Console (real impressed queries, added as "suggested").`,$.green(`${m} keyword${m===1?"":"s"} seeded from Search Console.`)),Hi(f.opportunities??[]),u.message(`These are queries your site already gets impressions for \u2014 striking-distance wins first. Review in ${$.cyan(".seoagent/keywords.md")} and build clusters from them.`);return}let g=f.enriched??0;S(c,"success",`Enriched ${g} keyword${g===1?"":"s"}.`,$.green(`Enriched ${g} keyword${g===1?"":"s"}.`)),Hi(f.opportunities??[]),f.paid||u.message(`${$.dim("Free plan:")} enriched up to ${$.bold(String(f.cap??25))} keywords. ${$.dim("Upgrade for full enrichment + discovery + competitor gap:")} ${$.cyan(ve("cli-keywords-cap"))}`)}function Jk(e){let t=e.discovered??0,n=e.ignored??0,r=(s,a)=>`${s} ${a}${s===1?"":"s"}`,o="Review them in .seoagent/keywords.md (a read-only projection \u2014 don't hand-edit it).";if(e.judgePending)return{headline:`Discovered ${r(t,"new keyword")} to target (added as "suggested", not yet relevance-judged).`,short:`${r(t,"new keyword")} discovered (unjudged).`,hint:s=>`${o} The relevance judge could not run for this site (it needs business context in .seoagent/context.md), so relevance-check before adopting; clear off-topic noise with \`${s("keywords --purge")}\`.`};if(t===0&&n>0)return{headline:`Found ${r(n,"candidate")}; the relevance judge ruled every one off-topic for this site, so nothing was added to target.`,short:`0 new keywords kept (${n} judged off-topic).`,hint:()=>"Nothing to review. Off-topic verdicts are stored, so the same junk is not proposed again."};let i=n>0?` Hid ${r(n,"off-topic candidate")} (judge verdict: ignore).`:"";return{headline:`Discovered ${r(t,"new keyword")} to target (judged relevant to your business, added as "suggested").${i}`,short:`${r(t,"new keyword")} discovered${n>0?` (${n} hidden as off-topic)`:""}.`,hint:s=>`${o} Keep the ones that fit your clusters; \`${s("keywords --purge")}\` clears anything the judge missed.`}}import K from"picocolors";function Dn(e={}){let t=process.cwd(),n=C(t),r=Ye(t);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
1037
- `);return}if(u.message(Xk(r)),!n){u.warn(`No SEOAgent project here. Run \`${h("init")}\` first to persist the provider.`);return}V(t,{image_provider:r.provider}),u.info(`Saved to ${K.cyan(".seoagent/project.md")} ${K.dim(`(image_provider: ${r.provider})`)}`)}function Xk(e){let n=i=>K.dim(i.padEnd(12)),r=[];if(e.provider==="none"){r.push({content:`${K.dim("\u25CB")} ${K.bold(K.yellow("No image provider detected"))}`}),r.push({sep:!0}),r.push({content:K.dim("Set ONE of these to enable image generation:")});let i=na();for(let s of Object.keys(i))r.push({content:`${n(s+":")}${K.cyan(i[s].join(" or "))}`});r.push({sep:!0}),r.push({content:K.dim("Add to your shell, .env.local, or .env, then re-run:")}),r.push({content:` ${K.cyan(h("env-check"))}`})}else{r.push({content:`${K.green("\u2713")} ${K.dim("Image provider:")} ${K.bold(K.green(e.provider))}`}),r.push({sep:!0}),e.matched_key&&r.push({content:`${n("Key:")}${K.bold(e.matched_key)}`}),e.source&&r.push({content:`${n("Source:")}${K.cyan(e.source)}`});let i=e.available_providers.filter(s=>s!==e.provider);i.length>0&&r.push({content:`${n("Available:")}${K.dim(i.join(", "))}`})}let o=`${K.bold(K.cyan("SEOAgent"))} ${K.dim("\xB7")} ${K.dim("env-check")}`;return H(r,{width:64,title:o})}import{existsSync as Vi,mkdirSync as Ju,writeFileSync as Xu}from"fs";import{dirname as Qr,isAbsolute as ov,join as Xr,resolve as iv}from"path";import{tmpdir as sv}from"os";import{spinner as av}from"@clack/prompts";import X from"picocolors";import{Buffer as zu}from"buffer";var Qk=6e4,Ki=18e4,Zk=15e3;async function qi(e){let t=await fetch(e,{signal:AbortSignal.timeout(Qk)});if(!t.ok)throw new Error(`Image download failed: ${t.status} ${t.statusText}`);let n=await t.arrayBuffer();return zu.from(n)}async function ev(e){let t=e.size??"1024x1024",n=await fetch("https://api.openai.com/v1/images/generations",{method:"POST",headers:{Authorization:`Bearer ${e.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify({model:"gpt-image-1",prompt:e.prompt,size:t,n:1}),signal:AbortSignal.timeout(Ki)});if(!n.ok){let i=await n.text().catch(()=>"");throw new Error(`OpenAI image API ${n.status}: ${i.slice(0,300)}`)}let o=(await n.json()).data?.[0];if(!o)throw new Error("OpenAI image API returned no data");if(o.b64_json)return{bytes:zu.from(o.b64_json,"base64"),contentType:"image/png"};if(o.url)return{bytes:await qi(o.url),contentType:"image/png"};throw new Error("OpenAI image API returned neither b64_json nor url")}async function tv(e){let t=process.env.FAL_MODEL||"fal-ai/flux/schnell",n=await fetch(`https://fal.run/${t}`,{method:"POST",headers:{Authorization:`Key ${e.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify({prompt:e.prompt,image_size:"landscape_16_9",num_images:1}),signal:AbortSignal.timeout(Ki)});if(!n.ok){let s=await n.text().catch(()=>"");throw new Error(`fal.ai API ${n.status}: ${s.slice(0,300)}`)}let o=(await n.json()).images?.[0];if(!o?.url)throw new Error("fal.ai API returned no image url");return{bytes:await qi(o.url),contentType:o.content_type??"image/png"}}async function nv(e,t,n=9e4){let r=Date.now(),o=1e3;for(;Date.now()-r<n;){let i=await fetch(`https://api.replicate.com/v1/predictions/${e}`,{headers:{Authorization:`Token ${t}`},signal:AbortSignal.timeout(Zk)});if(!i.ok)throw new Error(`Replicate poll failed: ${i.status}`);let s=await i.json();if(s.status==="succeeded"||s.status==="failed"||s.status==="canceled")return s;await new Promise(a=>setTimeout(a,o)),o=Math.min(o*1.5,5e3)}throw new Error("Replicate prediction timed out")}async function rv(e){let t=process.env.REPLICATE_MODEL||"black-forest-labs/flux-schnell",n=await fetch(`https://api.replicate.com/v1/models/${t}/predictions`,{method:"POST",headers:{Authorization:`Token ${e.apiKey}`,"Content-Type":"application/json",Prefer:"wait"},body:JSON.stringify({input:{prompt:e.prompt,aspect_ratio:"16:9"}}),signal:AbortSignal.timeout(Ki)});if(!n.ok){let s=await n.text().catch(()=>"");throw new Error(`Replicate API ${n.status}: ${s.slice(0,300)}`)}let r=await n.json();if(r.status!=="succeeded"&&r.status!=="failed"&&(r=await nv(r.id,e.apiKey)),r.status!=="succeeded")throw new Error(`Replicate prediction ${r.status}: ${r.error??""}`);let o=Array.isArray(r.output)?r.output[0]:r.output;if(!o)throw new Error("Replicate prediction returned no output");return{bytes:await qi(o),contentType:"image/png",providerImageId:r.id}}async function Yu(e,t){switch(e){case"openai":return ev(t);case"fal":return tv(t);case"replicate":return rv(t);default:throw new Error(`Unknown image provider: ${e}`)}}function lv(e){return e==="openai"||e==="fal"||e==="replicate"}async function Fn(e={}){let t=process.cwd();if(!e.prompt){u.warn(`Missing --prompt. Example: ${h('generate-image --prompt "..." --out content/images/hero.png')}`),process.exitCode=1;return}if(!e.out){u.warn("Missing --out. Example: --out .seoagent/content/images/hero.png"),process.exitCode=1;return}let n=C(t),r=null;if(e.provider){if(!lv(e.provider)){u.warn(`Invalid --provider "${e.provider}". Use one of: openai, fal, replicate.`),process.exitCode=1;return}r=e.provider}else n?.image_provider&&n.image_provider!=="none"?r=n.image_provider:r=Ye(t).provider;if(!r||r==="none"){u.warn(`No image generation provider available. Set OPENAI_API_KEY, FAL_KEY, or REPLICATE_API_TOKEN, then run \`${h("env-check")}\`.`),process.exitCode=1;return}let o=ta(t,r);if(!o){u.warn(`Provider "${r}" selected but no API key found. Set the env var, then re-run.`),process.exitCode=1;return}let i=ov(e.out)?e.out:iv(t,e.out),a=!e.silent&&!!process.stdout.isTTY?av():null;a?.start(`Generating image with ${X.bold(r)} ${X.dim(`(${o.envName})`)}\u2026`);try{let l=await Yu(r,{prompt:e.prompt,apiKey:o.key,size:e.size});Vi(Qr(i))||Ju(Qr(i),{recursive:!0}),Xu(i,l.bytes),e.silent||S(a,"success",`Wrote ${i} (${l.bytes.length} bytes, ${l.contentType}).`,X.green(`Wrote ${i} ${X.dim(`(${l.bytes.length} bytes, ${l.contentType})`)}`))}catch(l){a?.stop(X.red("Image generation failed."));let c=uv(t,{provider:r,envName:o.envName,prompt:e.prompt,size:e.size,outPath:i,error:l});u.message(cv({provider:r,envName:o.envName,prompt:e.prompt,size:e.size,message:l.message})),c&&u.message(`${X.dim("Full error log:")} ${X.cyan(c)}`),process.exitCode=1}}function cv(e){let n=d=>X.dim(d.padEnd(10)),o=e.prompt.length>54?`${e.prompt.slice(0,53)}\u2026`:e.prompt,i=[{content:`${X.red("\u2717")} ${X.bold(X.red("Image generation failed"))}`},{sep:!0},{content:`${n("Provider:")}${X.bold(e.provider)}`},{content:`${n("Key:")}${e.envName}`},{content:`${n("Prompt:")}${X.dim(`"${o}"`)}`}];e.size&&i.push({content:`${n("Size:")}${e.size}`}),i.push({sep:!0});let s=e.message.replace(/\s+/g," ").trim(),a=64,l=s.length>a?`${s.slice(0,a-1)}\u2026`:s;i.push({content:X.red(l)});let c=`${X.bold(X.cyan("SEOAgent"))} ${X.dim("\xB7")} ${X.dim("generate-image")}`;return H(i,{width:70,title:c})}function uv(e,t){let r=`seoagent-generate-image-${new Date().toISOString().replace(/[:.]/g,"-")}.log`,o=Xr(e,k),i=Xr(o,".errors"),s=Vi(o)?Xr(i,r):Xr(sv(),r),a=["# SEOAgent generate-image error",`# ${new Date().toISOString()}`,"","## Request",`provider: ${t.provider}`,`env_var: ${t.envName}`,`prompt: ${JSON.stringify(t.prompt)}`,`size: ${t.size??"(default)"}`,`out_path: ${t.outPath}`,`cwd: ${e}`,"","## Error",`message: ${t.error.message}`,"","## Stack",t.error.stack??"(no stack)",""];t.error.cause&&a.push("## Cause",String(t.error.cause),"");try{return Vi(Qr(s))||Ju(Qr(s),{recursive:!0}),Xu(s,a.join(`
1038
- `)),s}catch{return null}}import te from"picocolors";async function Mn(e={}){let t=C(process.cwd()),n=D(t?.domain);if(!n){let l=Ve();e.json?process.stdout.write(`${JSON.stringify({logged_in:!1,other_sites:l})}
1039
- `):(u.error(`Not logged in. Run \`${h("login")}\` first.`),l.length>0&&u.info(`(Logged in to: ${l.join(", ")} \u2014 not this project's site.)`)),process.exitCode=1;return}if(e.env){process.stdout.write(`${xs(n)}
1033
+ `),u.error(` Agent error: ${o.message}`),Hu(),null}}function Hu(){u.message(_c.map(e=>M.dim(` ${e}`)).join(`
1034
+ `))}function Fk(e){if(!e||typeof e!="object")return;let t=e.type;if(t==="text"){let n=e.text;typeof n=="string"&&n&&process.stdout.write(Fr(n));return}if(t==="tool_use"){let n=String(e.name??"tool"),r=e.input,o=n==="WebSearch"?String(r?.query??""):n==="WebFetch"?String(r?.url??""):"";process.stdout.write(M.dim(` ${M.magenta("\u{1F50E}")} ${n}${o?` ${Mk(o,70)}`:""}
1035
+ `))}}function Mk(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function Uk(e){return typeof e!="string"?[]:e.split(",").map(t=>t.trim()).filter(Boolean)}function Bk(e){try{if(!Nk(e))return null;let t=Lk(e).filter(o=>o.endsWith(".json")).sort();if(t.length===0)return null;let n=t[t.length-1],r=JSON.parse(Tk(Wu(e,n),"utf-8"));return r&&typeof r=="object"&&Array.isArray(r.results)&&typeof r.generated_at=="string"?r:null}catch{return null}}import Ht from"picocolors";async function Dn(e={}){if(e.all){await Gk();return}let t=process.cwd();if(!F(t))return;lt(t);let n=si(t);Ku(t);let r=await Sn(t,{enrichSitemap:!0,crawl:e.crawl});if(n.reason==="refreshed"?(u.success(n.from&&n.from!==n.to?`Refreshed the SEOAgent skill ${n.from} \u2192 ${n.to}.`:`Refreshed the SEOAgent skill (now ${n.to}).`),u.info("Your `.seoagent/` knowledge was left untouched.")):(u.error(`Could not refresh the skill (${n.reason}).`),process.exitCode=1),r.added>0?u.success(`Re-scanned the codebase: +${r.added} new page${r.added===1?"":"s"} merged into .seoagent/${r.file} (${r.total} total).`):r.total>0&&u.info(`Page inventory already current (${r.total} pages).`),r.crawl){let{crawled:o,empty:i,errors:s}=r.crawl;u.success(`Crawled ${o} page${o===1?"":"s"} \u2192 filled Status / Rendered / Word count`+(i>0?`, ${i} render empty`:"")+(s>0?`, ${s} unreachable`:"")+".")}}async function Gk(){let e=qs();if(e.length===0){u.info("No SEOAgent projects are registered on this machine yet. They register themselves on `init` / `sync`.");return}u.message(`Refreshing ${e.length} project${e.length===1?"":"s"} to SEOAgent ${Ht.bold(R)}\u2026`);let t=0,n=0;for(let r of e){let o=si(r);Ku(r);let i=await Sn(r),s=i.added>0?Ht.cyan(` +${i.added} page${i.added===1?"":"s"}`):"";if(o.reason==="refreshed"){t++;let a=o.from&&o.from!==o.to?Ht.dim(` (${o.from} \u2192 ${o.to})`):"";u.message(` ${Ht.green("\u2713")} ${r}${a}${s}`)}else n++,u.message(` ${Ht.yellow("!")} ${r} ${Ht.dim("\u2014 "+o.reason)}${s}`)}u.success(`Refreshed ${t}/${e.length} project${e.length===1?"":"s"} to ${R}.`),n>0&&u.info(`${n} could not be refreshed (see above).`)}function Ku(e){try{at(e)}catch{}}import{spinner as Ki,confirm as Hk,isCancel as Wk}from"@clack/prompts";import $ from"picocolors";var Kk=11e4,Vu={easy_win:"easy win",striking_distance:"striking distance",competitor_gap:"competitor gap",defend:"defend",low_priority:"low priority"};async function qk(e){let t=process.cwd(),n=pe(t);if(!n){u.error(`No .seoagent/project.md found. Run \`${h("init")}\` first.`),process.exitCode=1;return}let r=C(t),o=r?.domain&&r.domain!=="unknown"?r.domain:void 0,i=(e.apiBase||N.BASE).replace(/\/$/,""),a=!!process.stdout.isTTY&&!e.json?Ki():null;a?.start(`Looking up ${$.bold(`"${e.keyword}"`)} ${$.dim("via DataForSEO (free peek)\u2026")}`);let l;try{l=await L(`${i}/api/cli/keywords/peek`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({install_id:n,keyword:e.keyword,...o?{domain:o}:{}})})}catch(d){S(a,"error",`Network error: ${d.message}`,$.red("Network error.")),process.exitCode=1;return}let c=null;try{c=await l.json()}catch{c=null}if(e.json){process.stdout.write(JSON.stringify({status:c?.status??"error",http_status:l.status,body:c??null})+`
1036
+ `);return}if(l.status===429||c?.skipped?.startsWith("rate-limited")){let d=c?.skipped==="rate-limited:ip"?"this network":"this install";S(a,"warn",`Daily peek quota reached for ${d}.`,$.yellow(`Daily peek quota reached for ${d}.`)),u.message(qu()),process.exitCode=1;return}if(!l.ok||!c){S(a,"error",`Peek failed (${l.status})${c?.error?`: ${c.error}`:""}`,$.red(`Peek failed (${l.status}).`)),process.exitCode=1;return}if(c.skipped==="provider-quota"){S(a,"warn","Real keyword data is temporarily unavailable. Try again later.",$.yellow("Real keyword data is temporarily unavailable. Try again later.")),u.message($.dim("No action needed on your side \u2014 the maintainer has been notified."));return}if(c.skipped==="no-creds"||c.skipped==="no-table"){S(a,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",$.yellow("Real keyword data is not enabled on the server yet."));return}if(!c.opportunity){S(a,"warn",`No data returned for "${e.keyword}".`,$.yellow(`No data returned for "${e.keyword}".`));return}a?.stop($.green("Got it.")),u.message(Vk(c.opportunity)),c.remaining&&u.message(`${$.dim("Peeks remaining today:")} ${$.bold(String(c.remaining.install))} ${$.dim("\u2014 "+qu())}`)}function Vk(e){let n=c=>$.dim(c.padEnd(14)),r=e.volume!=null?$.bold(String(e.volume)):$.dim("n/a"),o=e.difficulty!=null?`${$.bold(String(e.difficulty))} ${$.dim(zk(e.difficulty))}`:$.dim("n/a"),i=Vu[e.opportunity]??e.opportunity,s=e.opportunity==="easy_win"?$.bold($.green(i)):e.opportunity==="striking_distance"?$.bold($.cyan(i)):e.opportunity==="competitor_gap"?$.bold($.yellow(i)):$.dim(i),a=[{content:`${$.green("\u25CF")} ${$.bold(e.keyword)}`},{sep:!0},{content:`${n("Volume:")}${r} ${$.dim("/mo")}`},{content:`${n("Difficulty:")}${o}`},{content:`${n("Opportunity:")}${s}`}],l=`${$.bold($.cyan("Keyword peek"))}`;return H(a,{width:55,title:l})}function zk(e){return e<=20?"easy":e<=40?"moderate":e<=60?"hard":"very hard"}function qu(e=D()){return e?`You're logged in \u2014 run \`${h("keywords")}\` for full enrichment (no quota). Pro unlocks the full inventory beyond the ~25 cap plus \`${h("keywords --discover")}\` (new targets) + \`${h("keywords --competitors")}\` (competitor gaps): ${h("upgrade")}.`:`Log in for the full top-25 enrichment, no quota: ${h("login")}`}function Wi(e){let t=e.filter(n=>n.opportunity!=="low_priority");if(t.length!==0){u.message("Top opportunities:");for(let n of t){let r=n.volume!=null?`vol ${n.volume}`:"vol n/a",o=n.difficulty!=null?`KD ${n.difficulty}`:"KD n/a",i=n.our_position!=null?`, you're #${n.our_position}`:", not ranking";u.message(` \u2022 [${Vu[n.opportunity]??n.opportunity}] ${n.keyword} \u2014 ${r}, ${o}${i}`)}}}function Yk(e){if(e.length!==0){u.message("Top competitor gaps:");for(let t of e){let n=t.volume!=null?`vol ${t.volume}`:"vol n/a",r=t.difficulty!=null?`KD ${t.difficulty}`:"KD n/a",o=t.their_position!=null?`#${t.their_position}`:"top 10";u.message(` \u2022 ${t.keyword} \u2014 ${t.competitor_domain} ranks ${o}, ${n}, ${r}`)}}}async function Jk(e){let t=e.all?"all":"suggested";if(t==="all"&&process.stdin.isTTY){let a=await Hk({message:"Delete ALL keywords for this site from the cloud? This cannot be undone."});if(Wk(a)||!a){u.info("No changes.");return}}let n=e.apiBase||e.auth.api_base||N.BASE,r=process.stdout.isTTY?Ki():null;r?.start(t==="all"?"Purging all keywords\u2026":"Purging suggested keywords\u2026");let o;try{o=await L(`${n}/api/cli/keywords/purge`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${e.auth.user_token}:${e.auth.website_token}`},body:JSON.stringify({scope:t})})}catch(a){S(r,"error",`Network error: ${a.message}`,$.red("Network error.")),process.exitCode=1;return}let i=null;try{i=await o.json()}catch{i=null}if(i?.skipped==="no-table"||i?.skipped==="no-columns"){S(r,"warn","Keyword storage isn\u2019t enabled on the server yet.",$.yellow("Nothing to purge yet."));return}if(!o.ok||i?.status!=="ok"){S(r,"error",`Purge failed (${o.status})${i?.error?`: ${i.error}`:""}`,$.red(`Purge failed (${o.status}).`)),process.exitCode=1;return}let s=i.purged??0;S(r,"success",`Purged ${s} ${t==="all"?"":"suggested "}keyword${s===1?"":"s"}.`,$.green(`Purged ${s} keyword${s===1?"":"s"}.`)),u.message($.dim(t==="all"?"Cleared the cloud inventory. Re-run `seoagent keywords --seed` / strategy to rebuild it.":"Cleared discovery noise. Your clustered keywords were kept."))}async function Ze(e={}){if(e.peek&&e.peek.trim().length>0){await qk({keyword:e.peek.trim(),apiBase:e.apiBase,json:e.json});return}let t=C(process.cwd()),n=D(t?.domain);if(!n){u.error(`Not logged in. Run \`${h("login")}\` first.`),process.exitCode=1;return}if(e.purge){await Jk({all:e.all,apiBase:e.apiBase,auth:n});return}let r=e.apiBase||n.api_base||N.BASE,o=`Bearer ${n.user_token}:${n.website_token}`,i=e.competitors?"competitors":e.discover?"discover":e.seed?"seed":"enrich",s=i==="competitors"?"/api/cli/keywords/competitors":i==="discover"?"/api/cli/keywords/discover":i==="seed"?"/api/cli/keywords/seed":"/api/cli/keywords/enrich",a=i==="competitors"?"Finding keywords your competitors rank for\u2026":i==="discover"?"Discovering new keywords to target\u2026":i==="seed"?"Seeding keywords from your Search Console data\u2026":"Enriching keywords with real volume + difficulty\u2026",c=!!process.stdout.isTTY?Ki():null;c?.start(a);let d=i==="competitors"||i==="discover"||i==="seed",p;try{p=await L(`${r}${s}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:o},body:"{}"},d?{timeoutMs:Kk,attempts:1}:{})}catch(m){S(c,"error",`Network error: ${m.message}`,$.red("Network error.")),process.exitCode=1;return}let f=null;try{f=await p.json()}catch{f=null}if(p.status===402||f?.code==="upgrade_required"){S(c,"warn",i==="competitors"?"Competitor gap analysis is a paid feature.":"Keyword discovery is a paid feature.",$.yellow("Paid feature \u2014 upgrade to continue.")),u.message(i==="competitors"?`Upgrade to see which keywords competitors rank for that you don't: ${$.cyan(ve("cli-keywords-competitors"))}`:`Upgrade to find new keywords to target: ${$.cyan(ve("cli-keywords-discover"))}`),process.exitCode=1;return}if(!p.ok||f?.status!=="ok"){S(c,"error",`Server rejected request (${p.status})${f?.error?`: ${f.error}`:""}`,$.red(`Server rejected request (${p.status}).`)),process.exitCode=1;return}if(f.skipped==="no-gsc-data"){S(c,"warn","No Search Console data to seed from yet. Run `seoagent gsc connect` to link Google Search Console \u2014 or wait for impressions to accrue on a new site.",$.yellow("No Search Console data yet."));return}if(f.skipped==="no-keywords"||f.skipped==="no-seeds"){S(c,"warn","No keywords yet. Seed from Search Console with `seoagent keywords --seed`, or run the keyword strategy (Phase 2) first, then try again.",$.yellow("No keywords yet."));return}if(f.skipped==="no-competitors"){S(c,"warn","No competitors found yet. Add competitors or run strategy discovery first, then try again.",$.yellow("No competitors yet."));return}if(f.skipped==="no-creds"||f.skipped==="no-columns"||f.skipped==="no-table"){S(c,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",$.yellow("Real keyword data is not enabled on the server yet."));return}if(f.skipped){S(c,"warn",`Skipped: ${f.skipped}`,$.yellow(`Skipped: ${f.skipped}`));return}if(i==="competitors"){let m=f.gaps??0;S(c,"success",`Found ${m} competitor gap${m===1?"":"s"} across ${f.competitors?.length??0} competitor${f.competitors?.length===1?"":"s"} (added as "suggested").`,$.green(`${m} competitor gap${m===1?"":"s"} found.`)),Yk(f.topGaps??[]),u.message(`Review them in ${$.cyan(".seoagent/keywords.md")} (a read-only projection \u2014 don't hand-edit it). Keep the on-topic ones for your clusters; clear off-topic noise with \`${h("keywords --purge")}\`. The analyzed competitors are saved to your dashboard's Competitors section.`);return}if(i==="discover"){let m=Xk(f);S(c,"success",m.headline,$.green(m.short)),Wi(f.opportunities??[]),u.message(m.hint(h));return}if(i==="seed"){let m=f.seeded??0;S(c,"success",`Seeded ${m} keyword${m===1?"":"s"} from Search Console (real impressed queries, added as "suggested").`,$.green(`${m} keyword${m===1?"":"s"} seeded from Search Console.`)),Wi(f.opportunities??[]),u.message(`These are queries your site already gets impressions for \u2014 striking-distance wins first. Review in ${$.cyan(".seoagent/keywords.md")} and build clusters from them.`);return}let g=f.enriched??0;S(c,"success",`Enriched ${g} keyword${g===1?"":"s"}.`,$.green(`Enriched ${g} keyword${g===1?"":"s"}.`)),Wi(f.opportunities??[]),f.paid||u.message(`${$.dim("Free plan:")} enriched up to ${$.bold(String(f.cap??25))} keywords. ${$.dim("Upgrade for full enrichment + discovery + competitor gap:")} ${$.cyan(ve("cli-keywords-cap"))}`)}function Xk(e){let t=e.discovered??0,n=e.ignored??0,r=(s,a)=>`${s} ${a}${s===1?"":"s"}`,o="Review them in .seoagent/keywords.md (a read-only projection \u2014 don't hand-edit it).";if(e.judgePending)return{headline:`Discovered ${r(t,"new keyword")} to target (added as "suggested", not yet relevance-judged).`,short:`${r(t,"new keyword")} discovered (unjudged).`,hint:s=>`${o} The relevance judge could not run for this site (it needs business context in .seoagent/context.md), so relevance-check before adopting; clear off-topic noise with \`${s("keywords --purge")}\`.`};if(t===0&&n>0)return{headline:`Found ${r(n,"candidate")}; the relevance judge ruled every one off-topic for this site, so nothing was added to target.`,short:`0 new keywords kept (${n} judged off-topic).`,hint:()=>"Nothing to review. Off-topic verdicts are stored, so the same junk is not proposed again."};let i=n>0?` Hid ${r(n,"off-topic candidate")} (judge verdict: ignore).`:"";return{headline:`Discovered ${r(t,"new keyword")} to target (judged relevant to your business, added as "suggested").${i}`,short:`${r(t,"new keyword")} discovered${n>0?` (${n} hidden as off-topic)`:""}.`,hint:s=>`${o} Keep the ones that fit your clusters; \`${s("keywords --purge")}\` clears anything the judge missed.`}}import K from"picocolors";function Fn(e={}){let t=process.cwd(),n=C(t),r=Ye(t);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
1037
+ `);return}if(u.message(Qk(r)),!n){u.warn(`No SEOAgent project here. Run \`${h("init")}\` first to persist the provider.`);return}V(t,{image_provider:r.provider}),u.info(`Saved to ${K.cyan(".seoagent/project.md")} ${K.dim(`(image_provider: ${r.provider})`)}`)}function Qk(e){let n=i=>K.dim(i.padEnd(12)),r=[];if(e.provider==="none"){r.push({content:`${K.dim("\u25CB")} ${K.bold(K.yellow("No image provider detected"))}`}),r.push({sep:!0}),r.push({content:K.dim("Set ONE of these to enable image generation:")});let i=ra();for(let s of Object.keys(i))r.push({content:`${n(s+":")}${K.cyan(i[s].join(" or "))}`});r.push({sep:!0}),r.push({content:K.dim("Add to your shell, .env.local, or .env, then re-run:")}),r.push({content:` ${K.cyan(h("env-check"))}`})}else{r.push({content:`${K.green("\u2713")} ${K.dim("Image provider:")} ${K.bold(K.green(e.provider))}`}),r.push({sep:!0}),e.matched_key&&r.push({content:`${n("Key:")}${K.bold(e.matched_key)}`}),e.source&&r.push({content:`${n("Source:")}${K.cyan(e.source)}`});let i=e.available_providers.filter(s=>s!==e.provider);i.length>0&&r.push({content:`${n("Available:")}${K.dim(i.join(", "))}`})}let o=`${K.bold(K.cyan("SEOAgent"))} ${K.dim("\xB7")} ${K.dim("env-check")}`;return H(r,{width:64,title:o})}import{existsSync as zi,mkdirSync as Ju,writeFileSync as Xu}from"fs";import{dirname as eo,isAbsolute as iv,join as Zr,resolve as sv}from"path";import{tmpdir as av}from"os";import{spinner as lv}from"@clack/prompts";import X from"picocolors";import{Buffer as zu}from"buffer";var Zk=6e4,qi=18e4,ev=15e3;async function Vi(e){let t=await fetch(e,{signal:AbortSignal.timeout(Zk)});if(!t.ok)throw new Error(`Image download failed: ${t.status} ${t.statusText}`);let n=await t.arrayBuffer();return zu.from(n)}async function tv(e){let t=e.size??"1024x1024",n=await fetch("https://api.openai.com/v1/images/generations",{method:"POST",headers:{Authorization:`Bearer ${e.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify({model:"gpt-image-1",prompt:e.prompt,size:t,n:1}),signal:AbortSignal.timeout(qi)});if(!n.ok){let i=await n.text().catch(()=>"");throw new Error(`OpenAI image API ${n.status}: ${i.slice(0,300)}`)}let o=(await n.json()).data?.[0];if(!o)throw new Error("OpenAI image API returned no data");if(o.b64_json)return{bytes:zu.from(o.b64_json,"base64"),contentType:"image/png"};if(o.url)return{bytes:await Vi(o.url),contentType:"image/png"};throw new Error("OpenAI image API returned neither b64_json nor url")}async function nv(e){let t=process.env.FAL_MODEL||"fal-ai/flux/schnell",n=await fetch(`https://fal.run/${t}`,{method:"POST",headers:{Authorization:`Key ${e.apiKey}`,"Content-Type":"application/json"},body:JSON.stringify({prompt:e.prompt,image_size:"landscape_16_9",num_images:1}),signal:AbortSignal.timeout(qi)});if(!n.ok){let s=await n.text().catch(()=>"");throw new Error(`fal.ai API ${n.status}: ${s.slice(0,300)}`)}let o=(await n.json()).images?.[0];if(!o?.url)throw new Error("fal.ai API returned no image url");return{bytes:await Vi(o.url),contentType:o.content_type??"image/png"}}async function rv(e,t,n=9e4){let r=Date.now(),o=1e3;for(;Date.now()-r<n;){let i=await fetch(`https://api.replicate.com/v1/predictions/${e}`,{headers:{Authorization:`Token ${t}`},signal:AbortSignal.timeout(ev)});if(!i.ok)throw new Error(`Replicate poll failed: ${i.status}`);let s=await i.json();if(s.status==="succeeded"||s.status==="failed"||s.status==="canceled")return s;await new Promise(a=>setTimeout(a,o)),o=Math.min(o*1.5,5e3)}throw new Error("Replicate prediction timed out")}async function ov(e){let t=process.env.REPLICATE_MODEL||"black-forest-labs/flux-schnell",n=await fetch(`https://api.replicate.com/v1/models/${t}/predictions`,{method:"POST",headers:{Authorization:`Token ${e.apiKey}`,"Content-Type":"application/json",Prefer:"wait"},body:JSON.stringify({input:{prompt:e.prompt,aspect_ratio:"16:9"}}),signal:AbortSignal.timeout(qi)});if(!n.ok){let s=await n.text().catch(()=>"");throw new Error(`Replicate API ${n.status}: ${s.slice(0,300)}`)}let r=await n.json();if(r.status!=="succeeded"&&r.status!=="failed"&&(r=await rv(r.id,e.apiKey)),r.status!=="succeeded")throw new Error(`Replicate prediction ${r.status}: ${r.error??""}`);let o=Array.isArray(r.output)?r.output[0]:r.output;if(!o)throw new Error("Replicate prediction returned no output");return{bytes:await Vi(o),contentType:"image/png",providerImageId:r.id}}async function Yu(e,t){switch(e){case"openai":return tv(t);case"fal":return nv(t);case"replicate":return ov(t);default:throw new Error(`Unknown image provider: ${e}`)}}function cv(e){return e==="openai"||e==="fal"||e==="replicate"}async function Mn(e={}){let t=process.cwd();if(!e.prompt){u.warn(`Missing --prompt. Example: ${h('generate-image --prompt "..." --out content/images/hero.png')}`),process.exitCode=1;return}if(!e.out){u.warn("Missing --out. Example: --out .seoagent/content/images/hero.png"),process.exitCode=1;return}let n=C(t),r=null;if(e.provider){if(!cv(e.provider)){u.warn(`Invalid --provider "${e.provider}". Use one of: openai, fal, replicate.`),process.exitCode=1;return}r=e.provider}else n?.image_provider&&n.image_provider!=="none"?r=n.image_provider:r=Ye(t).provider;if(!r||r==="none"){u.warn(`No image generation provider available. Set OPENAI_API_KEY, FAL_KEY, or REPLICATE_API_TOKEN, then run \`${h("env-check")}\`.`),process.exitCode=1;return}let o=na(t,r);if(!o){u.warn(`Provider "${r}" selected but no API key found. Set the env var, then re-run.`),process.exitCode=1;return}let i=iv(e.out)?e.out:sv(t,e.out),a=!e.silent&&!!process.stdout.isTTY?lv():null;a?.start(`Generating image with ${X.bold(r)} ${X.dim(`(${o.envName})`)}\u2026`);try{let l=await Yu(r,{prompt:e.prompt,apiKey:o.key,size:e.size});zi(eo(i))||Ju(eo(i),{recursive:!0}),Xu(i,l.bytes),e.silent||S(a,"success",`Wrote ${i} (${l.bytes.length} bytes, ${l.contentType}).`,X.green(`Wrote ${i} ${X.dim(`(${l.bytes.length} bytes, ${l.contentType})`)}`))}catch(l){a?.stop(X.red("Image generation failed."));let c=dv(t,{provider:r,envName:o.envName,prompt:e.prompt,size:e.size,outPath:i,error:l});u.message(uv({provider:r,envName:o.envName,prompt:e.prompt,size:e.size,message:l.message})),c&&u.message(`${X.dim("Full error log:")} ${X.cyan(c)}`),process.exitCode=1}}function uv(e){let n=d=>X.dim(d.padEnd(10)),o=e.prompt.length>54?`${e.prompt.slice(0,53)}\u2026`:e.prompt,i=[{content:`${X.red("\u2717")} ${X.bold(X.red("Image generation failed"))}`},{sep:!0},{content:`${n("Provider:")}${X.bold(e.provider)}`},{content:`${n("Key:")}${e.envName}`},{content:`${n("Prompt:")}${X.dim(`"${o}"`)}`}];e.size&&i.push({content:`${n("Size:")}${e.size}`}),i.push({sep:!0});let s=e.message.replace(/\s+/g," ").trim(),a=64,l=s.length>a?`${s.slice(0,a-1)}\u2026`:s;i.push({content:X.red(l)});let c=`${X.bold(X.cyan("SEOAgent"))} ${X.dim("\xB7")} ${X.dim("generate-image")}`;return H(i,{width:70,title:c})}function dv(e,t){let r=`seoagent-generate-image-${new Date().toISOString().replace(/[:.]/g,"-")}.log`,o=Zr(e,k),i=Zr(o,".errors"),s=zi(o)?Zr(i,r):Zr(av(),r),a=["# SEOAgent generate-image error",`# ${new Date().toISOString()}`,"","## Request",`provider: ${t.provider}`,`env_var: ${t.envName}`,`prompt: ${JSON.stringify(t.prompt)}`,`size: ${t.size??"(default)"}`,`out_path: ${t.outPath}`,`cwd: ${e}`,"","## Error",`message: ${t.error.message}`,"","## Stack",t.error.stack??"(no stack)",""];t.error.cause&&a.push("## Cause",String(t.error.cause),"");try{return zi(eo(s))||Ju(eo(s),{recursive:!0}),Xu(s,a.join(`
1038
+ `)),s}catch{return null}}import te from"picocolors";async function Un(e={}){let t=C(process.cwd()),n=D(t?.domain);if(!n){let l=Ve();e.json?process.stdout.write(`${JSON.stringify({logged_in:!1,other_sites:l})}
1039
+ `):(u.error(`Not logged in. Run \`${h("login")}\` first.`),l.length>0&&u.info(`(Logged in to: ${l.join(", ")} \u2014 not this project's site.)`)),process.exitCode=1;return}if(e.env){process.stdout.write(`${Ss(n)}
1040
1040
  `);return}let r=(e.apiBase||n.api_base||N.BASE).replace(/\/$/,""),o=`Bearer ${n.user_token}:${n.website_token}`,i;try{i=await fetch(`${r}/api/cli/whoami`,{method:"GET",headers:{Authorization:o,Accept:"application/json"},signal:AbortSignal.timeout(1e4)})}catch(l){u.error(`Network error: ${l.message}`),process.exitCode=1;return}if(i.status===404){if(e.json){process.stdout.write(`${JSON.stringify({logged_in:!0,server_supports_whoami:!1,api_base:r})}
1041
1041
  `);return}u.warn(`Logged in, but the server at this API base does not support \`/api/cli/whoami\` yet. Update with \`${h("update-cli")}\` (or re-deploy your server).`),u.message(`API base: ${r}`);return}let s=null;try{s=await i.json()}catch{s=null}if(!i.ok||!s||s.status!=="ok"){e.json?process.stdout.write(`${JSON.stringify({logged_in:!0,error:s?.error??`HTTP ${i.status}`})}
1042
1042
  `):u.error(`Could not fetch your account (HTTP ${i.status})${s?.error?`: ${s.error}`:""}`),process.exitCode=1;return}let a=Ve().filter(l=>l!==s.domain);if(e.json){process.stdout.write(`${JSON.stringify({logged_in:!0,...s,other_sites:a},null,2)}
1043
- `);return}u.message(dv(s)),a.length>0&&u.message(te.dim(`Also logged in to: ${a.join(", ")}.`)),s.paid===!1&&u.message(`${te.dim("Upgrade for autopilot:")} ${te.cyan(ve("cli-whoami"))}`)}function dv(e){let n=i=>te.dim(i.padEnd(10)),r=[];if(e.email&&(r.push({content:`${te.green("\u2713")} ${te.dim("Logged in as")} ${te.bold(e.email)}`}),r.push({sep:!0})),e.domain&&r.push({content:`${n("Website:")}${te.cyan(e.domain)}`}),e.plan){let i=e.paid?te.bold(te.green(e.plan)):te.bold(e.plan);r.push({content:`${n("Plan:")}${i}`})}e.api_base&&r.push({content:`${n("API:")}${te.dim(e.api_base)}`});let o=`${te.bold(te.cyan("SEOAgent"))} ${te.dim("\xB7")} ${te.dim("whoami")}`;return H(r,{width:55,title:o})}import{spinner as pv}from"@clack/prompts";import Un from"picocolors";function Qu(e,t){switch(e){case"missing_header":case"malformed_header":case"invalid_credentials":return"Not logged in for this site. Run `seoagent login` first.";case"oauth_not_configured":return"Google sign-in is not configured on this server. Connect Search Console from the dashboard instead.";default:return typeof e=="string"&&e?`Search Console request failed: ${e}`:`HTTP ${t} (client error)`}}function Zu(e,t){let n=t&&typeof t=="object"?t:null;return e===404?{status:"error",terminal:!0,message:"This server does not support `seoagent gsc connect` yet. Connect Search Console from the dashboard, or update the CLI."}:e>=500?{status:"error",terminal:!1,message:`HTTP ${e} (server error)`}:e>=400?{status:"error",terminal:!0,message:Qu(n?.code,e)}:n?.status==="ok"&&typeof n.auth_url=="string"&&typeof n.since=="string"?{status:"ok",auth_url:n.auth_url,since:n.since}:{status:"error",terminal:!0,message:'Malformed response: expected { status: "ok", auth_url, since }'}}function ed(e,t){let n=t&&typeof t=="object"?t:null;if(e>=500)return{status:"error",terminal:!1,message:`HTTP ${e} (server error)`};if(e===404)return{status:"error",terminal:!0,message:"This server does not support `seoagent gsc status` yet. Update the CLI or check the dashboard."};if(e>=400)return{status:"error",terminal:!0,message:Qu(n?.code,e)};if(!n)return{status:"error",terminal:!0,message:"Malformed response: expected an object"};if(n.status==="none"||n.status==="pending")return{status:n.status};if(n.status==="ready"){let r=n.property&&typeof n.property=="object"?n.property:null;return{status:"ready",email:typeof n.email=="string"?n.email:null,property:r&&typeof r.site_url=="string"?{site_url:r.site_url,permission_level:typeof r.permission_level=="string"?r.permission_level:null,verified:r.verified!==!1}:null,properties_count:typeof n.properties_count=="number"?n.properties_count:0}}return{status:"error",terminal:!0,message:`Malformed response: unknown status=${JSON.stringify(n.status)}`}}function zi(e,t){let n=e.email?` as ${e.email}`:"";if(e.property)return`Search Console connected${n}. Property for ${t??"this site"}: ${e.property.site_url} (${e.property.permission_level??"verified"}).`;let r=t??"this site",o=e.properties_count;return`Search Console connected${n}, but that Google account has no verified property for ${r} (${o} propert${o===1?"y":"ies"} found). Add and verify ${r} at search.google.com/search-console, then run \`seoagent gsc connect\` again.`}var fv=2e3,gv=300*1e3;function mv(e){return new Promise(t=>setTimeout(t,e))}async function td(e,t,n){try{let r=`${e}/api/cli/gsc/status${n?`?since=${encodeURIComponent(n)}`:""}`,o=await fetch(r,{headers:{Authorization:t,Accept:"application/json"},signal:AbortSignal.timeout(3e4)}),i=null;try{i=await o.json()}catch{}return ed(o.status,i)}catch(r){return{status:"error",terminal:!1,message:r.message||"network error"}}}function Bn(e,t){if(ae())return;let n=pe(e);n&&Ne({installId:n,event:t,cliVersion:R})}async function Yi(e,t={}){if(e!=="connect"&&e!=="status"){u.error(`Unknown action "${e}". Use \`${h("gsc")} connect\` or \`${h("gsc")} status\`.`),process.exitCode=1;return}let n=process.cwd(),r=C(n),o=r?.domain&&r.domain!=="unknown"?r.domain:null,i=D(o);if(!i){t.json?process.stdout.write(`${JSON.stringify({logged_in:!1})}
1043
+ `);return}u.message(pv(s)),a.length>0&&u.message(te.dim(`Also logged in to: ${a.join(", ")}.`)),s.paid===!1&&u.message(`${te.dim("Upgrade for autopilot:")} ${te.cyan(ve("cli-whoami"))}`)}function pv(e){let n=i=>te.dim(i.padEnd(10)),r=[];if(e.email&&(r.push({content:`${te.green("\u2713")} ${te.dim("Logged in as")} ${te.bold(e.email)}`}),r.push({sep:!0})),e.domain&&r.push({content:`${n("Website:")}${te.cyan(e.domain)}`}),e.plan){let i=e.paid?te.bold(te.green(e.plan)):te.bold(e.plan);r.push({content:`${n("Plan:")}${i}`})}e.api_base&&r.push({content:`${n("API:")}${te.dim(e.api_base)}`});let o=`${te.bold(te.cyan("SEOAgent"))} ${te.dim("\xB7")} ${te.dim("whoami")}`;return H(r,{width:55,title:o})}import{spinner as fv}from"@clack/prompts";import Bn from"picocolors";function Qu(e,t){switch(e){case"missing_header":case"malformed_header":case"invalid_credentials":return"Not logged in for this site. Run `seoagent login` first.";case"oauth_not_configured":return"Google sign-in is not configured on this server. Connect Search Console from the dashboard instead.";default:return typeof e=="string"&&e?`Search Console request failed: ${e}`:`HTTP ${t} (client error)`}}function Zu(e,t){let n=t&&typeof t=="object"?t:null;return e===404?{status:"error",terminal:!0,message:"This server does not support `seoagent gsc connect` yet. Connect Search Console from the dashboard, or update the CLI."}:e>=500?{status:"error",terminal:!1,message:`HTTP ${e} (server error)`}:e>=400?{status:"error",terminal:!0,message:Qu(n?.code,e)}:n?.status==="ok"&&typeof n.auth_url=="string"&&typeof n.since=="string"?{status:"ok",auth_url:n.auth_url,since:n.since}:{status:"error",terminal:!0,message:'Malformed response: expected { status: "ok", auth_url, since }'}}function ed(e,t){let n=t&&typeof t=="object"?t:null;if(e>=500)return{status:"error",terminal:!1,message:`HTTP ${e} (server error)`};if(e===404)return{status:"error",terminal:!0,message:"This server does not support `seoagent gsc status` yet. Update the CLI or check the dashboard."};if(e>=400)return{status:"error",terminal:!0,message:Qu(n?.code,e)};if(!n)return{status:"error",terminal:!0,message:"Malformed response: expected an object"};if(n.status==="none"||n.status==="pending")return{status:n.status};if(n.status==="ready"){let r=n.property&&typeof n.property=="object"?n.property:null;return{status:"ready",email:typeof n.email=="string"?n.email:null,property:r&&typeof r.site_url=="string"?{site_url:r.site_url,permission_level:typeof r.permission_level=="string"?r.permission_level:null,verified:r.verified!==!1}:null,properties_count:typeof n.properties_count=="number"?n.properties_count:0}}return{status:"error",terminal:!0,message:`Malformed response: unknown status=${JSON.stringify(n.status)}`}}function Yi(e,t){let n=e.email?` as ${e.email}`:"";if(e.property)return`Search Console connected${n}. Property for ${t??"this site"}: ${e.property.site_url} (${e.property.permission_level??"verified"}).`;let r=t??"this site",o=e.properties_count;return`Search Console connected${n}, but that Google account has no verified property for ${r} (${o} propert${o===1?"y":"ies"} found). Add and verify ${r} at search.google.com/search-console, then run \`seoagent gsc connect\` again.`}var gv=2e3,mv=300*1e3;function hv(e){return new Promise(t=>setTimeout(t,e))}async function td(e,t,n){try{let r=`${e}/api/cli/gsc/status${n?`?since=${encodeURIComponent(n)}`:""}`,o=await fetch(r,{headers:{Authorization:t,Accept:"application/json"},signal:AbortSignal.timeout(3e4)}),i=null;try{i=await o.json()}catch{}return ed(o.status,i)}catch(r){return{status:"error",terminal:!1,message:r.message||"network error"}}}function Gn(e,t){if(ae())return;let n=pe(e);n&&Ne({installId:n,event:t,cliVersion:R})}async function Ji(e,t={}){if(e!=="connect"&&e!=="status"){u.error(`Unknown action "${e}". Use \`${h("gsc")} connect\` or \`${h("gsc")} status\`.`),process.exitCode=1;return}let n=process.cwd(),r=C(n),o=r?.domain&&r.domain!=="unknown"?r.domain:null,i=D(o);if(!i){t.json?process.stdout.write(`${JSON.stringify({logged_in:!1})}
1044
1044
  `):u.error(`Not logged in${o?` for ${o}`:""}. Run \`${h("login")}\` first \u2014 Search Console connects to the account the CLI is bound to.`),process.exitCode=1;return}let s=(t.apiBase||i.api_base||N.BASE).replace(/\/$/,""),a=`Bearer ${i.user_token}:${i.website_token}`;if(e==="status"){let g=await td(s,a,null);if(t.json){process.stdout.write(`${JSON.stringify({logged_in:!0,...g})}
1045
- `),g.status==="error"&&(process.exitCode=1);return}if(g.status==="ready"){let m=zi(g,o);g.property?u.success(m):u.warn(m);return}if(g.status==="error"){u.error(g.message),process.exitCode=1;return}u.info(`Search Console is not connected. Run \`${h("gsc")} connect\` to sign in with Google \u2014 takes about 30 seconds.`);return}let l;try{let g=await fetch(`${s}/api/cli/gsc/connect/start`,{method:"POST",headers:{Authorization:a,Accept:"application/json"},signal:AbortSignal.timeout(15e3)}),m=null;try{m=await g.json()}catch{}l=Zu(g.status,m)}catch(g){l={status:"error",terminal:!1,message:g.message||"network error"}}if(l.status==="error"){u.error(l.message),Bn(n,"gsc_connect_failed"),process.exitCode=1;return}u.message("Opening Google to connect Search Console to your SEOAgent account..."),u.info(`If the browser does not open, visit: ${l.auth_url}`),yr(l.auth_url),u.info("In your browser: choose the Google account that owns the Search Console property, then click Allow.");let d=!!process.stdout.isTTY?pv():null;d?.start(Un.dim("Waiting for Google\u2026"));let p=Date.now()+gv,f=!0;for(;Date.now()<p;){f||await mv(fv),f=!1;let g=await td(s,a,l.since);if(g.status==="ready"){let m=zi(g,o);g.property?(S(d,"success",m,Un.green(m)),u.info(`Real queries and indexing verdicts now flow to this site. Next: \`${h("keywords")} --seed\`.`),Bn(n,"gsc_connect_ok")):(S(d,"warn",m,Un.yellow(m)),Bn(n,"gsc_connect_no_property")),t.json&&process.stdout.write(`${JSON.stringify(g)}
1046
- `);return}if(g.status==="error"&&g.terminal){S(d,"warn",g.message,Un.red(g.message)),Bn(n,"gsc_connect_failed"),process.exitCode=1;return}}S(d,"warn",`Timed out waiting for Google. Run \`${h("gsc")} connect\` again to retry.`,Un.yellow("Timed out waiting for Google.")),d&&u.warn(`Run \`${h("gsc")} connect\` again to retry.`),Bn(n,"gsc_connect_timeout"),process.exitCode=1}import{select as Hn,text as Gn,confirm as od,isCancel as ue,intro as hv,outro as yv}from"@clack/prompts";import Zr from"picocolors";function wv(){return[{command:"status",label:"Show project status",hint:"Audit, strategy, briefs, content, roadmap \u2014 everything at a glance.",run:async()=>un()},{command:"sync",label:"Sync with the cloud dashboard",hint:"Push local .seoagent/ changes + pull dashboard edits.",run:async()=>await ce()},{command:"init",label:"Initialize a SEOAgent project",hint:"Scaffold .seoagent/ + the skill file in this directory.",run:async()=>{await sn()}},{command:"login",label:"Connect this CLI to seoagent.com",hint:"Opens the browser to bind your account.",run:async()=>await rn()},{command:"whoami",label:"Show logged-in account",hint:"Email, bound website, plan, API base.",run:async()=>await Mn()},{command:"keywords",label:"Keyword research",hint:"Peek (free, one keyword) \xB7 enrich \xB7 discover \xB7 competitor gaps.",run:async()=>{let e=await Hn({message:"Which mode?",options:[{value:"peek",label:"peek",hint:"Free, one keyword, no login required"},{value:"enrich",label:"enrich (default)",hint:"Enrich your full strategy (requires login)"},{value:"discover",label:"discover",hint:"Find new keywords to target (paid)"},{value:"competitors",label:"competitors",hint:"Find competitor keyword gaps (paid)"}]});if(!ue(e))if(e==="peek"){let t=await Gn({message:"Keyword to peek:",placeholder:"saas seo",validate:n=>String(n??"").trim()?void 0:"A keyword is required."});if(ue(t))return;await Ze({peek:String(t)})}else e==="discover"?await Ze({discover:!0}):e==="competitors"?await Ze({competitors:!0}):await Ze()}},{command:"internal-links",label:"Analyze internal links",hint:"Find orphan pages \u2192 .seoagent/internal-links.md",run:async()=>En({})},{command:"okf",label:"Open Knowledge Format bundle",hint:"Make your site AI-readable (AEO/GEO) \u2192 .seoagent/okf/",run:async()=>{let e=await Hn({message:"Which OKF action?",options:[{value:"status",label:"status",hint:"Is a bundle present?"},{value:"scaffold",label:"scaffold",hint:"Create the starter bundle"},{value:"validate",label:"validate",hint:"Check type fields, timestamps, links"}]});ue(e)||Rn(e==="status"?void 0:String(e))}},{command:"citations",label:"Measure AI citations (AEO/GEO)",hint:"Are answer engines citing you? Web-grounded \u2192 .seoagent/citations/scorecard.md",run:async()=>await Nn()},{command:"generate-image",label:"Generate an image",hint:"Uses the detected (or explicit) provider.",run:async()=>{let e=await Gn({message:"Image prompt:",placeholder:"a minimalist cyan box logo",validate:n=>String(n??"").trim()?void 0:"A prompt is required."});if(ue(e))return;let t=await Gn({message:"Output file path:",placeholder:".seoagent/content/images/hero.png",validate:n=>String(n??"").trim()?void 0:"An output path is required."});ue(t)||await Fn({prompt:String(e),out:String(t)})}},{command:"env-check",label:"Check image-generation provider",hint:"Detect openai / fal / replicate from your env.",run:async()=>Dn({})},{command:"autopilot",label:"Toggle CLI autopilot",hint:"on / off / status \u2014 paid feature for queueing SEO fixes.",run:async()=>{let e=await Hn({message:"Autopilot action:",options:[{value:"status",label:"status",hint:"Show current state"},{value:"on",label:"on",hint:"Turn autopilot ON (paid)"},{value:"off",label:"off",hint:"Turn autopilot OFF"}]});ue(e)||await Cn(String(e))}},{command:"pull",label:"Pull dashboard changes only",hint:"Cloud \u2192 local. Same as the second half of `sync`.",run:async()=>await ht()},{command:"ack",label:"Close out a pending inbox action",hint:"Mark a .seoagent/inbox/ action completed or failed.",run:async()=>{let e=await Gn({message:"Action ID to close out:",placeholder:"action-abc123",validate:r=>String(r??"").trim()?void 0:"Action ID is required."});if(ue(e))return;let t=await od({message:"Mark as failed instead of completed?",initialValue:!1});if(ue(t))return;let n;if(t===!0){let r=await Gn({message:"Reason for failure (optional):",placeholder:"couldn't apply because\u2026"});if(ue(r))return;String(r).trim()&&(n=String(r))}await Se(String(e),{failed:t===!0,reason:n})}},{command:"upgrade",label:"Upgrade your SEOAgent plan",hint:"Open the pricing page; contextual prompt if logged in.",run:async()=>await pn()},{command:"update-cli",label:"Update the CLI to the latest version",hint:"npm install -g @seoagent-official/seoagent@latest + refresh your projects",run:async()=>await fn({})},{command:"refresh",label:"Refresh the skill to your CLI version",hint:"This project \u2014 or every project on the machine via `refresh --all`.",run:async()=>{let e=await Hn({message:"Refresh which?",options:[{value:"this",label:"This project",hint:"Just the current directory"},{value:"all",label:"All projects",hint:"Every SEOAgent project on this machine"}]});ue(e)||jn({all:e==="all"})}},{command:"logout",label:"Log out",hint:"Clear stored credentials for seoagent.com.",run:async()=>on()},{command:"uninstall",label:"Uninstall SEOAgent from this project",hint:"Remove .seoagent/, the skill bundle, and the sync hook.",run:async()=>await an({})}]}var nd="__exit__";async function rd(e=wv()){let t=e.map(o=>({value:o.command,label:o.label,hint:o.hint}));t.push({value:nd,label:"Exit",hint:"Close the menu"});let n=await Hn({message:"What would you like to do?",options:t});if(ue(n)||n===nd)return!0;let r=e.find(o=>o.command===n);if(!r)return u.warn(`Unknown menu pick "${String(n)}" \u2014 returning to menu.`),!1;try{await r.run()}catch(o){u.error(`\`${r.command}\` failed: ${o.message??String(o)}`)}return!1}async function Ji(){if(!process.stdin.isTTY){u.info("The menu needs an interactive terminal. Use the regular commands directly, e.g. `seoagent --help`.");return}hv(`${Zr.bold(Zr.cyan("SEOAgent"))} ${Zr.dim("\xB7 menu")}`);let e=await rd();for(;!e;){let t=await od({message:"Do another?",initialValue:!0});if(ue(t)||t===!1){e=!0;break}e=await rd()}yv(Zr.dim("See you next time."))}var I=new bv;I.name("seoagent").description("AI SEO agent for Claude Code").version(R).showSuggestionAfterError(!0).showHelpAfterError(!0);I.command("init").description("Initialize SEOAgent project \u2014 creates .seoagent/ and installs the skill file").option("-y, --yes","Non-interactive: use inferred/env/flag values only (requires domain if not inferable)").option("--domain <domain>","Website domain (non-interactive or override)").option("--site-type <type>","Site type: saas, service, product, content, etc.").option("--allow-worktree","Scaffold .seoagent/ inside a temporary git worktree anyway (not recommended \u2014 it is deleted with the worktree)").option("--code <code>","One-time setup code from seoagent.com/grok \u2014 scaffolds AND binds this project in one command, no browser (also read from SEOAGENT_SETUP_CODE)").action(e=>{sn({yes:e.yes,domain:e.domain,siteType:e.siteType,allowWorktree:e.allowWorktree,code:e.code})});I.command("uninstall").description("Remove SEOAgent from this project \u2014 deletes .seoagent/, the skill bundle, and the sync hook").option("-y, --yes","Skip the confirmation prompt (also implied in a non-TTY shell)").option("--global","Also wipe ~/.config/seoagent (login + sync state, all projects)").action(e=>{an({yes:e.yes,global:e.global})});I.command("status").description("Show current SEO project state").action(un);I.command("doctor").description("Session-start health check \u2014 surfaces untriaged pull receipts, unknown domain/site_type, and an image key that needs enabling").option("--json","Output findings as JSON (for scripting / the agent)").action(e=>{hi({json:e.json})});I.command("login").description("Connect this CLI to your seoagent.com account (browser flow, or --code for headless setup)").option("--api-base <url>","Override API base URL (for testing)").option("--code <code>","One-time setup code from seoagent.com/grok \u2014 binds headlessly, no browser (also read from SEOAGENT_SETUP_CODE)").action(e=>{rn({apiBase:e.apiBase,code:e.code})});I.command("logout").description("Remove stored credentials for this project's site (--all for every logged-in site)").option("--all","Log out of every stored site, not just this project's").action(e=>{on({all:e.all})});I.command("sync").description("Sync .seoagent/ with your dashboard \u2014 push local changes then pull cloud changes (no-op when not logged in)").option("--silent","Suppress output (used by the Claude Code hook)").option("--force [relpath]","Re-send every artifact on push; take cloud on every pull conflict. Give a path (`--force content/x.md`) to take cloud for that ONE artifact and leave the other conflicts alone.").option("--path <relpath>","Push only files matching this path suffix").option("--push-only","Skip the cloud \u2192 local pull pass").option("--pull-only","Skip the local \u2192 cloud push pass (same as `seoagent pull`)").action(e=>{ce({silent:e.silent,force:e.force,path:e.path,pushOnly:e.pushOnly,pullOnly:e.pullOnly})});I.command("pull").description("Pull cloud changes into .seoagent/ (dashboard / autopilot / chat edits)").option("--silent","Suppress output").option("--force [relpath]","Take the cloud version on every conflict (discards local edits). Give a path to force that ONE artifact.").option("--print <path>","Read-only: print the current cloud body of one artifact to stdout (writes nothing). For conflict diffs.").action(e=>{ht({force:e.force,silent:e.silent,print:e.print})});I.command("ack [action_id]").description("Close out a pending action from .seoagent/inbox/ (omit id for an interactive picker)").option("--failed","Mark as failed instead of completed").option("--reason <text>","Reason for failure (used with --failed)").action((e,t)=>{Se(e,{failed:t.failed,reason:t.reason})});I.command("inbox").description("List pending actions queued by autopilot in .seoagent/inbox/").option("--json","Output as JSON (handy for scripting / `jq`)").action(e=>{ai({json:e.json})});I.command("process").description("Sync the inbox, pick which actions to apply, and run them via the Claude Agent SDK (uses your `claude login` session or ANTHROPIC_API_KEY)").option("--yes, -y","Skip the sync + selection prompts; process every pending action (for CI)").option("--model <name>","Override the model the Agent SDK uses (e.g. claude-sonnet-4-5-20250929)").action(e=>{ui({yes:e.yes,model:e.model})});I.command("autopilot <action> [value]").description("Turn CLI autopilot on|off, show status, toggle `auto-approve on|off`, or set `draft-mode cloud|agent` (paid; queues fixes for your agent)").option("--api-base <url>","Override API base URL (for testing)").action((e,t,n)=>{Cn(e,t,{apiBase:n.apiBase})});I.command("keywords").description("Enrich keywords with real volume + difficulty + opportunity labels (requires login)").option("--peek <keyword>","Free one-keyword DataForSEO lookup (no login required; daily quota)").option("--seed","Add the queries your site already ranks for (Google Search Console) to the inventory \u2014 additive, keeps existing keywords (requires login + GSC)").option("--discover","Find NEW keywords to target from your existing strategy (paid)").option("--competitors","Find keywords competitors rank for that you don\u2019t (paid)").option("--purge","Delete suggested keywords (discover/competitors noise) from the cloud inventory").option("--all","With --purge: clear EVERY keyword for this site, not just suggested").option("--json","Output as JSON (handy for scripting / `jq` \u2014 currently --peek only)").option("--api-base <url>","Override API base URL (for testing)").action(e=>{Ze({peek:e.peek,seed:e.seed,discover:e.discover,competitors:e.competitors,purge:e.purge,all:e.all,json:e.json,apiBase:e.apiBase})});I.command("internal-links").description("Analyze the repo for orphan pages (no inbound internal links) \u2192 .seoagent/internal-links.md").option("--json","Print the analysis as JSON instead of writing the report").action(e=>{En({json:e.json})});I.command("content [action]").description("Track published articles so the dashboard sees them \u2014 `content track` (one) or `content reconcile` (backfill all)").option("--slug <slug>","Article slug (or derive from --file)").option("--url <url>","Live/canonical URL (else built from project domain + blog_path + slug)").option("--file <path>","Repo/CMS source file that renders this article (the body source of truth)").option("--title <title>","Article title (else derived from the slug)").option("--type <page_type>","page_type: landing | pillar | sub_pillar | long_tail | programmatic | blog").option("--status <status>","published (default) | draft").option("--primary-keyword <kw>","Primary keyword for the article").option("--brief <brief-slug>","Brief this article was generated from (preserved automatically if the record already has one)").option("--supersedes <slug>","The cloud-delivered draft slug this article shipped as, when you renamed it \u2014 marks that draft superseded instead of leaving a duplicate").option("--action <id>","The cli_draft_ready action this track closes out (acks it for you)").option("--dir <dirs>","reconcile: content dir(s) to scan, comma-separated (else inferred from tracked articles)").option("--prune","reconcile: delete stale pointers whose source file is gone").action((e,t)=>{pi(e,{slug:t.slug,url:t.url,file:t.file,title:t.title,type:t.type,status:t.status,primaryKeyword:t.primaryKeyword,brief:t.brief,supersedes:t.supersedes,action:t.action,dir:t.dir,prune:t.prune})});I.command("okf [action]").description("Manage the Open Knowledge Format bundle for AI agents \u2014 [validate|scaffold|publish] \u2192 .seoagent/okf/ (publish copies it into your static dir so /.well-known/okf/ is actually served)").option("--json","Output result as JSON").action((e,t)=>{Rn(e,{json:t.json})});I.command("llms").description("Generate and publish llms.txt \u2014 the markdown map answer engines read. Built from .seoagent/pages.md, content/, evidence.md and context.md, written to .seoagent/llms.md and published to <public_dir>/llms.txt. Runs automatically on every `seoagent sync`.").option("--json","Output result as JSON").action(e=>{yi({json:e.json})});I.command("sitemap").description("Validate the site\u2019s live sitemap \u2014 reachability, private-route leakage, freshness, and which public repo pages are missing").option("--url <url>","Override the sitemap URL (default https://{domain}/sitemap.xml)").option("--json","Output result as JSON").action(e=>{wi({url:e.url,json:e.json})});I.command("crawl").description("Capture the live-crawl evidence base (title, meta, all H1s, canonical, JSON-LD @types, OG/Twitter, img-alt gaps, robots.txt, sitemap counts, client-render detection) for the homepage + subpages discovered from the live sitemap + nav links, with a site-wide rollup \u2192 .seoagent/audit/evidence.md. Grounds every audit claim so nothing is invented. The crawled origin is EXPLICIT: --url wins (and is persisted as live_url: in project.md), else live_url:/domain: from project.md, else it errors \u2014 never a guess. An undesignated loopback origin is labeled SOURCE RENDER, not live evidence.").option("--url <origin>","The live site origin to crawl (e.g. https://example.com or http://127.0.0.1:3000) \u2014 persisted as live_url: in project.md for later runs").option("--max <n>","Max pages to crawl (default: every discovered page, up to 500)",e=>parseInt(e,10)).option("--json","Output the full evidence bundle as JSON").action(e=>{Ai({url:e.url,max:e.max,json:e.json})});I.command("indexing").description("GSC indexing coverage: which sitemap URLs Google has actually indexed (authoritative URL Inspection verdicts) \u2192 .seoagent/audit/indexing.md. Requires the free `seoagent login` (connects Search Console). Origin resolution mirrors crawl: --url wins, else live_url:/domain: from project.md, else it errors \u2014 never a guess.").option("--url <origin>","The live site origin (e.g. https://example.com)").option("--max <n>","Max sitemap URLs to inspect (default 30, max 200 \u2014 URL Inspection has a daily quota)",e=>parseInt(e,10)).option("--json","Output the results as JSON").action(e=>{Ti({url:e.url,max:e.max,json:e.json})});I.command("verify-recs [files...]").description('Mechanically verify authored recommendations against the crawl evidence (.seoagent/audit/evidence.md) \u2014 rewrites false "added X / none existed / missing X" claims about head-level entities (title, meta description, canonical, OG, twitter:card, JSON-LD) the live page already serves, across .seoagent/**/*.md plus any files passed. Mandatory final step of an audit/optimization session. Always exits 0.').option("--json","Output the machine-readable correction report as JSON").option("--quiet","Print only actionable output (corrections / source-render warning) \u2014 for hooks").action((e,t)=>{Oi({files:e??[],json:t.json,quiet:t.quiet})});I.command("summary [files...]").description("Compose the ready-to-deliver session summary FROM the corrected on-disk .seoagent state \u2014 top audit findings quoted verbatim (confidence labels + Evidence citations), every verify-recs CORRECTION (so corrected framing is what gets relayed), the migration-plan harvest/redirect/sunset table, and top roadmap items. Runs the verify-recs pass first. The final message of an audit/optimization session must be built from this output, not from memory. Flags live-state claims as UNVERIFIED when the crawl evidence is missing or a source render. Plain markdown to stdout; always exits 0.").option("--json","Output the structured summary as JSON").action((e,t)=>{Li({files:e??[],json:t.json})});I.command("migrate").description("Plan the migration of legacy Google Search Console authority when the site has repositioned \u2014 classifies each URL/query as harvest | redirect | sunset \u2192 .seoagent/strategy/migration-plan.md").option("--csv <path>","Search Console Pages/Queries CSV export to plan from (no login required)").option("--direction <text>","Override the new-direction summary (else inferred from project.md + context.md)").option("--json","Output the full plan + decisions as JSON").action(e=>{Fi({csv:e.csv,direction:e.direction,json:e.json})});I.command("citations").description("Track whether answer engines cite you (AEO/GEO) \u2014 web-grounded via the Claude Agent SDK, with history, share-of-voice + source-attribution \u2192 .seoagent/citations/scorecard.md").option("--queries <n>","How many answer-engine queries to test (1\u201312, default 6)",e=>parseInt(e,10)).option("--competitors <list>","Comma-separated competitor brands to track for share-of-voice").option("--model <name>","Override the model the Agent SDK uses").option("--json","Also print the parsed report as JSON").action(e=>{Nn({queries:e.queries,competitors:typeof e.competitors=="string"?e.competitors.split(",").map(t=>t.trim()).filter(Boolean):void 0,model:e.model,json:e.json})});I.command("env-check").description("Detect which image generation provider is available (OPENAI / FAL / REPLICATE)").option("--json","Output detection result as JSON").action(e=>{Dn({json:e.json})});I.command("generate-image").description("Generate an image via the detected (or explicit) provider").requiredOption("--prompt <text>","Image prompt").requiredOption("--out <path>","Output file path (relative to cwd or absolute)").option("--provider <name>","Force provider: openai | fal | replicate").option("--size <wxh>","Pixel size hint, e.g. 1024x1024").option("--silent","Suppress progress output").action(e=>{Fn({prompt:e.prompt,out:e.out,provider:e.provider,size:e.size,silent:e.silent})});I.command("gsc <action>").description("Google Search Console: `connect` opens Google sign-in and stores the connection in the cloud; `status` shows the connection and the property for this site").option("--json","Output as JSON (handy for scripting / `jq`)").option("--api-base <url>","Override API base URL (for testing)").action((e,t)=>{Yi(e,{json:t.json,apiBase:t.apiBase})});I.command("whoami").description("Show the logged-in account: email, bound website, plan, and API base").option("--json","Output as JSON (handy for scripting / `jq`)").option("--env","Print `SEOAGENT_AUTH=<user>:<site>` for scheduled runs on a fresh machine (store it as the task secret)").option("--api-base <url>","Override API base URL (for testing)").action(e=>{Mn({json:e.json,env:e.env,apiBase:e.apiBase})});I.command("upgrade").description("Open the SEOAgent Cloud pricing page in your browser (plan upgrade)").action(pn);I.command("update-cli").description("Update the SEOAgent CLI to the latest npm version, then refresh every project on this machine").option("--dry-run","Show what would happen without running the install").option("--no-projects","Skip refreshing your other projects after the update").action(e=>{fn({dryRun:e.dryRun,projects:e.projects})});I.command("refresh").description("Refresh the installed skill + re-scan the codebase for new pages. `--all` sweeps every project on this machine.").option("--all","Refresh every registered project, not just this one").option("--crawl","Also fetch each page to fill Status / Rendered / Word count in pages.md (slower)").action(e=>{jn({all:e.all,crawl:e.crawl})});I.command("menu").description("Interactive menu \u2014 pick a command from a list (no flags required)").action(()=>{Ji()});process.argv.length===2&&(I.outputHelp(),process.exit(0));I.parse();
1045
+ `),g.status==="error"&&(process.exitCode=1);return}if(g.status==="ready"){let m=Yi(g,o);g.property?u.success(m):u.warn(m);return}if(g.status==="error"){u.error(g.message),process.exitCode=1;return}u.info(`Search Console is not connected. Run \`${h("gsc")} connect\` to sign in with Google \u2014 takes about 30 seconds.`);return}let l;try{let g=await fetch(`${s}/api/cli/gsc/connect/start`,{method:"POST",headers:{Authorization:a,Accept:"application/json"},signal:AbortSignal.timeout(15e3)}),m=null;try{m=await g.json()}catch{}l=Zu(g.status,m)}catch(g){l={status:"error",terminal:!1,message:g.message||"network error"}}if(l.status==="error"){u.error(l.message),Gn(n,"gsc_connect_failed"),process.exitCode=1;return}u.message("Opening Google to connect Search Console to your SEOAgent account..."),u.info(`If the browser does not open, visit: ${l.auth_url}`),yr(l.auth_url),u.info("In your browser: choose the Google account that owns the Search Console property, then click Allow.");let d=!!process.stdout.isTTY?fv():null;d?.start(Bn.dim("Waiting for Google\u2026"));let p=Date.now()+mv,f=!0;for(;Date.now()<p;){f||await hv(gv),f=!1;let g=await td(s,a,l.since);if(g.status==="ready"){let m=Yi(g,o);g.property?(S(d,"success",m,Bn.green(m)),u.info(`Real queries and indexing verdicts now flow to this site. Next: \`${h("keywords")} --seed\`.`),Gn(n,"gsc_connect_ok")):(S(d,"warn",m,Bn.yellow(m)),Gn(n,"gsc_connect_no_property")),t.json&&process.stdout.write(`${JSON.stringify(g)}
1046
+ `);return}if(g.status==="error"&&g.terminal){S(d,"warn",g.message,Bn.red(g.message)),Gn(n,"gsc_connect_failed"),process.exitCode=1;return}}S(d,"warn",`Timed out waiting for Google. Run \`${h("gsc")} connect\` again to retry.`,Bn.yellow("Timed out waiting for Google.")),d&&u.warn(`Run \`${h("gsc")} connect\` again to retry.`),Gn(n,"gsc_connect_timeout"),process.exitCode=1}import{select as Wn,text as Hn,confirm as od,isCancel as ue,intro as yv,outro as wv}from"@clack/prompts";import to from"picocolors";function bv(){return[{command:"status",label:"Show project status",hint:"Audit, strategy, briefs, content, roadmap \u2014 everything at a glance.",run:async()=>dn()},{command:"sync",label:"Sync with the cloud dashboard",hint:"Push local .seoagent/ changes + pull dashboard edits.",run:async()=>await ce()},{command:"init",label:"Initialize a SEOAgent project",hint:"Scaffold .seoagent/ + the skill file in this directory.",run:async()=>{await an()}},{command:"login",label:"Connect this CLI to seoagent.com",hint:"Opens the browser to bind your account.",run:async()=>await on()},{command:"whoami",label:"Show logged-in account",hint:"Email, bound website, plan, API base.",run:async()=>await Un()},{command:"keywords",label:"Keyword research",hint:"Peek (free, one keyword) \xB7 enrich \xB7 discover \xB7 competitor gaps.",run:async()=>{let e=await Wn({message:"Which mode?",options:[{value:"peek",label:"peek",hint:"Free, one keyword, no login required"},{value:"enrich",label:"enrich (default)",hint:"Enrich your full strategy (requires login)"},{value:"discover",label:"discover",hint:"Find new keywords to target (paid)"},{value:"competitors",label:"competitors",hint:"Find competitor keyword gaps (paid)"}]});if(!ue(e))if(e==="peek"){let t=await Hn({message:"Keyword to peek:",placeholder:"saas seo",validate:n=>String(n??"").trim()?void 0:"A keyword is required."});if(ue(t))return;await Ze({peek:String(t)})}else e==="discover"?await Ze({discover:!0}):e==="competitors"?await Ze({competitors:!0}):await Ze()}},{command:"internal-links",label:"Analyze internal links",hint:"Find orphan pages \u2192 .seoagent/internal-links.md",run:async()=>Rn({})},{command:"okf",label:"Open Knowledge Format bundle",hint:"Make your site AI-readable (AEO/GEO) \u2192 .seoagent/okf/",run:async()=>{let e=await Wn({message:"Which OKF action?",options:[{value:"status",label:"status",hint:"Is a bundle present?"},{value:"scaffold",label:"scaffold",hint:"Create the starter bundle"},{value:"validate",label:"validate",hint:"Check type fields, timestamps, links"}]});ue(e)||An(e==="status"?void 0:String(e))}},{command:"citations",label:"Measure AI citations (AEO/GEO)",hint:"Are answer engines citing you? Web-grounded \u2192 .seoagent/citations/scorecard.md",run:async()=>await jn()},{command:"generate-image",label:"Generate an image",hint:"Uses the detected (or explicit) provider.",run:async()=>{let e=await Hn({message:"Image prompt:",placeholder:"a minimalist cyan box logo",validate:n=>String(n??"").trim()?void 0:"A prompt is required."});if(ue(e))return;let t=await Hn({message:"Output file path:",placeholder:".seoagent/content/images/hero.png",validate:n=>String(n??"").trim()?void 0:"An output path is required."});ue(t)||await Mn({prompt:String(e),out:String(t)})}},{command:"env-check",label:"Check image-generation provider",hint:"Detect openai / fal / replicate from your env.",run:async()=>Fn({})},{command:"autopilot",label:"Toggle CLI autopilot",hint:"on / off / status \u2014 paid feature for queueing SEO fixes.",run:async()=>{let e=await Wn({message:"Autopilot action:",options:[{value:"status",label:"status",hint:"Show current state"},{value:"on",label:"on",hint:"Turn autopilot ON (paid)"},{value:"off",label:"off",hint:"Turn autopilot OFF"}]});ue(e)||await En(String(e))}},{command:"pull",label:"Pull dashboard changes only",hint:"Cloud \u2192 local. Same as the second half of `sync`.",run:async()=>await ht()},{command:"ack",label:"Close out a pending inbox action",hint:"Mark a .seoagent/inbox/ action completed or failed.",run:async()=>{let e=await Hn({message:"Action ID to close out:",placeholder:"action-abc123",validate:r=>String(r??"").trim()?void 0:"Action ID is required."});if(ue(e))return;let t=await od({message:"Mark as failed instead of completed?",initialValue:!1});if(ue(t))return;let n;if(t===!0){let r=await Hn({message:"Reason for failure (optional):",placeholder:"couldn't apply because\u2026"});if(ue(r))return;String(r).trim()&&(n=String(r))}await Se(String(e),{failed:t===!0,reason:n})}},{command:"upgrade",label:"Upgrade your SEOAgent plan",hint:"Open the pricing page; contextual prompt if logged in.",run:async()=>await fn()},{command:"update-cli",label:"Update the CLI to the latest version",hint:"npm install -g @seoagent-official/seoagent@latest + refresh your projects",run:async()=>await gn({})},{command:"refresh",label:"Refresh the skill to your CLI version",hint:"This project \u2014 or every project on the machine via `refresh --all`.",run:async()=>{let e=await Wn({message:"Refresh which?",options:[{value:"this",label:"This project",hint:"Just the current directory"},{value:"all",label:"All projects",hint:"Every SEOAgent project on this machine"}]});ue(e)||Dn({all:e==="all"})}},{command:"logout",label:"Log out",hint:"Clear stored credentials for seoagent.com.",run:async()=>sn()},{command:"uninstall",label:"Uninstall SEOAgent from this project",hint:"Remove .seoagent/, the skill bundle, and the sync hook.",run:async()=>await ln({})}]}var nd="__exit__";async function rd(e=bv()){let t=e.map(o=>({value:o.command,label:o.label,hint:o.hint}));t.push({value:nd,label:"Exit",hint:"Close the menu"});let n=await Wn({message:"What would you like to do?",options:t});if(ue(n)||n===nd)return!0;let r=e.find(o=>o.command===n);if(!r)return u.warn(`Unknown menu pick "${String(n)}" \u2014 returning to menu.`),!1;try{await r.run()}catch(o){u.error(`\`${r.command}\` failed: ${o.message??String(o)}`)}return!1}async function Xi(){if(!process.stdin.isTTY){u.info("The menu needs an interactive terminal. Use the regular commands directly, e.g. `seoagent --help`.");return}yv(`${to.bold(to.cyan("SEOAgent"))} ${to.dim("\xB7 menu")}`);let e=await rd();for(;!e;){let t=await od({message:"Do another?",initialValue:!0});if(ue(t)||t===!1){e=!0;break}e=await rd()}wv(to.dim("See you next time."))}var I=new kv;I.name("seoagent").description("AI SEO agent for Claude Code").version(R).showSuggestionAfterError(!0).showHelpAfterError(!0);I.command("init").description("Initialize SEOAgent project \u2014 creates .seoagent/ and installs the skill file").option("-y, --yes","Non-interactive: use inferred/env/flag values only (requires domain if not inferable)").option("--domain <domain>","Website domain (non-interactive or override)").option("--site-type <type>","Site type: saas, service, product, content, etc.").option("--allow-worktree","Scaffold .seoagent/ inside a temporary git worktree anyway (not recommended \u2014 it is deleted with the worktree)").option("--code <code>","One-time setup code from seoagent.com/grok \u2014 scaffolds AND binds this project in one command, no browser (also read from SEOAGENT_SETUP_CODE)").action(e=>{an({yes:e.yes,domain:e.domain,siteType:e.siteType,allowWorktree:e.allowWorktree,code:e.code})});I.command("uninstall").description("Remove SEOAgent from this project \u2014 deletes .seoagent/, the skill bundle, and the sync hook").option("-y, --yes","Skip the confirmation prompt (also implied in a non-TTY shell)").option("--global","Also wipe ~/.config/seoagent (login + sync state, all projects)").action(e=>{ln({yes:e.yes,global:e.global})});I.command("status").description("Show current SEO project state").action(dn);I.command("doctor").description("Session-start health check \u2014 surfaces untriaged pull receipts, unknown domain/site_type, and an image key that needs enabling").option("--json","Output findings as JSON (for scripting / the agent)").action(e=>{yi({json:e.json})});I.command("login").description("Connect this CLI to your seoagent.com account (browser flow, or --code for headless setup)").option("--api-base <url>","Override API base URL (for testing)").option("--code <code>","One-time setup code from seoagent.com/grok \u2014 binds headlessly, no browser (also read from SEOAGENT_SETUP_CODE)").action(e=>{on({apiBase:e.apiBase,code:e.code})});I.command("logout").description("Remove stored credentials for this project's site (--all for every logged-in site)").option("--all","Log out of every stored site, not just this project's").action(e=>{sn({all:e.all})});I.command("sync").description("Sync .seoagent/ with your dashboard \u2014 push local changes then pull cloud changes (no-op when not logged in)").option("--silent","Suppress output (used by the Claude Code hook)").option("--force [relpath]","Re-send every artifact on push; take cloud on every pull conflict. Give a path (`--force content/x.md`) to take cloud for that ONE artifact and leave the other conflicts alone.").option("--path <relpath>","Push only files matching this path suffix").option("--push-only","Skip the cloud \u2192 local pull pass").option("--pull-only","Skip the local \u2192 cloud push pass (same as `seoagent pull`)").action(e=>{ce({silent:e.silent,force:e.force,path:e.path,pushOnly:e.pushOnly,pullOnly:e.pullOnly})});I.command("pull").description("Pull cloud changes into .seoagent/ (dashboard / autopilot / chat edits)").option("--silent","Suppress output").option("--force [relpath]","Take the cloud version on every conflict (discards local edits). Give a path to force that ONE artifact.").option("--print <path>","Read-only: print the current cloud body of one artifact to stdout (writes nothing). For conflict diffs.").action(e=>{ht({force:e.force,silent:e.silent,print:e.print})});I.command("ack [action_id]").description("Close out a pending action from .seoagent/inbox/ (omit id for an interactive picker)").option("--failed","Mark as failed instead of completed").option("--reason <text>","Reason for failure (used with --failed)").action((e,t)=>{Se(e,{failed:t.failed,reason:t.reason})});I.command("inbox").description("List pending actions queued by autopilot in .seoagent/inbox/").option("--json","Output as JSON (handy for scripting / `jq`)").action(e=>{ci({json:e.json})});I.command("process").description("Sync the inbox, pick which actions to apply, and run them via the Claude Agent SDK (uses your `claude login` session or ANTHROPIC_API_KEY)").option("--yes, -y","Skip the sync + selection prompts; process every pending action (for CI)").option("--model <name>","Override the model the Agent SDK uses (e.g. claude-sonnet-4-5-20250929)").action(e=>{pi({yes:e.yes,model:e.model})});I.command("autopilot <action> [value]").description("Turn CLI autopilot on|off, show status, toggle `auto-approve on|off`, or set `draft-mode cloud|agent` (paid; queues fixes for your agent)").option("--api-base <url>","Override API base URL (for testing)").action((e,t,n)=>{En(e,t,{apiBase:n.apiBase})});I.command("keywords").description("Enrich keywords with real volume + difficulty + opportunity labels (requires login)").option("--peek <keyword>","Free one-keyword DataForSEO lookup (no login required; daily quota)").option("--seed","Add the queries your site already ranks for (Google Search Console) to the inventory \u2014 additive, keeps existing keywords (requires login + GSC)").option("--discover","Find NEW keywords to target from your existing strategy (paid)").option("--competitors","Find keywords competitors rank for that you don\u2019t (paid)").option("--purge","Delete suggested keywords (discover/competitors noise) from the cloud inventory").option("--all","With --purge: clear EVERY keyword for this site, not just suggested").option("--json","Output as JSON (handy for scripting / `jq` \u2014 currently --peek only)").option("--api-base <url>","Override API base URL (for testing)").action(e=>{Ze({peek:e.peek,seed:e.seed,discover:e.discover,competitors:e.competitors,purge:e.purge,all:e.all,json:e.json,apiBase:e.apiBase})});I.command("internal-links").description("Analyze the repo for orphan pages (no inbound internal links) \u2192 .seoagent/internal-links.md").option("--json","Print the analysis as JSON instead of writing the report").action(e=>{Rn({json:e.json})});I.command("content [action]").description("Track published articles so the dashboard sees them \u2014 `content track` (one) or `content reconcile` (backfill all)").option("--slug <slug>","Article slug (or derive from --file)").option("--url <url>","Live/canonical URL (else built from project domain + blog_path + slug)").option("--file <path>","Repo/CMS source file that renders this article (the body source of truth)").option("--title <title>","Article title (else derived from the slug)").option("--type <page_type>","page_type: landing | pillar | sub_pillar | long_tail | programmatic | blog").option("--status <status>","published (default) | draft").option("--primary-keyword <kw>","Primary keyword for the article").option("--brief <brief-slug>","Brief this article was generated from (preserved automatically if the record already has one)").option("--supersedes <slug>","The cloud-delivered draft slug this article shipped as, when you renamed it \u2014 marks that draft superseded instead of leaving a duplicate").option("--action <id>","The cli_draft_ready action this track closes out (acks it for you)").option("--dir <dirs>","reconcile: content dir(s) to scan, comma-separated (else inferred from tracked articles)").option("--prune","reconcile: delete stale pointers whose source file is gone").action((e,t)=>{gi(e,{slug:t.slug,url:t.url,file:t.file,title:t.title,type:t.type,status:t.status,primaryKeyword:t.primaryKeyword,brief:t.brief,supersedes:t.supersedes,action:t.action,dir:t.dir,prune:t.prune})});I.command("okf [action]").description("Manage the Open Knowledge Format bundle for AI agents \u2014 [validate|scaffold|publish] \u2192 .seoagent/okf/ (publish copies it into your static dir so /.well-known/okf/ is actually served)").option("--json","Output result as JSON").action((e,t)=>{An(e,{json:t.json})});I.command("llms").description("Generate and publish llms.txt \u2014 the markdown map answer engines read. Built from .seoagent/pages.md, content/, evidence.md and context.md, written to .seoagent/llms.md and published to <public_dir>/llms.txt. Runs automatically on every `seoagent sync`.").option("--json","Output result as JSON").action(e=>{wi({json:e.json})});I.command("sitemap").description("Validate the site\u2019s live sitemap \u2014 reachability, private-route leakage, freshness, and which public repo pages are missing").option("--url <url>","Override the sitemap URL (default https://{domain}/sitemap.xml)").option("--json","Output result as JSON").action(e=>{bi({url:e.url,json:e.json})});I.command("crawl").description("Capture the live-crawl evidence base (title, meta, all H1s, canonical, JSON-LD @types, OG/Twitter, img-alt gaps, robots.txt, sitemap counts, client-render detection) for the homepage + subpages discovered from the live sitemap + nav links, with a site-wide rollup \u2192 .seoagent/audit/evidence.md. Grounds every audit claim so nothing is invented. The crawled origin is EXPLICIT: --url wins (and is persisted as live_url: in project.md), else live_url:/domain: from project.md, else it errors \u2014 never a guess. An undesignated loopback origin is labeled SOURCE RENDER, not live evidence.").option("--url <origin>","The live site origin to crawl (e.g. https://example.com or http://127.0.0.1:3000) \u2014 persisted as live_url: in project.md for later runs").option("--max <n>","Max pages to crawl (default: every discovered page, up to 500)",e=>parseInt(e,10)).option("--json","Output the full evidence bundle as JSON").action(e=>{Ii({url:e.url,max:e.max,json:e.json})});I.command("indexing").description("GSC indexing coverage: which sitemap URLs Google has actually indexed (authoritative URL Inspection verdicts) \u2192 .seoagent/audit/indexing.md. Requires the free `seoagent login` (connects Search Console). Origin resolution mirrors crawl: --url wins, else live_url:/domain: from project.md, else it errors \u2014 never a guess.").option("--url <origin>","The live site origin (e.g. https://example.com)").option("--max <n>","Max sitemap URLs to inspect (default 30, max 200 \u2014 URL Inspection has a daily quota)",e=>parseInt(e,10)).option("--json","Output the results as JSON").action(e=>{Ti({url:e.url,max:e.max,json:e.json})});I.command("verify-recs [files...]").description('Mechanically verify authored recommendations against the crawl evidence (.seoagent/audit/evidence.md) \u2014 rewrites false "added X / none existed / missing X" claims about head-level entities (title, meta description, canonical, OG, twitter:card, JSON-LD) the live page already serves, across .seoagent/**/*.md plus any files passed. Mandatory final step of an audit/optimization session. Always exits 0.').option("--json","Output the machine-readable correction report as JSON").option("--quiet","Print only actionable output (corrections / source-render warning) \u2014 for hooks").action((e,t)=>{Li({files:e??[],json:t.json,quiet:t.quiet})});I.command("summary [files...]").description("Compose the ready-to-deliver session summary FROM the corrected on-disk .seoagent state \u2014 top audit findings quoted verbatim (confidence labels + Evidence citations), every verify-recs CORRECTION (so corrected framing is what gets relayed), the migration-plan harvest/redirect/sunset table, and top roadmap items. Runs the verify-recs pass first. The final message of an audit/optimization session must be built from this output, not from memory. Flags live-state claims as UNVERIFIED when the crawl evidence is missing or a source render. Plain markdown to stdout; always exits 0.").option("--json","Output the structured summary as JSON").action((e,t)=>{Ni({files:e??[],json:t.json})});I.command("migrate").description("Plan the migration of legacy Google Search Console authority when the site has repositioned \u2014 classifies each URL/query as harvest | redirect | sunset \u2192 .seoagent/strategy/migration-plan.md").option("--csv <path>","Search Console Pages/Queries CSV export to plan from (no login required)").option("--direction <text>","Override the new-direction summary (else inferred from project.md + context.md)").option("--json","Output the full plan + decisions as JSON").action(e=>{Mi({csv:e.csv,direction:e.direction,json:e.json})});I.command("citations").description("Track whether answer engines cite you (AEO/GEO) \u2014 web-grounded via the Claude Agent SDK, with history, share-of-voice + source-attribution \u2192 .seoagent/citations/scorecard.md").option("--queries <n>","How many answer-engine queries to test (1\u201312, default 6)",e=>parseInt(e,10)).option("--competitors <list>","Comma-separated competitor brands to track for share-of-voice").option("--model <name>","Override the model the Agent SDK uses").option("--json","Also print the parsed report as JSON").action(e=>{jn({queries:e.queries,competitors:typeof e.competitors=="string"?e.competitors.split(",").map(t=>t.trim()).filter(Boolean):void 0,model:e.model,json:e.json})});I.command("env-check").description("Detect which image generation provider is available (OPENAI / FAL / REPLICATE)").option("--json","Output detection result as JSON").action(e=>{Fn({json:e.json})});I.command("generate-image").description("Generate an image via the detected (or explicit) provider").requiredOption("--prompt <text>","Image prompt").requiredOption("--out <path>","Output file path (relative to cwd or absolute)").option("--provider <name>","Force provider: openai | fal | replicate").option("--size <wxh>","Pixel size hint, e.g. 1024x1024").option("--silent","Suppress progress output").action(e=>{Mn({prompt:e.prompt,out:e.out,provider:e.provider,size:e.size,silent:e.silent})});I.command("gsc <action>").description("Google Search Console: `connect` opens Google sign-in and stores the connection in the cloud; `status` shows the connection and the property for this site").option("--json","Output as JSON (handy for scripting / `jq`)").option("--api-base <url>","Override API base URL (for testing)").action((e,t)=>{Ji(e,{json:t.json,apiBase:t.apiBase})});I.command("whoami").description("Show the logged-in account: email, bound website, plan, and API base").option("--json","Output as JSON (handy for scripting / `jq`)").option("--env","Print `SEOAGENT_AUTH=<user>:<site>` for scheduled runs on a fresh machine (store it as the task secret)").option("--api-base <url>","Override API base URL (for testing)").action(e=>{Un({json:e.json,env:e.env,apiBase:e.apiBase})});I.command("upgrade").description("Open the SEOAgent Cloud pricing page in your browser (plan upgrade)").action(fn);I.command("update-cli").description("Update the SEOAgent CLI to the latest npm version, then refresh every project on this machine").option("--dry-run","Show what would happen without running the install").option("--no-projects","Skip refreshing your other projects after the update").action(e=>{gn({dryRun:e.dryRun,projects:e.projects})});I.command("refresh").description("Refresh the installed skill + re-scan the codebase for new pages. `--all` sweeps every project on this machine.").option("--all","Refresh every registered project, not just this one").option("--crawl","Also fetch each page to fill Status / Rendered / Word count in pages.md (slower)").action(e=>{Dn({all:e.all,crawl:e.crawl})});I.command("menu").description("Interactive menu \u2014 pick a command from a list (no flags required)").action(()=>{Xi()});process.argv.length===2&&(I.outputHelp(),process.exit(0));I.parse();