How to filter out vibe-coded dependencies
Haskell Community [Unofficial]
April 11, 2026
One thing you can do is to keep a list of LLM-oriented files, such as CLAUDE.md, GEMINI.md etc. and look for those file names both in the repository and in the .gitignore (some files, such as CLAUDE.local.md,are not meant to be versioned). The presence of these files is a strong indicator that LLM’s were somehow involved in the development.
Discussion in the ATmosphere