You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,3 +10,30 @@ Please refer to `AGENTS.md` for comprehensive project documentation, including:
10
10
- CI/CD information
11
11
12
12
All project-specific instructions and guidelines are maintained in `AGENTS.md`.
13
+
14
+
## Design Context
15
+
16
+
**Personality:** Minimal, focused, fast. A well-organized reference tool — never decorative, never in the way.
17
+
18
+
**References:** Elixir HexDocs, Tailwind CSS v2 docs. **Anti-references:** busy enterprise docs, heavy drop shadows, ornamental borders.
19
+
20
+
### Design Principles
21
+
22
+
1.**Types are equal partners** — Type signatures are as important as method names. Immediately visible, not hidden metadata.
23
+
2.**Hierarchy through typography, not decoration** — Font size, weight, color. No badges, pills, or ornamental borders for structural info. Let whitespace do the heavy lifting.
24
+
3.**Code is the content** — Method names, params, and types all use `--font-code`. Don't mix prose typography into code contexts.
25
+
4.**Scan-first design** — Method entries parseable at a glance: name → type → description. Each layer visually distinct.
26
+
5.**Respect the design system** — Use CSS custom properties exclusively. No hardcoded values. Dark mode and themes must work automatically.
0 commit comments