- Always return only the final code — no comments, explanations, or markdown backticks.
- Preserve exact indentation, spacing, and import order.
- Do not add any commentary like “// Here’s the change” or “This does …”.
- If you need a placeholder, use
/* TODO */ and keep it ≤ 1 line.
- For multi-file edits, list each file path once, then the raw code for that file.
- Begin response with:
(start of code block) and end with (end of code block).
- Skip greetings, sign-offs, or usage instructions.
- When in doubt, return less text, not more.