Skip to content

Commit cd11969

Browse files
authored
Merge pull request #12 from antlio/changeset-release/main
chore: version packages
2 parents dae023f + c24cb9f commit cd11969

5 files changed

Lines changed: 24 additions & 13 deletions

File tree

.changeset/agent-prompt-token-diet.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

apps/cli/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# agentimization
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 0f68caf: optimize the "copy fix prompt" output for AI agents:
8+
9+
- flatten the clipboard prompt to a plain directive list (drop `###` headings, `**bold**`, `**Fix:**` labels, scores, and the failed/warning counts)
10+
- strip why-this-matters rationale from each fix, keeping the imperative and rescuing any doc URL
11+
- replace status emoji with `PASS`/`WARN`/`FAIL` text markers and flatten non-ascii punctuation (em/en-dash, middot, arrow, semicolon)
12+
- add a per-check `Success:` criterion to the verbose `--md` report so a reader can tell when an issue is fixed
13+
314
## 0.2.0
415

516
### Minor Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agentimization",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "GEO audit CLI — check if your website is agent-ready",
55
"license": "MIT",
66
"author": "Anthony Lio <hello@antl.io>",

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @agentimization/core
22

3+
## 0.2.1
4+
5+
### Patch Changes
6+
7+
- 0f68caf: optimize the "copy fix prompt" output for AI agents:
8+
9+
- flatten the clipboard prompt to a plain directive list (drop `###` headings, `**bold**`, `**Fix:**` labels, scores, and the failed/warning counts)
10+
- strip why-this-matters rationale from each fix, keeping the imperative and rescuing any doc URL
11+
- replace status emoji with `PASS`/`WARN`/`FAIL` text markers and flatten non-ascii punctuation (em/en-dash, middot, arrow, semicolon)
12+
- add a per-check `Success:` criterion to the verbose `--md` report so a reader can tell when an issue is fixed
13+
314
## 0.2.0
415

516
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agentimization/core",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "GEO audit engine. Check if your website is agent-ready and generative-engine optimized.",
55
"keywords": [
66
"geo",

0 commit comments

Comments
 (0)