mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-14 23:26:39 +03:00
v3.2 rerun validation surfaced two issues:
1. Copy-slop detector fires more on Gemini under v3.2 (48% → 84%) than
under no-skill baseline. Root cause: the anti-aphoristic-cadence rule
printed the literal "X. No Y." / "X. Just Y." patterns as examples,
and Gemini imitated them as the recommended voice. Same recipe-becomes-
bias trap we hit with brand.md:116's "Enormous display type, unexpected
italic cuts, mixed cases, hand-drawn headlines" enumeration. Fix:
describe the cadence as a rhythm ("serious statement, then punchy
short negation") without printing literal patterns. Buzzword list
trimmed to a single inline phrase family rather than quoted strings.
2. Gemini image:hover transform Gemini-tell hadn't dropped (31% off →
32% v3.2). Strengthen the <gemini> block: explicit "Never animate
<img> elements on hover", call out the Tailwind group-hover:scale /
group-hover:rotate / group-hover:translate parent-hover patterns by
name (Gemini was reaching for these via Tailwind even though the
prior text talked about :hover on the image directly).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>