docs: add pre-commit flow instruction to CRUSH.md

Amolith and Crush created

Co-Authored-By: Crush <crush@charm.land>

Change summary

CRUSH.md | 1 +
1 file changed, 1 insertion(+)

Detailed changes

CRUSH.md 🔗

@@ -9,6 +9,7 @@
 - **Lint**: `task lint:fix`
 - **Format**: `task fmt` (gofumpt -w .)
 - **Dev**: `task dev` (runs with profiling enabled)
+- **Pre-commit flow**: `task fmt lint-fix test`
 
 ## Code Style Guidelines