diff --git a/.changeset/llms-full-and-sampling-fixes.md b/.changeset/llms-full-and-sampling-fixes.md deleted file mode 100644 index 241a11a..0000000 --- a/.changeset/llms-full-and-sampling-fixes.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -"agentimization": minor -"@agentimization/core": minor ---- - -expand audit coverage and fix page sampling: - -- add four llms-full.txt checks (exists, valid structure, size range, links resolve) -- add a dedicated mcp-tool-count check, split out of the mcp server card check -- scope page sampling to the audited path so auditing a sub-path (e.g. /docs) no longer samples unrelated site pages -- expand sitemap indexes to their nested sitemaps so real page URLs are sampled -- make page sampling deterministic so re-runs produce the same score -- fetch sampled pages with an html-only accept header so content-negotiating sites return rendered html instead of the agent markdown variant, fixing false negatives on structured data, open graph, meta description, and link checks -- parallelize the per-page markdown follow-up fetch diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 5163f8a..f262760 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,19 @@ # agentimization +## 0.2.0 + +### Minor Changes + +- aa64999: expand audit coverage and fix page sampling: + + - add four llms-full.txt checks (exists, valid structure, size range, links resolve) + - add a dedicated mcp-tool-count check, split out of the mcp server card check + - scope page sampling to the audited path so auditing a sub-path (e.g. /docs) no longer samples unrelated site pages + - expand sitemap indexes to their nested sitemaps so real page URLs are sampled + - make page sampling deterministic so re-runs produce the same score + - fetch sampled pages with an html-only accept header so content-negotiating sites return rendered html instead of the agent markdown variant, fixing false negatives on structured data, open graph, meta description, and link checks + - parallelize the per-page markdown follow-up fetch + ## 0.1.3 ### Patch Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index 55c0b73..b6398dd 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "agentimization", - "version": "0.1.3", + "version": "0.2.0", "description": "GEO audit CLI — check if your website is agent-ready", "license": "MIT", "author": "Anthony Lio ", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5f67de4..a4e75aa 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,19 @@ # @agentimization/core +## 0.2.0 + +### Minor Changes + +- aa64999: expand audit coverage and fix page sampling: + + - add four llms-full.txt checks (exists, valid structure, size range, links resolve) + - add a dedicated mcp-tool-count check, split out of the mcp server card check + - scope page sampling to the audited path so auditing a sub-path (e.g. /docs) no longer samples unrelated site pages + - expand sitemap indexes to their nested sitemaps so real page URLs are sampled + - make page sampling deterministic so re-runs produce the same score + - fetch sampled pages with an html-only accept header so content-negotiating sites return rendered html instead of the agent markdown variant, fixing false negatives on structured data, open graph, meta description, and link checks + - parallelize the per-page markdown follow-up fetch + ## 0.1.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 4148f69..eddf90b 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentimization/core", - "version": "0.1.3", + "version": "0.2.0", "description": "GEO audit engine. Check if your website is agent-ready and generative-engine optimized.", "keywords": [ "geo",