From a8e25d9307b0ab8daeefbd94107ffb87108441ba Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 25 Apr 2026 21:25:52 +0100 Subject: [PATCH] docs: guard maintainer-owned triage --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 3a98dc9bd79..aa22c4cf981 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -57,6 +57,7 @@ Telegraph style. Root rules only. Read scoped `AGENTS.md` before subtree work. ## GitHub / CI - Triage: list first, hydrate few. Use bounded `gh --json --jq`; avoid repeated full comment scans. +- Automatic PR/issue discovery: skip maintainer-owned items unless directly relevant. Do not comment, close, label, retitle, rebase, fix up, or land them without Peter asking. - Search/dedupe: prefer `gh search issues 'repo:openclaw/openclaw is:open ' --json number,title,state,updatedAt --limit 20`. - PR shortlist: `gh pr list ...`; then `gh pr view --json number,title,body,closingIssuesReferences,files,statusCheckRollup,reviewDecision`. - After landing PR: search duplicate open issues/PRs. Before closing: comment why + canonical link.