From 78a0d09fbf742eaa86d64638d861618ec1c2fabe Mon Sep 17 00:00:00 2001 From: Ian Keane Date: Mon, 14 Sep 2026 16:23:55 -0400 Subject: [PATCH] Update goosehints --- .goosehints | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.goosehints b/.goosehints index 01cc646..bb49a25 100644 --- a/.goosehints +++ b/.goosehints @@ -199,3 +199,12 @@ before improvising a new pattern. day-to-day ops, Makefile reference, forking/multi-environment notes. If a new operational gotcha is discovered (like the two-phase apply, or `make clean`), add it to the README, not just this file. + +## Git + +- **Never run `git commit` or `git push`** (in this repo, `zoitestream`, + `repertory`, `repertory-api`, or any other repo) unless the user + explicitly asks for it in that specific message. Staging/diffing is + fine; committing/pushing is the user's call, always. This applies even + after making a series of edits the user clearly wants kept — stop and + let them commit.