Jeremiah Lowin commited on
Commit
69e9489
·
1 Parent(s): 858df84

Update CLAUDE.md

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