From 9c5e8eb4950e799efbf5a366e9015cc71ed5f72f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Wed, 20 May 2026 11:45:07 +0100 Subject: [PATCH] docs: note GitHub paste preflight --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index a8ab45e10b5..515f04e566f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -84,6 +84,7 @@ Skills own workflows; root owns hard policy and routing. ## GitHub / PRs - Use `$openclaw-pr-maintainer` immediately for maintainer-side OpenClaw issue/PR review, triage, duplicates, labels, comments, close, land, or evidence. Contributor PR creation/refresh follows the requested contributor workflow; linked refs alone do not require maintainer archive tooling. +- Pasted GitHub issue/PR: first `git status -sb`; if dirty, yell; then `git push` + `git pull --ff-only`. - PR refs: `gh pr view/diff` or `gh api`, not web search. Prefer `gitcrawl` for maintainer discovery; missing/stale `gitcrawl` falls through to live `gh`, not contributor setup. Verify live with `gh` before mutation. - Bare issue/PR URL/number means review/report in chat. Suggest comment/close/merge when appropriate; mutate only when asked. - No unsolicited PR comments/reviews/labels/retitles/rebases/fixups/landing. Exception: close/duplicate action that needs a reason comment after explicit close/sweep/landing request.