mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
feat: add two more CLAUDE rules
This commit is contained in:
parent
ba72ccf52c
commit
6f2130c70b
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ Follow these coding conventions for new/updated code (a three-line fix in a lega
|
|||
- Fully typed; no `Any` or coarse types like dict[str, Any]. Every function parameter must be strongly typed
|
||||
- Use tagged unions + match
|
||||
- No monster files or god objects
|
||||
- No file sprawl: deliberate file and folder structure
|
||||
- Standard over hand-rolled: use the official SDK or a library where one exists; where none does, follow the spec instead of inventing local convention
|
||||
|
||||
Follow conventional commits for commit names and PR titles
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue