some stuff
This commit is contained in:
@@ -88,3 +88,12 @@ gh repo view --web
|
||||
- If `gh pr list --head` returns nothing, the PR may not exist yet, or the branch name differs.
|
||||
- Use `git branch -r | rg <branch-name>` to confirm the remote branch name.
|
||||
- Ensure you're in the correct repo (`git remote -v`).
|
||||
|
||||
## CRITICAL: Never Comment as the User
|
||||
|
||||
**NEVER post comments, replies, or reviews on PRs on behalf of the user.** This includes:
|
||||
- `gh pr comment`
|
||||
- `gh pr review`
|
||||
- GraphQL mutations like `addPullRequestReviewThreadReply`, `addPullRequestReviewComment`, etc.
|
||||
|
||||
The agent must only read PR information and make code changes. The user will post their own comments.
|
||||
|
||||
Reference in New Issue
Block a user