- `[Test]` - Test changes
- `[Rules]` - Spam detection rule changes
+**NEVER MENTION** generated by or coauthored by.
+
### GPG Signing
**ALL commits and tags MUST be GPG-signed:**
```bash
3. Report any issues found
4. Suggest fixes if there are problems
+# Remove AI code slop
+
+Check the diff against main, and remove all AI generated slop introduced in this branch.
+
+This includes:
+- Extra comments that a human wouldn't add or is inconsistent with the rest of the file
+- Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths)
+- Casts to any to get around type issues
+- Any other style that is inconsistent with the file
+
+Report at the end with only a 1-3 sentence summary of what you changed
+
Focus on files that have been modified in the current git working directory.
description: Prepare for commit - build, test, format, check, suggest commit message
---
+# Remove AI code slop
+
+Check the diff against main, and remove all AI generated slop introduced in this branch.
+
+This includes:
+- Extra comments that a human wouldn't add or is inconsistent with the rest of the file
+- Extra defensive checks or try/catch blocks that are abnormal for that area of the codebase (especially if called by trusted / validated codepaths)
+- Casts to any to get around type issues
+- Any other style that is inconsistent with the file
+
+Report at the end with only a 1-3 sentence summary of what you changed
+
Complete pre-commit workflow for Rspamd project:
1. Check git status to see what files are staged/modified
- Remind to use `git commit -S` for GPG signing
6. Ask if the user wants to proceed with the commit
-Do NOT automatically commit - just prepare, verify, and suggest.
\ No newline at end of file
+**NEVER MENTION** generated by or coauthored by.
\ No newline at end of file