This commit is contained in:
peterostrander2 2026-07-14 19:16:22 -07:00 committed by GitHub
commit 83489491a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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<string, string[]> = {
'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'],