Skip to content

source-control/babysit-prs: casefold owner/repo/login compares in babysit scripts #815

Description

@kyle-sexton

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. 🤖

Metadata

Metadata

Assignees

Labels

agent-readyFully specified and briefed; eligible for autonomous pickup from the frontier.priority: mediumReal value, no hard deadline; normal backlog flow.status: readyTriaged, unblocked, and fully specified; eligible to pick up.work-class: scopedA briefed fix or small feature; blast radius bounded by the brief, tests exist.

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions