Bug: CheckFeminine flags second-person masculine verbs as self-reference #120

Merged
claude merged 1 commits from task/462-bug-checkfeminine-flags-second-person-ma into master 2026-08-04 18:21:27 +02:00

1 Commits

Author SHA1 Message Date
claude c915115096 eval: a verb governed by "ты" is his, not her drift (V-462)
CheckFeminine flagged "ты заплатил за домен" as a masculine self-reference.
The second pass reads a masculine past-tense verb before "тебе", "тебя" or
"за" as her speaking with the pronoun dropped, and it checked neither the
subject nor what "за" pointed at. He is male, so a verb governed by "ты"
must be masculine, and "за домен" is a price rather than a favour.

The talk fixture was under-reporting by a point whenever a reply addressed
him in the past tense, which is common.
2026-08-04 02:58:19 +04:00