This was generated by AI during triage.
babysit_delta.py's owner/repo comparisons use .lower() while the same-PR pr_queue_snapshot.py casefolds the identical concept, and babysit_feedback.py uses .lower() on a login. Convert these stragglers to the already-ratified .casefold() convention (and any shared casefold helper the sibling scripts use).
Acceptance: no .lower() remains for owner/repo/login identity comparison in babysit_delta.py or babysit_feedback.py; they use .casefold() consistent with pr_queue_snapshot.py; existing tests green.
Sweep-converted from #657.
Work-class: C3 (bug-fix-shaped) — attended triage 2026-07-23, operator-ratified. 🤖
This was generated by AI during triage.
babysit_delta.py's owner/repo comparisons use.lower()while the same-PRpr_queue_snapshot.pycasefolds the identical concept, andbabysit_feedback.pyuses.lower()on a login. Convert these stragglers to the already-ratified.casefold()convention (and any shared casefold helper the sibling scripts use).Acceptance: no
.lower()remains for owner/repo/login identity comparison inbabysit_delta.pyorbabysit_feedback.py; they use.casefold()consistent withpr_queue_snapshot.py; existing tests green.Sweep-converted from #657.
Work-class: C3 (bug-fix-shaped) — attended triage 2026-07-23, operator-ratified. 🤖