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
1 change: 1 addition & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ When writing code:
- Use 120 character line length
- No docstrings unless the function is non-obvious
- No comments unless explaining "why", never "what"
- Don't do parrot comments. Do not comment something that just repeat what the code already says
- Preserve existing comments when refactoring code. Do not delete comments from code you haven't logically changed
- Prefer editing existing files over creating new ones
- Use optional chaining (`?.`) when possible in typescript
Expand Down