mirror of
https://github.com/obra/superpowers.git
synced 2026-04-19 13:32:40 +00:00
Add GitHub thread reply guidance to receiving-code-review
When replying to inline review comments, use the thread API rather than posting top-level PR comments. Based on feedback from @ralphbean in PR #79.
This commit is contained in:
@@ -200,6 +200,10 @@ You understand 1,2,3,6. Unclear on 4,5.
|
||||
✅ "Understand 1,2,3,6. Need clarification on 4 and 5 before implementing."
|
||||
```
|
||||
|
||||
## GitHub Thread Replies
|
||||
|
||||
When replying to inline review comments on GitHub, reply in the comment thread (`gh api repos/{owner}/{repo}/pulls/{pr}/comments/{id}/replies`), not as a top-level PR comment.
|
||||
|
||||
## The Bottom Line
|
||||
|
||||
**External feedback = suggestions to evaluate, not orders to follow.**
|
||||
|
||||
Reference in New Issue
Block a user