Skip to content
Merged
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: 2 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ See [README.md](README.md) for the workspace layout and [ARCH.md](ARCH.md) for s
- When adding comments, do not refer to internal logic in other modules, instead
make sure comments make sense in the context they're in without needing other
context.
- Try to keep code DRY - if new code you add is duplicate with other code,
deduplicate it.
Loading