Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 637 Bytes

File metadata and controls

25 lines (16 loc) · 637 Bytes

Agentimization

GEO (Generative Engine Optimization) audit CLI. One command, full report on how agent-ready and AI-discoverable your website is.

npx agentimization https://yoursite.com

Structure

Bun workspace monorepo with Turbo:

  • packages/core — Main @agentimization/core npm package. All audit checks, fetching, scoring.
  • packages/shared — Shared types, schemas, rule definitions.
  • apps/cliagentimization CLI. Styled terminal output.

Dev

bun install
bun run build
bun run typecheck

Rules

Follow the coding rules in the parent CLAUDE.md at /Users/anthonylio/code/antlio/CLAUDE.md.