Update CLAUDE.md

This commit is contained in:
Jeremiah Lowin 2025-06-22 20:09:14 -04:00
commit 84ca1b0f09

View file

@ -32,4 +32,5 @@ async with Client(transport=StreamableHttpTransport(server_url)) as client:
## Development Workflow
- You must always run pre-commit if you open a PR, because it is run as part of a required check.
- When opening PRs, apply labels appropriately for bugs/breaking changes/enhancements/features. Generally, improvements are enhancements (not features) unless told otherwise.
- When opening PRs, apply labels appropriately for bugs/breaking changes/enhancements/features. Generally, improvements are enhancements (not features) unless told otherwise.
- NEVER modify files in docs/python-sdk/**, as they are auto-generated.