Skip to content

Commit 59e2314

Browse files
committed
docs: Add process for drafting comments in scratch files
1 parent 859f633 commit 59e2314

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ This document contains critical information about working with this codebase. Fo
5151
- NEVER ever mention a `co-authored-by` or similar aspects. In particular, never
5252
mention the tool used to create the commit message or PR.
5353

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+
5465
## Python Tools
5566

5667
## Code Formatting

0 commit comments

Comments
 (0)