CLAUDE.md line 65 says 'Languages supported (23)' but the LANGUAGE_REGISTRY in domain/parser.ts actually has 36 entries covering 34 distinct languages (the two extras are ocaml-interface and fsharp-signature). The count in CLAUDE.md has not been updated as new languages were added.\n\nFix: update the count and language list in CLAUDE.md to match the current registry, or remove the count entirely and just point to the registry as the source of truth.\n\nDiscovered during review of PR #1338.
CLAUDE.md line 65 says 'Languages supported (23)' but the
LANGUAGE_REGISTRYindomain/parser.tsactually has 36 entries covering 34 distinct languages (the two extras areocaml-interfaceandfsharp-signature). The count in CLAUDE.md has not been updated as new languages were added.\n\nFix: update the count and language list in CLAUDE.md to match the current registry, or remove the count entirely and just point to the registry as the source of truth.\n\nDiscovered during review of PR #1338.