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/cli-tui-polish.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.1.3

### Patch Changes

- 0978323: terminal ui polish for the audit report:

- cards now adapt to terminal width and reflow on resize
- result card is more compact: one-line header (grade, score, target, time) and a single-row score bar
- score bar and summary counts now lead with the gray skipped band on the left, then pass/warn/fail
- replace direct useEffect usage with a sanctioned useMountEffect wrapper and key-based remounts (timers, resize listener, and the audit runner)

## 0.1.2

### Patch 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.1.2",
"version": "0.1.3",
"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.1.3

### Patch Changes

- 0978323: terminal ui polish for the audit report:

- cards now adapt to terminal width and reflow on resize
- result card is more compact: one-line header (grade, score, target, time) and a single-row score bar
- score bar and summary counts now lead with the gray skipped band on the left, then pass/warn/fail
- replace direct useEffect usage with a sanctioned useMountEffect wrapper and key-based remounts (timers, resize listener, and the audit runner)

## 0.1.2

### Patch 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.1.2",
"version": "0.1.3",
"description": "GEO audit engine. Check if your website is agent-ready and generative-engine optimized.",
"keywords": [
"geo",
Expand Down
Loading