aiseo 0.7.1

Agent-first CLI for SEO, GEO (generative engine optimisation), and AEO (answer engine optimisation) audits.
aiseo
Copyright 2026 Boris Djordjevic / paperfoot

This product includes regex patterns and the rule taxonomy adapted from
the Impeccable project by Paul Bakaus:

    https://github.com/pbakaus/impeccable
    Apache License 2.0
    Copyright Paul Bakaus

Specifically, `src/audit/design_slop.rs` ports the deterministic regex
matchers from `cli/engine/engines/regex/detect-text.mjs` and the constants
from `cli/engine/shared/constants.mjs`. The rule IDs (`side-tab`,
`overused-font`, `gradient-text`, `bounce-easing`, `layout-transition`,
`pure-black-white`, `gray-on-color`, `ai-color-palette`, `monotonous-spacing`,
`everything-centered`, `single-font`, `border-accent-on-rounded`,
`justified-text`, `tiny-text`, `tight-leading`, `all-caps-body`,
`wide-tracking`) mirror Impeccable's taxonomy to preserve cross-tool
comparability of audit results.

Additions beyond Impeccable (`anthropic_overused_font_2026`,
`editorial_serif_wave`, `shadcn_default_oklch`, `vercel_next_forge_default`)
are original to aiseo.

The `anthropic_overused_font_2026` matcher uses the canonical list of
overused fonts published in Anthropic's frontend-design skill at
https://github.com/anthropics/skills (Apache-2.0 or similar OSS license —
verify) for the overused-font canon used in `anthropic_overused_font_2026`.

The Metatext detector (`src/audit/metatext.rs`) draws on the public
catalogue of AI-writing tells maintained by the tbhb/vale-ai-tells
project (MIT, https://github.com/tbhb/vale-ai-tells).