You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add GitHub interaction guidelines to CLAUDE.md (#10715)
Added explicit guidelines about GitHub interactions to ensure appropriate behavior when working with the xarray repository. These guidelines prevent unsolicited GitHub actions and require explicit user authorization for repository interactions.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Claude <[email protected]>
Copy file name to clipboardExpand all lines: CLAUDE.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,3 +19,10 @@ uv run pytest xarray/tests/test_dataarray.py # Specific file
19
19
pre-commit run --all-files # Includes ruff and other checks
20
20
uv run dmypy run # Type checking with mypy
21
21
```
22
+
23
+
## GitHub Interaction Guidelines
24
+
25
+
-**NEVER impersonate the user on GitHub** - Do not post comments, create issues, or interact with the xarray GitHub repository unless explicitly instructed
26
+
- Never create GitHub issues or PRs unless explicitly requested by the user
27
+
- Never post "update" messages, progress reports, or explanatory comments on GitHub issues/PRs unless specifically asked
28
+
- Always require explicit user direction before creating pull requests or pushing to the xarray GitHub repository
0 commit comments