feat(q5_max): expand chord table and add cheatsheet generator #25

Merged
rootiest merged 1 commits from feat/q5-chord-expansion-cheatsheet into main 2026-09-23 20:40:48 +00:00
1 Commits
Author SHA1 Message Date
rootiest e79ca8ebf4 feat(q5_max): expand chord table and add cheatsheet generator
- Add ~85 new chords: Celsius/Fahrenheit signs, emoji faces, gesture
  emoji, symbols, nature, food/object emoji (incl. slang aliases)
- Widen chord index/count types uint8_t -> uint16_t (table now 241
  entries, was nearing the 255 cap)
- Add gen_cheatsheet.py + cheatsheet.template.html: generates
  cheatsheet.html from chord_unicode.c so the reference stays in sync
  with the table
- Ignore /CLAUDE.md, /AGENTS.md, AGENTS/, __pycache__, and other
  agents-init/editor/OS junk in .gitignore
2026-09-23 15:43:15 -04:00