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: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ container, docker/E2E compose) that research and SDK consumers should use.
## Development Guidelines

### Code Style & Standards
- Files must be smaller than 400 lines excluding comments. Refactor when exceeded.
- Code files (TypeScript, JavaScript, shell, SQL, Python) must be smaller than 400 lines excluding comments. Refactor when exceeded. **Markdown and other prose/config files (`.md`, `.mdx`, `.yaml`, `.json`, `.toml`) are exempt.**
- Functions must be smaller than 40 lines excluding comments and catch/finally blocks.
- Test files must be smaller than 400 lines. Tests must be smaller than 40 lines.
- Use TypeScript with proper types for all variables, parameters, and return values.
Expand Down
Loading