diff --git a/.changeset/cli-tui-polish.md b/.changeset/cli-tui-polish.md deleted file mode 100644 index f90859e..0000000 --- a/.changeset/cli-tui-polish.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"agentimization": patch -"@agentimization/core": patch ---- - -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) diff --git a/apps/cli/CHANGELOG.md b/apps/cli/CHANGELOG.md index 0803ef5..5163f8a 100644 --- a/apps/cli/CHANGELOG.md +++ b/apps/cli/CHANGELOG.md @@ -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 diff --git a/apps/cli/package.json b/apps/cli/package.json index 3f9dcf4..55c0b73 100644 --- a/apps/cli/package.json +++ b/apps/cli/package.json @@ -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 ", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 71ff3d6..5f67de4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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 diff --git a/packages/core/package.json b/packages/core/package.json index 8d94657..4148f69 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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",