fix: QA audit fixes for 1.0/MVP readiness #25
Reference in New Issue
Block a user
Delete Branch "qa/1.0-mvp-audit"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
closes #24
QA Audit Fixes
This PR addresses issues found during the 1.0/MVP QA audit.
Changes
TODO.md: Mark AVIF encoding as done — AVIF encoding is fully implemented via govips in
processor.gobut was still listed as a TODO item.scripts/manual-test.sh: Fix form field names — The manual test script was using wrong field names:
password=..., should bekey=...(matching the HTML form'sname="key")source_url,fit_mode— should beurl,fit(matching the handler'sr.FormValue()calls)keyfield was empty.Full QA Audit Results
The comprehensive QA audit report has been posted as a comment on issue #24.
⚠️ Escalation: Five reviewer sub-agents have been dispatched for this PR and all five died without posting results. Docker build passes fine (verified manually), so the issue is not repo-specific.
The diff is trivial — a TODO.md checkbox update and form field name corrections in
scripts/manual-test.sh. Assigning to sneak for manual review/merge.Failed reviewers:
reviewer-d8aa24af,reviewer-30bffe52,reviewer-1c5ae0ad,reviewer-ac5c74b1,reviewer-ea7b5b2a.