From 4a46ce307181142c56627bc00069f4eff08c7952 Mon Sep 17 00:00:00 2001 From: Deltalank <196924839+Deltalank@users.noreply.github.com> Date: Sun, 14 Jun 2026 22:16:13 +0100 Subject: [PATCH] docs: add maintenance session evidence Co-authored-by: CoderDeltaLAN <152043745+CoderDeltaLAN@users.noreply.github.com> --- docs/maintenance-session-evidence.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/maintenance-session-evidence.md diff --git a/docs/maintenance-session-evidence.md b/docs/maintenance-session-evidence.md new file mode 100644 index 0000000..554e24f --- /dev/null +++ b/docs/maintenance-session-evidence.md @@ -0,0 +1,24 @@ +# Maintenance session evidence + +Use this evidence record to close a small maintenance session cleanly. + +## Session 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. + +## Evidence record + +- 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. + +## Session 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.