You know, I don't actually agree that using an LLM to edit code should be banned by a project. Sure, running it on autopilot, yes. But as an editor? No. Being able to say search for a symbol without knowing it's name exactly or start a big semantic search and replace or copying and filling out a template with my own values with an LLM instead of wasting my limited time on earth with it is great.
@pojntfx as much as I hate it, using LLMs as a smart search/diagnostics tool is a valid and useful case.
"Why isn't this code giving me the results I expect?" along with a sanitized snippet has saved me hours of manual debugging, and I've learned more things quicker as a result.