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