From c24cb9f7f92995d3cfb888bf69bc0f7803a2639a Mon Sep 17 00:00:00 2001 From: "agentimization[bot]" <297898629+agentimization[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:51:08 +0000 Subject: [PATCH] chore: version packages --- .changeset/agent-prompt-token-diet.md | 11 ----------- apps/cli/CHANGELOG.md | 11 +++++++++++ apps/cli/package.json | 2 +- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 2 +- 5 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 .changeset/agent-prompt-token-diet.md diff --git a/.changeset/agent-prompt-token-diet.md b/.changeset/agent-prompt-token-diet.md deleted file mode 100644 index c51d87f..0000000 --- a/.changeset/agent-prompt-token-diet.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"agentimization": patch -"@agentimization/core": patch ---- - -optimize the "copy fix prompt" output for AI agents: - -- flatten the clipboard prompt to a plain directive list (drop `###` headings, `**bold**`, `**Fix:**` labels, scores, and the failed/warning counts) -- strip why-this-matters rationale from each fix, keeping the imperative and rescuing any doc URL -- replace status emoji with `PASS`/`WARN`/`FAIL` text markers and flatten non-ascii punctuation (em/en-dash, middot, arrow, semicolon) -- add a per-check `Success:` criterion to the verbose `--md` report so a reader can tell when an issue is fixed diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index f262760..99ae4e6 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -1,5 +1,16 @@ # agentimization +## 0.2.1 + +### Patch Changes + +- 0f68caf: optimize the "copy fix prompt" output for AI agents: + + - flatten the clipboard prompt to a plain directive list (drop `###` headings, `**bold**`, `**Fix:**` labels, scores, and the failed/warning counts) + - strip why-this-matters rationale from each fix, keeping the imperative and rescuing any doc URL + - replace status emoji with `PASS`/`WARN`/`FAIL` text markers and flatten non-ascii punctuation (em/en-dash, middot, arrow, semicolon) + - add a per-check `Success:` criterion to the verbose `--md` report so a reader can tell when an issue is fixed + ## 0.2.0 ### Minor Changes diff --git a/apps/cli/package.json b/apps/cli/package.json index b6398dd..7adf240 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -1,6 +1,6 @@ { "name": "agentimization", - "version": "0.2.0", + "version": "0.2.1", "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 a4e75aa..68193e5 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,16 @@ # @agentimization/core +## 0.2.1 + +### Patch Changes + +- 0f68caf: optimize the "copy fix prompt" output for AI agents: + + - flatten the clipboard prompt to a plain directive list (drop `###` headings, `**bold**`, `**Fix:**` labels, scores, and the failed/warning counts) + - strip why-this-matters rationale from each fix, keeping the imperative and rescuing any doc URL + - replace status emoji with `PASS`/`WARN`/`FAIL` text markers and flatten non-ascii punctuation (em/en-dash, middot, arrow, semicolon) + - add a per-check `Success:` criterion to the verbose `--md` report so a reader can tell when an issue is fixed + ## 0.2.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index eddf90b..8ef2cfd 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@agentimization/core", - "version": "0.2.0", + "version": "0.2.1", "description": "GEO audit engine. Check if your website is agent-ready and generative-engine optimized.", "keywords": [ "geo",