Audit Svelte 5 codebase for best-practice violations
Takeaway: I'd start by asking it to both audit and fix in one pass, since the audit alone took a long time reading every file before finding just two real issues.
Takeaway: I'd start by asking it to both audit and fix in one pass, since the audit alone took a long time reading every file before finding just two real issues.
Takeaway: Next time I'd ask for the migration to be done component-by-component with a build check after each one, instead of generating the whole 25-component app in one shot and debugging the pile of runtime errors afterward.