From eec598604b2dae46a9f175c82414dfc890957f38 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sat, 28 Mar 2026 11:46:08 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=94=A5=20=3D=3D=20=F0=9F=94=A5=20?= =?UTF-8?q?in=20auto-push=20rule?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 9c623b9..203783d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -281,7 +281,7 @@ Disabling or removing tests weakens the codebase and is unacceptable. Tests are If a feature touches all three layers (model + view + template), it needs tests in all three files. No exceptions. Untested code is incomplete code. -**AUTO-PUSH**: Commit and push when the work is done — no need to ask fox. If tests were written, they must pass first. If no tests are required (defect fix, config, docs), push immediately after committing. Bump GIT_HASH after pushing. Fox runs two candles from both ends — remove all friction. +**AUTO-PUSH**: Commit and push when the work is done — no need to ask fox. If tests were written, they must pass first. If no tests are required (defect fix, config, docs), push immediately after committing. Bump GIT_HASH after pushing. 🔥 == 🔥 — remove all friction. ## Post-Work Chores