Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions docs/handoff-review-log.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Handoff review log

Use this log to keep a small handoff review clear and easy to verify.

## Handoff start

- Confirm that upstream main is current.
- Confirm that the local main branch is clean.
- Confirm that the branch has one clear purpose.
- Confirm that the planned change is documentation only.

## Handoff evidence

- Record the changed file.
- Record that the pull request title matches the diff.
- Record that no secrets or personal data were added.
- Record that private context stayed out of repository files.

## Handoff close

- Wait for checks before approval.
- Merge only after review.
- Confirm that main contains the expected merge commit.
- Keep follow-up work for a separate branch.
Loading