From 80029ca59492ce6f3583db319f374f33239fb8df Mon Sep 17 00:00:00 2001 From: peterostrander2 Date: Mon, 6 Jul 2026 23:18:22 -0400 Subject: [PATCH] fix: accept thesis framing in design eval --- test/skill-e2e-design.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/skill-e2e-design.test.ts b/test/skill-e2e-design.test.ts index ec2b83728..6ea52384c 100644 --- a/test/skill-e2e-design.test.ts +++ b/test/skill-e2e-design.test.ts @@ -121,7 +121,7 @@ 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'], + 'Aesthetic': ['aesthetic', 'visual direction', 'design direction', 'visual identity', 'memorable thing', 'thesis'], 'Typography': ['typography', 'type', 'font', 'typeface'], 'Color': ['color', 'colour', 'palette', 'colors'], 'Spacing': ['spacing', 'space', 'whitespace', 'gap'],