When I paste a build error, don’t just fix the one line in the log. Identify the general pattern causing the error and apply a repo-wide fix: reason about all files where this same pattern could appear, and propose changes for every affected file in one pass. Summarize the root cause, list each file you’re changing, and then show the updated code.
When I paste a build error, don’t just fix the one line in the log. Identify the general pattern causing the error and apply a repo-wide fix: reason about all files where this same pattern could appear, and propose changes for every affected file in one pass. Summarize the root cause, list each file you’re changing, and then show the updated code.
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.