Topic archive

Pull-Requests

Repository Handoff Notes for Coding Agent Runs

A practical guide to writing repository handoff notes that help coding agents preserve context, evidence, and review readiness across branches, worktrees, and pull requests.

coding agentsrepository handoffpull requestsgit worktrees
Open guide

Agent Run Evidence Ledgers for Human Review

A practical guide to what evidence a coding agent should capture during a run, how to structure that evidence into a ledger a human reviewer can act on, and how to hand it off through a pull request or CI workflow.

coding agentsevidence ledgershuman reviewpull requests
Open guide

How to Produce Reviewable Diffs From Coding Agent Sessions

A practical guide to structuring coding agent sessions so every change lands as a clean, reviewable diff — covering branch strategy, git worktree isolation, pull request conventions, and CI checks that keep human reviewers in control.

coding-agentsgitpull-requestscode-review
Open guide

Parallel Worktree Handoffs for Coding Agent Teams

A practical guide to running multiple coding agents in parallel using git worktrees, structured handoff conventions, and PR-based review gates — so each agent works in isolation and hands off safely without overwriting another agent’s work.

git-worktreeparallel-agentscoding-agent-workflowpull-requests
Open guide