From 31c6e90c92051520ac848ec262d487f787ff232c Mon Sep 17 00:00:00 2001 From: Markus Neusinger <2921697+MarkusNeusinger@users.noreply.github.com> Date: Tue, 19 May 2026 15:01:10 +0200 Subject: [PATCH] fix(prompts): update example JSON in quality-evaluator.md to match new VQ-01 philosophy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The example output and example weaknesses in quality-evaluator.md still treated "relying on default font sizes instead of explicit settings" as a VQ-01 deduction reason and a weakness. After #7391/#7392's wording changes that is no longer correct — defaults vs AI-tuned scores equally; what matters is the visual result. Updated both the JSON example (vq01 = 6/8 with a "title squeezes against the right edge" reason) and the weaknesses list to a proportional-sizing example, so the example matches the rubric the reviewer is actually supposed to apply. --- prompts/quality-evaluator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/quality-evaluator.md b/prompts/quality-evaluator.md index 418adc9ce7..a8ec117642 100644 --- a/prompts/quality-evaluator.md +++ b/prompts/quality-evaluator.md @@ -97,7 +97,7 @@ You evaluate implementations that passed all auto-reject checks. Focus purely on "visual_quality": { "total": 23, - "vq01_text_legibility": {"score": 5, "max": 8, "note": "Readable but relying on defaults (font sizes not explicitly set)"}, + "vq01_text_legibility": {"score": 6, "max": 8, "note": "Title slightly oversized for content — fontsize=18pt squeezes against the right edge; reduce to ~14pt"}, "vq02_no_overlap": {"score": 6, "max": 6, "note": "No overlap"}, "vq03_element_visibility": {"score": 5, "max": 6, "note": "Visible but markers could be better adapted"}, "vq04_color_accessibility": {"score": 2, "max": 2, "note": "CVD-safe contrast beyond palette choice"}, @@ -150,7 +150,7 @@ You evaluate implementations that passed all auto-reject checks. Focus purely on ], "weaknesses": [ - "Relying on default font sizes instead of explicit settings", + "Title at fontsize=18pt squeezes against the right edge — reduce to ~14pt for the long mandated anyplot title format", "No design refinement beyond library defaults", "No data storytelling - visual emphasis or hierarchy would improve the plot" ],