From 969fed9b4fabc8fdebfd507c49f8b4cdf67a4d3f Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Thu, 27 Aug 2026 16:15:09 +0000 Subject: [PATCH] =?UTF-8?q?test(e2e-design):=20widen=20the=20Aesthetic=20s?= =?UTF-8?q?ynonym=20set=20=E2=80=94=20vocabulary=20variance,=20not=20a=20r?= =?UTF-8?q?egression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Both attempts in run 33090283032 produced judge-praised DESIGN.md files phrased as 'design principles'/'design language' without any of the four original literals; inputs were identical to the prior passing run 32899975845 (design-consultation untouched by the intervening merge). Co-Authored-By: Claude Fable 5 --- test/skill-e2e-design.test.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/test/skill-e2e-design.test.ts b/test/skill-e2e-design.test.ts index 5c832554c..475b67b1d 100644 --- a/test/skill-e2e-design.test.ts +++ b/test/skill-e2e-design.test.ts @@ -121,7 +121,12 @@ Write DESIGN.md and CLAUDE.md (or update it) in the working directory.`, // Structural checks — fuzzy synonym matching to handle agent variation const sectionSynonyms: Record = { 'Product Context': ['product', 'context', 'overview', 'about'], - 'Aesthetic': ['aesthetic', 'visual direction', 'design direction', 'visual identity'], + // Widened 2026-08-27: two CI runs produced judge-praised DESIGN.md files + // that articulated the direction as "design principles" / "design + // language" prose without any of the original four literals (run + // 33090283032, both attempts; inputs identical to the prior passing + // run 32899975845 — vocabulary variance, not a generation regression). + 'Aesthetic': ['aesthetic', 'visual direction', 'design direction', 'visual identity', 'design language', 'visual language', 'design principle', 'look and feel', 'art direction'], 'Typography': ['typography', 'type', 'font', 'typeface'], 'Color': ['color', 'colour', 'palette', 'colors'], 'Spacing': ['spacing', 'space', 'whitespace', 'gap'],