Skip to content

refactor: consolidate Russian dictionary quality platform#72

Merged
alyldas merged 47 commits into
mainfrom
refactor/russian-dictionary-quality-platform
Jun 19, 2026
Merged

refactor: consolidate Russian dictionary quality platform#72
alyldas merged 47 commits into
mainfrom
refactor/russian-dictionary-quality-platform

Conversation

@alyldas

@alyldas alyldas commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR turns the Russian profanity dictionary work into an explicit, reviewable rule set instead of a collection of one-off regex fixes.

It expands Russian coverage for inflections, transliterations, separator obfuscation, and known bypasses, while keeping the public API unchanged and preserving high-risk false-positive locks.

What Changed

  • Added internal authoring helpers for Russian family rules, shared suffix matrices, ordered alternatives, token boundaries, and neutral-context guards.
  • Expanded insult, obscene, and vulgar families across Cyrillic forms, transliterations, split forms, declined forms, imperatives, participles, and selected homoglyph variants.
  • Aligned contiguous and split transliteration coverage so reviewed families derive from the same ordered tail matrices instead of drifting apart.
  • Hardened ambiguous short forms with stricter boundaries, explicit split rules, and neutral-context guards for names, labels, URLs, and English-like phrases.
  • Added focused regression audits for accepted Russian coverage, false positives, dictionary composition, metadata, and public API behavior.
  • Reduced regex-heavy loose matching risk by keeping separator rules narrow where broad matching is not needed.

Review Notes

The main invariant is intentional: each expanded family should define its meaningful tails once, keep longer alternatives before shorter ones, and mirror coverage across Cyrillic, transliterated, and split forms only where that behavior is explicitly reviewed.

Impact

No public API changes. No manual release or version bump is included; release automation remains responsible for publishing.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 1f8ca93e23

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/ranges/hyphen-tail.ts Outdated
Comment thread src/languages/ru/profanity/authoring.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 370b1ea49f

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: bc9fe53b44

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f5a7361cb9

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 28ed297488

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6d59c56b7b

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/languages/ru/profanity/gandon.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: eaa18a83c8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/ranges/hyphen-tail.ts Outdated
Comment thread src/languages/ru/profanity/authoring.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f082106afd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/authoring.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d82e18253c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/gandon.ts Outdated
Comment thread src/languages/ru/profanity/authoring.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/gandon.ts
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fffbafdadd

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/authoring.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: d82c8ce521

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4cc3dd4004

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7c1fd6b531

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f7c3f97da7

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 74de206aaf

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/gandon.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

https://github.com/textfilters/profanity/blob/3c0312cc79e3e0d3ef816b5fe0a803d5f379e79f/src/languages/ru/profanity/shlyuha.ts#L115
P2 Badge Add declined shlyushka and shalava transliterations

The Cyrillic rules above cover declined шлюшка and шалава forms such as шлюшки, шлюшкам, шалавах, and шалаву, but this transliteration source only includes the base shlyushka and shalava spellings. Whole-token forms like shlyushki, shlyushkam, shlyushkah, shalavu, and shalavah therefore do not match while the equivalent Cyrillic cases are masked; add the same safe case tails here.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9321a28df3

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4fab900c1c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/chmo.ts
Comment thread src/languages/ru/profanity/gandon.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shlyuha.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: cb5f3d915d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/chmo.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 7cb8cc9825

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/suka.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/zalupa.ts
Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts Outdated

@alyldas alyldas left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Published pending review replies after addressing the latest transliteration parity feedback.

Comment thread src/languages/ru/profanity/shlyuha.ts Outdated
Comment thread src/languages/ru/profanity/her.ts Outdated
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/suka.ts Outdated
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/suka.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4b82d5ed56

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/zalupa.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/shit.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: ca10ae21df

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/chmo.ts

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 52bd4f2b47

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/her.ts
Comment thread src/languages/ru/profanity/suka.ts
Comment thread src/languages/ru/profanity/shit.ts
Comment thread src/languages/ru/profanity/shit.ts Outdated
Comment thread src/languages/ru/profanity/zalupa.ts
@alyldas alyldas merged commit ebe006a into main Jun 19, 2026
4 checks passed
@alyldas alyldas deleted the refactor/russian-dictionary-quality-platform branch June 19, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant