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
Copy file name to clipboardExpand all lines: CLAUDE.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,9 @@ uv run dmypy run # Type checking with mypy
22
22
23
23
## GitHub Interaction Guidelines
24
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
25
+
-**NEVER impersonate the user on GitHub**, always sign off with something like
26
+
"[This is Claude Code on behalf of Jane Doe]"
27
+
- Never create issues nor pull requests on the xarray GitHub repository unless
28
+
explicitly instructed
29
+
- Never post "update" messages, progress reports, or explanatory comments on
0 commit comments