Skip to content

Commit 41d7260

Browse files
max-sixtyclaude
andauthored
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]>
1 parent 00912f7 commit 41d7260

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CLAUDE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,10 @@ uv run pytest xarray/tests/test_dataarray.py # Specific file
1919
pre-commit run --all-files # Includes ruff and other checks
2020
uv run dmypy run # Type checking with mypy
2121
```
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

Comments
 (0)