@seoagent-official/seoagent 1.76.0 → 1.76.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +123 -123
- package/package.json +1 -1
- package/skills/references/audit-checks.md +2 -0
- package/skills/seoagent.md +2 -0
package/index.js
CHANGED
|
@@ -1,47 +1,47 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import{Command as
|
|
2
|
+
import{Command as Kg}from"commander";import{dirname as ki,relative as dn}from"path";import{intro as Ml,outro as Fl,text as wi,select as tr,spinner as Ul,isCancel as He,cancel as Ke,confirm as Bl}from"@clack/prompts";var Le=[".env.local",".env.production",".env"],co=["NEXT_PUBLIC_SITE_URL","SITE_URL","NEXT_PUBLIC_URL","NEXTAUTH_URL","VITE_SITE_URL"];var le="@seoagent-official/seoagent",Kt=`${le}@latest`;import{homedir as Ya}from"os";import{join as je}from"path";var b=".seoagent",lo=["audit","strategy/clusters","briefs","content","content/images","performance"],Se={AGENTS:".agents/skills/seoagent",CLAUDE:".claude/skills/seoagent"},ct=".claude/settings.json",qt=".pull-receipt.json",uo=".ack-queue.json",po=".sync.lock",fo=`# 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
|
-
`,
|
|
10
|
-
`),i=
|
|
9
|
+
`,Ja=process.env.XDG_CONFIG_HOME&&process.env.XDG_CONFIG_HOME.trim().length>0?process.env.XDG_CONFIG_HOME:je(Ya(),".config"),G=je(Ja,"seoagent"),me=je(G,"auth.json"),Mn=je(G,"state"),Vt=je(G,"update-check.json"),zt=je(G,"projects.json");var lt="https://seoagent.com",Ne=process.env.SEOAGENT_API_BASE&&process.env.SEOAGENT_API_BASE.trim().length>0?process.env.SEOAGENT_API_BASE.replace(/\/$/,""):lt,L={BASE:Ne,PRICING:`${Ne}/pricing`,LEAD_API:`${Ne}/api/cli/lead`,CLI_AUTH_PAGE:`${Ne}/cli/auth`,CLI_AUTH_POLL:`${Ne}/api/cli/auth/poll`,CLI_SYNC:`${Ne}/api/cli/sync`};function ne(e,t){let n=t&&t!=="unknown"?`&domain=${encodeURIComponent(t)}`:"";return`${L.PRICING}?ref=${encodeURIComponent(e)}${n}`}import{readFileSync as Xa}from"fs";import{fileURLToPath as Qa}from"url";import{dirname as Za,join as ec}from"path";var mo="0.0.0";function tc(e){try{let t=JSON.parse(e);if(typeof t.version=="string"&&/^\d+\.\d+\.\d+/.test(t.version))return t.version}catch{}return mo}function nc(e=t=>Xa(t,"utf-8")){try{let t=Za(Qa(import.meta.url));return tc(e(ec(t,"package.json")))}catch{return mo}}var A=nc();function Fn(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 g(e,t=Fn()){return t?`seoagent ${e}`:`npx -y ${Kt} ${e}`}import{randomUUID as cc}from"crypto";import{existsSync as yo,mkdirSync as wo,readFileSync as lc,writeFileSync as bo}from"fs";import{join as Bn}from"path";import{existsSync as rc,readFileSync as oc}from"fs";var Yt="---";function ic(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 sc(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 go(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]=go(e,o+1,s.indent);r[i.key]=a,o=c}else r[i.key]="",o++}else r[i.key]=ic(i.valueRaw),o++}return[r,o]}function ge(e){let t=e.split(/\r?\n/);if(t[0]?.trim()!==Yt)return{data:{},body:e};let n=-1;for(let c=1;c<t.length;c++)if(t[c].trim()===Yt){n=c;break}let r=n===-1?t.slice(1):t.slice(1,n),o=n===-1?"":t.slice(n+1).join(`
|
|
10
|
+
`),i=sc(r),s=i.length>0?i[0].indent:0,[a]=go(i,0,s);return{data:a,body:o}}function Jt(e){if(!rc(e))return null;try{return ge(oc(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 ho(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}:`),ho(i,t+1,n)):n.push(`${r}${o}: ${ac(i)}`))}function Un(e,t=""){let n=[Yt];ho(e,0,n),n.push(Yt);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
|
|
16
|
-
`)}function
|
|
17
|
-
`,"utf-8");try{
|
|
18
|
-
`,"utf-8"),{file:t,added:i||a,migrated:r}}function
|
|
19
|
-
`,"utf-8"),{file:t,removed:!0}):{file:t,removed:!1}}import{existsSync as
|
|
20
|
-
`,"utf-8")}catch{}}function Ce(e){try{if(!Go(e))return;let t=Ho();if(t.includes(e))return;t.push(e),
|
|
21
|
-
`)}function
|
|
15
|
+
`)}var uc=/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i;function Wn(){return cc()}var dc=new Set(["strapi","wordpress","sanity","contentful","ghost","webflow","shopify","payload","directus","mdx-local","none"]),pc="project.md";function ut(e){return Bn(e,b)}function Xt(e){return Bn(ut(e),pc)}function vo(e){return yo(Xt(e))}function R(e){let t=Jt(Xt(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&&dc.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&&uc.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 Qt(e){let t=R(e);if(!t)return null;if(t.install_id)return t.install_id;let n=Wn();return q(e,{install_id:n}),n}function fc(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 mc(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 ko(e,t){let n=ut(e);wo(n,{recursive:!0});let r=Un(mc(t),fc(t));bo(Xt(e),r,"utf-8")}function q(e,t){let n=Xt(e);if(!yo(n))return!1;let r=ge(lc(n,"utf-8")),o={...r.data,...t};return bo(n,Un(o,r.body),"utf-8"),!0}function $o(e){let t=ut(e);for(let n of lo)wo(Bn(t,n),{recursive:!0})}var Gn="Sent an anonymous install ping (random id + CLI version only \u2014 no domain, no paths). Opt out: SEOAGENT_TELEMETRY=0",gc=2500;function Hn(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 Kn(e){let t=(e.apiBase||L.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??gc)})).ok}catch{return!1}}import{existsSync as xo,mkdirSync as So,readFileSync as hc,writeFileSync as yc,chmodSync as wc,unlinkSync as bc}from"fs";import{dirname as vc}from"path";function N(){if(!xo(me))return null;try{let e=JSON.parse(hc(me,"utf-8"));return!e.user_token||!e.website_token?null:{user_token:e.user_token,website_token:e.website_token,api_base:e.api_base||lt}}catch{return null}}function _o(e){So(G,{recursive:!0}),So(vc(me),{recursive:!0}),yc(me,JSON.stringify(e,null,2)+`
|
|
17
|
+
`,"utf-8");try{wc(me,384)}catch{}}function Co(){if(!xo(me))return!1;try{return bc(me),!0}catch{return!1}}var kc=new Set([502,503,504]),$c=1e4;async function T(e,t,n={}){let r=Math.max(1,n.attempts??3),o=Math.max(0,n.baseDelayMs??500),i=n.timeoutMs??$c,s=n.fetchImpl??fetch,a=n.sleep??Sc,c=n.transientStatuses??kc,u=null;for(let d=0;d<r;d++){let{init:p,cleanup:f}=xc(t,i);try{let m=await s(e,p);if(c.has(m.status)&&d<r-1){await a(Eo(o,d));continue}return m}catch(m){if(u=m,d<r-1){await a(Eo(o,d));continue}}finally{f()}}throw u instanceof Error?u:new Error(String(u))}function Eo(e,t){return e*Math.pow(3,t)}function Sc(e){return new Promise(t=>setTimeout(t,e))}function xc(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 De="unknown";function Zt(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):""}function _c(e,t){let n=Zt(e),r=Zt(t);return!n||!r||n===De||r===De?!1:n===r}async function Me(e){let t;try{t=await T(`${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?_c(r,e.localDomain)?{verdict:"match",cloudDomain:r}:{verdict:"mismatch",cloudDomain:r}:{verdict:"unverified",detail:"whoami did not return a bound domain"}}function Ro(e,t){return`Cloud project is ${Zt(e)||e} but this workspace is ${Zt(t)||t} \u2014 not syncing. Run \`seoagent logout && seoagent login\` from this directory to connect the right site.`}var Cc=new Set(["co","com","net","org","ac","gov","edu"]);function Ec(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&&Cc.has(n[n.length-2])?n.length-3:n.length-2;return n[Math.max(0,r)]||null}async function Ao(e){let t=Ec(e.domain);if(!t)return{status:"unavailable"};let n=(e.apiBase||L.BASE).replace(/\/$/,"");try{let r=await T(`${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 en,lstatSync as Rc,mkdirSync as dt,readFileSync as Po,readdirSync as Ac,rmSync as Pc,statSync as Ic,symlinkSync as Tc,writeFileSync as Io}from"fs";import{dirname as tn,join as re,relative as To}from"path";import{fileURLToPath as Oc}from"url";var Lc=tn(Oc(import.meta.url));function Oo(){return re(Lc,"skills")}function jc(){let e=re(Oo(),"seoagent.md");if(en(e))return Po(e,"utf-8");throw new Error(`Could not find skill file at: ${e}`)}function Lo(e,t){let n=[];if(!en(e))return n;for(let r of Ac(e,{withFileTypes:!0})){let o=re(e,r.name),i=re(t,r.name);r.isDirectory()?(dt(i,{recursive:!0}),n.push(...Lo(o,i))):r.isFile()&&(dt(tn(i),{recursive:!0}),Io(i,Po(o)),n.push(i))}return n}function Fe(e,t){let n=en(re(e,".agents")),r=re(e,n?Se.AGENTS:Se.CLAUDE),o=re(r,"SKILL.md");dt(r,{recursive:!0}),Io(o,t??jc(),"utf-8");let i=re(Oo(),"references"),s=re(r,"references"),a=[];try{en(i)&&Ic(i).isDirectory()&&(dt(s,{recursive:!0}),a=Lo(i,s).map(u=>To(r,u)))}catch{}let c=n?Nc(e,r):void 0;return{skillFile:o,referenceFiles:a,claudeSymlink:c}}function Nc(e,t){let n=re(e,Se.CLAUDE),r=null;try{r=Rc(n)}catch{}if(r){if(!r.isSymbolicLink())return;try{Pc(n,{force:!0})}catch{return}}try{dt(tn(n),{recursive:!0});let o=To(tn(n),t);return Tc(o,n,"dir"),n}catch{return}}import{existsSync as pt,mkdirSync as qn,readFileSync as Dc,writeFileSync as nn}from"fs";import{dirname as No,join as xe}from"path";var Vn=`command -v seoagent >/dev/null 2>&1 && seoagent sync --silent || npx -y ${Kt} sync --silent`,Do=60;function Mo(e){let t=xe(e,b);qn(t,{recursive:!0});let n=xe(t,".gitignore");nn(n,fo,"utf-8");let r=xe(t,"content","images",".gitkeep");return qn(No(r),{recursive:!0}),pt(r)||nn(r,"","utf-8"),n}var rn=["PostToolUse","SessionStart"];function on(e){if(!pt(e))return{};try{let t=Dc(e,"utf-8");return JSON.parse(t)}catch{return{}}}function ft(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(ft)?!1:(r.hooks.push({type:"command",command:Vn,timeout:Do}),!0)}function Mc(e){let t=!1;for(let n of rn){let r=e[n];if(Array.isArray(r))for(let o of r)for(let i of o.hooks??[])ft(i)&&(i.command!==Vn&&(i.command=Vn,t=!0),typeof i.timeout!="number"&&(i.timeout=Do,t=!0))}return t}function _e(e){let t=xe(e,ct);qn(No(t),{recursive:!0});let n=on(t);n.hooks=n.hooks??{};let r=Mc(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 nn(t,JSON.stringify(n,null,2)+`
|
|
18
|
+
`,"utf-8"),{file:t,added:i||a,migrated:r}}function Fo(e){let t=xe(e,ct);if(!pt(t))return 0;let n=on(t).hooks;if(!n)return 0;let r=0;for(let o of rn){let i=n[o];if(Array.isArray(i))for(let s of i)for(let a of s.hooks??[])ft(a)&&typeof a.timeout!="number"&&r++}return r}function Uo(e){let t=xe(e,ct);if(!pt(t))return!1;let n=on(t).hooks;return n?rn.some(r=>{let o=n[r];return Array.isArray(o)&&o.some(i=>i.hooks?.some(ft))}):!1}function Bo(e){let t=xe(e,ct);if(!pt(t))return{file:t,removed:!1};let n=on(t),r=n.hooks;if(!r)return{file:t,removed:!1};let o=!1;for(let i of rn){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=>!ft(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,nn(t,JSON.stringify(n,null,2)+`
|
|
19
|
+
`,"utf-8"),{file:t,removed:!0}):{file:t,removed:!1}}import{existsSync as Wo,mkdirSync as Fc,readFileSync as Uc,writeFileSync as Bc}from"fs";import{join as Wc}from"path";function Go(e){return Wo(Wc(e,b,"project.md"))}function Ho(){try{if(!Wo(zt))return[];let e=JSON.parse(Uc(zt,"utf-8"));return Array.isArray(e.projects)?e.projects.filter(t=>typeof t=="string"&&t.length>0):[]}catch{return[]}}function Ko(e){try{Fc(G,{recursive:!0}),Bc(zt,JSON.stringify({projects:e},null,2)+`
|
|
20
|
+
`,"utf-8")}catch{}}function Ce(e){try{if(!Go(e))return;let t=Ho();if(t.includes(e))return;t.push(e),Ko(t)}catch{}}function qo(){let e=Ho(),t=e.filter(Go);return t.length!==e.length&&Ko(t),t}import{readFileSync as qc,writeFileSync as Vc,existsSync as zc}from"fs";import{join as Jo}from"path";function zo(e){let t={business:{},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null},n=Gc(e);for(let[r,o]of n){let i=r.toLowerCase().trim();i==="business context"?t.business=Hc(o):i==="writing instructions"?t.writingInstructions=Vo(o):i==="reference urls"?t.referenceUrls=Kc(o):i==="topics to avoid"?t.topicsToAvoid=Vo(o):i==="content tone"?t.contentTone=o.trim()||null:i==="additional notes"&&(t.additionalNotes=o.trim()||null)}return t}function Yo(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 Gc(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
|
|
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
|
|
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
|
|
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 Jo="context.md";function sn(e){let t=Yo(e,".seoagent",Jo);if(!Kc(t))return null;let n=Hc(t,"utf-8");return Vo(n)}function qc(e,t){let n=Yo(e,".seoagent",Jo),r=zo(t);Wc(n,r,"utf-8")}function Xo(e,t){qc(e,{business:{type:t||""},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null})}import{existsSync as mt,readFileSync as Qo,readdirSync as Vc,statSync as Zo}from"fs";import{join as Ee}from"path";var zc=[{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 Yc(e){let t=Ee(e,"package.json");if(!mt(t))return{deps:{},source:"package.json"};try{let n=JSON.parse(Qo(t,"utf-8"));return{deps:{...n.dependencies,...n.devDependencies,...n.peerDependencies},source:"package.json"}}catch{return{deps:{},source:"package.json"}}}function Jc(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 Xc(e){let t={};for(let n of Le){let r=Ee(e,n);if(mt(r))try{let o=Qo(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 Qc(e,t){let n=Ee(e,t.replace(/\/$/,""));if(!mt(n))return!1;if(t.endsWith("/"))try{return Zo(n).isDirectory()}catch{return!1}return!0}function Zc(e){let t=["content","_posts","posts",Ee("src","content")];for(let n of t){let r=Ee(e,n);if(mt(r))try{if(!Zo(r).isDirectory())continue;let o=[r],i=0;for(;o.length>0&&i<50;){let s=o.pop();for(let a of Vc(s,{withFileTypes:!0}))if(i++,!a.name.startsWith(".")){if(a.isDirectory()&&o.length<5){o.push(Ee(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 el(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(mt(Ee(e,n.marker)))return n.path;return null}function ei(e){let t=[],{deps:n}=Yc(e),r=Xc(e),o="none";for(let s of zc){let a=[];for(let c of Object.keys(n))if(Jc(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(Qc(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=Zc(e);s&&(o="mdx-local",t.push(s))}let i=el(e);return{cms:o,blog_path:i,evidence:t}}import{existsSync as tl,readFileSync as nl}from"fs";import{join as rl}from"path";var ti=["openai","fal","replicate"],Ue={openai:["OPENAI_API_KEY"],fal:["FAL_KEY","FAL_API_KEY"],replicate:["REPLICATE_API_TOKEN","REPLICATE_API_KEY"]};function ol(e){let t={};if(!tl(e))return t;let n=nl(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 ni(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 Le){let o=rl(e,r),i=ol(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 he(e){let t=[].concat(...ti.map(a=>Ue[a])),n=ni(e,t),r=[];for(let a of ti)Ue[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=Ue[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 ri(e,t){let n=ni(e,Ue[t]);for(let r of Ue[t])if(n.found[r])return{key:n.found[r].value,envName:r};return null}function oi(){return Ue}import{existsSync as Re,readFileSync as zn}from"fs";import{join as Ae}from"path";function ii(e){try{return new URL(e).hostname}catch{return e}}function si(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 il(e){for(let t of Le){let n=Ae(e,t);if(!Re(n))continue;let r=zn(n,"utf-8");for(let o of ao){let i=r.match(new RegExp(`^${o}=(.+)$`,"m"));if(i){let s=i[1].trim().replace(/^["']|["']$/g,""),a=ii(s);if(si(a))continue;return{value:a,source:`${t} (${o})`}}}}return null}function sl(e){let t=Ae(e,"package.json");if(!Re(t))return null;try{let n=JSON.parse(zn(t,"utf-8"));if(!n.homepage)return null;let r=ii(n.homepage);return si(r)?null:{value:r,source:"package.json (homepage)"}}catch{return null}}function ai(e,t){let n=[];t?.("Checking for monorepo / workspace layout\u2026"),Re(Ae(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=il(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=sl(e);a&&(r=a.value,n.push({field:"domain",detail:a.value,source:a.source}))}let i=Ae(e,"package.json"),s=null;if(Re(i))try{t?.("Reading dependencies to infer site type\u2026");let a=JSON.parse(zn(i,"utf-8")),c=Object.keys({...a.dependencies,...a.devDependencies}),u=(...d)=>d.some(p=>c.includes(p));if(u("@shopify/hydrogen","@shopify/polaris")||Re(Ae(e,"shopify.config.js"))||Re(Ae(e,"shopify.config.ts"))){s="product";let d=u("@shopify/hydrogen","@shopify/polaris")?"Shopify-related dependencies in package.json":Re(Ae(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 ul,readFileSync as Qn,readdirSync as li,statSync as dl}from"fs";import{join as J,sep as pl}from"path";var al=[/^\/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 gt(e){let t=[],n=/<loc>\s*([^<\s][^<]*?)\s*<\/loc>/gi,r;for(;(r=n.exec(e))!==null;){let o=r[1].replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,'"').trim();o&&t.push(o)}return t}function Pe(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 Be(e){return al.some(t=>t.test(e))}function cl(e){return e.filter(t=>Be(Pe(t)))}function ll(e,t){let n=new Set(e.map(Pe)),r=[],o=new Set;for(let i of t){let s=Pe(i);Be(s)||n.has(s)||o.has(s)||(o.add(s),r.push(s))}return r}function Yn(e){return`https://${e.replace(/^https?:\/\//,"").replace(/\/+$/,"")}/sitemap.xml`}async function ci(e){let t=e.sitemapUrl||Yn(e.domain),n=[],r={ok:!1,sitemapUrl:t,fetched:!1,status:null,urls:[],privateUrls:[],missing:[],hasLastmod:!1,issues:n},o="";try{let i=await P(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=gt(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=cl(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(Pe).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=ll(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 ui=["tsx","jsx","js","mdx","md"],fl=["astro","md","mdx"],ml=5e3;function re(e,t){let n=new Map,r=0,o=(i,s,a=!1)=>{let c=bl(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:El(t,c),in_sitemap:a,source:s})};for(let i of hl(e))gl(i,o);return{pages:[...n.values()].filter(i=>!Be(i.route)).sort((i,s)=>i.route.localeCompare(s.route)),dynamicCount:r}}async function di(e,t,n){let r=[];try{let s=await P(Yn(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=gt(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(Pe)),i=0;for(let s of e)!s.in_sitemap&&o.has(Pe(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 gl(e,t){for(let n of["app",J("src","app")]){let r=J(e,n);if(ht(r))for(let o of Jn(r)){let i=Xn(r,o),s=i[i.length-1];xl(s)&&(i.some(a=>a.startsWith("@"))||t(kl(i.slice(0,-1)),"app router"))}}for(let n of["pages",J("src","pages")]){let r=J(e,n);if(ht(r))for(let o of Jn(r)){let i=Xn(r,o);if(i[0]==="api")continue;let s=i[i.length-1],a=Zn(s),c=ui.includes(a),u=fl.includes(a);if(!c&&!u)continue;let d=an(s);_l(d)||t(vl(i),u?"astro":"pages router")}}for(let n of[".","public"]){let r=J(e,n);if(ht(r))for(let o of Jn(r,n==="."?1:1/0)){let i=Xn(r,o),s=i[i.length-1];Zn(s)==="html"&&(i.some(a=>a==="node_modules"||a.startsWith("."))||t($l(i),"static html"))}}for(let n of["public/sitemap.xml","sitemap.xml"]){let r=J(e,...n.split("/"));if(ul(r)){for(let o of Cl(r)){let i=Sl(o);i!==null&&t(i,"sitemap.xml",!0)}break}}}function hl(e){let t=[e],n=new Set([e]);for(let r of yl(e))for(let o of wl(e,r))n.has(o)||(n.add(o),t.push(o));return t}function yl(e){let t=[];try{let n=Qn(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(Qn(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 wl(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 ht(a)?[a]:[]}let o=n.slice(0,r).replace(/\/$/,""),i=J(e,...o.split("/").filter(Boolean));if(!ht(i))return[];let s=[];try{for(let a of li(i,{withFileTypes:!0}))if(a.isDirectory()&&!a.name.startsWith(".")&&!pi.has(a.name)&&(s.push(J(i,a.name)),s.length>=200))break}catch{}return s}function bl(e){let t=e.trim();return t===""||t==="/"||(t.startsWith("/")||(t=`/${t}`),t=t.replace(/\/+$/,""),t==="")?"/":/\[.*\]/.test(t)?null:t}function kl(e){return"/"+e.filter(n=>!(n.startsWith("(")&&n.endsWith(")"))).join("/")}function vl(e){let t=[...e],n=an(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function $l(e){let t=[...e],n=an(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function Sl(e){try{return new URL(e).pathname||"/"}catch{return e.startsWith("/")?e:null}}function xl(e){return an(e)==="page"&&ui.includes(Zn(e))}function _l(e){return["_app","_document","_error","404","500","middleware"].includes(e)}function Cl(e){try{let t=Qn(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 pi=new Set(["node_modules",".git",".next","dist","build",".vercel","out"]);function ht(e){try{return dl(e).isDirectory()}catch{return!1}}function*Jn(e,t=1/0){let n=0;function*r(o,i){if(i>t)return;let s;try{s=li(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(pi.has(a.name))continue;yield*r(c,i+1)}else a.isFile()&&(n++,yield c)}}yield*r(e,1)}function Xn(e,t){return t.slice(e.length).replace(/^[/\\]+/,"").split(pl).filter(Boolean)}function Zn(e){let t=e.lastIndexOf(".");return t===-1?"":e.slice(t+1).toLowerCase()}function an(e){let t=e.lastIndexOf(".");return t===-1?e:e.slice(0,t)}function El(e,t){return e?`https://${e.replace(/^https?:\/\//,"").replace(/\/$/,"")}${t==="/"?"/":t}`:t}import{existsSync as Rl,mkdirSync as Al,readFileSync as Pl,writeFileSync as Il}from"fs";import{join as fi}from"path";function mi(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 cn(e,t,n){let r=fi(e,w,"pages.md"),o=Rl(r),i=o?Ol(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=hi(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&&mi(g,f)&&(c=!0);else{let k={url:p,in_sitemap:d.in_sitemap?"yes":"no",in_nav:"\u2014",status:"\u2014",rendered:"\u2014",word_count:"\u2014",notes:hi(d.source)};f&&mi(k,f),s.set(p,k),a++,c=!0}}if(o&&!c)return{wrote:!1,added:0,total:s.size,merged:!0};let u=[...s.values()];return Al(fi(e,w),{recursive:!0}),Il(r,Tl(u),"utf-8"),{wrote:!0,added:a,total:u.length,merged:o}}function Tl(e){let t=["---","generated: false",`discovered_at: ${new Date().toISOString()}`,`row_count: ${e.length}`,"---"].join(`
|
|
24
|
+
`)]),n}function Hc(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 Vo(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 Kc(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 Xo="context.md";function sn(e){let t=Jo(e,".seoagent",Xo);if(!zc(t))return null;let n=qc(t,"utf-8");return zo(n)}function Yc(e,t){let n=Jo(e,".seoagent",Xo),r=Yo(t);Vc(n,r,"utf-8")}function Qo(e,t){Yc(e,{business:{type:t||""},writingInstructions:[],referenceUrls:[],topicsToAvoid:[],contentTone:null,additionalNotes:null})}import{existsSync as mt,readFileSync as Zo,readdirSync as Jc,statSync as ei}from"fs";import{join as Ee}from"path";var Xc=[{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 Qc(e){let t=Ee(e,"package.json");if(!mt(t))return{deps:{},source:"package.json"};try{let n=JSON.parse(Zo(t,"utf-8"));return{deps:{...n.dependencies,...n.devDependencies,...n.peerDependencies},source:"package.json"}}catch{return{deps:{},source:"package.json"}}}function Zc(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 el(e){let t={};for(let n of Le){let r=Ee(e,n);if(mt(r))try{let o=Zo(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 tl(e,t){let n=Ee(e,t.replace(/\/$/,""));if(!mt(n))return!1;if(t.endsWith("/"))try{return ei(n).isDirectory()}catch{return!1}return!0}function nl(e){let t=["content","_posts","posts",Ee("src","content")];for(let n of t){let r=Ee(e,n);if(mt(r))try{if(!ei(r).isDirectory())continue;let o=[r],i=0;for(;o.length>0&&i<50;){let s=o.pop();for(let a of Jc(s,{withFileTypes:!0}))if(i++,!a.name.startsWith(".")){if(a.isDirectory()&&o.length<5){o.push(Ee(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 rl(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(mt(Ee(e,n.marker)))return n.path;return null}function ti(e){let t=[],{deps:n}=Qc(e),r=el(e),o="none";for(let s of Xc){let a=[];for(let c of Object.keys(n))if(Zc(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(tl(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=nl(e);s&&(o="mdx-local",t.push(s))}let i=rl(e);return{cms:o,blog_path:i,evidence:t}}import{existsSync as ol,readFileSync as il}from"fs";import{join as sl}from"path";var ni=["openai","fal","replicate"],Ue={openai:["OPENAI_API_KEY"],fal:["FAL_KEY","FAL_API_KEY"],replicate:["REPLICATE_API_TOKEN","REPLICATE_API_KEY"]};function al(e){let t={};if(!ol(e))return t;let n=il(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 ri(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 Le){let o=sl(e,r),i=al(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 he(e){let t=[].concat(...ni.map(a=>Ue[a])),n=ri(e,t),r=[];for(let a of ni)Ue[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=Ue[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 oi(e,t){let n=ri(e,Ue[t]);for(let r of Ue[t])if(n.found[r])return{key:n.found[r].value,envName:r};return null}function ii(){return Ue}import{existsSync as Re,readFileSync as zn}from"fs";import{join as Ae}from"path";function si(e){try{return new URL(e).hostname}catch{return e}}function ai(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 cl(e){for(let t of Le){let n=Ae(e,t);if(!Re(n))continue;let r=zn(n,"utf-8");for(let o of co){let i=r.match(new RegExp(`^${o}=(.+)$`,"m"));if(i){let s=i[1].trim().replace(/^["']|["']$/g,""),a=si(s);if(ai(a))continue;return{value:a,source:`${t} (${o})`}}}}return null}function ll(e){let t=Ae(e,"package.json");if(!Re(t))return null;try{let n=JSON.parse(zn(t,"utf-8"));if(!n.homepage)return null;let r=si(n.homepage);return ai(r)?null:{value:r,source:"package.json (homepage)"}}catch{return null}}function ci(e,t){let n=[];t?.("Checking for monorepo / workspace layout\u2026"),Re(Ae(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=cl(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=ll(e);a&&(r=a.value,n.push({field:"domain",detail:a.value,source:a.source}))}let i=Ae(e,"package.json"),s=null;if(Re(i))try{t?.("Reading dependencies to infer site type\u2026");let a=JSON.parse(zn(i,"utf-8")),c=Object.keys({...a.dependencies,...a.devDependencies}),u=(...d)=>d.some(p=>c.includes(p));if(u("@shopify/hydrogen","@shopify/polaris")||Re(Ae(e,"shopify.config.js"))||Re(Ae(e,"shopify.config.ts"))){s="product";let d=u("@shopify/hydrogen","@shopify/polaris")?"Shopify-related dependencies in package.json":Re(Ae(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 fl,readFileSync as Qn,readdirSync as ui,statSync as ml}from"fs";import{join as J,sep as gl}from"path";var ul=[/^\/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 gt(e){let t=[],n=/<loc>\s*([^<\s][^<]*?)\s*<\/loc>/gi,r;for(;(r=n.exec(e))!==null;){let o=r[1].replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/'/g,"'").replace(/"/g,'"').trim();o&&t.push(o)}return t}function Pe(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 Be(e){return ul.some(t=>t.test(e))}function dl(e){return e.filter(t=>Be(Pe(t)))}function pl(e,t){let n=new Set(e.map(Pe)),r=[],o=new Set;for(let i of t){let s=Pe(i);Be(s)||n.has(s)||o.has(s)||(o.add(s),r.push(s))}return r}function Yn(e){return`https://${e.replace(/^https?:\/\//,"").replace(/\/+$/,"")}/sitemap.xml`}async function li(e){let t=e.sitemapUrl||Yn(e.domain),n=[],r={ok:!1,sitemapUrl:t,fetched:!1,status:null,urls:[],privateUrls:[],missing:[],hasLastmod:!1,issues:n},o="";try{let i=await T(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=gt(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=dl(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(Pe).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=pl(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 di=["tsx","jsx","js","mdx","md"],hl=["astro","md","mdx"],yl=5e3;function oe(e,t){let n=new Map,r=0,o=(i,s,a=!1)=>{let c=$l(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:Pl(t,c),in_sitemap:a,source:s})};for(let i of bl(e))wl(i,o);return{pages:[...n.values()].filter(i=>!Be(i.route)).sort((i,s)=>i.route.localeCompare(s.route)),dynamicCount:r}}async function pi(e,t,n){let r=[];try{let s=await T(Yn(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=gt(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(Pe)),i=0;for(let s of e)!s.in_sitemap&&o.has(Pe(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 wl(e,t){for(let n of["app",J("src","app")]){let r=J(e,n);if(ht(r))for(let o of Jn(r)){let i=Xn(r,o),s=i[i.length-1];El(s)&&(i.some(a=>a.startsWith("@"))||t(Sl(i.slice(0,-1)),"app router"))}}for(let n of["pages",J("src","pages")]){let r=J(e,n);if(ht(r))for(let o of Jn(r)){let i=Xn(r,o);if(i[0]==="api")continue;let s=i[i.length-1],a=Zn(s),c=di.includes(a),u=hl.includes(a);if(!c&&!u)continue;let d=an(s);Rl(d)||t(xl(i),u?"astro":"pages router")}}for(let n of[".","public"]){let r=J(e,n);if(ht(r))for(let o of Jn(r,n==="."?1:1/0)){let i=Xn(r,o),s=i[i.length-1];Zn(s)==="html"&&(i.some(a=>a==="node_modules"||a.startsWith("."))||t(_l(i),"static html"))}}for(let n of["public/sitemap.xml","sitemap.xml"]){let r=J(e,...n.split("/"));if(fl(r)){for(let o of Al(r)){let i=Cl(o);i!==null&&t(i,"sitemap.xml",!0)}break}}}function bl(e){let t=[e],n=new Set([e]);for(let r of vl(e))for(let o of kl(e,r))n.has(o)||(n.add(o),t.push(o));return t}function vl(e){let t=[];try{let n=Qn(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(Qn(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 kl(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 ht(a)?[a]:[]}let o=n.slice(0,r).replace(/\/$/,""),i=J(e,...o.split("/").filter(Boolean));if(!ht(i))return[];let s=[];try{for(let a of ui(i,{withFileTypes:!0}))if(a.isDirectory()&&!a.name.startsWith(".")&&!fi.has(a.name)&&(s.push(J(i,a.name)),s.length>=200))break}catch{}return s}function $l(e){let t=e.trim();return t===""||t==="/"||(t.startsWith("/")||(t=`/${t}`),t=t.replace(/\/+$/,""),t==="")?"/":/\[.*\]/.test(t)?null:t}function Sl(e){return"/"+e.filter(n=>!(n.startsWith("(")&&n.endsWith(")"))).join("/")}function xl(e){let t=[...e],n=an(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function _l(e){let t=[...e],n=an(t[t.length-1]);return n==="index"?t.pop():t[t.length-1]=n,"/"+t.join("/")}function Cl(e){try{return new URL(e).pathname||"/"}catch{return e.startsWith("/")?e:null}}function El(e){return an(e)==="page"&&di.includes(Zn(e))}function Rl(e){return["_app","_document","_error","404","500","middleware"].includes(e)}function Al(e){try{let t=Qn(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 fi=new Set(["node_modules",".git",".next","dist","build",".vercel","out"]);function ht(e){try{return ml(e).isDirectory()}catch{return!1}}function*Jn(e,t=1/0){let n=0;function*r(o,i){if(i>t)return;let s;try{s=ui(o,{withFileTypes:!0})}catch{return}for(let a of s){if(n>=yl)return;if(a.name.startsWith("."))continue;let c=J(o,a.name);if(a.isDirectory()){if(fi.has(a.name))continue;yield*r(c,i+1)}else a.isFile()&&(n++,yield c)}}yield*r(e,1)}function Xn(e,t){return t.slice(e.length).replace(/^[/\\]+/,"").split(gl).filter(Boolean)}function Zn(e){let t=e.lastIndexOf(".");return t===-1?"":e.slice(t+1).toLowerCase()}function an(e){let t=e.lastIndexOf(".");return t===-1?e:e.slice(0,t)}function Pl(e,t){return e?`https://${e.replace(/^https?:\/\//,"").replace(/\/$/,"")}${t==="/"?"/":t}`:t}import{existsSync as Il,mkdirSync as Tl,readFileSync as Ol,writeFileSync as Ll}from"fs";import{join as mi}from"path";function gi(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 cn(e,t,n){let r=mi(e,b,"pages.md"),o=Il(r),i=o?Nl(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=yi(d.url),f=n?.get(d.url),m=s.get(p);if(m)d.in_sitemap&&m.in_sitemap!=="yes"&&(m.in_sitemap="yes",c=!0),f&&gi(m,f)&&(c=!0);else{let k={url:p,in_sitemap:d.in_sitemap?"yes":"no",in_nav:"\u2014",status:"\u2014",rendered:"\u2014",word_count:"\u2014",notes:yi(d.source)};f&&gi(k,f),s.set(p,k),a++,c=!0}}if(o&&!c)return{wrote:!1,added:0,total:s.size,merged:!0};let u=[...s.values()];return Tl(mi(e,b),{recursive:!0}),Ll(r,jl(u),"utf-8"),{wrote:!0,added:a,total:u.length,merged:o}}function jl(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 Ol(e){let t=new Map,n;try{n=Pl(e,"utf-8")}catch{return t}let r=n.split(/\r?\n/);for(let o=0;o<r.length-1;o++){if(!er(r[o])||!Ll(r[o+1]))continue;let i=gi(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&&er(r[a]);a++){let c=gi(r[a]),u=(c[s.url]??"").trim();!u||u==="\u2014"||u==="-"||t.set(u,{url:u,in_sitemap:Ge(c,s.in_sitemap),in_nav:Ge(c,s.in_nav),status:Ge(c,s.status),rendered:Ge(c,s.rendered),word_count:Ge(c,s.word_count),notes:Ge(c,s.notes)})}break}return t}function Ge(e,t){let n=t>=0?(e[t]??"").trim():"";return n===""?"\u2014":n}function er(e){let t=e.trim();return t.startsWith("|")&&t.endsWith("|")&&t.length>1}function Ll(e){let t=e.trim();return er(t)&&/^\|(?:\s*:?-+:?\s*\|)+$/.test(t)}function gi(e){return e.trim().slice(1,-1).split("|").map(t=>t.trim())}function hi(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}import{log as He}from"@clack/prompts";var l={info:e=>He.info(e),warn:e=>He.warn(e),error:e=>He.error(e),success:e=>He.success(e),step:e=>He.step(e),message:e=>He.message(e)};function $(e,t,n,r=n){e?e.stop(r):l[t](n)}var wi=[{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"}],un="unknown",Fl=new Set(["saas","service","product","content","marketplace","tool","app","nonprofit","community","unknown"]);function Ul(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 ln(e){if(!e?.trim())return null;let t=e.trim().toLowerCase();return Fl.has(t)?t:null}async function yt(e={}){let t=process.cwd();if(bo(t)){let a=R(t),c=Fe(t);_e(t),q(t,{skill_version:A}),Ce(t);let u=ki(dn(t,c.skillFile)),d=c.claudeSymlink?` (symlinked at ${dn(t,c.claudeSymlink)})`:"",p=a?.skill_version&&a.skill_version!==A?`${a.skill_version} \u2192 ${A}`:A;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.`),!Wn()){let f=Qt(t);f&&await Kn({installId:f,event:"reinit",cliVersion:A})&&l.info(Hn)}return}let n=!!e.yes||!process.stdin.isTTY;n||jl("SEOAgent \u2014 AI SEO Agent");let r=ai(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 ${Ul(a)}`)}},i=e.domain?.trim()||process.env.SEOAGENT_DOMAIN?.trim()||r.domain||null,s=ln(e.siteType)||ln(process.env.SEOAGENT_SITE_TYPE)||r.siteType||null;if(n){e.siteType?.trim()&&ln(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()&&ln(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=un),s||(s="unknown"),await bi(t,i,s);return}if(o(),!i){let a=await yi({message:"Website domain",placeholder:"example.com",validate:c=>c.trim()?void 0:"Domain is required"});We(a)&&(Ke("Cancelled"),process.exit(0)),i=String(a)}if(!s){let a=await tr({message:"What kind of site is this?",options:[...wi]});We(a)&&(Ke("Cancelled"),process.exit(0)),s=a}for(;;){let a=await Ml({message:`Create .seoagent for ${i} (${s})?`});if(We(a)&&(Ke("Cancelled"),process.exit(0)),a)break;let c=await tr({message:"What should we change?",options:[{value:"domain",label:"Domain"},{value:"site_type",label:"Site type"},{value:"abort",label:"Cancel setup"}]});if((We(c)||c==="abort")&&(Ke("Cancelled"),process.exit(0)),c==="domain"){let u=await yi({message:"Website domain",placeholder:"example.com",validate:d=>d.trim()?void 0:"Domain is required"});We(u)&&(Ke("Cancelled"),process.exit(0)),i=String(u)}else{let u=await tr({message:"What kind of site is this?",options:[...wi]});We(u)&&(Ke("Cancelled"),process.exit(0)),s=u}}await bi(t,i,s)}async function bi(e,t,n){let r=Dl();r.start("Setting up your SEO project");let o=ei(e),i=he(e),s=Gn(),a={domain:t,site_type:n,language:"en",initialized_at:new Date().toISOString(),seoagent_version:A,skill_version:A,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=Wn(),u=c?Promise.resolve(!1):Kn({installId:s,event:"init",cliVersion:A}),d=c||t===un?Promise.resolve(null):Ro({domain:t,installId:s}),p=N(),f=p&&t!==un?Me({apiBase:p.api_base,authHeader:`Bearer ${p.user_token}:${p.website_token}`,localDomain:t}).catch(()=>null):Promise.resolve(null);vo(e),ko(e,a),Ce(e),Xo(e,n),Do(e);let g=Fe(e),k=dn(e,g.skillFile),h=ki(k),v=`${h}/references/audit-checks.md`,x=g.claudeSymlink?dn(e,g.claudeSymlink):void 0;_e(e);let S=t!==un,T={pages:[],dynamicCount:0},O={wrote:!1,added:0,total:0,merged:!1};try{T=re(e,S?t:null),O=cn(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 fe=o.evidence.map(at=>`${at.detail} (${at.source})`).slice(0,2).join(", ");l.info(`CMS detected: ${o.cms} \u2014 ${fe}`)}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 fe=O.merged?O.added>0?`Re-scanned your codebase: +${O.added} new page${O.added===1?"":"s"} merged into .seoagent/pages.md (${O.total} total)`:`Re-scanned your codebase: .seoagent/pages.md already current (${O.total} pages)`:`Found ${T.pages.length} page${T.pages.length===1?"":"s"} in your codebase \u2192 .seoagent/pages.md`;l.info(fe+(T.dynamicCount>0?` (plus ${T.dynamicCount} dynamic route template${T.dynamicCount===1?"":"s"} \u2014 the audit will discover their instances)`:""))}let[Q,ee,st]=await Promise.all([u,d,f]);if(st?.verdict==="mismatch"&&l.warn(`Heads up: you're logged in to a SEOAgent cloud project for ${st.cloudDomain}, but this workspace is ${t}. This workspace stays LOCAL-ONLY \u2014 nothing will be pushed to or pulled from that project. To connect ${t} to the cloud, run \`seoagent logout && seoagent login\` from this directory and pick (or create) the right site.`),ee?.status==="data"){let fe=ee.difficulty!=null?`, difficulty ${ee.difficulty}/100`:"";l.info(`Free keyword peek \u2014 "${ee.keyword}": ${ee.volume.toLocaleString("en-US")} searches/mo${fe}. You get ~10 free peeks/day: ${m('keywords --peek "<keyword>"')}`)}else ee?.status==="no-data"&&l.info(`Free keyword peek is live \u2014 no search-volume data for "${ee.keyword}" yet. Try a topic keyword (~10 free/day): ${m('keywords --peek "best <your category> tool"')}`);Q&&l.info(Hn);let U=S?a.domain:"your site",$e=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."];Nl([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:","",` ${k} \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):","",...$e,"",` 2. The headline next step: offer to run a Phase 1 SEO audit on ${U}`," (homepage + sitemap + robots.txt; the checks live in",` ${v} \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 ${k} is picked up automatically.`,...x?[` Symlinked at ${x} \u2192 ${h} so Claude Code finds it too.`]:[],""," Want the cloud dashboard now? Free account, ~30 seconds:","",` ${m("login")}`,""].join(`
|
|
31
|
-
`))}import{existsSync as
|
|
32
|
-
`);if(!r){
|
|
33
|
-
${o}`);let s=await
|
|
30
|
+
`)}function Nl(e){let t=new Map,n;try{n=Ol(e,"utf-8")}catch{return t}let r=n.split(/\r?\n/);for(let o=0;o<r.length-1;o++){if(!er(r[o])||!Dl(r[o+1]))continue;let i=hi(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&&er(r[a]);a++){let c=hi(r[a]),u=(c[s.url]??"").trim();!u||u==="\u2014"||u==="-"||t.set(u,{url:u,in_sitemap:We(c,s.in_sitemap),in_nav:We(c,s.in_nav),status:We(c,s.status),rendered:We(c,s.rendered),word_count:We(c,s.word_count),notes:We(c,s.notes)})}break}return t}function We(e,t){let n=t>=0?(e[t]??"").trim():"";return n===""?"\u2014":n}function er(e){let t=e.trim();return t.startsWith("|")&&t.endsWith("|")&&t.length>1}function Dl(e){let t=e.trim();return er(t)&&/^\|(?:\s*:?-+:?\s*\|)+$/.test(t)}function hi(e){return e.trim().slice(1,-1).split("|").map(t=>t.trim())}function yi(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}import{log as Ge}from"@clack/prompts";var l={info:e=>Ge.info(e),warn:e=>Ge.warn(e),error:e=>Ge.error(e),success:e=>Ge.success(e),step:e=>Ge.step(e),message:e=>Ge.message(e)};function $(e,t,n,r=n){e?e.stop(r):l[t](n)}var bi=[{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"}],un="unknown",Wl=new Set(["saas","service","product","content","marketplace","tool","app","nonprofit","community","unknown"]);function Gl(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 ln(e){if(!e?.trim())return null;let t=e.trim().toLowerCase();return Wl.has(t)?t:null}async function yt(e={}){let t=process.cwd();if(vo(t)){let a=R(t),c=Fe(t);_e(t),q(t,{skill_version:A}),Ce(t);let u=ki(dn(t,c.skillFile)),d=c.claudeSymlink?` (symlinked at ${dn(t,c.claudeSymlink)})`:"",p=a?.skill_version&&a.skill_version!==A?`${a.skill_version} \u2192 ${A}`:A;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 \`${g("status")}\` to see your project, or \`${g("uninstall")}\` to start fresh.`),!Hn()){let f=Qt(t);f&&await Kn({installId:f,event:"reinit",cliVersion:A})&&l.info(Gn)}return}let n=!!e.yes||!process.stdin.isTTY;n||Ml("SEOAgent \u2014 AI SEO Agent");let r=ci(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 ${Gl(a)}`)}},i=e.domain?.trim()||process.env.SEOAGENT_DOMAIN?.trim()||r.domain||null,s=ln(e.siteType)||ln(process.env.SEOAGENT_SITE_TYPE)||r.siteType||null;if(n){e.siteType?.trim()&&ln(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()&&ln(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=un),s||(s="unknown"),await vi(t,i,s);return}if(o(),!i){let a=await wi({message:"Website domain",placeholder:"example.com",validate:c=>c.trim()?void 0:"Domain is required"});He(a)&&(Ke("Cancelled"),process.exit(0)),i=String(a)}if(!s){let a=await tr({message:"What kind of site is this?",options:[...bi]});He(a)&&(Ke("Cancelled"),process.exit(0)),s=a}for(;;){let a=await Bl({message:`Create .seoagent for ${i} (${s})?`});if(He(a)&&(Ke("Cancelled"),process.exit(0)),a)break;let c=await tr({message:"What should we change?",options:[{value:"domain",label:"Domain"},{value:"site_type",label:"Site type"},{value:"abort",label:"Cancel setup"}]});if((He(c)||c==="abort")&&(Ke("Cancelled"),process.exit(0)),c==="domain"){let u=await wi({message:"Website domain",placeholder:"example.com",validate:d=>d.trim()?void 0:"Domain is required"});He(u)&&(Ke("Cancelled"),process.exit(0)),i=String(u)}else{let u=await tr({message:"What kind of site is this?",options:[...bi]});He(u)&&(Ke("Cancelled"),process.exit(0)),s=u}}await vi(t,i,s)}async function vi(e,t,n){let r=Ul();r.start("Setting up your SEO project");let o=ti(e),i=he(e),s=Wn(),a={domain:t,site_type:n,language:"en",initialized_at:new Date().toISOString(),seoagent_version:A,skill_version:A,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=Hn(),u=c?Promise.resolve(!1):Kn({installId:s,event:"init",cliVersion:A}),d=c||t===un?Promise.resolve(null):Ao({domain:t,installId:s}),p=N(),f=p&&t!==un?Me({apiBase:p.api_base,authHeader:`Bearer ${p.user_token}:${p.website_token}`,localDomain:t}).catch(()=>null):Promise.resolve(null);$o(e),ko(e,a),Ce(e),Qo(e,n),Mo(e);let m=Fe(e),k=dn(e,m.skillFile),y=ki(k),h=`${y}/references/audit-checks.md`,x=m.claudeSymlink?dn(e,m.claudeSymlink):void 0;_e(e);let S=t!==un,I={pages:[],dynamicCount:0},P={wrote:!1,added:0,total:0,merged:!1};try{I=oe(e,S?t:null),P=cn(e,I.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 fe=o.evidence.map(at=>`${at.detail} (${at.source})`).slice(0,2).join(", ");l.info(`CMS detected: ${o.cms} \u2014 ${fe}`)}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.`),I.pages.length>0){let fe=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 ${I.pages.length} page${I.pages.length===1?"":"s"} in your codebase \u2192 .seoagent/pages.md`;l.info(fe+(I.dynamicCount>0?` (plus ${I.dynamicCount} dynamic route template${I.dynamicCount===1?"":"s"} \u2014 the audit will discover their instances)`:""))}let[Q,te,st]=await Promise.all([u,d,f]);if(st?.verdict==="mismatch"&&l.warn(`Heads up: you're logged in to a SEOAgent cloud project for ${st.cloudDomain}, but this workspace is ${t}. This workspace stays LOCAL-ONLY \u2014 nothing will be pushed to or pulled from that project. To connect ${t} to the cloud, run \`seoagent logout && seoagent login\` from this directory and pick (or create) the right site.`),te?.status==="data"){let fe=te.difficulty!=null?`, difficulty ${te.difficulty}/100`:"";l.info(`Free keyword peek \u2014 "${te.keyword}": ${te.volume.toLocaleString("en-US")} searches/mo${fe}. You get ~10 free peeks/day: ${g('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): ${g('keywords --peek "best <your category> tool"')}`);Q&&l.info(Gn);let U=S?a.domain:"your site",$e=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."];Fl([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:","",` ${k} \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):","",...$e,"",` 2. The headline next step: offer to run a Phase 1 SEO audit on ${U}`," (homepage + sitemap + robots.txt; the checks live in",` ${h} \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:",` ${g("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 ${k} is picked up automatically.`,...x?[` Symlinked at ${x} \u2192 ${y} so Claude Code finds it too.`]:[],""," Want the cloud dashboard now? Free account, ~30 seconds:","",` ${g("login")}`,""].join(`
|
|
31
|
+
`))}import{existsSync as xi}from"fs";import{intro as Kl,outro as ql,confirm as Vl,isCancel as zl,cancel as Yl}from"@clack/prompts";import{existsSync as pn,rmSync as Hl}from"fs";import{join as fn}from"path";function $i(e,t={}){let n=[],r=fn(e,b);pn(r)&&n.push({label:".seoagent/ \u2014 project state + all generated work",path:r,kind:"dir"});let o=fn(e,Se.CLAUDE);pn(o)&&n.push({label:".claude/skills/seoagent/ \u2014 installed skill bundle",path:o,kind:"dir"});let i=fn(e,Se.AGENTS);return pn(i)&&n.push({label:".agents/skills/seoagent/ \u2014 installed skill bundle",path:i,kind:"dir"}),Uo(e)&&n.push({label:".claude/settings.json \u2014 sync hook entry (other settings preserved)",path:fn(e,".claude","settings.json"),kind:"hook"}),t.global&&pn(G)&&n.push({label:"~/.config/seoagent/ \u2014 login credentials + sync state (all projects)",path:G,kind:"global"}),n}function Si(e,t){for(let n of t)n.kind==="hook"?Bo(e):Hl(n.path,{recursive:!0,force:!0})}async function wt(e={}){let t=process.cwd(),n=$i(t,{global:e.global});if(n.length===0){l.info("No SEOAgent install found in this directory \u2014 nothing to remove."),!e.global&&xi(G)&&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){Kl("SEOAgent \u2014 uninstall"),l.message(`This will remove:
|
|
33
|
+
${o}`);let s=await Vl({message:"Remove these and start fresh?"});if(zl(s)||!s){Yl("Cancelled \u2014 nothing was removed.");return}}Si(t,n);let i=n.map(s=>` \u2713 ${s.label}`).join(`
|
|
34
34
|
`);r?l.success(`Removed:
|
|
35
|
-
${i}`):
|
|
36
|
-
${i}`),!e.global&&
|
|
37
|
-
`)}function nu(e,t){if(!t)return ye.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`);let n=Ci(t),r=e-5-n;return r<1?ye.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`):`${ye.dim("\u250C\u2500 ")}${t}${ye.dim(` ${"\u2500".repeat(r)}\u2510`)}`}function ru(e,t){let n=Ci(e),r;return n<=t?r=e+" ".repeat(t-n):r=e,`${ye.dim("\u2502")} ${r} ${ye.dim("\u2502")}`}function rr(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 kt(){let e=_i(process.cwd());if(!e){l.warn("No SEOAgent project found in this directory."),l.info(`Run \`${m("init")}\` to get started.`);return}l.message(ou(e))}function ou(e){if(!e)return"";let t=11,n=s=>C.dim(s.padEnd(t)),r=[];N()?(r.push({content:`${C.green("\u2713")} ${C.dim("Logged in")}`}),r.push({content:C.dim(` Run \`${m("whoami")}\` for email / plan.`)})):(r.push({content:`${C.dim("\u25CB Not logged in")}`}),r.push({content:C.dim(` Run \`${m("login")}\` to connect.`)})),r.push({sep:!0}),r.push({content:e.audit?.exists?`${n("Audit:")}${C.green(`last run ${rr(e.audit.date??"")}`)} ${C.dim(`(${e.audit.issueCount??0} issues)`)}`:`${n("Audit:")}${C.dim("not yet run")}`}),r.push({content:e.strategy?.exists?`${n("Strategy:")}${C.bold(C.cyan(String(e.strategy.clusterCount??0)))} ${C.dim("clusters")} \xB7 ${C.bold(C.cyan(String(e.strategy.articleCount??0)))} ${C.dim("ideas")}`:`${n("Strategy:")}${C.dim("not yet created")}`}),r.push({content:e.briefs?.exists?`${n("Briefs:")}${C.bold(C.cyan(String(e.briefs.count??0)))} ${C.dim("ready")}`:`${n("Briefs:")}${C.dim("none created")}`}),r.push({content:e.content?.exists?`${n("Content:")}${C.green("\u2713")} ${C.bold(C.cyan(String(e.content.count??0)))} ${C.dim("articles written")}`:`${n("Content:")}${C.dim("no articles yet")}`}),r.push({content:e.roadmap?.exists?`${n("Roadmap:")}${C.green("updated")} ${C.dim(rr(e.roadmap.updatedAt??""))}`:`${n("Roadmap:")}${C.dim("not yet created")}`});let i=`${C.bold(C.cyan("SEOAgent"))} ${C.dim("\xB7")} ${C.bold(e.domain)}`;return D(r,{width:78,title:i})}import{exec as iu,spawn as Ei}from"child_process";import{confirm as su,isCancel as au}from"@clack/prompts";import G from"picocolors";function Ve(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 cu=`https://registry.npmjs.org/${le}/latest`,vt=["free","starter","pro","scale","enterprise"],mn={free:"Free",starter:"Starter",pro:"Pro",scale:"Scale",enterprise:"Enterprise"};function lu(e){let t=e.trim().toLowerCase().split(/\s+/)[0];return vt.includes(t)?t:null}function uu(e){let t=vt.indexOf(e);return t===-1||t===vt.length-1?null:vt[t+1]}async function du(e,t=fetch){if(!e)return null;try{let n=(e.api_base||L.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 pu(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 vt){let a=mn[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 $t(){let e=N(),t=!!process.stdin.isTTY;if(e&&t){let n=await du(e);if(n){let r=lu(n.plan),o=r?uu(r):null;if(r&&l.message(pu({email:n.email,domain:n.domain,current:r,next:o})),r&&!o){l.success(`You're on ${mn[r]} (highest tier).`);return}if(r&&o){let i=await su({message:`Upgrade from ${mn[r]} to ${mn[o]}?`});if(au(i)||!i){l.info("No changes.");return}}}}fu()}function fu(){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}"`;iu(t,n=>{n&&l.warn("Could not open browser. Visit the URL above to upgrade.")})}function mu(){let e=R(process.cwd());return te("cli-upgrade",e?.domain)}async function St(e={}){let t=A,n=await hu();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(Ve(t,n)>=0){l.success(`You're on the latest CLI (${t}).`);return}if(!Fn()){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 yu()){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 gu()||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 gu(){return new Promise(e=>{try{let t=Ei("seoagent",["refresh","--all"],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))}catch{e(!1)}})}async function hu(e=fetch){try{let t=await e(cu,{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 yu(){return new Promise(e=>{let t=Ei("npm",["install","-g",`${le}@latest`],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))})}import{exec as wu}from"child_process";import{randomBytes as bu}from"crypto";import{isCancel as ku,spinner as vu,text as $u}from"@clack/prompts";import we from"picocolors";function Ri(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 Su=1500,xu=300*1e3;function _u(e){let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;wu(t,()=>{})}function Cu(){return bu(16).toString("hex")}function Eu(e,t,n){let r=new URLSearchParams({session:t});return n&&n!=="unknown"&&r.set("domain",n),`${e}/cli/auth?${r.toString()}`}function Ai(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 Ru(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 Ri(r.status,o)}catch(n){return{status:"error",terminal:!1,message:n.message||"network error"}}}function Au(e){return new Promise(t=>setTimeout(t,e))}async function xt(e={}){let t=process.cwd(),n=R(t),r=(e.apiBase||L.BASE||lt).replace(/\/$/,"");if(N()){l.info(`Already logged in. To switch accounts, run \`${m("logout")}\` first.`);return}let o=n?.domain??null;if(o==="unknown"&&process.stdin.isTTY){let p=await $u({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(!Ai(String(g)))return"Please enter a valid domain like `example.com`."}});if(ku(p)){l.warn("Login cancelled.");return}let f=Ai(String(p));if(f){o=f;try{q(t,{domain:f}),l.success(`Saved domain: ${f} \u2192 .seoagent/project.md`)}catch{}}}let i=Cu(),s=Eu(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}`),_u(s),l.info('In your browser: sign in (if needed) and click "Connect this CLI" to finish.');let c=!!process.stdout.isTTY?vu():null;c?.start(we.dim("Waiting for browser confirmation\u2026"));let u=Date.now()+xu,d=!0;for(;Date.now()<u;){d||await Au(Su),d=!1;let p=await Ru(r,i);if(p.status==="ready"){xo({user_token:p.user_token,website_token:p.website_token,api_base:r});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 ${we.bold(p.email)} (${we.cyan(p.domain)}).`:p.email?`Logged in as ${we.bold(p.email)}.`:"Logged in.";$(c,"success",f,we.green(g)),c&&l.info("Future SEO work in this repo will sync to your dashboard.");return}if(p.status==="expired"){$(c,"warn",`Session expired. Run \`${m("login")}\` again.`,we.red("Session expired.")),c&&l.warn(`Run \`${m("login")}\` again.`);return}if(p.status==="error"){if(p.terminal){$(c,"warn",`Login failed: ${p.message}. Run \`${m("login")}\` again.`,we.red(`Login failed: ${p.message}.`)),c&&l.warn(`Run \`${m("login")}\` again.`);return}continue}}$(c,"warn",`Login timed out. Run \`${m("login")}\` again to retry.`,we.yellow("Login timed out.")),c&&l.warn(`Run \`${m("login")}\` again to retry.`)}function _t(){_o()?l.success("Logged out."):l.info("You were not logged in.")}import{spinner as hp}from"@clack/prompts";import V from"picocolors";import{existsSync as hr,mkdirSync as Nd,readFileSync as gs,readdirSync as Dd,writeFileSync as Md}from"fs";import{createHash as Fd}from"crypto";import{join as yr,relative as Ud,sep as Bd}from"path";import{existsSync as Pu,mkdirSync as Iu,readdirSync as Pi,readFileSync as Ii,writeFileSync as Tu}from"fs";import{dirname as Ou,join as ze,relative as Lu}from"path";var Ie=e=>typeof e=="string"&&e?e:void 0;function or(e,t){let n=ze(e,t),r;try{r=Pi(n)}catch{return[]}let o=[];for(let i of r){if(!i.endsWith(".md")&&!i.endsWith(".mdx")||i.startsWith("_")||i.startsWith("."))continue;let s=ze(n,i),a;try{a=ge(Ii(s,"utf-8")).data}catch{continue}let c=Ie(a.slug)??i.replace(/\.mdx?$/,"");o.push({slug:c,title:Ie(a.title)??c,draft:a.draft===!0,page_type:Ie(a.page_type)??Ie(a.type),path:Lu(e,s)})}return o}function ir(e){let t;try{t=Pi(e)}catch{return[]}let n=[];for(let r of t){if(!r.endsWith(".md"))continue;let o=ze(e,r),i;try{i=ge(Ii(o,"utf-8")).data}catch{continue}n.push({slug:Ie(i.slug)??r.replace(/\.md$/,""),source:Ie(i.source)??"external",repo_path:Ie(i.repo_path)??null,file:o})}return n}function sr(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 ar(e){return t=>Pu(ze(e,t))}function cr(e){return e.trim().replace(/^.*\/([^/]+)$/,"$1").replace(/\.[a-z0-9]+$/i,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Ti(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}function Ct(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 Et(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}`):ql(`Removed:
|
|
36
|
+
${i}`),!e.global&&xi(G)&&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 \`${g("init")}\`.`)}import C from"picocolors";import{existsSync as bt,readdirSync as nr,statSync as Jl,readFileSync as _i}from"fs";import{join as qe}from"path";function Xl(e){let t=(e.match(/^\s*-\s+\[\s\]/gm)??[]).length,n=(e.match(/^\s*-\s+\[x\]/gim)??[]).length;return{open:t,done:n}}function Ql(e){let t=qe(e,"audit","latest.md");if(!bt(t))return null;let n=Jt(t);if(!n)return null;let r=_i(t,"utf-8"),o=Xl(r);return{exists:!0,date:typeof n.data.audited_at=="string"?n.data.audited_at:void 0,issueCount:o.open}}function Zl(e){try{let n=_i(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 eu(e){let t=qe(e,"strategy","clusters");if(!bt(t))return null;let n=nr(t).filter(o=>o.endsWith(".md"));if(n.length===0)return null;let r=0;for(let o of n)r+=Zl(qe(t,o));return{exists:!0,clusterCount:n.length,articleCount:r}}function tu(e){let t=qe(e,"briefs");if(!bt(t))return null;let n=nr(t).filter(r=>r.endsWith(".md"));return n.length>0?{exists:!0,count:n.length}:null}function nu(e){let t=qe(e,"content");if(!bt(t))return null;let n=nr(t).filter(r=>r.endsWith(".md"));return n.length===0?null:{exists:!0,count:n.length}}function ru(e){let t=qe(e,"roadmap.md");return bt(t)?{exists:!0,updatedAt:Jl(t).mtime.toISOString()}:null}function Ci(e){let t=R(e);if(!t)return null;let n=ut(e);return{domain:t.domain,audit:Ql(n),strategy:eu(n),briefs:tu(n),content:nu(n),roadmap:ru(n)}}import ye from"picocolors";var ou=/\x1b\[[0-9;]*m/g;function Ei(e){return e.replace(ou,"").length}function D(e,t={}){let n=t.width??51,r=n-4,o="\u2500".repeat(n-2),i=iu(n,t.title),s=ye.dim(`\u251C${o}\u2524`),a=ye.dim(`\u2514${o}\u2518`),c=[i];for(let u of e){if("sep"in u){c.push(s);continue}c.push(su(u.content,r))}return c.push(a),c.join(`
|
|
37
|
+
`)}function iu(e,t){if(!t)return ye.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`);let n=Ei(t),r=e-5-n;return r<1?ye.dim(`\u250C${"\u2500".repeat(e-2)}\u2510`):`${ye.dim("\u250C\u2500 ")}${t}${ye.dim(` ${"\u2500".repeat(r)}\u2510`)}`}function su(e,t){let n=Ei(e),r;return n<=t?r=e+" ".repeat(t-n):r=e,`${ye.dim("\u2502")} ${r} ${ye.dim("\u2502")}`}function rr(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 vt(){let e=Ci(process.cwd());if(!e){l.warn("No SEOAgent project found in this directory."),l.info(`Run \`${g("init")}\` to get started.`);return}l.message(au(e))}function au(e){if(!e)return"";let t=11,n=s=>C.dim(s.padEnd(t)),r=[];N()?(r.push({content:`${C.green("\u2713")} ${C.dim("Logged in")}`}),r.push({content:C.dim(` Run \`${g("whoami")}\` for email / plan.`)})):(r.push({content:`${C.dim("\u25CB Not logged in")}`}),r.push({content:C.dim(` Run \`${g("login")}\` to connect.`)})),r.push({sep:!0}),r.push({content:e.audit?.exists?`${n("Audit:")}${C.green(`last run ${rr(e.audit.date??"")}`)} ${C.dim(`(${e.audit.issueCount??0} issues)`)}`:`${n("Audit:")}${C.dim("not yet run")}`}),r.push({content:e.strategy?.exists?`${n("Strategy:")}${C.bold(C.cyan(String(e.strategy.clusterCount??0)))} ${C.dim("clusters")} \xB7 ${C.bold(C.cyan(String(e.strategy.articleCount??0)))} ${C.dim("ideas")}`:`${n("Strategy:")}${C.dim("not yet created")}`}),r.push({content:e.briefs?.exists?`${n("Briefs:")}${C.bold(C.cyan(String(e.briefs.count??0)))} ${C.dim("ready")}`:`${n("Briefs:")}${C.dim("none created")}`}),r.push({content:e.content?.exists?`${n("Content:")}${C.green("\u2713")} ${C.bold(C.cyan(String(e.content.count??0)))} ${C.dim("articles written")}`:`${n("Content:")}${C.dim("no articles yet")}`}),r.push({content:e.roadmap?.exists?`${n("Roadmap:")}${C.green("updated")} ${C.dim(rr(e.roadmap.updatedAt??""))}`:`${n("Roadmap:")}${C.dim("not yet created")}`});let i=`${C.bold(C.cyan("SEOAgent"))} ${C.dim("\xB7")} ${C.bold(e.domain)}`;return D(r,{width:78,title:i})}import{exec as cu,spawn as Ri}from"child_process";import{confirm as lu,isCancel as uu}from"@clack/prompts";import W from"picocolors";function Ve(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 du=`https://registry.npmjs.org/${le}/latest`,kt=["free","starter","pro","scale","enterprise"],mn={free:"Free",starter:"Starter",pro:"Pro",scale:"Scale",enterprise:"Enterprise"};function pu(e){let t=e.trim().toLowerCase().split(/\s+/)[0];return kt.includes(t)?t:null}function fu(e){let t=kt.indexOf(e);return t===-1||t===kt.length-1?null:kt[t+1]}async function mu(e,t=fetch){if(!e)return null;try{let n=(e.api_base||L.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 gu(e){let t=[],r=s=>W.dim(s.padEnd(10)),o=!1;e.email&&(t.push({content:`${r("Email:")}${W.bold(e.email)}`}),o=!0),e.domain&&(t.push({content:`${r("Website:")}${W.cyan(e.domain)}`}),o=!0),o&&t.push({sep:!0});for(let s of kt){let a=mn[s];s===e.current?t.push({content:`${W.bold(W.green("\u25CF"))} ${W.bold(W.green(a.padEnd(11)))} ${W.dim("\u2190 you are here")}`}):s===e.next?t.push({content:`${W.yellow("\u25C6")} ${W.bold(W.yellow(a.padEnd(11)))} ${W.yellow("next tier")}`}):t.push({content:W.dim(` ${a}`)})}let i=`${W.bold(W.cyan("SEOAgent Cloud"))} ${W.dim("\xB7")} ${W.dim("your plan")}`;return D(t,{width:55,title:i})}async function $t(){let e=N(),t=!!process.stdin.isTTY;if(e&&t){let n=await mu(e);if(n){let r=pu(n.plan),o=r?fu(r):null;if(r&&l.message(gu({email:n.email,domain:n.domain,current:r,next:o})),r&&!o){l.success(`You're on ${mn[r]} (highest tier).`);return}if(r&&o){let i=await lu({message:`Upgrade from ${mn[r]} to ${mn[o]}?`});if(uu(i)||!i){l.info("No changes.");return}}}}hu()}function hu(){let e=yu();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}"`;cu(t,n=>{n&&l.warn("Could not open browser. Visit the URL above to upgrade.")})}function yu(){let e=R(process.cwd());return ne("cli-upgrade",e?.domain)}async function St(e={}){let t=A,n=await bu();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(Ve(t,n)>=0){l.success(`You're on the latest CLI (${t}).`);return}if(!Fn()){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 vu()){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 wu()||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 wu(){return new Promise(e=>{try{let t=Ri("seoagent",["refresh","--all"],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))}catch{e(!1)}})}async function bu(e=fetch){try{let t=await e(du,{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 vu(){return new Promise(e=>{let t=Ri("npm",["install","-g",`${le}@latest`],{stdio:"inherit"});t.on("error",()=>e(!1)),t.on("exit",n=>e(n===0))})}import{exec as ku}from"child_process";import{randomBytes as $u}from"crypto";import{isCancel as Su,spinner as xu,text as _u}from"@clack/prompts";import we from"picocolors";function Ai(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 Cu=1500,Eu=300*1e3;function Ru(e){let t=process.platform==="darwin"?`open "${e}"`:process.platform==="win32"?`start "" "${e}"`:`xdg-open "${e}"`;ku(t,()=>{})}function Au(){return $u(16).toString("hex")}function Pu(e,t,n){let r=new URLSearchParams({session:t});return n&&n!=="unknown"&&r.set("domain",n),`${e}/cli/auth?${r.toString()}`}function Pi(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 Iu(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 Ai(r.status,o)}catch(n){return{status:"error",terminal:!1,message:n.message||"network error"}}}function Tu(e){return new Promise(t=>setTimeout(t,e))}async function xt(e={}){let t=process.cwd(),n=R(t),r=(e.apiBase||L.BASE||lt).replace(/\/$/,"");if(N()){l.info(`Already logged in. To switch accounts, run \`${g("logout")}\` first.`);return}let o=n?.domain??null;if(o==="unknown"&&process.stdin.isTTY){let p=await _u({message:".seoagent/project.md has `domain: unknown`. What is your site's URL?",placeholder:"example.com",validate(m){if(!String(m??"").trim())return"A site URL is required.";if(!Pi(String(m)))return"Please enter a valid domain like `example.com`."}});if(Su(p)){l.warn("Login cancelled.");return}let f=Pi(String(p));if(f){o=f;try{q(t,{domain:f}),l.success(`Saved domain: ${f} \u2192 .seoagent/project.md`)}catch{}}}let i=Au(),s=Pu(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}`),Ru(s),l.info('In your browser: sign in (if needed) and click "Connect this CLI" to finish.');let c=!!process.stdout.isTTY?xu():null;c?.start(we.dim("Waiting for browser confirmation\u2026"));let u=Date.now()+Eu,d=!0;for(;Date.now()<u;){d||await Tu(Cu),d=!1;let p=await Iu(r,i);if(p.status==="ready"){_o({user_token:p.user_token,website_token:p.website_token,api_base:r});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.",m=p.email&&p.domain?`Logged in as ${we.bold(p.email)} (${we.cyan(p.domain)}).`:p.email?`Logged in as ${we.bold(p.email)}.`:"Logged in.";$(c,"success",f,we.green(m)),c&&l.info("Future SEO work in this repo will sync to your dashboard.");return}if(p.status==="expired"){$(c,"warn",`Session expired. Run \`${g("login")}\` again.`,we.red("Session expired.")),c&&l.warn(`Run \`${g("login")}\` again.`);return}if(p.status==="error"){if(p.terminal){$(c,"warn",`Login failed: ${p.message}. Run \`${g("login")}\` again.`,we.red(`Login failed: ${p.message}.`)),c&&l.warn(`Run \`${g("login")}\` again.`);return}continue}}$(c,"warn",`Login timed out. Run \`${g("login")}\` again to retry.`,we.yellow("Login timed out.")),c&&l.warn(`Run \`${g("login")}\` again to retry.`)}function _t(){Co()?l.success("Logged out."):l.info("You were not logged in.")}import{spinner as bp}from"@clack/prompts";import V from"picocolors";import{existsSync as hr,mkdirSync as Fd,readFileSync as hs,readdirSync as Ud,writeFileSync as Bd}from"fs";import{createHash as Wd}from"crypto";import{join as yr,relative as Gd,sep as Hd}from"path";import{existsSync as Ou,mkdirSync as Lu,readdirSync as Ii,readFileSync as Ti,writeFileSync as ju}from"fs";import{dirname as Nu,join as ze,relative as Du}from"path";var Ie=e=>typeof e=="string"&&e?e:void 0;function or(e,t){let n=ze(e,t),r;try{r=Ii(n)}catch{return[]}let o=[];for(let i of r){if(!i.endsWith(".md")&&!i.endsWith(".mdx")||i.startsWith("_")||i.startsWith("."))continue;let s=ze(n,i),a;try{a=ge(Ti(s,"utf-8")).data}catch{continue}let c=Ie(a.slug)??i.replace(/\.mdx?$/,"");o.push({slug:c,title:Ie(a.title)??c,draft:a.draft===!0,page_type:Ie(a.page_type)??Ie(a.type),path:Du(e,s)})}return o}function ir(e){let t;try{t=Ii(e)}catch{return[]}let n=[];for(let r of t){if(!r.endsWith(".md"))continue;let o=ze(e,r),i;try{i=ge(Ti(o,"utf-8")).data}catch{continue}n.push({slug:Ie(i.slug)??r.replace(/\.md$/,""),source:Ie(i.source)??"external",repo_path:Ie(i.repo_path)??null,file:o})}return n}function sr(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 ar(e){return t=>Ou(ze(e,t))}function cr(e){return e.trim().replace(/^.*\/([^/]+)$/,"$1").replace(/\.[a-z0-9]+$/i,"").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-+|-+$/g,"")}function Oi(e){return e.split("-").filter(Boolean).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" ")}function Ct(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 Et(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
|
|
44
|
+
`}function Li(e,t){let n=ze(e,b,"content"),r=ir(n),o=new Set;for(let c of r)c.source==="repo"&&c.repo_path&&o.add(Nu(c.repo_path));if(o.size===0)return{tracked:[]};let i=[...o].flatMap(c=>or(e,c)),s=sr(i,r,ar(e));if(s.toTrack.length===0)return{tracked:[]};Lu(n,{recursive:!0});let a=[];for(let c of s.toTrack){let u=Et({slug:c.slug,title:c.title,canonical:Ct(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()});ju(ze(n,`${c.slug}.md`),u,"utf-8"),a.push(c.slug)}return{tracked:a}}import{existsSync as ur,mkdirSync as Mu,readdirSync as ji,readFileSync as Fu,unlinkSync as Uu,writeFileSync as lr}from"fs";import{join as Je}from"path";import F from"picocolors";function ue(e){return Je(e,b,"inbox")}function Ni(e){return`${e.action_type}-${e.id}.md`}function Bu(e,t){let n=0;if(!ur(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{Uu(Je(e,r)),n++}catch{}}return n}function Wu(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}
|
|
@@ -74,7 +74,7 @@ typically that's a markdown or MDX file matching the slug under \`content/\`,
|
|
|
74
74
|
After deleting (and committing if you want), run:
|
|
75
75
|
|
|
76
76
|
\`\`\`bash
|
|
77
|
-
${
|
|
77
|
+
${g(`ack ${e.id}`)}
|
|
78
78
|
\`\`\`
|
|
79
79
|
|
|
80
80
|
That marks the action \`completed\` server-side and removes this inbox file
|
|
@@ -82,10 +82,10 @@ on the next \`seoagent sync\`. If you decided NOT to remove the file (false
|
|
|
82
82
|
positive, you disagree, etc.), close it out as failed with a reason:
|
|
83
83
|
|
|
84
84
|
\`\`\`bash
|
|
85
|
-
${
|
|
85
|
+
${g(`ack ${e.id}`)} --failed --reason "kept; performs well off-search"
|
|
86
86
|
\`\`\`
|
|
87
|
-
`}function
|
|
88
|
-
`)}}function
|
|
87
|
+
`}function Gu(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 Hu(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 Ku(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. ${
|
|
112
|
-
2. ${
|
|
111
|
+
1. ${Hu(r,o,n)}
|
|
112
|
+
2. ${Gu(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
|
|
@@ -117,16 +117,16 @@ ${s??e.description??"Apply the appropriate fix for this issue."}
|
|
|
117
117
|
After applying:
|
|
118
118
|
|
|
119
119
|
\`\`\`bash
|
|
120
|
-
${
|
|
120
|
+
${g(`ack ${e.id}`)}
|
|
121
121
|
\`\`\`
|
|
122
122
|
|
|
123
123
|
That marks the action \`completed\` server-side and removes this inbox file on the
|
|
124
124
|
next \`seoagent sync\`. If you disagree or it's a false positive, decline it:
|
|
125
125
|
|
|
126
126
|
\`\`\`bash
|
|
127
|
-
${
|
|
127
|
+
${g(`ack ${e.id}`)} --failed --reason "not applicable; ..."
|
|
128
128
|
\`\`\`
|
|
129
|
-
`}function
|
|
129
|
+
`}function Di(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
|
|
141
|
+
`}function qu(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
|
-
${
|
|
166
|
+
${Di(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
|
|
@@ -180,15 +180,15 @@ ${Ni(t)}
|
|
|
180
180
|
After writing (and publishing/committing):
|
|
181
181
|
|
|
182
182
|
\`\`\`bash
|
|
183
|
-
${
|
|
183
|
+
${g(`ack ${e.id}`)}
|
|
184
184
|
\`\`\`
|
|
185
185
|
|
|
186
186
|
If you decide not to write it (off-strategy, duplicate, etc.), decline it:
|
|
187
187
|
|
|
188
188
|
\`\`\`bash
|
|
189
|
-
${
|
|
189
|
+
${g(`ack ${e.id}`)} --failed --reason "skipped; ..."
|
|
190
190
|
\`\`\`
|
|
191
|
-
`}function
|
|
191
|
+
`}function Vu(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}
|
|
@@ -227,15 +227,15 @@ ${i}
|
|
|
227
227
|
After revising:
|
|
228
228
|
|
|
229
229
|
\`\`\`bash
|
|
230
|
-
${
|
|
230
|
+
${g(`ack ${e.id}`)}
|
|
231
231
|
\`\`\`
|
|
232
232
|
|
|
233
233
|
If you disagree (page is fine as-is, intentionally short, etc.), decline it:
|
|
234
234
|
|
|
235
235
|
\`\`\`bash
|
|
236
|
-
${
|
|
236
|
+
${g(`ack ${e.id}`)} --failed --reason "kept as-is; ..."
|
|
237
237
|
\`\`\`
|
|
238
|
-
`}function
|
|
238
|
+
`}function zu(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?`\`\`\`
|
|
239
239
|
${o.join(`
|
|
240
240
|
`)}
|
|
241
241
|
\`\`\`${i?`
|
|
@@ -273,15 +273,15 @@ ${s}
|
|
|
273
273
|
Once the sitemap is served at \`${n??"/sitemap.xml"}\` (deploy if needed \u2014 GSC fetches the live URL):
|
|
274
274
|
|
|
275
275
|
\`\`\`bash
|
|
276
|
-
${
|
|
276
|
+
${g(`ack ${e.id}`)}
|
|
277
277
|
\`\`\`
|
|
278
278
|
|
|
279
279
|
SEOAgent re-submits the sitemap to GSC on its schedule. If a sitemap already exists and is correct, decline:
|
|
280
280
|
|
|
281
281
|
\`\`\`bash
|
|
282
|
-
${
|
|
282
|
+
${g(`ack ${e.id}`)} --failed --reason "sitemap already served at /sitemap.xml"
|
|
283
283
|
\`\`\`
|
|
284
|
-
`}function
|
|
284
|
+
`}function Yu(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`---
|
|
285
285
|
action_id: ${e.id}
|
|
286
286
|
action_type: ${e.action_type}
|
|
287
287
|
keyword: ${n??""}
|
|
@@ -309,7 +309,7 @@ for **you** (or Claude Code reading this file) \u2014 nothing is auto-generated.
|
|
|
309
309
|
- **Search intent**: ${s??"(unknown)"}
|
|
310
310
|
|
|
311
311
|
${e.description??""}
|
|
312
|
-
${
|
|
312
|
+
${Di(t)}
|
|
313
313
|
## How to write it
|
|
314
314
|
|
|
315
315
|
1. Decide what *kind* of page this should be \u2014 a guide, comparison, listicle,
|
|
@@ -331,19 +331,19 @@ ${Ni(t)}
|
|
|
331
331
|
After publishing (and committing):
|
|
332
332
|
|
|
333
333
|
\`\`\`bash
|
|
334
|
-
${
|
|
334
|
+
${g(`ack ${e.id}`)}
|
|
335
335
|
\`\`\`
|
|
336
336
|
|
|
337
337
|
If you decide *not* to write it (already covered elsewhere, off-strategy, etc.),
|
|
338
338
|
decline it:
|
|
339
339
|
|
|
340
340
|
\`\`\`bash
|
|
341
|
-
${
|
|
341
|
+
${g(`ack ${e.id}`)} --failed --reason "skipped; ..."
|
|
342
342
|
\`\`\`
|
|
343
|
-
`}function
|
|
343
|
+
`}function Ju(e){switch(e.action_type){case"cli_prune_pending":return Wu(e);case"cli_technical_fix":return Ku(e);case"cli_new_content":return qu(e);case"cli_content_update":return Vu(e);case"cli_sitemap_update":return zu(e);case"cli_new_landing_page":return Yu(e);default:return null}}function Xu(e){if(e.length===0)return`# SEOAgent Inbox
|
|
344
344
|
|
|
345
345
|
No pending actions. Run \`seoagent sync\` later to check for new ones.
|
|
346
|
-
`;let t=e.map(n=>`- **${n.action_type}** id \`${n.id}\` \u2014 ${n.title??"no title"} \u2192 see \`${
|
|
346
|
+
`;let t=e.map(n=>`- **${n.action_type}** id \`${n.id}\` \u2014 ${n.title??"no title"} \u2192 see \`${Ni(n)}\``);return`# SEOAgent Inbox
|
|
347
347
|
|
|
348
348
|
You have **${e.length}** pending action${e.length===1?"":"s"} from your dashboard.
|
|
349
349
|
|
|
@@ -355,7 +355,7 @@ For each file, read it, take the action it describes, then run \`seoagent ack <a
|
|
|
355
355
|
|
|
356
356
|
If you're using Claude Code, just open this directory and ask "process the inbox" \u2014 the
|
|
357
357
|
skill knows what to do.
|
|
358
|
-
`}function Te(e){let t=ue(e);if(!ur(t))return[];let n=[];for(let r of
|
|
358
|
+
`}function Te(e){let t=ue(e);if(!ur(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,p=null,f=null,m=null;try{let k=Fu(Je(t,r),"utf-8"),y=k.match(/^---\n([\s\S]*?)\n---/);if(y){let S=y[1];c=Ye(S,"severity"),u=Ye(S,"issue"),d=Ye(S,"page_url");let I=Ye(S,"priority");(I==="high"||I==="medium"||I==="low")&&(p=I),f=Ye(S,"impact_estimate"),m=Ye(S,"effort_estimate")}let x=k.replace(/^---\n[\s\S]*?\n---\n+/,"").match(/^#\s+(.+)$/m);x&&(a=x[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:m})}return n.sort((r,o)=>r.id-o.id)}function Xe(e){let t=e.issue??e.action_type.replace(/^cli_/,"").replace(/_/g,"-"),n=Qu[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=Zu[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 Qu={critical:e=>F.red(F.bold(e)),high:e=>F.red(e),medium:e=>F.yellow(e),low:e=>F.dim(e)},Zu={high:e=>F.red(F.bold(e)),medium:e=>F.yellow(e),low:e=>F.dim(e)};function Ye(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 gn(e){let t=ue(e);if(!ur(t))return;let n=Te(e),r=n.length===0?`# SEOAgent Inbox
|
|
359
359
|
|
|
360
360
|
No pending actions. Run \`seoagent sync\` later to check for new ones.
|
|
361
361
|
`:`# SEOAgent Inbox
|
|
@@ -370,38 +370,38 @@ For each file, read it, take the action it describes, then run \`seoagent ack <a
|
|
|
370
370
|
|
|
371
371
|
If you're using Claude Code, just open this directory and ask "process the inbox" \u2014 the
|
|
372
372
|
skill knows what to do.
|
|
373
|
-
`;lr(Je(t,"README.md"),r,"utf-8")}function
|
|
374
|
-
`,"utf-8")}catch{}return c}import{existsSync as
|
|
375
|
-
`,1)[0].trim();if(!/^https?:\/\//i.test(o))continue;let i=r.slice(o.length),s=!/^- Not fetched/m.test(i),a=Qe(i,"JSON-LD @types present")??"",c=Ze(a)?Array.from(a.matchAll(/`([^`]+)`/g)).map(u=>u[1].toLowerCase()):[];t.push({url:o,pathname:
|
|
376
|
-
`),i=[];for(let s=0;s<o.length;s++){let a=o[s];if(a.includes(wn)||!
|
|
377
|
-
`),corrections:i}}function
|
|
378
|
-
`,"utf-8")}function
|
|
379
|
-
`,"utf-8")}catch{}}async function
|
|
373
|
+
`;lr(Je(t,"README.md"),r,"utf-8")}function Mi(e,t){let n=ue(e);Mu(n,{recursive:!0});let r=new Set(t.map(s=>s.id)),o=Bu(n,r),i=0;for(let s of t){let a=Ju(s);a!==null&&(lr(Je(n,Ni(s)),a,"utf-8"),i++)}return lr(Je(n,"README.md"),Xu(t),"utf-8"),{wrote:i,removed:o,inboxPath:n}}import{createHash as nd}from"crypto";import{existsSync as Bi,mkdirSync as rd,readFileSync as od,statSync as Wi,writeFileSync as Ui,rmSync as id}from"fs";import{dirname as sd,join as dr,sep as ad}from"path";function ed(e){return e.replace(/^\/+/,"").replace(/\\/g,"/")}var td=[{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 Fi(e,t){let n=ed(e);for(let{cls:r,test:o}of td)if(o(n))return t&&(r==="keywords"||r==="pages")?"generated-index":r;return"other"}function cd(e){return"sha256:"+nd("sha256").update(e).digest("hex")}function ld(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 ud(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:Fi(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 Gi(e){let t=await Ki({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 Hi(e,t){return dr(e,t.split("/").join(ad))}function dd(e,t,n){let r={};for(let o of t){let i=Hi(e,o);if(!Bi(i)){r[o]={exists:!1,locallyEdited:!1};continue}let s=Wi(i),a=n[o],c=!a||a.mtime!==s.mtimeMs||a.size!==s.size;r[o]={exists:!0,contentHash:cd(od(i,"utf-8")),locallyEdited:c}}return r}async function Ki(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 qi(e){let t=dr(e.projectDir,b),n={ok:!0,written:0,overwritten:0,skipped:0,conflicts:0,deleted:0,warnings:[],cursor:e.since};if(!Bi(t))return{...n,ok:!0};let r=await Ki({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=dd(t,i,e.stateFiles),a=ld(o,s,{force:e.force}),c={...n,cursor:o.now};for(let d of a){let p=Hi(t,d.path);try{switch(d.kind){case"skip":c.skipped++;break;case"write":case"overwrite":{rd(sd(p),{recursive:!0}),Ui(p,d.body??"","utf-8");let f=Wi(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":id(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=ud(a,o,c.cursor,new Date().toISOString());if(u)try{Ui(dr(t,qt),JSON.stringify(u,null,2)+`
|
|
374
|
+
`,"utf-8")}catch{}return c}import{existsSync as zi,mkdirSync as Yi,readFileSync as pd,writeFileSync as pr}from"fs";import{dirname as Ji,join as fd}from"path";var fr=1,Vi=500;function mr(e){return fd(e,b,uo)}function hn(e){let t=mr(e);if(!zi(t))return[];try{let n=pd(t,"utf-8"),r=JSON.parse(n);if(!r||typeof r!="object")return[];let o=r;return o.version!==fr||!Array.isArray(o.entries)?[]:o.entries.filter(md)}catch{return[]}}function Xi(e,t){let n=mr(e),o=hn(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>Vi?o.slice(-Vi):o,s={version:fr,entries:i};try{Yi(Ji(n),{recursive:!0}),pr(n,JSON.stringify(s,null,2),"utf-8")}catch{}}function Qi(e,t){if(t.length===0)return;let n=mr(e),r=hn(e).filter(i=>!t.includes(i.action_id)),o={version:fr,entries:r};try{if(r.length===0&&zi(n)){pr(n,JSON.stringify(o,null,2),"utf-8");return}Yi(Ji(n),{recursive:!0}),pr(n,JSON.stringify(o,null,2),"utf-8")}catch{}}function md(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 Zi,readFileSync as gd,unlinkSync as hd,writeFileSync as yd,openSync as wd,closeSync as bd,mkdirSync as vd}from"fs";import{dirname as kd,join as $d}from"path";var Sd=6e4;function es(e){return $d(e,b,po)}function ts(e,t={}){let n=t.now??Date.now,r=t.pid??process.pid,o=t.staleMs??Sd,i=es(e);if(!Zi(i))return yn(i,r,n());let s=rs(i);return!s||n()-s.started_at>o||!xd(s.pid)?yn(i,r,n()):{acquired:!1,reason:"held-by-live-process",held_by_pid:s.pid}}function ns(e,t={}){let n=t.pid??process.pid,r=es(e);if(!Zi(r))return;let o=rs(r);if(!(o&&o.pid!==n))try{hd(r)}catch{}}function yn(e,t,n){let r={pid:t,started_at:n};try{vd(kd(e),{recursive:!0});let o=wd(e,"w");try{yd(o,JSON.stringify(r))}finally{bd(o)}return{acquired:!0}}catch{return{acquired:!1,reason:"held-but-pid-unknown"}}}function rs(e){try{let t=gd(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 xd(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 _d,readFileSync as os,statSync as Cd,writeFileSync as Ed,existsSync as is}from"fs";import{join as gr,relative as ss,resolve as as,sep as ps,posix as Rt}from"path";function Qe(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 Ze(e){return e!==null&&!e.startsWith("_(none")}function Rd(e){try{let t=new URL(e).pathname.replace(/\/+$/,"");return t===""?"/":t}catch{return"/"}}function bn(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 Ad(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
|
|
375
|
+
`,1)[0].trim();if(!/^https?:\/\//i.test(o))continue;let i=r.slice(o.length),s=!/^- Not fetched/m.test(i),a=Qe(i,"JSON-LD @types present")??"",c=Ze(a)?Array.from(a.matchAll(/`([^`]+)`/g)).map(u=>u[1].toLowerCase()):[];t.push({url:o,pathname:Rd(o),fetched:s,titlePresent:Ze(Qe(i,"title")),metaDescriptionPresent:Ze(Qe(i,"meta description")),canonicalPresent:Ze(Qe(i,"canonical")),jsonLdTypes:c,openGraphPresent:Ze(Qe(i,"Open Graph")),twitterPresent:Ze(Qe(i,"Twitter"))})}return t}var wn="CORRECTION (verify-recs)",fs=/\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,ms=/\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,Pd=/\b(pages|posts|articles|subpages|templates|blog posts|every page|all pages)\b/i,Id=/\b(home ?page)\b/i,Td=["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"],Od=/\bjson[\s-]*ld\b|\bstructured\s+data\b|\bschema\b|@type|\bmarkup\b/i,Ld=[{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 jd(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:Id.test(e)?n?[n]:null:Pd.test(e)?null:n?[n]:null}function cs(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 Nd(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 Dd(e,t){if(bn(t))return{text:e,corrections:[]};let n=Ad(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(`
|
|
376
|
+
`),i=[];for(let s=0;s<o.length;s++){let a=o[s];if(a.includes(wn)||!fs.test(a)&&!ms.test(a)&&!/\bno\b/i.test(a))continue;let c=jd(a,n,r);if(!c||c.length===0)continue;let u=[];for(let h of Ld){let x=h.re.exec(a);x&&ls(a,x.index)&&c.every(S=>h.present(S))&&u.push(h.label)}let d=Od.exec(a);if(d&&ls(a,d.index)){let h=a.toLowerCase(),x=Td.filter(S=>new RegExp(`\\b${S}\\b`,"i").test(h));if(x.length>0){let S=x.filter(I=>c.every(P=>P.jsonLdTypes.includes(I)));S.length>0&&u.push(`${S.map(cs).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(cs).join(", ")})`)}if(u.length===0)continue;let p=u.join(" + "),f=c.map(h=>h.url).join(", "),{prefix:m,content:k}=Nd(a),y=`${m}~~${k}~~ \u2192 ${wn}: the live page (${f}) already serves ${p} per evidence.md \u2014 this was a repo-source reconciliation, not a net-new addition.`;o[s]=y,i.push({line:s+1,original:a,corrected:y,entityLabel:p,pageUrl:f})}return{text:o.join(`
|
|
377
|
+
`),corrections:i}}function ls(e,t){if(fs.test(e)||ms.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 Md=Rt.join(b,"audit","evidence.md");function us(e){let t=e.split(ps).join("/");return t===Md||t===Rt.join(b,"audit","findings.md")||t===Rt.join(b,"pages.md")||t===Rt.join(b,"keywords.md")||t.startsWith(Rt.join(b,"inbox")+"/")}function ds(e){return e.split(ps).join("/").split("/").includes(".claude")}function gs(e,t=[]){let n;try{n=_d(e)}catch{return t}for(let r of n){let o=gr(e,r),i;try{i=Cd(o)}catch{continue}i.isDirectory()?gs(o,t):r.endsWith(".md")&&t.push(o)}return t}function et(e,t={}){let n=gr(e,b,"audit","evidence.md"),r={evidenceFound:is(n),evidencePath:n,sourceRender:!1,scanned:[],skipped:[],corrections:[]};if(!r.evidenceFound)return r;let o=os(n,"utf-8");if(bn(o))return r.sourceRender=!0,r;let i=new Map;for(let s of gs(gr(e,b))){let a=ss(e,s);us(a)||ds(a)||i.set(as(s),a)}for(let s of t.extraFiles??[]){let a=as(e,s),c=ss(e,a);if(us(c)||ds(c)){r.skipped.push(c);continue}is(a)?i.set(a,c):r.skipped.push(c)}for(let[s,a]of i){let c;try{c=os(s,"utf-8")}catch{continue}r.scanned.push(a);let{text:u,corrections:d}=Dd(c,o);if(d.length>0){Ed(s,u,"utf-8");for(let p of d)r.corrections.push({...p,file:a})}}return r}function Kd(e){try{let t=et(e);return t.evidenceFound?t:void 0}catch{return}}var qd=new Set([".md"]),Vd=new Set(["inbox"]);function zd(e){let t=[];function n(r,o){if(hr(r))for(let i of Ud(r,{withFileTypes:!0})){if(i.name.startsWith(".")||o===""&&Vd.has(i.name))continue;let s=yr(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);qd.has(c)&&t.push(s)}}}return n(e,""),t}function ys(e){let t=e.replace(/[^a-zA-Z0-9._-]/g,"_");return yr(Mn,`${t}.json`)}function Yd(e){return Wd("sha256").update(e,"utf-8").digest("hex")}function Jd(e){let t=ys(e);if(!hr(t))return{files:{},last_synced_at:null};try{return JSON.parse(hs(t,"utf-8"))}catch{return{files:{},last_synced_at:null}}}function Xd(e,t){Fd(Mn,{recursive:!0}),Bd(ys(e),JSON.stringify(t,null,2)+`
|
|
378
|
+
`,"utf-8")}function Qd(e,t){return Gd(e,t).split(Hd).join("/")}async function Zd(e,t){try{let n=await T(`${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 ep(e,t,n){try{let r=await T(`${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 ws(e,t={}){let n=Kd(e),r=c=>n?{...c,verifyRecs:n}:c,o=N();if(!o)return r({ok:!0,reason:"no-auth",synced:0,failed:0,errors:[]});let i=R(e);if(!i)return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(i.domain===De)return r({ok:!0,reason:"domain-unknown",synced:0,failed:0,errors:[]});let s=yr(e,b);if(!hr(s))return r({ok:!0,reason:"no-project",synced:0,failed:0,errors:[]});if(!ts(e).acquired)return r({ok:!0,reason:"busy",synced:0,failed:0,errors:[]});try{return r(await tp(e,t,o,i,s))}finally{ns(e)}}async function tp(e,t,n,r,o){let i=n.api_base||L.BASE,s=`Bearer ${n.user_token}:${n.website_token}`,a=await Me({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=Jd(r.domain);try{Li(e,r)}catch{}let u=zd(o),d=0,p=0,f=[],m=0,k=await np(e,i,s);if(!t.pullOnly)for(let U of u){let $e=Qd(o,U);if(t.pathFilter&&!$e.endsWith(t.pathFilter))continue;let fe=hs(U,"utf-8"),at=Yd(fe),ao=c.files[$e];if(!(!ao||ao.hash!==at)&&!t.force)continue;m++;let Dn=await ep(i,{path:$e,contents:fe,domain:r.domain},s);Dn.ok?(c.files[$e]={hash:at},d++):(p++,f.push(`${$e}: ${Dn.status} ${Dn.error??""}`.trim()))}let y=await Zd(i,s),h=0,x=0;if(y.ok){let U=Mi(e,y.actions);h=U.wrote,x=U.removed}else y.error&&f.push(`pull actions: ${y.error}`);let S,I=!1,P=c.last_synced_at;if(!t.pushOnly){let U=await qi({projectDir:e,apiBase:i,authHeader:s,since:c.last_synced_at,stateFiles:c.files,force:t.force});U.ok?P=U.cursor:(I=!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,Xd(r.domain,c),m===0&&h===0&&x===0&&!Q&&k.flushed===0&&k.dropped===0&&!I&&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 st=p===0&&!I;return{ok:st,reason:st?void 0:"error",synced:d,failed:p,errors:f,actionsPulled:h,actionsRemoved:x,acksFlushed:k.flushed,acksDropped:k.dropped,pull:S}}async function np(e,t,n){let r=hn(e);if(r.length===0)return{flushed:0,dropped:0};let o=0,i=0,s=[];for(let a of r){let c=await rp(a,t,n);c==="flushed"?(o++,s.push(a.action_id)):c==="already-settled"&&(i++,s.push(a.action_id))}return s.length>0&&Qi(e,s),{flushed:o,dropped:i}}async function rp(e,t,n){try{let r=await T(`${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 bs(e,t=3e4){let n=setTimeout(e,t);return n.unref?.(),{cancel:()=>clearTimeout(n)}}function vs(e){let t;try{t=R(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(Ve(A,n)<=0){if(!t.skill_version)try{q(e,{skill_version:n})}catch{}return{refreshed:!1,reason:"up-to-date"}}try{return Fe(e),q(e,{skill_version:A}),{refreshed:!0,from:n,to:A,reason:"refreshed"}}catch{return{refreshed:!1,reason:"error"}}}function wr(e){let t;try{t=R(e)}catch{return{refreshed:!1,from:null,to:A,reason:"error"}}if(!t)return{refreshed:!1,from:null,to:A,reason:"no-project"};let n=t.skill_version||t.seoagent_version||null;try{return Fe(e),q(e,{skill_version:A}),{refreshed:!0,from:n,to:A,reason:"refreshed"}}catch{return{refreshed:!1,from:n,to:A,reason:"error"}}}import{existsSync as op,mkdirSync as ip,readFileSync as sp,writeFileSync as ap}from"fs";var cp="https://registry.npmjs.org/@seoagent-official/seoagent/latest",lp=1440*60*1e3,up=720*60*1e3,dp=2e3;function pp(e,t,n=lp){if(!e.checkedAt)return!0;let r=Date.parse(e.checkedAt);return Number.isNaN(r)?!0:t.getTime()-r>=n}function fp(e){let{current:t,latest:n,cache:r,now:o}=e,i=e.notifyIntervalMs??up;if(!n||Ve(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 mp(e){let t=e.readCache();if(pp(t,e.now,e.checkIntervalMs)){let r=await e.fetchLatest();t={...t,checkedAt:e.now.toISOString(),...r?{latest:r}:{}},e.writeCache(t)}let n=fp({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 gp(){try{return op(Vt)?JSON.parse(sp(Vt,"utf-8")):{}}catch{return{}}}function hp(e){try{ip(G,{recursive:!0}),ap(Vt,JSON.stringify(e,null,2)+`
|
|
379
|
+
`,"utf-8")}catch{}}async function yp(){try{let e=await fetch(cp,{headers:{Accept:"application/json"},signal:AbortSignal.timeout(dp)});if(!e.ok)return null;let t=await e.json();return typeof t.version=="string"?t.version:null}catch{return null}}async function ks(e){try{return await mp({current:e,now:new Date,fetchLatest:yp,readCache:gp,writeCache:hp})}catch{return null}}async function z(e={}){let t=bs(()=>{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 vp(e)}finally{t.cancel()}}async function vp(e){let t=vs(process.cwd());if(t.refreshed){try{_e(process.cwd())}catch{}e.silent||l.info(V.dim(`\u21BB Updated SEOAgent skill ${t.from} \u2192 ${t.to}.`))}Ce(process.cwd());let n=await ks(A);n&&l.message(V.yellow(n));let r=!e.silent&&!!process.stdout.isTTY,o=e.pullOnly?"Pulling":e.pushOnly?"Pushing":"Syncing",i=r?bp():null;i?.start(`${o} ${V.dim(".seoagent/")} with your dashboard\u2026`);let s=await ws(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"){$(i,"info",`Not logged in. Run \`${g("login")}\` to enable cloud sync.`,V.dim("Not logged in \u2014 cloud sync skipped.")),i&&l.info(`Run \`${g("login")}\` to enable cloud sync.`);return}if(s.reason==="no-project"){$(i,"info",`No SEOAgent project here. Run \`${g("init")}\` first.`,V.dim("No SEOAgent project \u2014 sync skipped.")),i&&l.info(`Run \`${g("init")}\` first.`);return}if(s.reason==="domain-unknown"){$(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 \`${g("logout")}\` then \`${g("login")}\` from this directory to connect the right site.`;$(i,"warn",d,V.yellow(d));return}if(s.reason==="unverified"){$(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"){$(i,"info","Already in sync.",V.green("Already in sync."));return}if(s.reason==="busy"){$(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=kp(s);$(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 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 kp(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 j(e){let t=R(e);return t||(l.error(`No SEOAgent project here. Run \`${g("init")}\` first.`),process.exitCode=1,null)}async function Oe(e={}){if(e.print){let t=N();if(!t){l.error(`Not logged in. Run \`${g("login")}\` first.`),process.exitCode=1;return}let n=j(process.cwd());if(!n)return;let r=t.api_base||L.BASE,o=`Bearer ${t.user_token}:${t.website_token}`;if(n.domain===De){l.warn("`.seoagent/project.md` has `domain: unknown` \u2014 set your site's domain before pulling from the cloud."),process.exitCode=1;return}let i=await Me({apiBase:r,authHeader:o,localDomain:n.domain});if(i.verdict==="mismatch"){l.warn(Ro(i.cloudDomain,n.domain)),process.exitCode=1;return}if(i.verdict==="unverified"){l.warn(`Could not verify which cloud site this login is connected to (${i.detail}) \u2014 not pulling.`),process.exitCode=1;return}let s=await Gi({apiBase:r,authHeader:o,path:e.print});if(!s.ok){l.warn(s.error),process.exitCode=1;return}process.stdout.write(s.body),s.body.endsWith(`
|
|
380
380
|
`)||process.stdout.write(`
|
|
381
|
-
`);return}await z({pullOnly:!0,force:e.force,silent:e.silent,embedded:e.embedded})}import{existsSync as
|
|
382
|
-
`);return}if(n.length===0){l.info(
|
|
383
|
-
`+
|
|
384
|
-
${
|
|
385
|
-
`);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
|
|
386
|
-
`),!(c.subtype==="success"&&!c.is_error))return{kind:"failed"};let d=
|
|
387
|
-
`),l.error(` Agent error: ${s.message}`),{kind:"failed"}}}async function
|
|
388
|
-
`);return}if(n==="thinking"){let r=e.thinking;typeof r=="string"&&r.trim()&&process.stdout.write(
|
|
389
|
-
`)}}var
|
|
390
|
-
`),a&&process.stdout.write(
|
|
391
|
-
`);return}let c=
|
|
392
|
-
`)}function
|
|
393
|
-
`).filter(Boolean).length;return
|
|
394
|
-
`).filter(o=>o.trim().length>0).length;return
|
|
395
|
-
`)[0]?.trim()??"";if(/^Found\s+\d+/.test(r))return
|
|
396
|
-
`).filter(i=>i.trim()).length;return
|
|
381
|
+
`);return}await z({pullOnly:!0,force:e.force,silent:e.silent,embedded:e.embedded})}import{existsSync as $p,readdirSync as Sp,unlinkSync as xp}from"fs";import{join as $s}from"path";import{isCancel as _p,select as Cp}from"@clack/prompts";async function be(e,t={}){let n=null;if(e){let u=Number.parseInt(e,10);if(Number.isNaN(u)||u<=0){l.error(`Invalid action id: "${e}"`),process.exitCode=1;return}n=u}else if(n=await Ep(),n===null)return;let r=n,o=N();if(!o){l.error(`Not logged in. Run \`${g("login")}\` first.`),process.exitCode=1;return}if(!j(process.cwd()))return;let i=o.api_base||L.BASE,s=`Bearer ${o.user_token}:${o.website_token}`,a=t.failed?"failed":"completed",c;try{c=await T(`${i}/api/cli/actions/${r}/ack`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:s},body:JSON.stringify({status:a,error_message:t.failed&&t.reason?t.reason:null,result:t.failed?{declined:!0,reason:t.reason??null}:{applied:!0}})})}catch{Xi(process.cwd(),{action_id:r,status:a,reason:t.failed?t.reason??null:null}),br(r),gn(process.cwd()),t.silent||l.warn(`Network unavailable \u2014 ack queued locally. Run \`${g("sync")}\` when you're back online; it'll flush automatically.`);return}if(!c.ok){let u=await c.text().catch(()=>""),d=null;try{d=JSON.parse(u)}catch{d=null}if(c.status===409&&d?.code==="already_acked"){br(r),gn(process.cwd());let k=typeof d.error=="string"?d.error.match(/'([^']+)'/)?.[1]??"settled":"settled";t.silent||l.success(`Action ${r} was already ${k}.`);return}let p=typeof d?.code=="string"?d.code:null,f=typeof d?.error=="string"?d.error:u,m=p?`, code: ${p}`:"";l.error(`Server rejected ack (${c.status}${m}): ${f.slice(0,200)}`),process.exitCode=1;return}br(r),gn(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: ${$s(b,"inbox")}`))}function br(e){let t=ue(process.cwd());if($p(t)){for(let n of Sp(t))if(n.endsWith(`-${e}.md`))try{xp($s(t,n))}catch{}}}async function Ep(){let e=process.cwd(),t=Te(e);if(t.length===0)return l.info("No pending actions in .seoagent/inbox/."),l.message(`Run \`${g("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 \`${g("inbox")}\` to see what's pending.`),process.exitCode=1,null;let n=await Cp({message:`Which action do you want to close out? (${t.length} pending)`,options:t.map(r=>({value:r.id,label:Xe(r)}))});return _p(n)?(l.info("Cancelled \u2014 no action closed out."),null):n}import vn from"picocolors";async function vr(e={}){let t=process.cwd();if(!e.json&&!j(t))return;let n=Te(t);if(e.json){process.stdout.write(JSON.stringify({count:n.length,inbox_path:ue(t),actions:n})+`
|
|
382
|
+
`);return}if(n.length===0){l.info(vn.dim("No pending actions.")),l.message(`Run \`${g("sync")}\` to pull anything autopilot has queued, or \`${g("autopilot status")}\` to check whether autopilot is on.`);return}l.message(`${vn.bold("SEOAgent inbox")} \xB7 ${n.length} pending action${n.length===1?"":"s"}`),l.message("");for(let r of n)l.message(Xe(r));l.message(""),l.message(`Apply one: ${vn.bold(g("ack <id>"))} \xB7 Interactive picker: ${vn.bold(g("ack"))} (no id)`)}import{readFileSync as Dp}from"fs";import{join as Mp,relative as Fp}from"path";import{confirm as Es,isCancel as $n,multiselect as Up,note as Ps,select as Bp}from"@clack/prompts";import w from"picocolors";import{query as Wp}from"@anthropic-ai/claude-agent-sdk";import{existsSync as Rp,readdirSync as Ap}from"fs";import{homedir as Pp}from"os";import{join as Ip}from"path";import{execSync as kr}from"child_process";function At(){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":Tp()?Op()?"claude-session-likely":"claude-installed-no-session":"not-installed"}function Tp(){let e=process.platform==="win32"?"where claude":"command -v claude";try{return kr(e,{stdio:"ignore"}),!0}catch{return!1}}function Op(){let e=Ip(Pp(),".claude");if(!Rp(e))return!1;try{return Ap(e).filter(n=>!n.startsWith(".DS_Store")).length>0}catch{return!1}}function Ss(){try{return kr("npm install -g @anthropic-ai/claude-code",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}function xs(){try{return kr("claude login",{stdio:"inherit"}),{ok:!0}}catch(e){return{ok:!1,error:e.message}}}var de={"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 Cs}from"marked";import{markedTerminal as Lp}from"marked-terminal";import $r from"picocolors";var _s=!1;function jp(){_s||(Cs.use(Lp({reflowText:!1,width:100})),_s=!0)}function kn(e){if(!e)return e;jp();try{let t=Cs.parse(e);return typeof t=="string"?Np(t):e}catch{return e}}function Np(e){return e.replace(/`([^`\n]+)`/g,(t,n)=>$r.yellow(n)).replace(/\*\*([^*\n]+)\*\*/g,(t,n)=>$r.bold(n)).replace(/(^|[\s(])\*([^*\s][^*\n]*?)\*(?=[\s.,;:!?)]|$)/gm,(t,n,r)=>n+$r.italic(r))}async function xr(e={}){let t=process.cwd();if(!j(t))return;if(!process.stdout.isTTY&&!e.yes){l.error(`\`${g("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 zp(e.yes)){process.exitCode=1;return}if(e.yes)await z({embedded:!0});else{let u=await Bp({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($n(u)){l.info("Cancelled.");return}u==="sync"?await z({embedded:!0}):u==="pull"&&await Oe({embedded:!0})}let r=Te(t);if(r.length===0){l.info(w.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(m=>m.priority!==null),d=u?r.filter(m=>m.priority==="high").map(m=>m.id):r.map(m=>m.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 Up({message:`Which actions to process? ${r.length} pending \u2014${p}`,options:r.map(m=>({value:m.id,label:Xe(m)})),initialValues:d,required:!1});if($n(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(x=>x.id===d);if(!p)continue;Gp({index:u+1,total:o.length,entry:p});let f=Mp(ue(t),p.filename),m;try{m=Dp(f,"utf-8")}catch(x){l.error(` Could not read ${p.filename}: ${x.message}`),a++;continue}let k=Date.now(),y=await Vp({cwd:t,entry:p,actionContent:m,model:e.model}),h=Rs(Date.now()-k);if(y.kind==="applied")try{await be(String(d),{silent:!0}),i++,l.message("");let x=y.summary?`
|
|
383
|
+
`+w.dim(" "+y.summary):"";l.message(` ${w.green("\u2713")} id ${d} ${w.dim("\u2014 applied in "+h)}${x}`)}catch(x){l.warn(` Applied but ack failed: ${x.message}. Run \`seoagent ack ${d}\` to retry.`)}else if(y.kind==="declined")try{await be(String(d),{silent:!0,failed:!0,reason:y.reason}),s++,l.message(""),l.message(` ${w.yellow("\u2298")} id ${d} ${w.dim("\u2014 declined: "+Z(y.reason,100))}`)}catch(x){l.warn(` Could not ack decline: ${x.message}. Run \`seoagent ack ${d} --failed --reason "${y.reason.replace(/"/g,'\\"')}"\` to retry.`)}else a++,l.message(""),l.message(` ${w.red("\u2717")} id ${d} ${w.dim("\u2014 agent did not converge after "+h)}`)}Kp({applied:i,declined:s,failed:a,total:o.length,elapsed:Rs(Date.now()-c)})}function Gp(e){let{index:t,total:n,entry:r}=e,o=r.issue??r.action_type.replace(/^cli_/,"").replace(/_/g,"-"),i=r.severity??"unknown",s=Hp[i]??w.dim,a=[w.bold(`[${t}/${n}]`),w.dim("\xB7"),w.bold(`id ${r.id}`),w.dim("\xB7"),w.cyan(o),s(i)].join(" ");Ps(r.title,a)}var Hp={critical:e=>w.red(w.bold(e)),high:w.red,medium:w.yellow,low:w.dim};function Kp(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?w.green(`\u2713 ${t}/${o} applied`):w.green(`\u2713 ${t}/${o} applied \xB7 ${n} declined`);else if(s===0)a=w.red(`\u2717 0/${o} applied`);else{let c=[`${t}/${o} applied`];n>0&&c.push(`${n} declined`),r>0&&c.push(`${r} failed`),a=w.yellow(`\u25D0 ${c.join(" \xB7 ")}`)}Ps(`${a}
|
|
384
|
+
${w.dim("elapsed: "+i)}`,w.bold("Done"))}function Rs(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 qp(e){if(typeof e!="string"||!e)return null;let t=e.split(`
|
|
385
|
+
`);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 Vp(e){let{cwd:t,entry:n,actionContent:r,model:o}=e,i=of(n,r);try{let s=Wp({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)Jp(d,a)}else if(c.type==="user"){let u=c.message.content;if(Array.isArray(u))for(let d of u)Zp(d,a)}else if(c.type==="result"){if(process.stdout.write(`
|
|
386
|
+
`),!(c.subtype==="success"&&!c.is_error))return{kind:"failed"};let d=qp(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(`
|
|
387
|
+
`),l.error(` Agent error: ${s.message}`),{kind:"failed"}}}async function zp(e){let t=At();if(t==="env-key"||t==="enterprise"||t==="claude-session-likely")return l.info(w.dim(de[t].summary)),!0;if(l.warn(de[t].summary),l.message(` ${de[t].next}`),e)return!1;if(t==="not-installed"){let n=await Es({message:"Install Claude Code globally now? (runs `npm install -g @anthropic-ai/claude-code`)",initialValue:!0});if($n(n)||!n)return l.info("Skipped install. Set up auth and re-run when ready."),!1;l.message(w.dim("Installing @anthropic-ai/claude-code globally\u2026"));let r=Ss();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=At()}if(t==="claude-installed-no-session"||t==="not-installed"){let n=await Es({message:"Run `claude login` now to sign in?",initialValue:!0});if($n(n)||!n)return l.info("Skipped login. Run `claude login` when ready and try again."),!1;l.message(w.dim("Launching `claude login`\u2026"));let r=xs();if(!r.ok)return l.error(`Login failed: ${r.error}`),!1}return!0}function Yp(e){return typeof e=="object"&&e!==null&&e.type==="text"&&typeof e.text=="string"}function Jp(e,t){if(!e||typeof e!="object")return;let n=e.type;if(n==="text"&&Yp(e)){process.stdout.write(kn(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=Qp[o]??w.cyan,a=rf(o,i);process.stdout.write(s(Xp)+" "+w.bold(o)+w.dim("(")+a+w.dim(")")+`
|
|
388
|
+
`);return}if(n==="thinking"){let r=e.thinking;typeof r=="string"&&r.trim()&&process.stdout.write(w.dim(w.italic(" "+Z(r,200)))+`
|
|
389
|
+
`)}}var Xp="\u23FA",As="\u23BF",Qp={Read:w.blue,Glob:w.cyan,Grep:w.cyan,Edit:w.yellow,Write:w.magenta,Bash:w.green,WebFetch:w.magenta,WebSearch:w.magenta};function Zp(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=ef(s);if(n){process.stdout.write(w.red(` ${As} Error`)+`
|
|
390
|
+
`),a&&process.stdout.write(nf(Z(a,500)," ",w.red)+`
|
|
391
|
+
`);return}let c=tf(i,a,o?.input);c&&process.stdout.write(w.dim(` ${As} `)+c+`
|
|
392
|
+
`)}function ef(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 tf(e,t,n){if(!e)return"";switch(e){case"Read":{let r=(t.match(/^\s*\d+→/gm)??[]).length,o=r>0?r:t.split(`
|
|
393
|
+
`).filter(Boolean).length;return w.dim(`Read ${o} line${o===1?"":"s"}`)}case"Glob":{let r=t.split(`
|
|
394
|
+
`).filter(o=>o.trim().length>0).length;return w.dim(`Found ${r} ${r===1?"entry":"entries"}`)}case"Grep":{let r=t.split(`
|
|
395
|
+
`)[0]?.trim()??"";if(/^Found\s+\d+/.test(r))return w.dim(r);let o=t.split(`
|
|
396
|
+
`).filter(i=>i.trim()).length;return w.dim(`${o} result${o===1?"":"s"}`)}case"Edit":case"Write":{let r=n?.file_path,o=e==="Edit"?"Updated":"Created";return w.dim(r?`${o} ${Sr(String(r))}`:o)}case"Bash":{let r=t.split(`
|
|
397
397
|
`),o=r.slice(0,5).map(u=>Z(u.trimEnd(),100)),i=r.length-5,s=o.join(`
|
|
398
398
|
`)+(i>0?`
|
|
399
399
|
\u2026 (+${i} more line${i===1?"":"s"})`:""),[a,...c]=s.split(`
|
|
400
|
-
`);return c.length===0?
|
|
401
|
-
`+
|
|
402
|
-
`))}case"WebFetch":case"WebSearch":return
|
|
400
|
+
`);return c.length===0?w.dim(a):w.dim(a)+`
|
|
401
|
+
`+w.dim(c.map(u=>" "+u).join(`
|
|
402
|
+
`))}case"WebFetch":case"WebSearch":return w.dim(`Fetched ${Z(t.replace(/\s+/g," "),80)}`);default:return""}}function nf(e,t,n){return e.split(`
|
|
403
403
|
`).map(r=>n(t+r)).join(`
|
|
404
|
-
`)}function
|
|
404
|
+
`)}function rf(e,t){if(!t||typeof t!="object")return"";let n=t;switch(e){case"Read":case"Write":case"Edit":return w.dim(Z(Sr(String(n.file_path??"")),80));case"Bash":return w.dim(Z(String(n.command??""),80));case"Grep":{let r=String(n.pattern??""),o=n.path?` in ${Sr(String(n.path))}`:"";return w.dim(Z(r+o,80))}case"Glob":return w.dim(Z(String(n.pattern??""),80));case"WebFetch":return w.dim(Z(String(n.url??""),80));case"WebSearch":return w.dim(Z(String(n.query??""),80));default:return""}}function Sr(e){if(!e)return e;let t=process.cwd(),n=Fp(t,e);return n.startsWith("..")?e:n||e}function Z(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function of(e,t){return`You are SEOAgent processing one inbox action from \`.seoagent/inbox/\`.
|
|
405
405
|
|
|
406
406
|
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.
|
|
407
407
|
|
|
@@ -421,19 +421,19 @@ Action file (\`.seoagent/inbox/${e.filename}\`):
|
|
|
421
421
|
\`\`\`
|
|
422
422
|
${t}
|
|
423
423
|
\`\`\`
|
|
424
|
-
`}import{spinner as
|
|
425
|
-
`),o=["# Internal Links","",`Internal link analysis of the pages discovered in this repo${t?` (${
|
|
424
|
+
`}import{spinner as sf}from"@clack/prompts";import _ from"picocolors";var af=new Set(["on","off","status"]);async function Pt(e,t={}){let n=(e||"").toLowerCase();if(!af.has(n)){l.error(`Usage: seoagent autopilot <on|off|status> (got "${e}")`),process.exitCode=1;return}let r=N();if(!r){l.error(`Not logged in. Run \`${g("login")}\` first.`),process.exitCode=1;return}let o=t.apiBase||r.api_base||L.BASE,i=`Bearer ${r.user_token}:${r.website_token}`,a=!!process.stdout.isTTY?sf():null,c=n==="on"?"Enabling autopilot\u2026":n==="off"?"Disabling autopilot\u2026":"Checking autopilot status\u2026";a?.start(c);let u;try{u=await fetch(`${o}/api/cli/autopilot/${n}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:i},body:"{}",signal:AbortSignal.timeout(1e4)})}catch(m){$(a,"error",`Network error: ${m.message}`,_.red("Network error.")),process.exitCode=1;return}let d=null;try{d=await u.json()}catch{d=null}if(u.status===402||d?.code==="upgrade_required"){let m=R(process.cwd()),k=ne("cli-autopilot",m?.domain);$(a,"warn","CLI autopilot is a paid feature.",_.yellow("Autopilot is a paid feature.")),l.message(cf(k)),process.exitCode=1;return}if(!u.ok||d?.status!=="ok"||!d.autopilot){$(a,"error",`Server rejected request (${u.status})${d?.error?`: ${d.error}`:""}`,_.red(`Server rejected request (${u.status}).`)),process.exitCode=1;return}let{enabled:p,delivery_mode:f}=d.autopilot;if(n==="on"){a?.stop(_.green("Autopilot enabled.")),l.message(_r({enabled:!0,deliveryMode:f,action:n}));return}if(n==="off"){a?.stop(_.dim("Autopilot disabled.")),l.message(_r({enabled:!1,deliveryMode:f,action:n}));return}a?.stop(_.dim("Status:")),l.message(_r({enabled:p,deliveryMode:f,action:n}))}function _r(e){let n=s=>_.dim(s.padEnd(11)),r=e.enabled?`${_.bold(_.green("\u25CF ON"))} ${_.dim("(queueing fixes for your coding agent)")}`:`${_.dim("\u25CB OFF")} ${_.dim("(no new suggestions will be queued)")}`,o=[{content:`${n("Status:")}${r}`}];e.enabled&&e.deliveryMode&&o.push({content:`${n("Mode:")}${_.dim(e.deliveryMode)}`}),o.push({sep:!0}),e.enabled?(o.push({content:`${_.dim("Apply queued fixes:")} ${_.cyan(g("sync"))}`}),o.push({content:`${_.dim("Turn off any time:")} ${_.cyan(g("autopilot off"))}`})):(o.push({content:`${_.dim("Enable (paid):")} ${_.cyan(g("autopilot on"))}`}),o.push({content:_.dim("Queues SEO fixes for your coding agent to apply on each sync.")}));let i=`${_.bold(_.cyan("SEOAgent"))} ${_.dim("\xB7")} ${_.dim("autopilot")}`;return D(o,{width:78,title:i})}function cf(e){let t=[{content:_.bold(_.yellow("Autopilot is a paid feature."))},{sep:!0},{content:_.dim("SEOAgent continuously audits your site and queues fixes for")},{content:_.dim("your coding agent to apply on each `sync` \u2014 you stay in the")},{content:_.dim("loop; nothing is auto-applied.")},{sep:!0},{content:`${_.dim("Upgrade:")} ${_.cyan(e)}`}],n=`${_.bold(_.cyan("SEOAgent"))} ${_.dim("\xB7")} ${_.dim("autopilot")}`;return D(t,{width:78,title:n})}import{mkdirSync as vf,writeFileSync as kf}from"fs";import{join as Cr}from"path";import{readdirSync as lf,readFileSync as uf,statSync as Is}from"fs";import{join as df}from"path";var pf=new Set(["html","htm","md","mdx","markdown","mdoc","tsx","jsx","ts","js","astro","vue","svelte"]),ff=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"]),mf=new Set(["node_modules",".git",".next","dist","build",".vercel","out",".seoagent"]),gf=5e3,hf=512*1024;function Ns(e){return e?e.trim().toLowerCase().replace(/^sc-domain:/,"").replace(/^https?:\/\//,"").replace(/^www\./,"").replace(/\/.*$/,""):null}function Ts(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&&ff.has(r.slice(o+1).toLowerCase())?null:(n=n.replace(/\/+$/,""),n===""?"/":n)}var Os=/\bhref\s*=\s*(?:"([^"]*)"|'([^']*)'|\{\s*[`'"]([^`'"]*)[`'"]\s*\})/gi,Ls=/\]\(\s*([^)\s]+)/g;function yf(e,t){if(!e)return[];let n=Ns(t),r=[],o;for(Os.lastIndex=0;(o=Os.exec(e))!==null;){let i=o[1]??o[2]??o[3]??"",s=Ts(i,n);s&&r.push(s)}for(Ls.lastIndex=0;(o=Ls.exec(e))!==null;){let i=Ts(o[1],n);i&&r.push(i)}return r}function wf(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 Ds(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(`
|
|
425
|
+
`),o=["# Internal Links","",`Internal link analysis of the pages discovered in this repo${t?` (${Ns(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(`
|
|
426
426
|
`),i=e.orphans.length===0?`## Orphan pages
|
|
427
427
|
|
|
428
|
-
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=>`| ${
|
|
429
|
-
`),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=>`| ${
|
|
428
|
+
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(`
|
|
429
|
+
`),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(`
|
|
430
430
|
`);return[r,"",o,"",i,s,""].join(`
|
|
431
|
-
`)}function
|
|
432
|
-
`);return}let i=Cr(t,
|
|
433
|
-
${
|
|
434
|
-
${
|
|
435
|
-
`);return}l.error(`No .seoagent/project.md found. Run \`${
|
|
436
|
-
`);return}let i=o.filter(s=>s.level==="action");if(i.length===0){l.success("SEOAgent health: everything looks good.");return}l.message(Rr.bold(`SEOAgent health \u2014 ${i.length} thing${i.length===1?"":"s"} to handle:`));for(let s of i)l.message(` ${Rr.yellow("\u25CF")} ${s.message}`),s.fix&&l.message(` ${Rr.dim("\u2192 "+s.fix)}`)}import
|
|
431
|
+
`)}function js(e){return e.replace(/\r?\n/g," ").replace(/\|/g,"/").trim()}function*bf(e){let t=0;function*n(r){let o;try{o=lf(r,{withFileTypes:!0})}catch{return}for(let i of o){if(t>=gf)return;if(i.name.startsWith("."))continue;let s=df(r,i.name);if(i.isDirectory()){if(mf.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(!pf.has(c))continue;t++,yield s}}}yield*n(e)}function Ms(e,t){let{pages:n}=oe(e,t),r=[],o=0,i=!1;try{i=Is(e).isDirectory()}catch{i=!1}if(i)for(let s of bf(e)){let a;try{if(Is(s).size>hf)continue;a=uf(s,"utf-8")}catch{continue}o++;for(let c of yf(a,t))r.push(c)}return wf(n,r,o)}function It(e={}){let t=process.cwd(),n=j(t);if(!n)return;let r=n.domain&&n.domain!=="unknown"?n.domain:null,o=Ms(t,r);if(e.json){process.stdout.write(JSON.stringify(o,null,2)+`
|
|
432
|
+
`);return}let i=Cr(t,b);vf(i,{recursive:!0});let s=Cr(i,"internal-links.md");if(kf(s,Ds(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 ${Cr(b,"internal-links.md")}`)}import{existsSync as $f,mkdirSync as Sf,rmSync as xf,writeFileSync as Fs}from"fs";import{dirname as _f,join as Sn}from"path";import ie from"picocolors";async function Er(e,t={}){if(e!=="track"&&e!=="reconcile"){l.message(`Usage:
|
|
433
|
+
${g("content track")} --slug <slug> --url <live-url> [--file <repo-path>] [--title "..."] [--type <page_type>] [--status published|draft]
|
|
434
|
+
${g("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=R(n);if(!r){l.error(`No .seoagent/project.md found. Run \`${g("init")}\` first.`),process.exitCode=1;return}if(e==="reconcile"){await Cf(n,r,t);return}let o=t.slug??(t.file?t.file:""),i=cr(o);if(!i){l.error("A slug is required: --slug <slug> (or --file <repo-path> to derive it)."),process.exitCode=1;return}let s=Ct(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()||Oi(i),c=r.cms&&r.cms!=="mdx-local"?"cms":t.file?"repo":"external",u=Et({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=Sn(n,b,"content");Sf(d,{recursive:!0});let p=Sn(d,`${i}.md`),f=$f(p);Fs(p,u,"utf-8"),l.success(`${f?"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 Cf(e,t,n){let r=Sn(e,b,"content"),o=ir(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(_f(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=>or(e,c)),a=sr(s,o,ar(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=Ct(c.slug,{domain:t.domain,blogPath:t.blog_path}),d=Et({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()});Fs(Sn(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?(xf(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 Ar,readFileSync as Bs,statSync as Ef}from"fs";import{join as Pr}from"path";import Rr from"picocolors";var Us=24;function Rf(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>Us;(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 (> ${Us}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 \`${g("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 Af(e,t=Date.now()){let n=Pr(e,b,"audit","evidence.md");if(!Ar(n))return null;try{let r=Bs(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-Ef(n).mtimeMs)/36e5}catch{return null}}function Pf(e){let t=Pr(e,b,qt);if(!Ar(t))return null;try{let n=JSON.parse(Bs(t,"utf-8"));return Array.isArray(n.changes)?n.changes.length:0}catch{return 0}}function Ir(e={}){let t=process.cwd(),n=R(t);if(!n){if(e.json){process.stdout.write(JSON.stringify({status:"no-project",findings:[]})+`
|
|
435
|
+
`);return}l.error(`No .seoagent/project.md found. Run \`${g("init")}\` first.`),process.exitCode=1;return}let r=he(t),o=Rf({domain:n.domain,siteType:n.site_type,imageProvider:n.image_provider,detectedImageProvider:r.provider,detectedImageKey:r.matched_key,pullReceiptCount:Pf(t),auditExists:Ar(Pr(t,b,"audit","latest.md")),evidenceAgeHours:Af(t),hookTimeoutMissingCount:Fo(t)});if(e.json){process.stdout.write(JSON.stringify({status:"ok",findings:o})+`
|
|
436
|
+
`);return}let i=o.filter(s=>s.level==="action");if(i.length===0){l.success("SEOAgent health: everything looks good.");return}l.message(Rr.bold(`SEOAgent health \u2014 ${i.length} thing${i.length===1?"":"s"} to handle:`));for(let s of i)l.message(` ${Rr.yellow("\u25CF")} ${s.message}`),s.fix&&l.message(` ${Rr.dim("\u2192 "+s.fix)}`)}import se from"picocolors";import{existsSync as tt,mkdirSync as xn,readdirSync as If,readFileSync as Tf,statSync as Hk,writeFileSync as Ws}from"fs";import{dirname as Of,join as ve,relative as Lf,resolve as jf}from"path";var nt="okf";function _n(e){return ve(e,b,nt)}var Nf=/^\d{4}-\d{2}-\d{2}(T\d{2}:\d{2}(:\d{2}(\.\d+)?)?(Z|[+-]\d{2}:\d{2})?)?$/;function Tr(e){let t=[];for(let n of If(e,{withFileTypes:!0})){let r=ve(e,n.name);n.isDirectory()?t.push(...Tr(r)):n.isFile()&&n.name.toLowerCase().endsWith(".md")&&t.push(r)}return t}function Df(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 Gs(e){let t=[],n=[];if(!tt(e))return{ok:!1,fileCount:0,errors:[{file:nt,message:"No OKF bundle found. Run `seoagent okf scaffold` first."}],warnings:[]};let r=Tr(e);if(r.length===0)return{ok:!1,fileCount:0,errors:[{file:nt,message:"OKF directory exists but contains no markdown files."}],warnings:[]};tt(ve(e,"index.md"))||n.push({file:nt,message:"No top-level index.md \u2014 agents use it for progressive disclosure."});for(let i of r){let s=Lf(e,i),a;try{a=ge(Tf(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!==""&&!Nf.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 Df(a.body)){let f=p.split("#")[0];if(!f)continue;let m=jf(Of(i),f);tt(m)||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 Cn(e){let t=_n(e);if(!tt(t))return{exists:!1,fileCount:0};try{return{exists:!0,fileCount:Tr(t).length}}catch{return{exists:!0,fileCount:0}}}function Hs(e,t){let n=_n(e);xn(n,{recursive:!0}),xn(ve(n,"concepts"),{recursive:!0}),xn(ve(n,"faqs"),{recursive:!0}),xn(ve(n,"articles"),{recursive:!0});let r=[],o=t&&t!=="unknown"?t:"your site",i=ve(n,"index.md");tt(i)||(Ws(i,`---
|
|
437
437
|
type: Organization
|
|
438
438
|
title: ${o}
|
|
439
439
|
description: Knowledge bundle describing ${o} for AI agents and answer engines.
|
|
@@ -460,7 +460,7 @@ _Describe the business in 2\u20134 sentences (pull from \`.seoagent/context.md\`
|
|
|
460
460
|
## Published articles
|
|
461
461
|
|
|
462
462
|
- _Link article files here, e.g._ \`articles/guide-to-x.md\`
|
|
463
|
-
`,"utf-8"),r.push("index.md"));let s=
|
|
463
|
+
`,"utf-8"),r.push("index.md"));let s=ve(n,"log.md");return tt(s)||(Ws(s,`---
|
|
464
464
|
type: Log
|
|
465
465
|
title: Change log
|
|
466
466
|
description: Chronological history of changes to this OKF bundle.
|
|
@@ -469,26 +469,26 @@ description: Chronological history of changes to this OKF bundle.
|
|
|
469
469
|
# Change log
|
|
470
470
|
|
|
471
471
|
- Bundle scaffolded.
|
|
472
|
-
`,"utf-8"),r.push("log.md")),{created:r,okfDir:n}}var Or=`${
|
|
473
|
-
`);return}for(let c of a.errors)l.message(`${
|
|
474
|
-
`);return}l.message(D([{content:
|
|
475
|
-
`),i.ok||(process.exitCode=1);return}jf(i),i.ok||(process.exitCode=1)}function jf(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 sm,writeFileSync as sa}from"fs";import{join as Ur}from"path";import se from"picocolors";var Nr=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi,Ws=30;function Lt(e){let t=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(e);return t?t[1]:e}function Ot(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/�?39;/g,"'").replace(/'/g,"'").replace(/ /gi," ")}function pe(e,t){let n=new RegExp(`\\b${t}\\s*=\\s*"([^"]*)"`,"i").exec(e);if(n)return Ot(n[1]).trim();let r=new RegExp(`\\b${t}\\s*=\\s*'([^']*)'`,"i").exec(e);if(r)return Ot(r[1]).trim();let o=new RegExp(`\\b${t}\\s*=\\s*([^\\s>]+)`,"i").exec(e);return o?Ot(o[1]).trim():null}function Nf(e){let t=/<title\b[^>]*>([\s\S]*?)<\/title>/i.exec(e);return t&&Ot(t[1].replace(/\s+/g," ")).trim()||null}function Df(e){let t=e.match(/<meta\b[^>]*>/gi)??[];for(let n of t){let r=pe(n,"name");if(r&&r.toLowerCase()==="description"){let o=pe(n,"content");return o&&o.trim()?o.trim():null}}return null}function Mf(e){let t=Lt(e),n=[],r=/<h1\b[^>]*>([\s\S]*?)<\/h1>/gi,o;for(;(o=r.exec(t))!==null;){let i=Ot(o[1].replace(/<[^>]+>/g," ").replace(/\s+/g," ")).trim();i&&n.push(i)}return n}function Ff(e){let t=e.match(/<link\b[^>]*>/gi)??[];for(let n of t){let r=pe(n,"rel");if(r&&r.toLowerCase().split(/\s+/).includes("canonical")){let o=pe(n,"href");return o&&o.trim()?o.trim():null}}return null}function Uf(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:jr(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 jr(e,t=[]){if(Array.isArray(e)){for(let n of e)jr(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"])&&jr(n["@graph"],t)}return t}function Ks(e,t){let n={},r=e.match(/<meta\b[^>]*>/gi)??[];for(let o of r){let i=(pe(o,"property")||pe(o,"name")||"").toLowerCase();if(i.startsWith(t)){let s=pe(o,"content");s!==null&&(n[i.slice(t.length)]=s)}}return n}function Bf(e){return Ks(e,"og:")}function Gf(e){return Ks(e,"twitter:")}function Hf(e,t=5){let r=Lt(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=pe(s,"src");c&&i.push(c)}return{imgCount:r.length,missingAlt:o,missingAltSrcs:i}}var Wf=/\.(png|jpe?g|gif|svg|webp|avif|ico|css|js|mjs|json|pdf|zip|gz|mp4|webm|mp3|woff2?|ttf|xml|txt)$/i;function qs(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=pe(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||Wf.test(u.pathname)||Be(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 Vs(e){return(Lt(e).replace(Nr," ").match(/<a\b[^>]*\bhref\s*=/gi)??[]).length}function zs(e){let t=Lt(e).replace(Nr," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/ /gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();return t===""?0:t.split(" ").filter(Boolean).length}var Kf=/\b(loading|please wait|just a moment|redirecting)\b[\s.…]*/i;function qf(e){let t=zs(e),n=Vs(e),r=Lt(e).replace(Nr," ").replace(/<[^>]+>/g," ").replace(/\s+/g," ").trim(),o=t<Ws&&Kf.test(r),i=t<Ws&&n===0;return o||i}function Vf(e,t,n=200){let r=Uf(t),o=Array.from(new Set(r.flatMap(a=>a.types))),i=Ff(t),s=Hf(t);return{url:e,status:n,fetched:!0,title:Nf(t),metaDescription:Df(t),h1s:Mf(t),canonical:i,canonicalServerRendered:i===null?null:!0,jsonLd:r,jsonLdTypes:o,openGraph:Bf(t),twitter:Gf(t),wordCount:zs(t),clientRenderedShell:qf(t),bodyLinkCount:Vs(t),imgCount:s.imgCount,imgsMissingAlt:s.missingAlt,imgsMissingAltSrcs:s.missingAltSrcs}}function zf(e){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:[]}}async function Dr(e,t){let n=zf(e);try{let r=await P(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(!r.ok)return{evidence:{...n,status:r.status},html:null};let o=await r.text();return{evidence:Vf(e,o,r.status),html:o}}catch{return{evidence:n,html:null}}}async function Yf(e,t){return(await Dr(e,t)).evidence}async function Ys(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;r[s]=await Yf(e[s],t.fetchImpl)}}return await Promise.all(Array.from({length:Math.min(n,e.length)},()=>i())),r}function Jf(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 Js(e){let t=e.trim().replace(/\/+$/,"");return/^https?:\/\//i.test(t)?t:`https://${t}`}async function Xs(e,t){let n=`${Js(e)}/robots.txt`,r={fetched:!1,status:null,raw:"",groups:[],sitemaps:[]};try{let o=await P(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,...Jf(i)}}catch{return r}}var Xf=/\/(blog|posts?|articles?|news)\//i;function Qf(e){return e.filter(t=>Xf.test(t)).length}async function Qs(e,t){let n=`${Js(e)}/sitemap.xml`,r={fetched:!1,status:null,urls:[],count:0,blogUrlCount:0};try{let o=await P(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=gt(i);return{fetched:!0,status:o.status,urls:s,count:s.length,blogUrlCount:Qf(s)}}catch{return r}}function Zf(e){return Object.keys(e.twitter).length>0}function em(e){return Object.keys(e.openGraph).length>0}function tm(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 em(e);case"twitter_card":return Zf(e);case"json_ld":return e.jsonLdTypes.length>0}}var nm=["title","meta_description","canonical","open_graph","twitter_card","json_ld"];function rm(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 om(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=tm(e,t);return{kind:t,present:n,safeToRecommendAdding:!n,reason:n?rm(e,t):`${t} genuinely absent in the server HTML \u2014 safe to recommend adding`}}function En(e){return nm.map(t=>om(e,t))}var jt={title:"<title>",meta_description:"meta description",canonical:"canonical",open_graph:"Open Graph tags",twitter_card:"Twitter card",json_ld:"JSON-LD schema"};var Mr="SOURCE RENDER (local dev server) \u2014 NOT the public live site";function Zs(e){return e===null||e===""?"_(none)_":e}function Nt(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 Rn(e,t){return t.length===0?`- **${e}:** _(none \u2014 all pages pass)_`:`- **${e}:** ${t.join(", ")}`}function ea(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=[];if(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}`),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 ${Mr}.**`),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("")),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 d=o.groups.flatMap(p=>p.disallow).filter(Boolean);c.push(`- Fetched: HTTP ${o.status}`),c.push(`- Disallow rules present: ${d.length===0?"**none** (do NOT claim any path is blocked)":d.map(p=>`\`${p}\``).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 u=Nt(r);c.push("## Site-wide rollup (Confirmed)"),c.push(Rn("Pages missing canonical",u.pagesMissingCanonical)),c.push(Rn("Pages missing meta description",u.pagesMissingMetaDescription)),c.push(Rn("Pages with multiple H1s",u.pagesWithMultipleH1s)),c.push(Rn("Pages with no structured data (zero JSON-LD)",u.pagesWithNoStructuredData)),c.push(u.totalImgsMissingAlt===0?"- **Images missing alt:** _(none \u2014 every crawled image has an alt attribute)_":`- **Images missing alt:** ${u.totalImgsMissingAlt} total \u2014 ${u.pagesWithImgsMissingAlt.map(d=>`${d.url} (${d.count})`).join(", ")}`),c.push("");for(let d of r){if(c.push(`## ${d.url}`),!d.fetched){c.push(`- Not fetched (HTTP ${d.status??"network error"}). No claims about this page are Confirmed.`),c.push("");continue}c.push(`- HTTP ${d.status} \xB7 ${d.wordCount} body words`),c.push(`- **title:** ${Zs(d.title)}`),c.push(`- **meta description:** ${Zs(d.metaDescription)}`),c.push(`- **h1(s):** ${d.h1s.length===0?"_(none \u2014 missing H1, Confirmed)_":d.h1s.map(k=>`\`${k}\``).join(" | ")}${d.h1s.length>1?` **(\u26A0 ${d.h1s.length} H1s \u2014 conflicting)**`:""}`),c.push(`- **canonical:** ${d.canonical===null?"_(none in server HTML)_":`\`${d.canonical}\` (${d.canonicalServerRendered?"server-rendered":"client-rendered"})`}`),c.push(`- **JSON-LD @types present:** ${d.jsonLdTypes.length===0?"_(none \u2014 safe to recommend adding schema)_":d.jsonLdTypes.map(k=>`\`${k}\``).join(", ")+" \u2014 **already present; do NOT recommend adding these**"}`);let p=Object.keys(d.openGraph),f=Object.keys(d.twitter);c.push(`- **Open Graph:** ${p.length===0?"_(none)_":p.map(k=>`og:${k}`).join(", ")}`),c.push(`- **Twitter:** ${f.length===0?"_(none)_":f.map(k=>`twitter:${k}`).join(", ")}`),c.push(`- **images:** ${d.imgCount} total, ${d.imgsMissingAlt===0?"all have alt":`**${d.imgsMissingAlt} missing alt**${d.imgsMissingAltSrcs.length>0?` (${d.imgsMissingAltSrcs.map(k=>`\`${k}\``).join(", ")}${d.imgsMissingAlt>d.imgsMissingAltSrcs.length?", \u2026":""})`:""} (Confirmed)`}`),d.clientRenderedShell&&c.push(`- **\u26A0 client-rendered shell:** server HTML has ${d.wordCount} words and ${d.bodyLinkCount} in-body links \u2014 crawlers can't see the content (Confirmed). Any on-page data (counts, listings) is Likely/Hypothesis, not Confirmed.`);let g=En(d).filter(k=>k.present).map(k=>jt[k.kind]);g.length>0&&c.push(`- **Already present (do NOT recommend adding):** ${g.join(", ")} \u2014 verified in the server \`<head>\`.`),c.push("")}return c.join(`
|
|
476
|
-
`)}function ta(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 na={Critical:0,High:1,Medium:2,Low:3};function ra(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 Fr(e){let{pages:t,robots:n,sitemap:r}=e,o=t.filter(u=>u.fetched),i=Nt(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} crawled ${Y(c.length,"URL","URLs")} could not be fetched (HTTP error or unreachable)`,what:"These URLs were discovered by the crawl (sitemap, nav links, or repo routes) but did not return a usable 2xx response.",urls:c.map(u=>`${u.url} (${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.",fix:"Fix or 301-redirect each URL, and remove permanently dead ones from the sitemap and internal links.",evidence:c.map(u=>`evidence.md \xA7 ${u.url} \u2014 Not fetched`).join("; ")}),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=>ra(p)).filter(Boolean)),d=o.filter(p=>{let f=ra(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)=>na[u.severity]-na[d.severity])}function im(e){let t=[];for(let n of e.filter(r=>r.fetched)){let r=En(n).filter(o=>o.present).map(o=>o.kind==="json_ld"?`${jt[o.kind]} (${n.jsonLdTypes.join(", ")})`:jt[o.kind]);r.length>0&&t.push(`- ${n.url} \u2014 ${r.join(", ")}`)}return t}function oa(e){let t=Fr(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 ${Mr}.**`),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(`
|
|
477
|
-
`)}function
|
|
478
|
-
`);return}
|
|
479
|
-
`);return}if(!n.evidenceFound){if(e.quiet)return;l.info(`No crawl evidence found (.seoagent/audit/evidence.md) \u2014 run \`${
|
|
480
|
-
`,1)[0].trim(),i=
|
|
481
|
-
`).slice(1),a=null,c=0,u
|
|
482
|
-
`).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,
|
|
483
|
-
`)){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
|
|
484
|
-
`)){let r=/^\s*- \[ \]\s+(.+)$/.exec(n);if(r&&t.push(r[1].trim()),t.length>=
|
|
485
|
-
`);for(let a=0;a<s.length;a++)s[a].includes(wn)&&n.push({file:
|
|
486
|
-
`),json:{domain:e.domain,liveStateVerified:n,evidenceStatus:t,findings:r,technicalFindings:o,corrections:e.corrections,migration:i,roadmap:s}}}function rt(e){try{return
|
|
472
|
+
`,"utf-8"),r.push("log.md")),{created:r,okfDir:n}}var Or=`${b}/${nt}`;function Tt(e,t={}){let n=process.cwd(),r=j(n);if(!r)return;let o=(e||"status").toLowerCase(),i=r.domain&&r.domain!=="unknown"?r.domain:null;if(o==="scaffold"){let{created:a}=Hs(n,i);a.length===0?l.info(`OKF bundle already scaffolded at ${Or}/.`):(l.success(`Scaffolded ${Or}/ \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=Gs(_n(n));if(t.json){process.stdout.write(JSON.stringify(a,null,2)+`
|
|
473
|
+
`);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=Cn(n);if(t.json){process.stdout.write(JSON.stringify(s,null,2)+`
|
|
474
|
+
`);return}l.message(D([{content:se.bold("Open Knowledge Format")},{sep:!0},{content:`Bundle: ${s.exists?se.green(Or+"/"):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 H from"picocolors";async function Lr(e={}){let t=process.cwd(),n=j(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 li({domain:r||"",sitemapUrl:e.url,knownUrls:o});if(e.json){process.stdout.write(JSON.stringify(i,null,2)+`
|
|
475
|
+
`),i.ok||(process.exitCode=1);return}Mf(i),i.ok||(process.exitCode=1)}function Mf(e){let t=e.fetched?e.status===200?H.green(`200 \xB7 ${e.urls.length} URL${e.urls.length===1?"":"s"}`):H.red(String(e.status)):H.red("unreachable");l.message(D([{content:H.bold("Sitemap check")},{sep:!0},{content:`URL: ${H.dim(e.sitemapUrl)}`},{content:`Status: ${t}`},...e.fetched&&e.status===200?[{content:`Private leaked: ${e.privateUrls.length===0?H.green("none"):H.yellow(String(e.privateUrls.length))}`},{content:`Missing public: ${e.missing.length===0?H.green("none"):H.yellow(String(e.missing.length))}`},{content:`<lastmod>: ${e.hasLastmod?H.green("present"):H.dim("absent")}`}]:[]],{title:e.ok?H.cyan("Sitemap"):H.red("Sitemap")}));for(let n of e.issues){let r=n.level==="error"?H.red("\u2717"):n.level==="warning"?H.yellow("!"):H.dim("\xB7");l.message(`${r} ${n.message}`)}e.ok?l.success("Sitemap looks healthy."):l.error("Sitemap has errors (see above).")}import{mkdirSync as lm,writeFileSync as ca}from"fs";import{join as Br}from"path";import ee from"picocolors";var Nr=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi,Ks=30;function Lt(e){let t=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(e);return t?t[1]:e}function Ot(e){return e.replace(/&/g,"&").replace(/</g,"<").replace(/>/g,">").replace(/"/g,'"').replace(/�?39;/g,"'").replace(/'/g,"'").replace(/ /gi," ")}function pe(e,t){let n=new RegExp(`\\b${t}\\s*=\\s*"([^"]*)"`,"i").exec(e);if(n)return Ot(n[1]).trim();let r=new RegExp(`\\b${t}\\s*=\\s*'([^']*)'`,"i").exec(e);if(r)return Ot(r[1]).trim();let o=new RegExp(`\\b${t}\\s*=\\s*([^\\s>]+)`,"i").exec(e);return o?Ot(o[1]).trim():null}function Ff(e){let t=/<title\b[^>]*>([\s\S]*?)<\/title>/i.exec(e);return t&&Ot(t[1].replace(/\s+/g," ")).trim()||null}function Uf(e){let t=e.match(/<meta\b[^>]*>/gi)??[];for(let n of t){let r=pe(n,"name");if(r&&r.toLowerCase()==="description"){let o=pe(n,"content");return o&&o.trim()?o.trim():null}}return null}function Bf(e){let t=Lt(e),n=[],r=/<h1\b[^>]*>([\s\S]*?)<\/h1>/gi,o;for(;(o=r.exec(t))!==null;){let i=Ot(o[1].replace(/<[^>]+>/g," ").replace(/\s+/g," ")).trim();i&&n.push(i)}return n}function Wf(e){let t=e.match(/<link\b[^>]*>/gi)??[];for(let n of t){let r=pe(n,"rel");if(r&&r.toLowerCase().split(/\s+/).includes("canonical")){let o=pe(n,"href");return o&&o.trim()?o.trim():null}}return null}function Gf(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:jr(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 jr(e,t=[]){if(Array.isArray(e)){for(let n of e)jr(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"])&&jr(n["@graph"],t)}return t}function qs(e,t){let n={},r=e.match(/<meta\b[^>]*>/gi)??[];for(let o of r){let i=(pe(o,"property")||pe(o,"name")||"").toLowerCase();if(i.startsWith(t)){let s=pe(o,"content");s!==null&&(n[i.slice(t.length)]=s)}}return n}function Hf(e){return qs(e,"og:")}function Kf(e){return qs(e,"twitter:")}function qf(e,t=5){let r=Lt(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=pe(s,"src");c&&i.push(c)}return{imgCount:r.length,missingAlt:o,missingAltSrcs:i}}var Vf=/\.(png|jpe?g|gif|svg|webp|avif|ico|css|js|mjs|json|pdf|zip|gz|mp4|webm|mp3|woff2?|ttf|xml|txt)$/i;function Vs(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=pe(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||Vf.test(u.pathname)||Be(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 zs(e){return(Lt(e).replace(Nr," ").match(/<a\b[^>]*\bhref\s*=/gi)??[]).length}function Ys(e){let t=Lt(e).replace(Nr," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/ /gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();return t===""?0:t.split(" ").filter(Boolean).length}var zf=/\b(loading|please wait|just a moment|redirecting)\b[\s.…]*/i;function Yf(e){let t=Ys(e),n=zs(e),r=Lt(e).replace(Nr," ").replace(/<[^>]+>/g," ").replace(/\s+/g," ").trim(),o=t<Ks&&zf.test(r),i=t<Ks&&n===0;return o||i}function Jf(e,t,n=200){let r=Gf(t),o=Array.from(new Set(r.flatMap(a=>a.types))),i=Wf(t),s=qf(t);return{url:e,status:n,fetched:!0,title:Ff(t),metaDescription:Uf(t),h1s:Bf(t),canonical:i,canonicalServerRendered:i===null?null:!0,jsonLd:r,jsonLdTypes:o,openGraph:Hf(t),twitter:Kf(t),wordCount:Ys(t),clientRenderedShell:Yf(t),bodyLinkCount:zs(t),imgCount:s.imgCount,imgsMissingAlt:s.missingAlt,imgsMissingAltSrcs:s.missingAltSrcs,failureReason:null}}function Js(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 Xf(e){return typeof e=="function"?{fetchImpl:e}:e??{}}function Qf(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 Dr(e,t){let n=Xf(t),r=Js(e);try{let o=await T(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:Jf(e,i,o.status),html:i}}catch(o){return{evidence:{...r,failureReason:Qf(o)},html:null}}}async function Mr(e,t){return(await Dr(e,t)).evidence}async function Xs(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]=Js(e[s],"crawl time budget exhausted before this page could be fetched");continue}r[s]=await Mr(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 Zf(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 Qs(e){let t=e.trim().replace(/\/+$/,"");return/^https?:\/\//i.test(t)?t:`https://${t}`}async function Zs(e,t){let n=`${Qs(e)}/robots.txt`,r={fetched:!1,status:null,raw:"",groups:[],sitemaps:[]};try{let o=await T(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,...Zf(i)}}catch{return r}}var em=/\/(blog|posts?|articles?|news)\//i;function tm(e){return e.filter(t=>em.test(t)).length}async function ea(e,t){let n=`${Qs(e)}/sitemap.xml`,r={fetched:!1,status:null,urls:[],count:0,blogUrlCount:0};try{let o=await T(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=gt(i);return{fetched:!0,status:o.status,urls:s,count:s.length,blogUrlCount:tm(s)}}catch{return r}}function nm(e){return Object.keys(e.twitter).length>0}function rm(e){return Object.keys(e.openGraph).length>0}function om(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 nm(e);case"json_ld":return e.jsonLdTypes.length>0}}var im=["title","meta_description","canonical","open_graph","twitter_card","json_ld"];function sm(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=om(e,t);return{kind:t,present:n,safeToRecommendAdding:!n,reason:n?sm(e,t):`${t} genuinely absent in the server HTML \u2014 safe to recommend adding`}}function En(e){return im.map(t=>am(e,t))}var jt={title:"<title>",meta_description:"meta description",canonical:"canonical",open_graph:"Open Graph tags",twitter_card:"Twitter card",json_ld:"JSON-LD schema"};var Fr="SOURCE RENDER (local dev server) \u2014 NOT the public live site";function ta(e){return e===null||e===""?"_(none)_":e}function Nt(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 Rn(e,t){return t.length===0?`- **${e}:** _(none \u2014 all pages pass)_`:`- **${e}:** ${t.join(", ")}`}function na(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 ${Fr}.**`),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(m=>m.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(m=>`\`${m}\``).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=Nt(r);c.push("## Site-wide rollup (Confirmed)"),c.push(Rn("Pages missing canonical",p.pagesMissingCanonical)),c.push(Rn("Pages missing meta description",p.pagesMissingMetaDescription)),c.push(Rn("Pages with multiple H1s",p.pagesWithMultipleH1s)),c.push(Rn("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:** ${ta(f.title)}`),c.push(`- **meta description:** ${ta(f.metaDescription)}`),c.push(`- **h1(s):** ${f.h1s.length===0?"_(none \u2014 missing H1, Confirmed)_":f.h1s.map(h=>`\`${h}\``).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(h=>`\`${h}\``).join(", ")+" \u2014 **already present; do NOT recommend adding these**"}`);let m=Object.keys(f.openGraph),k=Object.keys(f.twitter);c.push(`- **Open Graph:** ${m.length===0?"_(none)_":m.map(h=>`og:${h}`).join(", ")}`),c.push(`- **Twitter:** ${k.length===0?"_(none)_":k.map(h=>`twitter:${h}`).join(", ")}`),c.push(`- **images:** ${f.imgCount} total, ${f.imgsMissingAlt===0?"all have alt":`**${f.imgsMissingAlt} missing alt**${f.imgsMissingAltSrcs.length>0?` (${f.imgsMissingAltSrcs.map(h=>`\`${h}\``).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 y=En(f).filter(h=>h.present).map(h=>jt[h.kind]);y.length>0&&c.push(`- **Already present (do NOT recommend adding):** ${y.join(", ")} \u2014 verified in the server \`<head>\`.`),c.push("")}return c.join(`
|
|
476
|
+
`)}function ra(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 oa={Critical:0,High:1,Medium:2,Low:3};function ia(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 Ur(e){let{pages:t,robots:n,sitemap:r}=e,o=t.filter(u=>u.fetched),i=Nt(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=>ia(p)).filter(Boolean)),d=o.filter(p=>{let f=ia(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(m=>m.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)=>oa[u.severity]-oa[d.severity])}function cm(e){let t=[];for(let n of e.filter(r=>r.fetched)){let r=En(n).filter(o=>o.present).map(o=>o.kind==="json_ld"?`${jt[o.kind]} (${n.jsonLdTypes.join(", ")})`:jt[o.kind]);r.length>0&&t.push(`- ${n.url} \u2014 ${r.join(", ")}`)}return t}function sa(e){let t=Ur(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 ${Fr}.**`),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=cm(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(`
|
|
477
|
+
`)}function aa(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 um=15,dm=30,pm=5,fm=18e4,mm=15e3,gm=2;function ua(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 hm(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=`${ua(r)?"http":"https"}://${n}`}try{let r=new URL(n);return r.protocol!=="http:"&&r.protocol!=="https:"?null:r.origin}catch{return null}}function ym(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=hm(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=ua(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 Wr(e={}){let t=process.cwd(),n=j(t);if(!n)return;let r=ym({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??um),dm),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()+fm,[c,u,d]=await Promise.all([Dr(s,e.fetchImpl),Zs(r.origin,e.fetchImpl),ea(r.origin,e.fetchImpl)]),p=c.html?Vs(c.html,s):[],m=bm({home:s,sitemapUrls:la(d.urls,r.origin),navLinks:p,repoUrls:la(vm(t,o),r.origin),max:i}).filter(P=>P!==s),k=await Xs(m,{concurrency:pm,fetchImpl:e.fetchImpl,deadlineMs:a}),y=[c.evidence,...k];await km(y,a,e.fetchImpl);let h={domain:o,origin:r.origin,originSource:r.source,sourceRender:r.sourceRender,capturedAt:new Date().toISOString(),pages:y,robots:u,sitemap:d},x=Br(t,b,"audit");lm(x,{recursive:!0});let S=Br(x,"evidence.md");ca(S,na(h),"utf-8");let I=Br(x,"findings.md");if(ca(I,sa(h),"utf-8"),e.json){process.stdout.write(JSON.stringify(h,null,2)+`
|
|
478
|
+
`);return}$m(h,S,I)}function wm(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 bm(e){let t=new Set,n=[],r=o=>{if(n.length>=e.max)return;let i=wm(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 vm(e,t){try{return oe(e,t).pages.map(n=>n.url).filter(n=>/^https?:\/\//.test(n))}catch{return[]}}async function km(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 Mr(o.url,{attempts:gm,timeoutMs:mm,fetchImpl:n});e[r]=i.fetched?i:{...i,failureReason:i.failureReason??o.failureReason??null}}}function la(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 $m(e,t,n){let r=ra(e),o=Nt(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=Ur(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 Gr from"picocolors";async function Hr(e={}){let t=process.cwd(),n=et(t,{extraFiles:e.files});if(e.json){process.stdout.write(JSON.stringify(n,null,2)+`
|
|
479
|
+
`);return}if(!n.evidenceFound){if(e.quiet)return;l.info(`No crawl evidence found (.seoagent/audit/evidence.md) \u2014 run \`${g("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 \`${g("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(` ${Gr.dim(`${r.file}:${r.line}`)} \u2014 the live page already serves ${Gr.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(` ${Gr.dim(`skipped (protected): ${n.skipped.join(", ")}`)}`)}import{existsSync as da,readFileSync as pa,readdirSync as Sm,statSync as xm}from"fs";import{join as ae,relative as _m,sep as Cm}from"path";var Em=["Critical","High","Medium","Low"],Rm={Critical:5,High:3,Medium:2,Low:1},Am=8;function Pm(e){let t=[],n=e.split(/^## /m).slice(1);for(let r of n){let o=r.split(`
|
|
480
|
+
`,1)[0].trim(),i=Em.find(p=>o.toLowerCase().startsWith(p.toLowerCase()));if(!i)continue;let s=r.split(`
|
|
481
|
+
`).slice(1),a=null,c=0,u=Rm[i]??2,d=()=>{a&&c<u&&(t.push({severity:i,block:a.join(`
|
|
482
|
+
`).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,Am)}function Im(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(`
|
|
483
|
+
`)){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 Tm=5;function Om(e){let t=[];for(let n of e.split(`
|
|
484
|
+
`)){let r=/^\s*- \[ \]\s+(.+)$/.exec(n);if(r&&t.push(r[1].trim()),t.length>=Tm)break}return t}function fa(e,t=[]){let n;try{n=Sm(e)}catch{return t}for(let r of n){let o=ae(e,r),i;try{i=xm(o)}catch{continue}i.isDirectory()?fa(o,t):r.endsWith(".md")&&t.push(o)}return t}function Lm(e,t=[]){let n=[],r=new Set(fa(ae(e,b)));for(let o of t){let i=ae(e,o);da(i)&&r.add(i)}for(let o of r){let i;try{i=pa(o,"utf-8")}catch{continue}let s=i.split(`
|
|
485
|
+
`);for(let a=0;a<s.length;a++)s[a].includes(wn)&&n.push({file:_m(e,o).split(Cm).join("/"),line:a+1,text:s[a].trim()})}return n}function jm(e){let t=e.evidenceMd===null?"missing":bn(e.evidenceMd)?"source-render":"live",n=t==="live",r=e.auditMd?Pm(e.auditMd):[],o=e.findingsMd?aa(e.findingsMd):[],i=e.migrationMd?Im(e.migrationMd):null,s=e.roadmapMd?Om(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(`
|
|
486
|
+
`),json:{domain:e.domain,liveStateVerified:n,evidenceStatus:t,findings:r,technicalFindings:o,corrections:e.corrections,migration:i,roadmap:s}}}function rt(e){try{return da(e)?pa(e,"utf-8"):null}catch{return null}}function Nm(e){let t=rt(ae(e,b,"project.md"));if(!t)return null;let n=/^domain:\s*(\S+)\s*$/m.exec(t);return n?n[1]:null}function ma(e,t=[]){try{et(e,{extraFiles:t})}catch{}let n=ae(e,b);return jm({domain:Nm(e),auditMd:rt(ae(n,"audit","latest.md")),findingsMd:rt(ae(n,"audit","findings.md")),migrationMd:rt(ae(n,"strategy","migration-plan.md")),roadmapMd:rt(ae(n,"roadmap.md")),evidenceMd:rt(ae(n,"audit","evidence.md")),corrections:Lm(e,t)})}function Kr(e={}){let t=ma(process.cwd(),e.files??[]);if(e.json){process.stdout.write(JSON.stringify(t.json,null,2)+`
|
|
487
487
|
`);return}process.stdout.write(t.markdown.trimEnd()+`
|
|
488
|
-
`)}import{existsSync as
|
|
489
|
-
`);for(let c of
|
|
490
|
-
`)}function
|
|
491
|
-
`);return}l.success(`Migration plan written \u2192 ${ot.dim(
|
|
488
|
+
`)}import{existsSync as zm,mkdirSync as Ym,readFileSync as Sa,writeFileSync as Jm}from"fs";import{join as zr}from"path";import ot from"picocolors";import{readdirSync as Dm,readFileSync as Mm,statSync as Fm}from"fs";import{join as Pn}from"path";var ha={minImpressionsToPreserve:50,onTopicRelevance:.34},Um=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 ya(e){return e.toLowerCase().replace(/https?:\/\/[^/]+/g," ").replace(/[^a-z0-9]+/g," ").split(" ").filter(t=>t.length>2&&!Um.has(t)&&!/^\d+$/.test(t))}function wa(e){let t=new Set;for(let n of e)for(let r of ya(n))t.add(r);return t}function Bm(e,t){let n=ya(e);return n.length===0||t.size===0?0:n.filter(o=>t.has(o)).length/n.length}function Wm(e,t,n=ha){let r=Bm(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=ha){return e.map(r=>Wm(r,t,n)).sort((r,o)=>o.row.impressions-r.row.impressions)}function qr(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 An(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 Vr(e){let t=e.split(/\r?\n/).filter(p=>p.trim()!=="");if(t.length<2)return[];let n=qr(t[0]).map(p=>p.toLowerCase()),r=n[0]??"",o=/quer/i.test(r)?"query":"page",i=p=>n.findIndex(f=>p.some(m=>f.includes(m))),s=i(["click"]),a=i(["impression"]),c=i(["ctr"]),u=i(["position"]),d=[];for(let p=1;p<t.length;p++){let f=qr(t[p]),m=(f[0]??"").trim();if(!m)continue;let k=c>=0?f[c]??"":"",y=An(k);d.push({key:m,kind:o,clicks:s>=0?An(f[s]??"")??0:0,impressions:a>=0?An(f[a]??"")??0:0,position:u>=0?An(f[u]??""):null,ctr:y===null?null:/%/.test(k)?y/100:y})}return d}function Gm(e){let t=e.split(/\r?\n/).find(s=>s.trim()!=="");if(!t)return!1;let n=qr(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 Hm=[".","gsc",Pn(".seoagent","gsc"),Pn("data","gsc")],Km=4096;function va(e){let t=[];for(let n of Hm){let r=Pn(e,n),o;try{o=Dm(r)}catch{continue}for(let i of o){if(!/\.csv$/i.test(i))continue;let s=Pn(r,i);try{if(!Fm(s).isFile())continue;let a=Mm(s,"utf-8").slice(0,Km);Gm(a)&&t.push(s)}catch{}}}return t}var ga=["harvest","redirect","sunset"],qm={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 Vm(e){return e.filter(t=>t.disposition==="redirect"&&t.row.kind==="page").map(t=>({from:t.row.key,note:t.action}))}function ka(e){let{domain:t,directionSummary:n,decisions:r,generatedAt:o}=e,i=ga.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(`
|
|
489
|
+
`);for(let c of ga){let u=r.filter(d=>d.disposition===c);if(u.length!==0){s.push(`## ${qm[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=Vm(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(`
|
|
490
|
+
`)}function $a(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 Yr(e={}){let t=process.cwd(),n=j(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=sn(t),i=[r,n.site_type],s=e.direction??"";if(o){let y=o.business;for(let h of[y.type,y.audience,y.industry,y.description,y.name])h&&i.push(h);for(let h of o.writingInstructions)i.push(h);s||(s=[y.description,y.type,y.audience].filter(Boolean).join(" \xB7 "))}s||(s=`${n.site_type} at ${r}`);let a=wa(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 y=e.csv.startsWith("/")?e.csv:zr(t,e.csv);if(!zm(y)){l.error(`GSC CSV not found: ${y}`),process.exitCode=1;return}let h=Vr(Sa(y,"utf-8"));c.push(...h),u=`${h.length} row(s) from ${e.csv}`}else{let y=va(t);if(y.length>0){let h=null;for(let x of y)try{let S=Vr(Sa(x,"utf-8"));(!h||S.length>h.rows.length)&&(h={path:x,rows:S})}catch{}h&&h.rows.length>0&&(c.push(...h.rows),u=`${h.rows.length} row(s) auto-detected from ${h.path}`,l.info(`Auto-detected GSC export: ${ot.dim(h.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(ot.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),p=new Date().toISOString(),f=zr(t,b,"strategy");Ym(f,{recursive:!0});let m=zr(f,"migration-plan.md");Jm(m,ka({domain:r,directionSummary:s,decisions:d,generatedAt:p}),"utf-8");let k=$a(d);if(e.json){process.stdout.write(JSON.stringify({domain:r,directionSummary:s,source:u,summary:k,decisions:d},null,2)+`
|
|
491
|
+
`);return}l.success(`Migration plan written \u2192 ${ot.dim(m)} (${u})`),l.message(` ${ot.green(`${k.harvest} harvest`)} \xB7 ${ot.cyan(`${k.redirect} redirect`)} \xB7 ${ot.yellow(`${k.sunset} sunset`)} across ${k.total} legacy asset${k.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 La,writeFileSync as ja,readFileSync as sg,readdirSync as ag,existsSync as cg}from"fs";import{join as Na}from"path";import O from"picocolors";import{query as lg}from"@anthropic-ai/claude-agent-sdk";import{join as Jr}from"path";var Xr="citations",Qr="scorecard.md",Xm="history",Qm=6,Zm=1,eg=12,tg=5,In="Claude (web-grounded)";function Tn(e){return Jr(e,b,Xr)}function _a(e){return Jr(Tn(e),Qr)}function Ca(e){return Jr(Tn(e),Xm)}function Ea(e){return`${e.replace(/[:.]/g,"-")}.json`}function Ra(e){return typeof e!="number"||!Number.isFinite(e)?Qm:Math.max(Zm,Math.min(eg,Math.floor(e)))}function On(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>=tg))break}return n}function Dt(e){let t=e.results.length;return{cited:e.results.filter(r=>r.surfaced).length,total:t}}function Zr(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 Aa(e,t){let{cited:n,total:r}=Dt(e);return{generated_at:t.generatedAt,domain:e.domain,brand:e.brand,cited:n,total:r,competitors:e.competitors,results:e.results}}function Pa(e,t){if(!t)return null;let{cited:n}=Dt(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 Ia(e,t){let n=On(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(`
|
|
492
492
|
`),o=n.length?`
|
|
493
493
|
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?`,
|
|
494
494
|
"competitorsSurfaced": [${JSON.stringify(n[0])}]`:`,
|
|
@@ -530,10 +530,10 @@ End your reply with EXACTLY ONE fenced \`\`\`json block (and nothing after it) m
|
|
|
530
530
|
}
|
|
531
531
|
\`\`\`
|
|
532
532
|
|
|
533
|
-
\`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
|
|
533
|
+
\`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 Ta(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=ng(n[o]);if(i)return i}return null}function ng(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=On(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,m=typeof u.evidence=="string"?u.evidence.trim():"",k=typeof u.source=="string"&&u.source.trim()?u.source.trim():null,y=Array.isArray(u.competitorsSurfaced)?rg(u.competitorsSurfaced.map(h=>typeof h=="string"?h.trim():"").filter(h=>h&&s.has(h.toLowerCase()))):[];a.push({query:d,surfaced:p,rank:p?f:null,evidence:m,source:k,competitorsSurfaced:y})}return a.length===0?null:{brand:o,domain:r,competitors:i,results:a}}function rg(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 Oa(e,t){let{cited:n,total:r}=Dt(e),o=t.generatedAt.slice(0,10),i=e.results.some(p=>p.source),s=e.results.map((p,f)=>{let m=p.surfaced?"\u2705":"\u2014",k=p.surfaced&&p.rank?`#${p.rank}`:"\u2014",y=ce(p.evidence||(p.surfaced?"surfaced":"not found")),h=p.source?ce(xa(p.source)):"\u2014";return i?`| ${f+1} | ${ce(p.query)} | ${m} | ${k} | ${h} | ${y} |`:`| ${f+1} | ${ce(p.query)} | ${m} | ${k} | ${y} |`}).join(`
|
|
534
534
|
`),a=i?`| # | Query | Cited? | ~Rank | Source cited | Evidence |
|
|
535
535
|
|---|-------|--------|-------|--------------|----------|`:`| # | Query | Cited? | ~Rank | Evidence |
|
|
536
|
-
|---|-------|--------|-------|----------|`,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(
|
|
536
|
+
|---|-------|--------|-------|----------|`,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(xa(p.source))})_`:"";return`- **${ce(p.query)}** \u2014 ${p.evidence||"not surfaced"}${f}`}).join(`
|
|
537
537
|
`),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`---
|
|
538
538
|
type: Report
|
|
539
539
|
title: AI Citation Scorecard \u2014 ${e.domain}
|
|
@@ -549,10 +549,10 @@ engine: claude-web-grounded
|
|
|
549
549
|
> tells you whether it's working.
|
|
550
550
|
|
|
551
551
|
**Cited: ${n} / ${r} queries** \xB7 engine: ${In} \xB7 ${o}
|
|
552
|
-
${
|
|
552
|
+
${og(t.trend,n,r)}
|
|
553
553
|
${a}
|
|
554
554
|
${s}
|
|
555
|
-
${
|
|
555
|
+
${ig(e)}
|
|
556
556
|
## Where you're not surfacing (opportunities)
|
|
557
557
|
|
|
558
558
|
${u}
|
|
@@ -576,13 +576,13 @@ This is **not a per-engine guarantee**: ChatGPT, Perplexity, and Gemini each
|
|
|
576
576
|
rank and cite differently, and tracking them individually is a planned
|
|
577
577
|
follow-up. Treat the score as directional \u2014 watch the trend rather than fixating
|
|
578
578
|
on a single number.
|
|
579
|
-
`}function
|
|
579
|
+
`}function og(e,t,n){if(!e)return`
|
|
580
580
|
_First run \u2014 re-run on a cadence to start tracking the trend._
|
|
581
581
|
`;let r=e.scoreDelta>0?`\u25B2 up ${e.scoreDelta}`:e.scoreDelta<0?`\u25BC down ${Math.abs(e.scoreDelta)}`:"\u25AA no change",o=`
|
|
582
582
|
**Trend:** ${t}/${n} this run \u2014 ${r} from ${e.prevCited}/${e.prevTotal} on ${e.prevDate}.`;return e.newlyCited.length&&(o+=`
|
|
583
583
|
- \u2705 Newly cited: ${e.newlyCited.map(i=>`_${ce(i)}_`).join("; ")}`),e.newlyDropped.length&&(o+=`
|
|
584
584
|
- \u26A0\uFE0F Dropped: ${e.newlyDropped.map(i=>`_${ce(i)}_`).join("; ")}`),o+`
|
|
585
|
-
`}function
|
|
585
|
+
`}function ig(e){if(!e.competitors.length)return"";let t=Zr(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(`
|
|
586
586
|
`);return`
|
|
587
587
|
## Share of voice
|
|
588
588
|
|
|
@@ -591,17 +591,17 @@ How often each brand surfaces across the same ${e.results.length} queries.
|
|
|
591
591
|
| Brand | Surfaced | Rate |
|
|
592
592
|
|-------|----------|------|
|
|
593
593
|
${t}
|
|
594
|
-
`}function
|
|
595
|
-
`));let u=
|
|
596
|
-
`,"utf-8");let{cited:x,total:S}=Dt(p),
|
|
597
|
-
`)}async function
|
|
594
|
+
`}function xa(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 Mt(e={}){let t=process.cwd(),n=j(t);if(!n)return;let r=At();if(r!=="env-key"&&r!=="enterprise"&&r!=="claude-session-likely"){l.warn(de[r].summary),de[r].next&&l.message(` ${de[r].next}`),process.exitCode=1;return}l.info(O.dim(de[r].summary));let o=sn(t),i=Cn(t),s=On(e.competitors&&e.competitors.length?e.competitors:fg(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=Ra(e.queries);l.message(`${O.cyan("\u25C7")} Auditing AI citations for ${O.bold(a.domain)} \u2014 ${c} web-grounded quer${c===1?"y":"ies"} via ${In}.`),l.message(O.dim(` This runs live web searches and can take a minute\u2026
|
|
595
|
+
`));let u=Ia(a,c),d=await ug({cwd:t,prompt:u,model:e.model});if(d===null){process.exitCode=1;return}let p=Ta(d);if(!p){l.error(`Couldn't read a citation report from the agent's reply. Re-run \`${g("citations")}\`, optionally with fewer queries (\`--queries 4\`).`),process.exitCode=1;return}let f=new Date().toISOString(),m=Ca(t),k=mg(m),y=Pa(p,k),h=Oa(p,{generatedAt:f,trend:y});La(Tn(t),{recursive:!0}),ja(_a(t),h,"utf-8"),La(m,{recursive:!0}),ja(Na(m,Ea(f)),JSON.stringify(Aa(p,{generatedAt:f}),null,2)+`
|
|
596
|
+
`,"utf-8");let{cited:x,total:S}=Dt(p),I=x===0?O.red:x<S?O.yellow:O.green,P=[{content:O.bold("AI Citation Scorecard")},{sep:!0},{content:`Domain: ${O.cyan(p.domain)}`},{content:`Cited: ${I(`${x} / ${S}`)} ${O.dim("queries")}`}];if(y){let Q=y.scoreDelta>0?O.green(`\u25B2 +${y.scoreDelta}`):y.scoreDelta<0?O.red(`\u25BC ${y.scoreDelta}`):O.dim("\u25AA 0");P.push({content:`Trend: ${Q} ${O.dim(`vs ${y.prevCited}/${y.prevTotal} on ${y.prevDate}`)}`})}else P.push({content:O.dim("Trend: first run \u2014 re-run to start tracking")});if(P.push({content:`Engine: ${O.dim(In)}`}),p.competitors.length){P.push({sep:!0}),P.push({content:O.dim("Share of voice:")});for(let Q of Zr(p)){let te=Q.isYou?O.bold(`${Q.brand} (you)`):Q.brand;P.push({content:` ${te}: ${Q.surfaced}/${Q.total}`})}}P.push({sep:!0}),P.push({content:O.dim(`Saved \u2192 .seoagent/${Xr}/${Qr}`)}),P.push({content:x<S?O.dim("Not surfacing everywhere \u2014 see the scorecard, then `seoagent okf`."):O.dim("Surfacing across the board. Re-run periodically to catch drift.")}),l.message(D(P,{title:O.magenta("citations")})),e.json&&process.stdout.write(JSON.stringify(p,null,2)+`
|
|
597
|
+
`)}async function ug(e){let{cwd:t,prompt:n,model:r}=e;try{let o=lg({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)dg(c)}else if(s.type==="result"){if(process.stdout.write(`
|
|
598
598
|
`),!(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(`
|
|
599
|
-
`),l.error(` Agent error: ${o.message}`),null}}function
|
|
600
|
-
`))}}function
|
|
601
|
-
`);return}if(c.status===429||u?.skipped?.startsWith("rate-limited")){let d=u?.skipped==="rate-limited:ip"?"this network":"this install";$(a,"warn",`Daily peek quota reached for ${d}.`,
|
|
602
|
-
`);return}if(l.message(
|
|
603
|
-
`)),s}catch{return null}}import K from"picocolors";async function
|
|
604
|
-
`):l.error(`Not logged in. Run \`${
|
|
605
|
-
`);return}l.warn(`Logged in, but the server at this API base does not support \`/api/cli/whoami\` yet. Update with \`${
|
|
599
|
+
`),l.error(` Agent error: ${o.message}`),null}}function dg(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(kn(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(O.dim(` ${O.magenta("\u{1F50E}")} ${n}${o?` ${pg(o,70)}`:""}
|
|
600
|
+
`))}}function pg(e,t){return e.length<=t?e:e.slice(0,t-1)+"\u2026"}function fg(e){return typeof e!="string"?[]:e.split(",").map(t=>t.trim()).filter(Boolean)}function mg(e){try{if(!cg(e))return null;let t=ag(e).filter(o=>o.endsWith(".json")).sort();if(t.length===0)return null;let n=t[t.length-1],r=JSON.parse(sg(Na(e,n),"utf-8"));return r&&typeof r=="object"&&Array.isArray(r.results)&&typeof r.generated_at=="string"?r:null}catch{return null}}import it from"picocolors";var gg=30,hg=/<(script|style|noscript|template|svg|nav|header|footer)\b[^>]*>[\s\S]*?<\/\1>/gi;function yg(e){let t=e,n=/<body\b[^>]*>([\s\S]*?)<\/body>/i.exec(t);n&&(t=n[1]),t=t.replace(hg," ").replace(/<!--[\s\S]*?-->/g," ").replace(/<[^>]+>/g," ").replace(/ /gi," ").replace(/&[a-z]+;/gi," ").replace(/\s+/g," ").trim();let r=t===""?0:t.split(" ").filter(Boolean).length;return{wordCount:r,rendered:r<gg?"empty":"yes"}}async function wg(e,t){try{let n=await T(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}=yg(r);return{status:n.status,rendered:i,wordCount:o}}catch{return{status:null,rendered:"error",wordCount:0}}}async function Da(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 wg(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 eo=300;async function Ft(e={}){if(e.all){await bg();return}let t=process.cwd();if(!j(t))return;Ce(t);let n=wr(t);Fa(t);let r=await Ma(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 Ma(e,t={}){try{let n=R(e),r=n?.domain&&n.domain!=="unknown"?n.domain:null,{pages:o}=oe(e,r);t.enrichSitemap&&r&&await pi(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,eo);if(c.length>eo&&l.info(`Crawling the first ${eo} of ${c.length} pages (cap).`),u.length>0){l.info(`Crawling ${u.length} page${u.length===1?"":"s"}\u2026`),s=await Da(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=cn(e,o,s);return{added:a.added,total:a.total,crawl:i}}catch{return{added:0,total:0}}}async function bg(){let e=qo();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 ${it.bold(A)}\u2026`);let t=0,n=0;for(let r of e){let o=wr(r);Fa(r);let i=await Ma(r),s=i.added>0?it.cyan(` +${i.added} page${i.added===1?"":"s"}`):"";if(o.reason==="refreshed"){t++;let a=o.from&&o.from!==o.to?it.dim(` (${o.from} \u2192 ${o.to})`):"";l.message(` ${it.green("\u2713")} ${r}${a}${s}`)}else n++,l.message(` ${it.yellow("!")} ${r} ${it.dim("\u2014 "+o.reason)}${s}`)}l.success(`Refreshed ${t}/${e.length} project${e.length===1?"":"s"} to ${A}.`),n>0&&l.info(`${n} could not be refreshed (see above).`)}function Fa(e){try{_e(e)}catch{}}import{spinner as no,confirm as vg,isCancel as kg}from"@clack/prompts";import v from"picocolors";var Ba={easy_win:"easy win",striking_distance:"striking distance",competitor_gap:"competitor gap",defend:"defend",low_priority:"low priority"};async function $g(e){let t=process.cwd(),n=Qt(t);if(!n){l.error(`No .seoagent/project.md found. Run \`${g("init")}\` first.`),process.exitCode=1;return}let r=R(t),o=r?.domain&&r.domain!=="unknown"?r.domain:void 0,i=(e.apiBase||L.BASE).replace(/\/$/,""),a=!!process.stdout.isTTY&&!e.json?no():null;a?.start(`Looking up ${v.bold(`"${e.keyword}"`)} ${v.dim("via DataForSEO (free peek)\u2026")}`);let c;try{c=await T(`${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){$(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})+`
|
|
601
|
+
`);return}if(c.status===429||u?.skipped?.startsWith("rate-limited")){let d=u?.skipped==="rate-limited:ip"?"this network":"this install";$(a,"warn",`Daily peek quota reached for ${d}.`,v.yellow(`Daily peek quota reached for ${d}.`)),l.message(Ua()),process.exitCode=1;return}if(!c.ok||!u){$(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"){$(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"){$(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){$(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(Sg(u.opportunity)),u.remaining&&l.message(`${v.dim("Peeks remaining today:")} ${v.bold(String(u.remaining.install))} ${v.dim("\u2014 "+Ua())}`)}function Sg(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(xg(e.difficulty))}`:v.dim("n/a"),i=Ba[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 xg(e){return e<=20?"easy":e<=40?"moderate":e<=60?"hard":"very hard"}function Ua(e=N()){return e?`You're logged in \u2014 run \`${g("keywords")}\` for full enrichment (no quota). Pro unlocks the full inventory beyond the ~25 cap plus \`${g("keywords --discover")}\` (new targets) + \`${g("keywords --competitors")}\` (competitor gaps): ${g("upgrade")}.`:`Log in for the full top-25 enrichment, no quota: ${g("login")}`}function to(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 [${Ba[n.opportunity]??n.opportunity}] ${n.keyword} \u2014 ${r}, ${o}${i}`)}}}function _g(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 Cg(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(kg(a)||!a){l.info("No changes.");return}}let n=e.apiBase||e.auth.api_base||L.BASE,r=process.stdout.isTTY?no():null;r?.start(t==="all"?"Purging all keywords\u2026":"Purging suggested keywords\u2026");let o;try{o=await T(`${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){$(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"){$(r,"warn","Keyword storage isn\u2019t enabled on the server yet.",v.yellow("Nothing to purge yet."));return}if(!o.ok||i?.status!=="ok"){$(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;$(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 ke(e={}){if(e.peek&&e.peek.trim().length>0){await $g({keyword:e.peek.trim(),apiBase:e.apiBase,json:e.json});return}let t=N();if(!t){l.error(`Not logged in. Run \`${g("login")}\` first.`),process.exitCode=1;return}if(e.purge){await Cg({all:e.all,apiBase:e.apiBase,auth:t});return}let n=e.apiBase||t.api_base||L.BASE,r=`Bearer ${t.user_token}:${t.website_token}`,o=e.competitors?"competitors":e.discover?"discover":e.seed?"seed":"enrich",i=o==="competitors"?"/api/cli/keywords/competitors":o==="discover"?"/api/cli/keywords/discover":o==="seed"?"/api/cli/keywords/seed":"/api/cli/keywords/enrich",s=o==="competitors"?"Finding keywords your competitors rank for\u2026":o==="discover"?"Discovering new keywords to target\u2026":o==="seed"?"Seeding keywords from your Search Console data\u2026":"Enriching keywords with real volume + difficulty\u2026",c=!!process.stdout.isTTY?no():null;c?.start(s);let u=o==="competitors"||o==="discover"||o==="seed",d;try{d=await T(`${n}${i}`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:r},body:"{}"},u?{timeoutMs:6e4,attempts:1}:{})}catch(m){$(c,"error",`Network error: ${m.message}`,v.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"){$(c,"warn",o==="competitors"?"Competitor gap analysis is a paid feature.":"Keyword discovery is a paid feature.",v.yellow("Paid feature \u2014 upgrade to continue.")),l.message(o==="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(!d.ok||p?.status!=="ok"){$(c,"error",`Server rejected request (${d.status})${p?.error?`: ${p.error}`:""}`,v.red(`Server rejected request (${d.status}).`)),process.exitCode=1;return}if(p.skipped==="no-gsc-data"){$(c,"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"){$(c,"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"){$(c,"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"){$(c,"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){$(c,"warn",`Skipped: ${p.skipped}`,v.yellow(`Skipped: ${p.skipped}`));return}if(o==="competitors"){let m=p.gaps??0;$(c,"success",`Found ${m} competitor gap${m===1?"":"s"} across ${p.competitors?.length??0} competitor${p.competitors?.length===1?"":"s"} (added as "suggested").`,v.green(`${m} competitor gap${m===1?"":"s"} found.`)),_g(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 \`${g("keywords --purge")}\`.`);return}if(o==="discover"){let m=p.discovered??0;$(c,"success",`Discovered ${m} new keyword${m===1?"":"s"} to target (added as "suggested").`,v.green(`${m} new keyword${m===1?"":"s"} discovered.`)),to(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 \`${g("keywords --purge")}\`.`);return}if(o==="seed"){let m=p.seeded??0;$(c,"success",`Seeded ${m} keyword${m===1?"":"s"} from Search Console (real impressed queries, added as "suggested").`,v.green(`${m} keyword${m===1?"":"s"} seeded from Search Console.`)),to(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 f=p.enriched??0;$(c,"success",`Enriched ${f} keyword${f===1?"":"s"}.`,v.green(`Enriched ${f} keyword${f===1?"":"s"}.`)),to(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 Ut(e={}){let t=process.cwd(),n=R(t),r=he(t);if(e.json){process.stdout.write(JSON.stringify(r,null,2)+`
|
|
602
|
+
`);return}if(l.message(Eg(r)),!n){l.warn(`No SEOAgent project here. Run \`${g("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 Eg(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=ii();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(g("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 io,mkdirSync as Ha,writeFileSync as Ka}from"fs";import{dirname as jn,isAbsolute as Lg,join as Ln,resolve as jg}from"path";import{tmpdir as Ng}from"os";import{spinner as Dg}from"@clack/prompts";import B from"picocolors";import{Buffer as Wa}from"buffer";var Rg=6e4,ro=18e4,Ag=15e3;async function oo(e){let t=await fetch(e,{signal:AbortSignal.timeout(Rg)});if(!t.ok)throw new Error(`Image download failed: ${t.status} ${t.statusText}`);let n=await t.arrayBuffer();return Wa.from(n)}async function Pg(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(ro)});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:Wa.from(o.b64_json,"base64"),contentType:"image/png"};if(o.url)return{bytes:await oo(o.url),contentType:"image/png"};throw new Error("OpenAI image API returned neither b64_json nor url")}async function Ig(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(ro)});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 oo(o.url),contentType:o.content_type??"image/png"}}async function Tg(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(Ag)});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 Og(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(ro)});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 Tg(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 oo(o),contentType:"image/png",providerImageId:r.id}}async function Ga(e,t){switch(e){case"openai":return Pg(t);case"fal":return Ig(t);case"replicate":return Og(t);default:throw new Error(`Unknown image provider: ${e}`)}}function Mg(e){return e==="openai"||e==="fal"||e==="replicate"}async function Bt(e={}){let t=process.cwd();if(!e.prompt){l.warn(`Missing --prompt. Example: ${g('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=R(t),r=null;if(e.provider){if(!Mg(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=he(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 \`${g("env-check")}\`.`),process.exitCode=1;return}let o=oi(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=Lg(e.out)?e.out:jg(t,e.out),a=!e.silent&&!!process.stdout.isTTY?Dg():null;a?.start(`Generating image with ${B.bold(r)} ${B.dim(`(${o.envName})`)}\u2026`);try{let c=await Ga(r,{prompt:e.prompt,apiKey:o.key,size:e.size});io(jn(i))||Ha(jn(i),{recursive:!0}),Ka(i,c.bytes),e.silent||$(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=Ug(t,{provider:r,envName:o.envName,prompt:e.prompt,size:e.size,outPath:i,error:c});l.message(Fg({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 Fg(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 Ug(e,t){let r=`seoagent-generate-image-${new Date().toISOString().replace(/[:.]/g,"-")}.log`,o=Ln(e,b),i=Ln(o,".errors"),s=io(o)?Ln(i,r):Ln(Ng(),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 io(jn(s))||Ha(jn(s),{recursive:!0}),Ka(s,a.join(`
|
|
603
|
+
`)),s}catch{return null}}import K from"picocolors";async function Wt(e={}){let t=N();if(!t){e.json?process.stdout.write(`${JSON.stringify({logged_in:!1})}
|
|
604
|
+
`):l.error(`Not logged in. Run \`${g("login")}\` first.`),process.exitCode=1;return}let n=(e.apiBase||t.api_base||L.BASE).replace(/\/$/,""),r=`Bearer ${t.user_token}:${t.website_token}`,o;try{o=await fetch(`${n}/api/cli/whoami`,{method:"GET",headers:{Authorization:r,Accept:"application/json"},signal:AbortSignal.timeout(1e4)})}catch(s){l.error(`Network error: ${s.message}`),process.exitCode=1;return}if(o.status===404){if(e.json){process.stdout.write(`${JSON.stringify({logged_in:!0,server_supports_whoami:!1,api_base:n})}
|
|
605
|
+
`);return}l.warn(`Logged in, but the server at this API base does not support \`/api/cli/whoami\` yet. Update with \`${g("update-cli")}\` (or re-deploy your server).`),l.message(`API base: ${n}`);return}let i=null;try{i=await o.json()}catch{i=null}if(!o.ok||!i||i.status!=="ok"){e.json?process.stdout.write(`${JSON.stringify({logged_in:!0,error:i?.error??`HTTP ${o.status}`})}
|
|
606
606
|
`):l.error(`Could not fetch your account (HTTP ${o.status})${i?.error?`: ${i.error}`:""}`),process.exitCode=1;return}if(e.json){process.stdout.write(`${JSON.stringify({logged_in:!0,...i},null,2)}
|
|
607
|
-
`);return}l.message(jg(i)),i.paid===!1&&l.message(`${K.dim("Upgrade for autopilot:")} ${K.cyan(te("cli-whoami"))}`)}function jg(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 Wt,text as Ht,confirm as Ka,isCancel as X,intro as Ng,outro as Dg}from"@clack/prompts";import Nn from"picocolors";function Mg(){return[{command:"status",label:"Show project status",hint:"Audit, strategy, briefs, content, roadmap \u2014 everything at a glance.",run:async()=>kt()},{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 yt()}},{command:"login",label:"Connect this CLI to seoagent.com",hint:"Opens the browser to bind your account.",run:async()=>await xt()},{command:"whoami",label:"Show logged-in account",hint:"Email, bound website, plan, API base.",run:async()=>await Gt()},{command:"keywords",label:"Keyword research",hint:"Peek (free, one keyword) \xB7 enrich \xB7 discover \xB7 competitor gaps.",run:async()=>{let e=await Wt({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 Ht({message:"Keyword to peek:",placeholder:"saas seo",validate:n=>String(n??"").trim()?void 0:"A keyword is required."});if(X(t))return;await ve({peek:String(t)})}else e==="discover"?await ve({discover:!0}):e==="competitors"?await ve({competitors:!0}):await ve()}},{command:"internal-links",label:"Analyze internal links",hint:"Find orphan pages \u2192 .seoagent/internal-links.md",run:async()=>It({})},{command:"okf",label:"Open Knowledge Format bundle",hint:"Make your site AI-readable (AEO/GEO) \u2192 .seoagent/okf/",run:async()=>{let e=await Wt({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)||Tt(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 Mt()},{command:"generate-image",label:"Generate an image",hint:"Uses the detected (or explicit) provider.",run:async()=>{let e=await Ht({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 Ht({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 Bt({prompt:String(e),out:String(t)})}},{command:"env-check",label:"Check image-generation provider",hint:"Detect openai / fal / replicate from your env.",run:async()=>Ut({})},{command:"autopilot",label:"Toggle CLI autopilot",hint:"on / off / status \u2014 paid feature for queueing SEO fixes.",run:async()=>{let e=await Wt({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 Pt(String(e))}},{command:"pull",label:"Pull dashboard changes only",hint:"Cloud \u2192 local. Same as the second half of `sync`.",run:async()=>await Oe()},{command:"ack",label:"Close out a pending inbox action",hint:"Mark a .seoagent/inbox/ action completed or failed.",run:async()=>{let e=await Ht({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 Ka({message:"Mark as failed instead of completed?",initialValue:!1});if(X(t))return;let n;if(t===!0){let r=await Ht({message:"Reason for failure (optional):",placeholder:"couldn't apply because\u2026"});if(X(r))return;String(r).trim()&&(n=String(r))}await be(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 $t()},{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 St({})},{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 Wt({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)||Ft({all:e==="all"})}},{command:"logout",label:"Log out",hint:"Clear stored credentials for seoagent.com.",run:async()=>_t()},{command:"uninstall",label:"Uninstall SEOAgent from this project",hint:"Remove .seoagent/, the skill bundle, and the sync hook.",run:async()=>await wt({})}]}var Ha="__exit__";async function Wa(e=Mg()){let t=e.map(o=>({value:o.command,label:o.label,hint:o.hint}));t.push({value:Ha,label:"Exit",hint:"Close the menu"});let n=await Wt({message:"What would you like to do?",options:t});if(X(n)||n===Ha)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 io(){if(!process.stdin.isTTY){l.info("The menu needs an interactive terminal. Use the regular commands directly, e.g. `seoagent --help`.");return}Ng(`${Nn.bold(Nn.cyan("SEOAgent"))} ${Nn.dim("\xB7 menu")}`);let e=await Wa();for(;!e;){let t=await Ka({message:"Do another?",initialValue:!0});if(X(t)||t===!1){e=!0;break}e=await Wa()}Dg(Nn.dim("See you next time."))}var E=new Fg;E.name("seoagent").description("AI SEO agent for Claude Code").version(A).showSuggestionAfterError(!0).showHelpAfterError(!0);E.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=>{yt({yes:e.yes,domain:e.domain,siteType:e.siteType})});E.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=>{wt({yes:e.yes,global:e.global})});E.command("status").description("Show current SEO project state").action(kt);E.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=>{Ir({json:e.json})});E.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=>{xt({apiBase:e.apiBase})});E.command("logout").description("Remove stored credentials for seoagent.com").action(_t);E.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})});E.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=>{Oe({force:e.force,silent:e.silent,print:e.print})});E.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)=>{be(e,{failed:t.failed,reason:t.reason})});E.command("inbox").description("List pending actions queued by autopilot in .seoagent/inbox/").option("--json","Output as JSON (handy for scripting / `jq`)").action(e=>{kr({json:e.json})});E.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=>{xr({yes:e.yes,model:e.model})});E.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)=>{Pt(e,{apiBase:t.apiBase})});E.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=>{ve({peek:e.peek,seed:e.seed,discover:e.discover,competitors:e.competitors,purge:e.purge,all:e.all,json:e.json,apiBase:e.apiBase})});E.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=>{It({json:e.json})});E.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)=>{Er(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})});E.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)=>{Tt(e,{json:t.json})});E.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=>{Lr({url:e.url,json:e.json})});E.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=>{Br({url:e.url,max:e.max,json:e.json})});E.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)=>{Hr({files:e??[],json:t.json,quiet:t.quiet})});E.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)=>{Wr({files:e??[],json:t.json})});E.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=>{zr({csv:e.csv,direction:e.direction,json:e.json})});E.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=>{Mt({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})});E.command("env-check").description("Detect which image generation provider is available (OPENAI / FAL / REPLICATE)").option("--json","Output detection result as JSON").action(e=>{Ut({json:e.json})});E.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=>{Bt({prompt:e.prompt,out:e.out,provider:e.provider,size:e.size,silent:e.silent})});E.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=>{Gt({json:e.json,apiBase:e.apiBase})});E.command("upgrade").description("Open the SEOAgent Cloud pricing page in your browser (plan upgrade)").action($t);E.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=>{St({dryRun:e.dryRun,projects:e.projects})});E.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=>{Ft({all:e.all,crawl:e.crawl})});E.command("menu").description("Interactive menu \u2014 pick a command from a list (no flags required)").action(()=>{io()});process.argv.length===2&&(E.outputHelp(),process.exit(0));E.parse();
|
|
607
|
+
`);return}l.message(Bg(i)),i.paid===!1&&l.message(`${K.dim("Upgrade for autopilot:")} ${K.cyan(ne("cli-whoami"))}`)}function Bg(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 Ht,text as Gt,confirm as za,isCancel as X,intro as Wg,outro as Gg}from"@clack/prompts";import Nn from"picocolors";function Hg(){return[{command:"status",label:"Show project status",hint:"Audit, strategy, briefs, content, roadmap \u2014 everything at a glance.",run:async()=>vt()},{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 yt()}},{command:"login",label:"Connect this CLI to seoagent.com",hint:"Opens the browser to bind your account.",run:async()=>await xt()},{command:"whoami",label:"Show logged-in account",hint:"Email, bound website, plan, API base.",run:async()=>await Wt()},{command:"keywords",label:"Keyword research",hint:"Peek (free, one keyword) \xB7 enrich \xB7 discover \xB7 competitor gaps.",run:async()=>{let e=await Ht({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 Gt({message:"Keyword to peek:",placeholder:"saas seo",validate:n=>String(n??"").trim()?void 0:"A keyword is required."});if(X(t))return;await ke({peek:String(t)})}else e==="discover"?await ke({discover:!0}):e==="competitors"?await ke({competitors:!0}):await ke()}},{command:"internal-links",label:"Analyze internal links",hint:"Find orphan pages \u2192 .seoagent/internal-links.md",run:async()=>It({})},{command:"okf",label:"Open Knowledge Format bundle",hint:"Make your site AI-readable (AEO/GEO) \u2192 .seoagent/okf/",run:async()=>{let e=await Ht({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)||Tt(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 Mt()},{command:"generate-image",label:"Generate an image",hint:"Uses the detected (or explicit) provider.",run:async()=>{let e=await Gt({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 Gt({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 Bt({prompt:String(e),out:String(t)})}},{command:"env-check",label:"Check image-generation provider",hint:"Detect openai / fal / replicate from your env.",run:async()=>Ut({})},{command:"autopilot",label:"Toggle CLI autopilot",hint:"on / off / status \u2014 paid feature for queueing SEO fixes.",run:async()=>{let e=await Ht({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 Pt(String(e))}},{command:"pull",label:"Pull dashboard changes only",hint:"Cloud \u2192 local. Same as the second half of `sync`.",run:async()=>await Oe()},{command:"ack",label:"Close out a pending inbox action",hint:"Mark a .seoagent/inbox/ action completed or failed.",run:async()=>{let e=await Gt({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 za({message:"Mark as failed instead of completed?",initialValue:!1});if(X(t))return;let n;if(t===!0){let r=await Gt({message:"Reason for failure (optional):",placeholder:"couldn't apply because\u2026"});if(X(r))return;String(r).trim()&&(n=String(r))}await be(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 $t()},{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 St({})},{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 Ht({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)||Ft({all:e==="all"})}},{command:"logout",label:"Log out",hint:"Clear stored credentials for seoagent.com.",run:async()=>_t()},{command:"uninstall",label:"Uninstall SEOAgent from this project",hint:"Remove .seoagent/, the skill bundle, and the sync hook.",run:async()=>await wt({})}]}var qa="__exit__";async function Va(e=Hg()){let t=e.map(o=>({value:o.command,label:o.label,hint:o.hint}));t.push({value:qa,label:"Exit",hint:"Close the menu"});let n=await Ht({message:"What would you like to do?",options:t});if(X(n)||n===qa)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 so(){if(!process.stdin.isTTY){l.info("The menu needs an interactive terminal. Use the regular commands directly, e.g. `seoagent --help`.");return}Wg(`${Nn.bold(Nn.cyan("SEOAgent"))} ${Nn.dim("\xB7 menu")}`);let e=await Va();for(;!e;){let t=await za({message:"Do another?",initialValue:!0});if(X(t)||t===!1){e=!0;break}e=await Va()}Gg(Nn.dim("See you next time."))}var E=new Kg;E.name("seoagent").description("AI SEO agent for Claude Code").version(A).showSuggestionAfterError(!0).showHelpAfterError(!0);E.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=>{yt({yes:e.yes,domain:e.domain,siteType:e.siteType})});E.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=>{wt({yes:e.yes,global:e.global})});E.command("status").description("Show current SEO project state").action(vt);E.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=>{Ir({json:e.json})});E.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=>{xt({apiBase:e.apiBase})});E.command("logout").description("Remove stored credentials for seoagent.com").action(_t);E.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})});E.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=>{Oe({force:e.force,silent:e.silent,print:e.print})});E.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)=>{be(e,{failed:t.failed,reason:t.reason})});E.command("inbox").description("List pending actions queued by autopilot in .seoagent/inbox/").option("--json","Output as JSON (handy for scripting / `jq`)").action(e=>{vr({json:e.json})});E.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=>{xr({yes:e.yes,model:e.model})});E.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)=>{Pt(e,{apiBase:t.apiBase})});E.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=>{ke({peek:e.peek,seed:e.seed,discover:e.discover,competitors:e.competitors,purge:e.purge,all:e.all,json:e.json,apiBase:e.apiBase})});E.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=>{It({json:e.json})});E.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)=>{Er(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})});E.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)=>{Tt(e,{json:t.json})});E.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=>{Lr({url:e.url,json:e.json})});E.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=>{Wr({url:e.url,max:e.max,json:e.json})});E.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)=>{Hr({files:e??[],json:t.json,quiet:t.quiet})});E.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)=>{Kr({files:e??[],json:t.json})});E.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=>{Yr({csv:e.csv,direction:e.direction,json:e.json})});E.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=>{Mt({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})});E.command("env-check").description("Detect which image generation provider is available (OPENAI / FAL / REPLICATE)").option("--json","Output detection result as JSON").action(e=>{Ut({json:e.json})});E.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=>{Bt({prompt:e.prompt,out:e.out,provider:e.provider,size:e.size,silent:e.silent})});E.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=>{Wt({json:e.json,apiBase:e.apiBase})});E.command("upgrade").description("Open the SEOAgent Cloud pricing page in your browser (plan upgrade)").action($t);E.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=>{St({dryRun:e.dryRun,projects:e.projects})});E.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=>{Ft({all:e.all,crawl:e.crawl})});E.command("menu").description("Interactive menu \u2014 pick a command from a list (no flags required)").action(()=>{so()});process.argv.length===2&&(E.outputHelp(),process.exit(0));E.parse();
|