- Keep changes tightly scoped to the user's request.
- Do not make opportunistic cleanups, refactors, path handling changes, formatting changes, or naming changes unless they are directly required by the prompt.
- If you notice an unrelated issue, mention it separately instead of changing it.
- Preserve the intent of samples. For example, if a sample demonstrates passing an image URL, do not replace that with downloading the image unless explicitly requested.