@kentcdodds: You know how when you tell an agent to remove something, it adds a test assertion to make sur...

You know how when you tell an agent to remove something, it adds a test assertion to make sure that thing is no longer there? That's super annoying and it's fine for verification but stupid to keep. So I had the agent make an oxlint plugin to stop it. https://t.co/7wBNxCxrdx

What happened

Dodds shared the creation of an OXLint plugin aimed at stopping agents from automatically generating test assertions during code removal actions.

Why it matters

This plugin enhances developer workflow by reducing unnecessary code bloat from assertions, allowing for cleaner code management and focusing on essential test coverage.

Sources