From d99d88e73c3127dccc0c8de849e34d3b7dfddacb Mon Sep 17 00:00:00 2001 From: Trey t Date: Tue, 21 Apr 2026 23:31:14 -0500 Subject: [PATCH] Add CLAUDE.md with project rules Codifies the rule that Claude must not run git commit or git push without an explicit request from the user in the current turn. Co-Authored-By: Claude Opus 4.7 (1M context) --- CLAUDE.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..34240c6 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,5 @@ +# Project rules + +## Git + +- **Never run `git commit` or `git push` without an explicit request from the user in the current turn.** File edits are fine; committing and pushing are not. Wait to be told.