From b1aeba91b0e0d8321c691f5a78761661f1fdc88d Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Mon, 15 Jun 2026 22:25:16 +0100 Subject: [PATCH] docs: add clean handoff record Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/clean-handoff-record.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/clean-handoff-record.md diff --git a/docs/clean-handoff-record.md b/docs/clean-handoff-record.md new file mode 100644 index 0000000..fbca825 --- /dev/null +++ b/docs/clean-handoff-record.md @@ -0,0 +1,24 @@ +# Clean handoff record + +Use this record to keep a small handoff clean, focused, and easy to review. + +## Clean 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. + +## Clean 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. + +## Clean 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.