You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin:source-control (babysit-prs) · Category: operational/throughput Source: overnight audit 2026-07-19 — merge flow is the pipeline bottleneck
Problem
Work lane produced 13 green PRs in ~100 min (7.8 min/PR); at day-scale that is ~100 PRs/day. Branch ruleset requires an approving review, and babysit safety rails say "never merge / never enable auto-merge / never bypass required reviews" — so every PR waits on a human approval+merge. Human approval is now the rate-limiting step of the whole pipeline.
Proposal (needs human sign-off — changes the babysit safety contract)
Add an explicit autopilot merge tier that satisfies the ruleset instead of bypassing it:
Merge criteria (all required): all required checks green (incl. review workflow), PR is issue-linked, authored by a pipeline lane, no human CHANGES_REQUESTED / blocking comment / unresolved thread, no do-not-merge label, head SHA unchanged since review.
Anything failing a criterion falls back to today's behavior: listed for the human pass.
safety.md "Never do automatically: merge" updated deliberately as part of this change, with the criteria codified. Ruleset itself unchanged (required review stays meaningful — the bot review is real, not a rubber stamp).
Plugin:
source-control(babysit-prs) · Category: operational/throughputSource: overnight audit 2026-07-19 — merge flow is the pipeline bottleneck
Problem
Work lane produced 13 green PRs in ~100 min (7.8 min/PR); at day-scale that is ~100 PRs/day. Branch ruleset requires an approving review, and babysit safety rails say "never merge / never enable auto-merge / never bypass required reviews" — so every PR waits on a human approval+merge. Human approval is now the rate-limiting step of the whole pipeline.
Proposal (needs human sign-off — changes the babysit safety contract)
Add an explicit autopilot merge tier that satisfies the ruleset instead of bypassing it:
Dependencies
Decision for human
Approve the tier + criteria set, or keep human-approval-only and accept the throughput ceiling.