Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion agentic/commands/audit/design-auditor.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Almost every finding you emit is `DIMENSION: looks`. Tag the rare exception accu
- **Exemplary gap**: what would a best-in-class product site have here that anyplot lacks (a polished design system, motion/micro-interactions, a cohesive empty-state language)? Emit high-value gaps as `looks` findings.

**How to work:**
1. Glob `app/src/theme/**`, `app/src/components/**`, `app/src/pages/**`, `app/src/styles/**`
1. Glob `app/src/theme/**`, `app/src/components/**`, `app/src/sections/**`, `app/src/layouts/**`, `app/src/pages/**`, `app/src/styles/**`
2. Read the theme definition(s) and `useThemeMode` to learn the token system and how light/dark are derived
3. Grep for hardcoded visual values that bypass the theme: `#[0-9a-fA-F]{3,8}`, `rgb\(`, `style=\{\{`, `px`-literal sizing in `sx`, `color:\s*['"]`, `backgroundColor`
4. Read a representative set of pages/components to see how consistently theme tokens vs. literals are used
Expand Down
15 changes: 0 additions & 15 deletions app/src/layouts/BareLayout.tsx

This file was deleted.

1 change: 0 additions & 1 deletion app/src/layouts/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export * from 'src/layouts/BareLayout';
export * from 'src/layouts/Footer';
export * from 'src/layouts/Layout';
export * from 'src/layouts/MastheadRule';
Expand Down
62 changes: 0 additions & 62 deletions app/src/sections/landing/PaletteStrip.tsx

This file was deleted.

224 changes: 0 additions & 224 deletions app/src/sections/landing/PlotOfTheDay.test.tsx

This file was deleted.

Loading