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
3 changes: 3 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ yarn compile-dbg
### Commits
BitGoJS uses conventional commits. All commits MUST pass the spec described in `commitlint.config.js`.

### TypeScript Guidelines
- **Avoid `any` type**: Use specific types, interfaces, or union types instead of `any`. If absolutely necessary, prefer `unknown` and use type guards for safety.

## Code Architecture

BitGoJS is a monorepo composed of multiple modules, each implementing specific functionality:
Expand Down