Commit Graph

2 Commits

Author SHA1 Message Date
351f3cfe21 docs: fix markdown formatting and improve git hook security
- Fix markdown list spacing (MD030) in performance, audit logs, and CSP docs
- Remove ineffective while loop in commit-msg hook that caused subshell issues
- Improve fetchWithRetry function with proper retry limits and exponential backoff
- Update CSP metrics retention documentation for consistency
2025-07-13 16:45:29 +02:00
c6900cdf2f feat: add commit message validation to prevent LLM attribution
- Added commit-msg hook that automatically rejects commits with AI attribution
- Provides clear LLM-friendly error messages with specific patterns to avoid
- Tested with multiple attribution patterns including emoji and Co-Authored-By
- Ensures commit messages focus on technical changes only
2025-07-13 14:48:04 +02:00