f3412dea57
v-model.number on the Settings input returns an empty string when cleared, which persists through the PATCH and then coerces error_count >= '' to error_count >= 0 — flagging every source as failing. Coerce to Number and fall back to 5 unless the value is a finite number >= 1. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>