Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/agent-prompt-token-diet.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -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 <hello@antl.io>",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading