Files
mercadodevida/work/artifacts/F-060/reviewer.json
2026-08-19 16:49:16 +02:00

14 lines
886 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"feature_id": "F-060",
"agent": "reviewer",
"verdict": "APPROVED",
"summary": "Batch script now mirrors the upload route and dynamic handler. MAX_HEIGHT_RATIO=1.4 is defined once and applied to every size. FORCE flag is opt-in and isolated to the cache-skip branch. Output identical for normal runs (skip existing), regenerates everything when FORCE=1.",
"evidence": [
"git diff project/scripts/generate-thumbnails.mjs — MAX_HEIGHT_RATIO constant, fit:'inside' resize, FORCE flag read at startup",
"FORCE=1 ./scripts/generate-thumbnails.sh — 42 new thumbnails (7 × 2 × 3)",
"withoutEnlargement preserved for tiny (1x1) sources — they stay 1x1, no upscale artifacts",
"Monolith restart confirms static handler serves the regenerated files (HTTP 200 on all three apps)",
"./scripts/verify.sh — exit 0"
],
"timestamp": "2026-08-19T14:55:00Z"
}