Skip to content

v2.3.1

Choose a tag to compare

@github-actions github-actions released this 11 Jun 15:08
· 19 commits to main since this release
  • Zero emoji, everywhere. Purged every emoji / decorative pictograph from the entire repo — the agent instruction surface (CLAUDE.md, skills, component / workflow / content / accessibility specs, design-system library), the gate scripts' output, cover.html, docs/, and the README. Generated output was picking up emoji because the files the model reads were full of them; the instruction surface is now clean, so the model has nothing to imitate.
  • No-emoji rule is now global + absolute — promoted from a narrow "no emoji as UI icons" note to a top-of-file ABSOLUTE rule covering UI, code, JSON, copy, comments, and commit messages. Replacements are lucide icons or plain words.
  • The gate now guards the instruction surface too. scripts/check_no_emoji.py previously scanned only examples/ + taste/; it now also scans CLAUDE.md, the skills, and the spec directories, so emoji cannot drift back in. accuracy_report stays 25/25 = 100%.