mirror of
https://github.com/pbakaus/impeccable.git
synced 2026-09-12 06:06:37 +03:00
Fix pattern parsing: restore DO/DON'T format, add Visual Details section
- Restored DO/DON'T format in individual sections (required for website) - Added new "Visual Details" section for glassmorphism, sparklines, etc. - Added new AI slop patterns: gradient text, dark mode with glowing accents, hero metric layout, identical card grids, thick colored border on one side - Added "The AI Slop Test" section for commands to reference - Commands now reference "DON'T guidelines" (one source of truth) - Build now shows 16 pattern categories (was 0) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
46fa43ced6
commit
e4f2ef361e
@@ -277,7 +277,7 @@ export function readPatterns(rootDir) {
|
||||
}
|
||||
|
||||
// Convert maps to arrays in consistent order
|
||||
const sectionOrder = ['Typography', 'Color & Contrast', 'Layout & Space', 'Motion', 'Interaction', 'Responsive', 'UX Writing', 'Visual Details'];
|
||||
const sectionOrder = ['Typography', 'Color & Contrast', 'Layout & Space', 'Visual Details', 'Motion', 'Interaction', 'Responsive', 'UX Writing'];
|
||||
|
||||
const patterns = [];
|
||||
const antipatterns = [];
|
||||
|
||||
Reference in New Issue
Block a user