copilot: Tell the AI to be thorough

At least when doing a local review, asking it to be thorough results
in a lot more comments on coding style violation so let's add such an
instruction to the global instructions.
This commit is contained in:
Daan De Meyer
2025-10-06 12:59:44 +02:00
committed by Yu Watanabe
parent f228115a69
commit f0a1b3c183

View File

@@ -21,6 +21,7 @@ Include any other files from the [documentation](../docs) in the context as need
- Frame comments as questions
- Always consider you may be wrong
- Do not argue with contributors, assume they are right unless you are very confident in your deduction
- Be extremely thorough. Every single separate coding style violation should be reported
## Testing Expectations