@AGENTS.md
- Never change test files to match incorrect code output. Tests define the expected behavior. If a test fails, fix the source code, not the test. The only exception is when a feature is explicitly removed (like
get_query_tokensin the v3 migration).