codehuman approvalongoing
PR Babysitter
"Keep the pull request moving while you do other work."
Watch an open PR: keep it rebased, re-run checks, answer review nits, and nudge it toward merge.
anatomy
01
Collect context
Gather the source events and inputs for PR Babysitter.
02
Run loop steps
Execute the template with its declared tools, model posture, and budget guard.
03
Verify checks
Hold output against: no force-push to others, tests required, human approval to merge.
04
Record trace
Write the run trace, audit event, and any proposal for operator review.
output contract
summaryRequired human-readable result with source references where applicable.checksEvery declared check must report pass, fail, or held.proposalOptional change proposal; never applied without the configured governance gate.audit_refRequired trace pointer for replay and rollback.