@seoagent-official/seoagent 1.79.0 → 1.79.2

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 +109 -109
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1,47 +1,47 @@
1
1
  #!/usr/bin/env node
2
- import{Command as bh}from"commander";import{dirname as ji,relative as hn}from"path";import{intro as ou,outro as iu,text as Ti,select as ur,spinner as su,isCancel as Xe,cancel as Qe,confirm as au}from"@clack/prompts";var Be=[".env.local",".env.production",".env"],So=["NEXT_PUBLIC_SITE_URL","SITE_URL","NEXT_PUBLIC_URL","NEXTAUTH_URL","VITE_SITE_URL"];var le="@seoagent-official/seoagent",Jt=`${le}@latest`;import{homedir as hc}from"os";import{join as Ge}from"path";var k=".seoagent",xo=["audit","strategy/clusters","briefs","content","content/images","performance"],Ee={AGENTS:".agents/skills/seoagent",CLAUDE:".claude/skills/seoagent"},gt=".claude/settings.json",Xt=".pull-receipt.json",_o=".ack-queue.json",Co=".sync.lock",Ro=`# SEOAgent local files
2
+ import{Command as vh}from"commander";import{dirname as Ni,relative as yn}from"path";import{intro as iu,outro as su,text as Oi,select as dr,spinner as au,isCancel as Xe,cancel as Qe,confirm as cu}from"@clack/prompts";var He=[".env.local",".env.production",".env"],xo=["NEXT_PUBLIC_SITE_URL","SITE_URL","NEXT_PUBLIC_URL","NEXTAUTH_URL","VITE_SITE_URL"];var le="@seoagent-official/seoagent",Xt=`${le}@latest`;import{homedir as yc}from"os";import{join as We}from"path";var k=".seoagent",_o=["audit","strategy/clusters","briefs","content","content/images","performance"],Ae={AGENTS:".agents/skills/seoagent",CLAUDE:".claude/skills/seoagent"},gt=".claude/settings.json",Qt=".pull-receipt.json",Co=".ack-queue.json",Ro=".sync.lock",Eo=`# 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
- `,yc=process.env.XDG_CONFIG_HOME&&process.env.XDG_CONFIG_HOME.trim().length>0?process.env.XDG_CONFIG_HOME:Ge(hc(),".config"),H=Ge(yc,"seoagent"),he=Ge(H,"auth.json"),Wn=Ge(H,"state"),Qt=Ge(H,"update-check.json"),Zt=Ge(H,"projects.json");var ht="https://seoagent.com",He=process.env.SEOAGENT_API_BASE&&process.env.SEOAGENT_API_BASE.trim().length>0?process.env.SEOAGENT_API_BASE.replace(/\/$/,""):ht,j={BASE:He,PRICING:`${He}/pricing`,LEAD_API:`${He}/api/cli/lead`,CLI_AUTH_PAGE:`${He}/cli/auth`,CLI_AUTH_POLL:`${He}/api/cli/auth/poll`,CLI_SYNC:`${He}/api/cli/sync`};function ne(e,t){let n=t&&t!=="unknown"?`&domain=${encodeURIComponent(t)}`:"";return`${j.PRICING}?ref=${encodeURIComponent(e)}${n}`}import{readFileSync as wc}from"fs";import{fileURLToPath as bc}from"url";import{dirname as kc,join as vc}from"path";var Eo="0.0.0";function $c(e){try{let t=JSON.parse(e);if(typeof t.version=="string"&&/^\d+\.\d+\.\d+/.test(t.version))return t.version}catch{}return Eo}function Sc(e=t=>wc(t,"utf-8")){try{let t=kc(bc(import.meta.url));return $c(e(vc(t,"package.json")))}catch{return Eo}}var I=Sc();function Kn(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 m(e,t=Kn()){return t?`seoagent ${e}`:`npx -y ${Jt} ${e}`}import{randomUUID as Ac}from"crypto";import{existsSync as Po,mkdirSync as To,readFileSync as Ic,writeFileSync as Oo}from"fs";import{join as zn}from"path";import{existsSync as xc,readFileSync as _c}from"fs";var en="---";function Cc(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 Rc(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 Ao(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,c]=Ao(e,o+1,s.indent);r[i.key]=a,o=c}else r[i.key]="",o++}else r[i.key]=Cc(i.valueRaw),o++}return[r,o]}function ye(e){let t=e.split(/\r?\n/);if(t[0]?.trim()!==en)return{data:{},body:e};let n=-1;for(let c=1;c<t.length;c++)if(t[c].trim()===en){n=c;break}let r=n===-1?t.slice(1):t.slice(1,n),o=n===-1?"":t.slice(n+1).join(`
10
- `),i=Rc(r),s=i.length>0?i[0].indent:0,[a]=Ao(i,0,s);return{data:a,body:o}}function tn(e){if(!xc(e))return null;try{return ye(_c(e,"utf-8"))}catch{return null}}function Ec(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 Io(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}:`),Io(i,t+1,n)):n.push(`${r}${o}: ${Ec(i)}`))}function qn(e,t=""){let n=[en];Io(e,0,n),n.push(en);let r=t.length===0?"":t.startsWith(`
9
+ `,wc=process.env.XDG_CONFIG_HOME&&process.env.XDG_CONFIG_HOME.trim().length>0?process.env.XDG_CONFIG_HOME:We(yc(),".config"),H=We(wc,"seoagent"),he=We(H,"auth.json"),Kn=We(H,"state"),Zt=We(H,"update-check.json"),en=We(H,"projects.json");var ht="https://seoagent.com",Ke=process.env.SEOAGENT_API_BASE&&process.env.SEOAGENT_API_BASE.trim().length>0?process.env.SEOAGENT_API_BASE.replace(/\/$/,""):ht,N={BASE:Ke,PRICING:`${Ke}/pricing`,LEAD_API:`${Ke}/api/cli/lead`,CLI_AUTH_PAGE:`${Ke}/cli/auth`,CLI_AUTH_POLL:`${Ke}/api/cli/auth/poll`,CLI_SYNC:`${Ke}/api/cli/sync`};function ne(e,t){let n=t&&t!=="unknown"?`&domain=${encodeURIComponent(t)}`:"";return`${N.PRICING}?ref=${encodeURIComponent(e)}${n}`}import{readFileSync as bc}from"fs";import{fileURLToPath as kc}from"url";import{dirname as vc,join as $c}from"path";var Ao="0.0.0";function Sc(e){try{let t=JSON.parse(e);if(typeof t.version=="string"&&/^\d+\.\d+\.\d+/.test(t.version))return t.version}catch{}return Ao}function xc(e=t=>bc(t,"utf-8")){try{let t=vc(kc(import.meta.url));return Sc(e($c(t,"package.json")))}catch{return Ao}}var I=xc();function qn(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 m(e,t=qn()){return t?`seoagent ${e}`:`npx -y ${Xt} ${e}`}import{randomUUID as Ic}from"crypto";import{existsSync as To,mkdirSync as Oo,readFileSync as Pc,writeFileSync as Lo}from"fs";import{join as zn}from"path";import{existsSync as _c,readFileSync as Cc}from"fs";var tn="---";function Rc(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 Ec(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 Io(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,c]=Io(e,o+1,s.indent);r[i.key]=a,o=c}else r[i.key]="",o++}else r[i.key]=Rc(i.valueRaw),o++}return[r,o]}function ye(e){let t=e.split(/\r?\n/);if(t[0]?.trim()!==tn)return{data:{},body:e};let n=-1;for(let c=1;c<t.length;c++)if(t[c].trim()===tn){n=c;break}let r=n===-1?t.slice(1):t.slice(1,n),o=n===-1?"":t.slice(n+1).join(`
10
+ `),i=Ec(r),s=i.length>0?i[0].indent:0,[a]=Io(i,0,s);return{data:a,body:o}}function nn(e){if(!_c(e))return null;try{return ye(Cc(e,"utf-8"))}catch{return null}}function Ac(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 Po(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}:`),Po(i,t+1,n)):n.push(`${r}${o}: ${Ac(i)}`))}function Vn(e,t=""){let n=[tn];Po(e,0,n),n.push(tn);let r=t.length===0?"":t.startsWith(`
11
11
  `)?t:`
12
12
  ${t}`;return n.join(`
13
13
  `)+r+(r.endsWith(`
14
14
  `)?"":`
15
- `)}var Pc=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Vn(){return Ac()}var Tc=new Set(["strapi","wordpress","sanity","contentful","ghost","webflow","shopify","payload","directus","mdx-local","none"]),Oc="project.md";function Ae(e){return zn(e,k)}function nn(e){return zn(Ae(e),Oc)}function Lo(e){return Po(nn(e))}function _(e){let t=tn(nn(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&&Tc.has(o)?o:void 0,s=typeof n.install_id=="string"?n.install_id: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,install_id:s&&Pc.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,live_url:typeof n.live_url=="string"&&n.live_url?n.live_url:void 0}}function rn(e){let t=_(e);if(!t)return null;if(t.install_id)return t.install_id;let n=Vn();return q(e,{install_id:n}),n}function Lc(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 jc(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.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.live_url&&(t.live_url=e.live_url),t}function jo(e,t){let n=Ae(e);To(n,{recursive:!0});let r=qn(jc(t),Lc(t));Oo(nn(e),r,"utf-8")}function q(e,t){let n=nn(e);if(!Po(n))return!1;let r=ye(Ic(n,"utf-8")),o={...r.data,...t};return Oo(n,qn(o,r.body),"utf-8"),!0}function No(e){let t=Ae(e);for(let n of xo)To(zn(t,n),{recursive:!0})}var Yn="Sent an anonymous install ping (random id + CLI version only \u2014 no domain, no paths). Opt out: SEOAGENT_TELEMETRY=0",Nc=2500;function Jn(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 Xn(e){let t=(e.apiBase||j.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??Nc)})).ok}catch{return!1}}import{existsSync as Gc,mkdirSync as Fo,readFileSync as Hc,writeFileSync as Wc,chmodSync as Kc,unlinkSync as Uo}from"fs";import{dirname as qc}from"path";var Dc=new Set([502,503,504]),Mc=1e4;async function A(e,t,n={}){let r=Math.max(1,n.attempts??3),o=Math.max(0,n.baseDelayMs??500),i=n.timeoutMs??Mc,s=n.fetchImpl??fetch,a=n.sleep??Fc,c=n.transientStatuses??Dc,u=null;for(let d=0;d<r;d++){let{init:p,cleanup:f}=Uc(t,i);try{let g=await s(e,p);if(c.has(g.status)&&d<r-1){await a(Do(o,d));continue}return g}catch(g){if(u=g,d<r-1){await a(Do(o,d));continue}}finally{f()}}throw u instanceof Error?u:new Error(String(u))}function Do(e,t){return e*Math.pow(3,t)}function Fc(e){return new Promise(t=>setTimeout(t,e))}function Uc(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 be(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):""}function Bc(e,t){let n=be(e),r=be(t);return!n||!r||n===we||r===we?!1:n===r}async function We(e){let t;try{t=await A(`${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?Bc(r,e.localDomain)?{verdict:"match",cloudDomain:r}:{verdict:"mismatch",cloudDomain:r}:{verdict:"unverified",detail:"whoami did not return a bound domain"}}function Mo(e,t){return`Cloud project is ${be(e)||e} but this workspace is ${be(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.`}function Qn(e){if(!e)return"";let t=be(e);return t&&t!==we?t:""}function on(){if(!Gc(he))return null;try{return JSON.parse(Hc(he,"utf-8"))}catch{return null}}function Ke(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||ht}}function Bo(e){Fo(H,{recursive:!0}),Fo(qc(he),{recursive:!0}),Wc(he,JSON.stringify(e,null,2)+`
17
- `,"utf-8");try{Kc(he,384)}catch{}}function N(e){let t=on();if(!t)return null;if(!e)return Ke(t);let n=Qn(e);return n&&Object.keys(t.sites??{}).length>0?Ke(t.sites?.[n]):Ke(t)}function Go(e,t){let n=on()??{},r=Qn(t),o={...n.sites??{}};r&&(o[r]=e),Bo({...e,sites:Object.keys(o).length>0?o:void 0})}function Ho(e){let t=on();if(!t)return!1;let n=Qn(e),r=Object.keys(t.sites??{}).length>0;if(!n||!r)try{return Uo(he),!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,c=Ke(a?i[s[0]]:t);if(!c&&s.length===0)try{return Uo(he),!0}catch{return!1}return Bo({...c??{},sites:s.length>0?i:void 0}),!0}function qe(){let e=on();return e?.sites?Object.keys(e.sites).sort():[]}var zc=new Set(["co","com","net","org","ac","gov","edu"]);function Vc(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&&zc.has(n[n.length-2])?n.length-3:n.length-2;return n[Math.max(0,r)]||null}async function Wo(e){let t=Vc(e.domain);if(!t)return{status:"unavailable"};let n=(e.apiBase||j.BASE).replace(/\/$/,"");try{let r=await A(`${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 sn,lstatSync as Yc,mkdirSync as yt,readFileSync as Ko,readdirSync as Jc,rmSync as Xc,statSync as Qc,symlinkSync as Zc,writeFileSync as qo}from"fs";import{dirname as an,join as re,relative as zo}from"path";import{fileURLToPath as el}from"url";var tl=an(el(import.meta.url));function Vo(){return re(tl,"skills")}function nl(){let e=re(Vo(),"seoagent.md");if(sn(e))return Ko(e,"utf-8");throw new Error(`Could not find skill file at: ${e}`)}function Yo(e,t){let n=[];if(!sn(e))return n;for(let r of Jc(e,{withFileTypes:!0})){let o=re(e,r.name),i=re(t,r.name);r.isDirectory()?(yt(i,{recursive:!0}),n.push(...Yo(o,i))):r.isFile()&&(yt(an(i),{recursive:!0}),qo(i,Ko(o)),n.push(i))}return n}function ze(e,t){let n=sn(re(e,".agents")),r=re(e,n?Ee.AGENTS:Ee.CLAUDE),o=re(r,"SKILL.md");yt(r,{recursive:!0}),qo(o,t??nl(),"utf-8");let i=re(Vo(),"references"),s=re(r,"references"),a=[];try{sn(i)&&Qc(i).isDirectory()&&(yt(s,{recursive:!0}),a=Yo(i,s).map(u=>zo(r,u)))}catch{}let c=n?rl(e,r):void 0;return{skillFile:o,referenceFiles:a,claudeSymlink:c}}function rl(e,t){let n=re(e,Ee.CLAUDE),r=null;try{r=Yc(n)}catch{}if(r){if(!r.isSymbolicLink())return;try{Xc(n,{force:!0})}catch{return}}try{yt(an(n),{recursive:!0});let o=zo(an(n),t);return Zc(o,n,"dir"),n}catch{return}}import{existsSync as wt,mkdirSync as Zn,readFileSync as ol,writeFileSync as cn}from"fs";import{dirname as Xo,join as Ie}from"path";var er=`command -v seoagent >/dev/null 2>&1 && seoagent sync --silent || npx -y ${Jt} sync --silent`,Qo=60;function Zo(e){let t=Ie(e,k);Zn(t,{recursive:!0});let n=Ie(t,".gitignore");cn(n,Ro,"utf-8");let r=Ie(t,"content","images",".gitkeep");return Zn(Xo(r),{recursive:!0}),wt(r)||cn(r,"","utf-8"),n}var ln=["PostToolUse","SessionStart"];function un(e){if(!wt(e))return{};try{let t=ol(e,"utf-8");return JSON.parse(t)}catch{return{}}}function bt(e){return e.command.includes("@seoagent-official/seoagent")&&e.command.includes("sync")}function Jo(e,t,n){let r=e.find(t);return r||(r=n(),e.push(r)),r.hooks.some(bt)?!1:(r.hooks.push({type:"command",command:er,timeout:Qo}),!0)}function il(e){let t=!1;for(let n of ln){let r=e[n];if(Array.isArray(r))for(let o of r)for(let i of o.hooks??[])bt(i)&&(i.command!==er&&(i.command=er,t=!0),typeof i.timeout!="number"&&(i.timeout=Qo,t=!0))}return t}function Pe(e){let t=Ie(e,gt);Zn(Xo(t),{recursive:!0});let n=un(t);n.hooks=n.hooks??{};let r=il(n.hooks),o=n.hooks.PostToolUse=n.hooks.PostToolUse??[],i=Jo(o,c=>(c.matcher??"").includes("Write"),()=>({matcher:"Write|Edit",hooks:[]})),s=n.hooks.SessionStart=n.hooks.SessionStart??[],a=Jo(s,c=>(c.matcher??"")==="",()=>({hooks:[]}));return cn(t,JSON.stringify(n,null,2)+`
18
- `,"utf-8"),{file:t,added:i||a,migrated:r}}function ei(e){let t=Ie(e,gt);if(!wt(t))return 0;let n=un(t).hooks;if(!n)return 0;let r=0;for(let o of ln){let i=n[o];if(Array.isArray(i))for(let s of i)for(let a of s.hooks??[])bt(a)&&typeof a.timeout!="number"&&r++}return r}function ti(e){let t=Ie(e,gt);if(!wt(t))return!1;let n=un(t).hooks;return n?ln.some(r=>{let o=n[r];return Array.isArray(o)&&o.some(i=>i.hooks?.some(bt))}):!1}function ni(e){let t=Ie(e,gt);if(!wt(t))return{file:t,removed:!1};let n=un(t),r=n.hooks;if(!r)return{file:t,removed:!1};let o=!1;for(let i of ln){let s=r[i];if(!Array.isArray(s))continue;for(let c of s){let u=c.hooks.length;c.hooks=c.hooks.filter(d=>!bt(d)),c.hooks.length!==u&&(o=!0)}let a=s.filter(c=>c.hooks.length>0);a.length===0?delete r[i]:r[i]=a}return o?(Object.keys(r).length===0&&delete n.hooks,cn(t,JSON.stringify(n,null,2)+`
19
- `,"utf-8"),{file:t,removed:!0}):{file:t,removed:!1}}import{existsSync as ri,mkdirSync as sl,readFileSync as al,writeFileSync as cl}from"fs";import{join as ll}from"path";function oi(e){return ri(ll(e,k,"project.md"))}function ii(){try{if(!ri(Zt))return[];let e=JSON.parse(al(Zt,"utf-8"));return Array.isArray(e.projects)?e.projects.filter(t=>typeof t=="string"&&t.length>0):[]}catch{return[]}}function si(e){try{sl(H,{recursive:!0}),cl(Zt,JSON.stringify({projects:e},null,2)+`
20
- `,"utf-8")}catch{}}function Te(e){try{if(!oi(e))return;let t=ii();if(t.includes(e))return;t.push(e),si(t)}catch{}}function ai(){let e=ii(),t=e.filter(oi);return t.length!==e.length&&si(t),t}import{readFileSync as fl,writeFileSync as ml,existsSync as di}from"fs";import{join as tr}from"path";function li(e){let t={business:{},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null},n=ul(e);for(let[r,o]of n){let i=r.toLowerCase().trim();i==="business context"?t.business=dl(o):i==="writing instructions"?t.writingInstructions=ci(o):i==="reference urls"?t.referenceUrls=pl(o):i==="topics to avoid"?t.topicsToAvoid=ci(o):i==="content tone"?t.contentTone=o.trim()||null:i==="additional notes"&&(t.additionalNotes=o.trim()||null)}return t}function ui(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(`
21
- `)}function ul(e){let t=e.split(`
15
+ `)}var Tc=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Yn(){return Ic()}var Oc=new Set(["strapi","wordpress","sanity","contentful","ghost","webflow","shopify","payload","directus","mdx-local","none"]),Lc="project.md";function Ie(e){return zn(e,k)}function rn(e){return zn(Ie(e),Lc)}function jo(e){return To(rn(e))}function _(e){let t=nn(rn(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&&Oc.has(o)?o:void 0,s=typeof n.install_id=="string"?n.install_id: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,install_id:s&&Tc.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,live_url:typeof n.live_url=="string"&&n.live_url?n.live_url:void 0}}function on(e){let t=_(e);if(!t)return null;if(t.install_id)return t.install_id;let n=Yn();return q(e,{install_id:n}),n}function jc(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 Nc(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.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.live_url&&(t.live_url=e.live_url),t}function No(e,t){let n=Ie(e);Oo(n,{recursive:!0});let r=Vn(Nc(t),jc(t));Lo(rn(e),r,"utf-8")}function q(e,t){let n=rn(e);if(!To(n))return!1;let r=ye(Pc(n,"utf-8")),o={...r.data,...t};return Lo(n,Vn(o,r.body),"utf-8"),!0}function Do(e){let t=Ie(e);for(let n of _o)Oo(zn(t,n),{recursive:!0})}var Jn="Sent an anonymous install ping (random id + CLI version only \u2014 no domain, no paths). Opt out: SEOAGENT_TELEMETRY=0",Dc=2500;function Xn(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 Qn(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??Dc)})).ok}catch{return!1}}import{existsSync as Hc,mkdirSync as Uo,readFileSync as Wc,writeFileSync as Kc,chmodSync as qc,unlinkSync as Bo}from"fs";import{dirname as Vc}from"path";var Mc=new Set([502,503,504]),Fc=1e4;async function A(e,t,n={}){let r=Math.max(1,n.attempts??3),o=Math.max(0,n.baseDelayMs??500),i=n.timeoutMs??Fc,s=n.fetchImpl??fetch,a=n.sleep??Uc,c=n.transientStatuses??Mc,u=null;for(let d=0;d<r;d++){let{init:f,cleanup:p}=Bc(t,i);try{let g=await s(e,f);if(c.has(g.status)&&d<r-1){await a(Mo(o,d));continue}return g}catch(g){if(u=g,d<r-1){await a(Mo(o,d));continue}}finally{p()}}throw u instanceof Error?u:new Error(String(u))}function Mo(e,t){return e*Math.pow(3,t)}function Uc(e){return new Promise(t=>setTimeout(t,e))}function Bc(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 be(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):""}function Gc(e,t){let n=be(e),r=be(t);return!n||!r||n===we||r===we?!1:n===r}async function ke(e){let t;try{t=await A(`${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?Gc(r,e.localDomain)?{verdict:"match",cloudDomain:r}:{verdict:"mismatch",cloudDomain:r}:{verdict:"unverified",detail:"whoami did not return a bound domain"}}function Fo(e,t){return`Cloud project is ${be(e)||e} but this workspace is ${be(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.`}function sn(e){if(!e)return"";let t=be(e);return t&&t!==we?t:""}function yt(){if(!Hc(he))return null;try{return JSON.parse(Wc(he,"utf-8"))}catch{return null}}function Pe(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||ht}}function Go(e){Uo(H,{recursive:!0}),Uo(Vc(he),{recursive:!0}),Kc(he,JSON.stringify(e,null,2)+`
17
+ `,"utf-8");try{qc(he,384)}catch{}}function O(e){let t=yt();if(!t)return null;if(!e)return Pe(t);let n=sn(e);return n&&Object.keys(t.sites??{}).length>0?Pe(t.sites?.[n]):Pe(t)}function Ho(e){let t=yt();if(!t)return!1;let n=sn(e);return n?Pe(t.sites?.[n])!==null:!1}function Zn(e,t){let n=yt()??{},r=sn(t),o={...n.sites??{}};r&&(o[r]=e),Go({...e,sites:Object.keys(o).length>0?o:void 0})}function Wo(e){let t=yt();if(!t)return!1;let n=sn(e),r=Object.keys(t.sites??{}).length>0;if(!n||!r)try{return Bo(he),!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,c=Pe(a?i[s[0]]:t);if(!c&&s.length===0)try{return Bo(he),!0}catch{return!1}return Go({...c??{},sites:s.length>0?i:void 0}),!0}function qe(){let e=yt();return e?.sites?Object.keys(e.sites).sort():[]}var zc=new Set(["co","com","net","org","ac","gov","edu"]);function Yc(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&&zc.has(n[n.length-2])?n.length-3:n.length-2;return n[Math.max(0,r)]||null}async function Ko(e){let t=Yc(e.domain);if(!t)return{status:"unavailable"};let n=(e.apiBase||N.BASE).replace(/\/$/,"");try{let r=await A(`${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 an,lstatSync as Jc,mkdirSync as wt,readFileSync as qo,readdirSync as Xc,rmSync as Qc,statSync as Zc,symlinkSync as el,writeFileSync as Vo}from"fs";import{dirname as cn,join as re,relative as zo}from"path";import{fileURLToPath as tl}from"url";var nl=cn(tl(import.meta.url));function Yo(){return re(nl,"skills")}function rl(){let e=re(Yo(),"seoagent.md");if(an(e))return qo(e,"utf-8");throw new Error(`Could not find skill file at: ${e}`)}function Jo(e,t){let n=[];if(!an(e))return n;for(let r of Xc(e,{withFileTypes:!0})){let o=re(e,r.name),i=re(t,r.name);r.isDirectory()?(wt(i,{recursive:!0}),n.push(...Jo(o,i))):r.isFile()&&(wt(cn(i),{recursive:!0}),Vo(i,qo(o)),n.push(i))}return n}function Ve(e,t){let n=an(re(e,".agents")),r=re(e,n?Ae.AGENTS:Ae.CLAUDE),o=re(r,"SKILL.md");wt(r,{recursive:!0}),Vo(o,t??rl(),"utf-8");let i=re(Yo(),"references"),s=re(r,"references"),a=[];try{an(i)&&Zc(i).isDirectory()&&(wt(s,{recursive:!0}),a=Jo(i,s).map(u=>zo(r,u)))}catch{}let c=n?ol(e,r):void 0;return{skillFile:o,referenceFiles:a,claudeSymlink:c}}function ol(e,t){let n=re(e,Ae.CLAUDE),r=null;try{r=Jc(n)}catch{}if(r){if(!r.isSymbolicLink())return;try{Qc(n,{force:!0})}catch{return}}try{wt(cn(n),{recursive:!0});let o=zo(cn(n),t);return el(o,n,"dir"),n}catch{return}}import{existsSync as bt,mkdirSync as er,readFileSync as il,writeFileSync as ln}from"fs";import{dirname as Qo,join as Te}from"path";var tr=`command -v seoagent >/dev/null 2>&1 && seoagent sync --silent || npx -y ${Xt} sync --silent`,Zo=60;function ei(e){let t=Te(e,k);er(t,{recursive:!0});let n=Te(t,".gitignore");ln(n,Eo,"utf-8");let r=Te(t,"content","images",".gitkeep");return er(Qo(r),{recursive:!0}),bt(r)||ln(r,"","utf-8"),n}var un=["PostToolUse","SessionStart"];function dn(e){if(!bt(e))return{};try{let t=il(e,"utf-8");return JSON.parse(t)}catch{return{}}}function kt(e){return e.command.includes("@seoagent-official/seoagent")&&e.command.includes("sync")}function Xo(e,t,n){let r=e.find(t);return r||(r=n(),e.push(r)),r.hooks.some(kt)?!1:(r.hooks.push({type:"command",command:tr,timeout:Zo}),!0)}function sl(e){let t=!1;for(let n of un){let r=e[n];if(Array.isArray(r))for(let o of r)for(let i of o.hooks??[])kt(i)&&(i.command!==tr&&(i.command=tr,t=!0),typeof i.timeout!="number"&&(i.timeout=Zo,t=!0))}return t}function Oe(e){let t=Te(e,gt);er(Qo(t),{recursive:!0});let n=dn(t);n.hooks=n.hooks??{};let r=sl(n.hooks),o=n.hooks.PostToolUse=n.hooks.PostToolUse??[],i=Xo(o,c=>(c.matcher??"").includes("Write"),()=>({matcher:"Write|Edit",hooks:[]})),s=n.hooks.SessionStart=n.hooks.SessionStart??[],a=Xo(s,c=>(c.matcher??"")==="",()=>({hooks:[]}));return ln(t,JSON.stringify(n,null,2)+`
18
+ `,"utf-8"),{file:t,added:i||a,migrated:r}}function ti(e){let t=Te(e,gt);if(!bt(t))return 0;let n=dn(t).hooks;if(!n)return 0;let r=0;for(let o of un){let i=n[o];if(Array.isArray(i))for(let s of i)for(let a of s.hooks??[])kt(a)&&typeof a.timeout!="number"&&r++}return r}function ni(e){let t=Te(e,gt);if(!bt(t))return!1;let n=dn(t).hooks;return n?un.some(r=>{let o=n[r];return Array.isArray(o)&&o.some(i=>i.hooks?.some(kt))}):!1}function ri(e){let t=Te(e,gt);if(!bt(t))return{file:t,removed:!1};let n=dn(t),r=n.hooks;if(!r)return{file:t,removed:!1};let o=!1;for(let i of un){let s=r[i];if(!Array.isArray(s))continue;for(let c of s){let u=c.hooks.length;c.hooks=c.hooks.filter(d=>!kt(d)),c.hooks.length!==u&&(o=!0)}let a=s.filter(c=>c.hooks.length>0);a.length===0?delete r[i]:r[i]=a}return o?(Object.keys(r).length===0&&delete n.hooks,ln(t,JSON.stringify(n,null,2)+`
19
+ `,"utf-8"),{file:t,removed:!0}):{file:t,removed:!1}}import{existsSync as oi,mkdirSync as al,readFileSync as cl,writeFileSync as ll}from"fs";import{join as ul}from"path";function ii(e){return oi(ul(e,k,"project.md"))}function si(){try{if(!oi(en))return[];let e=JSON.parse(cl(en,"utf-8"));return Array.isArray(e.projects)?e.projects.filter(t=>typeof t=="string"&&t.length>0):[]}catch{return[]}}function ai(e){try{al(H,{recursive:!0}),ll(en,JSON.stringify({projects:e},null,2)+`
20
+ `,"utf-8")}catch{}}function Le(e){try{if(!ii(e))return;let t=si();if(t.includes(e))return;t.push(e),ai(t)}catch{}}function ci(){let e=si(),t=e.filter(ii);return t.length!==e.length&&ai(t),t}import{readFileSync as ml,writeFileSync as gl,existsSync as pi}from"fs";import{join as nr}from"path";function ui(e){let t={business:{},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null},n=dl(e);for(let[r,o]of n){let i=r.toLowerCase().trim();i==="business context"?t.business=pl(o):i==="writing instructions"?t.writingInstructions=li(o):i==="reference urls"?t.referenceUrls=fl(o):i==="topics to avoid"?t.topicsToAvoid=li(o):i==="content tone"?t.contentTone=o.trim()||null:i==="additional notes"&&(t.additionalNotes=o.trim()||null)}return t}function di(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(`
21
+ `)}function dl(e){let t=e.split(`
22
22
  `),n=[],r="",o=[];for(let i of t){let s=i.match(/^#\s+(.+)$/);s?(r&&n.push([r,o.join(`
23
23
  `)]),r=s[1],o=[]):o.push(i)}return r&&n.push([r,o.join(`
24
- `)]),n}function dl(e){let t={},n=e.split(`
25
- `);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 ci(e){let t=[],n=e.split(`
26
- `);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 pl(e){let t=[],n=e.split(`
27
- `);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}var nr="context.md";function dn(e){let t=tr(e,".seoagent",nr);if(!di(t))return null;let n=fl(t,"utf-8");return li(n)}function gl(e,t){let n=tr(e,".seoagent",nr),r=ui(t);ml(n,r,"utf-8")}function pi(e,t){let n=tr(e,".seoagent",nr);return di(n)?!1:(gl(e,{business:{type:t||""},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null}),!0)}import{existsSync as kt,readFileSync as fi,readdirSync as hl,statSync as mi}from"fs";import{join as Oe}from"path";var yl=[{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 wl(e){let t=Oe(e,"package.json");if(!kt(t))return{deps:{},source:"package.json"};try{let n=JSON.parse(fi(t,"utf-8"));return{deps:{...n.dependencies,...n.devDependencies,...n.peerDependencies},source:"package.json"}}catch{return{deps:{},source:"package.json"}}}function bl(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 kl(e){let t={};for(let n of Be){let r=Oe(e,n);if(kt(r))try{let o=fi(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 c=s.slice(0,a).trim();c&&!(c in t)&&(t[c]=n)}}catch{}}return t}function vl(e,t){let n=Oe(e,t.replace(/\/$/,""));if(!kt(n))return!1;if(t.endsWith("/"))try{return mi(n).isDirectory()}catch{return!1}return!0}function $l(e){let t=["content","_posts","posts",Oe("src","content")];for(let n of t){let r=Oe(e,n);if(kt(r))try{if(!mi(r).isDirectory())continue;let o=[r],i=0;for(;o.length>0&&i<50;){let s=o.pop();for(let a of hl(s,{withFileTypes:!0}))if(i++,!a.name.startsWith(".")){if(a.isDirectory()&&o.length<5){o.push(Oe(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 Sl(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"}];for(let n of t)if(kt(Oe(e,n.marker)))return n.path;return null}function gi(e){let t=[],{deps:n}=wl(e),r=kl(e),o="none";for(let s of yl){let a=[];for(let c of Object.keys(n))if(bl(c,s.deps)){a.push({type:"dep",detail:c,source:"package.json"});break}for(let c of s.envKeys)if(r[c]){a.push({type:"env",detail:c,source:r[c]});break}for(let c of s.fsMarkers)if(vl(e,c)){let u=c.endsWith("/")?"directory":"file";a.push({type:u,detail:c,source:c});break}if(a.length>0){o=s.cms,t.push(...a);break}}if(o==="none"){let s=$l(e);s&&(o="mdx-local",t.push(s))}let i=Sl(e);return{cms:o,blog_path:i,evidence:t}}import{existsSync as xl,readFileSync as _l}from"fs";import{join as Cl}from"path";var hi=["openai","fal","replicate"],Ve={openai:["OPENAI_API_KEY"],fal:["FAL_KEY","FAL_API_KEY"],replicate:["REPLICATE_API_TOKEN","REPLICATE_API_KEY"]};function Rl(e){let t={};if(!xl(e))return t;let n=_l(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 yi(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 Be){let o=Cl(e,r),i=Rl(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 ke(e){let t=[].concat(...hi.map(a=>Ve[a])),n=yi(e,t),r=[];for(let a of hi)Ve[a].some(c=>n.found[c])&&r.push(a);if(r.length===0)return{provider:"none",matched_key:null,source:null,available_providers:[]};let o=r[0],i=Ve[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 wi(e,t){let n=yi(e,Ve[t]);for(let r of Ve[t])if(n.found[r])return{key:n.found[r].value,envName:r};return null}function bi(){return Ve}import{existsSync as Le,readFileSync as rr}from"fs";import{join as je}from"path";function ki(e){try{return new URL(e).hostname}catch{return e}}function vi(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 El(e){for(let t of Be){let n=je(e,t);if(!Le(n))continue;let r=rr(n,"utf-8");for(let o of So){let i=r.match(new RegExp(`^${o}=(.+)$`,"m"));if(i){let s=i[1].trim().replace(/^["']|["']$/g,""),a=ki(s);if(vi(a))continue;return{value:a,source:`${t} (${o})`}}}}return null}function Al(e){let t=je(e,"package.json");if(!Le(t))return null;try{let n=JSON.parse(rr(t,"utf-8"));if(!n.homepage)return null;let r=ki(n.homepage);return vi(r)?null:{value:r,source:"package.json (homepage)"}}catch{return null}}function $i(e,t){let n=[];t?.("Checking for monorepo / workspace layout\u2026"),Le(je(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=El(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=Al(e);a&&(r=a.value,n.push({field:"domain",detail:a.value,source:a.source}))}let i=je(e,"package.json"),s=null;if(Le(i))try{t?.("Reading dependencies to infer site type\u2026");let a=JSON.parse(rr(i,"utf-8")),c=Object.keys({...a.dependencies,...a.devDependencies}),u=(...d)=>d.some(p=>c.includes(p));if(u("@shopify/hydrogen","@shopify/polaris")||Le(je(e,"shopify.config.js"))||Le(je(e,"shopify.config.ts"))){s="product";let d=u("@shopify/hydrogen","@shopify/polaris")?"Shopify-related dependencies in package.json":Le(je(e,"shopify.config.ts"))?"shopify.config.ts":"shopify.config.js";n.push({field:"site_type",detail:"product",source:d})}else{let d=u("stripe","@stripe/stripe-js","@stripe/react-stripe-js","paddle","@paddle/paddle-js"),p=u("next-auth","@auth/core","lucia","clerk","@clerk/nextjs","@clerk/clerk-react"),f=u("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&&u("astro","gatsby","contentlayer","next-mdx-remote","mdx-bundler","vitepress","vuepress","@docusaurus/core","docusaurus","nextra")&&(s="content",n.push({field:"site_type",detail:"content",source:u("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 Ol,readFileSync as ar,readdirSync as xi,statSync as Ll}from"fs";import{join as J,sep as jl}from"path";var Il=[/^\/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];function Ne(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 ue(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 ve(e){return Il.some(t=>t.test(e))}function Pl(e){return e.filter(t=>ve(ue(t)))}function Tl(e,t){let n=new Set(e.map(ue)),r=[],o=new Set;for(let i of t){let s=ue(i);ve(s)||n.has(s)||o.has(s)||(o.add(s),r.push(s))}return r}function or(e){return`https://${e.replace(/^https?:\/\//,"").replace(/\/+$/,"")}/sitemap.xml`}async function Si(e){let t=e.sitemapUrl||or(e.domain),n=[],r={ok:!1,sitemapUrl:t,fetched:!1,status:null,urls:[],privateUrls:[],missing:[],hasLastmod:!1,issues:n},o="";try{let i=await A(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=Ne(o),r.hasLastmod=/<lastmod>/i.test(o),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=Pl(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(ue).join(", ")}). Remove auth/admin/api routes from the generator.`}),r.hasLastmod||n.push({level:"info",message:"No <lastmod> dates \u2014 adding them helps crawlers prioritize changed pages."}),e.knownUrls&&e.knownUrls.length>0&&(r.missing=Tl(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 _i=["tsx","jsx","js","mdx","md"],Nl=["astro","md","mdx"],Dl=5e3;function oe(e,t){let n=new Map,r=0,o=(i,s,a=!1)=>{let c=Gl(i);if(c===null){r++;return}let u=n.get(c);if(u){u.in_sitemap=u.in_sitemap||a,u.source.includes(s)||(u.source+=`, ${s}`);return}n.set(c,{route:c,url:Jl(t,c),in_sitemap:a,source:s})};for(let i of Fl(e))Ml(i,o);return{pages:[...n.values()].filter(i=>!ve(i.route)).sort((i,s)=>i.route.localeCompare(s.route)),dynamicCount:r}}async function Ci(e,t,n){let r=[];try{let s=await A(or(t),{headers:{"user-agent":"SEOAgent-CLI/sitemap-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n});if(!s.ok)return{checked:!1,liveCount:0,flipped:0};r=Ne(await s.text())}catch{return{checked:!1,liveCount:0,flipped:0}}if(r.length===0)return{checked:!1,liveCount:0,flipped:0};let o=new Set(r.map(ue)),i=0;for(let s of e)!s.in_sitemap&&o.has(ue(s.url||s.route))&&(s.in_sitemap=!0,i++,s.source.includes("live-sitemap")||(s.source+=", live-sitemap"));return{checked:!0,liveCount:r.length,flipped:i}}function Ml(e,t){for(let n of["app",J("src","app")]){let r=J(e,n);if(vt(r))for(let o of ir(r)){let i=sr(r,o),s=i[i.length-1];zl(s)&&(i.some(a=>a.startsWith("@"))||t(Hl(i.slice(0,-1)),"app router"))}}for(let n of["pages",J("src","pages")]){let r=J(e,n);if(vt(r))for(let o of ir(r)){let i=sr(r,o);if(i[0]==="api")continue;let s=i[i.length-1],a=cr(s),c=_i.includes(a),u=Nl.includes(a);if(!c&&!u)continue;let d=pn(s);Vl(d)||t(Wl(i),u?"astro":"pages router")}}for(let n of[".","public"]){let r=J(e,n);if(vt(r))for(let o of ir(r,n==="."?1:1/0)){let i=sr(r,o),s=i[i.length-1];cr(s)==="html"&&(i.some(a=>a==="node_modules"||a.startsWith("."))||t(Kl(i),"static html"))}}for(let n of["public/sitemap.xml","sitemap.xml"]){let r=J(e,...n.split("/"));if(Ol(r)){for(let o of Yl(r)){let i=ql(o);i!==null&&t(i,"sitemap.xml",!0)}break}}}function Fl(e){let t=[e],n=new Set([e]);for(let r of Ul(e))for(let o of Bl(e,r))n.has(o)||(n.add(o),t.push(o));return t}function Ul(e){let t=[];try{let n=ar(J(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(ar(J(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 Bl(e,t){if(!t||t.startsWith("!"))return[];let n=t.replace(/\/\*\*?$/,"/*"),r=n.indexOf("*");if(r===-1){let a=J(e,...n.split("/").filter(Boolean));return vt(a)?[a]:[]}let o=n.slice(0,r).replace(/\/$/,""),i=J(e,...o.split("/").filter(Boolean));if(!vt(i))return[];let s=[];try{for(let a of xi(i,{withFileTypes:!0}))if(a.isDirectory()&&!a.name.startsWith(".")&&!Ri.has(a.name)&&(s.push(J(i,a.name)),s.length>=200))break}catch{}return s}function Gl(e){let t=e.trim();return t===""||t==="/"||(t.startsWith("/")||(t=`/${t}`),t=t.replace(/\/+$/,""),t==="")?"/":/\[.*\]/.test(t)?null:t}function Hl(e){return"/"+e.filter(n=>!(n.startsWith("(")&&n.endsWith(")"))).join("/")}function Wl(e){let t=[...e],n=pn(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function Kl(e){let t=[...e],n=pn(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function ql(e){try{return new URL(e).pathname||"/"}catch{return e.startsWith("/")?e:null}}function zl(e){return pn(e)==="page"&&_i.includes(cr(e))}function Vl(e){return["_app","_document","_error","404","500","middleware"].includes(e)}function Yl(e){try{let t=ar(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 Ri=new Set(["node_modules",".git",".next","dist","build",".vercel","out"]);function vt(e){try{return Ll(e).isDirectory()}catch{return!1}}function*ir(e,t=1/0){let n=0;function*r(o,i){if(i>t)return;let s;try{s=xi(o,{withFileTypes:!0})}catch{return}for(let a of s){if(n>=Dl)return;if(a.name.startsWith("."))continue;let c=J(o,a.name);if(a.isDirectory()){if(Ri.has(a.name))continue;yield*r(c,i+1)}else a.isFile()&&(n++,yield c)}}yield*r(e,1)}function sr(e,t){return t.slice(e.length).replace(/^[/\\]+/,"").split(jl).filter(Boolean)}function cr(e){let t=e.lastIndexOf(".");return t===-1?"":e.slice(t+1).toLowerCase()}function pn(e){let t=e.lastIndexOf(".");return t===-1?e:e.slice(0,t)}function Jl(e,t){return e?`https://${e.replace(/^https?:\/\//,"").replace(/\/$/,"")}${t==="/"?"/":t}`:t}import{existsSync as Xl,mkdirSync as Ql,readFileSync as Zl,writeFileSync as eu}from"fs";import{join as Ei}from"path";function Ai(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 fn(e,t,n){let r=Ei(e,k,"pages.md"),o=Xl(r),i=o?nu(r):new Map;if(t.length===0&&!o)return{wrote:!1,added:0,total:0,merged:!1};let s=new Map(i),a=0,c=!1;for(let d of t){let p=Pi(d.url),f=n?.get(d.url),g=s.get(p);if(g)d.in_sitemap&&g.in_sitemap!=="yes"&&(g.in_sitemap="yes",c=!0),f&&Ai(g,f)&&(c=!0);else{let y={url:p,in_sitemap:d.in_sitemap?"yes":"no",in_nav:"\u2014",status:"\u2014",rendered:"\u2014",word_count:"\u2014",notes:Pi(d.source)};f&&Ai(y,f),s.set(p,y),a++,c=!0}}if(o&&!c)return{wrote:!1,added:0,total:s.size,merged:!0};let u=[...s.values()];return Ql(Ei(e,k),{recursive:!0}),eu(r,tu(u),"utf-8"),{wrote:!0,added:a,total:u.length,merged:o}}function tu(e){let t=["---","generated: false",`discovered_at: ${new Date().toISOString()}`,`row_count: ${e.length}`,"---"].join(`
24
+ `)]),n}function pl(e){let t={},n=e.split(`
25
+ `);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 li(e){let t=[],n=e.split(`
26
+ `);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 fl(e){let t=[],n=e.split(`
27
+ `);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}var rr="context.md";function pn(e){let t=nr(e,".seoagent",rr);if(!pi(t))return null;let n=ml(t,"utf-8");return ui(n)}function hl(e,t){let n=nr(e,".seoagent",rr),r=di(t);gl(n,r,"utf-8")}function fi(e,t){let n=nr(e,".seoagent",rr);return pi(n)?!1:(hl(e,{business:{type:t||""},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null}),!0)}import{existsSync as vt,readFileSync as mi,readdirSync as yl,statSync as gi}from"fs";import{join as je}from"path";var wl=[{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 bl(e){let t=je(e,"package.json");if(!vt(t))return{deps:{},source:"package.json"};try{let n=JSON.parse(mi(t,"utf-8"));return{deps:{...n.dependencies,...n.devDependencies,...n.peerDependencies},source:"package.json"}}catch{return{deps:{},source:"package.json"}}}function kl(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 vl(e){let t={};for(let n of He){let r=je(e,n);if(vt(r))try{let o=mi(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 c=s.slice(0,a).trim();c&&!(c in t)&&(t[c]=n)}}catch{}}return t}function $l(e,t){let n=je(e,t.replace(/\/$/,""));if(!vt(n))return!1;if(t.endsWith("/"))try{return gi(n).isDirectory()}catch{return!1}return!0}function Sl(e){let t=["content","_posts","posts",je("src","content")];for(let n of t){let r=je(e,n);if(vt(r))try{if(!gi(r).isDirectory())continue;let o=[r],i=0;for(;o.length>0&&i<50;){let s=o.pop();for(let a of yl(s,{withFileTypes:!0}))if(i++,!a.name.startsWith(".")){if(a.isDirectory()&&o.length<5){o.push(je(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 xl(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"}];for(let n of t)if(vt(je(e,n.marker)))return n.path;return null}function hi(e){let t=[],{deps:n}=bl(e),r=vl(e),o="none";for(let s of wl){let a=[];for(let c of Object.keys(n))if(kl(c,s.deps)){a.push({type:"dep",detail:c,source:"package.json"});break}for(let c of s.envKeys)if(r[c]){a.push({type:"env",detail:c,source:r[c]});break}for(let c of s.fsMarkers)if($l(e,c)){let u=c.endsWith("/")?"directory":"file";a.push({type:u,detail:c,source:c});break}if(a.length>0){o=s.cms,t.push(...a);break}}if(o==="none"){let s=Sl(e);s&&(o="mdx-local",t.push(s))}let i=xl(e);return{cms:o,blog_path:i,evidence:t}}import{existsSync as _l,readFileSync as Cl}from"fs";import{join as Rl}from"path";var yi=["openai","fal","replicate"],ze={openai:["OPENAI_API_KEY"],fal:["FAL_KEY","FAL_API_KEY"],replicate:["REPLICATE_API_TOKEN","REPLICATE_API_KEY"]};function El(e){let t={};if(!_l(e))return t;let n=Cl(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 wi(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 He){let o=Rl(e,r),i=El(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 ve(e){let t=[].concat(...yi.map(a=>ze[a])),n=wi(e,t),r=[];for(let a of yi)ze[a].some(c=>n.found[c])&&r.push(a);if(r.length===0)return{provider:"none",matched_key:null,source:null,available_providers:[]};let o=r[0],i=ze[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 bi(e,t){let n=wi(e,ze[t]);for(let r of ze[t])if(n.found[r])return{key:n.found[r].value,envName:r};return null}function ki(){return ze}import{existsSync as Ne,readFileSync as or}from"fs";import{join as De}from"path";function vi(e){try{return new URL(e).hostname}catch{return e}}function $i(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 Al(e){for(let t of He){let n=De(e,t);if(!Ne(n))continue;let r=or(n,"utf-8");for(let o of xo){let i=r.match(new RegExp(`^${o}=(.+)$`,"m"));if(i){let s=i[1].trim().replace(/^["']|["']$/g,""),a=vi(s);if($i(a))continue;return{value:a,source:`${t} (${o})`}}}}return null}function Il(e){let t=De(e,"package.json");if(!Ne(t))return null;try{let n=JSON.parse(or(t,"utf-8"));if(!n.homepage)return null;let r=vi(n.homepage);return $i(r)?null:{value:r,source:"package.json (homepage)"}}catch{return null}}function Si(e,t){let n=[];t?.("Checking for monorepo / workspace layout\u2026"),Ne(De(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=Al(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=Il(e);a&&(r=a.value,n.push({field:"domain",detail:a.value,source:a.source}))}let i=De(e,"package.json"),s=null;if(Ne(i))try{t?.("Reading dependencies to infer site type\u2026");let a=JSON.parse(or(i,"utf-8")),c=Object.keys({...a.dependencies,...a.devDependencies}),u=(...d)=>d.some(f=>c.includes(f));if(u("@shopify/hydrogen","@shopify/polaris")||Ne(De(e,"shopify.config.js"))||Ne(De(e,"shopify.config.ts"))){s="product";let d=u("@shopify/hydrogen","@shopify/polaris")?"Shopify-related dependencies in package.json":Ne(De(e,"shopify.config.ts"))?"shopify.config.ts":"shopify.config.js";n.push({field:"site_type",detail:"product",source:d})}else{let d=u("stripe","@stripe/stripe-js","@stripe/react-stripe-js","paddle","@paddle/paddle-js"),f=u("next-auth","@auth/core","lucia","clerk","@clerk/nextjs","@clerk/clerk-react"),p=u("next");d&&(p||f)?(s="saas",n.push({field:"site_type",detail:"saas",source:p?"payment SDK + Next.js in package.json":"payment SDK + auth library in package.json"})):!d&&u("astro","gatsby","contentlayer","next-mdx-remote","mdx-bundler","vitepress","vuepress","@docusaurus/core","docusaurus","nextra")&&(s="content",n.push({field:"site_type",detail:"content",source:u("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 Ll,readFileSync as cr,readdirSync as _i,statSync as jl}from"fs";import{join as J,sep as Nl}from"path";var Pl=[/^\/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];function Me(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 ue(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 $e(e){return Pl.some(t=>t.test(e))}function Tl(e){return e.filter(t=>$e(ue(t)))}function Ol(e,t){let n=new Set(e.map(ue)),r=[],o=new Set;for(let i of t){let s=ue(i);$e(s)||n.has(s)||o.has(s)||(o.add(s),r.push(s))}return r}function ir(e){return`https://${e.replace(/^https?:\/\//,"").replace(/\/+$/,"")}/sitemap.xml`}async function xi(e){let t=e.sitemapUrl||ir(e.domain),n=[],r={ok:!1,sitemapUrl:t,fetched:!1,status:null,urls:[],privateUrls:[],missing:[],hasLastmod:!1,issues:n},o="";try{let i=await A(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=Me(o),r.hasLastmod=/<lastmod>/i.test(o),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=Tl(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(ue).join(", ")}). Remove auth/admin/api routes from the generator.`}),r.hasLastmod||n.push({level:"info",message:"No <lastmod> dates \u2014 adding them helps crawlers prioritize changed pages."}),e.knownUrls&&e.knownUrls.length>0&&(r.missing=Ol(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 Ci=["tsx","jsx","js","mdx","md"],Dl=["astro","md","mdx"],Ml=5e3;function oe(e,t){let n=new Map,r=0,o=(i,s,a=!1)=>{let c=Hl(i);if(c===null){r++;return}let u=n.get(c);if(u){u.in_sitemap=u.in_sitemap||a,u.source.includes(s)||(u.source+=`, ${s}`);return}n.set(c,{route:c,url:Xl(t,c),in_sitemap:a,source:s})};for(let i of Ul(e))Fl(i,o);return{pages:[...n.values()].filter(i=>!$e(i.route)).sort((i,s)=>i.route.localeCompare(s.route)),dynamicCount:r}}async function Ri(e,t,n){let r=[];try{let s=await A(ir(t),{headers:{"user-agent":"SEOAgent-CLI/sitemap-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n});if(!s.ok)return{checked:!1,liveCount:0,flipped:0};r=Me(await s.text())}catch{return{checked:!1,liveCount:0,flipped:0}}if(r.length===0)return{checked:!1,liveCount:0,flipped:0};let o=new Set(r.map(ue)),i=0;for(let s of e)!s.in_sitemap&&o.has(ue(s.url||s.route))&&(s.in_sitemap=!0,i++,s.source.includes("live-sitemap")||(s.source+=", live-sitemap"));return{checked:!0,liveCount:r.length,flipped:i}}function Fl(e,t){for(let n of["app",J("src","app")]){let r=J(e,n);if($t(r))for(let o of sr(r)){let i=ar(r,o),s=i[i.length-1];zl(s)&&(i.some(a=>a.startsWith("@"))||t(Wl(i.slice(0,-1)),"app router"))}}for(let n of["pages",J("src","pages")]){let r=J(e,n);if($t(r))for(let o of sr(r)){let i=ar(r,o);if(i[0]==="api")continue;let s=i[i.length-1],a=lr(s),c=Ci.includes(a),u=Dl.includes(a);if(!c&&!u)continue;let d=fn(s);Yl(d)||t(Kl(i),u?"astro":"pages router")}}for(let n of[".","public"]){let r=J(e,n);if($t(r))for(let o of sr(r,n==="."?1:1/0)){let i=ar(r,o),s=i[i.length-1];lr(s)==="html"&&(i.some(a=>a==="node_modules"||a.startsWith("."))||t(ql(i),"static html"))}}for(let n of["public/sitemap.xml","sitemap.xml"]){let r=J(e,...n.split("/"));if(Ll(r)){for(let o of Jl(r)){let i=Vl(o);i!==null&&t(i,"sitemap.xml",!0)}break}}}function Ul(e){let t=[e],n=new Set([e]);for(let r of Bl(e))for(let o of Gl(e,r))n.has(o)||(n.add(o),t.push(o));return t}function Bl(e){let t=[];try{let n=cr(J(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(cr(J(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 Gl(e,t){if(!t||t.startsWith("!"))return[];let n=t.replace(/\/\*\*?$/,"/*"),r=n.indexOf("*");if(r===-1){let a=J(e,...n.split("/").filter(Boolean));return $t(a)?[a]:[]}let o=n.slice(0,r).replace(/\/$/,""),i=J(e,...o.split("/").filter(Boolean));if(!$t(i))return[];let s=[];try{for(let a of _i(i,{withFileTypes:!0}))if(a.isDirectory()&&!a.name.startsWith(".")&&!Ei.has(a.name)&&(s.push(J(i,a.name)),s.length>=200))break}catch{}return s}function Hl(e){let t=e.trim();return t===""||t==="/"||(t.startsWith("/")||(t=`/${t}`),t=t.replace(/\/+$/,""),t==="")?"/":/\[.*\]/.test(t)?null:t}function Wl(e){return"/"+e.filter(n=>!(n.startsWith("(")&&n.endsWith(")"))).join("/")}function Kl(e){let t=[...e],n=fn(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function ql(e){let t=[...e],n=fn(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function Vl(e){try{return new URL(e).pathname||"/"}catch{return e.startsWith("/")?e:null}}function zl(e){return fn(e)==="page"&&Ci.includes(lr(e))}function Yl(e){return["_app","_document","_error","404","500","middleware"].includes(e)}function Jl(e){try{let t=cr(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 Ei=new Set(["node_modules",".git",".next","dist","build",".vercel","out"]);function $t(e){try{return jl(e).isDirectory()}catch{return!1}}function*sr(e,t=1/0){let n=0;function*r(o,i){if(i>t)return;let s;try{s=_i(o,{withFileTypes:!0})}catch{return}for(let a of s){if(n>=Ml)return;if(a.name.startsWith("."))continue;let c=J(o,a.name);if(a.isDirectory()){if(Ei.has(a.name))continue;yield*r(c,i+1)}else a.isFile()&&(n++,yield c)}}yield*r(e,1)}function ar(e,t){return t.slice(e.length).replace(/^[/\\]+/,"").split(Nl).filter(Boolean)}function lr(e){let t=e.lastIndexOf(".");return t===-1?"":e.slice(t+1).toLowerCase()}function fn(e){let t=e.lastIndexOf(".");return t===-1?e:e.slice(0,t)}function Xl(e,t){return e?`https://${e.replace(/^https?:\/\//,"").replace(/\/$/,"")}${t==="/"?"/":t}`:t}import{existsSync as Ql,mkdirSync as Zl,readFileSync as eu,writeFileSync as tu}from"fs";import{join as Ai}from"path";function Ii(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 mn(e,t,n){let r=Ai(e,k,"pages.md"),o=Ql(r),i=o?ru(r):new Map;if(t.length===0&&!o)return{wrote:!1,added:0,total:0,merged:!1};let s=new Map(i),a=0,c=!1;for(let d of t){let f=Ti(d.url),p=n?.get(d.url),g=s.get(f);if(g)d.in_sitemap&&g.in_sitemap!=="yes"&&(g.in_sitemap="yes",c=!0),p&&Ii(g,p)&&(c=!0);else{let y={url:f,in_sitemap:d.in_sitemap?"yes":"no",in_nav:"\u2014",status:"\u2014",rendered:"\u2014",word_count:"\u2014",notes:Ti(d.source)};p&&Ii(y,p),s.set(f,y),a++,c=!0}}if(o&&!c)return{wrote:!1,added:0,total:s.size,merged:!0};let u=[...s.values()];return Zl(Ai(e,k),{recursive:!0}),tu(r,nu(u),"utf-8"),{wrote:!0,added:a,total:u.length,merged:o}}function nu(e){let t=["---","generated: false",`discovered_at: ${new Date().toISOString()}`,`row_count: ${e.length}`,"---"].join(`
28
28
  `),n=["# Pages","","Inventory of pages discovered in your codebase. Re-running `seoagent init`","or `seoagent refresh` re-scans and merges in newly-added pages without","touching rows you or the audit have edited. `In sitemap` is refreshed from","the live sitemap; `Status` / `Rendered` / `Word count` are filled by","`seoagent refresh --crawl` (a live fetch of each page). This file syncs to","the cloud on login."].join(`
29
29
  `),r="| URL | In sitemap | In nav | Status | Rendered | Word count | Notes |",o="|---|---|---|---|---|---|---|",i=e.map(s=>`| ${s.url} | ${s.in_sitemap} | ${s.in_nav} | ${s.status} | ${s.rendered} | ${s.word_count} | ${s.notes} |`);return[t,"",n,"",r,o,...i,""].join(`
30
- `)}function nu(e){let t=new Map,n;try{n=Zl(e,"utf-8")}catch{return t}let r=n.split(/\r?\n/);for(let o=0;o<r.length-1;o++){if(!lr(r[o])||!ru(r[o+1]))continue;let i=Ii(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&&lr(r[a]);a++){let c=Ii(r[a]),u=(c[s.url]??"").trim();!u||u==="\u2014"||u==="-"||t.set(u,{url:u,in_sitemap:Ye(c,s.in_sitemap),in_nav:Ye(c,s.in_nav),status:Ye(c,s.status),rendered:Ye(c,s.rendered),word_count:Ye(c,s.word_count),notes:Ye(c,s.notes)})}break}return t}function Ye(e,t){let n=t>=0?(e[t]??"").trim():"";return n===""?"\u2014":n}function lr(e){let t=e.trim();return t.startsWith("|")&&t.endsWith("|")&&t.length>1}function ru(e){let t=e.trim();return lr(t)&&/^\|(?:\s*:?-+:?\s*\|)+$/.test(t)}function Ii(e){return e.trim().slice(1,-1).split("|").map(t=>t.trim())}function Pi(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}import{log as Je}from"@clack/prompts";var l={info:e=>Je.info(e),warn:e=>Je.warn(e),error:e=>Je.error(e),success:e=>Je.success(e),step:e=>Je.step(e),message:e=>Je.message(e)};function x(e,t,n,r=n){e?e.stop(r):l[t](n)}var Oi=[{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"}],gn="unknown",cu=new Set(["saas","service","product","content","marketplace","tool","app","nonprofit","community","unknown"]);function lu(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 mn(e){if(!e?.trim())return null;let t=e.trim().toLowerCase();return cu.has(t)?t:null}async function $t(e={}){let t=process.cwd();if(Lo(t)){let a=_(t),c=ze(t);Pe(t),q(t,{skill_version:I}),Te(t);let u=ji(hn(t,c.skillFile)),d=c.claudeSymlink?` (symlinked at ${hn(t,c.claudeSymlink)})`:"",p=a?.skill_version&&a.skill_version!==I?`${a.skill_version} \u2192 ${I}`:I;if(l.success(`Refreshed the SEOAgent skill (${p}).`),l.info("Your `.seoagent/` knowledge was left untouched."),l.info(`Skill at ${u}${d}.`),l.info(`Run \`${m("status")}\` to see your project, or \`${m("uninstall")}\` to start fresh.`),!Jn()){let f=rn(t);f&&await Xn({installId:f,event:"reinit",cliVersion:I})&&l.info(Yn)}return}let n=!!e.yes||!process.stdin.isTTY;n||ou("SEOAgent \u2014 AI SEO Agent");let r=$i(t,a=>l.step(a)),o=()=>{if(r.evidence.length!==0){l.info("Inferred from your project:");for(let a of r.evidence)l.info(` \u2022 ${lu(a)}`)}},i=e.domain?.trim()||process.env.SEOAGENT_DOMAIN?.trim()||r.domain||null,s=mn(e.siteType)||mn(process.env.SEOAGENT_SITE_TYPE)||r.siteType||null;if(n){e.siteType?.trim()&&mn(e.siteType)===null&&(l.warn("Invalid --site-type. Use: saas, service, product, content, marketplace, tool, nonprofit, unknown, app, community."),process.exit(1)),process.env.SEOAGENT_SITE_TYPE?.trim()&&mn(process.env.SEOAGENT_SITE_TYPE)===null&&(l.warn("Invalid SEOAGENT_SITE_TYPE environment value."),process.exit(1)),o(),i||(l.info("Couldn't detect your site URL from this repo \u2014 scaffolding anyway; you'll be prompted to supply it."),i=gn),s||(s="unknown"),await Li(t,i,s);return}if(o(),!i){let a=await Ti({message:"Website domain",placeholder:"example.com",validate:c=>c.trim()?void 0:"Domain is required"});Xe(a)&&(Qe("Cancelled"),process.exit(0)),i=String(a)}if(!s){let a=await ur({message:"What kind of site is this?",options:[...Oi]});Xe(a)&&(Qe("Cancelled"),process.exit(0)),s=a}for(;;){let a=await au({message:`Create .seoagent for ${i} (${s})?`});if(Xe(a)&&(Qe("Cancelled"),process.exit(0)),a)break;let c=await ur({message:"What should we change?",options:[{value:"domain",label:"Domain"},{value:"site_type",label:"Site type"},{value:"abort",label:"Cancel setup"}]});if((Xe(c)||c==="abort")&&(Qe("Cancelled"),process.exit(0)),c==="domain"){let u=await Ti({message:"Website domain",placeholder:"example.com",validate:d=>d.trim()?void 0:"Domain is required"});Xe(u)&&(Qe("Cancelled"),process.exit(0)),i=String(u)}else{let u=await ur({message:"What kind of site is this?",options:[...Oi]});Xe(u)&&(Qe("Cancelled"),process.exit(0)),s=u}}await Li(t,i,s)}async function Li(e,t,n){let r=su();r.start("Setting up your SEO project");let o=gi(e),i=ke(e),s=Vn(),a={domain:t,site_type:n,language:"en",initialized_at:new Date().toISOString(),seoagent_version:I,skill_version:I,install_id:s,...o.cms!=="none"?{cms:o.cms}:{},...o.blog_path?{blog_path:o.blog_path}:{},...i.provider!=="none"?{image_provider:i.provider}:{}},c=Jn(),u=c?Promise.resolve(!1):Xn({installId:s,event:"init",cliVersion:I}),d=c||t===gn?Promise.resolve(null):Wo({domain:t,installId:s}),p=N(t),f=p&&t!==gn?We({apiBase:p.api_base,authHeader:`Bearer ${p.user_token}:${p.website_token}`,localDomain:t}).catch(()=>null):Promise.resolve(null);No(e),jo(e,a),Te(e),pi(e,n),Zo(e);let g=ze(e),y=hn(e,g.skillFile),h=ji(y),w=`${h}/references/audit-checks.md`,$=g.claudeSymlink?hn(e,g.claudeSymlink):void 0;Pe(e);let S=t!==gn,T={pages:[],dynamicCount:0},P={wrote:!1,added:0,total:0,merged:!1};try{T=oe(e,S?t:null),P=fn(e,T.pages)}catch{}if(r.stop(S?`Created .seoagent/ project for ${a.domain}`:"Created .seoagent/ project (site URL not detected yet \u2014 see step 2)"),o.cms!=="none"){let ge=o.evidence.map(mt=>`${mt.detail} (${mt.source})`).slice(0,2).join(", ");l.info(`CMS detected: ${o.cms} \u2014 ${ge}`)}if(o.blog_path&&l.info(`Blog route: ${o.blog_path}`),i.provider!=="none"&&l.info(`Image generation: ${i.provider} (detected ${i.matched_key}) \u2014 articles can get AI hero images.`),T.pages.length>0){let ge=P.merged?P.added>0?`Re-scanned your codebase: +${P.added} new page${P.added===1?"":"s"} merged into .seoagent/pages.md (${P.total} total)`:`Re-scanned your codebase: .seoagent/pages.md already current (${P.total} pages)`:`Found ${T.pages.length} page${T.pages.length===1?"":"s"} in your codebase \u2192 .seoagent/pages.md`;l.info(ge+(T.dynamicCount>0?` (plus ${T.dynamicCount} dynamic route template${T.dynamicCount===1?"":"s"} \u2014 the audit will discover their instances)`:""))}let[Q,te,ft]=await Promise.all([u,d,f]);if(ft?.verdict==="mismatch"&&l.warn(`Heads up: the credentials bound to ${t} are for a SEOAgent cloud project on ${ft.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 \`${m("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.`),te?.status==="data"){let ge=te.difficulty!=null?`, difficulty ${te.difficulty}/100`:"";l.info(`Free keyword peek \u2014 "${te.keyword}": ${te.volume.toLocaleString("en-US")} searches/mo${ge}. You get ~10 free peeks/day: ${m('keywords --peek "<keyword>"')}`)}else te?.status==="no-data"&&l.info(`Free keyword peek is live \u2014 no search-volume data for "${te.keyword}" yet. Try a topic keyword (~10 free/day): ${m('keywords --peek "best <your category> tool"')}`);Q&&l.info(Yn);let U=S?a.domain:"your site",Re=S?[" 1. If .seoagent/project.md still says site_type: unknown, you can",` WebFetch ${a.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."];iu([S?`\u2713 SEOAgent installed for ${a.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:","",` ${y} \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):","",...Re,"",` 2. The headline next step: offer to run a Phase 1 SEO audit on ${U}`," (homepage + sitemap + robots.txt; the checks live in",` ${w} \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.',""," 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:",` ${m("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 ${y} is picked up automatically.`,...$?[` Symlinked at ${$} \u2192 ${h} so Claude Code finds it too.`]:[],""," Want the cloud dashboard now? Free account, ~30 seconds:","",` ${m("login")}`,""].join(`
31
- `))}import{existsSync as Mi}from"fs";import{intro as du,outro as pu,confirm as fu,isCancel as mu,cancel as gu}from"@clack/prompts";import{existsSync as yn,rmSync as uu}from"fs";import{join as wn}from"path";function Ni(e,t={}){let n=[],r=wn(e,k);yn(r)&&n.push({label:".seoagent/ \u2014 project state + all generated work",path:r,kind:"dir"});let o=wn(e,Ee.CLAUDE);yn(o)&&n.push({label:".claude/skills/seoagent/ \u2014 installed skill bundle",path:o,kind:"dir"});let i=wn(e,Ee.AGENTS);return yn(i)&&n.push({label:".agents/skills/seoagent/ \u2014 installed skill bundle",path:i,kind:"dir"}),ti(e)&&n.push({label:".claude/settings.json \u2014 sync hook entry (other settings preserved)",path:wn(e,".claude","settings.json"),kind:"hook"}),t.global&&yn(H)&&n.push({label:"~/.config/seoagent/ \u2014 login credentials + sync state (all projects)",path:H,kind:"global"}),n}function Di(e,t){for(let n of t)n.kind==="hook"?ni(e):uu(n.path,{recursive:!0,force:!0})}async function St(e={}){let t=process.cwd(),n=Ni(t,{global:e.global});if(n.length===0){l.info("No SEOAgent install found in this directory \u2014 nothing to remove."),!e.global&&Mi(H)&&l.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(`
32
- `);if(!r){du("SEOAgent \u2014 uninstall"),l.message(`This will remove:
33
- ${o}`);let s=await fu({message:"Remove these and start fresh?"});if(mu(s)||!s){gu("Cancelled \u2014 nothing was removed.");return}}Di(t,n);let i=n.map(s=>` \u2713 ${s.label}`).join(`
30
+ `)}function ru(e){let t=new Map,n;try{n=eu(e,"utf-8")}catch{return t}let r=n.split(/\r?\n/);for(let o=0;o<r.length-1;o++){if(!ur(r[o])||!ou(r[o+1]))continue;let i=Pi(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&&ur(r[a]);a++){let c=Pi(r[a]),u=(c[s.url]??"").trim();!u||u==="\u2014"||u==="-"||t.set(u,{url:u,in_sitemap:Ye(c,s.in_sitemap),in_nav:Ye(c,s.in_nav),status:Ye(c,s.status),rendered:Ye(c,s.rendered),word_count:Ye(c,s.word_count),notes:Ye(c,s.notes)})}break}return t}function Ye(e,t){let n=t>=0?(e[t]??"").trim():"";return n===""?"\u2014":n}function ur(e){let t=e.trim();return t.startsWith("|")&&t.endsWith("|")&&t.length>1}function ou(e){let t=e.trim();return ur(t)&&/^\|(?:\s*:?-+:?\s*\|)+$/.test(t)}function Pi(e){return e.trim().slice(1,-1).split("|").map(t=>t.trim())}function Ti(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}import{log as Je}from"@clack/prompts";var l={info:e=>Je.info(e),warn:e=>Je.warn(e),error:e=>Je.error(e),success:e=>Je.success(e),step:e=>Je.step(e),message:e=>Je.message(e)};function x(e,t,n,r=n){e?e.stop(r):l[t](n)}var Li=[{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"}],hn="unknown",lu=new Set(["saas","service","product","content","marketplace","tool","app","nonprofit","community","unknown"]);function uu(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 gn(e){if(!e?.trim())return null;let t=e.trim().toLowerCase();return lu.has(t)?t:null}async function St(e={}){let t=process.cwd();if(jo(t)){let a=_(t),c=Ve(t);Oe(t),q(t,{skill_version:I}),Le(t);let u=Ni(yn(t,c.skillFile)),d=c.claudeSymlink?` (symlinked at ${yn(t,c.claudeSymlink)})`:"",f=a?.skill_version&&a.skill_version!==I?`${a.skill_version} \u2192 ${I}`:I;if(l.success(`Refreshed the SEOAgent skill (${f}).`),l.info("Your `.seoagent/` knowledge was left untouched."),l.info(`Skill at ${u}${d}.`),l.info(`Run \`${m("status")}\` to see your project, or \`${m("uninstall")}\` to start fresh.`),!Xn()){let p=on(t);p&&await Qn({installId:p,event:"reinit",cliVersion:I})&&l.info(Jn)}return}let n=!!e.yes||!process.stdin.isTTY;n||iu("SEOAgent \u2014 AI SEO Agent");let r=Si(t,a=>l.step(a)),o=()=>{if(r.evidence.length!==0){l.info("Inferred from your project:");for(let a of r.evidence)l.info(` \u2022 ${uu(a)}`)}},i=e.domain?.trim()||process.env.SEOAGENT_DOMAIN?.trim()||r.domain||null,s=gn(e.siteType)||gn(process.env.SEOAGENT_SITE_TYPE)||r.siteType||null;if(n){e.siteType?.trim()&&gn(e.siteType)===null&&(l.warn("Invalid --site-type. Use: saas, service, product, content, marketplace, tool, nonprofit, unknown, app, community."),process.exit(1)),process.env.SEOAGENT_SITE_TYPE?.trim()&&gn(process.env.SEOAGENT_SITE_TYPE)===null&&(l.warn("Invalid SEOAGENT_SITE_TYPE environment value."),process.exit(1)),o(),i||(l.info("Couldn't detect your site URL from this repo \u2014 scaffolding anyway; you'll be prompted to supply it."),i=hn),s||(s="unknown"),await ji(t,i,s);return}if(o(),!i){let a=await Oi({message:"Website domain",placeholder:"example.com",validate:c=>c.trim()?void 0:"Domain is required"});Xe(a)&&(Qe("Cancelled"),process.exit(0)),i=String(a)}if(!s){let a=await dr({message:"What kind of site is this?",options:[...Li]});Xe(a)&&(Qe("Cancelled"),process.exit(0)),s=a}for(;;){let a=await cu({message:`Create .seoagent for ${i} (${s})?`});if(Xe(a)&&(Qe("Cancelled"),process.exit(0)),a)break;let c=await dr({message:"What should we change?",options:[{value:"domain",label:"Domain"},{value:"site_type",label:"Site type"},{value:"abort",label:"Cancel setup"}]});if((Xe(c)||c==="abort")&&(Qe("Cancelled"),process.exit(0)),c==="domain"){let u=await Oi({message:"Website domain",placeholder:"example.com",validate:d=>d.trim()?void 0:"Domain is required"});Xe(u)&&(Qe("Cancelled"),process.exit(0)),i=String(u)}else{let u=await dr({message:"What kind of site is this?",options:[...Li]});Xe(u)&&(Qe("Cancelled"),process.exit(0)),s=u}}await ji(t,i,s)}async function ji(e,t,n){let r=au();r.start("Setting up your SEO project");let o=hi(e),i=ve(e),s=Yn(),a={domain:t,site_type:n,language:"en",initialized_at:new Date().toISOString(),seoagent_version:I,skill_version:I,install_id:s,...o.cms!=="none"?{cms:o.cms}:{},...o.blog_path?{blog_path:o.blog_path}:{},...i.provider!=="none"?{image_provider:i.provider}:{}},c=Xn(),u=c?Promise.resolve(!1):Qn({installId:s,event:"init",cliVersion:I}),d=c||t===hn?Promise.resolve(null):Ko({domain:t,installId:s}),f=O(t),p=f&&t!==hn?ke({apiBase:f.api_base,authHeader:`Bearer ${f.user_token}:${f.website_token}`,localDomain:t}).catch(()=>null):Promise.resolve(null);Do(e),No(e,a),Le(e),fi(e,n),ei(e);let g=Ve(e),y=yn(e,g.skillFile),h=Ni(y),w=`${h}/references/audit-checks.md`,S=g.claudeSymlink?yn(e,g.claudeSymlink):void 0;Oe(e);let $=t!==hn,T={pages:[],dynamicCount:0},P={wrote:!1,added:0,total:0,merged:!1};try{T=oe(e,$?t:null),P=mn(e,T.pages)}catch{}if(r.stop($?`Created .seoagent/ project for ${a.domain}`:"Created .seoagent/ project (site URL not detected yet \u2014 see step 2)"),o.cms!=="none"){let ge=o.evidence.map(mt=>`${mt.detail} (${mt.source})`).slice(0,2).join(", ");l.info(`CMS detected: ${o.cms} \u2014 ${ge}`)}if(o.blog_path&&l.info(`Blog route: ${o.blog_path}`),i.provider!=="none"&&l.info(`Image generation: ${i.provider} (detected ${i.matched_key}) \u2014 articles can get AI hero images.`),T.pages.length>0){let ge=P.merged?P.added>0?`Re-scanned your codebase: +${P.added} new page${P.added===1?"":"s"} merged into .seoagent/pages.md (${P.total} total)`:`Re-scanned your codebase: .seoagent/pages.md already current (${P.total} pages)`:`Found ${T.pages.length} page${T.pages.length===1?"":"s"} in your codebase \u2192 .seoagent/pages.md`;l.info(ge+(T.dynamicCount>0?` (plus ${T.dynamicCount} dynamic route template${T.dynamicCount===1?"":"s"} \u2014 the audit will discover their instances)`:""))}let[Q,te,ft]=await Promise.all([u,d,p]);if(ft?.verdict==="mismatch"&&l.warn(`Heads up: the credentials bound to ${t} are for a SEOAgent cloud project on ${ft.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 \`${m("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.`),te?.status==="data"){let ge=te.difficulty!=null?`, difficulty ${te.difficulty}/100`:"";l.info(`Free keyword peek \u2014 "${te.keyword}": ${te.volume.toLocaleString("en-US")} searches/mo${ge}. You get ~10 free peeks/day: ${m('keywords --peek "<keyword>"')}`)}else te?.status==="no-data"&&l.info(`Free keyword peek is live \u2014 no search-volume data for "${te.keyword}" yet. Try a topic keyword (~10 free/day): ${m('keywords --peek "best <your category> tool"')}`);Q&&l.info(Jn);let U=$?a.domain:"your site",Ee=$?[" 1. If .seoagent/project.md still says site_type: unknown, you can",` WebFetch ${a.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."];su([$?`\u2713 SEOAgent installed for ${a.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:","",` ${y} \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):","",...Ee,"",` 2. The headline next step: offer to run a Phase 1 SEO audit on ${U}`," (homepage + sitemap + robots.txt; the checks live in",` ${w} \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.',""," 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:",` ${m("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 ${y} is picked up automatically.`,...S?[` Symlinked at ${S} \u2192 ${h} so Claude Code finds it too.`]:[],""," Want the cloud dashboard now? Free account, ~30 seconds:","",` ${m("login")}`,""].join(`
31
+ `))}import{existsSync as Fi}from"fs";import{intro as pu,outro as fu,confirm as mu,isCancel as gu,cancel as hu}from"@clack/prompts";import{existsSync as wn,rmSync as du}from"fs";import{join as bn}from"path";function Di(e,t={}){let n=[],r=bn(e,k);wn(r)&&n.push({label:".seoagent/ \u2014 project state + all generated work",path:r,kind:"dir"});let o=bn(e,Ae.CLAUDE);wn(o)&&n.push({label:".claude/skills/seoagent/ \u2014 installed skill bundle",path:o,kind:"dir"});let i=bn(e,Ae.AGENTS);return wn(i)&&n.push({label:".agents/skills/seoagent/ \u2014 installed skill bundle",path:i,kind:"dir"}),ni(e)&&n.push({label:".claude/settings.json \u2014 sync hook entry (other settings preserved)",path:bn(e,".claude","settings.json"),kind:"hook"}),t.global&&wn(H)&&n.push({label:"~/.config/seoagent/ \u2014 login credentials + sync state (all projects)",path:H,kind:"global"}),n}function Mi(e,t){for(let n of t)n.kind==="hook"?ri(e):du(n.path,{recursive:!0,force:!0})}async function xt(e={}){let t=process.cwd(),n=Di(t,{global:e.global});if(n.length===0){l.info("No SEOAgent install found in this directory \u2014 nothing to remove."),!e.global&&Fi(H)&&l.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(`
32
+ `);if(!r){pu("SEOAgent \u2014 uninstall"),l.message(`This will remove:
33
+ ${o}`);let s=await mu({message:"Remove these and start fresh?"});if(gu(s)||!s){hu("Cancelled \u2014 nothing was removed.");return}}Mi(t,n);let i=n.map(s=>` \u2713 ${s.label}`).join(`
34
34
  `);r?l.success(`Removed:
35
- ${i}`):pu(`Removed:
36
- ${i}`),!e.global&&Mi(H)&&l.info("Your seoagent.com login (~/.config/seoagent/) was kept \u2014 it is shared across projects. Run `uninstall --global` to wipe it too."),l.info(`Re-install any time with \`${m("init")}\`.`)}import E from"picocolors";import{existsSync as xt,readdirSync as dr,statSync as hu,readFileSync as Fi}from"fs";import{join as Ze}from"path";function yu(e){let t=(e.match(/^\s*-\s+\[\s\]/gm)??[]).length,n=(e.match(/^\s*-\s+\[x\]/gim)??[]).length;return{open:t,done:n}}function wu(e){let t=Ze(e,"audit","latest.md");if(!xt(t))return null;let n=tn(t);if(!n)return null;let r=Fi(t,"utf-8"),o=yu(r);return{exists:!0,date:typeof n.data.audited_at=="string"?n.data.audited_at:void 0,issueCount:o.open}}function bu(e){try{let n=Fi(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 ku(e){let t=Ze(e,"strategy","clusters");if(!xt(t))return null;let n=dr(t).filter(o=>o.endsWith(".md"));if(n.length===0)return null;let r=0;for(let o of n)r+=bu(Ze(t,o));return{exists:!0,clusterCount:n.length,articleCount:r}}function vu(e){let t=Ze(e,"briefs");if(!xt(t))return null;let n=dr(t).filter(r=>r.endsWith(".md"));return n.length>0?{exists:!0,count:n.length}:null}function $u(e){let t=Ze(e,"content");if(!xt(t))return null;let n=dr(t).filter(r=>r.endsWith(".md"));return n.length===0?null:{exists:!0,count:n.length}}function Su(e){let t=Ze(e,"roadmap.md");return xt(t)?{exists:!0,updatedAt:hu(t).mtime.toISOString()}:null}function Ui(e){let t=_(e);if(!t)return null;let n=Ae(e);return{domain:t.domain,audit:wu(n),strategy:ku(n),briefs:vu(n),content:$u(n),roadmap:Su(n)}}import $e from"picocolors";var xu=/\x1b\[[0-9;]*m/g;function Bi(e){return e.replace(xu,"").length}function D(e,t={}){let n=t.width??51,r=n-4,o="\u2500".repeat(n-2),i=_u(n,t.title),s=$e.dim(`\u251C${o}\u2524`),a=$e.dim(`\u2514${o}\u2518`),c=[i];for(let u of e){if("sep"in u){c.push(s);continue}c.push(Cu(u.content,r))}return c.push(a),c.join(`
37
- `)}function _u(e,t){if(!t)return $e.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`);let n=Bi(t),r=e-5-n;return r<1?$e.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`):`${$e.dim("\u250C\u2500 ")}${t}${$e.dim(` ${"\u2500".repeat(r)}\u2510`)}`}function Cu(e,t){let n=Bi(e),r;return n<=t?r=e+" ".repeat(t-n):r=e,`${$e.dim("\u2502")} ${r} ${$e.dim("\u2502")}`}function pr(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 _t(){let e=Ui(process.cwd());if(!e){l.warn("No SEOAgent project found in this directory."),l.info(`Run \`${m("init")}\` to get started.`);return}l.message(Ru(e))}function Ru(e){if(!e)return"";let t=11,n=s=>E.dim(s.padEnd(t)),r=[];N()?(r.push({content:`${E.green("\u2713")} ${E.dim("Logged in")}`}),r.push({content:E.dim(` Run \`${m("whoami")}\` for email / plan.`)})):(r.push({content:`${E.dim("\u25CB Not logged in")}`}),r.push({content:E.dim(` Run \`${m("login")}\` to connect.`)})),r.push({sep:!0}),r.push({content:e.audit?.exists?`${n("Audit:")}${E.green(`last run ${pr(e.audit.date??"")}`)} ${E.dim(`(${e.audit.issueCount??0} issues)`)}`:`${n("Audit:")}${E.dim("not yet run")}`}),r.push({content:e.strategy?.exists?`${n("Strategy:")}${E.bold(E.cyan(String(e.strategy.clusterCount??0)))} ${E.dim("clusters")} \xB7 ${E.bold(E.cyan(String(e.strategy.articleCount??0)))} ${E.dim("ideas")}`:`${n("Strategy:")}${E.dim("not yet created")}`}),r.push({content:e.briefs?.exists?`${n("Briefs:")}${E.bold(E.cyan(String(e.briefs.count??0)))} ${E.dim("ready")}`:`${n("Briefs:")}${E.dim("none created")}`}),r.push({content:e.content?.exists?`${n("Content:")}${E.green("\u2713")} ${E.bold(E.cyan(String(e.content.count??0)))} ${E.dim("articles written")}`:`${n("Content:")}${E.dim("no articles yet")}`}),r.push({content:e.roadmap?.exists?`${n("Roadmap:")}${E.green("updated")} ${E.dim(pr(e.roadmap.updatedAt??""))}`:`${n("Roadmap:")}${E.dim("not yet created")}`});let i=`${E.bold(E.cyan("SEOAgent"))} ${E.dim("\xB7")} ${E.bold(e.domain)}`;return D(r,{width:78,title:i})}import{exec as Eu,spawn as Gi}from"child_process";import{confirm as Au,isCancel as Iu}from"@clack/prompts";import G from"picocolors";function et(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 Pu=`https://registry.npmjs.org/${le}/latest`,Ct=["free","starter","pro","scale","enterprise"],bn={free:"Free",starter:"Starter",pro:"Pro",scale:"Scale",enterprise:"Enterprise"};function Tu(e){let t=e.trim().toLowerCase().split(/\s+/)[0];return Ct.includes(t)?t:null}function Ou(e){let t=Ct.indexOf(e);return t===-1||t===Ct.length-1?null:Ct[t+1]}async function Lu(e,t=fetch){if(!e)return null;try{let n=(e.api_base||j.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 ju(e){let t=[],r=s=>G.dim(s.padEnd(10)),o=!1;e.email&&(t.push({content:`${r("Email:")}${G.bold(e.email)}`}),o=!0),e.domain&&(t.push({content:`${r("Website:")}${G.cyan(e.domain)}`}),o=!0),o&&t.push({sep:!0});for(let s of Ct){let a=bn[s];s===e.current?t.push({content:`${G.bold(G.green("\u25CF"))} ${G.bold(G.green(a.padEnd(11)))} ${G.dim("\u2190 you are here")}`}):s===e.next?t.push({content:`${G.yellow("\u25C6")} ${G.bold(G.yellow(a.padEnd(11)))} ${G.yellow("next tier")}`}):t.push({content:G.dim(` ${a}`)})}let i=`${G.bold(G.cyan("SEOAgent Cloud"))} ${G.dim("\xB7")} ${G.dim("your plan")}`;return D(t,{width:55,title:i})}async function Rt(){let e=_(process.cwd()),t=N(e?.domain),n=!!process.stdin.isTTY;if(t&&n){let r=await Lu(t);if(r){let o=Tu(r.plan),i=o?Ou(o):null;if(o&&l.message(ju({email:r.email,domain:r.domain,current:o,next:i})),o&&!i){l.success(`You're on ${bn[o]} (highest tier).`);return}if(o&&i){let s=await Au({message:`Upgrade from ${bn[o]} to ${bn[i]}?`});if(Iu(s)||!s){l.info("No changes.");return}}}}Nu()}function Nu(){let e=Du();l.info("Opening SEOAgent Cloud pricing..."),l.message(`URL: ${e}`);let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "${e}"`:`xdg-open "${e}"`;Eu(t,n=>{n&&l.warn("Could not open browser. Visit the URL above to upgrade.")})}function Du(){let e=_(process.cwd());return ne("cli-upgrade",e?.domain)}async function Et(e={}){let t=I,n=await Fu();if(!n){l.warn("Couldn't reach the npm registry to check for a newer version."),l.message(`You're on ${t}. To force-update: npm install -g ${le}@latest`);return}if(et(t,n)>=0){l.success(`You're on the latest CLI (${t}).`);return}if(!Kn()){l.info(`A newer CLI is available: ${t} \u2192 ${n}.`),l.message("You're running via npx, which caches the package \u2014 an unpinned spec won't auto-upgrade."),l.message(`Run the latest now by pinning the tag: npx -y ${le}@latest <cmd>`),l.message(`Still on ${t} after that? Clear the npx cache: rm -rf ~/.npm/_npx`),l.message(`Or install globally once so \`seoagent <cmd>\` + \`update-cli\` work in place: npm install -g ${le}@latest`);return}if(e.dryRun){l.info(`(dry-run) would run: npm install -g ${le}@latest`);return}if(l.info(`Updating CLI: ${t} \u2192 ${n}\u2026`),!await Uu()){l.error(`Update failed. Try manually: npm install -g ${le}@latest (you may need sudo on Linux/macOS).`);return}if(l.success(`Updated to ${n}.`),e.projects===!1){l.info("Skipped project refresh (--no-projects). Each project updates itself on its next sync.");return}l.info("Refreshing your other projects to the new version\u2026"),await Mu()||l.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 Mu(){return new Promise(e=>{try{let t=Gi("seoagent",["refresh","--all"],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))}catch{e(!1)}})}async function Fu(e=fetch){try{let t=await e(Pu,{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 Uu(){return new Promise(e=>{let t=Gi("npm",["install","-g",`${le}@latest`],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))})}import{exec as Bu}from"child_process";import{randomBytes as Gu}from"crypto";import{isCancel as Hu,spinner as Wu,text as Ku}from"@clack/prompts";import Se from"picocolors";function Hi(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 qu=1500,zu=300*1e3;function Vu(e){let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;Bu(t,()=>{})}function Yu(){return Gu(16).toString("hex")}function Ju(e,t,n){let r=new URLSearchParams({session:t});return n&&n!=="unknown"&&r.set("domain",n),`${e}/cli/auth?${r.toString()}`}function Wi(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 Xu(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 Hi(r.status,o)}catch(n){return{status:"error",terminal:!1,message:n.message||"network error"}}}function Qu(e){return new Promise(t=>setTimeout(t,e))}async function At(e={}){let t=process.cwd(),n=_(t),r=(e.apiBase||j.BASE||ht).replace(/\/$/,""),o=n?.domain??null;if(o==="unknown"&&process.stdin.isTTY){let p=await Ku({message:".seoagent/project.md has `domain: unknown`. What is your site's URL?",placeholder:"example.com",validate(g){if(!String(g??"").trim())return"A site URL is required.";if(!Wi(String(g)))return"Please enter a valid domain like `example.com`."}});if(Hu(p)){l.warn("Login cancelled.");return}let f=Wi(String(p));if(f){o=f;try{q(t,{domain:f}),l.success(`Saved domain: ${f} \u2192 .seoagent/project.md`)}catch{}}}if(N(o)){let p=o&&o!=="unknown"?` for ${o}`:"";l.info(`Already logged in${p}. To switch accounts${p}, run \`${m("logout")}\` first.`);return}let i=Yu(),s=Ju(r,i,o);l.message("Opening seoagent.com to connect this CLI to your account..."),l.info(`If the browser does not open, visit: ${s}`),Vu(s),l.info('In your browser: sign in (if needed) and click "Connect this CLI" to finish.');let c=!!process.stdout.isTTY?Wu():null;c?.start(Se.dim("Waiting for browser confirmation\u2026"));let u=Date.now()+zu,d=!0;for(;Date.now()<u;){d||await Qu(qu),d=!1;let p=await Xu(r,i);if(p.status==="ready"){Go({user_token:p.user_token,website_token:p.website_token,api_base:r},p.domain||o);let f=p.email&&p.domain?`Logged in as ${p.email} (${p.domain}). Future SEO work in this repo will sync to your dashboard.`:p.email?`Logged in as ${p.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.",g=p.email&&p.domain?`Logged in as ${Se.bold(p.email)} (${Se.cyan(p.domain)}).`:p.email?`Logged in as ${Se.bold(p.email)}.`:"Logged in.";x(c,"success",f,Se.green(g)),c&&l.info("Future SEO work in this repo will sync to your dashboard.");let y=qe().filter(h=>h!==be(p.domain||o));y.length>0&&l.info(`Also logged in to: ${y.join(", ")}. Each project auto-selects its own site \u2014 no need to log out first.`);return}if(p.status==="expired"){x(c,"warn",`Session expired. Run \`${m("login")}\` again.`,Se.red("Session expired.")),c&&l.warn(`Run \`${m("login")}\` again.`);return}if(p.status==="error"){if(p.terminal){x(c,"warn",`Login failed: ${p.message}. Run \`${m("login")}\` again.`,Se.red(`Login failed: ${p.message}.`)),c&&l.warn(`Run \`${m("login")}\` again.`);return}continue}}x(c,"warn",`Login timed out. Run \`${m("login")}\` again to retry.`,Se.yellow("Login timed out.")),c&&l.warn(`Run \`${m("login")}\` again to retry.`)}function It(e={}){let t=e.all?null:_(process.cwd()),n=!e.all&&t?.domain&&t.domain!=="unknown"?t.domain:null;if(!Ho(e.all?null:n)){l.info(n?`You were not logged in for ${n}.`:"You were not logged in.");return}l.success(n?`Logged out of ${n}.`:"Logged out.");let o=qe();o.length>0&&l.info(`Still logged in to: ${o.join(", ")}. Run \`${m("logout")} --all\` to log out of everything.`)}import{spinner as Up}from"@clack/prompts";import z from"picocolors";import{existsSync as _r,mkdirSync as sp,readFileSync as Is,readdirSync as ap,writeFileSync as cp}from"fs";import{createHash as lp}from"crypto";import{join as Cr,relative as up,sep as dp}from"path";import{existsSync as Zu,mkdirSync as ed,readdirSync as Ki,readFileSync as qi,writeFileSync as td}from"fs";import{dirname as nd,join as tt,relative as rd}from"path";var De=e=>typeof e=="string"&&e?e:void 0;function fr(e,t){let n=tt(e,t),r;try{r=Ki(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=ye(qi(s,"utf-8")).data}catch{continue}let c=De(a.slug)??i.replace(/\.mdx?$/,"");o.push({slug:c,title:De(a.title)??c,draft:a.draft===!0,page_type:De(a.page_type)??De(a.type),path:rd(e,s)})}return o}function mr(e){let t;try{t=Ki(e)}catch{return[]}let n=[];for(let r of t){if(!r.endsWith(".md"))continue;let o=tt(e,r),i;try{i=ye(qi(o,"utf-8")).data}catch{continue}n.push({slug:De(i.slug)??r.replace(/\.md$/,""),source:De(i.source)??"external",repo_path:De(i.repo_path)??null,file:o})}return n}function gr(e,t,n){let r=new Set(t.map(s=>s.slug)),o=e.filter(s=>!s.draft&&!r.has(s.slug)),i=t.filter(s=>s.source==="repo"&&s.repo_path!==null&&!n(s.repo_path));return{toTrack:o,stale:i,alreadyTracked:t.length-i.length}}function hr(e){return t=>Zu(tt(e,t))}function yr(e){return e.trim().replace(/^.*\/([^/]+)$/,"$1").replace(/\.[a-z0-9]+$/i,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function zi(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}function Pt(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}`}function Tt(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.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?`
35
+ ${i}`):fu(`Removed:
36
+ ${i}`),!e.global&&Fi(H)&&l.info("Your seoagent.com login (~/.config/seoagent/) was kept \u2014 it is shared across projects. Run `uninstall --global` to wipe it too."),l.info(`Re-install any time with \`${m("init")}\`.`)}import E from"picocolors";import{existsSync as _t,readdirSync as pr,statSync as yu,readFileSync as Ui}from"fs";import{join as Ze}from"path";function wu(e){let t=(e.match(/^\s*-\s+\[\s\]/gm)??[]).length,n=(e.match(/^\s*-\s+\[x\]/gim)??[]).length;return{open:t,done:n}}function bu(e){let t=Ze(e,"audit","latest.md");if(!_t(t))return null;let n=nn(t);if(!n)return null;let r=Ui(t,"utf-8"),o=wu(r);return{exists:!0,date:typeof n.data.audited_at=="string"?n.data.audited_at:void 0,issueCount:o.open}}function ku(e){try{let n=Ui(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 vu(e){let t=Ze(e,"strategy","clusters");if(!_t(t))return null;let n=pr(t).filter(o=>o.endsWith(".md"));if(n.length===0)return null;let r=0;for(let o of n)r+=ku(Ze(t,o));return{exists:!0,clusterCount:n.length,articleCount:r}}function $u(e){let t=Ze(e,"briefs");if(!_t(t))return null;let n=pr(t).filter(r=>r.endsWith(".md"));return n.length>0?{exists:!0,count:n.length}:null}function Su(e){let t=Ze(e,"content");if(!_t(t))return null;let n=pr(t).filter(r=>r.endsWith(".md"));return n.length===0?null:{exists:!0,count:n.length}}function xu(e){let t=Ze(e,"roadmap.md");return _t(t)?{exists:!0,updatedAt:yu(t).mtime.toISOString()}:null}function Bi(e){let t=_(e);if(!t)return null;let n=Ie(e);return{domain:t.domain,audit:bu(n),strategy:vu(n),briefs:$u(n),content:Su(n),roadmap:xu(n)}}import Se from"picocolors";var _u=/\x1b\[[0-9;]*m/g;function Gi(e){return e.replace(_u,"").length}function D(e,t={}){let n=t.width??51,r=n-4,o="\u2500".repeat(n-2),i=Cu(n,t.title),s=Se.dim(`\u251C${o}\u2524`),a=Se.dim(`\u2514${o}\u2518`),c=[i];for(let u of e){if("sep"in u){c.push(s);continue}c.push(Ru(u.content,r))}return c.push(a),c.join(`
37
+ `)}function Cu(e,t){if(!t)return Se.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`);let n=Gi(t),r=e-5-n;return r<1?Se.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`):`${Se.dim("\u250C\u2500 ")}${t}${Se.dim(` ${"\u2500".repeat(r)}\u2510`)}`}function Ru(e,t){let n=Gi(e),r;return n<=t?r=e+" ".repeat(t-n):r=e,`${Se.dim("\u2502")} ${r} ${Se.dim("\u2502")}`}function fr(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 Ct(){let e=Bi(process.cwd());if(!e){l.warn("No SEOAgent project found in this directory."),l.info(`Run \`${m("init")}\` to get started.`);return}l.message(Eu(e))}function Eu(e){if(!e)return"";let t=11,n=s=>E.dim(s.padEnd(t)),r=[];O()?(r.push({content:`${E.green("\u2713")} ${E.dim("Logged in")}`}),r.push({content:E.dim(` Run \`${m("whoami")}\` for email / plan.`)})):(r.push({content:`${E.dim("\u25CB Not logged in")}`}),r.push({content:E.dim(` Run \`${m("login")}\` to connect.`)})),r.push({sep:!0}),r.push({content:e.audit?.exists?`${n("Audit:")}${E.green(`last run ${fr(e.audit.date??"")}`)} ${E.dim(`(${e.audit.issueCount??0} issues)`)}`:`${n("Audit:")}${E.dim("not yet run")}`}),r.push({content:e.strategy?.exists?`${n("Strategy:")}${E.bold(E.cyan(String(e.strategy.clusterCount??0)))} ${E.dim("clusters")} \xB7 ${E.bold(E.cyan(String(e.strategy.articleCount??0)))} ${E.dim("ideas")}`:`${n("Strategy:")}${E.dim("not yet created")}`}),r.push({content:e.briefs?.exists?`${n("Briefs:")}${E.bold(E.cyan(String(e.briefs.count??0)))} ${E.dim("ready")}`:`${n("Briefs:")}${E.dim("none created")}`}),r.push({content:e.content?.exists?`${n("Content:")}${E.green("\u2713")} ${E.bold(E.cyan(String(e.content.count??0)))} ${E.dim("articles written")}`:`${n("Content:")}${E.dim("no articles yet")}`}),r.push({content:e.roadmap?.exists?`${n("Roadmap:")}${E.green("updated")} ${E.dim(fr(e.roadmap.updatedAt??""))}`:`${n("Roadmap:")}${E.dim("not yet created")}`});let i=`${E.bold(E.cyan("SEOAgent"))} ${E.dim("\xB7")} ${E.bold(e.domain)}`;return D(r,{width:78,title:i})}import{exec as Au,spawn as Hi}from"child_process";import{confirm as Iu,isCancel as Pu}from"@clack/prompts";import G from"picocolors";function et(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 Tu=`https://registry.npmjs.org/${le}/latest`,Rt=["free","starter","pro","scale","enterprise"],kn={free:"Free",starter:"Starter",pro:"Pro",scale:"Scale",enterprise:"Enterprise"};function Ou(e){let t=e.trim().toLowerCase().split(/\s+/)[0];return Rt.includes(t)?t:null}function Lu(e){let t=Rt.indexOf(e);return t===-1||t===Rt.length-1?null:Rt[t+1]}async function ju(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 Nu(e){let t=[],r=s=>G.dim(s.padEnd(10)),o=!1;e.email&&(t.push({content:`${r("Email:")}${G.bold(e.email)}`}),o=!0),e.domain&&(t.push({content:`${r("Website:")}${G.cyan(e.domain)}`}),o=!0),o&&t.push({sep:!0});for(let s of Rt){let a=kn[s];s===e.current?t.push({content:`${G.bold(G.green("\u25CF"))} ${G.bold(G.green(a.padEnd(11)))} ${G.dim("\u2190 you are here")}`}):s===e.next?t.push({content:`${G.yellow("\u25C6")} ${G.bold(G.yellow(a.padEnd(11)))} ${G.yellow("next tier")}`}):t.push({content:G.dim(` ${a}`)})}let i=`${G.bold(G.cyan("SEOAgent Cloud"))} ${G.dim("\xB7")} ${G.dim("your plan")}`;return D(t,{width:55,title:i})}async function Et(){let e=_(process.cwd()),t=O(e?.domain),n=!!process.stdin.isTTY;if(t&&n){let r=await ju(t);if(r){let o=Ou(r.plan),i=o?Lu(o):null;if(o&&l.message(Nu({email:r.email,domain:r.domain,current:o,next:i})),o&&!i){l.success(`You're on ${kn[o]} (highest tier).`);return}if(o&&i){let s=await Iu({message:`Upgrade from ${kn[o]} to ${kn[i]}?`});if(Pu(s)||!s){l.info("No changes.");return}}}}Du()}function Du(){let e=Mu();l.info("Opening SEOAgent Cloud pricing..."),l.message(`URL: ${e}`);let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "${e}"`:`xdg-open "${e}"`;Au(t,n=>{n&&l.warn("Could not open browser. Visit the URL above to upgrade.")})}function Mu(){let e=_(process.cwd());return ne("cli-upgrade",e?.domain)}async function At(e={}){let t=I,n=await Uu();if(!n){l.warn("Couldn't reach the npm registry to check for a newer version."),l.message(`You're on ${t}. To force-update: npm install -g ${le}@latest`);return}if(et(t,n)>=0){l.success(`You're on the latest CLI (${t}).`);return}if(!qn()){l.info(`A newer CLI is available: ${t} \u2192 ${n}.`),l.message("You're running via npx, which caches the package \u2014 an unpinned spec won't auto-upgrade."),l.message(`Run the latest now by pinning the tag: npx -y ${le}@latest <cmd>`),l.message(`Still on ${t} after that? Clear the npx cache: rm -rf ~/.npm/_npx`),l.message(`Or install globally once so \`seoagent <cmd>\` + \`update-cli\` work in place: npm install -g ${le}@latest`);return}if(e.dryRun){l.info(`(dry-run) would run: npm install -g ${le}@latest`);return}if(l.info(`Updating CLI: ${t} \u2192 ${n}\u2026`),!await Bu()){l.error(`Update failed. Try manually: npm install -g ${le}@latest (you may need sudo on Linux/macOS).`);return}if(l.success(`Updated to ${n}.`),e.projects===!1){l.info("Skipped project refresh (--no-projects). Each project updates itself on its next sync.");return}l.info("Refreshing your other projects to the new version\u2026"),await Fu()||l.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 Fu(){return new Promise(e=>{try{let t=Hi("seoagent",["refresh","--all"],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))}catch{e(!1)}})}async function Uu(e=fetch){try{let t=await e(Tu,{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 Bu(){return new Promise(e=>{let t=Hi("npm",["install","-g",`${le}@latest`],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))})}import{exec as Gu}from"child_process";import{randomBytes as Hu}from"crypto";import{isCancel as Wu,spinner as Ku,text as qu}from"@clack/prompts";import xe from"picocolors";function Wi(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 Vu=1500,zu=300*1e3;function Yu(e){let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;Gu(t,()=>{})}function Ju(){return Hu(16).toString("hex")}function Xu(e,t,n){let r=new URLSearchParams({session:t});return n&&n!=="unknown"&&r.set("domain",n),`${e}/cli/auth?${r.toString()}`}function Ki(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 Qu(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 Zu(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 Wi(r.status,o)}catch(n){return{status:"error",terminal:!1,message:n.message||"network error"}}}function ed(e){return new Promise(t=>setTimeout(t,e))}async function It(e={}){let t=process.cwd(),n=_(t),r=(e.apiBase||N.BASE||ht).replace(/\/$/,""),o=n?.domain??null;if(o==="unknown"&&process.stdin.isTTY){let p=await qu({message:".seoagent/project.md has `domain: unknown`. What is your site's URL?",placeholder:"example.com",validate(y){if(!String(y??"").trim())return"A site URL is required.";if(!Ki(String(y)))return"Please enter a valid domain like `example.com`."}});if(Wu(p)){l.warn("Login cancelled.");return}let g=Ki(String(p));if(g){o=g;try{q(t,{domain:g}),l.success(`Saved domain: ${g} \u2192 .seoagent/project.md`)}catch{}}}if(o&&o!=="unknown"?Ho(o):!!O()){let p=o&&o!=="unknown"?` for ${o}`:"";l.info(`Already logged in${p}. To switch accounts${p}, run \`${m("logout")}\` first.`);return}let s=Ju(),a=Xu(r,s,o);l.message("Opening seoagent.com to connect this CLI to your account..."),l.info(`If the browser does not open, visit: ${a}`),Yu(a),l.info('In your browser: sign in (if needed) and click "Connect this CLI" to finish.');let u=!!process.stdout.isTTY?Ku():null;u?.start(xe.dim("Waiting for browser confirmation\u2026"));let d=Date.now()+zu,f=!0;for(;Date.now()<d;){f||await ed(Vu),f=!1;let p=await Zu(r,s);if(p.status==="ready"){let g=O(),y=await Qu(g,p.website_token,$=>ke({apiBase:$.api_base,authHeader:`Bearer ${$.user_token}:${$.website_token}`,localDomain:""}));y&&g&&Zn(g,y),Zn({user_token:p.user_token,website_token:p.website_token,api_base:r},p.domain||o);let h=p.email&&p.domain?`Logged in as ${p.email} (${p.domain}). Future SEO work in this repo will sync to your dashboard.`:p.email?`Logged in as ${p.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.",w=p.email&&p.domain?`Logged in as ${xe.bold(p.email)} (${xe.cyan(p.domain)}).`:p.email?`Logged in as ${xe.bold(p.email)}.`:"Logged in.";x(u,"success",h,xe.green(w)),u&&l.info("Future SEO work in this repo will sync to your dashboard.");let S=qe().filter($=>$!==be(p.domain||o));S.length>0&&l.info(`Also logged in to: ${S.join(", ")}. Each project auto-selects its own site \u2014 no need to log out first.`);return}if(p.status==="expired"){x(u,"warn",`Session expired. Run \`${m("login")}\` again.`,xe.red("Session expired.")),u&&l.warn(`Run \`${m("login")}\` again.`);return}if(p.status==="error"){if(p.terminal){x(u,"warn",`Login failed: ${p.message}. Run \`${m("login")}\` again.`,xe.red(`Login failed: ${p.message}.`)),u&&l.warn(`Run \`${m("login")}\` again.`);return}continue}}x(u,"warn",`Login timed out. Run \`${m("login")}\` again to retry.`,xe.yellow("Login timed out.")),u&&l.warn(`Run \`${m("login")}\` again to retry.`)}function Pt(e={}){let t=e.all?null:_(process.cwd()),n=!e.all&&t?.domain&&t.domain!=="unknown"?t.domain:null;if(!Wo(e.all?null:n)){l.info(n?`You were not logged in for ${n}.`:"You were not logged in.");return}l.success(n?`Logged out of ${n}.`:"Logged out.");let o=qe();o.length>0&&l.info(`Still logged in to: ${o.join(", ")}. Run \`${m("logout")} --all\` to log out of everything.`)}import{spinner as Gp}from"@clack/prompts";import V from"picocolors";import{existsSync as Cr,mkdirSync as cp,readFileSync as Ps,readdirSync as lp,writeFileSync as up}from"fs";import{createHash as dp}from"crypto";import{join as Rr,relative as pp,sep as fp}from"path";import{existsSync as td,mkdirSync as nd,readdirSync as qi,readFileSync as Vi,writeFileSync as rd}from"fs";import{dirname as od,join as tt,relative as id}from"path";var Fe=e=>typeof e=="string"&&e?e:void 0;function mr(e,t){let n=tt(e,t),r;try{r=qi(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=ye(Vi(s,"utf-8")).data}catch{continue}let c=Fe(a.slug)??i.replace(/\.mdx?$/,"");o.push({slug:c,title:Fe(a.title)??c,draft:a.draft===!0,page_type:Fe(a.page_type)??Fe(a.type),path:id(e,s)})}return o}function gr(e){let t;try{t=qi(e)}catch{return[]}let n=[];for(let r of t){if(!r.endsWith(".md"))continue;let o=tt(e,r),i;try{i=ye(Vi(o,"utf-8")).data}catch{continue}n.push({slug:Fe(i.slug)??r.replace(/\.md$/,""),source:Fe(i.source)??"external",repo_path:Fe(i.repo_path)??null,file:o})}return n}function hr(e,t,n){let r=new Set(t.map(s=>s.slug)),o=e.filter(s=>!s.draft&&!r.has(s.slug)),i=t.filter(s=>s.source==="repo"&&s.repo_path!==null&&!n(s.repo_path));return{toTrack:o,stale:i,alreadyTracked:t.length-i.length}}function yr(e){return t=>td(tt(e,t))}function wr(e){return e.trim().replace(/^.*\/([^/]+)$/,"$1").replace(/\.[a-z0-9]+$/i,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function zi(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}`}function Ot(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.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?`
38
38
 
39
39
  Live: ${e.canonical}`:"",o=[`# ${e.title}`,"",`Tracked record \u2014 this article is **${e.status}** and ${n}.`,"This is a pointer so the cloud dashboard can track it without duplicating","the body. Edit the source file to change the article."+r,""].join(`
40
40
  `);return`${t.join(`
41
41
  `)}
42
42
 
43
43
  ${o}
44
- `}function Vi(e,t){let n=tt(e,k,"content"),r=mr(n),o=new Set;for(let c of r)c.source==="repo"&&c.repo_path&&o.add(nd(c.repo_path));if(o.size===0)return{tracked:[]};let i=[...o].flatMap(c=>fr(e,c)),s=gr(i,r,hr(e));if(s.toTrack.length===0)return{tracked:[]};ed(n,{recursive:!0});let a=[];for(let c of s.toTrack){let u=Tt({slug:c.slug,title:c.title,canonical:Pt(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()});td(tt(n,`${c.slug}.md`),u,"utf-8"),a.push(c.slug)}return{tracked:a}}import{existsSync as br,mkdirSync as od,readdirSync as Yi,readFileSync as id,unlinkSync as sd,writeFileSync as wr}from"fs";import{join as rt}from"path";import F from"picocolors";function de(e){return rt(e,k,"inbox")}function Ji(e){return`${e.action_type}-${e.id}.md`}function ad(e,t){let n=0;if(!br(e))return 0;for(let r of Yi(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{sd(rt(e,r)),n++}catch{}}return n}function cd(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`---
44
+ `}function Yi(e,t){let n=tt(e,k,"content"),r=gr(n),o=new Set;for(let c of r)c.source==="repo"&&c.repo_path&&o.add(od(c.repo_path));if(o.size===0)return{tracked:[]};let i=[...o].flatMap(c=>mr(e,c)),s=hr(i,r,yr(e));if(s.toTrack.length===0)return{tracked:[]};nd(n,{recursive:!0});let a=[];for(let c of s.toTrack){let u=Ot({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()});rd(tt(n,`${c.slug}.md`),u,"utf-8"),a.push(c.slug)}return{tracked:a}}import{existsSync as kr,mkdirSync as sd,readdirSync as Ji,readFileSync as ad,unlinkSync as cd,writeFileSync as br}from"fs";import{join as rt}from"path";import F from"picocolors";function de(e){return rt(e,k,"inbox")}function Xi(e){return`${e.action_type}-${e.id}.md`}function ld(e,t){let n=0;if(!kr(e))return 0;for(let r of Ji(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{cd(rt(e,r)),n++}catch{}}return n}function ud(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`---
45
45
  action_id: ${e.id}
46
46
  action_type: ${e.action_type}
47
47
  article_id: ${n}
@@ -84,8 +84,8 @@ positive, you disagree, etc.), close it out as failed with a reason:
84
84
  \`\`\`bash
85
85
  ${m(`ack ${e.id}`)} --failed --reason "kept; performs well off-search"
86
86
  \`\`\`
87
- `}function ld(e){switch(e){case"meta":return"Apply the **meta** fix \u2014 set the page's `<title>` / `<meta name=\"description\">` (or the framework's metadata API / frontmatter).";case"schema":return"Apply the **schema** fix \u2014 add or correct the JSON-LD structured data on the page.";case"canonical":return'Apply the **canonical** fix \u2014 set the correct `<link rel="canonical">` on the page.';case"internal_link":return"Apply the **internal_link** fix \u2014 add relevant internal links from related pages (look for high-authority pages on the same topic).";default:return["Apply the change for this issue:",' - **meta** \u2014 fix the `<title>` / `<meta name="description">` (or the framework\'s metadata API / frontmatter).'," - **schema** \u2014 add or correct JSON-LD structured data.",' - **canonical** \u2014 set the correct `<link rel="canonical">`.'," - **internal_link** \u2014 add relevant internal links (fix orphan/low-link pages)."," - **other** \u2014 follow the recommendation above."].join(`
88
- `)}}function ud(e,t,n){if(n)return`Locate the page's source. It renders at \`${n}\` \u2014 find the matching route/template/markdown in this repo (look under \`app/\`, \`pages/\`, \`src/\`, \`content/\`).`;let r=(t||"").toLowerCase();return r.includes("robots")||r.includes("ai_bot")||r.includes("bot_policy")?"This is a site-wide policy issue. Edit `robots.txt` at the site root (or its generator \u2014 `app/robots.ts`, `public/robots.txt`, etc.) to add the appropriate `User-agent:` / `Allow:` / `Disallow:` rules.":r.includes("sitemap")?"This is a sitemap configuration issue. Edit your sitemap generator \u2014 `app/sitemap.ts`, `pages/sitemap.xml.ts`, `next-sitemap.config.js`, or the static `public/sitemap.xml`.":e==="canonical"?'This is a site-wide canonical pattern. Look in the layout/template that wraps your pages (e.g. `app/layout.tsx`, `_app.tsx`, theme `head` partial) \u2014 that\'s where the `<link rel="canonical">` is set for every page.':e==="schema"?"This is a site-wide schema gap. Apply JSON-LD to the layout/template (for Organization-level schema) or to specific page templates (for Article / Product / FAQPage etc.).":e==="meta"?"This is a site-wide metadata convention. Look at the page-template metadata \u2014 Next.js `generateMetadata()` / `metadata` export, Nuxt `useHead()`, Astro frontmatter, etc.":e==="internal_link"?"No specific page on file. Identify pages on the same topic/cluster from `.seoagent/strategy/clusters/` and add inbound links to the target page.":"This issue does not name a single page. Read the recommendation above, identify the relevant template/config in this repo, and apply the change there."}function dd(e){let t=e.payload||{},n=t.page_url??null,r=t.issue??"other",o=t.check_id??"unknown",i=t.severity??"unknown",s=t.recommended_fix??null;return`---
87
+ `}function dd(e){switch(e){case"meta":return"Apply the **meta** fix \u2014 set the page's `<title>` / `<meta name=\"description\">` (or the framework's metadata API / frontmatter).";case"schema":return"Apply the **schema** fix \u2014 add or correct the JSON-LD structured data on the page.";case"canonical":return'Apply the **canonical** fix \u2014 set the correct `<link rel="canonical">` on the page.';case"internal_link":return"Apply the **internal_link** fix \u2014 add relevant internal links from related pages (look for high-authority pages on the same topic).";default:return["Apply the change for this issue:",' - **meta** \u2014 fix the `<title>` / `<meta name="description">` (or the framework\'s metadata API / frontmatter).'," - **schema** \u2014 add or correct JSON-LD structured data.",' - **canonical** \u2014 set the correct `<link rel="canonical">`.'," - **internal_link** \u2014 add relevant internal links (fix orphan/low-link pages)."," - **other** \u2014 follow the recommendation above."].join(`
88
+ `)}}function pd(e,t,n){if(n)return`Locate the page's source. It renders at \`${n}\` \u2014 find the matching route/template/markdown in this repo (look under \`app/\`, \`pages/\`, \`src/\`, \`content/\`).`;let r=(t||"").toLowerCase();return r.includes("robots")||r.includes("ai_bot")||r.includes("bot_policy")?"This is a site-wide policy issue. Edit `robots.txt` at the site root (or its generator \u2014 `app/robots.ts`, `public/robots.txt`, etc.) to add the appropriate `User-agent:` / `Allow:` / `Disallow:` rules.":r.includes("sitemap")?"This is a sitemap configuration issue. Edit your sitemap generator \u2014 `app/sitemap.ts`, `pages/sitemap.xml.ts`, `next-sitemap.config.js`, or the static `public/sitemap.xml`.":e==="canonical"?'This is a site-wide canonical pattern. Look in the layout/template that wraps your pages (e.g. `app/layout.tsx`, `_app.tsx`, theme `head` partial) \u2014 that\'s where the `<link rel="canonical">` is set for every page.':e==="schema"?"This is a site-wide schema gap. Apply JSON-LD to the layout/template (for Organization-level schema) or to specific page templates (for Article / Product / FAQPage etc.).":e==="meta"?"This is a site-wide metadata convention. Look at the page-template metadata \u2014 Next.js `generateMetadata()` / `metadata` export, Nuxt `useHead()`, Astro frontmatter, etc.":e==="internal_link"?"No specific page on file. Identify pages on the same topic/cluster from `.seoagent/strategy/clusters/` and add inbound links to the target page.":"This issue does not name a single page. Read the recommendation above, identify the relevant template/config in this repo, and apply the change there."}function fd(e){let t=e.payload||{},n=t.page_url??null,r=t.issue??"other",o=t.check_id??"unknown",i=t.severity??"unknown",s=t.recommended_fix??null;return`---
89
89
  action_id: ${e.id}
90
90
  action_type: ${e.action_type}
91
91
  issue: ${r}
@@ -108,8 +108,8 @@ ${s??e.description??"Apply the appropriate fix for this issue."}
108
108
 
109
109
  ## How to apply
110
110
 
111
- 1. ${ud(r,o,n)}
112
- 2. ${ld(r)}
111
+ 1. ${pd(r,o,n)}
112
+ 2. ${dd(r)}
113
113
  3. Show the user the diff before committing (confirm once per session, then proceed).
114
114
 
115
115
  ## How to close this out
@@ -126,7 +126,7 @@ next \`seoagent sync\`. If you disagree or it's a false positive, decline it:
126
126
  \`\`\`bash
127
127
  ${m(`ack ${e.id}`)} --failed --reason "not applicable; ..."
128
128
  \`\`\`
129
- `}function Xi(e){return e.capture_screenshots!==!0?"":`
129
+ `}function Qi(e){return e.capture_screenshots!==!0?"":`
130
130
  ## Screenshots to capture
131
131
 
132
132
  This is a **SaaS / product site**, so this page should include **real product
@@ -138,7 +138,7 @@ project's dev server \u2014 no Playwright/Puppeteer dependency, no paid API), sa
138
138
  them under \`public/screenshots/\`, and reference them with descriptive alt text.
139
139
  If you can't capture (no dev server / no screenshot tool / no real UI), leave a
140
140
  \`<!-- SCREENSHOT-TODO -->\` marker + an AI image prompt so publishing still works.
141
- `}function pd(e){let t=e.payload||{},n=t.brief_slug??null,r=t.primary_keyword??null,o=t.cluster??null,i=t.role??null,s=t.search_intent??null,a=t.priority??"medium",c=t.capture_screenshots===!0;return`---
141
+ `}function md(e){let t=e.payload||{},n=t.brief_slug??null,r=t.primary_keyword??null,o=t.cluster??null,i=t.role??null,s=t.search_intent??null,a=t.priority??"medium",c=t.capture_screenshots===!0;return`---
142
142
  action_id: ${e.id}
143
143
  action_type: ${e.action_type}
144
144
  brief_slug: ${n??""}
@@ -163,7 +163,7 @@ is auto-generated.
163
163
  - **Role**: ${i??"(none)"}
164
164
  - **Search intent**: ${s??"(none)"}
165
165
  - **Priority**: ${a}
166
- ${Xi(t)}
166
+ ${Qi(t)}
167
167
  ## How to write it
168
168
 
169
169
  1. Read the full brief \u2014 it's synced under \`.seoagent/\` (look for a briefs file
@@ -188,7 +188,7 @@ If you decide not to write it (off-strategy, duplicate, etc.), decline it:
188
188
  \`\`\`bash
189
189
  ${m(`ack ${e.id}`)} --failed --reason "skipped; ..."
190
190
  \`\`\`
191
- `}function fd(e){let t=e.payload||{},n=t.page_url??null,r=t.reason??"stale_thin",o=t.metrics??null,i=o?Object.entries(o).map(([s,a])=>`- **${s}**: ${a??"(n/a)"}`).join(`
191
+ `}function gd(e){let t=e.payload||{},n=t.page_url??null,r=t.reason??"stale_thin",o=t.metrics??null,i=o?Object.entries(o).map(([s,a])=>`- **${s}**: ${a??"(n/a)"}`).join(`
192
192
  `):"- (no metrics)";return`---
193
193
  action_id: ${e.id}
194
194
  action_type: ${e.action_type}
@@ -235,7 +235,7 @@ If you disagree (page is fine as-is, intentionally short, etc.), decline it:
235
235
  \`\`\`bash
236
236
  ${m(`ack ${e.id}`)} --failed --reason "kept as-is; ..."
237
237
  \`\`\`
238
- `}function md(e){let t=e.payload||{},n=t.article_slug??e.subject_id??null,r=t.path??(n?`content/${n}.md`:null),o=t.brief_slug??null,i=t.primary_keyword??null,s=t.word_count??null;return`---
238
+ `}function hd(e){let t=e.payload||{},n=t.article_slug??e.subject_id??null,r=t.path??(n?`content/${n}.md`:null),o=t.brief_slug??null,i=t.primary_keyword??null,s=t.word_count??null;return`---
239
239
  action_id: ${e.id}
240
240
  action_type: ${e.action_type}
241
241
  article_slug: ${n??""}
@@ -283,7 +283,7 @@ If you decide not to publish it (off-strategy, quality concerns, etc.), decline
283
283
  \`\`\`bash
284
284
  ${m(`ack ${e.id}`)} --failed --reason "not publishing; ..."
285
285
  \`\`\`
286
- `}function gd(e){let t=e.payload||{},n=t.sitemap_url??null,r=t.known_url_count??0,o=Array.isArray(t.urls)?t.urls:[],i=!!t.truncated,s=o.length>0?`\`\`\`
286
+ `}function yd(e){let t=e.payload||{},n=t.sitemap_url??null,r=t.known_url_count??0,o=Array.isArray(t.urls)?t.urls:[],i=!!t.truncated,s=o.length>0?`\`\`\`
287
287
  ${o.join(`
288
288
  `)}
289
289
  \`\`\`${i?`
@@ -329,7 +329,7 @@ SEOAgent re-submits the sitemap to GSC on its schedule. If a sitemap already exi
329
329
  \`\`\`bash
330
330
  ${m(`ack ${e.id}`)} --failed --reason "sitemap already served at /sitemap.xml"
331
331
  \`\`\`
332
- `}function hd(e){let t=e.payload||{},n=t.keyword??null,r=t.opportunity??"easy_win",o=t.volume??null,i=t.difficulty??null,s=t.intent??null,a=t.capture_screenshots===!0,c=r==="competitor_gap"?"competitor gap (a rival ranks top-10 here, you don't)":"easy win (low difficulty, real volume)";return`---
332
+ `}function wd(e){let t=e.payload||{},n=t.keyword??null,r=t.opportunity??"easy_win",o=t.volume??null,i=t.difficulty??null,s=t.intent??null,a=t.capture_screenshots===!0,c=r==="competitor_gap"?"competitor gap (a rival ranks top-10 here, you don't)":"easy win (low difficulty, real volume)";return`---
333
333
  action_id: ${e.id}
334
334
  action_type: ${e.action_type}
335
335
  keyword: ${n??""}
@@ -357,7 +357,7 @@ for **you** (or Claude Code reading this file) \u2014 nothing is auto-generated.
357
357
  - **Search intent**: ${s??"(unknown)"}
358
358
 
359
359
  ${e.description??""}
360
- ${Xi(t)}
360
+ ${Qi(t)}
361
361
  ## How to write it
362
362
 
363
363
  1. Decide what *kind* of page this should be \u2014 a guide, comparison, listicle,
@@ -388,10 +388,10 @@ decline it:
388
388
  \`\`\`bash
389
389
  ${m(`ack ${e.id}`)} --failed --reason "skipped; ..."
390
390
  \`\`\`
391
- `}function yd(e){switch(e.action_type){case"cli_prune_pending":return cd(e);case"cli_technical_fix":return dd(e);case"cli_new_content":return pd(e);case"cli_content_update":return fd(e);case"cli_draft_ready":return md(e);case"cli_sitemap_update":return gd(e);case"cli_new_landing_page":return hd(e);default:return null}}function wd(e){if(e.length===0)return`# SEOAgent Inbox
391
+ `}function bd(e){switch(e.action_type){case"cli_prune_pending":return ud(e);case"cli_technical_fix":return fd(e);case"cli_new_content":return md(e);case"cli_content_update":return gd(e);case"cli_draft_ready":return hd(e);case"cli_sitemap_update":return yd(e);case"cli_new_landing_page":return wd(e);default:return null}}function kd(e){if(e.length===0)return`# SEOAgent Inbox
392
392
 
393
393
  No pending actions. Run \`seoagent sync\` later to check for new ones.
394
- `;let t=e.map(n=>`- **${n.action_type}** id \`${n.id}\` \u2014 ${n.title??"no title"} \u2192 see \`${Ji(n)}\``);return`# SEOAgent Inbox
394
+ `;let t=e.map(n=>`- **${n.action_type}** id \`${n.id}\` \u2014 ${n.title??"no title"} \u2192 see \`${Xi(n)}\``);return`# SEOAgent Inbox
395
395
 
396
396
  You have **${e.length}** pending action${e.length===1?"":"s"} from your dashboard.
397
397
 
@@ -403,7 +403,7 @@ For each file, read it, take the action it describes, then run \`seoagent ack <a
403
403
 
404
404
  If you're using Claude Code, just open this directory and ask "process the inbox" \u2014 the
405
405
  skill knows what to do.
406
- `}function Me(e){let t=de(e);if(!br(t))return[];let n=[];for(let r of Yi(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",c=null,u=null,d=null,p=null,f=null,g=null;try{let y=id(rt(t,r),"utf-8"),h=y.match(/^---\n([\s\S]*?)\n---/);if(h){let S=h[1];c=nt(S,"severity"),u=nt(S,"issue"),d=nt(S,"page_url");let T=nt(S,"priority");(T==="high"||T==="medium"||T==="low")&&(p=T),f=nt(S,"impact_estimate"),g=nt(S,"effort_estimate")}let $=y.replace(/^---\n[\s\S]*?\n---\n+/,"").match(/^#\s+(.+)$/m);$&&(a=$[1].trim())}catch{}n.push({id:s,action_type:i,title:a,filename:r,severity:c,issue:u,page_url:d,priority:p,impact_estimate:f,effort_estimate:g})}return n.sort((r,o)=>r.id-o.id)}function ot(e){let t=e.issue??e.action_type.replace(/^cli_/,"").replace(/_/g,"-"),n=bd[e.severity??""]??F.dim,r=e.severity??"unknown",o=[F.dim("\u25B8"),F.bold(`id ${e.id}`),F.dim("\xB7"),F.cyan(t),n(r)];if(e.priority){let i=kd[e.priority];o.push(F.dim("\xB7"),i(`p:${e.priority}`))}return e.impact_estimate&&o.push(F.dim("\xB7"),F.green(`\u21E7 ${e.impact_estimate}`)),e.effort_estimate&&o.push(F.dim("\xB7"),F.dim(`\u23F1 ${e.effort_estimate}`)),o.push(F.dim("\u2014"),e.title),o.join(" ")}var bd={critical:e=>F.red(F.bold(e)),high:e=>F.red(e),medium:e=>F.yellow(e),low:e=>F.dim(e)},kd={high:e=>F.red(F.bold(e)),medium:e=>F.yellow(e),low:e=>F.dim(e)};function nt(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 kn(e){let t=de(e);if(!br(t))return;let n=Me(e),r=n.length===0?`# SEOAgent Inbox
406
+ `}function Ue(e){let t=de(e);if(!kr(t))return[];let n=[];for(let r of Ji(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",c=null,u=null,d=null,f=null,p=null,g=null;try{let y=ad(rt(t,r),"utf-8"),h=y.match(/^---\n([\s\S]*?)\n---/);if(h){let $=h[1];c=nt($,"severity"),u=nt($,"issue"),d=nt($,"page_url");let T=nt($,"priority");(T==="high"||T==="medium"||T==="low")&&(f=T),p=nt($,"impact_estimate"),g=nt($,"effort_estimate")}let S=y.replace(/^---\n[\s\S]*?\n---\n+/,"").match(/^#\s+(.+)$/m);S&&(a=S[1].trim())}catch{}n.push({id:s,action_type:i,title:a,filename:r,severity:c,issue:u,page_url:d,priority:f,impact_estimate:p,effort_estimate:g})}return n.sort((r,o)=>r.id-o.id)}function ot(e){let t=e.issue??e.action_type.replace(/^cli_/,"").replace(/_/g,"-"),n=vd[e.severity??""]??F.dim,r=e.severity??"unknown",o=[F.dim("\u25B8"),F.bold(`id ${e.id}`),F.dim("\xB7"),F.cyan(t),n(r)];if(e.priority){let i=$d[e.priority];o.push(F.dim("\xB7"),i(`p:${e.priority}`))}return e.impact_estimate&&o.push(F.dim("\xB7"),F.green(`\u21E7 ${e.impact_estimate}`)),e.effort_estimate&&o.push(F.dim("\xB7"),F.dim(`\u23F1 ${e.effort_estimate}`)),o.push(F.dim("\u2014"),e.title),o.join(" ")}var vd={critical:e=>F.red(F.bold(e)),high:e=>F.red(e),medium:e=>F.yellow(e),low:e=>F.dim(e)},$d={high:e=>F.red(F.bold(e)),medium:e=>F.yellow(e),low:e=>F.dim(e)};function nt(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 vn(e){let t=de(e);if(!kr(t))return;let n=Ue(e),r=n.length===0?`# SEOAgent Inbox
407
407
 
408
408
  No pending actions. Run \`seoagent sync\` later to check for new ones.
409
409
  `:`# SEOAgent Inbox
@@ -418,38 +418,38 @@ For each file, read it, take the action it describes, then run \`seoagent ack <a
418
418
 
419
419
  If you're using Claude Code, just open this directory and ask "process the inbox" \u2014 the
420
420
  skill knows what to do.
421
- `;wr(rt(t,"README.md"),r,"utf-8")}function Qi(e,t){let n=de(e);od(n,{recursive:!0});let r=new Set(t.map(s=>s.id)),o=ad(n,r),i=0;for(let s of t){let a=yd(s);a!==null&&(wr(rt(n,Ji(s)),a,"utf-8"),i++)}return wr(rt(n,"README.md"),wd(t),"utf-8"),{wrote:i,removed:o,inboxPath:n}}import{createHash as Sd}from"crypto";import{existsSync as ts,mkdirSync as xd,readFileSync as _d,statSync as ns,writeFileSync as es,rmSync as Cd}from"fs";import{dirname as Rd,join as kr,sep as Ed}from"path";function vd(e){return e.replace(/^\/+/,"").replace(/\\/g,"/")}var $d=[{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"||/^pages\/[^/]+\.md$/.test(e)},{cls:"competitors",test:e=>e==="competitors.md"},{cls:"changelog",test:e=>e==="changelog.md"}];function Zi(e,t){let n=vd(e);for(let{cls:r,test:o}of $d)if(o(n))return t&&(r==="keywords"||r==="pages")?"generated-index":r;return"other"}function Ad(e){return"sha256:"+Sd("sha256").update(e).digest("hex")}function Id(e,t,n={}){let r=[];for(let o of e.artifacts){let i=t[o.path]??{exists:!1,locallyEdited:!1};if(!i.exists){r.push({path:o.path,kind:"write",body:o.body_md});continue}if(i.contentHash===o.content_hash){r.push({path:o.path,kind:"skip"});continue}if(o.generated){r.push({path:o.path,kind:"overwrite",body:o.body_md,note:i.locallyEdited?"discarded local edits \u2014 this is a cloud-generated file (edit it in the dashboard)":void 0});continue}if(i.locallyEdited&&!n.force){r.push({path:o.path,kind:"conflict",note:"local newer than cloud, keeping local \u2014 use --force to take cloud"});continue}r.push({path:o.path,kind:"overwrite",body:o.body_md})}for(let o of e.deleted){let i=t[o];if(!(!i||!i.exists)){if(i.locallyEdited&&!n.force){r.push({path:o,kind:"delete-skipped",note:"server deleted this but it has local edits \u2014 keeping it (use --force to delete)"});continue}r.push({path:o,kind:"delete"})}}return r}function Pd(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:Zi(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 rs(e){let t=await is({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,"/"),r=t.manifest.artifacts.find(o=>o.path===n);return r?{ok:!0,body:r.body_md}:{ok:!1,error:`No cloud artifact found at "${n}"`}}function os(e,t){return kr(e,t.split("/").join(Ed))}function Td(e,t,n){let r={};for(let o of t){let i=os(e,o);if(!ts(i)){r[o]={exists:!1,locallyEdited:!1};continue}let s=ns(i),a=n[o],c=!a||a.mtime!==s.mtimeMs||a.size!==s.size;r[o]={exists:!0,contentHash:Ad(_d(i,"utf-8")),locallyEdited:c}}return r}async function is(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"}});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 ss(e){let t=kr(e.projectDir,k),n={ok:!0,written:0,overwritten:0,skipped:0,conflicts:0,deleted:0,warnings:[],cursor:e.since};if(!ts(t))return{...n,ok:!0};let r=await is({apiBase:e.apiBase,authHeader:e.authHeader,since:e.since,fetchImpl:e.fetchImpl});if(!r.ok)return{...n,ok:!1,error:r.error};let o=r.manifest,i=[...o.artifacts.map(d=>d.path),...o.deleted],s=Td(t,i,e.stateFiles),a=Id(o,s,{force:e.force}),c={...n,cursor:o.now};for(let d of a){let p=os(t,d.path);try{switch(d.kind){case"skip":c.skipped++;break;case"write":case"overwrite":{xd(Rd(p),{recursive:!0}),es(p,d.body??"","utf-8");let f=ns(p);e.stateFiles[d.path]={mtime:f.mtimeMs,size:f.size},d.kind==="write"?c.written++:c.overwritten++,d.note&&c.warnings.push(`${d.path}: ${d.note}`);break}case"conflict":c.conflicts++,c.warnings.push(`${d.path}: ${d.note??"conflict"}`);break;case"delete":Cd(p,{force:!0}),delete e.stateFiles[d.path],c.deleted++;break;case"delete-skipped":c.conflicts++,c.warnings.push(`${d.path}: ${d.note??"delete skipped"}`);break}}catch(f){c.ok=!1,c.error=`${d.path}: ${f.message}`}}(c.conflicts>0||!c.ok)&&(c.cursor=e.since);let u=Pd(a,o,c.cursor,new Date().toISOString());if(u)try{es(kr(t,Xt),JSON.stringify(u,null,2)+`
422
- `,"utf-8")}catch{}return c}import{existsSync as cs,mkdirSync as ls,readFileSync as Od,writeFileSync as vr}from"fs";import{dirname as us,join as Ld}from"path";var $r=1,as=500;function Sr(e){return Ld(e,k,_o)}function vn(e){let t=Sr(e);if(!cs(t))return[];try{let n=Od(t,"utf-8"),r=JSON.parse(n);if(!r||typeof r!="object")return[];let o=r;return o.version!==$r||!Array.isArray(o.entries)?[]:o.entries.filter(jd)}catch{return[]}}function ds(e,t){let n=Sr(e),o=vn(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>as?o.slice(-as):o,s={version:$r,entries:i};try{ls(us(n),{recursive:!0}),vr(n,JSON.stringify(s,null,2),"utf-8")}catch{}}function ps(e,t){if(t.length===0)return;let n=Sr(e),r=vn(e).filter(i=>!t.includes(i.action_id)),o={version:$r,entries:r};try{if(r.length===0&&cs(n)){vr(n,JSON.stringify(o,null,2),"utf-8");return}ls(us(n),{recursive:!0}),vr(n,JSON.stringify(o,null,2),"utf-8")}catch{}}function jd(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 fs,readFileSync as Nd,unlinkSync as Dd,writeFileSync as Md,openSync as Fd,closeSync as Ud,mkdirSync as Bd}from"fs";import{dirname as Gd,join as Hd}from"path";var Wd=6e4;function ms(e){return Hd(e,k,Co)}function gs(e,t={}){let n=t.now??Date.now,r=t.pid??process.pid,o=t.staleMs??Wd,i=ms(e);if(!fs(i))return $n(i,r,n());let s=ys(i);return!s||n()-s.started_at>o||!Kd(s.pid)?$n(i,r,n()):{acquired:!1,reason:"held-by-live-process",held_by_pid:s.pid}}function hs(e,t={}){let n=t.pid??process.pid,r=ms(e);if(!fs(r))return;let o=ys(r);if(!(o&&o.pid!==n))try{Dd(r)}catch{}}function $n(e,t,n){let r={pid:t,started_at:n};try{Bd(Gd(e),{recursive:!0});let o=Fd(e,"w");try{Md(o,JSON.stringify(r))}finally{Ud(o)}return{acquired:!0}}catch{return{acquired:!1,reason:"held-but-pid-unknown"}}}function ys(e){try{let t=Nd(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 Kd(e){if(!Number.isInteger(e)||e<=0)return!1;try{return process.kill(e,0),!0}catch(t){return t.code==="EPERM"}}import{readdirSync as qd,readFileSync as ws,statSync as zd,writeFileSync as Vd,existsSync as bs}from"fs";import{join as xr,relative as ks,resolve as vs,sep as Cs,posix as Ot}from"path";function it(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 st(e){return e!==null&&!e.startsWith("_(none")}function Yd(e){try{let t=new URL(e).pathname.replace(/\/+$/,"");return t===""?"/":t}catch{return"/"}}function xn(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 Jd(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
423
- `,1)[0].trim();if(!/^https?:\/\//i.test(o))continue;let i=r.slice(o.length),s=!/^- Not fetched/m.test(i),a=it(i,"JSON-LD @types present")??"",c=st(a)?Array.from(a.matchAll(/`([^`]+)`/g)).map(u=>u[1].toLowerCase()):[];t.push({url:o,pathname:Yd(o),fetched:s,titlePresent:st(it(i,"title")),metaDescriptionPresent:st(it(i,"meta description")),canonicalPresent:st(it(i,"canonical")),jsonLdTypes:c,openGraphPresent:st(it(i,"Open Graph")),twitterPresent:st(it(i,"Twitter"))})}return t}var Sn="CORRECTION (verify-recs)",Rs=/\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,Es=/\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,Xd=/\b(pages|posts|articles|subpages|templates|blog posts|every page|all pages)\b/i,Qd=/\b(home ?page)\b/i,Zd=["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"],ep=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema\b|@type|\bmarkup\b/i,tp=[{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"}];function np(e,t,n){let r=e.toLowerCase(),o=t.filter(i=>r.includes(i.url.toLowerCase())||i.pathname!=="/"&&r.includes(i.pathname.toLowerCase()));return o.length>0?o:Qd.test(e)?n?[n]:null:Xd.test(e)?null:n?[n]:null}function $s(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 rp(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 op(e,t){if(xn(t))return{text:e,corrections:[]};let n=Jd(t).filter(s=>s.fetched);if(n.length===0)return{text:e,corrections:[]};let r=n.find(s=>s.pathname==="/")??n[0],o=e.split(`
424
- `),i=[];for(let s=0;s<o.length;s++){let a=o[s];if(a.includes(Sn)||!Rs.test(a)&&!Es.test(a)&&!/\bno\b/i.test(a))continue;let c=np(a,n,r);if(!c||c.length===0)continue;let u=[];for(let w of tp){let $=w.re.exec(a);$&&Ss(a,$.index)&&c.every(S=>w.present(S))&&u.push(w.label)}let d=ep.exec(a);if(d&&Ss(a,d.index)){let w=a.toLowerCase(),$=Zd.filter(S=>new RegExp(`\\b${S}\\b`,"i").test(w));if($.length>0){let S=$.filter(T=>c.every(P=>P.jsonLdTypes.includes(T)));S.length>0&&u.push(`${S.map($s).join(", ")} JSON-LD`)}else c.every(S=>S.jsonLdTypes.length>0)&&u.push(`JSON-LD (${Array.from(new Set(c.flatMap(S=>S.jsonLdTypes))).map($s).join(", ")})`)}if(u.length===0)continue;let p=u.join(" + "),f=c.map(w=>w.url).join(", "),{prefix:g,content:y}=rp(a),h=`${g}~~${y}~~ \u2192 ${Sn}: the live page (${f}) already serves ${p} per evidence.md \u2014 this was a repo-source reconciliation, not a net-new addition.`;o[s]=h,i.push({line:s+1,original:a,corrected:h,entityLabel:p,pageUrl:f})}return{text:o.join(`
425
- `),corrections:i}}function Ss(e,t){if(Rs.test(e)||Es.test(e))return!0;let n=e.slice(Math.max(0,t-40),t);return/\bno\s+(?:\w+[\s/-]+){0,3}$/i.test(n)}var ip=Ot.join(k,"audit","evidence.md");function xs(e){let t=e.split(Cs).join("/");return t===ip||t===Ot.join(k,"audit","findings.md")||t===Ot.join(k,"pages.md")||t===Ot.join(k,"keywords.md")||t.startsWith(Ot.join(k,"inbox")+"/")}function _s(e){return e.split(Cs).join("/").split("/").includes(".claude")}function As(e,t=[]){let n;try{n=qd(e)}catch{return t}for(let r of n){let o=xr(e,r),i;try{i=zd(o)}catch{continue}i.isDirectory()?As(o,t):r.endsWith(".md")&&t.push(o)}return t}function at(e,t={}){let n=xr(e,k,"audit","evidence.md"),r={evidenceFound:bs(n),evidencePath:n,sourceRender:!1,scanned:[],skipped:[],corrections:[]};if(!r.evidenceFound)return r;let o=ws(n,"utf-8");if(xn(o))return r.sourceRender=!0,r;let i=new Map;for(let s of As(xr(e,k))){let a=ks(e,s);xs(a)||_s(a)||i.set(vs(s),a)}for(let s of t.extraFiles??[]){let a=vs(e,s),c=ks(e,a);if(xs(c)||_s(c)){r.skipped.push(c);continue}bs(a)?i.set(a,c):r.skipped.push(c)}for(let[s,a]of i){let c;try{c=ws(s,"utf-8")}catch{continue}r.scanned.push(a);let{text:u,corrections:d}=op(c,o);if(d.length>0){Vd(s,u,"utf-8");for(let p of d)r.corrections.push({...p,file:a})}}return r}function pp(e){try{let t=at(e);return t.evidenceFound?t:void 0}catch{return}}var fp=new Set([".md"]),mp=new Set(["inbox"]);function gp(e){let t=[];function n(r,o){if(_r(r))for(let i of ap(r,{withFileTypes:!0})){if(i.name.startsWith(".")||o===""&&mp.has(i.name))continue;let s=Cr(r,i.name);if(i.isDirectory())n(s,o?`${o}/${i.name}`:i.name);else if(i.isFile()){let a=i.name.lastIndexOf("."),c=a===-1?"":i.name.slice(a);fp.has(c)&&t.push(s)}}}return n(e,""),t}function Ps(e){let t=e.replace(/[^a-zA-Z0-9._-]/g,"_");return Cr(Wn,`${t}.json`)}function hp(e){return lp("sha256").update(e,"utf-8").digest("hex")}function yp(e){let t=Ps(e);if(!_r(t))return{files:{},last_synced_at:null};try{return JSON.parse(Is(t,"utf-8"))}catch{return{files:{},last_synced_at:null}}}function wp(e,t){sp(Wn,{recursive:!0}),cp(Ps(e),JSON.stringify(t,null,2)+`
426
- `,"utf-8")}function bp(e,t){return up(e,t).split(dp).join("/")}async function kp(e,t){try{let n=await A(`${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 vp(e,t,n){try{let r=await A(`${e}/api/cli/sync`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify(t)});if(!r.ok){let o=await r.text().catch(()=>"");return{ok:!1,status:r.status,error:o.slice(0,200)}}return{ok:!0,status:r.status}}catch(r){return{ok:!1,status:0,error:r.message}}}async function Ts(e,t={}){let n=pp(e),r=c=>n?{...c,verifyRecs:n}:c,o=_(e),i=N(o?.domain);if(!i)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 s=Cr(e,k);if(!_r(s))return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(!gs(e).acquired)return r({ok:!0,reason:"busy",synced:0,failed:0,errors:[]});try{return r(await $p(e,t,i,o,s))}finally{hs(e)}}async function $p(e,t,n,r,o){let i=n.api_base||j.BASE,s=`Bearer ${n.user_token}:${n.website_token}`,a=await We({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 c=yp(r.domain);try{Vi(e,r)}catch{}let u=gp(o),d=0,p=0,f=[],g=0,y=await Sp(e,i,s);if(!t.pullOnly)for(let U of u){let Re=bp(o,U);if(t.pathFilter&&!Re.endsWith(t.pathFilter))continue;let ge=Is(U,"utf-8"),mt=hp(ge),$o=c.files[Re];if(!(!$o||$o.hash!==mt)&&!t.force)continue;g++;let Hn=await vp(i,{path:Re,contents:ge,domain:r.domain},s);Hn.ok?(c.files[Re]={hash:mt},d++):(p++,f.push(`${Re}: ${Hn.status} ${Hn.error??""}`.trim()))}let h=await kp(i,s),w=0,$=0;if(h.ok){let U=Qi(e,h.actions);w=U.wrote,$=U.removed}else h.error&&f.push(`pull actions: ${h.error}`);let S,T=!1,P=c.last_synced_at;if(!t.pushOnly){let U=await ss({projectDir:e,apiBase:i,authHeader:s,since:c.last_synced_at,stateFiles:c.files,force:t.force});U.ok?P=U.cursor:(T=!0,U.error&&f.push(`pull: ${U.error}`)),S={written:U.written,overwritten:U.overwritten,skipped:U.skipped,conflicts:U.conflicts,deleted:U.deleted,warnings:U.warnings}}let Q=!!S&&S.written+S.overwritten+S.deleted+S.conflicts>0;if(c.last_synced_at=P,wp(r.domain,c),g===0&&w===0&&$===0&&!Q&&y.flushed===0&&y.dropped===0&&!T&&p===0)return{ok:!0,reason:"no-changes",synced:0,failed:0,errors:f,actionsPulled:0,actionsRemoved:0,acksFlushed:0,acksDropped:0,pull:S};let ft=p===0&&!T;return{ok:ft,reason:ft?void 0:"error",synced:d,failed:p,errors:f,actionsPulled:w,actionsRemoved:$,acksFlushed:y.flushed,acksDropped:y.dropped,pull:S}}async function Sp(e,t,n){let r=vn(e);if(r.length===0)return{flushed:0,dropped:0};let o=0,i=0,s=[];for(let a of r){let c=await xp(a,t,n);c==="flushed"?(o++,s.push(a.action_id)):c==="already-settled"&&(i++,s.push(a.action_id))}return s.length>0&&ps(e,s),{flushed:o,dropped:i}}async function xp(e,t,n){try{let r=await A(`${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 Os(e,t=3e4){let n=setTimeout(e,t);return n.unref?.(),{cancel:()=>clearTimeout(n)}}function Ls(e){let t;try{t=_(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(et(I,n)<=0){if(!t.skill_version)try{q(e,{skill_version:n})}catch{}return{refreshed:!1,reason:"up-to-date"}}try{return ze(e),q(e,{skill_version:I}),{refreshed:!0,from:n,to:I,reason:"refreshed"}}catch{return{refreshed:!1,reason:"error"}}}function Rr(e){let t;try{t=_(e)}catch{return{refreshed:!1,from:null,to:I,reason:"error"}}if(!t)return{refreshed:!1,from:null,to:I,reason:"no-project"};let n=t.skill_version||t.seoagent_version||null;try{return ze(e),q(e,{skill_version:I}),{refreshed:!0,from:n,to:I,reason:"refreshed"}}catch{return{refreshed:!1,from:n,to:I,reason:"error"}}}import{existsSync as _p,mkdirSync as Cp,readFileSync as Rp,writeFileSync as Ep}from"fs";var Ap="https://registry.npmjs.org/@seoagent-official/seoagent/latest",Ip=1440*60*1e3,Pp=720*60*1e3,Tp=2e3;function Op(e,t,n=Ip){if(!e.checkedAt)return!0;let r=Date.parse(e.checkedAt);return Number.isNaN(r)?!0:t.getTime()-r>=n}function Lp(e){let{current:t,latest:n,cache:r,now:o}=e,i=e.notifyIntervalMs??Pp;if(!n||et(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 jp(e){let t=e.readCache();if(Op(t,e.now,e.checkIntervalMs)){let r=await e.fetchLatest();t={...t,checkedAt:e.now.toISOString(),...r?{latest:r}:{}},e.writeCache(t)}let n=Lp({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 Np(){try{return _p(Qt)?JSON.parse(Rp(Qt,"utf-8")):{}}catch{return{}}}function Dp(e){try{Cp(H,{recursive:!0}),Ep(Qt,JSON.stringify(e,null,2)+`
427
- `,"utf-8")}catch{}}async function Mp(){try{let e=await fetch(Ap,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(Tp)});if(!e.ok)return null;let t=await e.json();return typeof t.version=="string"?t.version:null}catch{return null}}async function js(e){try{return await jp({current:e,now:new Date,fetchLatest:Mp,readCache:Np,writeCache:Dp})}catch{return null}}async function V(e={}){let t=Os(()=>{e.silent||l.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 Bp(e)}finally{t.cancel()}}async function Bp(e){let t=Ls(process.cwd());if(t.refreshed){try{Pe(process.cwd())}catch{}e.silent||l.info(z.dim(`\u21BB Updated SEOAgent skill ${t.from} \u2192 ${t.to}.`))}Te(process.cwd());let n=await js(I);n&&l.message(z.yellow(n));let r=!e.silent&&!!process.stdout.isTTY,o=e.pullOnly?"Pulling":e.pushOnly?"Pushing":"Syncing",i=r?Up():null;i?.start(`${o} ${z.dim(".seoagent/")} with your dashboard\u2026`);let s=await Ts(process.cwd(),{pathFilter:e.path,force:e.force,pushOnly:e.pushOnly,pullOnly:e.pullOnly}),a=s.verifyRecs;if(a){a.sourceRender&&l.message(z.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 d of a.corrections)l.message(z.yellow(`verify-recs: corrected ${d.file}:${d.line} \u2014 the live page (${d.pageUrl}) already serves ${d.entityLabel}; reflect this correction in your summary.`))}if(e.silent){s.ok||(process.exitCode=0);return}if(s.reason==="no-auth"){x(i,"info",`Not logged in. Run \`${m("login")}\` to enable cloud sync.`,z.dim("Not logged in \u2014 cloud sync skipped.")),i&&l.info(`Run \`${m("login")}\` to enable cloud sync.`);return}if(s.reason==="no-project"){x(i,"info",`No SEOAgent project here. Run \`${m("init")}\` first.`,z.dim("No SEOAgent project \u2014 sync skipped.")),i&&l.info(`Run \`${m("init")}\` first.`);return}if(s.reason==="domain-unknown"){x(i,"info","`.seoagent/project.md` has `domain: unknown` \u2014 cloud sync skipped until you set your site's domain.",z.dim("domain: unknown \u2014 cloud sync skipped.")),i&&l.info("Set `domain:` in .seoagent/project.md, then re-run sync.");return}if(s.reason==="project-mismatch"){let d=`Cloud project is ${s.cloudDomain} but this workspace is ${s.localDomain} \u2014 not syncing. Run \`${m("login")}\` from this directory to connect ${s.localDomain} \u2014 the CLI can stay logged into both sites at once, no need to log out first.`;x(i,"warn",d,z.yellow(d));return}if(s.reason==="unverified"){x(i,"info","Could not verify which cloud site this login is connected to \u2014 sync skipped (nothing pushed or pulled).",z.dim("Cloud binding unverified \u2014 sync skipped.")),i&&s.errors[0]&&l.info(` \u2022 ${s.errors[0]}`);return}if(s.reason==="no-changes"){x(i,"info","Already in sync.",z.green("Already in sync."));return}if(s.reason==="busy"){x(i,"info","Another sync is in progress \u2014 skipping this run.",z.dim("Another sync is in progress \u2014 skipping this run."));return}let c=Gp(s);x(i,"success",c??"Sync complete.",z.green(c??"Sync complete.")),s.synced>0&&l.success(`Synced ${s.synced} file${s.synced===1?"":"s"} to your dashboard.`);let u=s.pull;if(u){let d=u.written+u.overwritten;d>0&&l.success(`Pulled ${d} file${d===1?"":"s"} from the cloud`+(u.overwritten>0?` (${u.overwritten} updated)`:"")),u.deleted>0&&l.info(`Removed ${u.deleted} file${u.deleted===1?"":"s"} deleted in the cloud.`),u.conflicts>0&&l.warn(`${u.conflicts} conflict${u.conflicts===1?"":"s"} \u2014 local changes kept. Re-run with --force to take the cloud version.`);for(let p of u.warnings.slice(0,5))l.info(` \u2022 ${p}`)}if(s.acksFlushed&&s.acksFlushed>0&&l.success(`Flushed ${s.acksFlushed} offline ack${s.acksFlushed===1?"":"s"} from the queue.`),s.acksDropped&&s.acksDropped>0&&l.info(`Dropped ${s.acksDropped} stale ack${s.acksDropped===1?"":"s"} (already settled server-side).`),s.actionsPulled&&s.actionsPulled>0&&(l.success(`Pulled ${s.actionsPulled} pending action${s.actionsPulled===1?"":"s"} \u2192 .seoagent/inbox/`),e.embedded||l.info(' Open Claude Code in this directory and ask it to "process the inbox", or read the files yourself.')),s.actionsRemoved&&s.actionsRemoved>0&&l.info(`Cleaned up ${s.actionsRemoved} stale inbox file${s.actionsRemoved===1?"":"s"}.`),s.failed>0){l.warn(`${s.failed} file${s.failed===1?"":"s"} failed to sync. Will retry next run.`);for(let d of s.errors.slice(0,3))l.info(` \u2022 ${d}`)}}function Gp(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 O(e){let t=_(e);return t||(l.error(`No SEOAgent project here. Run \`${m("init")}\` first.`),process.exitCode=1,null)}async function Fe(e={}){if(e.print){let t=_(process.cwd())?.domain,n=N(t);if(!n){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}let r=O(process.cwd());if(!r)return;let o=n.api_base||j.BASE,i=`Bearer ${n.user_token}:${n.website_token}`;if(r.domain===we){l.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 We({apiBase:o,authHeader:i,localDomain:r.domain});if(s.verdict==="mismatch"){l.warn(Mo(s.cloudDomain,r.domain)),process.exitCode=1;return}if(s.verdict==="unverified"){l.warn(`Could not verify which cloud site this login is connected to (${s.detail}) \u2014 not pulling.`),process.exitCode=1;return}let a=await rs({apiBase:o,authHeader:i,path:e.print});if(!a.ok){l.warn(a.error),process.exitCode=1;return}process.stdout.write(a.body),a.body.endsWith(`
421
+ `;br(rt(t,"README.md"),r,"utf-8")}function Zi(e,t){let n=de(e);sd(n,{recursive:!0});let r=new Set(t.map(s=>s.id)),o=ld(n,r),i=0;for(let s of t){let a=bd(s);a!==null&&(br(rt(n,Xi(s)),a,"utf-8"),i++)}return br(rt(n,"README.md"),kd(t),"utf-8"),{wrote:i,removed:o,inboxPath:n}}import{createHash as _d}from"crypto";import{existsSync as ns,mkdirSync as Cd,readFileSync as Rd,statSync as rs,writeFileSync as ts,rmSync as Ed}from"fs";import{dirname as Ad,join as vr,sep as Id}from"path";function Sd(e){return e.replace(/^\/+/,"").replace(/\\/g,"/")}var xd=[{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"||/^pages\/[^/]+\.md$/.test(e)},{cls:"competitors",test:e=>e==="competitors.md"},{cls:"changelog",test:e=>e==="changelog.md"}];function es(e,t){let n=Sd(e);for(let{cls:r,test:o}of xd)if(o(n))return t&&(r==="keywords"||r==="pages")?"generated-index":r;return"other"}function Pd(e){return"sha256:"+_d("sha256").update(e).digest("hex")}function Td(e,t,n={}){let r=[];for(let o of e.artifacts){let i=t[o.path]??{exists:!1,locallyEdited:!1};if(!i.exists){r.push({path:o.path,kind:"write",body:o.body_md});continue}if(i.contentHash===o.content_hash){r.push({path:o.path,kind:"skip"});continue}if(o.generated){r.push({path:o.path,kind:"overwrite",body:o.body_md,note:i.locallyEdited?"discarded local edits \u2014 this is a cloud-generated file (edit it in the dashboard)":void 0});continue}if(i.locallyEdited&&!n.force){r.push({path:o.path,kind:"conflict",note:"local newer than cloud, keeping local \u2014 use --force to take cloud"});continue}r.push({path:o.path,kind:"overwrite",body:o.body_md})}for(let o of e.deleted){let i=t[o];if(!(!i||!i.exists)){if(i.locallyEdited&&!n.force){r.push({path:o,kind:"delete-skipped",note:"server deleted this but it has local edits \u2014 keeping it (use --force to delete)"});continue}r.push({path:o,kind:"delete"})}}return r}function Od(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:es(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 os(e){let t=await ss({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,"/"),r=t.manifest.artifacts.find(o=>o.path===n);return r?{ok:!0,body:r.body_md}:{ok:!1,error:`No cloud artifact found at "${n}"`}}function is(e,t){return vr(e,t.split("/").join(Id))}function Ld(e,t,n){let r={};for(let o of t){let i=is(e,o);if(!ns(i)){r[o]={exists:!1,locallyEdited:!1};continue}let s=rs(i),a=n[o],c=!a||a.mtime!==s.mtimeMs||a.size!==s.size;r[o]={exists:!0,contentHash:Pd(Rd(i,"utf-8")),locallyEdited:c}}return r}async function ss(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"}});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 as(e){let t=vr(e.projectDir,k),n={ok:!0,written:0,overwritten:0,skipped:0,conflicts:0,deleted:0,warnings:[],cursor:e.since};if(!ns(t))return{...n,ok:!0};let r=await ss({apiBase:e.apiBase,authHeader:e.authHeader,since:e.since,fetchImpl:e.fetchImpl});if(!r.ok)return{...n,ok:!1,error:r.error};let o=r.manifest,i=[...o.artifacts.map(d=>d.path),...o.deleted],s=Ld(t,i,e.stateFiles),a=Td(o,s,{force:e.force}),c={...n,cursor:o.now};for(let d of a){let f=is(t,d.path);try{switch(d.kind){case"skip":c.skipped++;break;case"write":case"overwrite":{Cd(Ad(f),{recursive:!0}),ts(f,d.body??"","utf-8");let p=rs(f);e.stateFiles[d.path]={mtime:p.mtimeMs,size:p.size},d.kind==="write"?c.written++:c.overwritten++,d.note&&c.warnings.push(`${d.path}: ${d.note}`);break}case"conflict":c.conflicts++,c.warnings.push(`${d.path}: ${d.note??"conflict"}`);break;case"delete":Ed(f,{force:!0}),delete e.stateFiles[d.path],c.deleted++;break;case"delete-skipped":c.conflicts++,c.warnings.push(`${d.path}: ${d.note??"delete skipped"}`);break}}catch(p){c.ok=!1,c.error=`${d.path}: ${p.message}`}}(c.conflicts>0||!c.ok)&&(c.cursor=e.since);let u=Od(a,o,c.cursor,new Date().toISOString());if(u)try{ts(vr(t,Qt),JSON.stringify(u,null,2)+`
422
+ `,"utf-8")}catch{}return c}import{existsSync as ls,mkdirSync as us,readFileSync as jd,writeFileSync as $r}from"fs";import{dirname as ds,join as Nd}from"path";var Sr=1,cs=500;function xr(e){return Nd(e,k,Co)}function $n(e){let t=xr(e);if(!ls(t))return[];try{let n=jd(t,"utf-8"),r=JSON.parse(n);if(!r||typeof r!="object")return[];let o=r;return o.version!==Sr||!Array.isArray(o.entries)?[]:o.entries.filter(Dd)}catch{return[]}}function ps(e,t){let n=xr(e),o=$n(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>cs?o.slice(-cs):o,s={version:Sr,entries:i};try{us(ds(n),{recursive:!0}),$r(n,JSON.stringify(s,null,2),"utf-8")}catch{}}function fs(e,t){if(t.length===0)return;let n=xr(e),r=$n(e).filter(i=>!t.includes(i.action_id)),o={version:Sr,entries:r};try{if(r.length===0&&ls(n)){$r(n,JSON.stringify(o,null,2),"utf-8");return}us(ds(n),{recursive:!0}),$r(n,JSON.stringify(o,null,2),"utf-8")}catch{}}function Dd(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 ms,readFileSync as Md,unlinkSync as Fd,writeFileSync as Ud,openSync as Bd,closeSync as Gd,mkdirSync as Hd}from"fs";import{dirname as Wd,join as Kd}from"path";var qd=6e4;function gs(e){return Kd(e,k,Ro)}function hs(e,t={}){let n=t.now??Date.now,r=t.pid??process.pid,o=t.staleMs??qd,i=gs(e);if(!ms(i))return Sn(i,r,n());let s=ws(i);return!s||n()-s.started_at>o||!Vd(s.pid)?Sn(i,r,n()):{acquired:!1,reason:"held-by-live-process",held_by_pid:s.pid}}function ys(e,t={}){let n=t.pid??process.pid,r=gs(e);if(!ms(r))return;let o=ws(r);if(!(o&&o.pid!==n))try{Fd(r)}catch{}}function Sn(e,t,n){let r={pid:t,started_at:n};try{Hd(Wd(e),{recursive:!0});let o=Bd(e,"w");try{Ud(o,JSON.stringify(r))}finally{Gd(o)}return{acquired:!0}}catch{return{acquired:!1,reason:"held-but-pid-unknown"}}}function ws(e){try{let t=Md(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 Vd(e){if(!Number.isInteger(e)||e<=0)return!1;try{return process.kill(e,0),!0}catch(t){return t.code==="EPERM"}}import{readdirSync as zd,readFileSync as bs,statSync as Yd,writeFileSync as Jd,existsSync as ks}from"fs";import{join as _r,relative as vs,resolve as $s,sep as Rs,posix as Lt}from"path";function it(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 st(e){return e!==null&&!e.startsWith("_(none")}function Xd(e){try{let t=new URL(e).pathname.replace(/\/+$/,"");return t===""?"/":t}catch{return"/"}}function _n(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 Qd(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
423
+ `,1)[0].trim();if(!/^https?:\/\//i.test(o))continue;let i=r.slice(o.length),s=!/^- Not fetched/m.test(i),a=it(i,"JSON-LD @types present")??"",c=st(a)?Array.from(a.matchAll(/`([^`]+)`/g)).map(u=>u[1].toLowerCase()):[];t.push({url:o,pathname:Xd(o),fetched:s,titlePresent:st(it(i,"title")),metaDescriptionPresent:st(it(i,"meta description")),canonicalPresent:st(it(i,"canonical")),jsonLdTypes:c,openGraphPresent:st(it(i,"Open Graph")),twitterPresent:st(it(i,"Twitter"))})}return t}var xn="CORRECTION (verify-recs)",Es=/\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,As=/\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,Zd=/\b(pages|posts|articles|subpages|templates|blog posts|every page|all pages)\b/i,ep=/\b(home ?page)\b/i,tp=["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"],np=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema\b|@type|\bmarkup\b/i,rp=[{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"}];function op(e,t,n){let r=e.toLowerCase(),o=t.filter(i=>r.includes(i.url.toLowerCase())||i.pathname!=="/"&&r.includes(i.pathname.toLowerCase()));return o.length>0?o:ep.test(e)?n?[n]:null:Zd.test(e)?null:n?[n]:null}function Ss(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 ip(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 sp(e,t){if(_n(t))return{text:e,corrections:[]};let n=Qd(t).filter(s=>s.fetched);if(n.length===0)return{text:e,corrections:[]};let r=n.find(s=>s.pathname==="/")??n[0],o=e.split(`
424
+ `),i=[];for(let s=0;s<o.length;s++){let a=o[s];if(a.includes(xn)||!Es.test(a)&&!As.test(a)&&!/\bno\b/i.test(a))continue;let c=op(a,n,r);if(!c||c.length===0)continue;let u=[];for(let w of rp){let S=w.re.exec(a);S&&xs(a,S.index)&&c.every($=>w.present($))&&u.push(w.label)}let d=np.exec(a);if(d&&xs(a,d.index)){let w=a.toLowerCase(),S=tp.filter($=>new RegExp(`\\b${$}\\b`,"i").test(w));if(S.length>0){let $=S.filter(T=>c.every(P=>P.jsonLdTypes.includes(T)));$.length>0&&u.push(`${$.map(Ss).join(", ")} JSON-LD`)}else c.every($=>$.jsonLdTypes.length>0)&&u.push(`JSON-LD (${Array.from(new Set(c.flatMap($=>$.jsonLdTypes))).map(Ss).join(", ")})`)}if(u.length===0)continue;let f=u.join(" + "),p=c.map(w=>w.url).join(", "),{prefix:g,content:y}=ip(a),h=`${g}~~${y}~~ \u2192 ${xn}: the live page (${p}) already serves ${f} per evidence.md \u2014 this was a repo-source reconciliation, not a net-new addition.`;o[s]=h,i.push({line:s+1,original:a,corrected:h,entityLabel:f,pageUrl:p})}return{text:o.join(`
425
+ `),corrections:i}}function xs(e,t){if(Es.test(e)||As.test(e))return!0;let n=e.slice(Math.max(0,t-40),t);return/\bno\s+(?:\w+[\s/-]+){0,3}$/i.test(n)}var ap=Lt.join(k,"audit","evidence.md");function _s(e){let t=e.split(Rs).join("/");return t===ap||t===Lt.join(k,"audit","findings.md")||t===Lt.join(k,"pages.md")||t===Lt.join(k,"keywords.md")||t.startsWith(Lt.join(k,"inbox")+"/")}function Cs(e){return e.split(Rs).join("/").split("/").includes(".claude")}function Is(e,t=[]){let n;try{n=zd(e)}catch{return t}for(let r of n){let o=_r(e,r),i;try{i=Yd(o)}catch{continue}i.isDirectory()?Is(o,t):r.endsWith(".md")&&t.push(o)}return t}function at(e,t={}){let n=_r(e,k,"audit","evidence.md"),r={evidenceFound:ks(n),evidencePath:n,sourceRender:!1,scanned:[],skipped:[],corrections:[]};if(!r.evidenceFound)return r;let o=bs(n,"utf-8");if(_n(o))return r.sourceRender=!0,r;let i=new Map;for(let s of Is(_r(e,k))){let a=vs(e,s);_s(a)||Cs(a)||i.set($s(s),a)}for(let s of t.extraFiles??[]){let a=$s(e,s),c=vs(e,a);if(_s(c)||Cs(c)){r.skipped.push(c);continue}ks(a)?i.set(a,c):r.skipped.push(c)}for(let[s,a]of i){let c;try{c=bs(s,"utf-8")}catch{continue}r.scanned.push(a);let{text:u,corrections:d}=sp(c,o);if(d.length>0){Jd(s,u,"utf-8");for(let f of d)r.corrections.push({...f,file:a})}}return r}function mp(e){try{let t=at(e);return t.evidenceFound?t:void 0}catch{return}}var gp=new Set([".md"]),hp=new Set(["inbox"]);function yp(e){let t=[];function n(r,o){if(Cr(r))for(let i of lp(r,{withFileTypes:!0})){if(i.name.startsWith(".")||o===""&&hp.has(i.name))continue;let s=Rr(r,i.name);if(i.isDirectory())n(s,o?`${o}/${i.name}`:i.name);else if(i.isFile()){let a=i.name.lastIndexOf("."),c=a===-1?"":i.name.slice(a);gp.has(c)&&t.push(s)}}}return n(e,""),t}function Ts(e){let t=e.replace(/[^a-zA-Z0-9._-]/g,"_");return Rr(Kn,`${t}.json`)}function wp(e){return dp("sha256").update(e,"utf-8").digest("hex")}function bp(e){let t=Ts(e);if(!Cr(t))return{files:{},last_synced_at:null};try{return JSON.parse(Ps(t,"utf-8"))}catch{return{files:{},last_synced_at:null}}}function kp(e,t){cp(Kn,{recursive:!0}),up(Ts(e),JSON.stringify(t,null,2)+`
426
+ `,"utf-8")}function vp(e,t){return pp(e,t).split(fp).join("/")}async function $p(e,t){try{let n=await A(`${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 Sp(e,t,n){try{let r=await A(`${e}/api/cli/sync`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:n},body:JSON.stringify(t)});if(!r.ok){let o=await r.text().catch(()=>"");return{ok:!1,status:r.status,error:o.slice(0,200)}}return{ok:!0,status:r.status}}catch(r){return{ok:!1,status:0,error:r.message}}}async function Os(e,t={}){let n=mp(e),r=c=>n?{...c,verifyRecs:n}:c,o=_(e),i=O(o?.domain);if(!i)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 s=Rr(e,k);if(!Cr(s))return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(!hs(e).acquired)return r({ok:!0,reason:"busy",synced:0,failed:0,errors:[]});try{return r(await xp(e,t,i,o,s))}finally{ys(e)}}async function xp(e,t,n,r,o){let i=n.api_base||N.BASE,s=`Bearer ${n.user_token}:${n.website_token}`,a=await ke({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 c=bp(r.domain);try{Yi(e,r)}catch{}let u=yp(o),d=0,f=0,p=[],g=0,y=await _p(e,i,s);if(!t.pullOnly)for(let U of u){let Ee=vp(o,U);if(t.pathFilter&&!Ee.endsWith(t.pathFilter))continue;let ge=Ps(U,"utf-8"),mt=wp(ge),So=c.files[Ee];if(!(!So||So.hash!==mt)&&!t.force)continue;g++;let Wn=await Sp(i,{path:Ee,contents:ge,domain:r.domain},s);Wn.ok?(c.files[Ee]={hash:mt},d++):(f++,p.push(`${Ee}: ${Wn.status} ${Wn.error??""}`.trim()))}let h=await $p(i,s),w=0,S=0;if(h.ok){let U=Zi(e,h.actions);w=U.wrote,S=U.removed}else h.error&&p.push(`pull actions: ${h.error}`);let $,T=!1,P=c.last_synced_at;if(!t.pushOnly){let U=await as({projectDir:e,apiBase:i,authHeader:s,since:c.last_synced_at,stateFiles:c.files,force:t.force});U.ok?P=U.cursor:(T=!0,U.error&&p.push(`pull: ${U.error}`)),$={written:U.written,overwritten:U.overwritten,skipped:U.skipped,conflicts:U.conflicts,deleted:U.deleted,warnings:U.warnings}}let Q=!!$&&$.written+$.overwritten+$.deleted+$.conflicts>0;if(c.last_synced_at=P,kp(r.domain,c),g===0&&w===0&&S===0&&!Q&&y.flushed===0&&y.dropped===0&&!T&&f===0)return{ok:!0,reason:"no-changes",synced:0,failed:0,errors:p,actionsPulled:0,actionsRemoved:0,acksFlushed:0,acksDropped:0,pull:$};let ft=f===0&&!T;return{ok:ft,reason:ft?void 0:"error",synced:d,failed:f,errors:p,actionsPulled:w,actionsRemoved:S,acksFlushed:y.flushed,acksDropped:y.dropped,pull:$}}async function _p(e,t,n){let r=$n(e);if(r.length===0)return{flushed:0,dropped:0};let o=0,i=0,s=[];for(let a of r){let c=await Cp(a,t,n);c==="flushed"?(o++,s.push(a.action_id)):c==="already-settled"&&(i++,s.push(a.action_id))}return s.length>0&&fs(e,s),{flushed:o,dropped:i}}async function Cp(e,t,n){try{let r=await A(`${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 Ls(e,t=3e4){let n=setTimeout(e,t);return n.unref?.(),{cancel:()=>clearTimeout(n)}}function js(e){let t;try{t=_(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(et(I,n)<=0){if(!t.skill_version)try{q(e,{skill_version:n})}catch{}return{refreshed:!1,reason:"up-to-date"}}try{return Ve(e),q(e,{skill_version:I}),{refreshed:!0,from:n,to:I,reason:"refreshed"}}catch{return{refreshed:!1,reason:"error"}}}function Er(e){let t;try{t=_(e)}catch{return{refreshed:!1,from:null,to:I,reason:"error"}}if(!t)return{refreshed:!1,from:null,to:I,reason:"no-project"};let n=t.skill_version||t.seoagent_version||null;try{return Ve(e),q(e,{skill_version:I}),{refreshed:!0,from:n,to:I,reason:"refreshed"}}catch{return{refreshed:!1,from:n,to:I,reason:"error"}}}import{existsSync as Rp,mkdirSync as Ep,readFileSync as Ap,writeFileSync as Ip}from"fs";var Pp="https://registry.npmjs.org/@seoagent-official/seoagent/latest",Tp=1440*60*1e3,Op=720*60*1e3,Lp=2e3;function jp(e,t,n=Tp){if(!e.checkedAt)return!0;let r=Date.parse(e.checkedAt);return Number.isNaN(r)?!0:t.getTime()-r>=n}function Np(e){let{current:t,latest:n,cache:r,now:o}=e,i=e.notifyIntervalMs??Op;if(!n||et(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 Dp(e){let t=e.readCache();if(jp(t,e.now,e.checkIntervalMs)){let r=await e.fetchLatest();t={...t,checkedAt:e.now.toISOString(),...r?{latest:r}:{}},e.writeCache(t)}let n=Np({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 Mp(){try{return Rp(Zt)?JSON.parse(Ap(Zt,"utf-8")):{}}catch{return{}}}function Fp(e){try{Ep(H,{recursive:!0}),Ip(Zt,JSON.stringify(e,null,2)+`
427
+ `,"utf-8")}catch{}}async function Up(){try{let e=await fetch(Pp,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(Lp)});if(!e.ok)return null;let t=await e.json();return typeof t.version=="string"?t.version:null}catch{return null}}async function Ns(e){try{return await Dp({current:e,now:new Date,fetchLatest:Up,readCache:Mp,writeCache:Fp})}catch{return null}}async function z(e={}){let t=Ls(()=>{e.silent||l.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 Hp(e)}finally{t.cancel()}}async function Hp(e){let t=js(process.cwd());if(t.refreshed){try{Oe(process.cwd())}catch{}e.silent||l.info(V.dim(`\u21BB Updated SEOAgent skill ${t.from} \u2192 ${t.to}.`))}Le(process.cwd());let n=await Ns(I);n&&l.message(V.yellow(n));let r=!e.silent&&!!process.stdout.isTTY,o=e.pullOnly?"Pulling":e.pushOnly?"Pushing":"Syncing",i=r?Gp():null;i?.start(`${o} ${V.dim(".seoagent/")} with your dashboard\u2026`);let s=await Os(process.cwd(),{pathFilter:e.path,force:e.force,pushOnly:e.pushOnly,pullOnly:e.pullOnly}),a=s.verifyRecs;if(a){a.sourceRender&&l.message(V.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 d of a.corrections)l.message(V.yellow(`verify-recs: corrected ${d.file}:${d.line} \u2014 the live page (${d.pageUrl}) already serves ${d.entityLabel}; reflect this correction in your summary.`))}if(e.silent){s.ok||(process.exitCode=0);return}if(s.reason==="no-auth"){x(i,"info",`Not logged in. Run \`${m("login")}\` to enable cloud sync.`,V.dim("Not logged in \u2014 cloud sync skipped.")),i&&l.info(`Run \`${m("login")}\` to enable cloud sync.`);return}if(s.reason==="no-project"){x(i,"info",`No SEOAgent project here. Run \`${m("init")}\` first.`,V.dim("No SEOAgent project \u2014 sync skipped.")),i&&l.info(`Run \`${m("init")}\` first.`);return}if(s.reason==="domain-unknown"){x(i,"info","`.seoagent/project.md` has `domain: unknown` \u2014 cloud sync skipped until you set your site's domain.",V.dim("domain: unknown \u2014 cloud sync skipped.")),i&&l.info("Set `domain:` in .seoagent/project.md, then re-run sync.");return}if(s.reason==="project-mismatch"){let d=`Cloud project is ${s.cloudDomain} but this workspace is ${s.localDomain} \u2014 not syncing. Run \`${m("login")}\` from this directory to connect ${s.localDomain} \u2014 the CLI can stay logged into both sites at once, no need to log out first.`;x(i,"warn",d,V.yellow(d));return}if(s.reason==="unverified"){x(i,"info","Could not verify which cloud site this login is connected to \u2014 sync skipped (nothing pushed or pulled).",V.dim("Cloud binding unverified \u2014 sync skipped.")),i&&s.errors[0]&&l.info(` \u2022 ${s.errors[0]}`);return}if(s.reason==="no-changes"){x(i,"info","Already in sync.",V.green("Already in sync."));return}if(s.reason==="busy"){x(i,"info","Another sync is in progress \u2014 skipping this run.",V.dim("Another sync is in progress \u2014 skipping this run."));return}let c=Wp(s);x(i,"success",c??"Sync complete.",V.green(c??"Sync complete.")),s.synced>0&&l.success(`Synced ${s.synced} file${s.synced===1?"":"s"} to your dashboard.`);let u=s.pull;if(u){let d=u.written+u.overwritten;d>0&&l.success(`Pulled ${d} file${d===1?"":"s"} from the cloud`+(u.overwritten>0?` (${u.overwritten} updated)`:"")),u.deleted>0&&l.info(`Removed ${u.deleted} file${u.deleted===1?"":"s"} deleted in the cloud.`),u.conflicts>0&&l.warn(`${u.conflicts} conflict${u.conflicts===1?"":"s"} \u2014 local changes kept. Re-run with --force to take the cloud version.`);for(let f of u.warnings.slice(0,5))l.info(` \u2022 ${f}`)}if(s.acksFlushed&&s.acksFlushed>0&&l.success(`Flushed ${s.acksFlushed} offline ack${s.acksFlushed===1?"":"s"} from the queue.`),s.acksDropped&&s.acksDropped>0&&l.info(`Dropped ${s.acksDropped} stale ack${s.acksDropped===1?"":"s"} (already settled server-side).`),s.actionsPulled&&s.actionsPulled>0&&(l.success(`Pulled ${s.actionsPulled} pending action${s.actionsPulled===1?"":"s"} \u2192 .seoagent/inbox/`),e.embedded||l.info(' Open Claude Code in this directory and ask it to "process the inbox", or read the files yourself.')),s.actionsRemoved&&s.actionsRemoved>0&&l.info(`Cleaned up ${s.actionsRemoved} stale inbox file${s.actionsRemoved===1?"":"s"}.`),s.failed>0){l.warn(`${s.failed} file${s.failed===1?"":"s"} failed to sync. Will retry next run.`);for(let d of s.errors.slice(0,3))l.info(` \u2022 ${d}`)}}function Wp(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 L(e){let t=_(e);return t||(l.error(`No SEOAgent project here. Run \`${m("init")}\` first.`),process.exitCode=1,null)}async function Be(e={}){if(e.print){let t=_(process.cwd())?.domain,n=O(t);if(!n){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}let r=L(process.cwd());if(!r)return;let o=n.api_base||N.BASE,i=`Bearer ${n.user_token}:${n.website_token}`;if(r.domain===we){l.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 ke({apiBase:o,authHeader:i,localDomain:r.domain});if(s.verdict==="mismatch"){l.warn(Fo(s.cloudDomain,r.domain)),process.exitCode=1;return}if(s.verdict==="unverified"){l.warn(`Could not verify which cloud site this login is connected to (${s.detail}) \u2014 not pulling.`),process.exitCode=1;return}let a=await os({apiBase:o,authHeader:i,path:e.print});if(!a.ok){l.warn(a.error),process.exitCode=1;return}process.stdout.write(a.body),a.body.endsWith(`
428
428
  `)||process.stdout.write(`
429
- `);return}await V({pullOnly:!0,force:e.force,silent:e.silent,embedded:e.embedded})}import{existsSync as Hp,readdirSync as Wp,unlinkSync as Kp}from"fs";import{join as Ns}from"path";import{isCancel as qp,select as zp}from"@clack/prompts";async function xe(e,t={}){let n=null;if(e){let d=Number.parseInt(e,10);if(Number.isNaN(d)||d<=0){l.error(`Invalid action id: "${e}"`),process.exitCode=1;return}n=d}else if(n=await Vp(),n===null)return;let r=n,o=_(process.cwd()),i=N(o?.domain);if(!i){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}if(!O(process.cwd()))return;let s=i.api_base||j.BASE,a=`Bearer ${i.user_token}:${i.website_token}`,c=t.failed?"failed":"completed",u;try{u=await A(`${s}/api/cli/actions/${r}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:a},body:JSON.stringify({status:c,error_message:t.failed&&t.reason?t.reason:null,result:t.failed?{declined:!0,reason:t.reason??null}:{applied:!0}})})}catch{ds(process.cwd(),{action_id:r,status:c,reason:t.failed?t.reason??null:null}),Er(r),kn(process.cwd()),t.silent||l.warn(`Network unavailable \u2014 ack queued locally. Run \`${m("sync")}\` when you're back online; it'll flush automatically.`);return}if(!u.ok){let d=await u.text().catch(()=>""),p=null;try{p=JSON.parse(d)}catch{p=null}if(u.status===409&&p?.code==="already_acked"){Er(r),kn(process.cwd());let h=typeof p.error=="string"?p.error.match(/'([^']+)'/)?.[1]??"settled":"settled";t.silent||l.success(`Action ${r} was already ${h}.`);return}let f=typeof p?.code=="string"?p.code:null,g=typeof p?.error=="string"?p.error:d,y=f?`, code: ${f}`:"";l.error(`Server rejected ack (${u.status}${y}): ${g.slice(0,200)}`),process.exitCode=1;return}Er(r),kn(process.cwd()),!t.silent&&(t.failed?l.success(`Action ${r} marked failed${t.reason?` (reason: ${t.reason})`:""}.`):l.success(`Action ${r} marked completed.`),l.info(` inbox location: ${Ns(k,"inbox")}`))}function Er(e){let t=de(process.cwd());if(Hp(t)){for(let n of Wp(t))if(n.endsWith(`-${e}.md`))try{Kp(Ns(t,n))}catch{}}}async function Vp(){let e=process.cwd(),t=Me(e);if(t.length===0)return l.info("No pending actions in .seoagent/inbox/."),l.message(`Run \`${m("sync")}\` to pull anything autopilot has queued.`),null;if(!process.stdout.isTTY)return l.error(`Cannot show interactive picker in non-TTY mode. Pass an action id explicitly, or run \`${m("inbox")}\` to see what's pending.`),process.exitCode=1,null;let n=await zp({message:`Which action do you want to close out? (${t.length} pending)`,options:t.map(r=>({value:r.id,label:ot(r)}))});return qp(n)?(l.info("Cancelled \u2014 no action closed out."),null):n}import _n from"picocolors";async function Ar(e={}){let t=process.cwd();if(!e.json&&!O(t))return;let n=Me(t);if(e.json){process.stdout.write(JSON.stringify({count:n.length,inbox_path:de(t),actions:n})+`
430
- `);return}if(n.length===0){l.info(_n.dim("No pending actions.")),l.message(`Run \`${m("sync")}\` to pull anything autopilot has queued, or \`${m("autopilot status")}\` to check whether autopilot is on.`);return}l.message(`${_n.bold("SEOAgent inbox")} \xB7 ${n.length} pending action${n.length===1?"":"s"}`),l.message("");for(let r of n)l.message(ot(r));l.message(""),l.message(`Apply one: ${_n.bold(m("ack <id>"))} \xB7 Interactive picker: ${_n.bold(m("ack"))} (no id)`)}import{readFileSync as of}from"fs";import{join as sf,relative as af}from"path";import{confirm as Bs,isCancel as Rn,multiselect as cf,note as Ws,select as lf}from"@clack/prompts";import b from"picocolors";import{query as uf}from"@anthropic-ai/claude-agent-sdk";import{existsSync as Yp,readdirSync as Jp}from"fs";import{homedir as Xp}from"os";import{join as Qp}from"path";import{execSync as Ir}from"child_process";function Lt(){return process.env.ANTHROPIC_API_KEY?"env-key":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"?"enterprise":Zp()?ef()?"claude-session-likely":"claude-installed-no-session":"not-installed"}function Zp(){let e=process.platform==="win32"?"where claude":"command -v claude";try{return Ir(e,{stdio:"ignore"}),!0}catch{return!1}}function ef(){let e=Qp(Xp(),".claude");if(!Yp(e))return!1;try{return Jp(e).filter(n=>!n.startsWith(".DS_Store")).length>0}catch{return!1}}function Ds(){try{return Ir("npm install -g @anthropic-ai/claude-code",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}function Ms(){try{return Ir("claude login",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}var pe={"env-key":{summary:"Using ANTHROPIC_API_KEY env var.",next:""},enterprise:{summary:"Using enterprise provider (Bedrock / Vertex / Foundry).",next:""},"claude-session-likely":{summary:"Using your existing `claude login` session.",next:""},"claude-installed-no-session":{summary:"Claude Code is installed but you are not logged in.",next:"Run `claude login` to sign in with your Claude.ai / Pro / Max account, or set `ANTHROPIC_API_KEY` and re-run."},"not-installed":{summary:"Claude Code is not installed on this machine.",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."}};import{marked as Us}from"marked";import{markedTerminal as tf}from"marked-terminal";import Pr from"picocolors";var Fs=!1;function nf(){Fs||(Us.use(tf({reflowText:!1,width:100})),Fs=!0)}function Cn(e){if(!e)return e;nf();try{let t=Us.parse(e);return typeof t=="string"?rf(t):e}catch{return e}}function rf(e){return e.replace(/`([^`\n]+)`/g,(t,n)=>Pr.yellow(n)).replace(/\*\*([^*\n]+)\*\*/g,(t,n)=>Pr.bold(n)).replace(/(^|[\s(])\*([^*\s][^*\n]*?)\*(?=[\s.,;:!?)]|$)/gm,(t,n,r)=>n+Pr.italic(r))}async function Or(e={}){let t=process.cwd();if(!O(t))return;if(!process.stdout.isTTY&&!e.yes){l.error(`\`${m("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 hf(e.yes)){process.exitCode=1;return}if(e.yes)await V({embedded:!0});else{let u=await lf({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(Rn(u)){l.info("Cancelled.");return}u==="sync"?await V({embedded:!0}):u==="pull"&&await Fe({embedded:!0})}let r=Me(t);if(r.length===0){l.info(b.dim("No pending actions to process. Inbox is empty."));return}let o;if(e.yes)o=r.map(u=>u.id),l.message(`Processing all ${r.length} pending action${r.length===1?"":"s"}\u2026`);else{let u=r.some(g=>g.priority!==null),d=u?r.filter(g=>g.priority==="high").map(g=>g.id):r.map(g=>g.id),p=u&&d.length===0?" (no high-priority actions \u2014 toggle to select)":u?` (${d.length} high-priority pre-selected \u2014 space to toggle)`:" (space to toggle)",f=await cf({message:`Which actions to process? ${r.length} pending \u2014${p}`,options:r.map(g=>({value:g.id,label:ot(g)})),initialValues:d,required:!1});if(Rn(f)){l.info("Cancelled \u2014 no actions processed.");return}if(!Array.isArray(f)||f.length===0){l.info("No actions selected. Nothing to do.");return}o=f}let i=0,s=0,a=0,c=Date.now();for(let u=0;u<o.length;u++){let d=o[u],p=r.find($=>$.id===d);if(!p)continue;df({index:u+1,total:o.length,entry:p});let f=sf(de(t),p.filename),g;try{g=of(f,"utf-8")}catch($){l.error(` Could not read ${p.filename}: ${$.message}`),a++;continue}let y=Date.now(),h=await gf({cwd:t,entry:p,actionContent:g,model:e.model}),w=Gs(Date.now()-y);if(h.kind==="applied")try{await xe(String(d),{silent:!0}),i++,l.message("");let $=h.summary?`
431
- `+b.dim(" "+h.summary):"";l.message(` ${b.green("\u2713")} id ${d} ${b.dim("\u2014 applied in "+w)}${$}`)}catch($){l.warn(` Applied but ack failed: ${$.message}. Run \`seoagent ack ${d}\` to retry.`)}else if(h.kind==="declined")try{await xe(String(d),{silent:!0,failed:!0,reason:h.reason}),s++,l.message(""),l.message(` ${b.yellow("\u2298")} id ${d} ${b.dim("\u2014 declined: "+Z(h.reason,100))}`)}catch($){l.warn(` Could not ack decline: ${$.message}. Run \`seoagent ack ${d} --failed --reason "${h.reason.replace(/"/g,'\\"')}"\` to retry.`)}else a++,l.message(""),l.message(` ${b.red("\u2717")} id ${d} ${b.dim("\u2014 agent did not converge after "+w)}`)}ff({applied:i,declined:s,failed:a,total:o.length,elapsed:Gs(Date.now()-c)})}function df(e){let{index:t,total:n,entry:r}=e,o=r.issue??r.action_type.replace(/^cli_/,"").replace(/_/g,"-"),i=r.severity??"unknown",s=pf[i]??b.dim,a=[b.bold(`[${t}/${n}]`),b.dim("\xB7"),b.bold(`id ${r.id}`),b.dim("\xB7"),b.cyan(o),s(i)].join(" ");Ws(r.title,a)}var pf={critical:e=>b.red(b.bold(e)),high:b.red,medium:b.yellow,low:b.dim};function ff(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?b.green(`\u2713 ${t}/${o} applied`):b.green(`\u2713 ${t}/${o} applied \xB7 ${n} declined`);else if(s===0)a=b.red(`\u2717 0/${o} applied`);else{let c=[`${t}/${o} applied`];n>0&&c.push(`${n} declined`),r>0&&c.push(`${r} failed`),a=b.yellow(`\u25D0 ${c.join(" \xB7 ")}`)}Ws(`${a}
432
- ${b.dim("elapsed: "+i)}`,b.bold("Done"))}function Gs(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 mf(e){if(typeof e!="string"||!e)return null;let t=e.split(`
433
- `);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 gf(e){let{cwd:t,entry:n,actionContent:r,model:o}=e,i=Cf(n,r);try{let s=uf({prompt:i,options:{cwd:t,allowedTools:["Read","Write","Edit","Bash","Grep","Glob"],permissionMode:"acceptEdits",...o?{model:o}:{}}}),a={toolUseById:new Map};for await(let c of s)if(c.type==="assistant"){let u=c.message.content;if(Array.isArray(u))for(let d of u)wf(d,a)}else if(c.type==="user"){let u=c.message.content;if(Array.isArray(u))for(let d of u)vf(d,a)}else if(c.type==="result"){if(process.stdout.write(`
434
- `),!(c.subtype==="success"&&!c.is_error))return{kind:"failed"};let d=mf(c.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(`
435
- `),l.error(` Agent error: ${s.message}`),{kind:"failed"}}}async function hf(e){let t=Lt();if(t==="env-key"||t==="enterprise"||t==="claude-session-likely")return l.info(b.dim(pe[t].summary)),!0;if(l.warn(pe[t].summary),l.message(` ${pe[t].next}`),e)return!1;if(t==="not-installed"){let n=await Bs({message:"Install Claude Code globally now? (runs `npm install -g @anthropic-ai/claude-code`)",initialValue:!0});if(Rn(n)||!n)return l.info("Skipped install. Set up auth and re-run when ready."),!1;l.message(b.dim("Installing @anthropic-ai/claude-code globally\u2026"));let r=Ds();if(!r.ok)return l.error(`Install failed: ${r.error}`),l.message("Try running the install manually, or set `ANTHROPIC_API_KEY` and re-run."),!1;t=Lt()}if(t==="claude-installed-no-session"||t==="not-installed"){let n=await Bs({message:"Run `claude login` now to sign in?",initialValue:!0});if(Rn(n)||!n)return l.info("Skipped login. Run `claude login` when ready and try again."),!1;l.message(b.dim("Launching `claude login`\u2026"));let r=Ms();if(!r.ok)return l.error(`Login failed: ${r.error}`),!1}return!0}function yf(e){return typeof e=="object"&&e!==null&&e.type==="text"&&typeof e.text=="string"}function wf(e,t){if(!e||typeof e!="object")return;let n=e.type;if(n==="text"&&yf(e)){process.stdout.write(Cn(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=kf[o]??b.cyan,a=_f(o,i);process.stdout.write(s(bf)+" "+b.bold(o)+b.dim("(")+a+b.dim(")")+`
429
+ `);return}await z({pullOnly:!0,force:e.force,silent:e.silent,embedded:e.embedded})}import{existsSync as Kp,readdirSync as qp,unlinkSync as Vp}from"fs";import{join as Ds}from"path";import{isCancel as zp,select as Yp}from"@clack/prompts";async function _e(e,t={}){let n=null;if(e){let d=Number.parseInt(e,10);if(Number.isNaN(d)||d<=0){l.error(`Invalid action id: "${e}"`),process.exitCode=1;return}n=d}else if(n=await Jp(),n===null)return;let r=n,o=_(process.cwd()),i=O(o?.domain);if(!i){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}if(!L(process.cwd()))return;let s=i.api_base||N.BASE,a=`Bearer ${i.user_token}:${i.website_token}`,c=t.failed?"failed":"completed",u;try{u=await A(`${s}/api/cli/actions/${r}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:a},body:JSON.stringify({status:c,error_message:t.failed&&t.reason?t.reason:null,result:t.failed?{declined:!0,reason:t.reason??null}:{applied:!0}})})}catch{ps(process.cwd(),{action_id:r,status:c,reason:t.failed?t.reason??null:null}),Ar(r),vn(process.cwd()),t.silent||l.warn(`Network unavailable \u2014 ack queued locally. Run \`${m("sync")}\` when you're back online; it'll flush automatically.`);return}if(!u.ok){let d=await u.text().catch(()=>""),f=null;try{f=JSON.parse(d)}catch{f=null}if(u.status===409&&f?.code==="already_acked"){Ar(r),vn(process.cwd());let h=typeof f.error=="string"?f.error.match(/'([^']+)'/)?.[1]??"settled":"settled";t.silent||l.success(`Action ${r} was already ${h}.`);return}let p=typeof f?.code=="string"?f.code:null,g=typeof f?.error=="string"?f.error:d,y=p?`, code: ${p}`:"";l.error(`Server rejected ack (${u.status}${y}): ${g.slice(0,200)}`),process.exitCode=1;return}Ar(r),vn(process.cwd()),!t.silent&&(t.failed?l.success(`Action ${r} marked failed${t.reason?` (reason: ${t.reason})`:""}.`):l.success(`Action ${r} marked completed.`),l.info(` inbox location: ${Ds(k,"inbox")}`))}function Ar(e){let t=de(process.cwd());if(Kp(t)){for(let n of qp(t))if(n.endsWith(`-${e}.md`))try{Vp(Ds(t,n))}catch{}}}async function Jp(){let e=process.cwd(),t=Ue(e);if(t.length===0)return l.info("No pending actions in .seoagent/inbox/."),l.message(`Run \`${m("sync")}\` to pull anything autopilot has queued.`),null;if(!process.stdout.isTTY)return l.error(`Cannot show interactive picker in non-TTY mode. Pass an action id explicitly, or run \`${m("inbox")}\` to see what's pending.`),process.exitCode=1,null;let n=await Yp({message:`Which action do you want to close out? (${t.length} pending)`,options:t.map(r=>({value:r.id,label:ot(r)}))});return zp(n)?(l.info("Cancelled \u2014 no action closed out."),null):n}import Cn from"picocolors";async function Ir(e={}){let t=process.cwd();if(!e.json&&!L(t))return;let n=Ue(t);if(e.json){process.stdout.write(JSON.stringify({count:n.length,inbox_path:de(t),actions:n})+`
430
+ `);return}if(n.length===0){l.info(Cn.dim("No pending actions.")),l.message(`Run \`${m("sync")}\` to pull anything autopilot has queued, or \`${m("autopilot status")}\` to check whether autopilot is on.`);return}l.message(`${Cn.bold("SEOAgent inbox")} \xB7 ${n.length} pending action${n.length===1?"":"s"}`),l.message("");for(let r of n)l.message(ot(r));l.message(""),l.message(`Apply one: ${Cn.bold(m("ack <id>"))} \xB7 Interactive picker: ${Cn.bold(m("ack"))} (no id)`)}import{readFileSync as af}from"fs";import{join as cf,relative as lf}from"path";import{confirm as Gs,isCancel as En,multiselect as uf,note as Ks,select as df}from"@clack/prompts";import b from"picocolors";import{query as pf}from"@anthropic-ai/claude-agent-sdk";import{existsSync as Xp,readdirSync as Qp}from"fs";import{homedir as Zp}from"os";import{join as ef}from"path";import{execSync as Pr}from"child_process";function jt(){return process.env.ANTHROPIC_API_KEY?"env-key":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"?"enterprise":tf()?nf()?"claude-session-likely":"claude-installed-no-session":"not-installed"}function tf(){let e=process.platform==="win32"?"where claude":"command -v claude";try{return Pr(e,{stdio:"ignore"}),!0}catch{return!1}}function nf(){let e=ef(Zp(),".claude");if(!Xp(e))return!1;try{return Qp(e).filter(n=>!n.startsWith(".DS_Store")).length>0}catch{return!1}}function Ms(){try{return Pr("npm install -g @anthropic-ai/claude-code",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}function Fs(){try{return Pr("claude login",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}var pe={"env-key":{summary:"Using ANTHROPIC_API_KEY env var.",next:""},enterprise:{summary:"Using enterprise provider (Bedrock / Vertex / Foundry).",next:""},"claude-session-likely":{summary:"Using your existing `claude login` session.",next:""},"claude-installed-no-session":{summary:"Claude Code is installed but you are not logged in.",next:"Run `claude login` to sign in with your Claude.ai / Pro / Max account, or set `ANTHROPIC_API_KEY` and re-run."},"not-installed":{summary:"Claude Code is not installed on this machine.",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."}};import{marked as Bs}from"marked";import{markedTerminal as rf}from"marked-terminal";import Tr from"picocolors";var Us=!1;function of(){Us||(Bs.use(rf({reflowText:!1,width:100})),Us=!0)}function Rn(e){if(!e)return e;of();try{let t=Bs.parse(e);return typeof t=="string"?sf(t):e}catch{return e}}function sf(e){return e.replace(/`([^`\n]+)`/g,(t,n)=>Tr.yellow(n)).replace(/\*\*([^*\n]+)\*\*/g,(t,n)=>Tr.bold(n)).replace(/(^|[\s(])\*([^*\s][^*\n]*?)\*(?=[\s.,;:!?)]|$)/gm,(t,n,r)=>n+Tr.italic(r))}async function Lr(e={}){let t=process.cwd();if(!L(t))return;if(!process.stdout.isTTY&&!e.yes){l.error(`\`${m("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 wf(e.yes)){process.exitCode=1;return}if(e.yes)await z({embedded:!0});else{let u=await df({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(En(u)){l.info("Cancelled.");return}u==="sync"?await z({embedded:!0}):u==="pull"&&await Be({embedded:!0})}let r=Ue(t);if(r.length===0){l.info(b.dim("No pending actions to process. Inbox is empty."));return}let o;if(e.yes)o=r.map(u=>u.id),l.message(`Processing all ${r.length} pending action${r.length===1?"":"s"}\u2026`);else{let u=r.some(g=>g.priority!==null),d=u?r.filter(g=>g.priority==="high").map(g=>g.id):r.map(g=>g.id),f=u&&d.length===0?" (no high-priority actions \u2014 toggle to select)":u?` (${d.length} high-priority pre-selected \u2014 space to toggle)`:" (space to toggle)",p=await uf({message:`Which actions to process? ${r.length} pending \u2014${f}`,options:r.map(g=>({value:g.id,label:ot(g)})),initialValues:d,required:!1});if(En(p)){l.info("Cancelled \u2014 no actions processed.");return}if(!Array.isArray(p)||p.length===0){l.info("No actions selected. Nothing to do.");return}o=p}let i=0,s=0,a=0,c=Date.now();for(let u=0;u<o.length;u++){let d=o[u],f=r.find(S=>S.id===d);if(!f)continue;ff({index:u+1,total:o.length,entry:f});let p=cf(de(t),f.filename),g;try{g=af(p,"utf-8")}catch(S){l.error(` Could not read ${f.filename}: ${S.message}`),a++;continue}let y=Date.now(),h=await yf({cwd:t,entry:f,actionContent:g,model:e.model}),w=Hs(Date.now()-y);if(h.kind==="applied")try{await _e(String(d),{silent:!0}),i++,l.message("");let S=h.summary?`
431
+ `+b.dim(" "+h.summary):"";l.message(` ${b.green("\u2713")} id ${d} ${b.dim("\u2014 applied in "+w)}${S}`)}catch(S){l.warn(` Applied but ack failed: ${S.message}. Run \`seoagent ack ${d}\` to retry.`)}else if(h.kind==="declined")try{await _e(String(d),{silent:!0,failed:!0,reason:h.reason}),s++,l.message(""),l.message(` ${b.yellow("\u2298")} id ${d} ${b.dim("\u2014 declined: "+Z(h.reason,100))}`)}catch(S){l.warn(` Could not ack decline: ${S.message}. Run \`seoagent ack ${d} --failed --reason "${h.reason.replace(/"/g,'\\"')}"\` to retry.`)}else a++,l.message(""),l.message(` ${b.red("\u2717")} id ${d} ${b.dim("\u2014 agent did not converge after "+w)}`)}gf({applied:i,declined:s,failed:a,total:o.length,elapsed:Hs(Date.now()-c)})}function ff(e){let{index:t,total:n,entry:r}=e,o=r.issue??r.action_type.replace(/^cli_/,"").replace(/_/g,"-"),i=r.severity??"unknown",s=mf[i]??b.dim,a=[b.bold(`[${t}/${n}]`),b.dim("\xB7"),b.bold(`id ${r.id}`),b.dim("\xB7"),b.cyan(o),s(i)].join(" ");Ks(r.title,a)}var mf={critical:e=>b.red(b.bold(e)),high:b.red,medium:b.yellow,low:b.dim};function gf(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?b.green(`\u2713 ${t}/${o} applied`):b.green(`\u2713 ${t}/${o} applied \xB7 ${n} declined`);else if(s===0)a=b.red(`\u2717 0/${o} applied`);else{let c=[`${t}/${o} applied`];n>0&&c.push(`${n} declined`),r>0&&c.push(`${r} failed`),a=b.yellow(`\u25D0 ${c.join(" \xB7 ")}`)}Ks(`${a}
432
+ ${b.dim("elapsed: "+i)}`,b.bold("Done"))}function Hs(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 hf(e){if(typeof e!="string"||!e)return null;let t=e.split(`
433
+ `);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 yf(e){let{cwd:t,entry:n,actionContent:r,model:o}=e,i=Ef(n,r);try{let s=pf({prompt:i,options:{cwd:t,allowedTools:["Read","Write","Edit","Bash","Grep","Glob"],permissionMode:"acceptEdits",...o?{model:o}:{}}}),a={toolUseById:new Map};for await(let c of s)if(c.type==="assistant"){let u=c.message.content;if(Array.isArray(u))for(let d of u)kf(d,a)}else if(c.type==="user"){let u=c.message.content;if(Array.isArray(u))for(let d of u)Sf(d,a)}else if(c.type==="result"){if(process.stdout.write(`
434
+ `),!(c.subtype==="success"&&!c.is_error))return{kind:"failed"};let d=hf(c.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(`
435
+ `),l.error(` Agent error: ${s.message}`),{kind:"failed"}}}async function wf(e){let t=jt();if(t==="env-key"||t==="enterprise"||t==="claude-session-likely")return l.info(b.dim(pe[t].summary)),!0;if(l.warn(pe[t].summary),l.message(` ${pe[t].next}`),e)return!1;if(t==="not-installed"){let n=await Gs({message:"Install Claude Code globally now? (runs `npm install -g @anthropic-ai/claude-code`)",initialValue:!0});if(En(n)||!n)return l.info("Skipped install. Set up auth and re-run when ready."),!1;l.message(b.dim("Installing @anthropic-ai/claude-code globally\u2026"));let r=Ms();if(!r.ok)return l.error(`Install failed: ${r.error}`),l.message("Try running the install manually, or set `ANTHROPIC_API_KEY` and re-run."),!1;t=jt()}if(t==="claude-installed-no-session"||t==="not-installed"){let n=await Gs({message:"Run `claude login` now to sign in?",initialValue:!0});if(En(n)||!n)return l.info("Skipped login. Run `claude login` when ready and try again."),!1;l.message(b.dim("Launching `claude login`\u2026"));let r=Fs();if(!r.ok)return l.error(`Login failed: ${r.error}`),!1}return!0}function bf(e){return typeof e=="object"&&e!==null&&e.type==="text"&&typeof e.text=="string"}function kf(e,t){if(!e||typeof e!="object")return;let n=e.type;if(n==="text"&&bf(e)){process.stdout.write(Rn(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=$f[o]??b.cyan,a=Rf(o,i);process.stdout.write(s(vf)+" "+b.bold(o)+b.dim("(")+a+b.dim(")")+`
436
436
  `);return}if(n==="thinking"){let r=e.thinking;typeof r=="string"&&r.trim()&&process.stdout.write(b.dim(b.italic(" "+Z(r,200)))+`
437
- `)}}var bf="\u23FA",Hs="\u23BF",kf={Read:b.blue,Glob:b.cyan,Grep:b.cyan,Edit:b.yellow,Write:b.magenta,Bash:b.green,WebFetch:b.magenta,WebSearch:b.magenta};function vf(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=$f(s);if(n){process.stdout.write(b.red(` ${Hs} Error`)+`
438
- `),a&&process.stdout.write(xf(Z(a,500)," ",b.red)+`
439
- `);return}let c=Sf(i,a,o?.input);c&&process.stdout.write(b.dim(` ${Hs} `)+c+`
440
- `)}function $f(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 Sf(e,t,n){if(!e)return"";switch(e){case"Read":{let r=(t.match(/^\s*\d+→/gm)??[]).length,o=r>0?r:t.split(`
437
+ `)}}var vf="\u23FA",Ws="\u23BF",$f={Read:b.blue,Glob:b.cyan,Grep:b.cyan,Edit:b.yellow,Write:b.magenta,Bash:b.green,WebFetch:b.magenta,WebSearch:b.magenta};function Sf(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=xf(s);if(n){process.stdout.write(b.red(` ${Ws} Error`)+`
438
+ `),a&&process.stdout.write(Cf(Z(a,500)," ",b.red)+`
439
+ `);return}let c=_f(i,a,o?.input);c&&process.stdout.write(b.dim(` ${Ws} `)+c+`
440
+ `)}function xf(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 _f(e,t,n){if(!e)return"";switch(e){case"Read":{let r=(t.match(/^\s*\d+→/gm)??[]).length,o=r>0?r:t.split(`
441
441
  `).filter(Boolean).length;return b.dim(`Read ${o} line${o===1?"":"s"}`)}case"Glob":{let r=t.split(`
442
442
  `).filter(o=>o.trim().length>0).length;return b.dim(`Found ${r} ${r===1?"entry":"entries"}`)}case"Grep":{let r=t.split(`
443
443
  `)[0]?.trim()??"";if(/^Found\s+\d+/.test(r))return b.dim(r);let o=t.split(`
444
- `).filter(i=>i.trim()).length;return b.dim(`${o} result${o===1?"":"s"}`)}case"Edit":case"Write":{let r=n?.file_path,o=e==="Edit"?"Updated":"Created";return b.dim(r?`${o} ${Tr(String(r))}`:o)}case"Bash":{let r=t.split(`
444
+ `).filter(i=>i.trim()).length;return b.dim(`${o} result${o===1?"":"s"}`)}case"Edit":case"Write":{let r=n?.file_path,o=e==="Edit"?"Updated":"Created";return b.dim(r?`${o} ${Or(String(r))}`:o)}case"Bash":{let r=t.split(`
445
445
  `),o=r.slice(0,5).map(u=>Z(u.trimEnd(),100)),i=r.length-5,s=o.join(`
446
446
  `)+(i>0?`
447
447
  \u2026 (+${i} more line${i===1?"":"s"})`:""),[a,...c]=s.split(`
448
448
  `);return c.length===0?b.dim(a):b.dim(a)+`
449
449
  `+b.dim(c.map(u=>" "+u).join(`
450
- `))}case"WebFetch":case"WebSearch":return b.dim(`Fetched ${Z(t.replace(/\s+/g," "),80)}`);default:return""}}function xf(e,t,n){return e.split(`
450
+ `))}case"WebFetch":case"WebSearch":return b.dim(`Fetched ${Z(t.replace(/\s+/g," "),80)}`);default:return""}}function Cf(e,t,n){return e.split(`
451
451
  `).map(r=>n(t+r)).join(`
452
- `)}function _f(e,t){if(!t||typeof t!="object")return"";let n=t;switch(e){case"Read":case"Write":case"Edit":return b.dim(Z(Tr(String(n.file_path??"")),80));case"Bash":return b.dim(Z(String(n.command??""),80));case"Grep":{let r=String(n.pattern??""),o=n.path?` in ${Tr(String(n.path))}`:"";return b.dim(Z(r+o,80))}case"Glob":return b.dim(Z(String(n.pattern??""),80));case"WebFetch":return b.dim(Z(String(n.url??""),80));case"WebSearch":return b.dim(Z(String(n.query??""),80));default:return""}}function Tr(e){if(!e)return e;let t=process.cwd(),n=af(t,e);return n.startsWith("..")?e:n||e}function Z(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function Cf(e,t){return`You are SEOAgent processing one inbox action from \`.seoagent/inbox/\`.
452
+ `)}function Rf(e,t){if(!t||typeof t!="object")return"";let n=t;switch(e){case"Read":case"Write":case"Edit":return b.dim(Z(Or(String(n.file_path??"")),80));case"Bash":return b.dim(Z(String(n.command??""),80));case"Grep":{let r=String(n.pattern??""),o=n.path?` in ${Or(String(n.path))}`:"";return b.dim(Z(r+o,80))}case"Glob":return b.dim(Z(String(n.pattern??""),80));case"WebFetch":return b.dim(Z(String(n.url??""),80));case"WebSearch":return b.dim(Z(String(n.query??""),80));default:return""}}function Or(e){if(!e)return e;let t=process.cwd(),n=lf(t,e);return n.startsWith("..")?e:n||e}function Z(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function Ef(e,t){return`You are SEOAgent processing one inbox action from \`.seoagent/inbox/\`.
453
453
 
454
454
  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.
455
455
 
@@ -469,19 +469,19 @@ Action file (\`.seoagent/inbox/${e.filename}\`):
469
469
  \`\`\`
470
470
  ${t}
471
471
  \`\`\`
472
- `}import{spinner as Rf}from"@clack/prompts";import C from"picocolors";var Ef=new Set(["on","off","status"]);async function jt(e,t={}){let n=(e||"").toLowerCase();if(!Ef.has(n)){l.error(`Usage: seoagent autopilot <on|off|status> (got "${e}")`),process.exitCode=1;return}let r=_(process.cwd()),o=N(r?.domain);if(!o){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}let i=t.apiBase||o.api_base||j.BASE,s=`Bearer ${o.user_token}:${o.website_token}`,c=!!process.stdout.isTTY?Rf():null,u=n==="on"?"Enabling autopilot\u2026":n==="off"?"Disabling autopilot\u2026":"Checking autopilot status\u2026";c?.start(u);let d;try{d=await fetch(`${i}/api/cli/autopilot/${n}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:s},body:"{}",signal:AbortSignal.timeout(1e4)})}catch(y){x(c,"error",`Network error: ${y.message}`,C.red("Network error.")),process.exitCode=1;return}let p=null;try{p=await d.json()}catch{p=null}if(d.status===402||p?.code==="upgrade_required"){let y=ne("cli-autopilot",r?.domain);x(c,"warn","CLI autopilot is a paid feature.",C.yellow("Autopilot is a paid feature.")),l.message(Af(y)),process.exitCode=1;return}if(!d.ok||p?.status!=="ok"||!p.autopilot){x(c,"error",`Server rejected request (${d.status})${p?.error?`: ${p.error}`:""}`,C.red(`Server rejected request (${d.status}).`)),process.exitCode=1;return}let{enabled:f,delivery_mode:g}=p.autopilot;if(n==="on"){c?.stop(C.green("Autopilot enabled.")),l.message(Lr({enabled:!0,deliveryMode:g,action:n}));return}if(n==="off"){c?.stop(C.dim("Autopilot disabled.")),l.message(Lr({enabled:!1,deliveryMode:g,action:n}));return}c?.stop(C.dim("Status:")),l.message(Lr({enabled:f,deliveryMode:g,action:n}))}function Lr(e){let n=s=>C.dim(s.padEnd(11)),r=e.enabled?`${C.bold(C.green("\u25CF ON"))} ${C.dim("(queueing fixes for your coding agent)")}`:`${C.dim("\u25CB OFF")} ${C.dim("(no new suggestions will be queued)")}`,o=[{content:`${n("Status:")}${r}`}];e.enabled&&e.deliveryMode&&o.push({content:`${n("Mode:")}${C.dim(e.deliveryMode)}`}),o.push({sep:!0}),e.enabled?(o.push({content:`${C.dim("Apply queued fixes:")} ${C.cyan(m("sync"))}`}),o.push({content:`${C.dim("Turn off any time:")} ${C.cyan(m("autopilot off"))}`})):(o.push({content:`${C.dim("Enable (paid):")} ${C.cyan(m("autopilot on"))}`}),o.push({content:C.dim("Queues SEO fixes for your coding agent to apply on each sync.")}));let i=`${C.bold(C.cyan("SEOAgent"))} ${C.dim("\xB7")} ${C.dim("autopilot")}`;return D(o,{width:78,title:i})}function Af(e){let t=[{content:C.bold(C.yellow("Autopilot is a paid feature."))},{sep:!0},{content:C.dim("SEOAgent continuously audits your site and queues fixes for")},{content:C.dim("your coding agent to apply on each `sync` \u2014 you stay in the")},{content:C.dim("loop; nothing is auto-applied.")},{sep:!0},{content:`${C.dim("Upgrade:")} ${C.cyan(e)}`}],n=`${C.bold(C.cyan("SEOAgent"))} ${C.dim("\xB7")} ${C.dim("autopilot")}`;return D(t,{width:78,title:n})}import{mkdirSync as Gf,writeFileSync as Hf}from"fs";import{join as Nr}from"path";import{readdirSync as If,readFileSync as Pf,statSync as Ks}from"fs";import{join as Tf}from"path";var Of=new Set(["html","htm","md","mdx","markdown","mdoc","tsx","jsx","ts","js","astro","vue","svelte"]),Lf=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"]),jf=new Set(["node_modules",".git",".next","dist","build",".vercel","out",".seoagent"]),Nf=5e3,Df=512*1024;function jr(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):null}function qs(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&&Lf.has(r.slice(o+1).toLowerCase())?null:(n=n.replace(/\/+$/,""),n===""?"/":n)}var zs=/\bhref\s*=\s*(?:"([^"]*)"|'([^']*)'|\{\s*[`'"]([^`'"]*)[`'"]\s*\})/gi,Vs=/\]\(\s*([^)\s]+)/g;function Mf(e,t){if(!e)return[];let n=jr(t),r=[],o;for(zs.lastIndex=0;(o=zs.exec(e))!==null;){let i=o[1]??o[2]??o[3]??"",s=qs(i,n);s&&r.push(s)}for(Vs.lastIndex=0;(o=Vs.exec(e))!==null;){let i=qs(o[1],n);i&&r.push(i)}return r}function Ff(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 Js(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(`
473
- `),o=["# Internal Links","",`Internal link analysis of the pages discovered in this repo${t?` (${jr(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(`
472
+ `}import{spinner as Af}from"@clack/prompts";import C from"picocolors";var If=new Set(["on","off","status"]);async function Nt(e,t={}){let n=(e||"").toLowerCase();if(!If.has(n)){l.error(`Usage: seoagent autopilot <on|off|status> (got "${e}")`),process.exitCode=1;return}let r=_(process.cwd()),o=O(r?.domain);if(!o){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}let i=t.apiBase||o.api_base||N.BASE,s=`Bearer ${o.user_token}:${o.website_token}`,c=!!process.stdout.isTTY?Af():null,u=n==="on"?"Enabling autopilot\u2026":n==="off"?"Disabling autopilot\u2026":"Checking autopilot status\u2026";c?.start(u);let d;try{d=await fetch(`${i}/api/cli/autopilot/${n}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:s},body:"{}",signal:AbortSignal.timeout(1e4)})}catch(y){x(c,"error",`Network error: ${y.message}`,C.red("Network error.")),process.exitCode=1;return}let f=null;try{f=await d.json()}catch{f=null}if(d.status===402||f?.code==="upgrade_required"){let y=ne("cli-autopilot",r?.domain);x(c,"warn","CLI autopilot is a paid feature.",C.yellow("Autopilot is a paid feature.")),l.message(Pf(y)),process.exitCode=1;return}if(!d.ok||f?.status!=="ok"||!f.autopilot){x(c,"error",`Server rejected request (${d.status})${f?.error?`: ${f.error}`:""}`,C.red(`Server rejected request (${d.status}).`)),process.exitCode=1;return}let{enabled:p,delivery_mode:g}=f.autopilot;if(n==="on"){c?.stop(C.green("Autopilot enabled.")),l.message(jr({enabled:!0,deliveryMode:g,action:n}));return}if(n==="off"){c?.stop(C.dim("Autopilot disabled.")),l.message(jr({enabled:!1,deliveryMode:g,action:n}));return}c?.stop(C.dim("Status:")),l.message(jr({enabled:p,deliveryMode:g,action:n}))}function jr(e){let n=s=>C.dim(s.padEnd(11)),r=e.enabled?`${C.bold(C.green("\u25CF ON"))} ${C.dim("(queueing fixes for your coding agent)")}`:`${C.dim("\u25CB OFF")} ${C.dim("(no new suggestions will be queued)")}`,o=[{content:`${n("Status:")}${r}`}];e.enabled&&e.deliveryMode&&o.push({content:`${n("Mode:")}${C.dim(e.deliveryMode)}`}),o.push({sep:!0}),e.enabled?(o.push({content:`${C.dim("Apply queued fixes:")} ${C.cyan(m("sync"))}`}),o.push({content:`${C.dim("Turn off any time:")} ${C.cyan(m("autopilot off"))}`})):(o.push({content:`${C.dim("Enable (paid):")} ${C.cyan(m("autopilot on"))}`}),o.push({content:C.dim("Queues SEO fixes for your coding agent to apply on each sync.")}));let i=`${C.bold(C.cyan("SEOAgent"))} ${C.dim("\xB7")} ${C.dim("autopilot")}`;return D(o,{width:78,title:i})}function Pf(e){let t=[{content:C.bold(C.yellow("Autopilot is a paid feature."))},{sep:!0},{content:C.dim("SEOAgent continuously audits your site and queues fixes for")},{content:C.dim("your coding agent to apply on each `sync` \u2014 you stay in the")},{content:C.dim("loop; nothing is auto-applied.")},{sep:!0},{content:`${C.dim("Upgrade:")} ${C.cyan(e)}`}],n=`${C.bold(C.cyan("SEOAgent"))} ${C.dim("\xB7")} ${C.dim("autopilot")}`;return D(t,{width:78,title:n})}import{mkdirSync as Wf,writeFileSync as Kf}from"fs";import{join as Dr}from"path";import{readdirSync as Tf,readFileSync as Of,statSync as qs}from"fs";import{join as Lf}from"path";var jf=new Set(["html","htm","md","mdx","markdown","mdoc","tsx","jsx","ts","js","astro","vue","svelte"]),Nf=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"]),Df=new Set(["node_modules",".git",".next","dist","build",".vercel","out",".seoagent"]),Mf=5e3,Ff=512*1024;function Nr(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):null}function Vs(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&&Nf.has(r.slice(o+1).toLowerCase())?null:(n=n.replace(/\/+$/,""),n===""?"/":n)}var zs=/\bhref\s*=\s*(?:"([^"]*)"|'([^']*)'|\{\s*[`'"]([^`'"]*)[`'"]\s*\})/gi,Ys=/\]\(\s*([^)\s]+)/g;function Uf(e,t){if(!e)return[];let n=Nr(t),r=[],o;for(zs.lastIndex=0;(o=zs.exec(e))!==null;){let i=o[1]??o[2]??o[3]??"",s=Vs(i,n);s&&r.push(s)}for(Ys.lastIndex=0;(o=Ys.exec(e))!==null;){let i=Vs(o[1],n);i&&r.push(i)}return r}function Bf(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 Xs(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(`
473
+ `),o=["# Internal Links","",`Internal link analysis of the pages discovered in this repo${t?` (${Nr(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(`
474
474
  `),i=e.orphans.length===0?`## Orphan pages
475
475
 
476
- 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=>`| ${Ys(a.url)} | \u2014 |`)].join(`
477
- `),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=>`| ${Ys(a.url)} | ${a.inbound} |`)].join(`
476
+ 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=>`| ${Js(a.url)} | \u2014 |`)].join(`
477
+ `),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=>`| ${Js(a.url)} | ${a.inbound} |`)].join(`
478
478
  `);return[r,"",o,"",i,s,""].join(`
479
- `)}function Ys(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}function*Uf(e){let t=0;function*n(r){let o;try{o=If(r,{withFileTypes:!0})}catch{return}for(let i of o){if(t>=Nf)return;if(i.name.startsWith("."))continue;let s=Tf(r,i.name);if(i.isDirectory()){if(jf.has(i.name))continue;yield*n(s)}else if(i.isFile()){let a=i.name.lastIndexOf("."),c=a===-1?"":i.name.slice(a+1).toLowerCase();if(!Of.has(c))continue;t++,yield s}}}yield*n(e)}function Xs(e,t){let{pages:n}=oe(e,t),r=[],o=0,i=!1;try{i=Ks(e).isDirectory()}catch{i=!1}if(i)for(let s of Uf(e)){let a;try{if(Ks(s).size>Df)continue;a=Pf(s,"utf-8")}catch{continue}o++;for(let c of Mf(a,t))r.push(c)}return Ff(n,r,o)}var Bf=30;async function Qs(e,t,n){let r=jr(t);if(!r||e.orphans.length===0)return{checked:0,excludedUrls:[]};let o=e.orphans.slice(0,Bf),i=new Set;return await Promise.all(o.map(async s=>{try{let a=await A(s.url,{redirect:"follow",headers:{"user-agent":"SEOAgent-CLI/internal-links-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n}),c=new URL(a.url||s.url).hostname.toLowerCase().replace(/^www\./,"");c&&c!==r&&i.add(s.url)}catch{}})),i.size>0&&(e.orphans=e.orphans.filter(s=>!i.has(s.url))),{checked:o.length,excludedUrls:[...i]}}async function Nt(e={}){let t=process.cwd(),n=O(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null,o=Xs(t,r);if(r){let{excludedUrls:a}=await Qs(o,r);for(let c of a)l.info(`Skipping ${c} \u2014 redirects to a different domain, not an orphan here.`)}if(e.json){process.stdout.write(JSON.stringify(o,null,2)+`
480
- `);return}let i=Nr(t,k);Gf(i,{recursive:!0});let s=Nr(i,"internal-links.md");if(Hf(s,Js(o,r),"utf-8"),l.success(`Analyzed ${o.pageCount} page${o.pageCount===1?"":"s"} across ${o.filesScanned} file${o.filesScanned===1?"":"s"}.`),o.orphans.length===0)l.info("No orphan pages \u2014 every page has an inbound internal link.");else{l.warn(`${o.orphans.length} orphan page${o.orphans.length===1?"":"s"} (no inbound internal links):`);for(let a of o.orphans.slice(0,10))l.message(` \u2022 ${a.url}`);o.orphans.length>10&&l.message(` \u2026and ${o.orphans.length-10} more`)}l.info(`Report written to ${Nr(k,"internal-links.md")}`)}import{existsSync as Wf,mkdirSync as Kf,rmSync as qf,writeFileSync as Zs}from"fs";import{dirname as zf,join as En}from"path";import ie from"picocolors";async function Dr(e,t={}){if(e!=="track"&&e!=="reconcile"){l.message(`Usage:
479
+ `)}function Js(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}function*Gf(e){let t=0;function*n(r){let o;try{o=Tf(r,{withFileTypes:!0})}catch{return}for(let i of o){if(t>=Mf)return;if(i.name.startsWith("."))continue;let s=Lf(r,i.name);if(i.isDirectory()){if(Df.has(i.name))continue;yield*n(s)}else if(i.isFile()){let a=i.name.lastIndexOf("."),c=a===-1?"":i.name.slice(a+1).toLowerCase();if(!jf.has(c))continue;t++,yield s}}}yield*n(e)}function Qs(e,t){let{pages:n}=oe(e,t),r=[],o=0,i=!1;try{i=qs(e).isDirectory()}catch{i=!1}if(i)for(let s of Gf(e)){let a;try{if(qs(s).size>Ff)continue;a=Of(s,"utf-8")}catch{continue}o++;for(let c of Uf(a,t))r.push(c)}return Bf(n,r,o)}var Hf=30;async function Zs(e,t,n){let r=Nr(t);if(!r||e.orphans.length===0)return{checked:0,excludedUrls:[]};let o=e.orphans.slice(0,Hf),i=new Set;return await Promise.all(o.map(async s=>{try{let a=await A(s.url,{redirect:"follow",headers:{"user-agent":"SEOAgent-CLI/internal-links-check"}},{attempts:1,timeoutMs:5e3,fetchImpl:n}),c=new URL(a.url||s.url).hostname.toLowerCase().replace(/^www\./,"");c&&c!==r&&i.add(s.url)}catch{}})),i.size>0&&(e.orphans=e.orphans.filter(s=>!i.has(s.url))),{checked:o.length,excludedUrls:[...i]}}async function Dt(e={}){let t=process.cwd(),n=L(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null,o=Qs(t,r);if(r){let{excludedUrls:a}=await Zs(o,r);for(let c of a)l.info(`Skipping ${c} \u2014 redirects to a different domain, not an orphan here.`)}if(e.json){process.stdout.write(JSON.stringify(o,null,2)+`
480
+ `);return}let i=Dr(t,k);Wf(i,{recursive:!0});let s=Dr(i,"internal-links.md");if(Kf(s,Xs(o,r),"utf-8"),l.success(`Analyzed ${o.pageCount} page${o.pageCount===1?"":"s"} across ${o.filesScanned} file${o.filesScanned===1?"":"s"}.`),o.orphans.length===0)l.info("No orphan pages \u2014 every page has an inbound internal link.");else{l.warn(`${o.orphans.length} orphan page${o.orphans.length===1?"":"s"} (no inbound internal links):`);for(let a of o.orphans.slice(0,10))l.message(` \u2022 ${a.url}`);o.orphans.length>10&&l.message(` \u2026and ${o.orphans.length-10} more`)}l.info(`Report written to ${Dr(k,"internal-links.md")}`)}import{existsSync as qf,mkdirSync as Vf,rmSync as zf,writeFileSync as ea}from"fs";import{dirname as Yf,join as An}from"path";import ie from"picocolors";async function Mr(e,t={}){if(e!=="track"&&e!=="reconcile"){l.message(`Usage:
481
481
  ${m("content track")} --slug <slug> --url <live-url> [--file <repo-path>] [--title "..."] [--type <page_type>] [--status published|draft]
482
- ${m("content reconcile")} [--dir <content-dir>] [--prune] # backfill pointers for published articles missing one`),e&&(l.error(`Unknown content action: ${e}. Actions: \`track\`, \`reconcile\`.`),process.exitCode=1);return}let n=process.cwd(),r=_(n);if(!r){l.error(`No .seoagent/project.md found. Run \`${m("init")}\` first.`),process.exitCode=1;return}if(e==="reconcile"){await Vf(n,r,t);return}let o=t.slug??(t.file?t.file:""),i=yr(o);if(!i){l.error("A slug is required: --slug <slug> (or --file <repo-path> to derive it)."),process.exitCode=1;return}let s=Pt(i,{url:t.url,domain:r.domain,blogPath:r.blog_path});s||l.warn("No live URL \u2014 pass --url, or set domain + blog_path in project.md. Tracking without a canonical URL.");let a=t.title?.trim()||zi(i),c=r.cms&&r.cms!=="mdx-local"?"cms":t.file?"repo":"external",u=Tt({slug:i,title:a,canonical:s,status:t.status?.trim()||"published",page_type:t.type?.trim()||void 0,primary_keyword:t.primaryKeyword?.trim()||void 0,source:c,repo_path:t.file?.trim()||void 0,tracked_at:new Date().toISOString()}),d=En(n,k,"content");Kf(d,{recursive:!0});let p=En(d,`${i}.md`),f=Wf(p);Zs(p,u,"utf-8"),l.success(`${f?"Updated":"Tracked"} ${ie.bold(i)}${s?` \u2192 ${ie.cyan(s)}`:""} in .seoagent/content/.`);try{await V({silent:!0,pushOnly:!0})}catch{}l.message(ie.dim("It will appear on your dashboard after sync (run `seoagent login` if you haven\u2019t)."))}async function Vf(e,t,n){let r=En(e,k,"content"),o=mr(r),i=new Set;for(let c of(n.dir??"").split(",").map(u=>u.trim()).filter(Boolean))i.add(c);for(let c of o)c.source==="repo"&&c.repo_path&&i.add(zf(c.repo_path));if(i.size===0){l.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=>fr(e,c)),a=gr(s,o,hr(e));if(a.toTrack.length===0&&a.stale.length===0){l.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 u=Pt(c.slug,{domain:t.domain,blogPath:t.blog_path}),d=Tt({slug:c.slug,title:c.title,canonical:u,status:"published",page_type:c.page_type,source:"repo",repo_path:c.path,tracked_at:new Date().toISOString()});Zs(En(r,`${c.slug}.md`),d,"utf-8"),l.message(`${ie.green("+")} tracked ${ie.bold(c.slug)}${u?ie.dim(` \u2192 ${u}`):""}`)}for(let c of a.stale)n.prune?(qf(c.file,{force:!0}),l.message(`${ie.red("-")} pruned stale pointer ${ie.bold(c.slug)} (source ${c.repo_path} is gone)`)):l.message(`${ie.yellow("!")} stale pointer ${ie.bold(c.slug)} \u2192 ${c.repo_path} no longer exists (re-run with --prune to delete)`);l.success(`Reconciled content: +${a.toTrack.length} tracked, ${a.stale.length} stale${n.prune?" (pruned)":""}.`);try{await V({silent:!0,pushOnly:!0})}catch{}}import{existsSync as Fr,readFileSync as ta,statSync as Yf}from"fs";import{join as Ur}from"path";import Mr from"picocolors";var ea=24;function Jf(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:"Triage them (skill \xA7 Pull Receipt Triage), then delete .seoagent/.pull-receipt.json."}),(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==="unknown"||!e.siteType)&&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.auditExists){let r=e.evidenceAgeHours===null,o=!r&&e.evidenceAgeHours>ea;(r||o)&&t.push({level:"action",code:"evidence_stale",message:r?"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 (> ${ea}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 r=e.hookTimeoutMissingCount;t.push({level:"action",code:"hook_timeout_missing",message:`${r} SEOAgent hook entr${r===1?"y":"ies"} in .claude/settings.json ha${r===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 \`${m("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 Xf(e,t=Date.now()){let n=Ur(e,k,"audit","evidence.md");if(!Fr(n))return null;try{let r=ta(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-Yf(n).mtimeMs)/36e5}catch{return null}}function Qf(e){let t=Ur(e,k,Xt);if(!Fr(t))return null;try{let n=JSON.parse(ta(t,"utf-8"));return Array.isArray(n.changes)?n.changes.length:0}catch{return 0}}function Br(e={}){let t=process.cwd(),n=_(t);if(!n){if(e.json){process.stdout.write(JSON.stringify({status:"no-project",findings:[]})+`
483
- `);return}l.error(`No .seoagent/project.md found. Run \`${m("init")}\` first.`),process.exitCode=1;return}let r=ke(t),o=Jf({domain:n.domain,siteType:n.site_type,imageProvider:n.image_provider,detectedImageProvider:r.provider,detectedImageKey:r.matched_key,pullReceiptCount:Qf(t),auditExists:Fr(Ur(t,k,"audit","latest.md")),evidenceAgeHours:Xf(t),hookTimeoutMissingCount:ei(t)});if(e.json){process.stdout.write(JSON.stringify({status:"ok",findings:o})+`
484
- `);return}let i=o.filter(s=>s.level==="action");if(i.length===0){l.success("SEOAgent health: everything looks good.");return}l.message(Mr.bold(`SEOAgent health \u2014 ${i.length} thing${i.length===1?"":"s"} to handle:`));for(let s of i)l.message(` ${Mr.yellow("\u25CF")} ${s.message}`),s.fix&&l.message(` ${Mr.dim("\u2192 "+s.fix)}`)}import se from"picocolors";import{existsSync as ct,mkdirSync as An,readdirSync as Zf,readFileSync as em,statSync as S$,writeFileSync as na}from"fs";import{dirname as tm,join as _e,relative as nm,resolve as rm}from"path";var lt="okf";function In(e){return _e(e,k,lt)}var om=/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}(:\d{2}(\.\d+)?)?(Z|[+-]\d{2}:\d{2})?)?$/;function Gr(e){let t=[];for(let n of Zf(e,{withFileTypes:!0})){let r=_e(e,n.name);n.isDirectory()?t.push(...Gr(r)):n.isFile()&&n.name.toLowerCase().endsWith(".md")&&t.push(r)}return t}function im(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 ra(e){let t=[],n=[];if(!ct(e))return{ok:!1,fileCount:0,errors:[{file:lt,message:"No OKF bundle found. Run `seoagent okf scaffold` first."}],warnings:[]};let r=Gr(e);if(r.length===0)return{ok:!1,fileCount:0,errors:[{file:lt,message:"OKF directory exists but contains no markdown files."}],warnings:[]};ct(_e(e,"index.md"))||n.push({file:lt,message:"No top-level index.md \u2014 agents use it for progressive disclosure."});for(let i of r){let s=nm(e,i),a;try{a=ye(em(i,"utf-8"))}catch{t.push({file:s,message:"Could not read or parse file."});continue}let c=a.data.type;(c==null||String(c).trim()==="")&&t.push({file:s,message:"Missing required frontmatter field `type`."});let u=a.data.timestamp;u!=null&&u!==""&&!om.test(String(u))&&t.push({file:s,message:`\`timestamp\` is not ISO-8601: "${String(u)}"`});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 im(a.body)){let f=p.split("#")[0];if(!f)continue;let g=rm(tm(i),f);ct(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 Pn(e){let t=In(e);if(!ct(t))return{exists:!1,fileCount:0};try{return{exists:!0,fileCount:Gr(t).length}}catch{return{exists:!0,fileCount:0}}}function oa(e,t){let n=In(e);An(n,{recursive:!0}),An(_e(n,"concepts"),{recursive:!0}),An(_e(n,"faqs"),{recursive:!0}),An(_e(n,"articles"),{recursive:!0});let r=[],o=t&&t!=="unknown"?t:"your site",i=_e(n,"index.md");ct(i)||(na(i,`---
482
+ ${m("content reconcile")} [--dir <content-dir>] [--prune] # backfill pointers for published articles missing one`),e&&(l.error(`Unknown content action: ${e}. Actions: \`track\`, \`reconcile\`.`),process.exitCode=1);return}let n=process.cwd(),r=_(n);if(!r){l.error(`No .seoagent/project.md found. Run \`${m("init")}\` first.`),process.exitCode=1;return}if(e==="reconcile"){await Jf(n,r,t);return}let o=t.slug??(t.file?t.file:""),i=wr(o);if(!i){l.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||l.warn("No live URL \u2014 pass --url, or set domain + blog_path in project.md. Tracking without a canonical URL.");let a=t.title?.trim()||zi(i),c=r.cms&&r.cms!=="mdx-local"?"cms":t.file?"repo":"external",u=Ot({slug:i,title:a,canonical:s,status:t.status?.trim()||"published",page_type:t.type?.trim()||void 0,primary_keyword:t.primaryKeyword?.trim()||void 0,source:c,repo_path:t.file?.trim()||void 0,tracked_at:new Date().toISOString()}),d=An(n,k,"content");Vf(d,{recursive:!0});let f=An(d,`${i}.md`),p=qf(f);ea(f,u,"utf-8"),l.success(`${p?"Updated":"Tracked"} ${ie.bold(i)}${s?` \u2192 ${ie.cyan(s)}`:""} in .seoagent/content/.`);try{await z({silent:!0,pushOnly:!0})}catch{}l.message(ie.dim("It will appear on your dashboard after sync (run `seoagent login` if you haven\u2019t)."))}async function Jf(e,t,n){let r=An(e,k,"content"),o=gr(r),i=new Set;for(let c of(n.dir??"").split(",").map(u=>u.trim()).filter(Boolean))i.add(c);for(let c of o)c.source==="repo"&&c.repo_path&&i.add(Yf(c.repo_path));if(i.size===0){l.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=>mr(e,c)),a=hr(s,o,yr(e));if(a.toTrack.length===0&&a.stale.length===0){l.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 u=Tt(c.slug,{domain:t.domain,blogPath:t.blog_path}),d=Ot({slug:c.slug,title:c.title,canonical:u,status:"published",page_type:c.page_type,source:"repo",repo_path:c.path,tracked_at:new Date().toISOString()});ea(An(r,`${c.slug}.md`),d,"utf-8"),l.message(`${ie.green("+")} tracked ${ie.bold(c.slug)}${u?ie.dim(` \u2192 ${u}`):""}`)}for(let c of a.stale)n.prune?(zf(c.file,{force:!0}),l.message(`${ie.red("-")} pruned stale pointer ${ie.bold(c.slug)} (source ${c.repo_path} is gone)`)):l.message(`${ie.yellow("!")} stale pointer ${ie.bold(c.slug)} \u2192 ${c.repo_path} no longer exists (re-run with --prune to delete)`);l.success(`Reconciled content: +${a.toTrack.length} tracked, ${a.stale.length} stale${n.prune?" (pruned)":""}.`);try{await z({silent:!0,pushOnly:!0})}catch{}}import{existsSync as Ur,readFileSync as na,statSync as Xf}from"fs";import{join as Br}from"path";import Fr from"picocolors";var ta=24;function Qf(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:"Triage them (skill \xA7 Pull Receipt Triage), then delete .seoagent/.pull-receipt.json."}),(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==="unknown"||!e.siteType)&&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.auditExists){let r=e.evidenceAgeHours===null,o=!r&&e.evidenceAgeHours>ta;(r||o)&&t.push({level:"action",code:"evidence_stale",message:r?"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 (> ${ta}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 r=e.hookTimeoutMissingCount;t.push({level:"action",code:"hook_timeout_missing",message:`${r} SEOAgent hook entr${r===1?"y":"ies"} in .claude/settings.json ha${r===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 \`${m("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 Zf(e,t=Date.now()){let n=Br(e,k,"audit","evidence.md");if(!Ur(n))return null;try{let r=na(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-Xf(n).mtimeMs)/36e5}catch{return null}}function em(e){let t=Br(e,k,Qt);if(!Ur(t))return null;try{let n=JSON.parse(na(t,"utf-8"));return Array.isArray(n.changes)?n.changes.length:0}catch{return 0}}function Gr(e={}){let t=process.cwd(),n=_(t);if(!n){if(e.json){process.stdout.write(JSON.stringify({status:"no-project",findings:[]})+`
483
+ `);return}l.error(`No .seoagent/project.md found. Run \`${m("init")}\` first.`),process.exitCode=1;return}let r=ve(t),o=Qf({domain:n.domain,siteType:n.site_type,imageProvider:n.image_provider,detectedImageProvider:r.provider,detectedImageKey:r.matched_key,pullReceiptCount:em(t),auditExists:Ur(Br(t,k,"audit","latest.md")),evidenceAgeHours:Zf(t),hookTimeoutMissingCount:ti(t)});if(e.json){process.stdout.write(JSON.stringify({status:"ok",findings:o})+`
484
+ `);return}let i=o.filter(s=>s.level==="action");if(i.length===0){l.success("SEOAgent health: everything looks good.");return}l.message(Fr.bold(`SEOAgent health \u2014 ${i.length} thing${i.length===1?"":"s"} to handle:`));for(let s of i)l.message(` ${Fr.yellow("\u25CF")} ${s.message}`),s.fix&&l.message(` ${Fr.dim("\u2192 "+s.fix)}`)}import se from"picocolors";import{existsSync as ct,mkdirSync as In,readdirSync as tm,readFileSync as nm,statSync as _$,writeFileSync as ra}from"fs";import{dirname as rm,join as Ce,relative as om,resolve as im}from"path";var lt="okf";function Pn(e){return Ce(e,k,lt)}var sm=/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}(:\d{2}(\.\d+)?)?(Z|[+-]\d{2}:\d{2})?)?$/;function Hr(e){let t=[];for(let n of tm(e,{withFileTypes:!0})){let r=Ce(e,n.name);n.isDirectory()?t.push(...Hr(r)):n.isFile()&&n.name.toLowerCase().endsWith(".md")&&t.push(r)}return t}function am(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 oa(e){let t=[],n=[];if(!ct(e))return{ok:!1,fileCount:0,errors:[{file:lt,message:"No OKF bundle found. Run `seoagent okf scaffold` first."}],warnings:[]};let r=Hr(e);if(r.length===0)return{ok:!1,fileCount:0,errors:[{file:lt,message:"OKF directory exists but contains no markdown files."}],warnings:[]};ct(Ce(e,"index.md"))||n.push({file:lt,message:"No top-level index.md \u2014 agents use it for progressive disclosure."});for(let i of r){let s=om(e,i),a;try{a=ye(nm(i,"utf-8"))}catch{t.push({file:s,message:"Could not read or parse file."});continue}let c=a.data.type;(c==null||String(c).trim()==="")&&t.push({file:s,message:"Missing required frontmatter field `type`."});let u=a.data.timestamp;u!=null&&u!==""&&!sm.test(String(u))&&t.push({file:s,message:`\`timestamp\` is not ISO-8601: "${String(u)}"`});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 f of am(a.body)){let p=f.split("#")[0];if(!p)continue;let g=im(rm(i),p);ct(g)||t.push({file:s,message:`Broken link \u2192 "${f}" (target does not exist).`})}}return{ok:t.length===0,fileCount:r.length,errors:t,warnings:n}}function Tn(e){let t=Pn(e);if(!ct(t))return{exists:!1,fileCount:0};try{return{exists:!0,fileCount:Hr(t).length}}catch{return{exists:!0,fileCount:0}}}function ia(e,t){let n=Pn(e);In(n,{recursive:!0}),In(Ce(n,"concepts"),{recursive:!0}),In(Ce(n,"faqs"),{recursive:!0}),In(Ce(n,"articles"),{recursive:!0});let r=[],o=t&&t!=="unknown"?t:"your site",i=Ce(n,"index.md");ct(i)||(ra(i,`---
485
485
  type: Organization
486
486
  title: ${o}
487
487
  description: Knowledge bundle describing ${o} for AI agents and answer engines.
@@ -508,7 +508,7 @@ _Describe the business in 2\u20134 sentences (pull from \`.seoagent/context.md\`
508
508
  ## Published articles
509
509
 
510
510
  - _Link article files here, e.g._ \`articles/guide-to-x.md\`
511
- `,"utf-8"),r.push("index.md"));let s=_e(n,"log.md");return ct(s)||(na(s,`---
511
+ `,"utf-8"),r.push("index.md"));let s=Ce(n,"log.md");return ct(s)||(ra(s,`---
512
512
  type: Log
513
513
  title: Change log
514
514
  description: Chronological history of changes to this OKF bundle.
@@ -517,30 +517,30 @@ description: Chronological history of changes to this OKF bundle.
517
517
  # Change log
518
518
 
519
519
  - Bundle scaffolded.
520
- `,"utf-8"),r.push("log.md")),{created:r,okfDir:n}}var Hr=`${k}/${lt}`;function Dt(e,t={}){let n=process.cwd(),r=O(n);if(!r)return;let o=(e||"status").toLowerCase(),i=r.domain&&r.domain!=="unknown"?r.domain:null;if(o==="scaffold"){let{created:a}=oa(n,i);a.length===0?l.info(`OKF bundle already scaffolded at ${Hr}/.`):(l.success(`Scaffolded ${Hr}/ \u2014 created ${a.join(", ")}.`),l.info("Now fill the bundle from your .seoagent/ knowledge, then run `seoagent okf validate`."));return}if(o==="validate"){let a=ra(In(n));if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
521
- `);return}for(let c of a.errors)l.message(`${se.red("\u2717")} ${se.dim(c.file)} \u2014 ${c.message}`);for(let c of a.warnings)l.message(`${se.yellow("!")} ${se.dim(c.file)} \u2014 ${c.message}`);a.ok?l.success(`OKF bundle is valid \u2014 ${a.fileCount} file${a.fileCount===1?"":"s"}, ${a.warnings.length} warning${a.warnings.length===1?"":"s"}.`):(l.error(`OKF bundle has ${a.errors.length} error${a.errors.length===1?"":"s"} (see above).`),process.exitCode=1);return}let s=Pn(n);if(t.json){process.stdout.write(JSON.stringify(s,null,2)+`
522
- `);return}l.message(D([{content:se.bold("Open Knowledge Format")},{sep:!0},{content:`Bundle: ${s.exists?se.green(Hr+"/"):se.dim("not created")}`},{content:`Files: ${s.exists?String(s.fileCount):"\u2014"}`},{sep:!0},{content:s.exists?se.dim("Run `seoagent okf validate` to check it."):se.dim("Run `seoagent okf scaffold` to start one.")}],{title:se.cyan("OKF")}))}import W from"picocolors";async function Wr(e={}){let t=process.cwd(),n=O(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r&&!e.url){l.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?oe(t,r).pages.map(s=>s.url||s.route):[],i=await Si({domain:r||"",sitemapUrl:e.url,knownUrls:o});if(e.json){process.stdout.write(JSON.stringify(i,null,2)+`
523
- `),i.ok||(process.exitCode=1);return}sm(i),i.ok||(process.exitCode=1)}function sm(e){let t=e.fetched?e.status===200?W.green(`200 \xB7 ${e.urls.length} URL${e.urls.length===1?"":"s"}`):W.red(String(e.status)):W.red("unreachable");l.message(D([{content:W.bold("Sitemap check")},{sep:!0},{content:`URL: ${W.dim(e.sitemapUrl)}`},{content:`Status: ${t}`},...e.fetched&&e.status===200?[{content:`Private leaked: ${e.privateUrls.length===0?W.green("none"):W.yellow(String(e.privateUrls.length))}`},{content:`Missing public: ${e.missing.length===0?W.green("none"):W.yellow(String(e.missing.length))}`},{content:`<lastmod>: ${e.hasLastmod?W.green("present"):W.dim("absent")}`}]:[]],{title:e.ok?W.cyan("Sitemap"):W.red("Sitemap")}));for(let n of e.issues){let r=n.level==="error"?W.red("\u2717"):n.level==="warning"?W.yellow("!"):W.dim("\xB7");l.message(`${r} ${n.message}`)}e.ok?l.success("Sitemap looks healthy."):l.error("Sitemap has errors (see above).")}import{mkdirSync as Pm,writeFileSync as $a}from"fs";import{join as Xr}from"path";import ee from"picocolors";var qr=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi,ia=30;function Ft(e){let t=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(e);return t?t[1]:e}function Mt(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 fe(e,t){let n=new RegExp(`\\b${t}\\s*=\\s*"([^"]*)"`,"i").exec(e);if(n)return Mt(n[1]).trim();let r=new RegExp(`\\b${t}\\s*=\\s*'([^']*)'`,"i").exec(e);if(r)return Mt(r[1]).trim();let o=new RegExp(`\\b${t}\\s*=\\s*([^\\s>]+)`,"i").exec(e);return o?Mt(o[1]).trim():null}function am(e){let t=/<title\b[^>]*>([\s\S]*?)<\/title>/i.exec(e);return t&&Mt(t[1].replace(/\s+/g," ")).trim()||null}function cm(e){let t=e.match(/<meta\b[^>]*>/gi)??[];for(let n of t){let r=fe(n,"name");if(r&&r.toLowerCase()==="description"){let o=fe(n,"content");return o&&o.trim()?o.trim():null}}return null}function lm(e){let t=Ft(e),n=[],r=/<h1\b[^>]*>([\s\S]*?)<\/h1>/gi,o;for(;(o=r.exec(t))!==null;){let i=Mt(o[1].replace(/<[^>]+>/g," ").replace(/\s+/g," ")).trim();i&&n.push(i)}return n}function um(e){let t=e.match(/<link\b[^>]*>/gi)??[];for(let n of t){let r=fe(n,"rel");if(r&&r.toLowerCase().split(/\s+/).includes("canonical")){let o=fe(n,"href");return o&&o.trim()?o.trim():null}}return null}function dm(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:Kr(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 Kr(e,t=[]){if(Array.isArray(e)){for(let n of e)Kr(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"])&&Kr(n["@graph"],t)}return t}function sa(e,t){let n={},r=e.match(/<meta\b[^>]*>/gi)??[];for(let o of r){let i=(fe(o,"property")||fe(o,"name")||"").toLowerCase();if(i.startsWith(t)){let s=fe(o,"content");s!==null&&(n[i.slice(t.length)]=s)}}return n}function pm(e){return sa(e,"og:")}function fm(e){return sa(e,"twitter:")}function mm(e,t=5){let r=Ft(e).match(/<img\b[^>]*>/gi)??[],o=0,i=[];for(let s of r)if(!/\salt(?=[\s=/>])/i.test(s)&&(o++,i.length<t)){let c=fe(s,"src");c&&i.push(c)}return{imgCount:r.length,missingAlt:o,missingAltSrcs:i}}var gm=/\.(png|jpe?g|gif|svg|webp|avif|ico|css|js|mjs|json|pdf|zip|gz|mp4|webm|mp3|woff2?|ttf|xml|txt)$/i;function aa(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 c=fe(a,"href");if(!c||c.startsWith("#")||/^(mailto:|tel:|javascript:|data:)/i.test(c))continue;let u;try{u=new URL(c,t)}catch{continue}if(u.origin!==r||gm.test(u.pathname)||ve(u.pathname))continue;u.hash="";let d=u.pathname==="/"?`${u.origin}/${u.search}`:`${u.origin}${u.pathname.replace(/\/+$/,"")}${u.search}`;i.has(d)||(i.add(d),o.push(d))}return o}function ca(e){return(Ft(e).replace(qr," ").match(/<a\b[^>]*\bhref\s*=/gi)??[]).length}function la(e){let t=Ft(e).replace(qr," ").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 hm=/\b(loading|please wait|just a moment|redirecting)\b[\s.…]*/i;function ym(e){let t=la(e),n=ca(e),r=Ft(e).replace(qr," ").replace(/<[^>]+>/g," ").replace(/\s+/g," ").trim(),o=t<ia&&hm.test(r),i=t<ia&&n===0;return o||i}function wm(e,t,n=200){let r=dm(t),o=Array.from(new Set(r.flatMap(a=>a.types))),i=um(t),s=mm(t);return{url:e,status:n,fetched:!0,title:am(t),metaDescription:cm(t),h1s:lm(t),canonical:i,canonicalServerRendered:i===null?null:!0,jsonLd:r,jsonLdTypes:o,openGraph:pm(t),twitter:fm(t),wordCount:la(t),clientRenderedShell:ym(t),bodyLinkCount:ca(t),imgCount:s.imgCount,imgsMissingAlt:s.missingAlt,imgsMissingAltSrcs:s.missingAltSrcs,failureReason:null}}function ua(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 bm(e){return typeof e=="function"?{fetchImpl:e}:e??{}}function km(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 zr(e,t){let n=bm(t),r=ua(e);try{let o=await A(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:wm(e,i,o.status),html:i}}catch(o){return{evidence:{...r,failureReason:km(o)},html:null}}}async function Vr(e,t){return(await zr(e,t)).evidence}async function da(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]=ua(e[s],"crawl time budget exhausted before this page could be fetched");continue}r[s]=await Vr(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 vm(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 c=s.slice(0,a).trim().toLowerCase(),u=s.slice(a+1).trim();if(c==="user-agent"){(!r||!o)&&(r={userAgents:[],disallow:[],allow:[]},t.push(r)),r.userAgents.push(u.toLowerCase()),o=!0;continue}if(o=!1,c==="sitemap"){u&&n.push(u);continue}r||(r={userAgents:["*"],disallow:[],allow:[]},t.push(r)),c==="disallow"?r.disallow.push(u):c==="allow"&&r.allow.push(u)}return{groups:t,sitemaps:n}}function pa(e){let t=e.trim().replace(/\/+$/,"");return/^https?:\/\//i.test(t)?t:`https://${t}`}async function fa(e,t){let n=`${pa(e)}/robots.txt`,r={fetched:!1,status:null,raw:"",groups:[],sitemaps:[]};try{let o=await A(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,...vm(i)}}catch{return r}}var $m=/\/(blog|posts?|articles?|news)\//i;function Sm(e){return e.filter(t=>$m.test(t)).length}async function ma(e,t){let n=`${pa(e)}/sitemap.xml`,r={fetched:!1,status:null,urls:[],count:0,blogUrlCount:0};try{let o=await A(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=Ne(i);return{fetched:!0,status:o.status,urls:s,count:s.length,blogUrlCount:Sm(s)}}catch{return r}}function xm(e){return Object.keys(e.twitter).length>0}function _m(e){return Object.keys(e.openGraph).length>0}function Cm(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 _m(e);case"twitter_card":return xm(e);case"json_ld":return e.jsonLdTypes.length>0}}var Rm=["title","meta_description","canonical","open_graph","twitter_card","json_ld"];function Em(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 Am(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=Cm(e,t);return{kind:t,present:n,safeToRecommendAdding:!n,reason:n?Em(e,t):`${t} genuinely absent in the server HTML \u2014 safe to recommend adding`}}function Tn(e){return Rm.map(t=>Am(e,t))}var Ut={title:"<title>",meta_description:"meta description",canonical:"canonical",open_graph:"Open Graph tags",twitter_card:"Twitter card",json_ld:"JSON-LD schema"};var Yr="SOURCE RENDER (local dev server) \u2014 NOT the public live site";function ga(e){return e===null||e===""?"_(none)_":e}function Bt(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 On(e,t){return t.length===0?`- **${e}:** _(none \u2014 all pages pass)_`:`- **${e}:** ${t.join(", ")}`}function ha(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,c=[];c.push("---"),c.push(`domain: ${t}`),c.push(`origin: ${s}`),e.originSource&&c.push(`origin_source: ${e.originSource}`),c.push(`source_render: ${a}`),c.push(`captured_at: ${n}`),c.push(`pages_crawled: ${r.length}`);let u=r.filter(f=>f.fetched),d=r.filter(f=>!f.fetched);if(c.push(`pages_discovered: ${r.length}`),c.push(`pages_captured: ${u.length}`),c.push(`capture_complete: ${d.length===0}`),c.push("note: >-"),a?(c.push(" SOURCE-RENDER evidence (local dev server). Every fact here was fetched"),c.push(" from a loopback origin that was NOT designated as the live site \u2014 it"),c.push(" describes the LOCAL RENDER only, never the public live site. Do NOT"),c.push(" emit live-state claims (present OR absent) from this file.")):(c.push(" Live-crawl evidence base. Every fact here was fetched from the live site."),c.push(" The audit must ground all Confirmed claims on THIS file, never on repo"),c.push(" source or priors. Do NOT recommend adding schema / robots rules /"),c.push(" canonical tags that already appear below.")),c.push("---"),c.push(""),c.push(`# Live-Crawl Evidence \u2014 ${t}`),c.push(""),c.push(`**Crawled origin:** ${s} at ${n}`),c.push(""),a&&(c.push(`> **\u26A0 ${Yr}.**`),c.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>\`.`),c.push("")),d.length>0){c.push(`## \u26A0 Pages NOT captured (${d.length} of ${r.length} discovered) \u2014 crawl INCOMPLETE`),c.push(""),c.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."),c.push("");for(let f of d)c.push(`- ${f.url} \u2014 ${f.failureReason??(f.status===null?"network error":`HTTP ${f.status}`)}`);c.push("")}if(c.push("## robots.txt (Confirmed)"),!o.fetched)c.push(`- Not fetched (HTTP ${o.status??"network error"}). Do NOT assert any robots.txt rule \u2014 it is unverified (Hypothesis).`);else{let f=o.groups.flatMap(g=>g.disallow).filter(Boolean);c.push(`- Fetched: HTTP ${o.status}`),c.push(`- Disallow rules present: ${f.length===0?"**none** (do NOT claim any path is blocked)":f.map(g=>`\`${g}\``).join(", ")}`),c.push(`- Sitemap declarations: ${o.sitemaps.length===0?"_(none)_":o.sitemaps.join(", ")}`),c.push("- Raw contents:"),c.push("```"),c.push(o.raw.trim()),c.push("```")}c.push(""),c.push("## sitemap.xml (Confirmed)"),i.fetched?(c.push(`- **${i.count} URL${i.count===1?"":"s"}**, ${i.blogUrlCount} blog/article post${i.blogUrlCount===1?"":"s"}`),i.blogUrlCount===0&&c.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).")):c.push(`- Not fetched (HTTP ${i.status??"network error"}). Do NOT assert a sitemap URL count.`),c.push("");let p=Bt(r);c.push("## Site-wide rollup (Confirmed)"),c.push(On("Pages missing canonical",p.pagesMissingCanonical)),c.push(On("Pages missing meta description",p.pagesMissingMetaDescription)),c.push(On("Pages with multiple H1s",p.pagesWithMultipleH1s)),c.push(On("Pages with no structured data (zero JSON-LD)",p.pagesWithNoStructuredData)),c.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(", ")}`),c.push("");for(let f of r){if(c.push(`## ${f.url}`),!f.fetched){c.push(`- Not fetched (${f.failureReason??(f.status===null?"network error":`HTTP ${f.status}`)}). No claims about this page are Confirmed.`),c.push("");continue}c.push(`- HTTP ${f.status} \xB7 ${f.wordCount} body words`),c.push(`- **title:** ${ga(f.title)}`),c.push(`- **meta description:** ${ga(f.metaDescription)}`),c.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)**`:""}`),c.push(`- **canonical:** ${f.canonical===null?"_(none in server HTML)_":`\`${f.canonical}\` (${f.canonicalServerRendered?"server-rendered":"client-rendered"})`}`),c.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),y=Object.keys(f.twitter);c.push(`- **Open Graph:** ${g.length===0?"_(none)_":g.map(w=>`og:${w}`).join(", ")}`),c.push(`- **Twitter:** ${y.length===0?"_(none)_":y.map(w=>`twitter:${w}`).join(", ")}`),c.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&&c.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 h=Tn(f).filter(w=>w.present).map(w=>Ut[w.kind]);h.length>0&&c.push(`- **Already present (do NOT recommend adding):** ${h.join(", ")} \u2014 verified in the server \`<head>\`.`),c.push("")}return c.join(`
524
- `)}function ya(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 wa={Critical:0,High:1,Medium:2,Low:3};function ba(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 Y(e,t,n){return e===1?t:n??`${t}s`}function Jr(e){let{pages:t,robots:n,sitemap:r}=e,o=t.filter(u=>u.fetched),i=Bt(t),s=[],a=o.filter(u=>u.clientRenderedShell);a.length>0&&s.push({severity:"Critical",title:`${a.length} ${Y(a.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:a.map(u=>u.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:a.map(u=>`evidence.md \xA7 ${u.url} \u2014 client-rendered shell`).join("; ")});let c=t.filter(u=>!u.fetched);if(c.length>0&&s.push({severity:"High",title:`${c.length} discovered ${Y(c.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:c.map(u=>`${u.url} (${u.failureReason??(u.status===null?"network error":`HTTP ${u.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||s.push({severity:"High",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)s.push({severity:"High",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 u=new Set(r.urls.map(p=>ba(p)).filter(Boolean)),d=o.filter(p=>{let f=ba(p.url);return f!==null&&!u.has(f)});d.length>0&&s.push({severity:"Medium",title:`${d.length} crawled ${Y(d.length,"page is","pages are")} missing from sitemap.xml (${r.count} ${Y(r.count,"URL")} listed vs ${o.length} ${Y(o.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:d.map(p=>p.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} ${Y(r.count,"URL")}`})}if(n.fetched&&r.fetched&&n.sitemaps.length===0&&s.push({severity:"Medium",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)_"}),i.pagesMissingCanonical.length>0&&s.push({severity:"Medium",title:`${i.pagesMissingCanonical.length} ${Y(i.pagesMissingCanonical.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:i.pagesMissingCanonical,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"}),i.pagesMissingMetaDescription.length>0&&s.push({severity:"Medium",title:`${i.pagesMissingMetaDescription.length} ${Y(i.pagesMissingMetaDescription.length,"page is","pages are")} missing a meta description`,what:'These pages serve no `<meta name="description">` in the server HTML.',urls:i.pagesMissingMetaDescription,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"}),i.pagesWithMultipleH1s.length>0&&s.push({severity:"Medium",title:`${i.pagesWithMultipleH1s.length} ${Y(i.pagesWithMultipleH1s.length,"page has","pages have")} multiple H1s`,what:"These pages serve more than one `<h1>` in the document, sending conflicting topic signals.",urls:i.pagesWithMultipleH1s,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"}),i.pagesWithNoStructuredData.length>0&&s.push({severity:"Medium",title:`${i.pagesWithNoStructuredData.length} ${Y(i.pagesWithNoStructuredData.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:i.pagesWithNoStructuredData,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)"}),i.totalImgsMissingAlt>0){let u=i.pagesWithImgsMissingAlt.map(d=>{let f=o.find(g=>g.url===d.url)?.imgsMissingAltSrcs??[];return`${d.url} \u2014 ${d.count} ${Y(d.count,"image")}${f.length>0?` (${f.join(", ")}${d.count>f.length?", \u2026":""})`:""}`});s.push({severity:"Medium",title:`${i.totalImgsMissingAlt} ${Y(i.totalImgsMissingAlt,"image is","images are")} missing alt text across ${i.pagesWithImgsMissingAlt.length} ${Y(i.pagesWithImgsMissingAlt.length,"page")}`,what:'These `<img>` tags carry no `alt` attribute at all (decorative `alt=""` counts as present and is not flagged).',urls:u,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 s.sort((u,d)=>wa[u.severity]-wa[d.severity])}function Im(e){let t=[];for(let n of e.filter(r=>r.fetched)){let r=Tn(n).filter(o=>o.present).map(o=>o.kind==="json_ld"?`${Ut[o.kind]} (${n.jsonLdTypes.join(", ")})`:Ut[o.kind]);r.length>0&&t.push(`- ${n.url} \u2014 ${r.join(", ")}`)}return t}function ka(e){let t=Jr(e),n=e.origin??`https://${e.domain.replace(/^https?:\/\//,"").replace(/\/+$/,"")}`,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 ${Yr}.**`),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 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(s.what),s.urls.length>0){o.push(""),o.push("Affected URLs:");for(let c of s.urls)o.push(`- ${c}`)}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("");let i=Im(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(`
525
- `)}function va(e){let t=[],n=/^## \[(Critical|High|Medium|Low)\] (.+)$/gm,r;for(;(r=n.exec(e))!==null;)t.push({severity:r[1],title:r[2].trim()});return t}var Tm=15,Om=30,Lm=5,jm=18e4,Nm=15e3,Dm=2;function xa(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 Mm(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=`${xa(r)?"http":"https"}://${n}`}try{let r=new URL(n);return r.protocol!=="http:"&&r.protocol!=="https:"?null:r.origin}catch{return null}}function Qr(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=Mm(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=xa(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 Zr(e={}){let t=process.cwd(),n=O(t);if(!n)return;let r=Qr({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!r.ok){l.error(r.error),process.exitCode=1;return}if(r.source==="flag")try{q(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??Tm),Om),s=`${r.origin}/`;l.info(`Capturing live-crawl evidence from ${r.origin} (up to ${i} pages + robots + sitemap)\u2026`),r.sourceRender&&l.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=Date.now()+jm,[c,u,d]=await Promise.all([zr(s,e.fetchImpl),fa(r.origin,e.fetchImpl),ma(r.origin,e.fetchImpl)]),p=c.html?aa(c.html,s):[],g=Um({home:s,sitemapUrls:Sa(d.urls,r.origin),navLinks:p,repoUrls:Sa(Bm(t,o),r.origin),max:i}).filter(P=>P!==s),y=await da(g,{concurrency:Lm,fetchImpl:e.fetchImpl,deadlineMs:a}),h=[c.evidence,...y];await Gm(h,a,e.fetchImpl);let w={domain:o,origin:r.origin,originSource:r.source,sourceRender:r.sourceRender,capturedAt:new Date().toISOString(),pages:h,robots:u,sitemap:d},$=Xr(t,k,"audit");Pm($,{recursive:!0});let S=Xr($,"evidence.md");$a(S,ha(w),"utf-8");let T=Xr($,"findings.md");if($a(T,ka(w),"utf-8"),e.json){process.stdout.write(JSON.stringify(w,null,2)+`
526
- `);return}Hm(w,S,T)}function Fm(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 Um(e){let t=new Set,n=[],r=o=>{if(n.length>=e.max)return;let i=Fm(o);!i||t.has(i)||(t.add(i),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 n}function Bm(e,t){try{return oe(e,t).pages.map(n=>n.url).filter(n=>/^https?:\/\//.test(n))}catch{return[]}}async function Gm(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 Vr(o.url,{attempts:Dm,timeoutMs:Nm,fetchImpl:n});e[r]=i.fetched?i:{...i,failureReason:i.failureReason??o.failureReason??null}}}function Sa(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 Hm(e,t,n){let r=ya(e),o=Bt(e.pages);l.success(`Captured evidence for ${r.fetched}/${r.pages} page${r.pages===1?"":"s"} from ${e.origin??e.domain} \u2192 ${ee.dim(t)}`);let i=e.pages.filter(a=>!a.fetched);if(i.length>0){l.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)l.message(` ${ee.red("\u2717")} ${a.url} \u2014 ${a.failureReason??(a.status===null?"network error":`HTTP ${a.status}`)}`)}e.sourceRender&&l.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."),l.message(` robots.txt: ${r.robotsFetched?ee.green("fetched"):ee.yellow("not reachable")} \xB7 sitemap: ${r.sitemapCount===null?ee.yellow("not reachable"):ee.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&&l.message(` ${ee.yellow("!")} rollup: ${s.join(" \xB7 ")}`),r.shells>0&&l.message(` ${ee.yellow("!")} ${r.shells} page(s) render as a client-side shell \u2014 crawlers can't see the content`),n){let a=Jr(e).length;l.message(` findings report: ${a===0?ee.green("no confirmed findings"):ee.yellow(`${a} confirmed finding${a===1?"":"s"}`)} \u2192 ${ee.dim(n)}`)}l.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 zm,mkdirSync as Vm,writeFileSync as Ym}from"fs";import{dirname as Pa,join as Jm}from"path";import me from"picocolors";var Wm=10,Ca=30,eo=200;function Ra(e,t,n){let r=new URL(t).host,o=new Set,i=[];for(let c of e){let u;try{u=new URL(c)}catch{continue}if(u.host!==r){let p=f=>f.replace(/^www\./,"");if(p(u.host)!==p(r))continue}let d=u.href.split("#")[0];o.has(d)||(o.add(d),!ve(ue(d))&&(/\.(md|txt)$/i.test(u.pathname)||i.push(d)))}let s=`${t.replace(/\/$/,"")}/`,a=i.findIndex(c=>c===s||c===s.slice(0,-1));if(a>0){let[c]=i.splice(a,1);i.unshift(c)}return{selected:i.slice(0,n),skipped:i.slice(n)}}function Km(e,t){let n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n}function to(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 Ln(e){return e.replace(/\|/g,"\\|")}function _a(e){return e.error?e.error:e.coverageState||e.indexStatus}function Ea(e,t){let n=to(e),r=e.filter(c=>!c.error&&c.indexStatus==="PASS"),o=e.filter(c=>c.error||c.indexStatus==="ERROR"),i=e.filter(c=>!r.includes(c)&&!o.includes(c)),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 c of i)a.push(`| ${Ln(c.url)} | ${c.indexStatus} | ${Ln(_a(c))} | ${c.lastCrawlTime??"\u2014"} | ${c.robotsTxtState??"\u2014"} | ${c.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 c of r)a.push(`| ${Ln(c.url)} | ${Ln(_a(c))} | ${c.googleCanonical??"\u2014"} | ${c.lastCrawlTime??"\u2014"} |`);a.push("")}if(o.length>0){a.push(`## Inspection errors (${o.length})`,"");for(let c of o)a.push(`- ${c.url} \u2014 ${c.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 c=t.notInspected.slice(0,100);for(let u of c)a.push(`- ${u}`);t.notInspected.length>c.length&&a.push(`- \u2026and ${t.notInspected.length-c.length} more`),a.push("")}return a.join(`
527
- `)}var Ue=class extends Error{constructor(n,r){super(r);this.code=n}};async function Aa(e){let t=(e.apiBase||e.auth.api_base).replace(/\/$/,""),n=Km(e.urls,Wm),r=[],o="";for(let[i,s]of n.entries()){let a;try{a=await A(`${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(u){throw new Ue("http_error",`Network error calling ${t}/api/cli/indexing: ${u instanceof Error?u.message:String(u)}`)}let c=await a.json().catch(()=>({}));if(!a.ok||c.status!=="ok"){let u=c.code;throw u==="gsc_not_connected"||u==="gsc_property_not_found"||u==="gsc_token_error"||u==="invalid_credentials"?new Ue(u,c.error||u):new Ue("http_error",c.error||`HTTP ${a.status} from /api/cli/indexing`)}o=c.site_url||o,r.push(...c.results??[]),e.onProgress?.(r.length,e.urls.length)}return{siteUrl:o,results:r}}var qm=5;async function Ia(e,t=fetch){let n=`${e.replace(/\/$/,"")}/sitemap.xml`,r=async a=>{try{let c=await A(a,{},{fetchImpl:t,timeoutMs:15e3});return c.ok?Ne(await c.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,qm)){let c=await r(a);c&&s.push(...c.filter(u=>!/\.xml(\?.*)?$/i.test(u)))}return s.length===0?null:{sitemapUrl:n,urls:s}}async function no(e={}){let t=process.cwd(),n=O(t);if(!n)return;let r=N();if(!r){l.error(`Indexing coverage needs Google Search Console, which comes with the FREE cloud account.
528
- Run ${me.cyan("seoagent login")} (connects GSC), then re-run ${me.cyan("seoagent indexing")}.`),process.exitCode=1;return}let o=Qr({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!o.ok){l.error(o.error),process.exitCode=1;return}let i=o.origin,s=Math.min(Math.max(1,e.max??Ca),eo);l.info(`Reading live sitemap from ${i}/sitemap.xml\u2026`);let a=await Ia(i,e.fetchImpl),c=a?.urls??[`${i.replace(/\/$/,"")}/`];a||l.warn("No parseable sitemap found \u2014 inspecting the homepage only.");let{selected:u,skipped:d}=Ra(c,i,s);if(u.length===0){l.error(`The sitemap at ${i}/sitemap.xml lists no inspectable same-origin URLs.`),process.exitCode=1;return}l.info(`Inspecting ${u.length} URL${u.length===1?"":"s"} with Google Search Console (this takes a few seconds per URL)\u2026`);let p;try{p=await Aa({urls:u,auth:r,apiBase:e.apiBase,fetchImpl:e.fetchImpl,onProgress:($,S)=>{$<S&&l.info(` \u2026${$}/${S} inspected`)}})}catch($){if($ instanceof Ue){let S={invalid_credentials:`Stored credentials were rejected \u2014 run ${me.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.`,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."};l.error(`${$.message}
529
- ${S[$.code]}`)}else l.error(`Indexing lookup failed: ${$ instanceof Error?$.message:String($)}`);process.exitCode=1;return}let f=(e.now?.()??new Date).toISOString(),g=Ea(p.results,{origin:i,siteUrl:p.siteUrl,generatedAt:f,sitemapUrl:a?.sitemapUrl??null,sitemapUrlCount:c.length,notInspected:d}),y=Jm(Ae(t),"audit","indexing.md");zm(Pa(y))||Vm(Pa(y),{recursive:!0}),Ym(y,g,"utf-8");let h=to(p.results);if(e.json){process.stdout.write(JSON.stringify({origin:i,site_url:p.siteUrl,summary:h,results:p.results,not_inspected:d},null,2)+`
530
- `);return}let w=h.inspected>0?Math.round(h.indexed/h.inspected*100):0;l.info(""),l.info(`${me.bold("Indexing coverage")} for ${i} (GSC property ${p.siteUrl}):`),l.info(` ${me.green(`${h.indexed} indexed`)} \xB7 ${h.notIndexed>0?me.yellow(`${h.notIndexed} not indexed`):"0 not indexed"} \xB7 ${h.errors>0?me.red(`${h.errors} errors`):"0 errors"} \u2014 ${w}% of the ${h.inspected} inspected sitemap URLs`),d.length>0&&l.info(` ${d.length} sitemap URLs not inspected (cap ${s}) \u2014 raise with ${me.cyan(`--max ${Math.min(c.length,eo)}`)}`),l.info(` Report: ${me.cyan(".seoagent/audit/indexing.md")}`)}import ro from"picocolors";async function oo(e={}){let t=process.cwd(),n=at(t,{extraFiles:e.files});if(e.json){process.stdout.write(JSON.stringify(n,null,2)+`
531
- `);return}if(!n.evidenceFound){if(e.quiet)return;l.info(`No crawl evidence found (.seoagent/audit/evidence.md) \u2014 run \`${m("crawl")}\` first, then re-run verify-recs. Nothing was verified.`);return}if(n.sourceRender){l.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 \`${m("crawl")} --url <live origin>\` to capture live evidence, then re-run verify-recs.`);return}if(n.corrections.length===0){if(e.quiet)return;l.success(`Verified ${n.scanned.length} authored file${n.scanned.length===1?"":"s"} against the crawl evidence \u2014 no false absence/add claims found.`)}else{l.warn(`Corrected ${n.corrections.length} claim${n.corrections.length===1?"":"s"} that contradicted the live-crawl evidence:`);for(let r of n.corrections)l.message(` ${ro.dim(`${r.file}:${r.line}`)} \u2014 the live page already serves ${ro.bold(r.entityLabel)} (${r.pageUrl})`);l.info("Each line was rewritten in place with a CORRECTION annotation. Reflect these corrections in your final summary \u2014 the original claims were wrong.")}n.skipped.length>0&&l.message(` ${ro.dim(`skipped (protected): ${n.skipped.join(", ")}`)}`)}import{existsSync as Ta,readFileSync as Oa,readdirSync as Xm,statSync as Qm}from"fs";import{join as ae,relative as Zm,sep as eg}from"path";var tg=["Critical","High","Medium","Low"],ng={Critical:5,High:3,Medium:2,Low:1},rg=8;function og(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
532
- `,1)[0].trim(),i=tg.find(p=>o.toLowerCase().startsWith(p.toLowerCase()));if(!i)continue;let s=r.split(`
533
- `).slice(1),a=null,c=0,u=ng[i]??2,d=()=>{a&&c<u&&(t.push({severity:i,block:a.join(`
534
- `).trimEnd()}),c++),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,rg)}function ig(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 c=new RegExp(`^${a}:\\s*(\\d+)\\s*$`,"m").exec(n[1]);c&&(t[a]=parseInt(c[1],10))}let r=[],o=null,i=null,s=()=>{i&&r.push(i),i=null};for(let a of e.split(`
535
- `)){let c=/^## (Harvest|Redirect|Sunset)\b/i.exec(a);if(c){s(),o=c[1].toLowerCase();continue}if(/^## /.test(a)){s(),o=null;continue}let u=/^- \[[ xX]\] `([^`]+)`/.exec(a);if(u&&o){s(),i={asset:u[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 sg=5;function ag(e){let t=[];for(let n of e.split(`
536
- `)){let r=/^\s*- \[ \]\s+(.+)$/.exec(n);if(r&&t.push(r[1].trim()),t.length>=sg)break}return t}function La(e,t=[]){let n;try{n=Xm(e)}catch{return t}for(let r of n){let o=ae(e,r),i;try{i=Qm(o)}catch{continue}i.isDirectory()?La(o,t):r.endsWith(".md")&&t.push(o)}return t}function cg(e,t=[]){let n=[],r=new Set(La(ae(e,k)));for(let o of t){let i=ae(e,o);Ta(i)&&r.add(i)}for(let o of r){let i;try{i=Oa(o,"utf-8")}catch{continue}let s=i.split(`
537
- `);for(let a=0;a<s.length;a++)s[a].includes(Sn)&&n.push({file:Zm(e,o).split(eg).join("/"),line:a+1,text:s[a].trim()})}return n}function lg(e){let t=e.evidenceMd===null?"missing":xn(e.evidenceMd)?"source-render":"live",n=t==="live",r=e.auditMd?og(e.auditMd):[],o=e.findingsMd?va(e.findingsMd):[],i=e.migrationMd?ig(e.migrationMd):null,s=e.roadmapMd?ag(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 c="";for(let u of r)u.severity!==c&&(a.push(`### ${u.severity}`),a.push(""),c=u.severity),a.push(u.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 c of o)a.push(`- **[${c.severity}]** ${c.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 c of e.corrections)a.push(`- \`${c.file}:${c.line}\` \u2014 ${c.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 c of i.rows)a.push(`| \`${c.asset}\` | ${c.disposition} | ${c.evidence} | ${c.action} |`);a.push("")}return s.length>0&&(a.push("## Next steps (top open roadmap items)"),a.push(""),s.forEach((c,u)=>a.push(`${u+1}. ${c}`)),a.push("")),{markdown:a.join(`
538
- `),json:{domain:e.domain,liveStateVerified:n,evidenceStatus:t,findings:r,technicalFindings:o,corrections:e.corrections,migration:i,roadmap:s}}}function ut(e){try{return Ta(e)?Oa(e,"utf-8"):null}catch{return null}}function ug(e){let t=ut(ae(e,k,"project.md"));if(!t)return null;let n=/^domain:\s*(\S+)\s*$/m.exec(t);return n?n[1]:null}function ja(e,t=[]){try{at(e,{extraFiles:t})}catch{}let n=ae(e,k);return lg({domain:ug(e),auditMd:ut(ae(n,"audit","latest.md")),findingsMd:ut(ae(n,"audit","findings.md")),migrationMd:ut(ae(n,"strategy","migration-plan.md")),roadmapMd:ut(ae(n,"roadmap.md")),evidenceMd:ut(ae(n,"audit","evidence.md")),corrections:cg(e,t)})}function io(e={}){let t=ja(process.cwd(),e.files??[]);if(e.json){process.stdout.write(JSON.stringify(t.json,null,2)+`
520
+ `,"utf-8"),r.push("log.md")),{created:r,okfDir:n}}var Wr=`${k}/${lt}`;function Mt(e,t={}){let n=process.cwd(),r=L(n);if(!r)return;let o=(e||"status").toLowerCase(),i=r.domain&&r.domain!=="unknown"?r.domain:null;if(o==="scaffold"){let{created:a}=ia(n,i);a.length===0?l.info(`OKF bundle already scaffolded at ${Wr}/.`):(l.success(`Scaffolded ${Wr}/ \u2014 created ${a.join(", ")}.`),l.info("Now fill the bundle from your .seoagent/ knowledge, then run `seoagent okf validate`."));return}if(o==="validate"){let a=oa(Pn(n));if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
521
+ `);return}for(let c of a.errors)l.message(`${se.red("\u2717")} ${se.dim(c.file)} \u2014 ${c.message}`);for(let c of a.warnings)l.message(`${se.yellow("!")} ${se.dim(c.file)} \u2014 ${c.message}`);a.ok?l.success(`OKF bundle is valid \u2014 ${a.fileCount} file${a.fileCount===1?"":"s"}, ${a.warnings.length} warning${a.warnings.length===1?"":"s"}.`):(l.error(`OKF bundle has ${a.errors.length} error${a.errors.length===1?"":"s"} (see above).`),process.exitCode=1);return}let s=Tn(n);if(t.json){process.stdout.write(JSON.stringify(s,null,2)+`
522
+ `);return}l.message(D([{content:se.bold("Open Knowledge Format")},{sep:!0},{content:`Bundle: ${s.exists?se.green(Wr+"/"):se.dim("not created")}`},{content:`Files: ${s.exists?String(s.fileCount):"\u2014"}`},{sep:!0},{content:s.exists?se.dim("Run `seoagent okf validate` to check it."):se.dim("Run `seoagent okf scaffold` to start one.")}],{title:se.cyan("OKF")}))}import W from"picocolors";async function Kr(e={}){let t=process.cwd(),n=L(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r&&!e.url){l.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?oe(t,r).pages.map(s=>s.url||s.route):[],i=await xi({domain:r||"",sitemapUrl:e.url,knownUrls:o});if(e.json){process.stdout.write(JSON.stringify(i,null,2)+`
523
+ `),i.ok||(process.exitCode=1);return}cm(i),i.ok||(process.exitCode=1)}function cm(e){let t=e.fetched?e.status===200?W.green(`200 \xB7 ${e.urls.length} URL${e.urls.length===1?"":"s"}`):W.red(String(e.status)):W.red("unreachable");l.message(D([{content:W.bold("Sitemap check")},{sep:!0},{content:`URL: ${W.dim(e.sitemapUrl)}`},{content:`Status: ${t}`},...e.fetched&&e.status===200?[{content:`Private leaked: ${e.privateUrls.length===0?W.green("none"):W.yellow(String(e.privateUrls.length))}`},{content:`Missing public: ${e.missing.length===0?W.green("none"):W.yellow(String(e.missing.length))}`},{content:`<lastmod>: ${e.hasLastmod?W.green("present"):W.dim("absent")}`}]:[]],{title:e.ok?W.cyan("Sitemap"):W.red("Sitemap")}));for(let n of e.issues){let r=n.level==="error"?W.red("\u2717"):n.level==="warning"?W.yellow("!"):W.dim("\xB7");l.message(`${r} ${n.message}`)}e.ok?l.success("Sitemap looks healthy."):l.error("Sitemap has errors (see above).")}import{mkdirSync as Om,writeFileSync as Sa}from"fs";import{join as Qr}from"path";import ee from"picocolors";var Vr=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi,sa=30;function Ut(e){let t=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(e);return t?t[1]:e}function Ft(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 fe(e,t){let n=new RegExp(`\\b${t}\\s*=\\s*"([^"]*)"`,"i").exec(e);if(n)return Ft(n[1]).trim();let r=new RegExp(`\\b${t}\\s*=\\s*'([^']*)'`,"i").exec(e);if(r)return Ft(r[1]).trim();let o=new RegExp(`\\b${t}\\s*=\\s*([^\\s>]+)`,"i").exec(e);return o?Ft(o[1]).trim():null}function lm(e){let t=/<title\b[^>]*>([\s\S]*?)<\/title>/i.exec(e);return t&&Ft(t[1].replace(/\s+/g," ")).trim()||null}function um(e){let t=e.match(/<meta\b[^>]*>/gi)??[];for(let n of t){let r=fe(n,"name");if(r&&r.toLowerCase()==="description"){let o=fe(n,"content");return o&&o.trim()?o.trim():null}}return null}function dm(e){let t=Ut(e),n=[],r=/<h1\b[^>]*>([\s\S]*?)<\/h1>/gi,o;for(;(o=r.exec(t))!==null;){let i=Ft(o[1].replace(/<[^>]+>/g," ").replace(/\s+/g," ")).trim();i&&n.push(i)}return n}function pm(e){let t=e.match(/<link\b[^>]*>/gi)??[];for(let n of t){let r=fe(n,"rel");if(r&&r.toLowerCase().split(/\s+/).includes("canonical")){let o=fe(n,"href");return o&&o.trim()?o.trim():null}}return null}function fm(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:qr(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 qr(e,t=[]){if(Array.isArray(e)){for(let n of e)qr(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"])&&qr(n["@graph"],t)}return t}function aa(e,t){let n={},r=e.match(/<meta\b[^>]*>/gi)??[];for(let o of r){let i=(fe(o,"property")||fe(o,"name")||"").toLowerCase();if(i.startsWith(t)){let s=fe(o,"content");s!==null&&(n[i.slice(t.length)]=s)}}return n}function mm(e){return aa(e,"og:")}function gm(e){return aa(e,"twitter:")}function hm(e,t=5){let r=Ut(e).match(/<img\b[^>]*>/gi)??[],o=0,i=[];for(let s of r)if(!/\salt(?=[\s=/>])/i.test(s)&&(o++,i.length<t)){let c=fe(s,"src");c&&i.push(c)}return{imgCount:r.length,missingAlt:o,missingAltSrcs:i}}var ym=/\.(png|jpe?g|gif|svg|webp|avif|ico|css|js|mjs|json|pdf|zip|gz|mp4|webm|mp3|woff2?|ttf|xml|txt)$/i;function ca(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 c=fe(a,"href");if(!c||c.startsWith("#")||/^(mailto:|tel:|javascript:|data:)/i.test(c))continue;let u;try{u=new URL(c,t)}catch{continue}if(u.origin!==r||ym.test(u.pathname)||$e(u.pathname))continue;u.hash="";let d=u.pathname==="/"?`${u.origin}/${u.search}`:`${u.origin}${u.pathname.replace(/\/+$/,"")}${u.search}`;i.has(d)||(i.add(d),o.push(d))}return o}function la(e){return(Ut(e).replace(Vr," ").match(/<a\b[^>]*\bhref\s*=/gi)??[]).length}function ua(e){let t=Ut(e).replace(Vr," ").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 wm=/\b(loading|please wait|just a moment|redirecting)\b[\s.…]*/i;function bm(e){let t=ua(e),n=la(e),r=Ut(e).replace(Vr," ").replace(/<[^>]+>/g," ").replace(/\s+/g," ").trim(),o=t<sa&&wm.test(r),i=t<sa&&n===0;return o||i}function km(e,t,n=200){let r=fm(t),o=Array.from(new Set(r.flatMap(a=>a.types))),i=pm(t),s=hm(t);return{url:e,status:n,fetched:!0,title:lm(t),metaDescription:um(t),h1s:dm(t),canonical:i,canonicalServerRendered:i===null?null:!0,jsonLd:r,jsonLdTypes:o,openGraph:mm(t),twitter:gm(t),wordCount:ua(t),clientRenderedShell:bm(t),bodyLinkCount:la(t),imgCount:s.imgCount,imgsMissingAlt:s.missingAlt,imgsMissingAltSrcs:s.missingAltSrcs,failureReason:null}}function da(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 vm(e){return typeof e=="function"?{fetchImpl:e}:e??{}}function $m(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 zr(e,t){let n=vm(t),r=da(e);try{let o=await A(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:km(e,i,o.status),html:i}}catch(o){return{evidence:{...r,failureReason:$m(o)},html:null}}}async function Yr(e,t){return(await zr(e,t)).evidence}async function pa(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]=da(e[s],"crawl time budget exhausted before this page could be fetched");continue}r[s]=await Yr(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 Sm(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 c=s.slice(0,a).trim().toLowerCase(),u=s.slice(a+1).trim();if(c==="user-agent"){(!r||!o)&&(r={userAgents:[],disallow:[],allow:[]},t.push(r)),r.userAgents.push(u.toLowerCase()),o=!0;continue}if(o=!1,c==="sitemap"){u&&n.push(u);continue}r||(r={userAgents:["*"],disallow:[],allow:[]},t.push(r)),c==="disallow"?r.disallow.push(u):c==="allow"&&r.allow.push(u)}return{groups:t,sitemaps:n}}function fa(e){let t=e.trim().replace(/\/+$/,"");return/^https?:\/\//i.test(t)?t:`https://${t}`}async function ma(e,t){let n=`${fa(e)}/robots.txt`,r={fetched:!1,status:null,raw:"",groups:[],sitemaps:[]};try{let o=await A(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,...Sm(i)}}catch{return r}}var xm=/\/(blog|posts?|articles?|news)\//i;function _m(e){return e.filter(t=>xm.test(t)).length}async function ga(e,t){let n=`${fa(e)}/sitemap.xml`,r={fetched:!1,status:null,urls:[],count:0,blogUrlCount:0};try{let o=await A(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=Me(i);return{fetched:!0,status:o.status,urls:s,count:s.length,blogUrlCount:_m(s)}}catch{return r}}function Cm(e){return Object.keys(e.twitter).length>0}function Rm(e){return Object.keys(e.openGraph).length>0}function Em(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 Rm(e);case"twitter_card":return Cm(e);case"json_ld":return e.jsonLdTypes.length>0}}var Am=["title","meta_description","canonical","open_graph","twitter_card","json_ld"];function Im(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 Pm(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=Em(e,t);return{kind:t,present:n,safeToRecommendAdding:!n,reason:n?Im(e,t):`${t} genuinely absent in the server HTML \u2014 safe to recommend adding`}}function On(e){return Am.map(t=>Pm(e,t))}var Bt={title:"<title>",meta_description:"meta description",canonical:"canonical",open_graph:"Open Graph tags",twitter_card:"Twitter card",json_ld:"JSON-LD schema"};var Jr="SOURCE RENDER (local dev server) \u2014 NOT the public live site";function ha(e){return e===null||e===""?"_(none)_":e}function Gt(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 Ln(e,t){return t.length===0?`- **${e}:** _(none \u2014 all pages pass)_`:`- **${e}:** ${t.join(", ")}`}function ya(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,c=[];c.push("---"),c.push(`domain: ${t}`),c.push(`origin: ${s}`),e.originSource&&c.push(`origin_source: ${e.originSource}`),c.push(`source_render: ${a}`),c.push(`captured_at: ${n}`),c.push(`pages_crawled: ${r.length}`);let u=r.filter(p=>p.fetched),d=r.filter(p=>!p.fetched);if(c.push(`pages_discovered: ${r.length}`),c.push(`pages_captured: ${u.length}`),c.push(`capture_complete: ${d.length===0}`),c.push("note: >-"),a?(c.push(" SOURCE-RENDER evidence (local dev server). Every fact here was fetched"),c.push(" from a loopback origin that was NOT designated as the live site \u2014 it"),c.push(" describes the LOCAL RENDER only, never the public live site. Do NOT"),c.push(" emit live-state claims (present OR absent) from this file.")):(c.push(" Live-crawl evidence base. Every fact here was fetched from the live site."),c.push(" The audit must ground all Confirmed claims on THIS file, never on repo"),c.push(" source or priors. Do NOT recommend adding schema / robots rules /"),c.push(" canonical tags that already appear below.")),c.push("---"),c.push(""),c.push(`# Live-Crawl Evidence \u2014 ${t}`),c.push(""),c.push(`**Crawled origin:** ${s} at ${n}`),c.push(""),a&&(c.push(`> **\u26A0 ${Jr}.**`),c.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>\`.`),c.push("")),d.length>0){c.push(`## \u26A0 Pages NOT captured (${d.length} of ${r.length} discovered) \u2014 crawl INCOMPLETE`),c.push(""),c.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."),c.push("");for(let p of d)c.push(`- ${p.url} \u2014 ${p.failureReason??(p.status===null?"network error":`HTTP ${p.status}`)}`);c.push("")}if(c.push("## robots.txt (Confirmed)"),!o.fetched)c.push(`- Not fetched (HTTP ${o.status??"network error"}). Do NOT assert any robots.txt rule \u2014 it is unverified (Hypothesis).`);else{let p=o.groups.flatMap(g=>g.disallow).filter(Boolean);c.push(`- Fetched: HTTP ${o.status}`),c.push(`- Disallow rules present: ${p.length===0?"**none** (do NOT claim any path is blocked)":p.map(g=>`\`${g}\``).join(", ")}`),c.push(`- Sitemap declarations: ${o.sitemaps.length===0?"_(none)_":o.sitemaps.join(", ")}`),c.push("- Raw contents:"),c.push("```"),c.push(o.raw.trim()),c.push("```")}c.push(""),c.push("## sitemap.xml (Confirmed)"),i.fetched?(c.push(`- **${i.count} URL${i.count===1?"":"s"}**, ${i.blogUrlCount} blog/article post${i.blogUrlCount===1?"":"s"}`),i.blogUrlCount===0&&c.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).")):c.push(`- Not fetched (HTTP ${i.status??"network error"}). Do NOT assert a sitemap URL count.`),c.push("");let f=Gt(r);c.push("## Site-wide rollup (Confirmed)"),c.push(Ln("Pages missing canonical",f.pagesMissingCanonical)),c.push(Ln("Pages missing meta description",f.pagesMissingMetaDescription)),c.push(Ln("Pages with multiple H1s",f.pagesWithMultipleH1s)),c.push(Ln("Pages with no structured data (zero JSON-LD)",f.pagesWithNoStructuredData)),c.push(f.totalImgsMissingAlt===0?"- **Images missing alt:** _(none \u2014 every crawled image has an alt attribute)_":`- **Images missing alt:** ${f.totalImgsMissingAlt} total \u2014 ${f.pagesWithImgsMissingAlt.map(p=>`${p.url} (${p.count})`).join(", ")}`),c.push("");for(let p of r){if(c.push(`## ${p.url}`),!p.fetched){c.push(`- Not fetched (${p.failureReason??(p.status===null?"network error":`HTTP ${p.status}`)}). No claims about this page are Confirmed.`),c.push("");continue}c.push(`- HTTP ${p.status} \xB7 ${p.wordCount} body words`),c.push(`- **title:** ${ha(p.title)}`),c.push(`- **meta description:** ${ha(p.metaDescription)}`),c.push(`- **h1(s):** ${p.h1s.length===0?"_(none \u2014 missing H1, Confirmed)_":p.h1s.map(w=>`\`${w}\``).join(" | ")}${p.h1s.length>1?` **(\u26A0 ${p.h1s.length} H1s \u2014 conflicting)**`:""}`),c.push(`- **canonical:** ${p.canonical===null?"_(none in server HTML)_":`\`${p.canonical}\` (${p.canonicalServerRendered?"server-rendered":"client-rendered"})`}`),c.push(`- **JSON-LD @types present:** ${p.jsonLdTypes.length===0?"_(none \u2014 safe to recommend adding schema)_":p.jsonLdTypes.map(w=>`\`${w}\``).join(", ")+" \u2014 **already present; do NOT recommend adding these**"}`);let g=Object.keys(p.openGraph),y=Object.keys(p.twitter);c.push(`- **Open Graph:** ${g.length===0?"_(none)_":g.map(w=>`og:${w}`).join(", ")}`),c.push(`- **Twitter:** ${y.length===0?"_(none)_":y.map(w=>`twitter:${w}`).join(", ")}`),c.push(`- **images:** ${p.imgCount} total, ${p.imgsMissingAlt===0?"all have alt":`**${p.imgsMissingAlt} missing alt**${p.imgsMissingAltSrcs.length>0?` (${p.imgsMissingAltSrcs.map(w=>`\`${w}\``).join(", ")}${p.imgsMissingAlt>p.imgsMissingAltSrcs.length?", \u2026":""})`:""} (Confirmed)`}`),p.clientRenderedShell&&c.push(`- **\u26A0 client-rendered shell:** server HTML has ${p.wordCount} words and ${p.bodyLinkCount} in-body links \u2014 crawlers can't see the content (Confirmed). Any on-page data (counts, listings) is Likely/Hypothesis, not Confirmed.`);let h=On(p).filter(w=>w.present).map(w=>Bt[w.kind]);h.length>0&&c.push(`- **Already present (do NOT recommend adding):** ${h.join(", ")} \u2014 verified in the server \`<head>\`.`),c.push("")}return c.join(`
524
+ `)}function wa(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 ba={Critical:0,High:1,Medium:2,Low:3};function ka(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 Y(e,t,n){return e===1?t:n??`${t}s`}function Xr(e){let{pages:t,robots:n,sitemap:r}=e,o=t.filter(u=>u.fetched),i=Gt(t),s=[],a=o.filter(u=>u.clientRenderedShell);a.length>0&&s.push({severity:"Critical",title:`${a.length} ${Y(a.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:a.map(u=>u.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:a.map(u=>`evidence.md \xA7 ${u.url} \u2014 client-rendered shell`).join("; ")});let c=t.filter(u=>!u.fetched);if(c.length>0&&s.push({severity:"High",title:`${c.length} discovered ${Y(c.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:c.map(u=>`${u.url} (${u.failureReason??(u.status===null?"network error":`HTTP ${u.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||s.push({severity:"High",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)s.push({severity:"High",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 u=new Set(r.urls.map(f=>ka(f)).filter(Boolean)),d=o.filter(f=>{let p=ka(f.url);return p!==null&&!u.has(p)});d.length>0&&s.push({severity:"Medium",title:`${d.length} crawled ${Y(d.length,"page is","pages are")} missing from sitemap.xml (${r.count} ${Y(r.count,"URL")} listed vs ${o.length} ${Y(o.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:d.map(f=>f.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} ${Y(r.count,"URL")}`})}if(n.fetched&&r.fetched&&n.sitemaps.length===0&&s.push({severity:"Medium",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)_"}),i.pagesMissingCanonical.length>0&&s.push({severity:"Medium",title:`${i.pagesMissingCanonical.length} ${Y(i.pagesMissingCanonical.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:i.pagesMissingCanonical,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"}),i.pagesMissingMetaDescription.length>0&&s.push({severity:"Medium",title:`${i.pagesMissingMetaDescription.length} ${Y(i.pagesMissingMetaDescription.length,"page is","pages are")} missing a meta description`,what:'These pages serve no `<meta name="description">` in the server HTML.',urls:i.pagesMissingMetaDescription,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"}),i.pagesWithMultipleH1s.length>0&&s.push({severity:"Medium",title:`${i.pagesWithMultipleH1s.length} ${Y(i.pagesWithMultipleH1s.length,"page has","pages have")} multiple H1s`,what:"These pages serve more than one `<h1>` in the document, sending conflicting topic signals.",urls:i.pagesWithMultipleH1s,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"}),i.pagesWithNoStructuredData.length>0&&s.push({severity:"Medium",title:`${i.pagesWithNoStructuredData.length} ${Y(i.pagesWithNoStructuredData.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:i.pagesWithNoStructuredData,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)"}),i.totalImgsMissingAlt>0){let u=i.pagesWithImgsMissingAlt.map(d=>{let p=o.find(g=>g.url===d.url)?.imgsMissingAltSrcs??[];return`${d.url} \u2014 ${d.count} ${Y(d.count,"image")}${p.length>0?` (${p.join(", ")}${d.count>p.length?", \u2026":""})`:""}`});s.push({severity:"Medium",title:`${i.totalImgsMissingAlt} ${Y(i.totalImgsMissingAlt,"image is","images are")} missing alt text across ${i.pagesWithImgsMissingAlt.length} ${Y(i.pagesWithImgsMissingAlt.length,"page")}`,what:'These `<img>` tags carry no `alt` attribute at all (decorative `alt=""` counts as present and is not flagged).',urls:u,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 s.sort((u,d)=>ba[u.severity]-ba[d.severity])}function Tm(e){let t=[];for(let n of e.filter(r=>r.fetched)){let r=On(n).filter(o=>o.present).map(o=>o.kind==="json_ld"?`${Bt[o.kind]} (${n.jsonLdTypes.join(", ")})`:Bt[o.kind]);r.length>0&&t.push(`- ${n.url} \u2014 ${r.join(", ")}`)}return t}function va(e){let t=Xr(e),n=e.origin??`https://${e.domain.replace(/^https?:\/\//,"").replace(/\/+$/,"")}`,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 ${Jr}.**`),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 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(s.what),s.urls.length>0){o.push(""),o.push("Affected URLs:");for(let c of s.urls)o.push(`- ${c}`)}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("");let i=Tm(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(`
525
+ `)}function $a(e){let t=[],n=/^## \[(Critical|High|Medium|Low)\] (.+)$/gm,r;for(;(r=n.exec(e))!==null;)t.push({severity:r[1],title:r[2].trim()});return t}var Lm=15,jm=30,Nm=5,Dm=18e4,Mm=15e3,Fm=2;function _a(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 Um(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=`${_a(r)?"http":"https"}://${n}`}try{let r=new URL(n);return r.protocol!=="http:"&&r.protocol!=="https:"?null:r.origin}catch{return null}}function Zr(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=Um(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=_a(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 eo(e={}){let t=process.cwd(),n=L(t);if(!n)return;let r=Zr({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!r.ok){l.error(r.error),process.exitCode=1;return}if(r.source==="flag")try{q(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??Lm),jm),s=`${r.origin}/`;l.info(`Capturing live-crawl evidence from ${r.origin} (up to ${i} pages + robots + sitemap)\u2026`),r.sourceRender&&l.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=Date.now()+Dm,[c,u,d]=await Promise.all([zr(s,e.fetchImpl),ma(r.origin,e.fetchImpl),ga(r.origin,e.fetchImpl)]),f=c.html?ca(c.html,s):[],g=Gm({home:s,sitemapUrls:xa(d.urls,r.origin),navLinks:f,repoUrls:xa(Hm(t,o),r.origin),max:i}).filter(P=>P!==s),y=await pa(g,{concurrency:Nm,fetchImpl:e.fetchImpl,deadlineMs:a}),h=[c.evidence,...y];await Wm(h,a,e.fetchImpl);let w={domain:o,origin:r.origin,originSource:r.source,sourceRender:r.sourceRender,capturedAt:new Date().toISOString(),pages:h,robots:u,sitemap:d},S=Qr(t,k,"audit");Om(S,{recursive:!0});let $=Qr(S,"evidence.md");Sa($,ya(w),"utf-8");let T=Qr(S,"findings.md");if(Sa(T,va(w),"utf-8"),e.json){process.stdout.write(JSON.stringify(w,null,2)+`
526
+ `);return}Km(w,$,T)}function Bm(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 Gm(e){let t=new Set,n=[],r=o=>{if(n.length>=e.max)return;let i=Bm(o);!i||t.has(i)||(t.add(i),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 n}function Hm(e,t){try{return oe(e,t).pages.map(n=>n.url).filter(n=>/^https?:\/\//.test(n))}catch{return[]}}async function Wm(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 Yr(o.url,{attempts:Fm,timeoutMs:Mm,fetchImpl:n});e[r]=i.fetched?i:{...i,failureReason:i.failureReason??o.failureReason??null}}}function xa(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 Km(e,t,n){let r=wa(e),o=Gt(e.pages);l.success(`Captured evidence for ${r.fetched}/${r.pages} page${r.pages===1?"":"s"} from ${e.origin??e.domain} \u2192 ${ee.dim(t)}`);let i=e.pages.filter(a=>!a.fetched);if(i.length>0){l.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)l.message(` ${ee.red("\u2717")} ${a.url} \u2014 ${a.failureReason??(a.status===null?"network error":`HTTP ${a.status}`)}`)}e.sourceRender&&l.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."),l.message(` robots.txt: ${r.robotsFetched?ee.green("fetched"):ee.yellow("not reachable")} \xB7 sitemap: ${r.sitemapCount===null?ee.yellow("not reachable"):ee.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&&l.message(` ${ee.yellow("!")} rollup: ${s.join(" \xB7 ")}`),r.shells>0&&l.message(` ${ee.yellow("!")} ${r.shells} page(s) render as a client-side shell \u2014 crawlers can't see the content`),n){let a=Xr(e).length;l.message(` findings report: ${a===0?ee.green("no confirmed findings"):ee.yellow(`${a} confirmed finding${a===1?"":"s"}`)} \u2192 ${ee.dim(n)}`)}l.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 Ym,mkdirSync as Jm,writeFileSync as Xm}from"fs";import{dirname as Ta,join as Qm}from"path";import me from"picocolors";var qm=10,Ra=30,to=200;function Ea(e,t,n){let r=new URL(t).host,o=new Set,i=[];for(let c of e){let u;try{u=new URL(c)}catch{continue}if(u.host!==r){let f=p=>p.replace(/^www\./,"");if(f(u.host)!==f(r))continue}let d=u.href.split("#")[0];o.has(d)||(o.add(d),!$e(ue(d))&&(/\.(md|txt)$/i.test(u.pathname)||i.push(d)))}let s=`${t.replace(/\/$/,"")}/`,a=i.findIndex(c=>c===s||c===s.slice(0,-1));if(a>0){let[c]=i.splice(a,1);i.unshift(c)}return{selected:i.slice(0,n),skipped:i.slice(n)}}function Vm(e,t){let n=[];for(let r=0;r<e.length;r+=t)n.push(e.slice(r,r+t));return n}function no(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 jn(e){return e.replace(/\|/g,"\\|")}function Ca(e){return e.error?e.error:e.coverageState||e.indexStatus}function Aa(e,t){let n=no(e),r=e.filter(c=>!c.error&&c.indexStatus==="PASS"),o=e.filter(c=>c.error||c.indexStatus==="ERROR"),i=e.filter(c=>!r.includes(c)&&!o.includes(c)),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 c of i)a.push(`| ${jn(c.url)} | ${c.indexStatus} | ${jn(Ca(c))} | ${c.lastCrawlTime??"\u2014"} | ${c.robotsTxtState??"\u2014"} | ${c.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 c of r)a.push(`| ${jn(c.url)} | ${jn(Ca(c))} | ${c.googleCanonical??"\u2014"} | ${c.lastCrawlTime??"\u2014"} |`);a.push("")}if(o.length>0){a.push(`## Inspection errors (${o.length})`,"");for(let c of o)a.push(`- ${c.url} \u2014 ${c.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 c=t.notInspected.slice(0,100);for(let u of c)a.push(`- ${u}`);t.notInspected.length>c.length&&a.push(`- \u2026and ${t.notInspected.length-c.length} more`),a.push("")}return a.join(`
527
+ `)}var Ge=class extends Error{constructor(n,r){super(r);this.code=n}};async function Ia(e){let t=(e.apiBase||e.auth.api_base).replace(/\/$/,""),n=Vm(e.urls,qm),r=[],o="";for(let[i,s]of n.entries()){let a;try{a=await A(`${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(u){throw new Ge("http_error",`Network error calling ${t}/api/cli/indexing: ${u instanceof Error?u.message:String(u)}`)}let c=await a.json().catch(()=>({}));if(!a.ok||c.status!=="ok"){let u=c.code;throw u==="gsc_not_connected"||u==="gsc_property_not_found"||u==="gsc_token_error"||u==="invalid_credentials"?new Ge(u,c.error||u):new Ge("http_error",c.error||`HTTP ${a.status} from /api/cli/indexing`)}o=c.site_url||o,r.push(...c.results??[]),e.onProgress?.(r.length,e.urls.length)}return{siteUrl:o,results:r}}var zm=5;async function Pa(e,t=fetch){let n=`${e.replace(/\/$/,"")}/sitemap.xml`,r=async a=>{try{let c=await A(a,{},{fetchImpl:t,timeoutMs:15e3});return c.ok?Me(await c.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,zm)){let c=await r(a);c&&s.push(...c.filter(u=>!/\.xml(\?.*)?$/i.test(u)))}return s.length===0?null:{sitemapUrl:n,urls:s}}async function ro(e={}){let t=process.cwd(),n=L(t);if(!n)return;let r=O();if(!r){l.error(`Indexing coverage needs Google Search Console, which comes with the FREE cloud account.
528
+ Run ${me.cyan("seoagent login")} (connects GSC), then re-run ${me.cyan("seoagent indexing")}.`),process.exitCode=1;return}let o=Zr({urlFlag:e.url,liveUrl:n.live_url,domain:n.domain});if(!o.ok){l.error(o.error),process.exitCode=1;return}let i=o.origin,s=Math.min(Math.max(1,e.max??Ra),to);l.info(`Reading live sitemap from ${i}/sitemap.xml\u2026`);let a=await Pa(i,e.fetchImpl),c=a?.urls??[`${i.replace(/\/$/,"")}/`];a||l.warn("No parseable sitemap found \u2014 inspecting the homepage only.");let{selected:u,skipped:d}=Ea(c,i,s);if(u.length===0){l.error(`The sitemap at ${i}/sitemap.xml lists no inspectable same-origin URLs.`),process.exitCode=1;return}l.info(`Inspecting ${u.length} URL${u.length===1?"":"s"} with Google Search Console (this takes a few seconds per URL)\u2026`);let f;try{f=await Ia({urls:u,auth:r,apiBase:e.apiBase,fetchImpl:e.fetchImpl,onProgress:(S,$)=>{S<$&&l.info(` \u2026${S}/${$} inspected`)}})}catch(S){if(S instanceof Ge){let $={invalid_credentials:`Stored credentials were rejected \u2014 run ${me.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.`,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."};l.error(`${S.message}
529
+ ${$[S.code]}`)}else l.error(`Indexing lookup failed: ${S instanceof Error?S.message:String(S)}`);process.exitCode=1;return}let p=(e.now?.()??new Date).toISOString(),g=Aa(f.results,{origin:i,siteUrl:f.siteUrl,generatedAt:p,sitemapUrl:a?.sitemapUrl??null,sitemapUrlCount:c.length,notInspected:d}),y=Qm(Ie(t),"audit","indexing.md");Ym(Ta(y))||Jm(Ta(y),{recursive:!0}),Xm(y,g,"utf-8");let h=no(f.results);if(e.json){process.stdout.write(JSON.stringify({origin:i,site_url:f.siteUrl,summary:h,results:f.results,not_inspected:d},null,2)+`
530
+ `);return}let w=h.inspected>0?Math.round(h.indexed/h.inspected*100):0;l.info(""),l.info(`${me.bold("Indexing coverage")} for ${i} (GSC property ${f.siteUrl}):`),l.info(` ${me.green(`${h.indexed} indexed`)} \xB7 ${h.notIndexed>0?me.yellow(`${h.notIndexed} not indexed`):"0 not indexed"} \xB7 ${h.errors>0?me.red(`${h.errors} errors`):"0 errors"} \u2014 ${w}% of the ${h.inspected} inspected sitemap URLs`),d.length>0&&l.info(` ${d.length} sitemap URLs not inspected (cap ${s}) \u2014 raise with ${me.cyan(`--max ${Math.min(c.length,to)}`)}`),l.info(` Report: ${me.cyan(".seoagent/audit/indexing.md")}`)}import oo from"picocolors";async function io(e={}){let t=process.cwd(),n=at(t,{extraFiles:e.files});if(e.json){process.stdout.write(JSON.stringify(n,null,2)+`
531
+ `);return}if(!n.evidenceFound){if(e.quiet)return;l.info(`No crawl evidence found (.seoagent/audit/evidence.md) \u2014 run \`${m("crawl")}\` first, then re-run verify-recs. Nothing was verified.`);return}if(n.sourceRender){l.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 \`${m("crawl")} --url <live origin>\` to capture live evidence, then re-run verify-recs.`);return}if(n.corrections.length===0){if(e.quiet)return;l.success(`Verified ${n.scanned.length} authored file${n.scanned.length===1?"":"s"} against the crawl evidence \u2014 no false absence/add claims found.`)}else{l.warn(`Corrected ${n.corrections.length} claim${n.corrections.length===1?"":"s"} that contradicted the live-crawl evidence:`);for(let r of n.corrections)l.message(` ${oo.dim(`${r.file}:${r.line}`)} \u2014 the live page already serves ${oo.bold(r.entityLabel)} (${r.pageUrl})`);l.info("Each line was rewritten in place with a CORRECTION annotation. Reflect these corrections in your final summary \u2014 the original claims were wrong.")}n.skipped.length>0&&l.message(` ${oo.dim(`skipped (protected): ${n.skipped.join(", ")}`)}`)}import{existsSync as Oa,readFileSync as La,readdirSync as Zm,statSync as eg}from"fs";import{join as ae,relative as tg,sep as ng}from"path";var rg=["Critical","High","Medium","Low"],og={Critical:5,High:3,Medium:2,Low:1},ig=8;function sg(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
532
+ `,1)[0].trim(),i=rg.find(f=>o.toLowerCase().startsWith(f.toLowerCase()));if(!i)continue;let s=r.split(`
533
+ `).slice(1),a=null,c=0,u=og[i]??2,d=()=>{a&&c<u&&(t.push({severity:i,block:a.join(`
534
+ `).trimEnd()}),c++),a=null};for(let f of s)/^- \[[ xX]\]/.test(f)?(d(),a=/^- \[ \]/.test(f)?[f]:null):a&&/^\s+\S/.test(f)?a.push(f):a&&f.trim()===""&&d();d()}return t.slice(0,ig)}function ag(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 c=new RegExp(`^${a}:\\s*(\\d+)\\s*$`,"m").exec(n[1]);c&&(t[a]=parseInt(c[1],10))}let r=[],o=null,i=null,s=()=>{i&&r.push(i),i=null};for(let a of e.split(`
535
+ `)){let c=/^## (Harvest|Redirect|Sunset)\b/i.exec(a);if(c){s(),o=c[1].toLowerCase();continue}if(/^## /.test(a)){s(),o=null;continue}let u=/^- \[[ xX]\] `([^`]+)`/.exec(a);if(u&&o){s(),i={asset:u[1],disposition:o,evidence:"",action:""};continue}if(!i)continue;let d=/\*\*Evidence \(GSC\):\*\*\s*(.+)$/.exec(a);d&&(i.evidence=d[1].trim());let f=/\*\*Action:\*\*\s*(.+)$/.exec(a);f&&(i.action=f[1].trim())}return s(),r.length===0&&t.harvest+t.redirect+t.sunset===0?null:{...t,rows:r}}var cg=5;function lg(e){let t=[];for(let n of e.split(`
536
+ `)){let r=/^\s*- \[ \]\s+(.+)$/.exec(n);if(r&&t.push(r[1].trim()),t.length>=cg)break}return t}function ja(e,t=[]){let n;try{n=Zm(e)}catch{return t}for(let r of n){let o=ae(e,r),i;try{i=eg(o)}catch{continue}i.isDirectory()?ja(o,t):r.endsWith(".md")&&t.push(o)}return t}function ug(e,t=[]){let n=[],r=new Set(ja(ae(e,k)));for(let o of t){let i=ae(e,o);Oa(i)&&r.add(i)}for(let o of r){let i;try{i=La(o,"utf-8")}catch{continue}let s=i.split(`
537
+ `);for(let a=0;a<s.length;a++)s[a].includes(xn)&&n.push({file:tg(e,o).split(ng).join("/"),line:a+1,text:s[a].trim()})}return n}function dg(e){let t=e.evidenceMd===null?"missing":_n(e.evidenceMd)?"source-render":"live",n=t==="live",r=e.auditMd?sg(e.auditMd):[],o=e.findingsMd?$a(e.findingsMd):[],i=e.migrationMd?ag(e.migrationMd):null,s=e.roadmapMd?lg(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 c="";for(let u of r)u.severity!==c&&(a.push(`### ${u.severity}`),a.push(""),c=u.severity),a.push(u.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 c of o)a.push(`- **[${c.severity}]** ${c.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 c of e.corrections)a.push(`- \`${c.file}:${c.line}\` \u2014 ${c.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 c of i.rows)a.push(`| \`${c.asset}\` | ${c.disposition} | ${c.evidence} | ${c.action} |`);a.push("")}return s.length>0&&(a.push("## Next steps (top open roadmap items)"),a.push(""),s.forEach((c,u)=>a.push(`${u+1}. ${c}`)),a.push("")),{markdown:a.join(`
538
+ `),json:{domain:e.domain,liveStateVerified:n,evidenceStatus:t,findings:r,technicalFindings:o,corrections:e.corrections,migration:i,roadmap:s}}}function ut(e){try{return Oa(e)?La(e,"utf-8"):null}catch{return null}}function pg(e){let t=ut(ae(e,k,"project.md"));if(!t)return null;let n=/^domain:\s*(\S+)\s*$/m.exec(t);return n?n[1]:null}function Na(e,t=[]){try{at(e,{extraFiles:t})}catch{}let n=ae(e,k);return dg({domain:pg(e),auditMd:ut(ae(n,"audit","latest.md")),findingsMd:ut(ae(n,"audit","findings.md")),migrationMd:ut(ae(n,"strategy","migration-plan.md")),roadmapMd:ut(ae(n,"roadmap.md")),evidenceMd:ut(ae(n,"audit","evidence.md")),corrections:ug(e,t)})}function so(e={}){let t=Na(process.cwd(),e.files??[]);if(e.json){process.stdout.write(JSON.stringify(t.json,null,2)+`
539
539
  `);return}process.stdout.write(t.markdown.trimEnd()+`
540
- `)}import{existsSync as $g,mkdirSync as Sg,readFileSync as Wa,writeFileSync as xg}from"fs";import{join as co}from"path";import dt from"picocolors";import{readdirSync as dg,readFileSync as pg,statSync as fg}from"fs";import{join as Nn}from"path";var Da={minImpressionsToPreserve:50,onTopicRelevance:.34},mg=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 Ma(e){return e.toLowerCase().replace(/https?:\/\/[^/]+/g," ").replace(/[^a-z0-9]+/g," ").split(" ").filter(t=>t.length>2&&!mg.has(t)&&!/^\d+$/.test(t))}function Fa(e){let t=new Set;for(let n of e)for(let r of Ma(n))t.add(r);return t}function gg(e,t){let n=Ma(e);return n.length===0||t.size===0?0:n.filter(o=>t.has(o)).length/n.length}function hg(e,t,n=Da){let r=gg(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}`,c,u,d;return o&&i?(c="harvest",u=`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?(c="redirect",u=`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.`):(c="sunset",u=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:c,onTopic:o,relevance:r,rationale:u,action:d}}function Ua(e,t,n=Da){return e.map(r=>hg(r,t,n)).sort((r,o)=>o.row.impressions-r.row.impressions)}function so(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 jn(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 ao(e){let t=e.split(/\r?\n/).filter(p=>p.trim()!=="");if(t.length<2)return[];let n=so(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"]),c=i(["ctr"]),u=i(["position"]),d=[];for(let p=1;p<t.length;p++){let f=so(t[p]),g=(f[0]??"").trim();if(!g)continue;let y=c>=0?f[c]??"":"",h=jn(y);d.push({key:g,kind:o,clicks:s>=0?jn(f[s]??"")??0:0,impressions:a>=0?jn(f[a]??"")??0:0,position:u>=0?jn(f[u]??""):null,ctr:h===null?null:/%/.test(y)?h/100:h})}return d}function yg(e){let t=e.split(/\r?\n/).find(s=>s.trim()!=="");if(!t)return!1;let n=so(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 wg=[".","gsc",Nn(".seoagent","gsc"),Nn("data","gsc")],bg=4096;function Ba(e){let t=[];for(let n of wg){let r=Nn(e,n),o;try{o=dg(r)}catch{continue}for(let i of o){if(!/\.csv$/i.test(i))continue;let s=Nn(r,i);try{if(!fg(s).isFile())continue;let a=pg(s,"utf-8").slice(0,bg);yg(a)&&t.push(s)}catch{}}}return t}var Na=["harvest","redirect","sunset"],kg={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 vg(e){return e.filter(t=>t.disposition==="redirect"&&t.row.kind==="page").map(t=>({from:t.row.key,note:t.action}))}function Ga(e){let{domain:t,directionSummary:n,decisions:r,generatedAt:o}=e,i=Na.reduce((c,u)=>(c[u]=r.filter(d=>d.disposition===u).length,c),{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(`
541
- `);for(let c of Na){let u=r.filter(d=>d.disposition===c);if(u.length!==0){s.push(`## ${kg[c]}`),s.push("");for(let d of u)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=vg(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 c of a)s.push(`${c.from} -> <choose the closest new page>`);s.push("```"),s.push("")}return s.join(`
542
- `)}function Ha(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 lo(e={}){let t=process.cwd(),n=O(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r){l.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=dn(t),i=[r,n.site_type],s=e.direction??"";if(o){let h=o.business;for(let w of[h.type,h.audience,h.industry,h.description,h.name])w&&i.push(w);for(let w of o.writingInstructions)i.push(w);s||(s=[h.description,h.type,h.audience].filter(Boolean).join(" \xB7 "))}s||(s=`${n.site_type} at ${r}`);let a=Fa(i);if(a.size===0){l.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 c=[],u="";if(e.csv){let h=e.csv.startsWith("/")?e.csv:co(t,e.csv);if(!$g(h)){l.error(`GSC CSV not found: ${h}`),process.exitCode=1;return}let w=ao(Wa(h,"utf-8"));c.push(...w),u=`${w.length} row(s) from ${e.csv}`}else{let h=Ba(t);if(h.length>0){let w=null;for(let $ of h)try{let S=ao(Wa($,"utf-8"));(!w||S.length>w.rows.length)&&(w={path:$,rows:S})}catch{}w&&w.rows.length>0&&(c.push(...w.rows),u=`${w.rows.length} row(s) auto-detected from ${w.path}`,l.info(`Auto-detected GSC export: ${dt.dim(w.path)}`))}}if(c.length===0){l.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)."),l.message(dt.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=Ua(c,a),p=new Date().toISOString(),f=co(t,k,"strategy");Sg(f,{recursive:!0});let g=co(f,"migration-plan.md");xg(g,Ga({domain:r,directionSummary:s,decisions:d,generatedAt:p}),"utf-8");let y=Ha(d);if(e.json){process.stdout.write(JSON.stringify({domain:r,directionSummary:s,source:u,summary:y,decisions:d},null,2)+`
543
- `);return}l.success(`Migration plan written \u2192 ${dt.dim(g)} (${u})`),l.message(` ${dt.green(`${y.harvest} harvest`)} \xB7 ${dt.cyan(`${y.redirect} redirect`)} \xB7 ${dt.yellow(`${y.sunset} sunset`)} across ${y.total} legacy asset${y.total===1?"":"s"}`),l.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 tc,writeFileSync as nc,readFileSync as Lg,readdirSync as jg,existsSync as Ng}from"fs";import{join as rc}from"path";import L from"picocolors";import{query as Dg}from"@anthropic-ai/claude-agent-sdk";import{join as uo}from"path";var po="citations",fo="scorecard.md",_g="history",Cg=6,Rg=1,Eg=12,Ag=5,Dn="Claude (web-grounded)";function Mn(e){return uo(e,k,po)}function qa(e){return uo(Mn(e),fo)}function za(e){return uo(Mn(e),_g)}function Va(e){return`${e.replace(/[:.]/g,"-")}.json`}function Ya(e){return typeof e!="number"||!Number.isFinite(e)?Cg:Math.max(Rg,Math.min(Eg,Math.floor(e)))}function Fn(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>=Ag))break}return n}function Gt(e){let t=e.results.length;return{cited:e.results.filter(r=>r.surfaced).length,total:t}}function mo(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 Ja(e,t){let{cited:n,total:r}=Gt(e);return{generated_at:t.generatedAt,domain:e.domain,brand:e.brand,cited:n,total:r,competitors:e.competitors,results:e.results}}function Xa(e,t){if(!t)return null;let{cited:n}=Gt(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 Qa(e,t){let n=Fn(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(`
540
+ `)}import{existsSync as xg,mkdirSync as _g,readFileSync as Ka,writeFileSync as Cg}from"fs";import{join as lo}from"path";import dt from"picocolors";import{readdirSync as fg,readFileSync as mg,statSync as gg}from"fs";import{join as Dn}from"path";var Ma={minImpressionsToPreserve:50,onTopicRelevance:.34},hg=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 Fa(e){return e.toLowerCase().replace(/https?:\/\/[^/]+/g," ").replace(/[^a-z0-9]+/g," ").split(" ").filter(t=>t.length>2&&!hg.has(t)&&!/^\d+$/.test(t))}function Ua(e){let t=new Set;for(let n of e)for(let r of Fa(n))t.add(r);return t}function yg(e,t){let n=Fa(e);return n.length===0||t.size===0?0:n.filter(o=>t.has(o)).length/n.length}function wg(e,t,n=Ma){let r=yg(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}`,c,u,d;return o&&i?(c="harvest",u=`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?(c="redirect",u=`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.`):(c="sunset",u=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:c,onTopic:o,relevance:r,rationale:u,action:d}}function Ba(e,t,n=Ma){return e.map(r=>wg(r,t,n)).sort((r,o)=>o.row.impressions-r.row.impressions)}function ao(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 Nn(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 co(e){let t=e.split(/\r?\n/).filter(f=>f.trim()!=="");if(t.length<2)return[];let n=ao(t[0]).map(f=>f.toLowerCase()),r=n[0]??"",o=/quer/i.test(r)?"query":"page",i=f=>n.findIndex(p=>f.some(g=>p.includes(g))),s=i(["click"]),a=i(["impression"]),c=i(["ctr"]),u=i(["position"]),d=[];for(let f=1;f<t.length;f++){let p=ao(t[f]),g=(p[0]??"").trim();if(!g)continue;let y=c>=0?p[c]??"":"",h=Nn(y);d.push({key:g,kind:o,clicks:s>=0?Nn(p[s]??"")??0:0,impressions:a>=0?Nn(p[a]??"")??0:0,position:u>=0?Nn(p[u]??""):null,ctr:h===null?null:/%/.test(y)?h/100:h})}return d}function bg(e){let t=e.split(/\r?\n/).find(s=>s.trim()!=="");if(!t)return!1;let n=ao(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 kg=[".","gsc",Dn(".seoagent","gsc"),Dn("data","gsc")],vg=4096;function Ga(e){let t=[];for(let n of kg){let r=Dn(e,n),o;try{o=fg(r)}catch{continue}for(let i of o){if(!/\.csv$/i.test(i))continue;let s=Dn(r,i);try{if(!gg(s).isFile())continue;let a=mg(s,"utf-8").slice(0,vg);bg(a)&&t.push(s)}catch{}}}return t}var Da=["harvest","redirect","sunset"],$g={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 Sg(e){return e.filter(t=>t.disposition==="redirect"&&t.row.kind==="page").map(t=>({from:t.row.key,note:t.action}))}function Ha(e){let{domain:t,directionSummary:n,decisions:r,generatedAt:o}=e,i=Da.reduce((c,u)=>(c[u]=r.filter(d=>d.disposition===u).length,c),{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(`
541
+ `);for(let c of Da){let u=r.filter(d=>d.disposition===c);if(u.length!==0){s.push(`## ${$g[c]}`),s.push("");for(let d of u)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=Sg(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 c of a)s.push(`${c.from} -> <choose the closest new page>`);s.push("```"),s.push("")}return s.join(`
542
+ `)}function Wa(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 uo(e={}){let t=process.cwd(),n=L(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null;if(!r){l.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=pn(t),i=[r,n.site_type],s=e.direction??"";if(o){let h=o.business;for(let w of[h.type,h.audience,h.industry,h.description,h.name])w&&i.push(w);for(let w of o.writingInstructions)i.push(w);s||(s=[h.description,h.type,h.audience].filter(Boolean).join(" \xB7 "))}s||(s=`${n.site_type} at ${r}`);let a=Ua(i);if(a.size===0){l.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 c=[],u="";if(e.csv){let h=e.csv.startsWith("/")?e.csv:lo(t,e.csv);if(!xg(h)){l.error(`GSC CSV not found: ${h}`),process.exitCode=1;return}let w=co(Ka(h,"utf-8"));c.push(...w),u=`${w.length} row(s) from ${e.csv}`}else{let h=Ga(t);if(h.length>0){let w=null;for(let S of h)try{let $=co(Ka(S,"utf-8"));(!w||$.length>w.rows.length)&&(w={path:S,rows:$})}catch{}w&&w.rows.length>0&&(c.push(...w.rows),u=`${w.rows.length} row(s) auto-detected from ${w.path}`,l.info(`Auto-detected GSC export: ${dt.dim(w.path)}`))}}if(c.length===0){l.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)."),l.message(dt.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=Ba(c,a),f=new Date().toISOString(),p=lo(t,k,"strategy");_g(p,{recursive:!0});let g=lo(p,"migration-plan.md");Cg(g,Ha({domain:r,directionSummary:s,decisions:d,generatedAt:f}),"utf-8");let y=Wa(d);if(e.json){process.stdout.write(JSON.stringify({domain:r,directionSummary:s,source:u,summary:y,decisions:d},null,2)+`
543
+ `);return}l.success(`Migration plan written \u2192 ${dt.dim(g)} (${u})`),l.message(` ${dt.green(`${y.harvest} harvest`)} \xB7 ${dt.cyan(`${y.redirect} redirect`)} \xB7 ${dt.yellow(`${y.sunset} sunset`)} across ${y.total} legacy asset${y.total===1?"":"s"}`),l.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 nc,writeFileSync as rc,readFileSync as Ng,readdirSync as Dg,existsSync as Mg}from"fs";import{join as oc}from"path";import j from"picocolors";import{query as Fg}from"@anthropic-ai/claude-agent-sdk";import{join as po}from"path";var fo="citations",mo="scorecard.md",Rg="history",Eg=6,Ag=1,Ig=12,Pg=5,Mn="Claude (web-grounded)";function Fn(e){return po(e,k,fo)}function Va(e){return po(Fn(e),mo)}function za(e){return po(Fn(e),Rg)}function Ya(e){return`${e.replace(/[:.]/g,"-")}.json`}function Ja(e){return typeof e!="number"||!Number.isFinite(e)?Eg:Math.max(Ag,Math.min(Ig,Math.floor(e)))}function Un(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>=Pg))break}return n}function Ht(e){let t=e.results.length;return{cited:e.results.filter(r=>r.surfaced).length,total:t}}function go(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 Xa(e,t){let{cited:n,total:r}=Ht(e);return{generated_at:t.generatedAt,domain:e.domain,brand:e.brand,cited:n,total:r,competitors:e.competitors,results:e.results}}function Qa(e,t){if(!t)return null;let{cited:n}=Ht(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 Za(e,t){let n=Un(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(`
544
544
  `),o=n.length?`
545
545
  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?`,
546
546
  "competitorsSurfaced": [${JSON.stringify(n[0])}]`:`,
@@ -582,10 +582,10 @@ End your reply with EXACTLY ONE fenced \`\`\`json block (and nothing after it) m
582
582
  }
583
583
  \`\`\`
584
584
 
585
- \`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 Za(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=Ig(n[o]);if(i)return i}return null}function Ig(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=Fn(Array.isArray(n.competitors)?n.competitors.map(c=>String(c)):[]),s=new Set(i.map(c=>c.toLowerCase()));if(!Array.isArray(n.results))return null;let a=[];for(let c of n.results){if(!c||typeof c!="object")continue;let u=c,d=typeof u.query=="string"?u.query.trim():"";if(!d)continue;let p=u.surfaced===!0,f=typeof u.rank=="number"&&Number.isFinite(u.rank)?Math.round(u.rank):null,g=typeof u.evidence=="string"?u.evidence.trim():"",y=typeof u.source=="string"&&u.source.trim()?u.source.trim():null,h=Array.isArray(u.competitorsSurfaced)?Pg(u.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:y,competitorsSurfaced:h})}return a.length===0?null:{brand:o,domain:r,competitors:i,results:a}}function Pg(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 ec(e,t){let{cited:n,total:r}=Gt(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",y=p.surfaced&&p.rank?`#${p.rank}`:"\u2014",h=ce(p.evidence||(p.surfaced?"surfaced":"not found")),w=p.source?ce(Ka(p.source)):"\u2014";return i?`| ${f+1} | ${ce(p.query)} | ${g} | ${y} | ${w} | ${h} |`:`| ${f+1} | ${ce(p.query)} | ${g} | ${y} | ${h} |`}).join(`
585
+ \`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 ec(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=Tg(n[o]);if(i)return i}return null}function Tg(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=Un(Array.isArray(n.competitors)?n.competitors.map(c=>String(c)):[]),s=new Set(i.map(c=>c.toLowerCase()));if(!Array.isArray(n.results))return null;let a=[];for(let c of n.results){if(!c||typeof c!="object")continue;let u=c,d=typeof u.query=="string"?u.query.trim():"";if(!d)continue;let f=u.surfaced===!0,p=typeof u.rank=="number"&&Number.isFinite(u.rank)?Math.round(u.rank):null,g=typeof u.evidence=="string"?u.evidence.trim():"",y=typeof u.source=="string"&&u.source.trim()?u.source.trim():null,h=Array.isArray(u.competitorsSurfaced)?Og(u.competitorsSurfaced.map(w=>typeof w=="string"?w.trim():"").filter(w=>w&&s.has(w.toLowerCase()))):[];a.push({query:d,surfaced:f,rank:f?p:null,evidence:g,source:y,competitorsSurfaced:h})}return a.length===0?null:{brand:o,domain:r,competitors:i,results:a}}function Og(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 tc(e,t){let{cited:n,total:r}=Ht(e),o=t.generatedAt.slice(0,10),i=e.results.some(f=>f.source),s=e.results.map((f,p)=>{let g=f.surfaced?"\u2705":"\u2014",y=f.surfaced&&f.rank?`#${f.rank}`:"\u2014",h=ce(f.evidence||(f.surfaced?"surfaced":"not found")),w=f.source?ce(qa(f.source)):"\u2014";return i?`| ${p+1} | ${ce(f.query)} | ${g} | ${y} | ${w} | ${h} |`:`| ${p+1} | ${ce(f.query)} | ${g} | ${y} | ${h} |`}).join(`
586
586
  `),a=i?`| # | Query | Cited? | ~Rank | Source cited | Evidence |
587
587
  |---|-------|--------|-------|--------------|----------|`:`| # | Query | Cited? | ~Rank | Evidence |
588
- |---|-------|--------|-------|----------|`,c=e.results.filter(p=>!p.surfaced),u=c.length===0?"_None \u2014 the business surfaced for every query tested. Re-run periodically to catch drift._":c.map(p=>{let f=p.source?` _(currently cited: ${ce(Ka(p.source))})_`:"";return`- **${ce(p.query)}** \u2014 ${p.evidence||"not surfaced"}${f}`}).join(`
588
+ |---|-------|--------|-------|----------|`,c=e.results.filter(f=>!f.surfaced),u=c.length===0?"_None \u2014 the business surfaced for every query tested. Re-run periodically to catch drift._":c.map(f=>{let p=f.source?` _(currently cited: ${ce(qa(f.source))})_`:"";return`- **${ce(f.query)}** \u2014 ${f.evidence||"not surfaced"}${p}`}).join(`
589
589
  `),d=c.length?"- Enrich the Open Knowledge Format bundle so answer engines understand the business: run `seoagent okf scaffold` then fill it (the skill maps your `.seoagent/` knowledge into it), and publish it at `/.well-known/okf/`.\n- Cover the missed questions directly in your content (a page or FAQ that answers each one), then re-run `seoagent citations`.":"- Keep the OKF bundle current as the business evolves, and re-run to catch regressions.";return`---
590
590
  type: Report
591
591
  title: AI Citation Scorecard \u2014 ${e.domain}
@@ -600,11 +600,11 @@ engine: claude-web-grounded
600
600
  > measurement half of the AEO/GEO loop \u2014 \`seoagent okf\` makes you citable, this
601
601
  > tells you whether it's working.
602
602
 
603
- **Cited: ${n} / ${r} queries** \xB7 engine: ${Dn} \xB7 ${o}
604
- ${Tg(t.trend,n,r)}
603
+ **Cited: ${n} / ${r} queries** \xB7 engine: ${Mn} \xB7 ${o}
604
+ ${Lg(t.trend,n,r)}
605
605
  ${a}
606
606
  ${s}
607
- ${Og(e)}
607
+ ${jg(e)}
608
608
  ## Where you're not surfacing (opportunities)
609
609
 
610
610
  ${u}
@@ -628,13 +628,13 @@ This is **not a per-engine guarantee**: ChatGPT, Perplexity, and Gemini each
628
628
  rank and cite differently, and tracking them individually is a planned
629
629
  follow-up. Treat the score as directional \u2014 watch the trend rather than fixating
630
630
  on a single number.
631
- `}function Tg(e,t,n){if(!e)return`
631
+ `}function Lg(e,t,n){if(!e)return`
632
632
  _First run \u2014 re-run on a cadence to start tracking the trend._
633
633
  `;let r=e.scoreDelta>0?`\u25B2 up ${e.scoreDelta}`:e.scoreDelta<0?`\u25BC down ${Math.abs(e.scoreDelta)}`:"\u25AA no change",o=`
634
634
  **Trend:** ${t}/${n} this run \u2014 ${r} from ${e.prevCited}/${e.prevTotal} on ${e.prevDate}.`;return e.newlyCited.length&&(o+=`
635
635
  - \u2705 Newly cited: ${e.newlyCited.map(i=>`_${ce(i)}_`).join("; ")}`),e.newlyDropped.length&&(o+=`
636
636
  - \u26A0\uFE0F Dropped: ${e.newlyDropped.map(i=>`_${ce(i)}_`).join("; ")}`),o+`
637
- `}function Og(e){if(!e.competitors.length)return"";let t=mo(e).map(n=>{let r=n.isYou?`**${ce(n.brand)} (you)**`:ce(n.brand),o=n.total>0?`${Math.round(n.surfaced/n.total*100)}%`:"\u2014";return`| ${r} | ${n.surfaced} / ${n.total} | ${o} |`}).join(`
637
+ `}function jg(e){if(!e.competitors.length)return"";let t=go(e).map(n=>{let r=n.isYou?`**${ce(n.brand)} (you)**`:ce(n.brand),o=n.total>0?`${Math.round(n.surfaced/n.total*100)}%`:"\u2014";return`| ${r} | ${n.surfaced} / ${n.total} | ${o} |`}).join(`
638
638
  `);return`
639
639
  ## Share of voice
640
640
 
@@ -643,17 +643,17 @@ How often each brand surfaces across the same ${e.results.length} queries.
643
643
  | Brand | Surfaced | Rate |
644
644
  |-------|----------|------|
645
645
  ${t}
646
- `}function Ka(e){let t=e.replace(/^https?:\/\//i,"").replace(/\/$/,"");return t.length<=48?t:t.slice(0,47)+"\u2026"}function ce(e){return e.replace(/\|/g,"\\|").replace(/\n+/g," ").trim()}async function Ht(e={}){let t=process.cwd(),n=O(t);if(!n)return;let r=Lt();if(r!=="env-key"&&r!=="enterprise"&&r!=="claude-session-likely"){l.warn(pe[r].summary),pe[r].next&&l.message(` ${pe[r].next}`),process.exitCode=1;return}l.info(L.dim(pe[r].summary));let o=dn(t),i=Pn(t),s=Fn(e.competitors&&e.competitors.length?e.competitors:Bg(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},c=Ya(e.queries);l.message(`${L.cyan("\u25C7")} Auditing AI citations for ${L.bold(a.domain)} \u2014 ${c} web-grounded quer${c===1?"y":"ies"} via ${Dn}.`),l.message(L.dim(` This runs live web searches and can take a minute\u2026
647
- `));let u=Qa(a,c),d=await Mg({cwd:t,prompt:u,model:e.model});if(d===null){process.exitCode=1;return}let p=Za(d);if(!p){l.error(`Couldn't read a citation report from the agent's reply. Re-run \`${m("citations")}\`, optionally with fewer queries (\`--queries 4\`).`),process.exitCode=1;return}let f=new Date().toISOString(),g=za(t),y=Gg(g),h=Xa(p,y),w=ec(p,{generatedAt:f,trend:h});tc(Mn(t),{recursive:!0}),nc(qa(t),w,"utf-8"),tc(g,{recursive:!0}),nc(rc(g,Va(f)),JSON.stringify(Ja(p,{generatedAt:f}),null,2)+`
648
- `,"utf-8");let{cited:$,total:S}=Gt(p),T=$===0?L.red:$<S?L.yellow:L.green,P=[{content:L.bold("AI Citation Scorecard")},{sep:!0},{content:`Domain: ${L.cyan(p.domain)}`},{content:`Cited: ${T(`${$} / ${S}`)} ${L.dim("queries")}`}];if(h){let Q=h.scoreDelta>0?L.green(`\u25B2 +${h.scoreDelta}`):h.scoreDelta<0?L.red(`\u25BC ${h.scoreDelta}`):L.dim("\u25AA 0");P.push({content:`Trend: ${Q} ${L.dim(`vs ${h.prevCited}/${h.prevTotal} on ${h.prevDate}`)}`})}else P.push({content:L.dim("Trend: first run \u2014 re-run to start tracking")});if(P.push({content:`Engine: ${L.dim(Dn)}`}),p.competitors.length){P.push({sep:!0}),P.push({content:L.dim("Share of voice:")});for(let Q of mo(p)){let te=Q.isYou?L.bold(`${Q.brand} (you)`):Q.brand;P.push({content:` ${te}: ${Q.surfaced}/${Q.total}`})}}P.push({sep:!0}),P.push({content:L.dim(`Saved \u2192 .seoagent/${po}/${fo}`)}),P.push({content:$<S?L.dim("Not surfacing everywhere \u2014 see the scorecard, then `seoagent okf`."):L.dim("Surfacing across the board. Re-run periodically to catch drift.")}),l.message(D(P,{title:L.magenta("citations")})),e.json&&process.stdout.write(JSON.stringify(p,null,2)+`
649
- `)}async function Mg(e){let{cwd:t,prompt:n,model:r}=e;try{let o=Dg({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 c of a)Fg(c)}else if(s.type==="result"){if(process.stdout.write(`
646
+ `}function qa(e){let t=e.replace(/^https?:\/\//i,"").replace(/\/$/,"");return t.length<=48?t:t.slice(0,47)+"\u2026"}function ce(e){return e.replace(/\|/g,"\\|").replace(/\n+/g," ").trim()}async function Wt(e={}){let t=process.cwd(),n=L(t);if(!n)return;let r=jt();if(r!=="env-key"&&r!=="enterprise"&&r!=="claude-session-likely"){l.warn(pe[r].summary),pe[r].next&&l.message(` ${pe[r].next}`),process.exitCode=1;return}l.info(j.dim(pe[r].summary));let o=pn(t),i=Tn(t),s=Un(e.competitors&&e.competitors.length?e.competitors:Hg(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},c=Ja(e.queries);l.message(`${j.cyan("\u25C7")} Auditing AI citations for ${j.bold(a.domain)} \u2014 ${c} web-grounded quer${c===1?"y":"ies"} via ${Mn}.`),l.message(j.dim(` This runs live web searches and can take a minute\u2026
647
+ `));let u=Za(a,c),d=await Ug({cwd:t,prompt:u,model:e.model});if(d===null){process.exitCode=1;return}let f=ec(d);if(!f){l.error(`Couldn't read a citation report from the agent's reply. Re-run \`${m("citations")}\`, optionally with fewer queries (\`--queries 4\`).`),process.exitCode=1;return}let p=new Date().toISOString(),g=za(t),y=Wg(g),h=Qa(f,y),w=tc(f,{generatedAt:p,trend:h});nc(Fn(t),{recursive:!0}),rc(Va(t),w,"utf-8"),nc(g,{recursive:!0}),rc(oc(g,Ya(p)),JSON.stringify(Xa(f,{generatedAt:p}),null,2)+`
648
+ `,"utf-8");let{cited:S,total:$}=Ht(f),T=S===0?j.red:S<$?j.yellow:j.green,P=[{content:j.bold("AI Citation Scorecard")},{sep:!0},{content:`Domain: ${j.cyan(f.domain)}`},{content:`Cited: ${T(`${S} / ${$}`)} ${j.dim("queries")}`}];if(h){let Q=h.scoreDelta>0?j.green(`\u25B2 +${h.scoreDelta}`):h.scoreDelta<0?j.red(`\u25BC ${h.scoreDelta}`):j.dim("\u25AA 0");P.push({content:`Trend: ${Q} ${j.dim(`vs ${h.prevCited}/${h.prevTotal} on ${h.prevDate}`)}`})}else P.push({content:j.dim("Trend: first run \u2014 re-run to start tracking")});if(P.push({content:`Engine: ${j.dim(Mn)}`}),f.competitors.length){P.push({sep:!0}),P.push({content:j.dim("Share of voice:")});for(let Q of go(f)){let te=Q.isYou?j.bold(`${Q.brand} (you)`):Q.brand;P.push({content:` ${te}: ${Q.surfaced}/${Q.total}`})}}P.push({sep:!0}),P.push({content:j.dim(`Saved \u2192 .seoagent/${fo}/${mo}`)}),P.push({content:S<$?j.dim("Not surfacing everywhere \u2014 see the scorecard, then `seoagent okf`."):j.dim("Surfacing across the board. Re-run periodically to catch drift.")}),l.message(D(P,{title:j.magenta("citations")})),e.json&&process.stdout.write(JSON.stringify(f,null,2)+`
649
+ `)}async function Ug(e){let{cwd:t,prompt:n,model:r}=e;try{let o=Fg({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 c of a)Bg(c)}else if(s.type==="result"){if(process.stdout.write(`
650
650
  `),!(s.subtype==="success"&&!s.is_error))return l.error(" Agent did not complete the citation audit (rate limit, auth, or network)."),null;i=String(s.result??"")}return i}catch(o){return process.stdout.write(`
651
- `),l.error(` Agent error: ${o.message}`),null}}function Fg(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(Cn(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(L.dim(` ${L.magenta("\u{1F50E}")} ${n}${o?` ${Ug(o,70)}`:""}
652
- `))}}function Ug(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function Bg(e){return typeof e!="string"?[]:e.split(",").map(t=>t.trim()).filter(Boolean)}function Gg(e){try{if(!Ng(e))return null;let t=jg(e).filter(o=>o.endsWith(".json")).sort();if(t.length===0)return null;let n=t[t.length-1],r=JSON.parse(Lg(rc(e,n),"utf-8"));return r&&typeof r=="object"&&Array.isArray(r.results)&&typeof r.generated_at=="string"?r:null}catch{return null}}import pt from"picocolors";var Hg=30,Wg=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi;function Kg(e){let t=e,n=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(t);n&&(t=n[1]),t=t.replace(Wg," ").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<Hg?"empty":"yes"}}async function qg(e,t){try{let n=await A(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}=Kg(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 qg(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 go=300;async function Wt(e={}){if(e.all){await zg();return}let t=process.cwd();if(!O(t))return;Te(t);let n=Rr(t);sc(t);let r=await ic(t,{enrichSitemap:!0,crawl:e.crawl});if(n.reason==="refreshed"?(l.success(n.from&&n.from!==n.to?`Refreshed the SEOAgent skill ${n.from} \u2192 ${n.to}.`:`Refreshed the SEOAgent skill (now ${n.to}).`),l.info("Your `.seoagent/` knowledge was left untouched.")):(l.error(`Could not refresh the skill (${n.reason}).`),process.exitCode=1),r.added>0?l.success(`Re-scanned the codebase: +${r.added} new page${r.added===1?"":"s"} merged into .seoagent/pages.md (${r.total} total).`):r.total>0&&l.info(`Page inventory already current (${r.total} pages).`),r.crawl){let{crawled:o,empty:i,errors:s}=r.crawl;l.success(`Crawled ${o} page${o===1?"":"s"} \u2192 filled Status / Rendered / Word count`+(i>0?`, ${i} render empty`:"")+(s>0?`, ${s} unreachable`:"")+".")}}async function ic(e,t={}){try{let n=_(e),r=n?.domain&&n.domain!=="unknown"?n.domain:null,{pages:o}=oe(e,r);t.enrichSitemap&&r&&await Ci(o,r);let i,s;if(t.crawl&&r){let c=o.map(d=>d.url).filter(d=>/^https?:\/\//.test(d)),u=c.slice(0,go);if(c.length>go&&l.info(`Crawling the first ${go} of ${c.length} pages (cap).`),u.length>0){l.info(`Crawling ${u.length} page${u.length===1?"":"s"}\u2026`),s=await oc(u);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=fn(e,o,s);return{added:a.added,total:a.total,crawl:i}}catch{return{added:0,total:0}}}async function zg(){let e=ai();if(e.length===0){l.info("No SEOAgent projects are registered on this machine yet. They register themselves on `init` / `sync`.");return}l.message(`Refreshing ${e.length} project${e.length===1?"":"s"} to SEOAgent ${pt.bold(I)}\u2026`);let t=0,n=0;for(let r of e){let o=Rr(r);sc(r);let i=await ic(r),s=i.added>0?pt.cyan(` +${i.added} page${i.added===1?"":"s"}`):"";if(o.reason==="refreshed"){t++;let a=o.from&&o.from!==o.to?pt.dim(` (${o.from} \u2192 ${o.to})`):"";l.message(` ${pt.green("\u2713")} ${r}${a}${s}`)}else n++,l.message(` ${pt.yellow("!")} ${r} ${pt.dim("\u2014 "+o.reason)}${s}`)}l.success(`Refreshed ${t}/${e.length} project${e.length===1?"":"s"} to ${I}.`),n>0&&l.info(`${n} could not be refreshed (see above).`)}function sc(e){try{Pe(e)}catch{}}import{spinner as yo,confirm as Vg,isCancel as Yg}from"@clack/prompts";import v from"picocolors";var cc={easy_win:"easy win",striking_distance:"striking distance",competitor_gap:"competitor gap",defend:"defend",low_priority:"low priority"};async function Jg(e){let t=process.cwd(),n=rn(t);if(!n){l.error(`No .seoagent/project.md found. Run \`${m("init")}\` first.`),process.exitCode=1;return}let r=_(t),o=r?.domain&&r.domain!=="unknown"?r.domain:void 0,i=(e.apiBase||j.BASE).replace(/\/$/,""),a=!!process.stdout.isTTY&&!e.json?yo():null;a?.start(`Looking up ${v.bold(`"${e.keyword}"`)} ${v.dim("via DataForSEO (free peek)\u2026")}`);let c;try{c=await A(`${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){x(a,"error",`Network error: ${d.message}`,v.red("Network error.")),process.exitCode=1;return}let u=null;try{u=await c.json()}catch{u=null}if(e.json){process.stdout.write(JSON.stringify({status:u?.status??"error",http_status:c.status,body:u??null})+`
653
- `);return}if(c.status===429||u?.skipped?.startsWith("rate-limited")){let d=u?.skipped==="rate-limited:ip"?"this network":"this install";x(a,"warn",`Daily peek quota reached for ${d}.`,v.yellow(`Daily peek quota reached for ${d}.`)),l.message(ac()),process.exitCode=1;return}if(!c.ok||!u){x(a,"error",`Peek failed (${c.status})${u?.error?`: ${u.error}`:""}`,v.red(`Peek failed (${c.status}).`)),process.exitCode=1;return}if(u.skipped==="provider-quota"){x(a,"warn","Real keyword data is temporarily unavailable. Try again later.",v.yellow("Real keyword data is temporarily unavailable. Try again later.")),l.message(v.dim("No action needed on your side \u2014 the maintainer has been notified."));return}if(u.skipped==="no-creds"||u.skipped==="no-table"){x(a,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",v.yellow("Real keyword data is not enabled on the server yet."));return}if(!u.opportunity){x(a,"warn",`No data returned for "${e.keyword}".`,v.yellow(`No data returned for "${e.keyword}".`));return}a?.stop(v.green("Got it.")),l.message(Xg(u.opportunity)),u.remaining&&l.message(`${v.dim("Peeks remaining today:")} ${v.bold(String(u.remaining.install))} ${v.dim("\u2014 "+ac())}`)}function Xg(e){let n=u=>v.dim(u.padEnd(14)),r=e.volume!=null?v.bold(String(e.volume)):v.dim("n/a"),o=e.difficulty!=null?`${v.bold(String(e.difficulty))} ${v.dim(Qg(e.difficulty))}`:v.dim("n/a"),i=cc[e.opportunity]??e.opportunity,s=e.opportunity==="easy_win"?v.bold(v.green(i)):e.opportunity==="striking_distance"?v.bold(v.cyan(i)):e.opportunity==="competitor_gap"?v.bold(v.yellow(i)):v.dim(i),a=[{content:`${v.green("\u25CF")} ${v.bold(e.keyword)}`},{sep:!0},{content:`${n("Volume:")}${r} ${v.dim("/mo")}`},{content:`${n("Difficulty:")}${o}`},{content:`${n("Opportunity:")}${s}`}],c=`${v.bold(v.cyan("Keyword peek"))}`;return D(a,{width:55,title:c})}function Qg(e){return e<=20?"easy":e<=40?"moderate":e<=60?"hard":"very hard"}function ac(e=N()){return e?`You're logged in \u2014 run \`${m("keywords")}\` for full enrichment (no quota). Pro unlocks the full inventory beyond the ~25 cap plus \`${m("keywords --discover")}\` (new targets) + \`${m("keywords --competitors")}\` (competitor gaps): ${m("upgrade")}.`:`Log in for the full top-25 enrichment, no quota: ${m("login")}`}function ho(e){let t=e.filter(n=>n.opportunity!=="low_priority");if(t.length!==0){l.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";l.message(` \u2022 [${cc[n.opportunity]??n.opportunity}] ${n.keyword} \u2014 ${r}, ${o}${i}`)}}}function Zg(e){if(e.length!==0){l.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";l.message(` \u2022 ${t.keyword} \u2014 ${t.competitor_domain} ranks ${o}, ${n}, ${r}`)}}}async function eh(e){let t=e.all?"all":"suggested";if(t==="all"&&process.stdin.isTTY){let a=await Vg({message:"Delete ALL keywords for this site from the cloud? This cannot be undone."});if(Yg(a)||!a){l.info("No changes.");return}}let n=e.apiBase||e.auth.api_base||j.BASE,r=process.stdout.isTTY?yo():null;r?.start(t==="all"?"Purging all keywords\u2026":"Purging suggested keywords\u2026");let o;try{o=await A(`${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){x(r,"error",`Network error: ${a.message}`,v.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"){x(r,"warn","Keyword storage isn\u2019t enabled on the server yet.",v.yellow("Nothing to purge yet."));return}if(!o.ok||i?.status!=="ok"){x(r,"error",`Purge failed (${o.status})${i?.error?`: ${i.error}`:""}`,v.red(`Purge failed (${o.status}).`)),process.exitCode=1;return}let s=i.purged??0;x(r,"success",`Purged ${s} ${t==="all"?"":"suggested "}keyword${s===1?"":"s"}.`,v.green(`Purged ${s} keyword${s===1?"":"s"}.`)),l.message(v.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 Ce(e={}){if(e.peek&&e.peek.trim().length>0){await Jg({keyword:e.peek.trim(),apiBase:e.apiBase,json:e.json});return}let t=_(process.cwd()),n=N(t?.domain);if(!n){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}if(e.purge){await eh({all:e.all,apiBase:e.apiBase,auth:n});return}let r=e.apiBase||n.api_base||j.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",u=!!process.stdout.isTTY?yo():null;u?.start(a);let d=i==="competitors"||i==="discover"||i==="seed",p;try{p=await A(`${r}${s}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:o},body:"{}"},d?{timeoutMs:6e4,attempts:1}:{})}catch(y){x(u,"error",`Network error: ${y.message}`,v.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"){x(u,"warn",i==="competitors"?"Competitor gap analysis is a paid feature.":"Keyword discovery is a paid feature.",v.yellow("Paid feature \u2014 upgrade to continue.")),l.message(i==="competitors"?`Upgrade to see which keywords competitors rank for that you don't: ${v.cyan(ne("cli-keywords-competitors"))}`:`Upgrade to find new keywords to target: ${v.cyan(ne("cli-keywords-discover"))}`),process.exitCode=1;return}if(!p.ok||f?.status!=="ok"){x(u,"error",`Server rejected request (${p.status})${f?.error?`: ${f.error}`:""}`,v.red(`Server rejected request (${p.status}).`)),process.exitCode=1;return}if(f.skipped==="no-gsc-data"){x(u,"warn","No Search Console data to seed from yet. Connect Google Search Console (run `seoagent login` and link GSC) \u2014 or wait for impressions to accrue on a new site.",v.yellow("No Search Console data yet."));return}if(f.skipped==="no-keywords"||f.skipped==="no-seeds"){x(u,"warn","No keywords yet. Seed from Search Console with `seoagent keywords --seed`, or run the keyword strategy (Phase 2) first, then try again.",v.yellow("No keywords yet."));return}if(f.skipped==="no-competitors"){x(u,"warn","No competitors found yet. Add competitors or run strategy discovery first, then try again.",v.yellow("No competitors yet."));return}if(f.skipped==="no-creds"||f.skipped==="no-columns"||f.skipped==="no-table"){x(u,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",v.yellow("Real keyword data is not enabled on the server yet."));return}if(f.skipped){x(u,"warn",`Skipped: ${f.skipped}`,v.yellow(`Skipped: ${f.skipped}`));return}if(i==="competitors"){let y=f.gaps??0;x(u,"success",`Found ${y} competitor gap${y===1?"":"s"} across ${f.competitors?.length??0} competitor${f.competitors?.length===1?"":"s"} (added as "suggested").`,v.green(`${y} competitor gap${y===1?"":"s"} found.`)),Zg(f.topGaps??[]),l.message(`Review them in ${v.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 \`${m("keywords --purge")}\`.`);return}if(i==="discover"){let y=f.discovered??0;x(u,"success",`Discovered ${y} new keyword${y===1?"":"s"} to target (added as "suggested").`,v.green(`${y} new keyword${y===1?"":"s"} discovered.`)),ho(f.opportunities??[]),l.message(`Review them in ${v.cyan(".seoagent/keywords.md")} (a read-only projection \u2014 don't hand-edit it). Relevance-check before adopting; clear off-topic noise with \`${m("keywords --purge")}\`.`);return}if(i==="seed"){let y=f.seeded??0;x(u,"success",`Seeded ${y} keyword${y===1?"":"s"} from Search Console (real impressed queries, added as "suggested").`,v.green(`${y} keyword${y===1?"":"s"} seeded from Search Console.`)),ho(f.opportunities??[]),l.message(`These are queries your site already gets impressions for \u2014 striking-distance wins first. Review in ${v.cyan(".seoagent/keywords.md")} and build clusters from them.`);return}let g=f.enriched??0;x(u,"success",`Enriched ${g} keyword${g===1?"":"s"}.`,v.green(`Enriched ${g} keyword${g===1?"":"s"}.`)),ho(f.opportunities??[]),f.paid||l.message(`${v.dim("Free plan:")} enriched up to ${v.bold(String(f.cap??25))} keywords. ${v.dim("Upgrade for full enrichment + discovery + competitor gap:")} ${v.cyan(ne("cli-keywords-cap"))}`)}import M from"picocolors";function Kt(e={}){let t=process.cwd(),n=_(t),r=ke(t);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
654
- `);return}if(l.message(th(r)),!n){l.warn(`No SEOAgent project here. Run \`${m("init")}\` first to persist the provider.`);return}q(t,{image_provider:r.provider}),l.info(`Saved to ${M.cyan(".seoagent/project.md")} ${M.dim(`(image_provider: ${r.provider})`)}`)}function th(e){let n=i=>M.dim(i.padEnd(12)),r=[];if(e.provider==="none"){r.push({content:`${M.dim("\u25CB")} ${M.bold(M.yellow("No image provider detected"))}`}),r.push({sep:!0}),r.push({content:M.dim("Set ONE of these to enable image generation:")});let i=bi();for(let s of Object.keys(i))r.push({content:`${n(s+":")}${M.cyan(i[s].join(" or "))}`});r.push({sep:!0}),r.push({content:M.dim("Add to your shell, .env.local, or .env, then re-run:")}),r.push({content:` ${M.cyan(m("env-check"))}`})}else{r.push({content:`${M.green("\u2713")} ${M.dim("Image provider:")} ${M.bold(M.green(e.provider))}`}),r.push({sep:!0}),e.matched_key&&r.push({content:`${n("Key:")}${M.bold(e.matched_key)}`}),e.source&&r.push({content:`${n("Source:")}${M.cyan(e.source)}`});let i=e.available_providers.filter(s=>s!==e.provider);i.length>0&&r.push({content:`${n("Available:")}${M.dim(i.join(", "))}`})}let o=`${M.bold(M.cyan("SEOAgent"))} ${M.dim("\xB7")} ${M.dim("env-check")}`;return D(r,{width:64,title:o})}import{existsSync as ko,mkdirSync as dc,writeFileSync as pc}from"fs";import{dirname as Bn,isAbsolute as ch,join as Un,resolve as lh}from"path";import{tmpdir as uh}from"os";import{spinner as dh}from"@clack/prompts";import B from"picocolors";import{Buffer as lc}from"buffer";var nh=6e4,wo=18e4,rh=15e3;async function bo(e){let t=await fetch(e,{signal:AbortSignal.timeout(nh)});if(!t.ok)throw new Error(`Image download failed: ${t.status} ${t.statusText}`);let n=await t.arrayBuffer();return lc.from(n)}async function oh(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(wo)});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:lc.from(o.b64_json,"base64"),contentType:"image/png"};if(o.url)return{bytes:await bo(o.url),contentType:"image/png"};throw new Error("OpenAI image API returned neither b64_json nor url")}async function ih(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(wo)});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 bo(o.url),contentType:o.content_type??"image/png"}}async function sh(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(rh)});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 ah(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(wo)});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 sh(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 bo(o),contentType:"image/png",providerImageId:r.id}}async function uc(e,t){switch(e){case"openai":return oh(t);case"fal":return ih(t);case"replicate":return ah(t);default:throw new Error(`Unknown image provider: ${e}`)}}function ph(e){return e==="openai"||e==="fal"||e==="replicate"}async function qt(e={}){let t=process.cwd();if(!e.prompt){l.warn(`Missing --prompt. Example: ${m('generate-image --prompt "..." --out content/images/hero.png')}`),process.exitCode=1;return}if(!e.out){l.warn("Missing --out. Example: --out .seoagent/content/images/hero.png"),process.exitCode=1;return}let n=_(t),r=null;if(e.provider){if(!ph(e.provider)){l.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=ke(t).provider;if(!r||r==="none"){l.warn(`No image generation provider available. Set OPENAI_API_KEY, FAL_KEY, or REPLICATE_API_TOKEN, then run \`${m("env-check")}\`.`),process.exitCode=1;return}let o=wi(t,r);if(!o){l.warn(`Provider "${r}" selected but no API key found. Set the env var, then re-run.`),process.exitCode=1;return}let i=ch(e.out)?e.out:lh(t,e.out),a=!e.silent&&!!process.stdout.isTTY?dh():null;a?.start(`Generating image with ${B.bold(r)} ${B.dim(`(${o.envName})`)}\u2026`);try{let c=await uc(r,{prompt:e.prompt,apiKey:o.key,size:e.size});ko(Bn(i))||dc(Bn(i),{recursive:!0}),pc(i,c.bytes),e.silent||x(a,"success",`Wrote ${i} (${c.bytes.length} bytes, ${c.contentType}).`,B.green(`Wrote ${i} ${B.dim(`(${c.bytes.length} bytes, ${c.contentType})`)}`))}catch(c){a?.stop(B.red("Image generation failed."));let u=mh(t,{provider:r,envName:o.envName,prompt:e.prompt,size:e.size,outPath:i,error:c});l.message(fh({provider:r,envName:o.envName,prompt:e.prompt,size:e.size,message:c.message})),u&&l.message(`${B.dim("Full error log:")} ${B.cyan(u)}`),process.exitCode=1}}function fh(e){let n=d=>B.dim(d.padEnd(10)),o=e.prompt.length>54?`${e.prompt.slice(0,53)}\u2026`:e.prompt,i=[{content:`${B.red("\u2717")} ${B.bold(B.red("Image generation failed"))}`},{sep:!0},{content:`${n("Provider:")}${B.bold(e.provider)}`},{content:`${n("Key:")}${e.envName}`},{content:`${n("Prompt:")}${B.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,c=s.length>a?`${s.slice(0,a-1)}\u2026`:s;i.push({content:B.red(c)});let u=`${B.bold(B.cyan("SEOAgent"))} ${B.dim("\xB7")} ${B.dim("generate-image")}`;return D(i,{width:70,title:u})}function mh(e,t){let r=`seoagent-generate-image-${new Date().toISOString().replace(/[:.]/g,"-")}.log`,o=Un(e,k),i=Un(o,".errors"),s=ko(o)?Un(i,r):Un(uh(),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 ko(Bn(s))||dc(Bn(s),{recursive:!0}),pc(s,a.join(`
655
- `)),s}catch{return null}}import K from"picocolors";async function zt(e={}){let t=_(process.cwd()),n=N(t?.domain);if(!n){let c=qe();e.json?process.stdout.write(`${JSON.stringify({logged_in:!1,other_sites:c})}
656
- `):(l.error(`Not logged in. Run \`${m("login")}\` first.`),c.length>0&&l.info(`(Logged in to: ${c.join(", ")} \u2014 not this project's site.)`)),process.exitCode=1;return}let r=(e.apiBase||n.api_base||j.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(c){l.error(`Network error: ${c.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})}
651
+ `),l.error(` Agent error: ${o.message}`),null}}function Bg(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(Rn(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(j.dim(` ${j.magenta("\u{1F50E}")} ${n}${o?` ${Gg(o,70)}`:""}
652
+ `))}}function Gg(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function Hg(e){return typeof e!="string"?[]:e.split(",").map(t=>t.trim()).filter(Boolean)}function Wg(e){try{if(!Mg(e))return null;let t=Dg(e).filter(o=>o.endsWith(".json")).sort();if(t.length===0)return null;let n=t[t.length-1],r=JSON.parse(Ng(oc(e,n),"utf-8"));return r&&typeof r=="object"&&Array.isArray(r.results)&&typeof r.generated_at=="string"?r:null}catch{return null}}import pt from"picocolors";var Kg=30,qg=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi;function Vg(e){let t=e,n=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(t);n&&(t=n[1]),t=t.replace(qg," ").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<Kg?"empty":"yes"}}async function zg(e,t){try{let n=await A(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}=Vg(r);return{status:n.status,rendered:i,wordCount:o}}catch{return{status:null,rendered:"error",wordCount:0}}}async function ic(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 zg(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 ho=300;async function Kt(e={}){if(e.all){await Yg();return}let t=process.cwd();if(!L(t))return;Le(t);let n=Er(t);ac(t);let r=await sc(t,{enrichSitemap:!0,crawl:e.crawl});if(n.reason==="refreshed"?(l.success(n.from&&n.from!==n.to?`Refreshed the SEOAgent skill ${n.from} \u2192 ${n.to}.`:`Refreshed the SEOAgent skill (now ${n.to}).`),l.info("Your `.seoagent/` knowledge was left untouched.")):(l.error(`Could not refresh the skill (${n.reason}).`),process.exitCode=1),r.added>0?l.success(`Re-scanned the codebase: +${r.added} new page${r.added===1?"":"s"} merged into .seoagent/pages.md (${r.total} total).`):r.total>0&&l.info(`Page inventory already current (${r.total} pages).`),r.crawl){let{crawled:o,empty:i,errors:s}=r.crawl;l.success(`Crawled ${o} page${o===1?"":"s"} \u2192 filled Status / Rendered / Word count`+(i>0?`, ${i} render empty`:"")+(s>0?`, ${s} unreachable`:"")+".")}}async function sc(e,t={}){try{let n=_(e),r=n?.domain&&n.domain!=="unknown"?n.domain:null,{pages:o}=oe(e,r);t.enrichSitemap&&r&&await Ri(o,r);let i,s;if(t.crawl&&r){let c=o.map(d=>d.url).filter(d=>/^https?:\/\//.test(d)),u=c.slice(0,ho);if(c.length>ho&&l.info(`Crawling the first ${ho} of ${c.length} pages (cap).`),u.length>0){l.info(`Crawling ${u.length} page${u.length===1?"":"s"}\u2026`),s=await ic(u);let d=0,f=0;for(let p of s.values())p.rendered==="empty"?d++:p.rendered==="error"&&f++;i={crawled:s.size,empty:d,errors:f}}}let a=mn(e,o,s);return{added:a.added,total:a.total,crawl:i}}catch{return{added:0,total:0}}}async function Yg(){let e=ci();if(e.length===0){l.info("No SEOAgent projects are registered on this machine yet. They register themselves on `init` / `sync`.");return}l.message(`Refreshing ${e.length} project${e.length===1?"":"s"} to SEOAgent ${pt.bold(I)}\u2026`);let t=0,n=0;for(let r of e){let o=Er(r);ac(r);let i=await sc(r),s=i.added>0?pt.cyan(` +${i.added} page${i.added===1?"":"s"}`):"";if(o.reason==="refreshed"){t++;let a=o.from&&o.from!==o.to?pt.dim(` (${o.from} \u2192 ${o.to})`):"";l.message(` ${pt.green("\u2713")} ${r}${a}${s}`)}else n++,l.message(` ${pt.yellow("!")} ${r} ${pt.dim("\u2014 "+o.reason)}${s}`)}l.success(`Refreshed ${t}/${e.length} project${e.length===1?"":"s"} to ${I}.`),n>0&&l.info(`${n} could not be refreshed (see above).`)}function ac(e){try{Oe(e)}catch{}}import{spinner as wo,confirm as Jg,isCancel as Xg}from"@clack/prompts";import v from"picocolors";var lc={easy_win:"easy win",striking_distance:"striking distance",competitor_gap:"competitor gap",defend:"defend",low_priority:"low priority"};async function Qg(e){let t=process.cwd(),n=on(t);if(!n){l.error(`No .seoagent/project.md found. Run \`${m("init")}\` first.`),process.exitCode=1;return}let r=_(t),o=r?.domain&&r.domain!=="unknown"?r.domain:void 0,i=(e.apiBase||N.BASE).replace(/\/$/,""),a=!!process.stdout.isTTY&&!e.json?wo():null;a?.start(`Looking up ${v.bold(`"${e.keyword}"`)} ${v.dim("via DataForSEO (free peek)\u2026")}`);let c;try{c=await A(`${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){x(a,"error",`Network error: ${d.message}`,v.red("Network error.")),process.exitCode=1;return}let u=null;try{u=await c.json()}catch{u=null}if(e.json){process.stdout.write(JSON.stringify({status:u?.status??"error",http_status:c.status,body:u??null})+`
653
+ `);return}if(c.status===429||u?.skipped?.startsWith("rate-limited")){let d=u?.skipped==="rate-limited:ip"?"this network":"this install";x(a,"warn",`Daily peek quota reached for ${d}.`,v.yellow(`Daily peek quota reached for ${d}.`)),l.message(cc()),process.exitCode=1;return}if(!c.ok||!u){x(a,"error",`Peek failed (${c.status})${u?.error?`: ${u.error}`:""}`,v.red(`Peek failed (${c.status}).`)),process.exitCode=1;return}if(u.skipped==="provider-quota"){x(a,"warn","Real keyword data is temporarily unavailable. Try again later.",v.yellow("Real keyword data is temporarily unavailable. Try again later.")),l.message(v.dim("No action needed on your side \u2014 the maintainer has been notified."));return}if(u.skipped==="no-creds"||u.skipped==="no-table"){x(a,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",v.yellow("Real keyword data is not enabled on the server yet."));return}if(!u.opportunity){x(a,"warn",`No data returned for "${e.keyword}".`,v.yellow(`No data returned for "${e.keyword}".`));return}a?.stop(v.green("Got it.")),l.message(Zg(u.opportunity)),u.remaining&&l.message(`${v.dim("Peeks remaining today:")} ${v.bold(String(u.remaining.install))} ${v.dim("\u2014 "+cc())}`)}function Zg(e){let n=u=>v.dim(u.padEnd(14)),r=e.volume!=null?v.bold(String(e.volume)):v.dim("n/a"),o=e.difficulty!=null?`${v.bold(String(e.difficulty))} ${v.dim(eh(e.difficulty))}`:v.dim("n/a"),i=lc[e.opportunity]??e.opportunity,s=e.opportunity==="easy_win"?v.bold(v.green(i)):e.opportunity==="striking_distance"?v.bold(v.cyan(i)):e.opportunity==="competitor_gap"?v.bold(v.yellow(i)):v.dim(i),a=[{content:`${v.green("\u25CF")} ${v.bold(e.keyword)}`},{sep:!0},{content:`${n("Volume:")}${r} ${v.dim("/mo")}`},{content:`${n("Difficulty:")}${o}`},{content:`${n("Opportunity:")}${s}`}],c=`${v.bold(v.cyan("Keyword peek"))}`;return D(a,{width:55,title:c})}function eh(e){return e<=20?"easy":e<=40?"moderate":e<=60?"hard":"very hard"}function cc(e=O()){return e?`You're logged in \u2014 run \`${m("keywords")}\` for full enrichment (no quota). Pro unlocks the full inventory beyond the ~25 cap plus \`${m("keywords --discover")}\` (new targets) + \`${m("keywords --competitors")}\` (competitor gaps): ${m("upgrade")}.`:`Log in for the full top-25 enrichment, no quota: ${m("login")}`}function yo(e){let t=e.filter(n=>n.opportunity!=="low_priority");if(t.length!==0){l.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";l.message(` \u2022 [${lc[n.opportunity]??n.opportunity}] ${n.keyword} \u2014 ${r}, ${o}${i}`)}}}function th(e){if(e.length!==0){l.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";l.message(` \u2022 ${t.keyword} \u2014 ${t.competitor_domain} ranks ${o}, ${n}, ${r}`)}}}async function nh(e){let t=e.all?"all":"suggested";if(t==="all"&&process.stdin.isTTY){let a=await Jg({message:"Delete ALL keywords for this site from the cloud? This cannot be undone."});if(Xg(a)||!a){l.info("No changes.");return}}let n=e.apiBase||e.auth.api_base||N.BASE,r=process.stdout.isTTY?wo():null;r?.start(t==="all"?"Purging all keywords\u2026":"Purging suggested keywords\u2026");let o;try{o=await A(`${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){x(r,"error",`Network error: ${a.message}`,v.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"){x(r,"warn","Keyword storage isn\u2019t enabled on the server yet.",v.yellow("Nothing to purge yet."));return}if(!o.ok||i?.status!=="ok"){x(r,"error",`Purge failed (${o.status})${i?.error?`: ${i.error}`:""}`,v.red(`Purge failed (${o.status}).`)),process.exitCode=1;return}let s=i.purged??0;x(r,"success",`Purged ${s} ${t==="all"?"":"suggested "}keyword${s===1?"":"s"}.`,v.green(`Purged ${s} keyword${s===1?"":"s"}.`)),l.message(v.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 Re(e={}){if(e.peek&&e.peek.trim().length>0){await Qg({keyword:e.peek.trim(),apiBase:e.apiBase,json:e.json});return}let t=_(process.cwd()),n=O(t?.domain);if(!n){l.error(`Not logged in. Run \`${m("login")}\` first.`),process.exitCode=1;return}if(e.purge){await nh({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",u=!!process.stdout.isTTY?wo():null;u?.start(a);let d=i==="competitors"||i==="discover"||i==="seed",f;try{f=await A(`${r}${s}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:o},body:"{}"},d?{timeoutMs:6e4,attempts:1}:{})}catch(y){x(u,"error",`Network error: ${y.message}`,v.red("Network error.")),process.exitCode=1;return}let p=null;try{p=await f.json()}catch{p=null}if(f.status===402||p?.code==="upgrade_required"){x(u,"warn",i==="competitors"?"Competitor gap analysis is a paid feature.":"Keyword discovery is a paid feature.",v.yellow("Paid feature \u2014 upgrade to continue.")),l.message(i==="competitors"?`Upgrade to see which keywords competitors rank for that you don't: ${v.cyan(ne("cli-keywords-competitors"))}`:`Upgrade to find new keywords to target: ${v.cyan(ne("cli-keywords-discover"))}`),process.exitCode=1;return}if(!f.ok||p?.status!=="ok"){x(u,"error",`Server rejected request (${f.status})${p?.error?`: ${p.error}`:""}`,v.red(`Server rejected request (${f.status}).`)),process.exitCode=1;return}if(p.skipped==="no-gsc-data"){x(u,"warn","No Search Console data to seed from yet. Connect Google Search Console (run `seoagent login` and link GSC) \u2014 or wait for impressions to accrue on a new site.",v.yellow("No Search Console data yet."));return}if(p.skipped==="no-keywords"||p.skipped==="no-seeds"){x(u,"warn","No keywords yet. Seed from Search Console with `seoagent keywords --seed`, or run the keyword strategy (Phase 2) first, then try again.",v.yellow("No keywords yet."));return}if(p.skipped==="no-competitors"){x(u,"warn","No competitors found yet. Add competitors or run strategy discovery first, then try again.",v.yellow("No competitors yet."));return}if(p.skipped==="no-creds"||p.skipped==="no-columns"||p.skipped==="no-table"){x(u,"warn","Real keyword data isn\u2019t enabled on the server yet \u2014 try again later.",v.yellow("Real keyword data is not enabled on the server yet."));return}if(p.skipped){x(u,"warn",`Skipped: ${p.skipped}`,v.yellow(`Skipped: ${p.skipped}`));return}if(i==="competitors"){let y=p.gaps??0;x(u,"success",`Found ${y} competitor gap${y===1?"":"s"} across ${p.competitors?.length??0} competitor${p.competitors?.length===1?"":"s"} (added as "suggested").`,v.green(`${y} competitor gap${y===1?"":"s"} found.`)),th(p.topGaps??[]),l.message(`Review them in ${v.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 \`${m("keywords --purge")}\`.`);return}if(i==="discover"){let y=p.discovered??0;x(u,"success",`Discovered ${y} new keyword${y===1?"":"s"} to target (added as "suggested").`,v.green(`${y} new keyword${y===1?"":"s"} discovered.`)),yo(p.opportunities??[]),l.message(`Review them in ${v.cyan(".seoagent/keywords.md")} (a read-only projection \u2014 don't hand-edit it). Relevance-check before adopting; clear off-topic noise with \`${m("keywords --purge")}\`.`);return}if(i==="seed"){let y=p.seeded??0;x(u,"success",`Seeded ${y} keyword${y===1?"":"s"} from Search Console (real impressed queries, added as "suggested").`,v.green(`${y} keyword${y===1?"":"s"} seeded from Search Console.`)),yo(p.opportunities??[]),l.message(`These are queries your site already gets impressions for \u2014 striking-distance wins first. Review in ${v.cyan(".seoagent/keywords.md")} and build clusters from them.`);return}let g=p.enriched??0;x(u,"success",`Enriched ${g} keyword${g===1?"":"s"}.`,v.green(`Enriched ${g} keyword${g===1?"":"s"}.`)),yo(p.opportunities??[]),p.paid||l.message(`${v.dim("Free plan:")} enriched up to ${v.bold(String(p.cap??25))} keywords. ${v.dim("Upgrade for full enrichment + discovery + competitor gap:")} ${v.cyan(ne("cli-keywords-cap"))}`)}import M from"picocolors";function qt(e={}){let t=process.cwd(),n=_(t),r=ve(t);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
654
+ `);return}if(l.message(rh(r)),!n){l.warn(`No SEOAgent project here. Run \`${m("init")}\` first to persist the provider.`);return}q(t,{image_provider:r.provider}),l.info(`Saved to ${M.cyan(".seoagent/project.md")} ${M.dim(`(image_provider: ${r.provider})`)}`)}function rh(e){let n=i=>M.dim(i.padEnd(12)),r=[];if(e.provider==="none"){r.push({content:`${M.dim("\u25CB")} ${M.bold(M.yellow("No image provider detected"))}`}),r.push({sep:!0}),r.push({content:M.dim("Set ONE of these to enable image generation:")});let i=ki();for(let s of Object.keys(i))r.push({content:`${n(s+":")}${M.cyan(i[s].join(" or "))}`});r.push({sep:!0}),r.push({content:M.dim("Add to your shell, .env.local, or .env, then re-run:")}),r.push({content:` ${M.cyan(m("env-check"))}`})}else{r.push({content:`${M.green("\u2713")} ${M.dim("Image provider:")} ${M.bold(M.green(e.provider))}`}),r.push({sep:!0}),e.matched_key&&r.push({content:`${n("Key:")}${M.bold(e.matched_key)}`}),e.source&&r.push({content:`${n("Source:")}${M.cyan(e.source)}`});let i=e.available_providers.filter(s=>s!==e.provider);i.length>0&&r.push({content:`${n("Available:")}${M.dim(i.join(", "))}`})}let o=`${M.bold(M.cyan("SEOAgent"))} ${M.dim("\xB7")} ${M.dim("env-check")}`;return D(r,{width:64,title:o})}import{existsSync as vo,mkdirSync as pc,writeFileSync as fc}from"fs";import{dirname as Gn,isAbsolute as uh,join as Bn,resolve as dh}from"path";import{tmpdir as ph}from"os";import{spinner as fh}from"@clack/prompts";import B from"picocolors";import{Buffer as uc}from"buffer";var oh=6e4,bo=18e4,ih=15e3;async function ko(e){let t=await fetch(e,{signal:AbortSignal.timeout(oh)});if(!t.ok)throw new Error(`Image download failed: ${t.status} ${t.statusText}`);let n=await t.arrayBuffer();return uc.from(n)}async function sh(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(bo)});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:uc.from(o.b64_json,"base64"),contentType:"image/png"};if(o.url)return{bytes:await ko(o.url),contentType:"image/png"};throw new Error("OpenAI image API returned neither b64_json nor url")}async function ah(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(bo)});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 ko(o.url),contentType:o.content_type??"image/png"}}async function ch(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(ih)});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 lh(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(bo)});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 ch(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 ko(o),contentType:"image/png",providerImageId:r.id}}async function dc(e,t){switch(e){case"openai":return sh(t);case"fal":return ah(t);case"replicate":return lh(t);default:throw new Error(`Unknown image provider: ${e}`)}}function mh(e){return e==="openai"||e==="fal"||e==="replicate"}async function Vt(e={}){let t=process.cwd();if(!e.prompt){l.warn(`Missing --prompt. Example: ${m('generate-image --prompt "..." --out content/images/hero.png')}`),process.exitCode=1;return}if(!e.out){l.warn("Missing --out. Example: --out .seoagent/content/images/hero.png"),process.exitCode=1;return}let n=_(t),r=null;if(e.provider){if(!mh(e.provider)){l.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=ve(t).provider;if(!r||r==="none"){l.warn(`No image generation provider available. Set OPENAI_API_KEY, FAL_KEY, or REPLICATE_API_TOKEN, then run \`${m("env-check")}\`.`),process.exitCode=1;return}let o=bi(t,r);if(!o){l.warn(`Provider "${r}" selected but no API key found. Set the env var, then re-run.`),process.exitCode=1;return}let i=uh(e.out)?e.out:dh(t,e.out),a=!e.silent&&!!process.stdout.isTTY?fh():null;a?.start(`Generating image with ${B.bold(r)} ${B.dim(`(${o.envName})`)}\u2026`);try{let c=await dc(r,{prompt:e.prompt,apiKey:o.key,size:e.size});vo(Gn(i))||pc(Gn(i),{recursive:!0}),fc(i,c.bytes),e.silent||x(a,"success",`Wrote ${i} (${c.bytes.length} bytes, ${c.contentType}).`,B.green(`Wrote ${i} ${B.dim(`(${c.bytes.length} bytes, ${c.contentType})`)}`))}catch(c){a?.stop(B.red("Image generation failed."));let u=hh(t,{provider:r,envName:o.envName,prompt:e.prompt,size:e.size,outPath:i,error:c});l.message(gh({provider:r,envName:o.envName,prompt:e.prompt,size:e.size,message:c.message})),u&&l.message(`${B.dim("Full error log:")} ${B.cyan(u)}`),process.exitCode=1}}function gh(e){let n=d=>B.dim(d.padEnd(10)),o=e.prompt.length>54?`${e.prompt.slice(0,53)}\u2026`:e.prompt,i=[{content:`${B.red("\u2717")} ${B.bold(B.red("Image generation failed"))}`},{sep:!0},{content:`${n("Provider:")}${B.bold(e.provider)}`},{content:`${n("Key:")}${e.envName}`},{content:`${n("Prompt:")}${B.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,c=s.length>a?`${s.slice(0,a-1)}\u2026`:s;i.push({content:B.red(c)});let u=`${B.bold(B.cyan("SEOAgent"))} ${B.dim("\xB7")} ${B.dim("generate-image")}`;return D(i,{width:70,title:u})}function hh(e,t){let r=`seoagent-generate-image-${new Date().toISOString().replace(/[:.]/g,"-")}.log`,o=Bn(e,k),i=Bn(o,".errors"),s=vo(o)?Bn(i,r):Bn(ph(),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 vo(Gn(s))||pc(Gn(s),{recursive:!0}),fc(s,a.join(`
655
+ `)),s}catch{return null}}import K from"picocolors";async function zt(e={}){let t=_(process.cwd()),n=O(t?.domain);if(!n){let c=qe();e.json?process.stdout.write(`${JSON.stringify({logged_in:!1,other_sites:c})}
656
+ `):(l.error(`Not logged in. Run \`${m("login")}\` first.`),c.length>0&&l.info(`(Logged in to: ${c.join(", ")} \u2014 not this project's site.)`)),process.exitCode=1;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(c){l.error(`Network error: ${c.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})}
657
657
  `);return}l.warn(`Logged in, but the server at this API base does not support \`/api/cli/whoami\` yet. Update with \`${m("update-cli")}\` (or re-deploy your server).`),l.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}`})}
658
658
  `):l.error(`Could not fetch your account (HTTP ${i.status})${s?.error?`: ${s.error}`:""}`),process.exitCode=1;return}let a=qe().filter(c=>c!==s.domain);if(e.json){process.stdout.write(`${JSON.stringify({logged_in:!0,...s,other_sites:a},null,2)}
659
- `);return}l.message(gh(s)),a.length>0&&l.message(K.dim(`Also logged in to: ${a.join(", ")}.`)),s.paid===!1&&l.message(`${K.dim("Upgrade for autopilot:")} ${K.cyan(ne("cli-whoami"))}`)}function gh(e){let n=i=>K.dim(i.padEnd(10)),r=[];if(e.email&&(r.push({content:`${K.green("\u2713")} ${K.dim("Logged in as")} ${K.bold(e.email)}`}),r.push({sep:!0})),e.domain&&r.push({content:`${n("Website:")}${K.cyan(e.domain)}`}),e.plan){let i=e.paid?K.bold(K.green(e.plan)):K.bold(e.plan);r.push({content:`${n("Plan:")}${i}`})}e.api_base&&r.push({content:`${n("API:")}${K.dim(e.api_base)}`});let o=`${K.bold(K.cyan("SEOAgent"))} ${K.dim("\xB7")} ${K.dim("whoami")}`;return D(r,{width:55,title:o})}import{select as Yt,text as Vt,confirm as gc,isCancel as X,intro as hh,outro as yh}from"@clack/prompts";import Gn from"picocolors";function wh(){return[{command:"status",label:"Show project status",hint:"Audit, strategy, briefs, content, roadmap \u2014 everything at a glance.",run:async()=>_t()},{command:"sync",label:"Sync with the cloud dashboard",hint:"Push local .seoagent/ changes + pull dashboard edits.",run:async()=>await V()},{command:"init",label:"Initialize a SEOAgent project",hint:"Scaffold .seoagent/ + the skill file in this directory.",run:async()=>{await $t()}},{command:"login",label:"Connect this CLI to seoagent.com",hint:"Opens the browser to bind your account.",run:async()=>await At()},{command:"whoami",label:"Show logged-in account",hint:"Email, bound website, plan, API base.",run:async()=>await zt()},{command:"keywords",label:"Keyword research",hint:"Peek (free, one keyword) \xB7 enrich \xB7 discover \xB7 competitor gaps.",run:async()=>{let e=await Yt({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(!X(e))if(e==="peek"){let t=await Vt({message:"Keyword to peek:",placeholder:"saas seo",validate:n=>String(n??"").trim()?void 0:"A keyword is required."});if(X(t))return;await Ce({peek:String(t)})}else e==="discover"?await Ce({discover:!0}):e==="competitors"?await Ce({competitors:!0}):await Ce()}},{command:"internal-links",label:"Analyze internal links",hint:"Find orphan pages \u2192 .seoagent/internal-links.md",run:async()=>Nt({})},{command:"okf",label:"Open Knowledge Format bundle",hint:"Make your site AI-readable (AEO/GEO) \u2192 .seoagent/okf/",run:async()=>{let e=await Yt({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"}]});X(e)||Dt(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 Ht()},{command:"generate-image",label:"Generate an image",hint:"Uses the detected (or explicit) provider.",run:async()=>{let e=await Vt({message:"Image prompt:",placeholder:"a minimalist cyan box logo",validate:n=>String(n??"").trim()?void 0:"A prompt is required."});if(X(e))return;let t=await Vt({message:"Output file path:",placeholder:".seoagent/content/images/hero.png",validate:n=>String(n??"").trim()?void 0:"An output path is required."});X(t)||await qt({prompt:String(e),out:String(t)})}},{command:"env-check",label:"Check image-generation provider",hint:"Detect openai / fal / replicate from your env.",run:async()=>Kt({})},{command:"autopilot",label:"Toggle CLI autopilot",hint:"on / off / status \u2014 paid feature for queueing SEO fixes.",run:async()=>{let e=await Yt({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"}]});X(e)||await jt(String(e))}},{command:"pull",label:"Pull dashboard changes only",hint:"Cloud \u2192 local. Same as the second half of `sync`.",run:async()=>await Fe()},{command:"ack",label:"Close out a pending inbox action",hint:"Mark a .seoagent/inbox/ action completed or failed.",run:async()=>{let e=await Vt({message:"Action ID to close out:",placeholder:"action-abc123",validate:r=>String(r??"").trim()?void 0:"Action ID is required."});if(X(e))return;let t=await gc({message:"Mark as failed instead of completed?",initialValue:!1});if(X(t))return;let n;if(t===!0){let r=await Vt({message:"Reason for failure (optional):",placeholder:"couldn't apply because\u2026"});if(X(r))return;String(r).trim()&&(n=String(r))}await xe(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 Rt()},{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 Et({})},{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 Yt({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"}]});X(e)||Wt({all:e==="all"})}},{command:"logout",label:"Log out",hint:"Clear stored credentials for seoagent.com.",run:async()=>It()},{command:"uninstall",label:"Uninstall SEOAgent from this project",hint:"Remove .seoagent/, the skill bundle, and the sync hook.",run:async()=>await St({})}]}var fc="__exit__";async function mc(e=wh()){let t=e.map(o=>({value:o.command,label:o.label,hint:o.hint}));t.push({value:fc,label:"Exit",hint:"Close the menu"});let n=await Yt({message:"What would you like to do?",options:t});if(X(n)||n===fc)return!0;let r=e.find(o=>o.command===n);if(!r)return l.warn(`Unknown menu pick "${String(n)}" \u2014 returning to menu.`),!1;try{await r.run()}catch(o){l.error(`\`${r.command}\` failed: ${o.message??String(o)}`)}return!1}async function vo(){if(!process.stdin.isTTY){l.info("The menu needs an interactive terminal. Use the regular commands directly, e.g. `seoagent --help`.");return}hh(`${Gn.bold(Gn.cyan("SEOAgent"))} ${Gn.dim("\xB7 menu")}`);let e=await mc();for(;!e;){let t=await gc({message:"Do another?",initialValue:!0});if(X(t)||t===!1){e=!0;break}e=await mc()}yh(Gn.dim("See you next time."))}var R=new bh;R.name("seoagent").description("AI SEO agent for Claude Code").version(I).showSuggestionAfterError(!0).showHelpAfterError(!0);R.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.").action(e=>{$t({yes:e.yes,domain:e.domain,siteType:e.siteType})});R.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=>{St({yes:e.yes,global:e.global})});R.command("status").description("Show current SEO project state").action(_t);R.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=>{Br({json:e.json})});R.command("login").description("Connect this CLI to your seoagent.com account (browser flow)").option("--api-base <url>","Override API base URL (for testing)").action(e=>{At({apiBase:e.apiBase})});R.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=>{It({all:e.all})});R.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","Re-send every artifact on push; take cloud on every pull conflict").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=>{V({silent:e.silent,force:e.force,path:e.path,pushOnly:e.pushOnly,pullOnly:e.pullOnly})});R.command("pull").description("Pull cloud changes into .seoagent/ (dashboard / autopilot / chat edits)").option("--silent","Suppress output").option("--force","Take the cloud version on every conflict (discards local edits)").option("--print <path>","Read-only: print the current cloud body of one artifact to stdout (writes nothing). For conflict diffs.").action(e=>{Fe({force:e.force,silent:e.silent,print:e.print})});R.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)=>{xe(e,{failed:t.failed,reason:t.reason})});R.command("inbox").description("List pending actions queued by autopilot in .seoagent/inbox/").option("--json","Output as JSON (handy for scripting / `jq`)").action(e=>{Ar({json:e.json})});R.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=>{Or({yes:e.yes,model:e.model})});R.command("autopilot <action>").description("Turn CLI autopilot on|off or show status (paid; queues fixes for your agent)").option("--api-base <url>","Override API base URL (for testing)").action((e,t)=>{jt(e,{apiBase:t.apiBase})});R.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=>{Ce({peek:e.peek,seed:e.seed,discover:e.discover,competitors:e.competitors,purge:e.purge,all:e.all,json:e.json,apiBase:e.apiBase})});R.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=>{Nt({json:e.json})});R.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("--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)=>{Dr(e,{slug:t.slug,url:t.url,file:t.file,title:t.title,type:t.type,status:t.status,primaryKeyword:t.primaryKeyword,dir:t.dir,prune:t.prune})});R.command("okf [action]").description("Manage the Open Knowledge Format bundle for AI agents \u2014 [validate|scaffold] \u2192 .seoagent/okf/").option("--json","Output result as JSON").action((e,t)=>{Dt(e,{json:t.json})});R.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=>{Wr({url:e.url,json:e.json})});R.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 15, max 30)",e=>parseInt(e,10)).option("--json","Output the full evidence bundle as JSON").action(e=>{Zr({url:e.url,max:e.max,json:e.json})});R.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=>{no({url:e.url,max:e.max,json:e.json})});R.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)=>{oo({files:e??[],json:t.json,quiet:t.quiet})});R.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)=>{io({files:e??[],json:t.json})});R.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=>{lo({csv:e.csv,direction:e.direction,json:e.json})});R.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=>{Ht({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})});R.command("env-check").description("Detect which image generation provider is available (OPENAI / FAL / REPLICATE)").option("--json","Output detection result as JSON").action(e=>{Kt({json:e.json})});R.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=>{qt({prompt:e.prompt,out:e.out,provider:e.provider,size:e.size,silent:e.silent})});R.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("--api-base <url>","Override API base URL (for testing)").action(e=>{zt({json:e.json,apiBase:e.apiBase})});R.command("upgrade").description("Open the SEOAgent Cloud pricing page in your browser (plan upgrade)").action(Rt);R.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=>{Et({dryRun:e.dryRun,projects:e.projects})});R.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=>{Wt({all:e.all,crawl:e.crawl})});R.command("menu").description("Interactive menu \u2014 pick a command from a list (no flags required)").action(()=>{vo()});process.argv.length===2&&(R.outputHelp(),process.exit(0));R.parse();
659
+ `);return}l.message(yh(s)),a.length>0&&l.message(K.dim(`Also logged in to: ${a.join(", ")}.`)),s.paid===!1&&l.message(`${K.dim("Upgrade for autopilot:")} ${K.cyan(ne("cli-whoami"))}`)}function yh(e){let n=i=>K.dim(i.padEnd(10)),r=[];if(e.email&&(r.push({content:`${K.green("\u2713")} ${K.dim("Logged in as")} ${K.bold(e.email)}`}),r.push({sep:!0})),e.domain&&r.push({content:`${n("Website:")}${K.cyan(e.domain)}`}),e.plan){let i=e.paid?K.bold(K.green(e.plan)):K.bold(e.plan);r.push({content:`${n("Plan:")}${i}`})}e.api_base&&r.push({content:`${n("API:")}${K.dim(e.api_base)}`});let o=`${K.bold(K.cyan("SEOAgent"))} ${K.dim("\xB7")} ${K.dim("whoami")}`;return D(r,{width:55,title:o})}import{select as Jt,text as Yt,confirm as hc,isCancel as X,intro as wh,outro as bh}from"@clack/prompts";import Hn from"picocolors";function kh(){return[{command:"status",label:"Show project status",hint:"Audit, strategy, briefs, content, roadmap \u2014 everything at a glance.",run:async()=>Ct()},{command:"sync",label:"Sync with the cloud dashboard",hint:"Push local .seoagent/ changes + pull dashboard edits.",run:async()=>await z()},{command:"init",label:"Initialize a SEOAgent project",hint:"Scaffold .seoagent/ + the skill file in this directory.",run:async()=>{await St()}},{command:"login",label:"Connect this CLI to seoagent.com",hint:"Opens the browser to bind your account.",run:async()=>await It()},{command:"whoami",label:"Show logged-in account",hint:"Email, bound website, plan, API base.",run:async()=>await zt()},{command:"keywords",label:"Keyword research",hint:"Peek (free, one keyword) \xB7 enrich \xB7 discover \xB7 competitor gaps.",run:async()=>{let e=await Jt({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(!X(e))if(e==="peek"){let t=await Yt({message:"Keyword to peek:",placeholder:"saas seo",validate:n=>String(n??"").trim()?void 0:"A keyword is required."});if(X(t))return;await Re({peek:String(t)})}else e==="discover"?await Re({discover:!0}):e==="competitors"?await Re({competitors:!0}):await Re()}},{command:"internal-links",label:"Analyze internal links",hint:"Find orphan pages \u2192 .seoagent/internal-links.md",run:async()=>Dt({})},{command:"okf",label:"Open Knowledge Format bundle",hint:"Make your site AI-readable (AEO/GEO) \u2192 .seoagent/okf/",run:async()=>{let e=await Jt({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"}]});X(e)||Mt(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 Wt()},{command:"generate-image",label:"Generate an image",hint:"Uses the detected (or explicit) provider.",run:async()=>{let e=await Yt({message:"Image prompt:",placeholder:"a minimalist cyan box logo",validate:n=>String(n??"").trim()?void 0:"A prompt is required."});if(X(e))return;let t=await Yt({message:"Output file path:",placeholder:".seoagent/content/images/hero.png",validate:n=>String(n??"").trim()?void 0:"An output path is required."});X(t)||await Vt({prompt:String(e),out:String(t)})}},{command:"env-check",label:"Check image-generation provider",hint:"Detect openai / fal / replicate from your env.",run:async()=>qt({})},{command:"autopilot",label:"Toggle CLI autopilot",hint:"on / off / status \u2014 paid feature for queueing SEO fixes.",run:async()=>{let e=await Jt({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"}]});X(e)||await Nt(String(e))}},{command:"pull",label:"Pull dashboard changes only",hint:"Cloud \u2192 local. Same as the second half of `sync`.",run:async()=>await Be()},{command:"ack",label:"Close out a pending inbox action",hint:"Mark a .seoagent/inbox/ action completed or failed.",run:async()=>{let e=await Yt({message:"Action ID to close out:",placeholder:"action-abc123",validate:r=>String(r??"").trim()?void 0:"Action ID is required."});if(X(e))return;let t=await hc({message:"Mark as failed instead of completed?",initialValue:!1});if(X(t))return;let n;if(t===!0){let r=await Yt({message:"Reason for failure (optional):",placeholder:"couldn't apply because\u2026"});if(X(r))return;String(r).trim()&&(n=String(r))}await _e(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 Et()},{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 At({})},{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 Jt({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"}]});X(e)||Kt({all:e==="all"})}},{command:"logout",label:"Log out",hint:"Clear stored credentials for seoagent.com.",run:async()=>Pt()},{command:"uninstall",label:"Uninstall SEOAgent from this project",hint:"Remove .seoagent/, the skill bundle, and the sync hook.",run:async()=>await xt({})}]}var mc="__exit__";async function gc(e=kh()){let t=e.map(o=>({value:o.command,label:o.label,hint:o.hint}));t.push({value:mc,label:"Exit",hint:"Close the menu"});let n=await Jt({message:"What would you like to do?",options:t});if(X(n)||n===mc)return!0;let r=e.find(o=>o.command===n);if(!r)return l.warn(`Unknown menu pick "${String(n)}" \u2014 returning to menu.`),!1;try{await r.run()}catch(o){l.error(`\`${r.command}\` failed: ${o.message??String(o)}`)}return!1}async function $o(){if(!process.stdin.isTTY){l.info("The menu needs an interactive terminal. Use the regular commands directly, e.g. `seoagent --help`.");return}wh(`${Hn.bold(Hn.cyan("SEOAgent"))} ${Hn.dim("\xB7 menu")}`);let e=await gc();for(;!e;){let t=await hc({message:"Do another?",initialValue:!0});if(X(t)||t===!1){e=!0;break}e=await gc()}bh(Hn.dim("See you next time."))}var R=new vh;R.name("seoagent").description("AI SEO agent for Claude Code").version(I).showSuggestionAfterError(!0).showHelpAfterError(!0);R.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.").action(e=>{St({yes:e.yes,domain:e.domain,siteType:e.siteType})});R.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=>{xt({yes:e.yes,global:e.global})});R.command("status").description("Show current SEO project state").action(Ct);R.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=>{Gr({json:e.json})});R.command("login").description("Connect this CLI to your seoagent.com account (browser flow)").option("--api-base <url>","Override API base URL (for testing)").action(e=>{It({apiBase:e.apiBase})});R.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=>{Pt({all:e.all})});R.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","Re-send every artifact on push; take cloud on every pull conflict").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=>{z({silent:e.silent,force:e.force,path:e.path,pushOnly:e.pushOnly,pullOnly:e.pullOnly})});R.command("pull").description("Pull cloud changes into .seoagent/ (dashboard / autopilot / chat edits)").option("--silent","Suppress output").option("--force","Take the cloud version on every conflict (discards local edits)").option("--print <path>","Read-only: print the current cloud body of one artifact to stdout (writes nothing). For conflict diffs.").action(e=>{Be({force:e.force,silent:e.silent,print:e.print})});R.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)=>{_e(e,{failed:t.failed,reason:t.reason})});R.command("inbox").description("List pending actions queued by autopilot in .seoagent/inbox/").option("--json","Output as JSON (handy for scripting / `jq`)").action(e=>{Ir({json:e.json})});R.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=>{Lr({yes:e.yes,model:e.model})});R.command("autopilot <action>").description("Turn CLI autopilot on|off or show status (paid; queues fixes for your agent)").option("--api-base <url>","Override API base URL (for testing)").action((e,t)=>{Nt(e,{apiBase:t.apiBase})});R.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=>{Re({peek:e.peek,seed:e.seed,discover:e.discover,competitors:e.competitors,purge:e.purge,all:e.all,json:e.json,apiBase:e.apiBase})});R.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=>{Dt({json:e.json})});R.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("--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)=>{Mr(e,{slug:t.slug,url:t.url,file:t.file,title:t.title,type:t.type,status:t.status,primaryKeyword:t.primaryKeyword,dir:t.dir,prune:t.prune})});R.command("okf [action]").description("Manage the Open Knowledge Format bundle for AI agents \u2014 [validate|scaffold] \u2192 .seoagent/okf/").option("--json","Output result as JSON").action((e,t)=>{Mt(e,{json:t.json})});R.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=>{Kr({url:e.url,json:e.json})});R.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 15, max 30)",e=>parseInt(e,10)).option("--json","Output the full evidence bundle as JSON").action(e=>{eo({url:e.url,max:e.max,json:e.json})});R.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=>{ro({url:e.url,max:e.max,json:e.json})});R.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)=>{io({files:e??[],json:t.json,quiet:t.quiet})});R.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)=>{so({files:e??[],json:t.json})});R.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=>{uo({csv:e.csv,direction:e.direction,json:e.json})});R.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=>{Wt({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})});R.command("env-check").description("Detect which image generation provider is available (OPENAI / FAL / REPLICATE)").option("--json","Output detection result as JSON").action(e=>{qt({json:e.json})});R.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=>{Vt({prompt:e.prompt,out:e.out,provider:e.provider,size:e.size,silent:e.silent})});R.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("--api-base <url>","Override API base URL (for testing)").action(e=>{zt({json:e.json,apiBase:e.apiBase})});R.command("upgrade").description("Open the SEOAgent Cloud pricing page in your browser (plan upgrade)").action(Et);R.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=>{At({dryRun:e.dryRun,projects:e.projects})});R.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=>{Kt({all:e.all,crawl:e.crawl})});R.command("menu").description("Interactive menu \u2014 pick a command from a list (no flags required)").action(()=>{$o()});process.argv.length===2&&(R.outputHelp(),process.exit(0));R.parse();