Skip to content

geoptimize v0.8.0

Choose a tag to compare

@cucuwang cucuwang released this 09 Sep 07:03
· 2 commits to main since this release

Formerly aeoptimize. geoptimize continues the same project under a new npm name. The legacy aeoptimize package and v0.7.0 release retain the earlier package history. Follow the migration guide to update existing integrations.

geoptimize 0.8.0 moves the package, CLI, framework integrations, and GitHub Action to the GEO naming. Deterministic scoring and audit evidence contracts are preserved.

Migration

  • Install geoptimize@0.8.0 and use geoptimize, geo, or geo-cli.
  • Update imports to geoptimize, geoptimize/vite, or geoptimize/next; use geoPlugin and withGeo.
  • Update bundled skill references to geo-* and generated schema paths to _geo.
  • Pin the GitHub Action to cucuwang/geoptimize@v0.8.0.
- uses: cucuwang/geoptimize@v0.8.0
  with:
    path: dist

The Action is advisory by default. Set fail-on-low-score: 'true' and a project-specific min-score for a blocking check.

Updated js-yaml and Vitest dependencies address published security advisories.