We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859f633 commit 59e2314Copy full SHA for 59e2314
CLAUDE.md
@@ -51,6 +51,17 @@ This document contains critical information about working with this codebase. Fo
51
- NEVER ever mention a `co-authored-by` or similar aspects. In particular, never
52
mention the tool used to create the commit message or PR.
53
54
+## Drafting Comments and Messages
55
+
56
+When drafting PR comments, GitHub issue responses, or other messages for review:
57
58
+1. Create a scratch file in `/tmp/` (e.g., `/tmp/comment.md`)
59
+2. Write the draft content to that file
60
+3. Open it in VS Code using `code /tmp/comment.md` for review
61
+4. User will review and post manually
62
63
+This allows for easy editing and review before posting.
64
65
## Python Tools
66
67
## Code Formatting
0 commit comments