Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 26s
CI / test-go-edu-search (push) Successful in 27s
CI / test-python-klausur (push) Failing after 1m59s
CI / test-python-agent-core (push) Successful in 15s
CI / test-nodejs-website (push) Successful in 17s
Genericity audit findings: - Remove German prefixes from _GRAMMAR_BRACKET_WORDS (only English field is processed, German prefixes were unreachable dead code) - Move _IPA_CHARS and _MIN_WORD_CONF to module-level constants - Document _NARROW_COL_THRESHOLD_PCT with empirical rationale - Document _PAD=3 with DPI context - Document _PHONETIC_BRACKET_RE intentional mixed-bracket matching - Reduce all diagnostic logger.info() to logger.debug() in: _ocr_cell_crop, _replace_phonetics_in_text, _fix_phonetic_brackets - Keep only summary-level info logging Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>