Skip to content

geoptimize 0.9.0

Latest

Choose a tag to compare

@cucuwang cucuwang released this 09 Sep 08:45
d381c55

What's new

  • Offline visual reports keep the original five readiness dimensions alongside site health charts, page search and expandable evidence.
  • Site metrics expose 19 observed counts with bounded before/after comparisons.
  • Optional scan --details records all 17 rule results and source excerpts with capture provenance. Reports can compare compatible readiness scans and show matched source excerpts.

The scoring algorithm and default scan JSON remain unchanged. Detailed source capture is opt-in.

Install

npm install -g geoptimize@0.9.0
geo scan ./dist --dir --details --json > readiness.json
geo report readiness.json --output report.html

Add --baseline previous.json for readiness comparisons and --site site-audit.json for website health charts. Scans must have matching versions and page sets for readiness deltas.