Skip to content
6 changes: 5 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@
## Type Usage
- Model types should conform to Codable, Sendable, Equatable & Hashable
- Use strong typing and avoid optionals where possible
- Use proper access control (public, internal, private)
- Use proper access control (public, internal, private)

## PR Review Comments
- After addressing a PR review comment, add a 👍 reaction to it via `gh api /repos/{owner}/{repo}/pulls/comments/{id}/reactions -f content='+1'`
- For PR-level comments, use `gh api /repos/{owner}/{repo}/issues/comments/{id}/reactions -f content='+1'`
Loading
Loading