some stuff

This commit is contained in:
Thomas G. Lopes
2026-02-25 15:36:29 +00:00
parent 6978c77066
commit ef00b8ef47
4 changed files with 46 additions and 31 deletions
@@ -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.