Skip to content
Merged
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
4 changes: 4 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,10 @@ export function TaskDetail({ task: initialTask }: TaskDetailProps) {
}
```

### Tailwind over inline styles

Always write Tailwind classes for styling wherever possible.

### Store / Service Boundary

Stores and services have a strict separation of concerns:
Expand Down
Loading
Loading