My AI-Attribution Filter Strips Any Commit Mentioning "llm". Including the Ones About My Own LLM Calls.
A developer discovered that a commit-message filter in their repo was silently deleting legitimate messages containing words like "llm", "claude", and "anthropic" due to a naive substring check. The filter, intended to s…