docs: 🔥 == 🔥 in auto-push rule

This commit is contained in:
russell@unturf.com 2026-03-28 11:46:08 -04:00
parent ba3a6e66b2
commit eec598604b

View file

@ -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